Trace number 3387534

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.11 4999.95

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

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

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

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


[startup+0 s]
/proc/loadavg: 4.05 3.83 3.41 5/329 22437
/proc/meminfo: memFree=21733360/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=24664 CPUtime=0 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 1752 0 0 0 0 0 0 0 25 0 1 0 750720727 25255936 1642 33554432000 4194304 4300288 140737123165232 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 6166 1643 218 26 0 2798 0

[startup+0.112147 s]
/proc/loadavg: 4.05 3.83 3.41 5/329 22437
/proc/meminfo: memFree=21733360/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=31568 CPUtime=0.1 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4446 0 0 0 10 0 0 0 25 0 1 0 750720727 32325632 4044 33554432000 4194304 4300288 140737123165232 18446744073709551615 4213939 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 7892 4044 218 26 0 4524 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 31568

[startup+0.20116 s]
/proc/loadavg: 4.05 3.83 3.41 5/329 22437
/proc/meminfo: memFree=21733360/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=33440 CPUtime=0.19 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 5177 0 0 0 19 0 0 0 25 0 1 0 750720727 34242560 4614 33554432000 4194304 4300288 140737123165232 18446744073709551615 4227864 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 8360 4614 222 26 0 4992 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33440

[startup+0.30114 s]
/proc/loadavg: 4.05 3.83 3.41 5/329 22437
/proc/meminfo: memFree=21733360/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=35196 CPUtime=0.29 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 5759 0 0 0 29 0 0 0 25 0 1 0 750720727 36040704 5169 33554432000 4194304 4300288 140737123165232 18446744073709551615 4230868 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 8799 5169 222 26 0 5431 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35196

[startup+0.701068 s]
/proc/loadavg: 4.05 3.83 3.41 5/329 22437
/proc/meminfo: memFree=21733360/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=33132 CPUtime=0.69 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 6571 0 0 0 69 0 0 0 25 0 1 0 750720727 33927168 4467 33554432000 4194304 4300288 140737123165232 18446744073709551615 4250841 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 8283 4467 242 26 0 4915 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33132

[startup+1.50092 s]
/proc/loadavg: 4.05 3.83 3.41 5/330 22438
/proc/meminfo: memFree=21712776/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=33132 CPUtime=1.49 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 6584 0 0 0 149 0 0 0 25 0 1 0 750720727 33927168 4478 33554432000 4194304 4300288 140737123165232 18446744073709551615 4250677 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 8283 4478 243 26 0 4915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33132

[startup+3.10063 s]
/proc/loadavg: 4.05 3.83 3.42 5/330 22438
/proc/meminfo: memFree=21709424/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=33132 CPUtime=3.09 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 6605 0 0 0 309 0 0 0 25 0 1 0 750720727 33927168 4494 33554432000 4194304 4300288 140737123165232 18446744073709551615 4250866 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 8283 4494 243 26 0 4915 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33132

[startup+6.30101 s]
/proc/loadavg: 4.05 3.83 3.42 5/330 22438
/proc/meminfo: memFree=21703880/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=33132 CPUtime=6.29 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 6620 0 0 0 629 0 0 0 25 0 1 0 750720727 33927168 4508 33554432000 4194304 4300288 140737123165232 18446744073709551615 4249656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 8283 4508 243 26 0 4915 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33132

[startup+12.7008 s]
/proc/loadavg: 4.04 3.84 3.42 5/330 22439
/proc/meminfo: memFree=21691620/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=33132 CPUtime=12.69 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 6635 0 0 0 1269 0 0 0 25 0 1 0 750720727 33927168 4521 33554432000 4194304 4300288 140737123165232 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 8283 4521 243 26 0 4915 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33132

[startup+25.5005 s]
/proc/loadavg: 4.03 3.84 3.43 5/330 22439
/proc/meminfo: memFree=21676492/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=33132 CPUtime=25.49 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 6709 0 0 0 2549 0 0 0 25 0 1 0 750720727 33927168 4590 33554432000 4194304 4300288 140737123165232 18446744073709551615 4250593 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 8283 4590 243 26 0 4915 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33132

[startup+51.1008 s]
/proc/loadavg: 4.02 3.85 3.44 5/330 22440
/proc/meminfo: memFree=21583076/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=113076 CPUtime=51.09 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 24326 0 0 0 5106 3 0 0 25 0 1 0 750720727 115789824 22132 33554432000 4194304 4300288 140737123165232 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 28269 22132 243 26 0 24901 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 113076

[startup+102.3 s]
/proc/loadavg: 4.01 3.88 3.47 5/330 22441
/proc/meminfo: memFree=21321140/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=389000 CPUtime=102.3 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 78569 0 0 0 10219 11 0 0 25 0 1 0 750720727 398336000 76259 33554432000 4194304 4300288 140737123165232 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 97250 76259 243 26 0 93882 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 389000

[startup+162.3 s]
/proc/loadavg: 4.00 3.89 3.50 5/330 22443
/proc/meminfo: memFree=21455244/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=261472 CPUtime=162.3 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 131165 0 0 0 16211 19 0 0 25 0 1 0 750720727 267747328 52617 33554432000 4194304 4300288 140737123165232 18446744073709551615 4270060 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 65368 52617 243 26 0 62000 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 261472

[startup+222.312 s]
/proc/loadavg: 4.00 3.91 3.53 5/330 22444
/proc/meminfo: memFree=21509996/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=135192 CPUtime=222.31 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 188779 0 0 0 22201 30 0 0 25 0 1 0 750720727 138436608 26645 33554432000 4194304 4300288 140737123165232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 33798 26645 243 26 0 30430 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 135192

[startup+282.3 s]
/proc/loadavg: 4.00 3.92 3.56 5/330 22446
/proc/meminfo: memFree=21410376/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=403220 CPUtime=282.3 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 230762 0 0 0 28193 37 0 0 25 0 1 0 750720727 412897280 68475 33554432000 4194304 4300288 140737123165232 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 100805 68475 243 26 0 97437 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 403220

[startup+342.3 s]
/proc/loadavg: 4.03 3.95 3.59 5/330 22448
/proc/meminfo: memFree=21504536/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=143596 CPUtime=342.3 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 281415 0 0 0 34184 46 0 0 25 0 1 0 750720727 147042304 29230 33554432000 4194304 4300288 140737123165232 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 35899 29230 243 26 0 32531 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 143596

[startup+402.3 s]
/proc/loadavg: 4.01 3.95 3.61 5/330 22449
/proc/meminfo: memFree=21246076/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=410592 CPUtime=402.3 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 334567 0 0 0 40175 55 0 0 25 0 1 0 750720727 420446208 82235 33554432000 4194304 4300288 140737123165232 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 102648 82235 243 26 0 99280 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 410592

[startup+462.3 s]
/proc/loadavg: 4.00 3.96 3.63 6/330 22451
/proc/meminfo: memFree=21497104/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=200684 CPUtime=462.31 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 436845 0 0 0 46159 72 0 0 25 0 1 0 750720727 205500416 35403 33554432000 4194304 4300288 140737123165232 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 50171 35403 243 26 0 46803 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 200684

[startup+522.3 s]
/proc/loadavg: 4.04 3.98 3.66 5/330 22452
/proc/meminfo: memFree=21195108/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=418780 CPUtime=522.31 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 500556 0 0 0 52149 82 0 0 25 0 1 0 750720727 428830720 99017 33554432000 4194304 4300288 140737123165232 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 104695 99017 243 26 0 101327 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 418780

[startup+582.3 s]
/proc/loadavg: 4.01 3.98 3.67 5/330 22454
/proc/meminfo: memFree=20946048/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=636760 CPUtime=582.31 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 551281 0 0 0 58140 91 0 0 25 0 1 0 750720727 652042240 149552 33554432000 4194304 4300288 140737123165232 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 159190 149552 243 26 0 155822 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 636760

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 3.00 3.05 3.33 4/329 22557
/proc/meminfo: memFree=20536260/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=743228 CPUtime=4002.41 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4009504 0 0 0 399580 661 0 0 25 0 1 0 750720727 761065472 142532 33554432000 4194304 4300288 140737123165232 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 185807 142532 243 26 0 182439 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 743228

[startup+4062.3 s]
/proc/loadavg: 3.00 3.04 3.30 4/329 22559
/proc/meminfo: memFree=20248268/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=1094172 CPUtime=4062.42 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4106770 0 0 0 405570 672 0 0 25 0 1 0 750720727 1120432128 239668 33554432000 4194304 4300288 140737123165232 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 273543 239668 243 26 0 270175 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 1094172

[startup+4122.3 s]
/proc/loadavg: 3.05 3.04 3.29 4/329 22560
/proc/meminfo: memFree=20918920/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=268348 CPUtime=4122.41 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4160119 0 0 0 411557 684 0 0 25 0 1 0 750720727 274788352 61517 33554432000 4194304 4300288 140737123165232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 67087 61517 243 26 0 63719 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 268348

[startup+4182.31 s]
/proc/loadavg: 3.02 3.03 3.26 4/329 22562
/proc/meminfo: memFree=20640348/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=532376 CPUtime=4182.43 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4217297 0 0 0 417549 694 0 0 25 0 1 0 750720727 545153024 118537 33554432000 4194304 4300288 140737123165232 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 133094 118537 243 26 0 129726 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 532376

[startup+4242.3 s]
/proc/loadavg: 3.00 3.02 3.25 4/329 22564
/proc/meminfo: memFree=20433580/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=747844 CPUtime=4242.43 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4262461 0 0 0 423542 701 0 0 25 0 1 0 750720727 765792256 163553 33554432000 4194304 4300288 140737123165232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 186961 163553 243 26 0 183593 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 747844

[startup+4302.3 s]
/proc/loadavg: 3.07 3.03 3.23 4/329 22565
/proc/meminfo: memFree=20841236/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=239444 CPUtime=4302.42 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4344706 0 0 0 429526 716 0 0 25 0 1 0 750720727 245190656 54696 33554432000 4194304 4300288 140737123165232 18446744073709551615 4249916 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 59861 54696 243 26 0 56493 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 239444

[startup+4362.3 s]
/proc/loadavg: 3.02 3.03 3.22 4/329 22567
/proc/meminfo: memFree=20802120/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=401900 CPUtime=4362.43 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4381647 0 0 0 435520 723 0 0 25 0 1 0 750720727 411545600 91477 33554432000 4194304 4300288 140737123165232 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 100475 91477 243 26 0 97107 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 401900

[startup+4422.3 s]
/proc/loadavg: 3.01 3.02 3.20 5/329 22568
/proc/meminfo: memFree=20512408/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=749644 CPUtime=4422.43 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4441853 0 0 0 441510 733 0 0 25 0 1 0 750720727 767635456 151545 33554432000 4194304 4300288 140737123165232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 187411 151545 243 26 0 184043 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 749644

[startup+4482.3 s]
/proc/loadavg: 2.92 3.00 3.18 3/324 22588
/proc/meminfo: memFree=20596572/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=1099436 CPUtime=4482.43 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4481237 0 0 0 447503 740 0 0 25 0 1 0 750720727 1125822464 190815 33554432000 4194304 4300288 140737123165232 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 274859 190815 243 26 0 271491 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1099436

[startup+4542.3 s]
/proc/loadavg: 2.34 2.81 3.10 3/323 22590
/proc/meminfo: memFree=21047384/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=403728 CPUtime=4542.43 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4552900 0 0 0 453490 753 0 0 25 0 1 0 750720727 413417472 76999 33554432000 4194304 4300288 140737123165232 18446744073709551615 4256376 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 100932 76999 243 26 0 97564 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 403728

[startup+4602.3 s]
/proc/loadavg: 2.12 2.66 3.03 3/323 22591
/proc/meminfo: memFree=20830700/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=539348 CPUtime=4602.44 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4605966 0 0 0 459483 761 0 0 25 0 1 0 750720727 552292352 129980 33554432000 4194304 4300288 140737123165232 18446744073709551615 4268375 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 134837 129980 243 26 0 131469 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 539348

[startup+4662.3 s]
/proc/loadavg: 2.04 2.54 2.96 3/323 22593
/proc/meminfo: memFree=20497696/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=1105176 CPUtime=4662.43 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4686631 0 0 0 465472 771 0 0 25 0 1 0 750720727 1131700224 210548 33554432000 4194304 4300288 140737123165232 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 276294 210548 243 26 0 272926 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 1105176

[startup+4722.3 s]
/proc/loadavg: 2.01 2.44 2.90 3/323 22594
/proc/meminfo: memFree=20262876/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=1110184 CPUtime=4722.45 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4743174 0 0 0 471464 781 0 0 25 0 1 0 750720727 1136828416 267053 33554432000 4194304 4300288 140737123165232 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 277546 267053 243 26 0 274178 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 1110184

[startup+4782.3 s]
/proc/loadavg: 2.00 2.36 2.84 3/323 22596
/proc/meminfo: memFree=19976968/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=1681620 CPUtime=4782.44 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4813902 0 0 0 477451 793 0 0 25 0 1 0 750720727 1721978880 337720 33554432000 4194304 4300288 140737123165232 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 420405 337720 243 26 0 417037 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 1681620

[startup+4842.31 s]
/proc/loadavg: 2.00 2.29 2.78 3/323 22598
/proc/meminfo: memFree=21027812/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=340276 CPUtime=4842.45 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4903522 0 0 0 483432 813 0 0 25 0 1 0 750720727 348442624 72960 33554432000 4194304 4300288 140737123165232 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 85069 72960 243 26 0 81701 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 340276

[startup+4902.3 s]
/proc/loadavg: 2.03 2.25 2.74 3/323 22599
/proc/meminfo: memFree=20773048/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=771052 CPUtime=4902.44 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 4966101 0 0 0 489422 822 0 0 25 0 1 0 750720727 789557248 135424 33554432000 4194304 4300288 140737123165232 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 192763 135424 243 26 0 189395 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 771052

[startup+4962.3 s]
/proc/loadavg: 2.01 2.20 2.69 3/323 22601
/proc/meminfo: memFree=20458628/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=1122584 CPUtime=4962.44 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 5042480 0 0 0 495411 833 0 0 25 0 1 0 750720727 1149526016 211694 33554432000 4194304 4300288 140737123165232 18446744073709551615 4268265 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 280646 211694 243 26 0 277278 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1122584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.18 2.66 3/323 22602
/proc/meminfo: memFree=20222484/32951124 swapFree=67083432/67111528
[pid=22437] ppid=22435 vsize=1123328 CPUtime=5000.05 cores=0,2,4,6
/proc/22437/stat : 22437 (cir_minisat) R 22435 22437 20883 0 -1 4202496 5100075 0 0 0 499164 841 0 0 25 0 1 0 750720727 1150287872 269212 33554432000 4194304 4300288 140737123165232 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22437/statm: 280832 269212 243 26 0 277464 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1123328

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.11
CPU user time (s): 4991.65
CPU system time (s): 8.46171
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1734748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4991.65
system time used= 8.46171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5100075
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2577

runsolver used 15.9406 second user time and 34.0758 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-17 06:01:41
IDJOB=3387534
IDBENCH=84227
IDSOLVER=1873
FILE ID=node110/3387534-1305604901
RUNJOBID= node110-1305604380-22340
PBS_JOBID= 13350368
Free space on /tmp= 73628 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387534-1305604901/watcher-3387534-1305604901 -o /tmp/evaluation-result-3387534-1305604901/solver-3387534-1305604901 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387534-1305604901.cnf

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=977937595

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21733640 kB
Buffers:        295052 kB
Cached:        3209440 kB
SwapCached:       1416 kB
Active:        7784396 kB
Inactive:      3100960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21733640 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            4296 kB
Writeback:           0 kB
AnonPages:     7379248 kB
Mapped:          28764 kB
Slab:           233912 kB
PageTables:      34492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80684528 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= 73636 MiB
End job on node110 at 2011-05-17 07:25:03