Trace number 3387138

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/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
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 variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
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-3387138-1305593081/watcher-3387138-1305593081 -o /tmp/evaluation-result-3387138-1305593081/solver-3387138-1305593081 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387138-1305593081.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.15 5.05 5.01 5/508 26361
/proc/meminfo: memFree=21082716/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=21872 CPUtime=0.01 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 1197 0 0 0 1 0 0 0 25 0 1 0 670910683 22396928 1113 33554432000 4194304 4300288 140735309952800 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 5468 1114 222 26 0 2100 0

[startup+0.093782 s]
/proc/loadavg: 5.15 5.05 5.01 5/508 26361
/proc/meminfo: memFree=21082716/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=19268 CPUtime=0.09 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 1772 0 0 0 9 0 0 0 25 0 1 0 670910683 19730432 1292 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 4817 1292 242 26 0 1449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19268

[startup+0.100778 s]
/proc/loadavg: 5.15 5.05 5.01 5/508 26361
/proc/meminfo: memFree=21082716/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=19268 CPUtime=0.09 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 1775 0 0 0 9 0 0 0 25 0 1 0 670910683 19730432 1295 33554432000 4194304 4300288 140735309952800 18446744073709551615 4268388 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 4817 1295 242 26 0 1449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19268

[startup+0.300743 s]
/proc/loadavg: 5.15 5.05 5.01 5/508 26361
/proc/meminfo: memFree=21082716/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=20924 CPUtime=0.29 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 1979 0 0 0 29 0 0 0 25 0 1 0 670910683 21426176 1491 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 5231 1491 243 26 0 1863 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20924

[startup+0.700685 s]
/proc/loadavg: 5.15 5.05 5.01 5/508 26361
/proc/meminfo: memFree=21082716/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=24580 CPUtime=0.69 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 3151 0 0 0 69 0 0 0 25 0 1 0 670910683 25169920 2625 33554432000 4194304 4300288 140735309952800 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 6145 2625 243 26 0 2777 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24580

[startup+1.50054 s]
/proc/loadavg: 5.15 5.05 5.01 6/509 26362
/proc/meminfo: memFree=21071680/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=26256 CPUtime=1.49 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 3741 0 0 0 149 0 0 0 25 0 1 0 670910683 26886144 3187 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 6564 3187 243 26 0 3196 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26256

[startup+3.10025 s]
/proc/loadavg: 5.15 5.05 5.01 6/509 26362
/proc/meminfo: memFree=21038196/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=29880 CPUtime=3.09 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 4553 0 0 0 309 0 0 0 25 0 1 0 670910683 30597120 3971 33554432000 4194304 4300288 140735309952800 18446744073709551615 4250841 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 7470 3971 243 26 0 4102 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29880

[startup+6.30068 s]
/proc/loadavg: 5.14 5.05 5.01 6/509 26362
/proc/meminfo: memFree=21028736/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=32068 CPUtime=6.29 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 5255 0 0 0 629 0 0 0 25 0 1 0 670910683 32837632 4646 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 8017 4646 243 26 0 4649 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32068

[startup+12.7006 s]
/proc/loadavg: 5.13 5.05 5.01 6/509 26362
/proc/meminfo: memFree=21020276/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=34788 CPUtime=12.69 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 8186 0 0 0 1269 0 0 0 25 0 1 0 670910683 35622912 5316 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 8697 5316 243 26 0 5329 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34788

[startup+25.5003 s]
/proc/loadavg: 5.10 5.05 5.01 6/509 26362
/proc/meminfo: memFree=21006960/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=39208 CPUtime=25.49 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 13816 0 0 0 2548 1 0 0 25 0 1 0 670910683 40148992 6431 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 9802 6431 243 26 0 6434 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39208

[startup+51.1008 s]
/proc/loadavg: 5.14 5.06 5.01 6/509 26363
/proc/meminfo: memFree=20981392/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=48260 CPUtime=51.09 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 19149 0 0 0 5107 2 0 0 25 0 1 0 670910683 49418240 8693 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 12065 8693 243 26 0 8697 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48260

[startup+102.319 s]
/proc/loadavg: 5.17 5.08 5.02 6/509 26364
/proc/meminfo: memFree=20999232/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=66928 CPUtime=102.31 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 19453 0 0 0 10229 2 0 0 25 0 1 0 670910683 68534272 8994 33554432000 4194304 4300288 140735309952800 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 16732 8994 243 26 0 13364 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 66928

[startup+162.3 s]
/proc/loadavg: 5.11 5.08 5.02 6/509 26366
/proc/meminfo: memFree=21005544/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=66928 CPUtime=162.3 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 23941 0 0 0 16227 3 0 0 25 0 1 0 670910683 68534272 13375 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 16732 13375 243 26 0 13364 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 66928

[startup+222.301 s]
/proc/loadavg: 5.04 5.06 5.01 6/509 26368
/proc/meminfo: memFree=20946256/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=78944 CPUtime=222.3 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 23943 0 0 0 22227 3 0 0 25 0 1 0 670910683 80838656 13377 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 19736 13377 243 26 0 16368 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 78944

[startup+282.301 s]
/proc/loadavg: 5.01 5.05 5.00 6/509 26369
/proc/meminfo: memFree=20942372/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=97812 CPUtime=282.29 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 45058 0 0 0 28224 5 0 0 25 0 1 0 670910683 100159488 18176 33554432000 4194304 4300288 140735309952800 18446744073709551615 4269401 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 24453 18176 243 26 0 21085 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 97812

[startup+342.3 s]
/proc/loadavg: 5.00 5.04 5.00 6/509 26371
/proc/meminfo: memFree=20888900/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=97812 CPUtime=342.3 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 47227 0 0 0 34224 6 0 0 25 0 1 0 670910683 100159488 20268 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 24453 20268 243 26 0 21085 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 97812

[startup+402.301 s]
/proc/loadavg: 5.00 5.03 5.00 6/509 26372
/proc/meminfo: memFree=20933632/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=97812 CPUtime=402.3 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 47227 0 0 0 40224 6 0 0 25 0 1 0 670910683 100159488 20268 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 24453 20268 243 26 0 21085 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 97812

[startup+462.3 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26374
/proc/meminfo: memFree=20859444/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=97812 CPUtime=462.3 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 47227 0 0 0 46224 6 0 0 25 0 1 0 670910683 100159488 20268 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 24453 20268 243 26 0 21085 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 97812

[startup+522.301 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26376
/proc/meminfo: memFree=20830900/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=97812 CPUtime=522.31 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 47227 0 0 0 52225 6 0 0 25 0 1 0 670910683 100159488 20268 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 24453 20268 243 26 0 21085 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 97812

[startup+582.3 s]
/proc/loadavg: 5.10 5.04 5.01 6/509 26377
/proc/meminfo: memFree=20801352/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=97812 CPUtime=582.31 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 47227 0 0 0 58225 6 0 0 25 0 1 0 670910683 100159488 20268 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 24453 20268 243 26 0 21085 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 97812

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 5.19 5.07 5.02 6/509 26510
/proc/meminfo: memFree=20291600/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4062.4 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 307130 0 0 0 406204 36 0 0 25 0 1 0 670910683 203616256 46283 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46283 243 26 0 46343 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 198844

[startup+4122.3 s]
/proc/loadavg: 5.13 5.07 5.02 6/509 26512
/proc/meminfo: memFree=20264556/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4122.39 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 307130 0 0 0 412203 36 0 0 25 0 1 0 670910683 203616256 46283 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46283 243 26 0 46343 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 198844

[startup+4182.3 s]
/proc/loadavg: 5.05 5.05 5.01 6/509 26513
/proc/meminfo: memFree=20242320/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4182.39 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 307132 0 0 0 418203 36 0 0 25 0 1 0 670910683 203616256 46285 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46285 243 26 0 46343 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 198844

[startup+4242.3 s]
/proc/loadavg: 5.02 5.04 5.01 6/509 26515
/proc/meminfo: memFree=20222672/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4242.39 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 314735 0 0 0 424202 37 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 198844

[startup+4302.3 s]
/proc/loadavg: 5.00 5.03 5.00 6/509 26516
/proc/meminfo: memFree=20203528/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4302.39 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 314735 0 0 0 430202 37 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 4269493 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 198844

[startup+4362.3 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 26518
/proc/meminfo: memFree=20186988/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4362.39 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 314735 0 0 0 436202 37 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 198844

[startup+4422.3 s]
/proc/loadavg: 5.00 5.02 5.00 8/509 26520
/proc/meminfo: memFree=20165504/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4422.4 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 331009 0 0 0 442201 39 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 216634212537 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 198844

[startup+4482.3 s]
/proc/loadavg: 5.00 5.01 5.00 6/509 26521
/proc/meminfo: memFree=20145620/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4482.4 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 331009 0 0 0 448201 39 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 198844

[startup+4542.3 s]
/proc/loadavg: 5.00 5.01 5.00 6/509 26577
/proc/meminfo: memFree=20241656/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4542.4 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 331009 0 0 0 454201 39 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 4279811 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 198844

[startup+4602.3 s]
/proc/loadavg: 5.00 5.00 5.00 6/509 26587
/proc/meminfo: memFree=20089340/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4602.42 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 331009 0 0 0 460203 39 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255695 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 198844

[startup+4662.3 s]
/proc/loadavg: 5.10 5.03 5.01 6/509 27061
/proc/meminfo: memFree=20071252/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4662.4 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 331009 0 0 0 466201 39 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 198844

[startup+4722.32 s]
/proc/loadavg: 5.18 5.06 5.02 6/506 27147
/proc/meminfo: memFree=20438024/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4722.42 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 331009 0 0 0 472203 39 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 198844

[startup+4782.3 s]
/proc/loadavg: 5.06 5.05 5.01 6/509 27229
/proc/meminfo: memFree=20229004/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4782.4 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 331009 0 0 0 478201 39 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 198844

[startup+4842.3 s]
/proc/loadavg: 5.02 5.04 5.00 6/509 27231
/proc/meminfo: memFree=20097508/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4842.4 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 331009 0 0 0 484201 39 0 0 25 0 1 0 670910683 203616256 46289 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46289 243 26 0 46343 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 198844

[startup+4902.3 s]
/proc/loadavg: 5.01 5.03 5.00 6/509 27232
/proc/meminfo: memFree=19975076/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4902.41 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 357572 0 0 0 490199 42 0 0 25 0 1 0 670910683 203616256 46290 33554432000 4194304 4300288 140735309952800 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46290 243 26 0 46343 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 198844

[startup+4962.3 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 27234
/proc/meminfo: memFree=19842352/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=4962.41 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 357572 0 0 0 496199 42 0 0 25 0 1 0 670910683 203616256 46290 33554432000 4194304 4300288 140735309952800 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46290 243 26 0 46343 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 198844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 27235
/proc/meminfo: memFree=19774524/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=5000.03 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 357572 0 0 0 499961 42 0 0 25 0 1 0 670910683 203616256 46290 33554432000 4194304 4300288 140735309952800 18446744073709551615 4269963 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46290 243 26 0 46343 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 198844

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

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

[startup+4999.9 s]
/proc/loadavg: 5.00 5.02 5.00 6/509 27235
/proc/meminfo: memFree=19774524/32951124 swapFree=53501260/67111528
[pid=26361] ppid=26359 vsize=198844 CPUtime=5000.03 cores=1,3,5,7
/proc/26361/stat : 26361 (cir_minisat) R 26359 26361 26020 0 -1 4202496 357572 0 0 0 499961 42 0 0 25 0 1 0 670910683 203616256 46290 33554432000 4194304 4300288 140735309952800 18446744073709551615 4269963 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26361/statm: 49711 46290 243 26 0 46343 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 198844

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

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

runsolver used 23.7434 second user time and 58.0942 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-17 02:44:41
IDJOB=3387138
IDBENCH=70810
IDSOLVER=1873
FILE ID=node103/3387138-1305593081
RUNJOBID= node103-1305586740-26039
PBS_JOBID= 13350375
Free space on /tmp= 73068 MiB

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

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
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:      21082756 kB
Buffers:        350248 kB
Cached:        4544792 kB
SwapCached:     340168 kB
Active:        6006516 kB
Inactive:      5547024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21082756 kB
SwapTotal:    67111528 kB
SwapFree:     53501260 kB
Dirty:             896 kB
Writeback:           0 kB
AnonPages:     6328848 kB
Mapped:          24708 kB
Slab:           165628 kB
PageTables:      79424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 166348764 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= 73120 MiB
End job on node103 at 2011-05-17 04:08:03