Trace number 3421344

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
RestartSAT B95? (TO) 5000.09 4999.95

General information on the benchmark

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2174.06
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

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-3421344-1306627399/watcher-3421344-1306627399 -o /tmp/evaluation-result-3421344-1306627399/solver-3421344-1306627399 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421344-1306627399.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: 1.06 1.05 1.19 2/526 19496
/proc/meminfo: memFree=13202784/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=24472 CPUtime=0.01 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 1976 0 0 0 1 0 0 0 21 0 1 0 755155930 25059328 1904 33554432000 4194304 4291949 140735232728016 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 6118 1904 227 24 0 2752 0

[startup+0.0796299 s]
/proc/loadavg: 1.06 1.05 1.19 2/526 19496
/proc/meminfo: memFree=13202784/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=30496 CPUtime=0.07 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 4442 0 0 0 7 0 0 0 21 0 1 0 755155930 31227904 3883 33554432000 4194304 4291949 140735232728016 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 7624 3885 227 24 0 4258 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30496

[startup+0.100638 s]
/proc/loadavg: 1.06 1.05 1.19 2/526 19496
/proc/meminfo: memFree=13202784/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=32176 CPUtime=0.09 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 5008 0 0 0 9 0 0 0 21 0 1 0 755155930 32948224 4420 33554432000 4194304 4291949 140735232728016 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 8044 4420 227 24 0 4678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32176

[startup+0.300605 s]
/proc/loadavg: 1.06 1.05 1.19 2/526 19496
/proc/meminfo: memFree=13202784/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=55128 CPUtime=0.29 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 11947 0 0 0 28 1 0 0 22 0 1 0 755155930 56451072 10011 33554432000 4194304 4291949 140735232728016 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 13782 10012 227 24 0 10416 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55128

[startup+0.700518 s]
/proc/loadavg: 1.06 1.05 1.19 2/526 19496
/proc/meminfo: memFree=13202784/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=109572 CPUtime=0.69 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 26029 0 0 0 66 3 0 0 24 0 1 0 755155930 112201728 21576 33554432000 4194304 4291949 140735232728016 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 27393 21576 227 24 0 24027 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109572

[startup+1.50038 s]
/proc/loadavg: 1.13 1.06 1.19 3/527 19497
/proc/meminfo: memFree=13099492/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=120744 CPUtime=1.49 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 31999 0 0 0 145 4 0 0 25 0 1 0 755155930 123641856 25721 33554432000 4194304 4291949 140735232728016 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 30186 25721 232 24 0 26820 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120744

[startup+3.1011 s]
/proc/loadavg: 1.13 1.06 1.19 3/527 19497
/proc/meminfo: memFree=13098168/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=120744 CPUtime=3.09 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 31999 0 0 0 305 4 0 0 25 0 1 0 755155930 123641856 25721 33554432000 4194304 4291949 140735232728016 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 30186 25721 232 24 0 26820 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120744

[startup+6.30052 s]
/proc/loadavg: 1.20 1.08 1.19 3/527 19497
/proc/meminfo: memFree=13097244/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=123772 CPUtime=6.29 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 33642 0 0 0 625 4 0 0 25 0 1 0 755155930 126742528 27283 33554432000 4194304 4291949 140735232728016 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 30943 27283 234 24 0 27577 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123772

[startup+12.7004 s]
/proc/loadavg: 1.27 1.09 1.20 3/527 19498
/proc/meminfo: memFree=13065516/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=159444 CPUtime=12.7 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 39978 0 0 0 1264 6 0 0 25 0 1 0 755155930 163270656 33443 33554432000 4194304 4291949 140735232728016 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 39861 33443 234 24 0 36495 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 159444

[startup+25.5011 s]
/proc/loadavg: 1.38 1.12 1.21 3/527 19498
/proc/meminfo: memFree=13092672/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=131972 CPUtime=25.5 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 46661 0 0 0 2543 7 0 0 25 0 1 0 755155930 135139328 26707 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 32993 26707 253 24 0 29627 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 131972

[startup+51.1005 s]
/proc/loadavg: 1.62 1.20 1.23 3/527 19499
/proc/meminfo: memFree=13075112/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=156724 CPUtime=51.09 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 51037 0 0 0 5101 8 0 0 25 0 1 0 755155930 160485376 31018 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 39181 31018 253 24 0 35815 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 156724

[startup+102.319 s]
/proc/loadavg: 1.83 1.33 1.27 3/527 19500
/proc/meminfo: memFree=13053752/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=159284 CPUtime=102.31 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 55928 0 0 0 10220 11 0 0 25 0 1 0 755155930 163106816 35859 33554432000 4194304 4291949 140735232728016 18446744073709551615 4251380 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 39821 35859 253 24 0 36455 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 159284

[startup+162.3 s]
/proc/loadavg: 1.94 1.45 1.31 3/527 19502
/proc/meminfo: memFree=13033500/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=191184 CPUtime=162.3 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 60482 0 0 0 16216 14 0 0 25 0 1 0 755155930 195772416 40367 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 47796 40367 253 24 0 44430 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 191184

[startup+222.301 s]
/proc/loadavg: 1.98 1.54 1.35 3/527 19503
/proc/meminfo: memFree=13023416/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=191184 CPUtime=222.3 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 63357 0 0 0 22214 16 0 0 25 0 1 0 755155930 195772416 43196 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 47796 43196 253 24 0 44430 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 191184

[startup+282.301 s]
/proc/loadavg: 2.08 1.65 1.40 3/527 19505
/proc/meminfo: memFree=13012328/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=241272 CPUtime=282.3 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 66459 0 0 0 28212 18 0 0 25 0 1 0 755155930 247062528 46258 33554432000 4194304 4291949 140735232728016 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 60318 46258 253 24 0 56952 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 241272

[startup+342.301 s]
/proc/loadavg: 2.07 1.73 1.44 3/527 19506
/proc/meminfo: memFree=12998644/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=245020 CPUtime=342.3 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 69715 0 0 0 34209 21 0 0 25 0 1 0 755155930 250900480 49474 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 61255 49474 253 24 0 57889 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 245020

[startup+402.3 s]
/proc/loadavg: 2.02 1.78 1.47 3/527 19508
/proc/meminfo: memFree=12985820/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=248400 CPUtime=402.3 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 72926 0 0 0 40207 23 0 0 25 0 1 0 755155930 254361600 52655 33554432000 4194304 4291949 140735232728016 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 62100 52655 253 24 0 58734 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 248400

[startup+462.301 s]
/proc/loadavg: 2.01 1.81 1.50 3/527 19510
/proc/meminfo: memFree=12974632/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=251708 CPUtime=462.3 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 75764 0 0 0 46207 23 0 0 25 0 1 0 755155930 257748992 55459 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 62927 55459 253 24 0 59561 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 251708

[startup+522.301 s]
/proc/loadavg: 2.05 1.86 1.54 3/527 19511
/proc/meminfo: memFree=12964060/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=253320 CPUtime=522.3 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 78514 0 0 0 52205 25 0 0 25 0 1 0 755155930 259399680 58164 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 63330 58164 253 24 0 59964 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 253320

[startup+582.301 s]
/proc/loadavg: 2.02 1.88 1.56 3/527 19513
/proc/meminfo: memFree=12949624/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=341144 CPUtime=582.3 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 81815 0 0 0 58203 27 0 0 25 0 1 0 755155930 349331456 61437 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 85286 61437 253 24 0 81920 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 341144

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 19618
/proc/meminfo: memFree=12491860/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=798668 CPUtime=4062.42 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 196092 0 0 0 406151 91 0 0 25 0 1 0 755155930 817836032 174479 33554432000 4194304 4291949 140735232728016 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 199667 174479 253 24 0 196301 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 798668

[startup+4122.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/527 19619
/proc/meminfo: memFree=12487720/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=798668 CPUtime=4122.4 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 197462 0 0 0 412148 92 0 0 25 0 1 0 755155930 817836032 175835 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 199667 175835 253 24 0 196301 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 798668

[startup+4182.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/527 19621
/proc/meminfo: memFree=12480108/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=801908 CPUtime=4182.4 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 199347 0 0 0 418147 93 0 0 25 0 1 0 755155930 821153792 177699 33554432000 4194304 4291949 140735232728016 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 200477 177699 253 24 0 197111 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 801908

[startup+4242.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/527 19622
/proc/meminfo: memFree=12474112/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=805148 CPUtime=4242.41 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 200758 0 0 0 424147 94 0 0 25 0 1 0 755155930 824471552 179099 33554432000 4194304 4291949 140735232728016 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 201287 179099 253 24 0 197921 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 805148

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 19624
/proc/meminfo: memFree=12469104/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=805148 CPUtime=4302.41 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 202098 0 0 0 430146 95 0 0 25 0 1 0 755155930 824471552 180426 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 201287 180426 253 24 0 197921 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 805148

[startup+4362.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/527 19626
/proc/meminfo: memFree=12464720/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=805148 CPUtime=4362.41 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 203218 0 0 0 436145 96 0 0 25 0 1 0 755155930 824471552 181537 33554432000 4194304 4291949 140735232728016 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 201287 181537 253 24 0 197921 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 805148

[startup+4422.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/527 19627
/proc/meminfo: memFree=12458228/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=805148 CPUtime=4422.41 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 204939 0 0 0 442144 97 0 0 25 0 1 0 755155930 824471552 183237 33554432000 4194304 4291949 140735232728016 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 201287 183237 253 24 0 197921 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 805148

[startup+4482.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/527 19629
/proc/meminfo: memFree=12447136/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=806588 CPUtime=4482.41 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 207722 0 0 0 448142 99 0 0 25 0 1 0 755155930 825946112 185997 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 201647 185997 253 24 0 198281 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 806588

[startup+4542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 19630
/proc/meminfo: memFree=12434568/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=806588 CPUtime=4542.42 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 210623 0 0 0 454141 101 0 0 25 0 1 0 755155930 825946112 188872 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 201647 188872 253 24 0 198281 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 806588

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 19632
/proc/meminfo: memFree=12423484/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=810668 CPUtime=4602.43 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 212838 0 0 0 460141 102 0 0 25 0 1 0 755155930 830124032 191064 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 202667 191064 253 24 0 199301 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 810668

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 19634
/proc/meminfo: memFree=12415764/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=813908 CPUtime=4662.42 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 214781 0 0 0 466139 103 0 0 25 0 1 0 755155930 833441792 192996 33554432000 4194304 4291949 140735232728016 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 203477 192996 253 24 0 200111 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 813908

[startup+4722.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/527 19635
/proc/meminfo: memFree=12412240/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=813908 CPUtime=4722.44 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 215700 0 0 0 472140 104 0 0 25 0 1 0 755155930 833441792 193908 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 203477 193908 253 24 0 200111 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 813908

[startup+4782.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/527 19637
/proc/meminfo: memFree=12409956/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=813908 CPUtime=4782.42 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 216854 0 0 0 478138 104 0 0 25 0 1 0 755155930 833441792 195048 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 203477 195048 253 24 0 200111 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 813908

[startup+4842.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 19638
/proc/meminfo: memFree=12402832/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=813908 CPUtime=4842.43 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 218361 0 0 0 484137 106 0 0 25 0 1 0 755155930 833441792 196540 33554432000 4194304 4291949 140735232728016 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 203477 196540 253 24 0 200111 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 813908

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 19642
/proc/meminfo: memFree=12398316/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=1164596 CPUtime=4902.42 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 219665 0 0 0 490136 106 0 0 25 0 1 0 755155930 1192546304 197833 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 291149 197833 253 24 0 287783 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 1164596

[startup+4962.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/527 19645
/proc/meminfo: memFree=12391588/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=1166760 CPUtime=4962.43 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 221227 0 0 0 496136 107 0 0 25 0 1 0 755155930 1194762240 199384 33554432000 4194304 4291949 140735232728016 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 291690 199384 253 24 0 288324 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 1166760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.05 2.01 2/525 19647
/proc/meminfo: memFree=12398648/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=1166760 CPUtime=5000.04 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 221774 0 0 0 499897 107 0 0 25 0 1 0 755155930 1194762240 199926 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 291690 199926 253 24 0 288324 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1166760

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: 2.02 2.05 2.01 2/525 19647
/proc/meminfo: memFree=12398648/32951124 swapFree=66578944/67111528
[pid=19496] ppid=19494 vsize=1166760 CPUtime=5000.04 cores=1,3,5,7
/proc/19496/stat : 19496 (RestartSAT) R 19494 19496 18512 0 -1 4202496 221774 0 0 0 499897 107 0 0 25 0 1 0 755155930 1194762240 199926 33554432000 4194304 4291949 140735232728016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19496/statm: 291690 199926 253 24 0 288324 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1166760

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.09
CPU user time (s): 4998.98
CPU system time (s): 1.10683
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1166760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.98
system time used= 1.10683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221774
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= 7513

runsolver used 25.4871 second user time and 60.8967 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-29 02:03:21
IDJOB=3421344
IDBENCH=85764
IDSOLVER=1911
FILE ID=node145/3421344-1306627399
RUNJOBID= node145-1306627399-19477
PBS_JOBID= 13471597
Free space on /tmp= 73472 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421344-1306627399/watcher-3421344-1306627399 -o /tmp/evaluation-result-3421344-1306627399/solver-3421344-1306627399 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421344-1306627399.cnf

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=752873676

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13202816 kB
Buffers:        259408 kB
Cached:        7898512 kB
SwapCached:      34712 kB
Active:       11399228 kB
Inactive:      8055356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13202816 kB
SwapTotal:    67111528 kB
SwapFree:     66578944 kB
Dirty:           24796 kB
Writeback:          56 kB
AnonPages:    11261428 kB
Mapped:          38096 kB
Slab:           159844 kB
PageTables:      66008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153224448 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= 73472 MiB
End job on node145 at 2011-05-29 03:26:43