Trace number 3419675

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.07 4999.93

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1057.43
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

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-3419675-1306579392/watcher-3419675-1306579392 -o /tmp/evaluation-result-3419675-1306579392/solver-3419675-1306579392 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419675-1306579392.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: 0.00 0.00 0.00 2/521 8755
/proc/meminfo: memFree=13056724/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=19628 CPUtime=0 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 698 0 0 0 0 0 0 0 20 0 1 0 769537018 20099072 639 33554432000 4194304 4291949 140735017955376 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 4907 639 227 24 0 1541 0

[startup+0.091519 s]
/proc/loadavg: 0.00 0.00 0.00 2/521 8755
/proc/meminfo: memFree=13056724/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=36188 CPUtime=0.08 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 6165 0 0 0 7 1 0 0 20 0 1 0 769537018 37056512 5545 33554432000 4194304 4291949 140735017955376 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 9047 5547 228 24 0 5681 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36188

[startup+0.100516 s]
/proc/loadavg: 0.00 0.00 0.00 2/521 8755
/proc/meminfo: memFree=13056724/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=39228 CPUtime=0.09 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 7036 0 0 0 8 1 0 0 20 0 1 0 769537018 40169472 6177 33554432000 4194304 4291949 140735017955376 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 9807 6178 229 24 0 6441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39228

[startup+0.300485 s]
/proc/loadavg: 0.00 0.00 0.00 2/521 8755
/proc/meminfo: memFree=13056724/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=98752 CPUtime=0.28 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 20337 0 0 0 26 2 0 0 21 0 1 0 769537018 101122048 18217 33554432000 4194304 4291949 140735017955376 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 24688 18217 287 24 0 21322 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 98752

[startup+0.70041 s]
/proc/loadavg: 0.00 0.00 0.00 2/521 8755
/proc/meminfo: memFree=13056724/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=162596 CPUtime=0.69 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 37751 0 0 0 64 5 0 0 22 0 1 0 769537018 166498304 33244 33554432000 4194304 4291949 140735017955376 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 40649 33244 250 24 0 37283 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162596

[startup+1.50027 s]
/proc/loadavg: 0.16 0.03 0.01 3/525 8762
/proc/meminfo: memFree=12731292/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=252988 CPUtime=1.48 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 51540 0 0 0 142 6 0 0 25 0 1 0 769537018 259059712 46535 33554432000 4194304 4291949 140735017955376 18446744073709551615 4211863 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 63247 46535 252 24 0 59881 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 252988

[startup+3.10099 s]
/proc/loadavg: 0.16 0.03 0.01 3/525 8762
/proc/meminfo: memFree=12650220/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=216584 CPUtime=3.08 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 63143 0 0 0 300 8 0 0 25 0 1 0 769537018 221782016 47353 33554432000 4194304 4291949 140735017955376 18446744073709551615 4229790 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 54146 47353 252 24 0 50780 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 216584

[startup+6.3004 s]
/proc/loadavg: 0.16 0.03 0.01 3/525 8762
/proc/meminfo: memFree=12674032/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=192932 CPUtime=6.28 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 68986 0 0 0 619 9 0 0 25 0 1 0 769537018 197562368 40916 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 48233 40916 270 24 0 44867 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 192932

[startup+12.7002 s]
/proc/loadavg: 0.44 0.10 0.03 3/525 8762
/proc/meminfo: memFree=12693340/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=192932 CPUtime=12.68 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 69169 0 0 0 1259 9 0 0 25 0 1 0 769537018 197562368 41088 33554432000 4194304 4291949 140735017955376 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 48233 41088 270 24 0 44867 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 192932

[startup+25.5009 s]
/proc/loadavg: 0.68 0.16 0.05 3/525 8763
/proc/meminfo: memFree=12692868/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=192932 CPUtime=25.49 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 69533 0 0 0 2539 10 0 0 25 0 1 0 769537018 197562368 41440 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 48233 41440 270 24 0 44867 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 192932

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 3/525 8763
/proc/meminfo: memFree=12687040/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=204608 CPUtime=51.08 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 70337 0 0 0 5098 10 0 0 25 0 1 0 769537018 209518592 42228 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 51152 42228 270 24 0 47786 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 204608

[startup+102.32 s]
/proc/loadavg: 1.65 0.59 0.21 3/525 8765
/proc/meminfo: memFree=12675656/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=204608 CPUtime=102.31 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 71774 0 0 0 10220 11 0 0 25 0 1 0 769537018 209518592 43632 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 51152 43632 270 24 0 47786 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 204608

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/525 8766
/proc/meminfo: memFree=12662728/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=223576 CPUtime=162.29 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 73441 0 0 0 16217 12 0 0 25 0 1 0 769537018 228941824 45261 33554432000 4194304 4291949 140735017955376 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 55894 45261 270 24 0 52528 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 223576

[startup+222.3 s]
/proc/loadavg: 2.10 1.08 0.43 3/525 8768
/proc/meminfo: memFree=12652256/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=223576 CPUtime=222.29 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 75006 0 0 0 22216 13 0 0 25 0 1 0 769537018 228941824 46794 33554432000 4194304 4291949 140735017955376 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 55894 46794 270 24 0 52528 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 223576

[startup+282.301 s]
/proc/loadavg: 2.10 1.26 0.53 3/525 8770
/proc/meminfo: memFree=12642680/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=223576 CPUtime=282.3 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 76538 0 0 0 28216 14 0 0 25 0 1 0 769537018 228941824 48290 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 55894 48290 270 24 0 52528 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 223576

[startup+342.301 s]
/proc/loadavg: 2.18 1.44 0.64 3/525 8771
/proc/meminfo: memFree=12631592/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=223576 CPUtime=342.29 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 77795 0 0 0 34215 14 0 0 25 0 1 0 769537018 228941824 49520 33554432000 4194304 4291949 140735017955376 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 55894 49520 270 24 0 52528 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 223576

[startup+402.301 s]
/proc/loadavg: 2.06 1.54 0.72 3/525 8773
/proc/meminfo: memFree=12618660/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=254396 CPUtime=402.3 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 79861 0 0 0 40215 15 0 0 25 0 1 0 769537018 260501504 51546 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 63599 51546 270 24 0 60233 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 254396

[startup+462.301 s]
/proc/loadavg: 2.02 1.62 0.80 3/525 8774
/proc/meminfo: memFree=12609800/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=254396 CPUtime=462.29 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 81173 0 0 0 46213 16 0 0 25 0 1 0 769537018 260501504 52826 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 63599 52826 270 24 0 60233 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 254396

[startup+522.3 s]
/proc/loadavg: 2.01 1.69 0.87 3/525 8776
/proc/meminfo: memFree=12598608/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=254396 CPUtime=522.3 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 82592 0 0 0 52213 17 0 0 25 0 1 0 769537018 260501504 54210 33554432000 4194304 4291949 140735017955376 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 63599 54210 270 24 0 60233 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 254396

[startup+582.3 s]
/proc/loadavg: 2.00 1.74 0.94 3/525 8778
/proc/meminfo: memFree=12588636/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=254396 CPUtime=582.3 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 83771 0 0 0 58211 19 0 0 25 0 1 0 769537018 260501504 55359 33554432000 4194304 4291949 140735017955376 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 63599 55359 270 24 0 60233 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 254396

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.12 2.05 2.00 3/525 8909
/proc/meminfo: memFree=6504300/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=586268 CPUtime=4062.42 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 168605 0 0 0 406176 66 0 0 25 0 1 0 769537018 600338432 138857 33554432000 4194304 4291949 140735017955376 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 146567 138857 270 24 0 143201 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 586268

[startup+4122.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/525 8911
/proc/meminfo: memFree=6432968/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=801972 CPUtime=4122.4 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 169470 0 0 0 412174 66 0 0 25 0 1 0 769537018 821219328 139713 33554432000 4194304 4291949 140735017955376 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 200493 139713 270 24 0 197127 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 801972

[startup+4182.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/525 8913
/proc/meminfo: memFree=6318836/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=802180 CPUtime=4182.41 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 172284 0 0 0 418173 68 0 0 25 0 1 0 769537018 821432320 142494 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 200545 142494 270 24 0 197179 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 802180

[startup+4242.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/525 8914
/proc/meminfo: memFree=6025576/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=802772 CPUtime=4242.41 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 174398 0 0 0 424171 70 0 0 25 0 1 0 769537018 822038528 144572 33554432000 4194304 4291949 140735017955376 18446744073709551615 4262410 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 200693 144572 270 24 0 197327 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 802772

[startup+4302.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/525 8916
/proc/meminfo: memFree=5901404/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=805804 CPUtime=4302.41 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 175782 0 0 0 430171 70 0 0 25 0 1 0 769537018 825143296 145943 33554432000 4194304 4291949 140735017955376 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 201451 145943 270 24 0 198085 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 805804

[startup+4362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/525 8917
/proc/meminfo: memFree=5804740/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=805804 CPUtime=4362.41 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 176606 0 0 0 436171 70 0 0 25 0 1 0 769537018 825143296 146749 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 201451 146749 270 24 0 198085 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 805804

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 8919
/proc/meminfo: memFree=5697288/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=806248 CPUtime=4422.42 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 177388 0 0 0 442171 71 0 0 25 0 1 0 769537018 825597952 147518 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 201562 147518 270 24 0 198196 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 806248

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 8920
/proc/meminfo: memFree=5544248/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=807424 CPUtime=4482.42 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 178588 0 0 0 448170 72 0 0 25 0 1 0 769537018 826802176 148693 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 201856 148693 270 24 0 198490 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 807424

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 8922
/proc/meminfo: memFree=5405384/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=808296 CPUtime=4542.41 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 179438 0 0 0 454169 72 0 0 25 0 1 0 769537018 827695104 149528 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 202074 149528 270 24 0 198708 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 808296

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 8924
/proc/meminfo: memFree=5248908/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=808912 CPUtime=4602.43 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 180408 0 0 0 460170 73 0 0 25 0 1 0 769537018 828325888 150483 33554432000 4194304 4291949 140735017955376 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 202228 150483 270 24 0 198862 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 808912

[startup+4662.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/525 8925
/proc/meminfo: memFree=5100936/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=809384 CPUtime=4662.42 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 181168 0 0 0 466169 73 0 0 25 0 1 0 769537018 828809216 151232 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 202346 151232 270 24 0 198980 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 809384

[startup+4722.32 s]
/proc/loadavg: 2.19 2.07 2.02 3/525 8936
/proc/meminfo: memFree=4954176/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=810808 CPUtime=4722.44 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 182322 0 0 0 472170 74 0 0 25 0 1 0 769537018 830267392 152362 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 202702 152362 270 24 0 199336 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 810808

[startup+4782.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/525 8938
/proc/meminfo: memFree=4810384/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=812020 CPUtime=4782.42 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 183530 0 0 0 478168 74 0 0 25 0 1 0 769537018 831508480 153555 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 203005 153555 270 24 0 199639 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 812020

[startup+4842.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/525 8939
/proc/meminfo: memFree=5041180/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=283572 CPUtime=4842.42 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 190947 0 0 0 484165 77 0 0 25 0 1 0 769537018 290377728 62567 33554432000 4194304 4291949 140735017955376 18446744073709551615 4262169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 70893 62567 270 24 0 67527 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 283572

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/525 8944
/proc/meminfo: memFree=4900496/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=302540 CPUtime=4902.43 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 192532 0 0 0 490165 78 0 0 25 0 1 0 769537018 309800960 64119 33554432000 4194304 4291949 140735017955376 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 75635 64119 270 24 0 72269 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 302540

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 8945
/proc/meminfo: memFree=4768340/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=302540 CPUtime=4962.43 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 194289 0 0 0 496163 80 0 0 25 0 1 0 769537018 309800960 65839 33554432000 4194304 4291949 140735017955376 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 75635 65839 270 24 0 72269 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 302540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 8946
/proc/meminfo: memFree=4681796/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=302540 CPUtime=5000.04 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 196499 0 0 0 499923 81 0 0 25 0 1 0 769537018 309800960 68029 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 75635 68029 270 24 0 72269 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 302540

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.00 2.03 2.00 3/525 8946
/proc/meminfo: memFree=4681796/32951124 swapFree=59247644/67111528
[pid=8755] ppid=8753 vsize=302540 CPUtime=5000.04 cores=1,3,5,7
/proc/8755/stat : 8755 (RestartSAT) R 8753 8755 8723 0 -1 4202496 196499 0 0 0 499923 81 0 0 25 0 1 0 769537018 309800960 68029 33554432000 4194304 4291949 140735017955376 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8755/statm: 75635 68029 270 24 0 72269 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 302540

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4999.24
CPU system time (s): 0.823874
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 842372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.24
system time used= 0.823874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2818

runsolver used 24.6812 second user time and 61.4667 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-28 12:43:13
IDJOB=3419675
IDBENCH=20410
IDSOLVER=1911
FILE ID=node137/3419675-1306579392
RUNJOBID= node137-1306579391-8742
PBS_JOBID= 13471543
Free space on /tmp= 73080 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419675-1306579392/watcher-3419675-1306579392 -o /tmp/evaluation-result-3419675-1306579392/solver-3419675-1306579392 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419675-1306579392.cnf

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=562022796

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13057252 kB
Buffers:        368872 kB
Cached:        8892932 kB
SwapCached:      17768 kB
Active:       11097536 kB
Inactive:      8496124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13057252 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:           43696 kB
Writeback:           0 kB
AnonPages:    10324112 kB
Mapped:          29288 kB
Slab:           154536 kB
PageTables:      74516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162522352 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= 72932 MiB
End job on node137 at 2011-05-28 14:06:35