Trace number 3380430

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) 1300.08 1300.09

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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-3380430-1305458364/watcher-3380430-1305458364 -o /tmp/evaluation-result-3380430-1305458364/solver-3380430-1305458364 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380430-1305458364.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.97 1.28 2.35 6/359 28220
/proc/meminfo: memFree=25410968/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=23784 CPUtime=0 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 1625 0 0 0 0 0 0 0 21 0 1 0 657437010 24354816 1569 33554432000 4194304 4300288 140734862261024 18446744073709551615 4240145 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 5946 1571 218 26 0 2578 0

[startup+0.071947 s]
/proc/loadavg: 0.97 1.28 2.35 6/359 28220
/proc/meminfo: memFree=25410968/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=38504 CPUtime=0.06 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 5361 0 0 0 6 0 0 0 21 0 1 0 657437010 39428096 5112 33554432000 4194304 4300288 140734862261024 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 9659 5113 218 26 0 6291 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38504

[startup+0.100944 s]
/proc/loadavg: 0.97 1.28 2.35 6/359 28220
/proc/meminfo: memFree=25410968/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=50136 CPUtime=0.08 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 8139 0 0 0 8 0 0 0 21 0 1 0 657437010 51339264 7754 33554432000 4194304 4300288 140734862261024 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 12534 7757 218 26 0 9166 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50136

[startup+0.300906 s]
/proc/loadavg: 0.97 1.28 2.35 6/359 28220
/proc/meminfo: memFree=25410968/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=89924 CPUtime=0.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 19194 0 0 0 26 3 0 0 22 0 1 0 657437010 92082176 17839 33554432000 4194304 4300288 140734862261024 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 22481 17840 218 26 0 19113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89924

[startup+0.700831 s]
/proc/loadavg: 0.97 1.28 2.35 6/359 28220
/proc/meminfo: memFree=25410968/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=146124 CPUtime=0.69 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 32161 0 0 0 64 5 0 0 23 0 1 0 657437010 149630976 28877 33554432000 4194304 4300288 140734862261024 18446744073709551615 230809165568 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 36531 28877 218 26 0 33163 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146124

[startup+1.50071 s]
/proc/loadavg: 1.37 1.36 2.37 5/360 28221
/proc/meminfo: memFree=25178564/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=166312 CPUtime=1.49 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 38469 0 0 0 143 6 0 0 25 0 1 0 657437010 170303488 34872 33554432000 4194304 4300288 140734862261024 18446744073709551615 230808825767 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 41578 34873 222 26 0 38210 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 166312

[startup+3.1004 s]
/proc/loadavg: 1.37 1.36 2.37 5/360 28221
/proc/meminfo: memFree=25199768/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=144356 CPUtime=3.08 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 45227 0 0 0 301 7 0 0 25 0 1 0 657437010 147820544 29582 33554432000 4194304 4300288 140734862261024 18446744073709551615 4268184 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 36089 29582 242 26 0 32721 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 144356

[startup+6.30083 s]
/proc/loadavg: 1.58 1.40 2.37 5/360 28221
/proc/meminfo: memFree=25219312/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=144356 CPUtime=6.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 45652 0 0 0 621 8 0 0 25 0 1 0 657437010 147820544 30004 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 36089 30004 243 26 0 32721 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144356

[startup+12.7007 s]
/proc/loadavg: 1.77 1.45 2.38 5/360 28221
/proc/meminfo: memFree=25184860/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=156032 CPUtime=12.69 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 46988 0 0 0 1261 8 0 0 25 0 1 0 657437010 159776768 31336 33554432000 4194304 4300288 140734862261024 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 39008 31336 243 26 0 35640 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 156032

[startup+25.5003 s]
/proc/loadavg: 2.27 1.57 2.41 5/360 28221
/proc/meminfo: memFree=25048408/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=175000 CPUtime=25.49 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 50672 0 0 0 2541 8 0 0 25 0 1 0 657437010 179200000 35008 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 43750 35008 243 26 0 40382 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 175000

[startup+51.1006 s]
/proc/loadavg: 2.86 1.76 2.45 5/360 28222
/proc/meminfo: memFree=24931920/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=205820 CPUtime=51.07 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 58239 0 0 0 5096 11 0 0 25 0 1 0 657437010 210759680 42561 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 51455 42561 243 26 0 48087 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 205820

[startup+102.313 s]
/proc/loadavg: 3.60 2.14 2.54 5/360 28250
/proc/meminfo: memFree=24740876/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=337296 CPUtime=102.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 75554 0 0 0 10213 16 0 0 25 0 1 0 657437010 345391104 59852 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 84324 59852 243 26 0 80956 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 337296

[startup+162.3 s]
/proc/loadavg: 3.92 2.49 2.63 5/360 28252
/proc/meminfo: memFree=24405784/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=337296 CPUtime=162.27 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 94209 0 0 0 16207 20 0 0 25 0 1 0 657437010 345391104 78482 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 84324 78482 243 26 0 80956 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 337296

[startup+222.3 s]
/proc/loadavg: 3.97 2.76 2.72 5/360 28254
/proc/meminfo: memFree=24106296/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=473692 CPUtime=222.28 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 115726 0 0 0 22201 27 0 0 25 0 1 0 657437010 485060608 99978 33554432000 4194304 4300288 140734862261024 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 118423 99978 243 26 0 115055 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 473692

[startup+282.3 s]
/proc/loadavg: 3.99 2.98 2.79 5/360 28255
/proc/meminfo: memFree=23818084/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=694324 CPUtime=282.27 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 135556 0 0 0 28195 32 0 0 25 0 1 0 657437010 710987776 119778 33554432000 4194304 4300288 140734862261024 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 173581 119778 243 26 0 170213 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 694324

[startup+342.3 s]
/proc/loadavg: 4.07 3.18 2.87 5/360 28257
/proc/meminfo: memFree=23597080/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=698288 CPUtime=342.28 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 158572 0 0 0 34191 37 0 0 25 0 1 0 657437010 715046912 142777 33554432000 4194304 4300288 140734862261024 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 174572 142777 243 26 0 171204 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 698288

[startup+402.3 s]
/proc/loadavg: 4.02 3.33 2.94 5/360 28258
/proc/meminfo: memFree=23328096/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=702808 CPUtime=402.28 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 176510 0 0 0 40187 41 0 0 25 0 1 0 657437010 719675392 160692 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 175702 160692 243 26 0 172334 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 702808

[startup+462.301 s]
/proc/loadavg: 4.06 3.46 3.01 5/360 28260
/proc/meminfo: memFree=23044832/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1054804 CPUtime=462.28 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 196598 0 0 0 46180 48 0 0 25 0 1 0 657437010 1080119296 180754 33554432000 4194304 4300288 140734862261024 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 263701 180754 243 26 0 260333 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1054804

[startup+522.301 s]
/proc/loadavg: 4.02 3.56 3.07 5/360 28262
/proc/meminfo: memFree=22835736/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1057624 CPUtime=522.28 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 215825 0 0 0 52173 55 0 0 25 0 1 0 657437010 1083006976 199967 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 264406 199967 243 26 0 261038 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1057624

[startup+582.301 s]
/proc/loadavg: 4.00 3.64 3.12 5/360 28263
/proc/meminfo: memFree=22598976/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1062300 CPUtime=582.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 236491 0 0 0 58169 60 0 0 25 0 1 0 657437010 1087795200 220617 33554432000 4194304 4300288 140734862261024 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 265575 220617 243 26 0 262207 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1062300

[startup+642.301 s]
/proc/loadavg: 4.07 3.72 3.18 5/360 28265
/proc/meminfo: memFree=22287200/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1067448 CPUtime=642.3 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 253402 0 0 0 64166 64 0 0 25 0 1 0 657437010 1093066752 237515 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255947 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 266862 237515 243 26 0 263494 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1067448

[startup+702.301 s]
/proc/loadavg: 4.10 3.79 3.24 5/360 28293
/proc/meminfo: memFree=23215892/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1071840 CPUtime=702.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 270942 0 0 0 70161 68 0 0 25 0 1 0 657437010 1097564160 255041 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 267960 255041 243 26 0 264592 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1071840

[startup+762.314 s]
/proc/loadavg: 4.03 3.83 3.28 5/360 28295
/proc/meminfo: memFree=23066924/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1643212 CPUtime=762.3 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 289119 0 0 0 76157 73 0 0 25 0 1 0 657437010 1682649088 273198 33554432000 4194304 4300288 140734862261024 18446744073709551615 4270009 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 410803 273198 243 26 0 407435 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1643212

[startup+822.301 s]
/proc/loadavg: 4.01 3.86 3.32 5/360 28297
/proc/meminfo: memFree=22837976/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1646516 CPUtime=822.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 305088 0 0 0 82152 77 0 0 25 0 1 0 657437010 1686032384 289145 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 411629 289145 243 26 0 408261 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1646516

[startup+882.301 s]
/proc/loadavg: 4.00 3.88 3.37 5/360 28298
/proc/meminfo: memFree=22684792/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1648944 CPUtime=882.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 323048 0 0 0 88146 83 0 0 25 0 1 0 657437010 1688518656 307082 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 412236 307082 243 26 0 408868 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 1648944

[startup+942.301 s]
/proc/loadavg: 4.19 3.95 3.42 5/360 28300
/proc/meminfo: memFree=22524436/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1650740 CPUtime=942.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 342005 0 0 0 94142 87 0 0 25 0 1 0 657437010 1690357760 326019 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 412685 326019 243 26 0 409317 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1650740

[startup+1002.3 s]
/proc/loadavg: 4.13 3.97 3.46 5/360 28301
/proc/meminfo: memFree=22304064/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1655916 CPUtime=1002.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 359290 0 0 0 100138 91 0 0 25 0 1 0 657437010 1695657984 343296 33554432000 4194304 4300288 140734862261024 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 413979 343296 243 26 0 410611 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1655916

[startup+1062.3 s]
/proc/loadavg: 4.05 3.97 3.49 5/360 28384
/proc/meminfo: memFree=23767304/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1659696 CPUtime=1062.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 376258 0 0 0 106133 96 0 0 25 0 1 0 657437010 1699528704 360250 33554432000 4194304 4300288 140734862261024 18446744073709551615 4256039 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 414924 360250 243 26 0 411556 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1659696

[startup+1122.3 s]
/proc/loadavg: 4.05 3.99 3.52 5/360 28440
/proc/meminfo: memFree=23446248/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1663160 CPUtime=1122.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 393887 0 0 0 112128 101 0 0 25 0 1 0 657437010 1703075840 377864 33554432000 4194304 4300288 140734862261024 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 415790 377864 243 26 0 412422 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1663160

[startup+1182.3 s]
/proc/loadavg: 4.02 3.99 3.55 5/360 28468
/proc/meminfo: memFree=23033792/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1666604 CPUtime=1182.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 410506 0 0 0 118122 107 0 0 25 0 1 0 657437010 1706602496 394465 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255727 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 416651 394465 243 26 0 413283 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1666604

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.57 5/360 28497
/proc/meminfo: memFree=23333624/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=1670560 CPUtime=1242.29 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 424956 0 0 0 124118 111 0 0 25 0 1 0 657437010 1710653440 408901 33554432000 4194304 4300288 140734862261024 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 417640 408901 243 26 0 414272 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 1670560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.00 3.60 6/360 28498
/proc/meminfo: memFree=23093496/32951124 swapFree=40554400/67111528
[pid=28220] ppid=28218 vsize=2596192 CPUtime=1300 cores=0,2
/proc/28220/stat : 28220 (cir_minisat) R 28218 28220 27741 0 -1 4202496 440522 0 0 0 129885 115 0 0 25 0 1 0 657437010 2658500608 424459 33554432000 4194304 4300288 140734862261024 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28220/statm: 649048 424459 243 26 0 645680 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 2596192

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): 1300.09
CPU time (s): 1300.08
CPU user time (s): 1298.85
CPU system time (s): 1.22781
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 2596192

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

runsolver used 4.73228 second user time and 9.69553 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 13:19:26
IDJOB=3380430
IDBENCH=20349
IDSOLVER=1863
FILE ID=node104/3380430-1305458364
RUNJOBID= node104-1305458364-28178
PBS_JOBID= 13324887
Free space on /tmp= 73352 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380430-1305458364/watcher-3380430-1305458364 -o /tmp/evaluation-result-3380430-1305458364/solver-3380430-1305458364 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380430-1305458364.cnf

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1980157582

node104.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.855
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25411372 kB
Buffers:        312888 kB
Cached:        2569300 kB
SwapCached:     122128 kB
Active:        1270928 kB
Inactive:      5992860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25411372 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           76332 kB
Writeback:           0 kB
AnonPages:     4272516 kB
Mapped:          10848 kB
Slab:           125784 kB
PageTables:      85316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75071432 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= 73320 MiB
End job on node104 at 2011-05-15 13:41:08