Trace number 3376739

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.02 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4244.96
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 558298

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.05	c Parse Cnf success: #var: 150 #clause: 58358
0.00/0.05	c Find Units :          0
0.00/0.05	c Find Invs  :          0
0.05/0.06	c Find Ands  :          0 AvgFaninNum: nan
0.05/0.06	c Find Xors  :          0 AvgFaninNum: nan
0.05/0.07	c Find Ite   :          0
0.05/0.07	c UnDirect variable: 0
0.05/0.07	c UnDirect to Direct Gate: 0
0.05/0.07	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.05/0.07	c Break Cycle : 0
0.05/0.07	c Total Root : 0 Undef Var: 150
0.05/0.07	c After covering, Total Root: 0 Leaf: 0
0.05/0.07	c Variable( cover/uncovered/unused ): 0 150 0
0.05/0.07	c Unit Clauses: 0
0.05/0.07	c Binary Clauses( cover/uncovered ): 0 0
0.05/0.07	c Clauses( cover/uncovered ): 0 58358
0.05/0.07	c Total Clauses( cover/uncovered ): 0 58358 0%
0.05/0.07	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.19/0.26	c Uncover Clauses avg size: 9.99486 max size: 10
0.19/0.26	c Final circuit: i/l/o/s     150       0   58358    105818
0.19/0.26	c CnfToAig: Time: 0.25 s
0.49/0.51	c TmMap: Set choices finish.
0.49/0.59	c TmMap: Set big and: 76600
0.49/0.59	c TmMap: Origin: 105969 ClauseNum: 317454 --> New: 76751 ClauseNum: 265665
0.49/0.59	c TmMap: Time: 0.12
0.58/0.62	c Try to Add: #clause: 153200 #xorclause: 0
0.58/0.66	c #var: 18392 #clauses: 48700 Solving... 
1299.98/1300.01	c Time Out !!
1299.98/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376739-1305475373/watcher-3376739-1305475373 -o /tmp/evaluation-result-3376739-1305475373/solver-3376739-1305475373 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376739-1305475373.cnf 1626061956 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.09 3.09 2.94 6/346 924
/proc/meminfo: memFree=11659676/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=26264 CPUtime=0 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4194304 284 0 0 0 0 0 0 0 25 0 1 0 737768021 26894336 234 33554432000 4194304 6014671 140734799711808 18446744073709551615 231890573553 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/924/statm: 6566 237 191 445 0 98 0

[startup+0.0579789 s]
/proc/loadavg: 4.09 3.09 2.94 6/346 924
/proc/meminfo: memFree=11659676/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=36460 CPUtime=0.05 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 2818 0 0 0 5 0 0 0 25 0 1 0 737768021 37335040 2755 33554432000 4194304 6014671 140734799711808 18446744073709551615 4285659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 9115 2755 383 445 0 2660 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36460

[startup+0.100961 s]
/proc/loadavg: 4.09 3.09 2.94 6/346 924
/proc/meminfo: memFree=11659676/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=37484 CPUtime=0.09 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 3225 0 0 0 9 0 0 0 25 0 1 0 737768021 38383616 3162 33554432000 4194304 6014671 140734799711808 18446744073709551615 4266842 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 9371 3162 398 445 0 2916 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37484

[startup+0.300926 s]
/proc/loadavg: 4.09 3.09 2.94 6/346 924
/proc/meminfo: memFree=11659676/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=56320 CPUtime=0.29 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 8085 0 0 0 28 1 0 0 25 0 1 0 737768021 57671680 8022 33554432000 4194304 6014671 140734799711808 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 14080 8025 668 445 0 7625 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56320

[startup+0.700853 s]
/proc/loadavg: 4.09 3.09 2.94 6/346 924
/proc/meminfo: memFree=11659676/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=96052 CPUtime=0.69 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 17781 0 0 0 67 2 0 0 25 0 1 0 737768021 98357248 17718 33554432000 4194304 6014671 140734799711808 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 24013 17718 696 445 0 17558 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96052

[startup+1.5007 s]
/proc/loadavg: 4.09 3.09 2.94 5/347 925
/proc/meminfo: memFree=11590600/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=96052 CPUtime=1.49 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 17785 0 0 0 147 2 0 0 25 0 1 0 737768021 98357248 17722 33554432000 4194304 6014671 140734799711808 18446744073709551615 4666597 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 24013 17722 700 445 0 17558 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96052

[startup+3.1004 s]
/proc/loadavg: 4.09 3.09 2.94 5/347 925
/proc/meminfo: memFree=11567908/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=176948 CPUtime=3.09 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 37889 0 0 0 305 4 0 0 25 0 1 0 737768021 181194752 37826 33554432000 4194304 6014671 140734799711808 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 44237 37826 700 445 0 37782 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 176948

[startup+6.3008 s]
/proc/loadavg: 4.16 3.12 2.95 5/347 925
/proc/meminfo: memFree=11497404/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=188340 CPUtime=6.29 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 40709 0 0 0 625 4 0 0 25 0 1 0 737768021 192860160 40646 33554432000 4194304 6014671 140734799711808 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 47085 40646 722 445 0 40630 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 188340

[startup+12.7006 s]
/proc/loadavg: 4.15 3.14 2.96 5/347 925
/proc/meminfo: memFree=11479572/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=218048 CPUtime=12.69 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 47308 0 0 0 1264 5 0 0 25 0 1 0 737768021 223281152 47245 33554432000 4194304 6014671 140734799711808 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 54512 47245 726 445 0 48057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 218048

[startup+25.5012 s]
/proc/loadavg: 4.12 3.18 2.97 5/347 926
/proc/meminfo: memFree=11392020/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=308304 CPUtime=25.49 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 61589 0 0 0 2542 7 0 0 25 0 1 0 737768021 315703296 61519 33554432000 4194304 6014671 140734799711808 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 77076 61520 726 445 0 70621 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 308304

[startup+51.1004 s]
/proc/loadavg: 4.08 3.24 3.00 5/347 927
/proc/meminfo: memFree=11377652/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=308304 CPUtime=51.09 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 64093 0 0 0 5102 7 0 0 25 0 1 0 737768021 315703296 64023 33554432000 4194304 6014671 140734799711808 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 77076 64023 726 445 0 70621 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 308304

[startup+102.313 s]
/proc/loadavg: 4.03 3.36 3.05 5/347 928
/proc/meminfo: memFree=11343756/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=333152 CPUtime=102.3 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 68340 0 0 0 10222 8 0 0 25 0 1 0 737768021 341147648 68270 33554432000 4194304 6014671 140734799711808 18446744073709551615 4369532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 83288 68270 726 445 0 76833 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 333152

[startup+162.3 s]
/proc/loadavg: 4.01 3.47 3.11 5/347 929
/proc/meminfo: memFree=11274280/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=333152 CPUtime=162.29 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 70404 0 0 0 16220 9 0 0 25 0 1 0 737768021 341147648 70295 33554432000 4194304 6014671 140734799711808 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 83288 70295 734 445 0 76833 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 333152

[startup+222.301 s]
/proc/loadavg: 4.00 3.57 3.16 5/347 931
/proc/meminfo: memFree=11231988/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=333152 CPUtime=222.29 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 70716 0 0 0 22220 9 0 0 25 0 1 0 737768021 341147648 70558 33554432000 4194304 6014671 140734799711808 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 83288 70558 726 445 0 76833 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 333152

[startup+282.301 s]
/proc/loadavg: 4.00 3.64 3.21 5/347 933
/proc/meminfo: memFree=11201324/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=333152 CPUtime=282.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 71153 0 0 0 28219 9 0 0 25 0 1 0 737768021 341147648 70950 33554432000 4194304 6014671 140734799711808 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 83288 70950 726 445 0 76833 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 333152

[startup+342.301 s]
/proc/loadavg: 4.00 3.70 3.25 5/347 934
/proc/meminfo: memFree=11195600/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=333152 CPUtime=342.29 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 72687 0 0 0 34219 10 0 0 25 0 1 0 737768021 341147648 72484 33554432000 4194304 6014671 140734799711808 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 83288 72484 726 445 0 76833 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 333152

[startup+402.3 s]
/proc/loadavg: 4.00 3.76 3.30 5/347 936
/proc/meminfo: memFree=11143848/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=333152 CPUtime=402.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 73344 0 0 0 40218 10 0 0 25 0 1 0 737768021 341147648 72962 33554432000 4194304 6014671 140734799711808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 83288 72962 726 445 0 76833 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 333152

[startup+462.301 s]
/proc/loadavg: 4.11 3.84 3.36 5/347 937
/proc/meminfo: memFree=11111708/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=363264 CPUtime=462.29 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 79590 0 0 0 46215 14 0 0 25 0 1 0 737768021 371982336 79208 33554432000 4194304 6014671 140734799711808 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 90816 79208 726 445 0 84361 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 363264

[startup+522.301 s]
/proc/loadavg: 4.21 3.91 3.41 5/347 939
/proc/meminfo: memFree=11096684/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=363264 CPUtime=522.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 81946 0 0 0 52214 14 0 0 25 0 1 0 737768021 371982336 81564 33554432000 4194304 6014671 140734799711808 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 90816 81564 726 445 0 84361 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 363264

[startup+582.301 s]
/proc/loadavg: 4.18 3.96 3.45 5/347 942
/proc/meminfo: memFree=11092936/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=378748 CPUtime=582.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 85403 0 0 0 58212 16 0 0 25 0 1 0 737768021 387837952 85021 33554432000 4194304 6014671 140734799711808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 94687 85021 726 445 0 88232 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 378748

[startup+642.3 s]
/proc/loadavg: 4.06 3.96 3.48 5/347 943
/proc/meminfo: memFree=11078040/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=378748 CPUtime=642.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 85654 0 0 0 64212 16 0 0 25 0 1 0 737768021 387837952 85272 33554432000 4194304 6014671 140734799711808 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 94687 85272 726 445 0 88232 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 378748

[startup+702.301 s]
/proc/loadavg: 4.02 3.97 3.51 5/347 945
/proc/meminfo: memFree=11075412/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=378748 CPUtime=702.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 86463 0 0 0 70212 16 0 0 25 0 1 0 737768021 387837952 86081 33554432000 4194304 6014671 140734799711808 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 94687 86081 726 445 0 88232 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 378748

[startup+762.313 s]
/proc/loadavg: 3.44 3.82 3.49 4/341 963
/proc/meminfo: memFree=11502692/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=394932 CPUtime=762.29 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 90023 0 0 0 76212 17 0 0 25 0 1 0 737768021 404410368 89641 33554432000 4194304 6014671 140734799711808 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 98733 89641 726 445 0 92278 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 394932

[startup+822.3 s]
/proc/loadavg: 3.16 3.67 3.45 4/341 965
/proc/meminfo: memFree=11485692/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=394932 CPUtime=822.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 90958 0 0 0 82211 17 0 0 25 0 1 0 737768021 404410368 90576 33554432000 4194304 6014671 140734799711808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 98733 90576 726 445 0 92278 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 394932

[startup+882.301 s]
/proc/loadavg: 3.06 3.54 3.42 4/341 967
/proc/meminfo: memFree=11468060/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=411328 CPUtime=882.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 95158 0 0 0 88209 19 0 0 25 0 1 0 737768021 421199872 94776 33554432000 4194304 6014671 140734799711808 18446744073709551615 4535197 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 102832 94776 727 445 0 96377 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 411328

[startup+942.301 s]
/proc/loadavg: 3.02 3.44 3.39 4/341 968
/proc/meminfo: memFree=11461568/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=411328 CPUtime=942.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 95183 0 0 0 94209 19 0 0 25 0 1 0 737768021 421199872 94801 33554432000 4194304 6014671 140734799711808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 102832 94801 732 445 0 96377 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 411328

[startup+1002.3 s]
/proc/loadavg: 3.05 3.37 3.37 4/341 970
/proc/meminfo: memFree=11475556/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=411328 CPUtime=1002.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 95327 0 0 0 100209 19 0 0 25 0 1 0 737768021 421199872 91101 33554432000 4194304 6014671 140734799711808 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 102832 91101 727 445 0 96377 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 411328

[startup+1062.3 s]
/proc/loadavg: 3.08 3.32 3.35 4/341 971
/proc/meminfo: memFree=11471460/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=478728 CPUtime=1062.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 95457 0 0 0 106208 20 0 0 25 0 1 0 737768021 490217472 91231 33554432000 4194304 6014671 140734799711808 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 119682 91231 727 445 0 113227 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 478728

[startup+1122.3 s]
/proc/loadavg: 2.50 3.12 3.28 3/335 992
/proc/meminfo: memFree=11775220/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=478728 CPUtime=1122.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 99561 0 0 0 112206 22 0 0 25 0 1 0 737768021 490217472 95334 33554432000 4194304 6014671 140734799711808 18446744073709551615 4378539 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 119682 95334 726 445 0 113227 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 478728

[startup+1182.3 s]
/proc/loadavg: 2.18 2.91 3.20 3/335 994
/proc/meminfo: memFree=11774704/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=478728 CPUtime=1182.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 99642 0 0 0 118206 22 0 0 25 0 1 0 737768021 490217472 95415 33554432000 4194304 6014671 140734799711808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 119682 95415 726 445 0 113227 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 478728

[startup+1242.3 s]
/proc/loadavg: 1.54 2.60 3.07 2/329 1013
/proc/meminfo: memFree=12039100/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=478728 CPUtime=1242.28 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 99642 0 0 0 124206 22 0 0 25 0 1 0 737768021 490217472 95415 33554432000 4194304 6014671 140734799711808 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 119682 95415 726 445 0 113227 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 478728



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.20 2.31 2.94 2/329 1015
/proc/meminfo: memFree=12037704/32950928 swapFree=67085488/67111528
[pid=924] ppid=922 vsize=616576 CPUtime=1299.98 cores=0,2
/proc/924/stat : 924 (qutersat_releas) R 922 924 32129 0 -1 4202496 99823 0 0 0 129976 22 0 0 25 0 1 0 737768021 631373824 95596 33554432000 4194304 6014671 140734799711808 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/924/statm: 154144 95596 726 445 0 147689 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 616576

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.02
CPU user time (s): 1299.78
CPU system time (s): 0.245962
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 616576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.78
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99827
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 2771

runsolver used 4.43333 second user time and 9.69853 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 18:02:53
IDJOB=3376739
IDBENCH=84004
IDSOLVER=1856
FILE ID=node114/3376739-1305475373
RUNJOBID= node114-1305475074-685
PBS_JOBID= 13325312
Free space on /tmp= 72980 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376739-1305475373/watcher-3376739-1305475373 -o /tmp/evaluation-result-3376739-1305475373/solver-3376739-1305475373 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376739-1305475373.cnf 1626061956

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=1626061956

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11659948 kB
Buffers:        301536 kB
Cached:        5131880 kB
SwapCached:         96 kB
Active:       16324892 kB
Inactive:      4557908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11659948 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            3996 kB
Writeback:           0 kB
AnonPages:    15449248 kB
Mapped:          33796 kB
Slab:           294404 kB
PageTables:      48448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 57827344 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72992 MiB
End job on node114 at 2011-05-15 18:24:35