Trace number 3387130

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: cir_minisat 2011-05-13 (simp)? (TO) 5000.05 4999.93

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3387130-1305592049/watcher-3387130-1305592049 -o /tmp/evaluation-result-3387130-1305592049/solver-3387130-1305592049 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387130-1305592049.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: 5.00 5.02 5.00 5/508 26306
/proc/meminfo: memFree=20959696/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=22428 CPUtime=0.01 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 1529 0 0 0 1 0 0 0 25 0 1 0 670807524 22966272 1439 33554432000 4194304 4300288 140736298224320 18446744073709551615 4266329 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 5607 1439 218 26 0 2239 0

[startup+0.110555 s]
/proc/loadavg: 5.00 5.02 5.00 5/508 26306
/proc/meminfo: memFree=20959696/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=33900 CPUtime=0.1 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 5151 0 0 0 9 1 0 0 25 0 1 0 670807524 34713600 4607 33554432000 4194304 4300288 140736298224320 18446744073709551615 4231576 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 8475 4608 222 26 0 5107 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 33900

[startup+0.200541 s]
/proc/loadavg: 5.00 5.02 5.00 5/508 26306
/proc/meminfo: memFree=20959696/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=38732 CPUtime=0.19 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 6655 0 0 0 18 1 0 0 25 0 1 0 670807524 39661568 6047 33554432000 4194304 4300288 140736298224320 18446744073709551615 4232720 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 9683 6047 222 26 0 6315 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38732

[startup+0.30052 s]
/proc/loadavg: 5.00 5.02 5.00 5/508 26306
/proc/meminfo: memFree=20959696/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=37320 CPUtime=0.29 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 7498 0 0 0 28 1 0 0 25 0 1 0 670807524 38215680 5761 33554432000 4194304 4300288 140736298224320 18446744073709551615 4228511 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 9330 5761 222 26 0 5962 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37320

[startup+0.700435 s]
/proc/loadavg: 5.00 5.02 5.00 5/508 26306
/proc/meminfo: memFree=20959696/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=35256 CPUtime=0.69 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 8126 0 0 0 68 1 0 0 25 0 1 0 670807524 36102144 5227 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 8814 5227 243 26 0 5446 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35256

[startup+1.50029 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26307
/proc/meminfo: memFree=20937748/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=39608 CPUtime=1.49 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 8337 0 0 0 148 1 0 0 25 0 1 0 670807524 40558592 5430 33554432000 4194304 4300288 140736298224320 18446744073709551615 4256451 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 9902 5430 243 26 0 6534 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39608

[startup+3.10101 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26307
/proc/meminfo: memFree=20934896/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=39608 CPUtime=3.09 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 8748 0 0 0 308 1 0 0 25 0 1 0 670807524 40558592 5835 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 9902 5835 243 26 0 6534 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39608

[startup+6.30046 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26307
/proc/meminfo: memFree=20929736/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=51632 CPUtime=6.29 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 11329 0 0 0 627 2 0 0 25 0 1 0 670807524 52871168 8399 33554432000 4194304 4300288 140736298224320 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 12908 8399 243 26 0 9540 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51632

[startup+12.7003 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26308
/proc/meminfo: memFree=20908292/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=58812 CPUtime=12.69 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 13178 0 0 0 1267 2 0 0 25 0 1 0 670807524 60223488 10189 33554432000 4194304 4300288 140736298224320 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 14703 10189 243 26 0 11335 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58812

[startup+25.5011 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26308
/proc/meminfo: memFree=20908900/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=51168 CPUtime=25.49 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 17003 0 0 0 2545 4 0 0 25 0 1 0 670807524 52396032 7775 33554432000 4194304 4300288 140736298224320 18446744073709551615 4256196 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 12792 7775 243 26 0 9424 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51168

[startup+51.1005 s]
/proc/loadavg: 5.00 5.01 5.00 6/509 26309
/proc/meminfo: memFree=20849444/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=89440 CPUtime=51.1 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 28020 0 0 0 5102 8 0 0 25 0 1 0 670807524 91586560 18637 33554432000 4194304 4300288 140736298224320 18446744073709551615 4250034 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 22360 18637 243 26 0 18992 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 89440

[startup+102.3 s]
/proc/loadavg: 5.00 5.01 5.00 6/509 26310
/proc/meminfo: memFree=20807864/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=89440 CPUtime=102.31 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 45634 0 0 0 10220 11 0 0 25 0 1 0 670807524 91586560 18932 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 22360 18932 243 26 0 18992 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 89440

[startup+162.301 s]
/proc/loadavg: 5.00 5.00 5.00 6/509 26312
/proc/meminfo: memFree=20734696/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=138760 CPUtime=162.29 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 55303 0 0 0 16217 12 0 0 25 0 1 0 670807524 142090240 28557 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 34690 28557 243 26 0 31322 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138760

[startup+222.319 s]
/proc/loadavg: 5.08 5.02 5.01 6/509 26313
/proc/meminfo: memFree=20703316/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=138760 CPUtime=222.31 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 67556 0 0 0 22216 15 0 0 25 0 1 0 670807524 142090240 28229 33554432000 4194304 4300288 140736298224320 18446744073709551615 4269956 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 34690 28229 243 26 0 31322 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 138760

[startup+282.301 s]
/proc/loadavg: 5.10 5.03 5.00 6/509 26315
/proc/meminfo: memFree=20703504/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=138760 CPUtime=282.3 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 78015 0 0 0 28213 17 0 0 25 0 1 0 670807524 142090240 26639 33554432000 4194304 4300288 140736298224320 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 34690 26639 243 26 0 31322 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 138760

[startup+342.301 s]
/proc/loadavg: 5.04 5.02 5.00 6/509 26316
/proc/meminfo: memFree=20674468/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=89440 CPUtime=342.3 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 86781 0 0 0 34209 21 0 0 25 0 1 0 670807524 91586560 18949 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 22360 18949 243 26 0 18992 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 89440

[startup+402.301 s]
/proc/loadavg: 5.01 5.02 5.00 6/509 26318
/proc/meminfo: memFree=20604028/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=138760 CPUtime=402.3 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 97349 0 0 0 40207 23 0 0 25 0 1 0 670807524 142090240 29481 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 34690 29481 243 26 0 31322 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 138760

[startup+462.301 s]
/proc/loadavg: 5.00 5.01 5.00 6/509 26320
/proc/meminfo: memFree=20562212/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=138760 CPUtime=462.3 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 109386 0 0 0 46204 26 0 0 25 0 1 0 670807524 142090240 27907 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 34690 27907 243 26 0 31322 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 138760

[startup+522.3 s]
/proc/loadavg: 5.11 5.04 5.01 6/509 26321
/proc/meminfo: memFree=20522276/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=170644 CPUtime=522.3 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 127089 0 0 0 52200 30 0 0 25 0 1 0 670807524 174739456 30652 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 42661 30652 243 26 0 39293 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 170644

[startup+582.301 s]
/proc/loadavg: 5.04 5.03 5.00 6/509 26323
/proc/meminfo: memFree=20942976/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=121324 CPUtime=582.31 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 133284 0 0 0 58199 32 0 0 25 0 1 0 670807524 124235776 22772 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255602 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 30331 22772 243 26 0 26963 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 121324

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 5.13 5.06 5.02 6/509 26453
/proc/meminfo: memFree=20475228/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=170660 CPUtime=4002.39 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 740838 0 0 0 400019 220 0 0 25 0 1 0 670807524 174755840 39237 33554432000 4194304 4300288 140736298224320 18446744073709551615 4270087 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 42665 39237 243 26 0 39297 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 170660

[startup+4062.3 s]
/proc/loadavg: 5.08 5.06 5.01 6/509 26455
/proc/meminfo: memFree=20390860/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=250800 CPUtime=4062.41 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 760634 0 0 0 406015 226 0 0 25 0 1 0 670807524 256819200 58833 33554432000 4194304 4300288 140736298224320 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 62700 58833 243 26 0 59332 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 250800

[startup+4122.3 s]
/proc/loadavg: 5.03 5.05 5.01 6/509 26456
/proc/meminfo: memFree=20460260/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=170660 CPUtime=4122.39 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 771867 0 0 0 412008 231 0 0 25 0 1 0 670807524 174755840 39237 33554432000 4194304 4300288 140736298224320 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 42665 39237 243 26 0 39297 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 170660

[startup+4182.32 s]
/proc/loadavg: 5.01 5.04 5.00 6/509 26458
/proc/meminfo: memFree=20380732/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=250800 CPUtime=4182.41 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 790130 0 0 0 418005 236 0 0 25 0 1 0 670807524 256819200 57367 33554432000 4194304 4300288 140736298224320 18446744073709551615 4269956 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 62700 57367 243 26 0 59332 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 250800

[startup+4242.3 s]
/proc/loadavg: 5.00 5.03 5.00 6/509 26459
/proc/meminfo: memFree=20445280/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=170660 CPUtime=4242.39 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 803013 0 0 0 423999 240 0 0 25 0 1 0 670807524 174755840 39237 33554432000 4194304 4300288 140736298224320 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 42665 39237 243 26 0 39297 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 170660

[startup+4302.3 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26461
/proc/meminfo: memFree=20369372/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=250800 CPUtime=4302.39 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 820343 0 0 0 429995 244 0 0 25 0 1 0 670807524 256819200 56399 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 62700 56399 243 26 0 59332 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 250800

[startup+4362.3 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26463
/proc/meminfo: memFree=20330300/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=300888 CPUtime=4362.39 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 828717 0 0 0 435992 247 0 0 25 0 1 0 670807524 308109312 64629 33554432000 4194304 4300288 140736298224320 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 75222 64629 243 26 0 71854 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 300888

[startup+4422.3 s]
/proc/loadavg: 5.00 5.01 5.00 6/509 26464
/proc/meminfo: memFree=20390892/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=219980 CPUtime=4422.39 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 839017 0 0 0 441989 250 0 0 25 0 1 0 670807524 225259520 47549 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 54995 47549 243 26 0 51627 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 219980

[startup+4482.3 s]
/proc/loadavg: 5.04 5.02 5.00 6/509 26466
/proc/meminfo: memFree=20348324/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=250800 CPUtime=4482.39 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 848066 0 0 0 447985 254 0 0 25 0 1 0 670807524 256819200 56432 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 62700 56432 243 26 0 59332 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 250800

[startup+4542.3 s]
/proc/loadavg: 5.16 5.06 5.01 6/509 26467
/proc/meminfo: memFree=20309588/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=300888 CPUtime=4542.4 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 854299 0 0 0 453983 257 0 0 25 0 1 0 670807524 308109312 62558 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 75222 62558 243 26 0 71854 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 300888

[startup+4602.3 s]
/proc/loadavg: 5.11 5.06 5.01 6/509 26469
/proc/meminfo: memFree=20350584/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=219980 CPUtime=4602.41 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 865273 0 0 0 459981 260 0 0 25 0 1 0 670807524 225259520 49878 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 54995 49878 243 26 0 51627 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 219980

[startup+4662.3 s]
/proc/loadavg: 5.04 5.05 5.01 6/509 26471
/proc/meminfo: memFree=20283124/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=300888 CPUtime=4662.4 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 876856 0 0 0 465977 263 0 0 25 0 1 0 670807524 308109312 61286 33554432000 4194304 4300288 140736298224320 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 75222 61286 243 26 0 71854 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 300888

[startup+4722.3 s]
/proc/loadavg: 5.01 5.04 5.00 6/509 26472
/proc/meminfo: memFree=20316584/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=239520 CPUtime=4722.42 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 892825 0 0 0 471975 267 0 0 25 0 1 0 670807524 245268480 51079 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 59880 51079 243 26 0 56512 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 239520

[startup+4782.3 s]
/proc/loadavg: 5.00 5.03 5.00 6/509 26474
/proc/meminfo: memFree=20281840/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=270340 CPUtime=4782.41 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 899832 0 0 0 477970 271 0 0 25 0 1 0 670807524 276828160 57950 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 67585 57950 243 26 0 64217 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 270340

[startup+4842.32 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26475
/proc/meminfo: memFree=20343036/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=190200 CPUtime=4842.42 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 906571 0 0 0 483968 274 0 0 25 0 1 0 670807524 194764800 40913 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 47550 40913 243 26 0 44182 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 190200

[startup+4902.3 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26477
/proc/meminfo: memFree=20268216/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=270340 CPUtime=4902.41 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 923770 0 0 0 489962 279 0 0 25 0 1 0 670807524 276828160 57940 33554432000 4194304 4300288 140736298224320 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 67585 57940 243 26 0 64217 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 270340

[startup+4962.3 s]
/proc/loadavg: 5.00 5.01 5.00 6/509 26479
/proc/meminfo: memFree=20242040/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=320428 CPUtime=4962.41 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 928577 0 0 0 495961 280 0 0 25 0 1 0 670807524 328118272 62682 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 80107 62682 243 26 0 76739 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 320428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 5.16 5.04 5.01 6/509 26480
/proc/meminfo: memFree=20223272/32951124 swapFree=53501260/67111528
[pid=26306] ppid=26304 vsize=320428 CPUtime=5000.02 cores=0,2,4,6
/proc/26306/stat : 26306 (cir_minisat) R 26304 26306 26020 0 -1 4202496 931952 0 0 0 499721 281 0 0 25 0 1 0 670807524 328118272 66027 33554432000 4194304 4300288 140736298224320 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26306/statm: 80107 66027 243 26 0 76739 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 320428

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4997.22
CPU system time (s): 2.83157
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 382276

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

runsolver used 25.8321 second user time and 56.0435 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-17 02:27:29
IDJOB=3387130
IDBENCH=70791
IDSOLVER=1873
FILE ID=node103/3387130-1305592049
RUNJOBID= node103-1305586740-26038
PBS_JOBID= 13350375
Free space on /tmp= 73044 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387130-1305592049/watcher-3387130-1305592049 -o /tmp/evaluation-result-3387130-1305592049/solver-3387130-1305592049 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387130-1305592049.cnf

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=535205636

node103.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.858
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.71
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.858
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.75
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.858
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.75
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      20959976 kB
Buffers:        350076 kB
Cached:        4565580 kB
SwapCached:     340168 kB
Active:        6131336 kB
Inactive:      5546524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20959976 kB
SwapTotal:    67111528 kB
SwapFree:     53501260 kB
Dirty:            2736 kB
Writeback:           0 kB
AnonPages:     6433160 kB
Mapped:          24708 kB
Slab:           165568 kB
PageTables:      79256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 166019960 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= 73064 MiB
End job on node103 at 2011-05-17 03:50:51