Trace number 3348613

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-03-02? (TO) 1300.05 1300.02

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.219
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

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

running on 2 cores: 5,7

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.24 0.05 0.02 5/336 11427
/proc/meminfo: memFree=27706648/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=11796 CPUtime=0 cores=5,7
/proc/11427/stat : 11427 (runsolver) R 11425 11427 11366 0 -1 4202560 40 0 0 0 0 0 0 0 21 0 1 0 608411297 12079104 49 33554432000 4194304 5432360 140736904140432 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/11427/statm: 2949 49 30 303 0 2643 0

[startup+0.0984239 s]
/proc/loadavg: 0.24 0.05 0.02 5/336 11427
/proc/meminfo: memFree=27706648/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=26512 CPUtime=0.08 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 3072 0 0 0 7 1 0 0 21 0 1 0 608411297 27148288 2737 33554432000 4194304 4254575 140734869381504 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 6628 2737 232 15 0 3271 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26512

[startup+0.100405 s]
/proc/loadavg: 0.24 0.05 0.02 5/336 11427
/proc/meminfo: memFree=27706648/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=26512 CPUtime=0.08 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 3075 0 0 0 7 1 0 0 21 0 1 0 608411297 27148288 2740 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 6628 2740 232 15 0 3271 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26512

[startup+0.300383 s]
/proc/loadavg: 0.24 0.05 0.02 5/336 11427
/proc/meminfo: memFree=27706648/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=26712 CPUtime=0.28 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 3185 0 0 0 27 1 0 0 22 0 1 0 608411297 27353088 2849 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 6678 2849 232 15 0 3321 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26712

[startup+0.7003 s]
/proc/loadavg: 0.24 0.05 0.02 5/336 11427
/proc/meminfo: memFree=27706648/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=26936 CPUtime=0.68 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 3345 0 0 0 67 1 0 0 23 0 1 0 608411297 27582464 3007 33554432000 4194304 4254575 140734869381504 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 6734 3007 232 15 0 3377 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26936

[startup+1.50016 s]
/proc/loadavg: 0.24 0.05 0.02 5/337 11428
/proc/meminfo: memFree=27689792/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=27388 CPUtime=1.48 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 3737 0 0 0 147 1 0 0 25 0 1 0 608411297 28045312 3393 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 6847 3393 232 15 0 3490 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 27388

[startup+3.10085 s]
/proc/loadavg: 0.24 0.05 0.02 5/337 11428
/proc/meminfo: memFree=27682352/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=30948 CPUtime=3.08 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 4541 0 0 0 307 1 0 0 25 0 1 0 608411297 31690752 4183 33554432000 4194304 4254575 140734869381504 18446744073709551615 4212509 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 7737 4183 232 15 0 4380 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30948

[startup+6.30026 s]
/proc/loadavg: 0.54 0.12 0.04 5/337 11428
/proc/meminfo: memFree=27661532/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=44044 CPUtime=6.28 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 6362 0 0 0 627 1 0 0 25 0 1 0 608411297 45101056 5976 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 11011 5976 232 15 0 7654 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44044

[startup+12.7011 s]
/proc/loadavg: 0.82 0.18 0.06 5/337 11428
/proc/meminfo: memFree=27624532/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=57708 CPUtime=12.68 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 9226 0 0 0 1266 2 0 0 25 0 1 0 608411297 59092992 8810 33554432000 4194304 4254575 140734869381504 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 14427 8810 232 15 0 11070 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57708

[startup+25.5007 s]
/proc/loadavg: 1.52 0.37 0.12 5/337 11429
/proc/meminfo: memFree=27552764/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=80436 CPUtime=25.48 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 15544 0 0 0 2544 4 0 0 25 0 1 0 608411297 82366464 15032 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216771 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 20109 15032 232 15 0 16752 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 80436

[startup+51.101 s]
/proc/loadavg: 2.37 0.66 0.22 5/337 11429
/proc/meminfo: memFree=27407708/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=165076 CPUtime=51.08 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 26803 0 0 0 5099 9 0 0 25 0 1 0 608411297 169037824 26228 33554432000 4194304 4254575 140734869381504 18446744073709551615 4217159 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 41269 26228 232 15 0 37912 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 165076

[startup+102.312 s]
/proc/loadavg: 3.29 1.17 0.42 5/337 11431
/proc/meminfo: memFree=27414256/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=118176 CPUtime=102.29 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 53871 0 0 0 10212 17 0 0 25 0 1 0 608411297 121012224 23855 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 29544 23855 232 15 0 26187 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 118176

[startup+162.3 s]
/proc/loadavg: 3.77 1.70 0.64 5/337 11459
/proc/meminfo: memFree=27189620/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=73512 CPUtime=162.29 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 85573 0 0 0 16203 26 0 0 25 0 1 0 608411297 75276288 12507 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 18378 12507 232 15 0 15021 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73512

[startup+222.3 s]
/proc/loadavg: 3.95 2.13 0.86 5/337 11461
/proc/meminfo: memFree=27394052/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=178104 CPUtime=222.28 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 108491 0 0 0 22192 36 0 0 25 0 1 0 608411297 182378496 35240 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216491 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 44526 35240 232 15 0 41169 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 178104

[startup+282.301 s]
/proc/loadavg: 4.02 2.48 1.06 5/337 11462
/proc/meminfo: memFree=27260460/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=131740 CPUtime=282.29 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 134006 0 0 0 28184 45 0 0 25 0 1 0 608411297 134901760 23302 33554432000 4194304 4254575 140734869381504 18446744073709551615 4222515 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 32935 23302 232 15 0 29578 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 131740

[startup+342.301 s]
/proc/loadavg: 3.96 2.74 1.23 5/337 11491
/proc/meminfo: memFree=27262736/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=265824 CPUtime=342.29 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 155366 0 0 0 34176 53 0 0 25 0 1 0 608411297 272203776 44514 33554432000 4194304 4254575 140734869381504 18446744073709551615 4212503 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 66456 44514 232 15 0 63099 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 265824

[startup+402.301 s]
/proc/loadavg: 3.98 2.97 1.40 5/337 11493
/proc/meminfo: memFree=27230580/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=139788 CPUtime=402.29 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 186524 0 0 0 40166 63 0 0 25 0 1 0 608411297 143142912 26266 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 34947 26266 232 15 0 31590 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 139788

[startup+462.301 s]
/proc/loadavg: 3.99 3.15 1.56 5/337 11494
/proc/meminfo: memFree=26926852/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=194380 CPUtime=462.3 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 203633 0 0 0 46159 71 0 0 25 0 1 0 608411297 199045120 43228 33554432000 4194304 4254575 140734869381504 18446744073709551615 4212487 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 48595 43228 232 15 0 45238 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 194380

[startup+522.301 s]
/proc/loadavg: 3.99 3.30 1.71 5/337 11496
/proc/meminfo: memFree=27236792/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=196484 CPUtime=522.3 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 225831 0 0 0 52151 79 0 0 25 0 1 0 608411297 201199616 34228 33554432000 4194304 4254575 140734869381504 18446744073709551615 4209271 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 49121 34228 232 15 0 45764 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 196484

[startup+582.301 s]
/proc/loadavg: 4.09 3.46 1.86 5/337 11497
/proc/meminfo: memFree=26945836/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=281824 CPUtime=582.3 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 243048 0 0 0 58144 86 0 0 25 0 1 0 608411297 288587776 51350 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 70456 51350 232 15 0 67099 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 281824

[startup+642.3 s]
/proc/loadavg: 4.03 3.55 1.99 5/337 11499
/proc/meminfo: memFree=27003092/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=202260 CPUtime=642.31 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 267320 0 0 0 64137 94 0 0 25 0 1 0 608411297 207114240 37350 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 50565 37350 232 15 0 47208 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 202260

[startup+702.3 s]
/proc/loadavg: 4.06 3.65 2.12 5/337 11501
/proc/meminfo: memFree=26807736/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=124232 CPUtime=702.31 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 289810 0 0 0 70129 102 0 0 25 0 1 0 608411297 127213568 26402 33554432000 4194304 4254575 140734869381504 18446744073709551615 4230207 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 31058 26402 232 15 0 27701 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 124232

[startup+762.313 s]
/proc/loadavg: 4.07 3.72 2.24 5/337 11502
/proc/meminfo: memFree=26759056/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=287732 CPUtime=762.32 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 313824 0 0 0 76121 111 0 0 25 0 1 0 608411297 294637568 50323 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 71933 50323 232 15 0 68576 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 287732

[startup+822.301 s]
/proc/loadavg: 4.02 3.77 2.35 5/337 11504
/proc/meminfo: memFree=26611436/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=422292 CPUtime=822.31 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 335031 0 0 0 82111 120 0 0 25 0 1 0 608411297 432427008 71477 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 105573 71477 232 15 0 102216 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 422292

[startup+882.301 s]
/proc/loadavg: 4.01 3.81 2.45 5/337 11505
/proc/meminfo: memFree=26991072/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=424488 CPUtime=882.31 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 357612 0 0 0 88103 128 0 0 25 0 1 0 608411297 434675712 93993 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216524 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 106122 93993 232 15 0 102765 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 424488

[startup+942.301 s]
/proc/loadavg: 4.00 3.84 2.54 5/337 11507
/proc/meminfo: memFree=27162260/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=213772 CPUtime=942.31 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 392042 0 0 0 94091 140 0 0 25 0 1 0 608411297 218902528 39693 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 53443 39693 232 15 0 50086 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 213772

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.63 5/337 11509
/proc/meminfo: memFree=26875876/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=297104 CPUtime=1002.31 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 407217 0 0 0 100085 146 0 0 25 0 1 0 608411297 304234496 54715 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 74276 54715 232 15 0 70919 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 297104

[startup+1062.3 s]
/proc/loadavg: 4.27 3.95 2.74 5/337 11510
/proc/meminfo: memFree=26800312/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=118540 CPUtime=1062.32 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 423840 0 0 0 106079 153 0 0 25 0 1 0 608411297 121384960 24466 33554432000 4194304 4254575 140734869381504 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 29635 24466 232 15 0 26278 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 118540

[startup+1122.3 s]
/proc/loadavg: 4.22 3.99 2.82 5/337 11512
/proc/meminfo: memFree=26721008/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=219280 CPUtime=1122.32 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 446982 0 0 0 112070 162 0 0 25 0 1 0 608411297 224542720 47451 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 54820 47451 232 15 0 51463 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 219280

[startup+1182.3 s]
/proc/loadavg: 4.15 4.01 2.90 5/337 11513
/proc/meminfo: memFree=26805268/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=304424 CPUtime=1182.32 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 459788 0 0 0 118066 166 0 0 25 0 1 0 608411297 311730176 60094 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 76106 60094 232 15 0 72749 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 304424

[startup+1242.3 s]
/proc/loadavg: 4.12 4.02 2.97 5/337 11515
/proc/meminfo: memFree=26745712/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=173876 CPUtime=1242.32 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 476643 0 0 0 124059 173 0 0 25 0 1 0 608411297 178049024 35656 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216826 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 43469 35656 232 15 0 40112 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 173876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.03 3/333 11519
/proc/meminfo: memFree=26989716/32951124 swapFree=44485652/67111528
[pid=11427] ppid=11425 vsize=225788 CPUtime=1300.03 cores=5,7
/proc/11427/stat : 11427 (cir_minisat) R 11425 11427 11366 0 -1 4202496 492597 0 0 0 129824 179 0 0 25 0 1 0 608411297 231206912 51472 33554432000 4194304 4254575 140734869381504 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11427/statm: 56447 51472 232 15 0 53090 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 225788

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.02
CPU time (s): 1300.05
CPU user time (s): 1298.25
CPU system time (s): 1.80672
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 658088

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

runsolver used 4.16237 second user time and 10.0205 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-09 21:08:29
IDJOB=3348613
IDBENCH=20529
IDSOLVER=1810
FILE ID=node105/3348613-1304968108
RUNJOBID= node105-1304968100-11387
PBS_JOBID= 13285645
Free space on /tmp= 48764 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348613-1304968108/watcher-3348613-1304968108 -o /tmp/evaluation-result-3348613-1304968108/solver-3348613-1304968108 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348613-1304968108.cnf

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
RANDOM SEED=1624722005

node105.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.825
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.65
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.825
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.82
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.825
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:      27706688 kB
Buffers:        138896 kB
Cached:        3593436 kB
SwapCached:      39280 kB
Active:         368400 kB
Inactive:      4661172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27706688 kB
SwapTotal:    67111528 kB
SwapFree:     44485652 kB
Dirty:           26188 kB
Writeback:           0 kB
AnonPages:     1264920 kB
Mapped:          10616 kB
Slab:            84932 kB
PageTables:      66708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65476488 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= 48756 MiB
End job on node105 at 2011-05-09 21:30:11