Trace number 3420885

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) 5000.13 4999.94

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.05	c Parse Cnf success: #var: 2100 #clause: 215164
0.00/0.05	c Find Units :          0
0.00/0.06	c Find Invs  :          0
0.00/0.06	c Find Ands  :       2100 AvgFaninNum: 29
0.00/0.06	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.06	c Find Ite   :          0
0.00/0.06	c UnDirect variable: 0
0.00/0.06	c UnDirect to Direct Gate: 0
0.00/0.06	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.06	c Break Cycle : 2030
0.00/0.06	c Total Root : 0 Undef Var: 2030
0.00/0.06	c After covering, Total Root: 70 Leaf: 2030
0.00/0.06	c Variable( cover/uncovered/unused ): 2100 0 0
0.00/0.06	c Unit Clauses: 0
0.00/0.06	c Binary Clauses( cover/uncovered ): 2030 206394
0.00/0.06	c Clauses( cover/uncovered ): 70 0
0.00/0.06	c Total Clauses( cover/uncovered ): 2100 206394 1.00722%
0.00/0.06	c Covered Ands: 70 Invs: 0 Xors: 0 Ites: 0
0.09/0.15	c Uncover Clauses avg size: 2 max size: 2
0.09/0.15	c Final circuit: i/l/o/s    2030       0  206394    208354
0.09/0.15	c CnfToAig: Time: 0.15 s
0.19/0.26	c TmMap: Set choices finish.
0.29/0.35	c TmMap: Set big and: 206464
0.29/0.35	c TmMap: Origin: 210385 ClauseNum: 625062 --> New: 208495 ClauseNum: 621282
0.29/0.35	c TmMap: Time: 0.1
0.29/0.37	c Try to Add: #clause: 412928 #xorclause: 0
0.39/0.40	c #var: 2100 #clauses: 71 Solving... 
5000.10/4999.91	c Time Out !!
5000.10/4999.91	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-3420885-1306595523/watcher-3420885-1306595523 -o /tmp/evaluation-result-3420885-1306595523/solver-3420885-1306595523 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420885-1306595523.cnf 299431592 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/437 23329
/proc/meminfo: memFree=15975548/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=35436 CPUtime=0 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 2525 0 0 0 0 0 0 0 22 0 1 0 751967889 36286464 2461 33554432000 4194304 6014671 140734712845248 18446744073709551615 4308595 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 8859 2461 378 445 0 2404 0

[startup+0.070162 s]
/proc/loadavg: 0.92 0.98 0.99 2/437 23329
/proc/meminfo: memFree=15975548/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=44652 CPUtime=0.06 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 4947 0 0 0 6 0 0 0 22 0 1 0 751967889 45723648 4883 33554432000 4194304 6014671 140734712845248 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 11163 4883 398 445 0 4708 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 44652

[startup+0.101158 s]
/proc/loadavg: 0.92 0.98 0.99 2/437 23329
/proc/meminfo: memFree=15975548/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=47724 CPUtime=0.09 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 5336 0 0 0 9 0 0 0 22 0 1 0 751967889 48869376 5272 33554432000 4194304 6014671 140734712845248 18446744073709551615 4315521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 11931 5272 398 445 0 5476 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47724

[startup+0.301132 s]
/proc/loadavg: 0.92 0.98 0.99 2/437 23329
/proc/meminfo: memFree=15975548/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=92992 CPUtime=0.29 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 17229 0 0 0 28 1 0 0 23 0 1 0 751967889 95223808 17165 33554432000 4194304 6014671 140734712845248 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 23248 17167 670 445 0 16793 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92992

[startup+0.701034 s]
/proc/loadavg: 0.92 0.98 0.99 2/437 23329
/proc/meminfo: memFree=15975548/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=110528 CPUtime=0.69 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 21319 0 0 0 67 2 0 0 25 0 1 0 751967889 113180672 21255 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 27632 21255 720 445 0 21177 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 110528

[startup+1.50088 s]
/proc/loadavg: 0.92 0.98 0.99 3/438 23330
/proc/meminfo: memFree=15886164/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=110528 CPUtime=1.49 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 21320 0 0 0 147 2 0 0 25 0 1 0 751967889 113180672 21256 33554432000 4194304 6014671 140734712845248 18446744073709551615 4371935 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 27632 21256 721 445 0 21177 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110528

[startup+3.10056 s]
/proc/loadavg: 0.92 0.98 0.99 3/438 23330
/proc/meminfo: memFree=15881576/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=120952 CPUtime=3.09 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 22190 0 0 0 307 2 0 0 25 0 1 0 751967889 123854848 22126 33554432000 4194304 6014671 140734712845248 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 30238 22126 725 445 0 23783 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120952

[startup+6.30092 s]
/proc/loadavg: 1.01 1.00 1.00 3/438 23330
/proc/meminfo: memFree=15873260/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=120952 CPUtime=6.29 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 22191 0 0 0 627 2 0 0 25 0 1 0 751967889 123854848 22127 33554432000 4194304 6014671 140734712845248 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 30238 22127 725 445 0 23783 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120952

[startup+12.7007 s]
/proc/loadavg: 1.09 1.02 1.01 3/438 23331
/proc/meminfo: memFree=15861160/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=120952 CPUtime=12.69 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 23484 0 0 0 1267 2 0 0 25 0 1 0 751967889 123854848 23420 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 30238 23420 725 445 0 23783 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120952

[startup+25.5011 s]
/proc/loadavg: 1.29 1.06 1.02 3/438 23331
/proc/meminfo: memFree=15833888/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=164152 CPUtime=25.49 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 29249 0 0 0 2547 2 0 0 25 0 1 0 751967889 168091648 29185 33554432000 4194304 6014671 140734712845248 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 41038 29185 725 445 0 34583 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 164152

[startup+51.101 s]
/proc/loadavg: 1.59 1.15 1.05 3/438 23332
/proc/meminfo: memFree=15803964/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=186644 CPUtime=51.09 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 32669 0 0 0 5106 3 0 0 25 0 1 0 751967889 191123456 32605 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 46661 32605 725 445 0 40206 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 186644

[startup+102.316 s]
/proc/loadavg: 1.98 1.31 1.11 3/438 23360
/proc/meminfo: memFree=15789444/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=198488 CPUtime=102.31 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 39756 0 0 0 10227 4 0 0 25 0 1 0 751967889 203251712 39692 33554432000 4194304 6014671 140734712845248 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 49622 39692 753 445 0 43167 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 198488

[startup+162.301 s]
/proc/loadavg: 2.06 1.45 1.17 3/438 23362
/proc/meminfo: memFree=15737432/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=328960 CPUtime=162.3 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 48300 0 0 0 16225 5 0 0 25 0 1 0 751967889 336855040 48151 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 82240 48151 729 445 0 75785 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 328960

[startup+222.301 s]
/proc/loadavg: 2.02 1.55 1.22 3/438 23363
/proc/meminfo: memFree=15698220/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=328960 CPUtime=222.3 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 50169 0 0 0 22225 5 0 0 25 0 1 0 751967889 336855040 49915 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 82240 49915 725 445 0 75785 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 328960

[startup+282.3 s]
/proc/loadavg: 2.01 1.63 1.26 3/438 23365
/proc/meminfo: memFree=15669808/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=385452 CPUtime=282.3 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 53553 0 0 0 28224 6 0 0 25 0 1 0 751967889 394702848 53096 33554432000 4194304 6014671 140734712845248 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 96363 53096 725 445 0 89908 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 385452

[startup+342.3 s]
/proc/loadavg: 2.00 1.69 1.31 3/438 23366
/proc/meminfo: memFree=15634692/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=385452 CPUtime=342.3 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 56737 0 0 0 34224 6 0 0 25 0 1 0 751967889 394702848 56280 33554432000 4194304 6014671 140734712845248 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 96363 56280 766 445 0 89908 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 385452

[startup+402.3 s]
/proc/loadavg: 2.00 1.75 1.35 3/438 23368
/proc/meminfo: memFree=15601932/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=385452 CPUtime=402.31 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 64478 0 0 0 40223 8 0 0 25 0 1 0 751967889 394702848 64021 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 96363 64021 766 445 0 89908 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 385452

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.38 3/438 23370
/proc/meminfo: memFree=15590376/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=385452 CPUtime=462.31 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 66574 0 0 0 46223 8 0 0 25 0 1 0 751967889 394702848 66117 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 96363 66117 766 445 0 89908 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 385452

[startup+522.3 s]
/proc/loadavg: 2.00 1.83 1.42 3/438 23371
/proc/meminfo: memFree=15557004/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=447692 CPUtime=522.32 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 71739 0 0 0 52223 9 0 0 25 0 1 0 751967889 458436608 71282 33554432000 4194304 6014671 140734712845248 18446744073709551615 4378661 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 111923 71282 766 445 0 105468 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 447692

[startup+582.301 s]
/proc/loadavg: 2.04 1.87 1.46 3/438 23373
/proc/meminfo: memFree=15528836/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=447692 CPUtime=582.32 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 71816 0 0 0 58223 9 0 0 25 0 1 0 751967889 458436608 71359 33554432000 4194304 6014671 140734712845248 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 111923 71359 766 445 0 105468 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 447692

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 1.97 3/438 23478
/proc/meminfo: memFree=15096068/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4062.47 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 143614 0 0 0 406223 24 0 0 25 0 1 0 751967889 682377216 126067 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 126067 728 445 0 160141 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 666384

[startup+4122.3 s]
/proc/loadavg: 2.04 2.02 1.98 3/438 23479
/proc/meminfo: memFree=15095060/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4122.45 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 143615 0 0 0 412221 24 0 0 25 0 1 0 751967889 682377216 126068 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 126068 728 445 0 160141 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 666384

[startup+4182.3 s]
/proc/loadavg: 2.09 2.04 1.99 3/438 23481
/proc/meminfo: memFree=15094536/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4182.46 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 143690 0 0 0 418222 24 0 0 25 0 1 0 751967889 682377216 126143 33554432000 4194304 6014671 140734712845248 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 126143 728 445 0 160141 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 666384

[startup+4242.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/438 23482
/proc/meminfo: memFree=15095636/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4242.46 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 143700 0 0 0 424222 24 0 0 25 0 1 0 751967889 682377216 126153 33554432000 4194304 6014671 140734712845248 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 126153 728 445 0 160141 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 666384

[startup+4302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/438 23484
/proc/meminfo: memFree=15095372/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4302.46 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 143700 0 0 0 430222 24 0 0 25 0 1 0 751967889 682377216 126153 33554432000 4194304 6014671 140734712845248 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 126153 728 445 0 160141 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 666384

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/438 23486
/proc/meminfo: memFree=15095364/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4362.46 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 143700 0 0 0 436222 24 0 0 25 0 1 0 751967889 682377216 126153 33554432000 4194304 6014671 140734712845248 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 126153 728 445 0 160141 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 666384

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23490
/proc/meminfo: memFree=15096108/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4422.46 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 143700 0 0 0 442222 24 0 0 25 0 1 0 751967889 682377216 126153 33554432000 4194304 6014671 140734712845248 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 126153 728 445 0 160141 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 666384

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23492
/proc/meminfo: memFree=15095848/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4482.47 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 143725 0 0 0 448222 25 0 0 25 0 1 0 751967889 682377216 126178 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 126178 728 445 0 160141 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 666384

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23493
/proc/meminfo: memFree=15095456/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4542.47 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 143858 0 0 0 454222 25 0 0 25 0 1 0 751967889 682377216 126311 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 126311 728 445 0 160141 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 666384

[startup+4602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/438 23495
/proc/meminfo: memFree=15091976/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4602.49 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 143872 0 0 0 460224 25 0 0 25 0 1 0 751967889 682377216 126325 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 126325 728 445 0 160141 0
Current children cumulated CPU time (s) 4602.49
Current children cumulated vsize (KiB) 666384

[startup+4662.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/438 23497
/proc/meminfo: memFree=15077200/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4662.48 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 147792 0 0 0 466223 25 0 0 25 0 1 0 751967889 682377216 130241 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 130241 728 445 0 160141 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 666384

[startup+4722.32 s]
/proc/loadavg: 2.08 2.04 2.00 3/438 23498
/proc/meminfo: memFree=15075444/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=666384 CPUtime=4722.49 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 147792 0 0 0 472224 25 0 0 25 0 1 0 751967889 682377216 130241 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 166596 130241 728 445 0 160141 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 666384

[startup+4782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/438 23500
/proc/meminfo: memFree=15056960/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=768508 CPUtime=4782.47 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 152779 0 0 0 478221 26 0 0 25 0 1 0 751967889 786952192 135228 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424963 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 192127 135228 728 445 0 185672 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 768508

[startup+4842.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/438 23501
/proc/meminfo: memFree=15049128/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=768508 CPUtime=4842.48 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 154806 0 0 0 484221 27 0 0 25 0 1 0 751967889 786952192 137255 33554432000 4194304 6014671 140734712845248 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 192127 137255 728 445 0 185672 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 768508

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23503
/proc/meminfo: memFree=15048996/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=768508 CPUtime=4902.49 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 154838 0 0 0 490222 27 0 0 25 0 1 0 751967889 786952192 137287 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 192127 137287 728 445 0 185672 0
Current children cumulated CPU time (s) 4902.49
Current children cumulated vsize (KiB) 768508

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23505
/proc/meminfo: memFree=15048608/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=768508 CPUtime=4962.49 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 154940 0 0 0 496222 27 0 0 25 0 1 0 751967889 786952192 137389 33554432000 4194304 6014671 140734712845248 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 192127 137389 728 445 0 185672 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 768508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23506
/proc/meminfo: memFree=15048856/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=768508 CPUtime=5000.1 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 154948 0 0 0 499983 27 0 0 25 0 1 0 751967889 786952192 137397 33554432000 4194304 6014671 140734712845248 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 192127 137397 728 445 0 185672 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 768508

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23506
/proc/meminfo: memFree=15048856/32951124 swapFree=54329440/67111528
[pid=23329] ppid=23327 vsize=768508 CPUtime=5000.1 cores=1,3,5,7
/proc/23329/stat : 23329 (qutersat_releas) R 23327 23329 22419 0 -1 4202496 154948 0 0 0 499983 27 0 0 25 0 1 0 751967889 786952192 137397 33554432000 4194304 6014671 140734712845248 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 192127 137397 728 445 0 185672 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 768508

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.13
CPU user time (s): 4999.84
CPU system time (s): 0.292955
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 768508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.84
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154952
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= 8
involuntary context switches= 62583

runsolver used 20.5739 second user time and 48.6256 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-28 17:12:03
IDJOB=3420885
IDBENCH=71294
IDSOLVER=1868
FILE ID=node143/3420885-1306595523
RUNJOBID= node143-1306595523-23310
PBS_JOBID= 13471537
Free space on /tmp= 73556 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g9.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420885-1306595523/watcher-3420885-1306595523 -o /tmp/evaluation-result-3420885-1306595523/solver-3420885-1306595523 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420885-1306595523.cnf 299431592

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=299431592

node143.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.846
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.846
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.846
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.846
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.83
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.846
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.846
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.83
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.846
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15976572 kB
Buffers:        314300 kB
Cached:        5706056 kB
SwapCached:      29864 kB
Active:        7933852 kB
Inactive:      8744756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15976572 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:            6628 kB
Writeback:           0 kB
AnonPages:    10628596 kB
Mapped:          32840 kB
Slab:           148856 kB
PageTables:      79644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115698756 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= 73556 MiB
End job on node143 at 2011-05-28 18:35:25