Trace number 3419818

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
minisat hack reference: minisat 2.2.0? (TO) 5000.09 5000.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3419818-1306580424/watcher-3419818-1306580424 -o /tmp/evaluation-result-3419818-1306580424/solver-3419818-1306580424 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419818-1306580424.cnf 

running on 4 cores: 0,2,4,6

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: 2.00 1.96 1.34 3/526 16842
/proc/meminfo: memFree=12955328/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=21088 CPUtime=0 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 1252 0 0 0 0 0 0 0 25 0 1 0 750458253 21594112 1159 33554432000 4194304 4291037 140736632519552 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 5272 1159 214 24 0 1906 0

[startup+0.101213 s]
/proc/loadavg: 2.00 1.96 1.34 3/526 16842
/proc/meminfo: memFree=12955328/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=23140 CPUtime=0.09 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 2176 0 0 0 9 0 0 0 25 0 1 0 750458253 23695360 1932 33554432000 4194304 4291037 140736632519552 18446744073709551615 4230042 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 5785 1932 238 24 0 2419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23140

[startup+0.201199 s]
/proc/loadavg: 2.00 1.96 1.34 3/526 16842
/proc/meminfo: memFree=12955328/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=23944 CPUtime=0.19 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 2550 0 0 0 19 0 0 0 25 0 1 0 750458253 24518656 2295 33554432000 4194304 4291037 140736632519552 18446744073709551615 4231973 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 5986 2295 239 24 0 2620 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23944

[startup+0.30118 s]
/proc/loadavg: 2.00 1.96 1.34 3/526 16842
/proc/meminfo: memFree=12955328/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=23944 CPUtime=0.29 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 2550 0 0 0 29 0 0 0 25 0 1 0 750458253 24518656 2295 33554432000 4194304 4291037 140736632519552 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 5986 2295 239 24 0 2620 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23944

[startup+0.701117 s]
/proc/loadavg: 2.00 1.96 1.34 3/526 16842
/proc/meminfo: memFree=12955328/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=21904 CPUtime=0.69 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 3256 0 0 0 69 0 0 0 25 0 1 0 750458253 22429696 2264 33554432000 4194304 4291037 140736632519552 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 5476 2264 257 24 0 2110 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21904

[startup+1.50096 s]
/proc/loadavg: 2.00 1.96 1.35 3/527 16843
/proc/meminfo: memFree=12945900/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=23852 CPUtime=1.49 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 3754 0 0 0 149 0 0 0 25 0 1 0 750458253 24424448 2750 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 5963 2750 257 24 0 2597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23852

[startup+3.10065 s]
/proc/loadavg: 2.00 1.96 1.35 3/527 16843
/proc/meminfo: memFree=12940568/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=28576 CPUtime=3.09 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 4811 0 0 0 309 0 0 0 25 0 1 0 750458253 29261824 3798 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 7144 3798 257 24 0 3778 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28576

[startup+6.3011 s]
/proc/loadavg: 2.00 1.96 1.35 3/527 16843
/proc/meminfo: memFree=12932864/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=35900 CPUtime=6.29 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 6123 0 0 0 629 0 0 0 25 0 1 0 750458253 36761600 5091 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 8975 5091 257 24 0 5609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35900

[startup+12.701 s]
/proc/loadavg: 2.00 1.96 1.35 3/527 16843
/proc/meminfo: memFree=12923568/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=49644 CPUtime=12.7 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 10786 0 0 0 1269 1 0 0 25 0 1 0 750458253 50835456 6262 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 12411 6262 257 24 0 9045 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 49644

[startup+25.5007 s]
/proc/loadavg: 2.00 1.96 1.36 3/527 16843
/proc/meminfo: memFree=12902868/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=67840 CPUtime=25.49 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 15015 0 0 0 2548 1 0 0 25 0 1 0 750458253 69468160 10265 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 16960 10265 257 24 0 13594 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67840

[startup+51.1011 s]
/proc/loadavg: 2.00 1.97 1.38 3/527 16857
/proc/meminfo: memFree=12856904/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=98192 CPUtime=51.09 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 24256 0 0 0 5107 2 0 0 25 0 1 0 750458253 100548608 19292 33554432000 4194304 4291037 140736632519552 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 24548 19292 257 24 0 21182 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98192

[startup+102.301 s]
/proc/loadavg: 2.00 1.97 1.41 3/527 16858
/proc/meminfo: memFree=12845900/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=107940 CPUtime=102.3 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 28596 0 0 0 10227 3 0 0 25 0 1 0 750458253 110530560 17263 33554432000 4194304 4291037 140736632519552 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 26985 17263 257 24 0 23619 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107940

[startup+162.301 s]
/proc/loadavg: 2.15 2.02 1.46 3/527 16860
/proc/meminfo: memFree=12802692/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=107940 CPUtime=162.29 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 34991 0 0 0 16225 4 0 0 25 0 1 0 750458253 110530560 23386 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 26985 23386 257 24 0 23619 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 107940

[startup+222.32 s]
/proc/loadavg: 2.10 2.03 1.49 3/527 16861
/proc/meminfo: memFree=12742488/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=162844 CPUtime=222.31 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 58486 0 0 0 22223 8 0 0 25 0 1 0 750458253 166752256 34577 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 40711 34577 258 24 0 37345 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 162844

[startup+282.301 s]
/proc/loadavg: 2.04 2.02 1.52 3/527 16863
/proc/meminfo: memFree=12710816/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=175340 CPUtime=282.3 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 73270 0 0 0 28219 11 0 0 25 0 1 0 750458253 179548160 38078 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 43835 38078 258 24 0 40469 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 175340

[startup+342.301 s]
/proc/loadavg: 2.08 2.04 1.56 3/527 16865
/proc/meminfo: memFree=12689456/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=175340 CPUtime=342.3 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 75253 0 0 0 34218 12 0 0 25 0 1 0 750458253 179548160 40018 33554432000 4194304 4291037 140736632519552 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 43835 40018 258 24 0 40469 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 175340

[startup+402.301 s]
/proc/loadavg: 2.06 2.05 1.59 3/527 16866
/proc/meminfo: memFree=12722144/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=126020 CPUtime=402.3 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 75833 0 0 0 40217 13 0 0 25 0 1 0 750458253 129044480 28294 33554432000 4194304 4291037 140736632519552 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 31505 28294 258 24 0 28139 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 126020

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 1.61 3/527 16868
/proc/meminfo: memFree=12706832/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=126020 CPUtime=462.3 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 84594 0 0 0 46216 14 0 0 25 0 1 0 750458253 129044480 28295 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 31505 28295 258 24 0 28139 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 126020

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 1.64 3/527 16869
/proc/meminfo: memFree=12690412/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=126020 CPUtime=522.3 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 92947 0 0 0 52215 15 0 0 25 0 1 0 750458253 129044480 28295 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 31505 28295 258 24 0 28139 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 126020

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 1.65 3/527 16871
/proc/meminfo: memFree=12672732/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=126020 CPUtime=582.31 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 92947 0 0 0 58216 15 0 0 25 0 1 0 750458253 129044480 28295 33554432000 4194304 4291037 140736632519552 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 31505 28295 258 24 0 28139 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 126020

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 1.98 2.00 1.99 3/527 17030
/proc/meminfo: memFree=12741772/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=274028 CPUtime=4062.35 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 642897 0 0 0 406137 98 0 0 25 0 1 0 750458253 280604672 60543 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 68507 60543 258 24 0 65141 0
Current children cumulated CPU time (s) 4062.35
Current children cumulated vsize (KiB) 274028

[startup+4122.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/527 17031
/proc/meminfo: memFree=12609356/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=323348 CPUtime=4122.34 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 660270 0 0 0 412134 100 0 0 25 0 1 0 750458253 331108352 69292 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 80837 69292 258 24 0 77471 0
Current children cumulated CPU time (s) 4122.34
Current children cumulated vsize (KiB) 323348

[startup+4182.32 s]
/proc/loadavg: 2.06 2.03 2.00 3/527 17062
/proc/meminfo: memFree=12967120/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=274028 CPUtime=4182.36 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 671233 0 0 0 418134 102 0 0 25 0 1 0 750458253 280604672 60662 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 68507 60662 258 24 0 65141 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 274028

[startup+4242.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/527 17064
/proc/meminfo: memFree=12939776/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=274028 CPUtime=4242.33 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 681123 0 0 0 424129 104 0 0 25 0 1 0 750458253 280604672 60662 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 68507 60662 258 24 0 65141 0
Current children cumulated CPU time (s) 4242.33
Current children cumulated vsize (KiB) 274028

[startup+4302.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/527 17065
/proc/meminfo: memFree=12877212/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=323348 CPUtime=4302.33 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 700892 0 0 0 430128 105 0 0 25 0 1 0 750458253 331108352 70058 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 80837 70058 258 24 0 77471 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 323348

[startup+4362.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/527 17067
/proc/meminfo: memFree=12895516/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=274028 CPUtime=4362.33 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 712272 0 0 0 436125 108 0 0 25 0 1 0 750458253 280604672 60662 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 68507 60662 258 24 0 65141 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 274028

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 17068
/proc/meminfo: memFree=12844512/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=323348 CPUtime=4422.33 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 731513 0 0 0 442123 110 0 0 25 0 1 0 750458253 331108352 69451 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 80837 69451 258 24 0 77471 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 323348

[startup+4482.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/527 17100
/proc/meminfo: memFree=12961412/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=323348 CPUtime=4482.34 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 745172 0 0 0 448121 113 0 0 25 0 1 0 750458253 331108352 71632 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 80837 71632 258 24 0 77471 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 323348

[startup+4542.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/527 17103
/proc/meminfo: memFree=12960320/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=274028 CPUtime=4542.33 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 758159 0 0 0 454118 115 0 0 25 0 1 0 750458253 280604672 60666 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 68507 60666 258 24 0 65141 0
Current children cumulated CPU time (s) 4542.33
Current children cumulated vsize (KiB) 274028

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 17104
/proc/meminfo: memFree=12924952/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=323348 CPUtime=4602.33 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 777647 0 0 0 460116 117 0 0 25 0 1 0 750458253 331108352 70276 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 80837 70276 258 24 0 77471 0
Current children cumulated CPU time (s) 4602.33
Current children cumulated vsize (KiB) 323348

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 17106
/proc/meminfo: memFree=12951684/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=323348 CPUtime=4662.34 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 789512 0 0 0 466114 120 0 0 25 0 1 0 750458253 331108352 70304 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 80837 70304 258 24 0 77471 0
Current children cumulated CPU time (s) 4662.34
Current children cumulated vsize (KiB) 323348

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 17107
/proc/meminfo: memFree=12920508/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=323348 CPUtime=4722.36 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 792843 0 0 0 472115 121 0 0 25 0 1 0 750458253 331108352 73533 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 80837 73533 258 24 0 77471 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 323348

[startup+4782.3 s]
/proc/loadavg: 2.20 2.06 2.01 3/527 17109
/proc/meminfo: memFree=12882384/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=354168 CPUtime=4782.34 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 795536 0 0 0 478113 121 0 0 25 0 1 0 750458253 362668032 76173 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 88542 76173 258 24 0 85176 0
Current children cumulated CPU time (s) 4782.34
Current children cumulated vsize (KiB) 354168

[startup+4842.32 s]
/proc/loadavg: 2.19 2.08 2.02 3/527 17111
/proc/meminfo: memFree=12903908/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=290052 CPUtime=4842.36 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 803825 0 0 0 484114 122 0 0 25 0 1 0 750458253 297013248 67853 33554432000 4194304 4291037 140736632519552 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 72513 67853 258 24 0 69147 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 290052

[startup+4902.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/527 17112
/proc/meminfo: memFree=12828460/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=370192 CPUtime=4902.35 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 817847 0 0 0 490110 125 0 0 25 0 1 0 750458253 379076608 81732 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 92548 81732 258 24 0 89182 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 370192

[startup+4962.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/527 17115
/proc/meminfo: memFree=12809932/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=370192 CPUtime=4962.35 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 820841 0 0 0 496109 126 0 0 25 0 1 0 750458253 379076608 84673 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 92548 84673 258 24 0 89182 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 370192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 17116
/proc/meminfo: memFree=12837924/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=370192 CPUtime=5000.06 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 821794 0 0 0 499880 126 0 0 25 0 1 0 750458253 379076608 85611 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 92548 85611 258 24 0 89182 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 370192

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

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

[startup+5000 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 17116
/proc/meminfo: memFree=12837924/32951124 swapFree=66578944/67111528
[pid=16842] ppid=16840 vsize=370192 CPUtime=5000.06 cores=0,2,4,6
/proc/16842/stat : 16842 (minisat_release) R 16840 16842 16668 0 -1 4202496 821794 0 0 0 499880 126 0 0 25 0 1 0 750458253 379076608 85611 33554432000 4194304 4291037 140736632519552 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16842/statm: 92548 85611 258 24 0 89182 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 370192

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.04
CPU time (s): 5000.09
CPU user time (s): 4998.81
CPU system time (s): 1.27781
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 370192

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

runsolver used 27.3748 second user time and 59.001 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-28 13:00:24
IDJOB=3419818
IDBENCH=71089
IDSOLVER=1912
FILE ID=node145/3419818-1306580424
RUNJOBID= node145-1306579390-16686
PBS_JOBID= 13471535
Free space on /tmp= 73472 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419818-1306580424/watcher-3419818-1306580424 -o /tmp/evaluation-result-3419818-1306580424/solver-3419818-1306580424 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419818-1306580424.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=85593708

node145.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.786
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.57
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.786
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	: 5332.76
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.786
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12955360 kB
Buffers:        245208 kB
Cached:        7842916 kB
SwapCached:      34712 kB
Active:       11690776 kB
Inactive:      8010872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12955360 kB
SwapTotal:    67111528 kB
SwapFree:     66578944 kB
Dirty:            1480 kB
Writeback:           0 kB
AnonPages:    11578224 kB
Mapped:          38104 kB
Slab:           158664 kB
PageTables:      66640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153622316 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= 73488 MiB
End job on node145 at 2011-05-28 14:23:46