Trace number 3420932

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.84

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g6.cnf
MD5SUMd0bb6612a0c88017c970eb8fd1a4be9e
Bench CategoryCRAFTED (crafted 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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3420932-1306590520/watcher-3420932-1306590520 -o /tmp/evaluation-result-3420932-1306590520/solver-3420932-1306590520 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420932-1306590520.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: 2.10 2.07 2.01 2/437 23117
/proc/meminfo: memFree=13885948/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=20688 CPUtime=0 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 1091 0 0 0 0 0 0 0 25 0 1 0 751467665 21184512 1033 33554432000 4194304 4291949 140735937154624 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 5172 1033 225 24 0 1806 0

[startup+0.029835 s]
/proc/loadavg: 2.10 2.07 2.01 2/437 23117
/proc/meminfo: memFree=13885948/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=23968 CPUtime=0.02 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 2386 0 0 0 2 0 0 0 25 0 1 0 751467665 24543232 2135 33554432000 4194304 4291949 140735937154624 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 5992 2136 227 24 0 2626 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23968

[startup+0.100833 s]
/proc/loadavg: 2.10 2.07 2.01 2/437 23117
/proc/meminfo: memFree=13885948/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=30912 CPUtime=0.09 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 5085 0 0 0 9 0 0 0 25 0 1 0 751467665 31653888 4495 33554432000 4194304 4291949 140735937154624 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 7728 4495 232 24 0 4362 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30912

[startup+0.300779 s]
/proc/loadavg: 2.10 2.07 2.01 2/437 23117
/proc/meminfo: memFree=13885948/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=30912 CPUtime=0.29 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 5085 0 0 0 29 0 0 0 25 0 1 0 751467665 31653888 4495 33554432000 4194304 4291949 140735937154624 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 7728 4495 232 24 0 4362 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30912

[startup+0.700702 s]
/proc/loadavg: 2.10 2.07 2.01 2/437 23117
/proc/meminfo: memFree=13885948/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=32416 CPUtime=0.69 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 6582 0 0 0 69 0 0 0 25 0 1 0 751467665 33193984 4384 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255763 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 8104 4384 253 24 0 4738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32416

[startup+1.50054 s]
/proc/loadavg: 2.10 2.07 2.01 3/438 23118
/proc/meminfo: memFree=13858420/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=36836 CPUtime=1.49 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 7923 0 0 0 149 0 0 0 25 0 1 0 751467665 37720064 5710 33554432000 4194304 4291949 140735937154624 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 9209 5710 253 24 0 5843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36836

[startup+3.10022 s]
/proc/loadavg: 2.10 2.07 2.01 3/438 23118
/proc/meminfo: memFree=13851600/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=44016 CPUtime=3.09 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 9639 0 0 0 308 1 0 0 25 0 1 0 751467665 45072384 7414 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 11004 7414 253 24 0 7638 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44016

[startup+6.30059 s]
/proc/loadavg: 2.10 2.07 2.01 3/438 23118
/proc/meminfo: memFree=13836888/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=57516 CPUtime=6.29 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 12755 0 0 0 628 1 0 0 25 0 1 0 751467665 58896384 10509 33554432000 4194304 4291949 140735937154624 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 14379 10510 253 24 0 11013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57516

[startup+12.7003 s]
/proc/loadavg: 2.08 2.06 2.01 3/438 23118
/proc/meminfo: memFree=13812004/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=79940 CPUtime=12.69 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 17787 0 0 0 1267 2 0 0 25 0 1 0 751467665 81858560 15509 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 19985 15509 253 24 0 16619 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79940

[startup+25.5008 s]
/proc/loadavg: 2.07 2.06 2.01 3/438 23119
/proc/meminfo: memFree=13767740/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=115072 CPUtime=25.49 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 25864 0 0 0 2545 4 0 0 25 0 1 0 751467665 117833728 23536 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 28768 23536 253 24 0 25402 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 115072

[startup+51.1007 s]
/proc/loadavg: 2.04 2.06 2.01 3/438 23119
/proc/meminfo: memFree=13703728/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=172664 CPUtime=51.09 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 36532 0 0 0 5103 6 0 0 25 0 1 0 751467665 176807936 34151 33554432000 4194304 4291949 140735937154624 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 43166 34151 253 24 0 39800 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172664

[startup+102.317 s]
/proc/loadavg: 2.02 2.04 2.00 3/438 23121
/proc/meminfo: memFree=13588152/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=263512 CPUtime=102.31 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 53322 0 0 0 10220 11 0 0 25 0 1 0 751467665 269836288 50853 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 65878 50853 253 24 0 62512 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 263512

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 23122
/proc/meminfo: memFree=13514848/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=272716 CPUtime=162.3 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 66555 0 0 0 16215 15 0 0 25 0 1 0 751467665 279261184 64014 33554432000 4194304 4291949 140735937154624 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 68179 64014 253 24 0 64813 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 272716

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23124
/proc/meminfo: memFree=13447736/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=411492 CPUtime=222.3 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 78816 0 0 0 22212 18 0 0 25 0 1 0 751467665 421367808 76216 33554432000 4194304 4291949 140735937154624 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 102873 76216 253 24 0 99507 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 411492

[startup+282.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/438 23125
/proc/meminfo: memFree=13394756/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=418888 CPUtime=282.3 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 88715 0 0 0 28208 22 0 0 25 0 1 0 751467665 428941312 86066 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 104722 86066 253 24 0 101356 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 418888

[startup+342.301 s]
/proc/loadavg: 2.09 2.04 2.00 3/438 23127
/proc/meminfo: memFree=13348736/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=424392 CPUtime=342.3 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 96524 0 0 0 34205 25 0 0 25 0 1 0 751467665 434577408 93835 33554432000 4194304 4291949 140735937154624 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 106098 93835 253 24 0 102732 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 424392

[startup+402.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/438 23129
/proc/meminfo: memFree=13285832/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=102324 CPUtime=402.3 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 112736 0 0 0 40199 31 0 0 25 0 1 0 751467665 104779776 20737 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 25581 20737 253 24 0 22215 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 102324

[startup+462.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/438 23130
/proc/meminfo: memFree=13502688/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=214680 CPUtime=462.32 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 140468 0 0 0 46195 37 0 0 25 0 1 0 751467665 219832320 48311 33554432000 4194304 4291949 140735937154624 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 53670 48311 253 24 0 50304 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 214680

[startup+522.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/438 23132
/proc/meminfo: memFree=13417220/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=296384 CPUtime=522.31 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 157623 0 0 0 52189 42 0 0 25 0 1 0 751467665 303497216 65370 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 74096 65370 253 24 0 70730 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 296384

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/438 23133
/proc/meminfo: memFree=13353580/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=428644 CPUtime=582.31 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 168855 0 0 0 58187 44 0 0 25 0 1 0 751467665 438931456 76543 33554432000 4194304 4291949 140735937154624 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 107161 76543 253 24 0 103795 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 428644

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.01 1.08 2/432 23255
/proc/meminfo: memFree=15211796/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=1105796 CPUtime=4002.48 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 527753 0 0 0 400044 204 0 0 25 0 1 0 751467665 1132335104 197213 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 276449 197213 253 24 0 273083 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 1105796

[startup+4062.32 s]
/proc/loadavg: 1.00 1.01 1.07 2/432 23256
/proc/meminfo: memFree=15203356/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=1107740 CPUtime=4062.5 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 529836 0 0 0 406045 205 0 0 25 0 1 0 751467665 1134325760 199288 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 276935 199288 253 24 0 273569 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 1107740

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/432 23258
/proc/meminfo: memFree=15195648/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=1109968 CPUtime=4122.48 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 531761 0 0 0 412042 206 0 0 25 0 1 0 751467665 1136607232 201207 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 277492 201207 253 24 0 274126 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 1109968

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/432 23259
/proc/meminfo: memFree=15751888/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=282488 CPUtime=4182.48 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 550447 0 0 0 418034 214 0 0 25 0 1 0 751467665 289267712 62396 33554432000 4194304 4291949 140735937154624 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 70622 62396 253 24 0 67256 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 282488

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/432 23261
/proc/meminfo: memFree=15720620/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=332576 CPUtime=4242.49 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 558505 0 0 0 424031 218 0 0 25 0 1 0 751467665 340557824 70425 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 83144 70425 253 24 0 79778 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 332576

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/432 23263
/proc/meminfo: memFree=15693068/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=332576 CPUtime=4302.49 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 565267 0 0 0 430027 222 0 0 25 0 1 0 751467665 340557824 77160 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 83144 77160 253 24 0 79778 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 332576

[startup+4362.3 s]
/proc/loadavg: 1.07 1.03 1.05 2/432 23273
/proc/meminfo: memFree=15672892/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=413964 CPUtime=4362.5 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 570249 0 0 0 436024 226 0 0 25 0 1 0 751467665 423899136 82124 33554432000 4194304 4291949 140735937154624 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 103491 82124 253 24 0 100125 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 413964

[startup+4422.3 s]
/proc/loadavg: 1.02 1.02 1.05 2/432 23275
/proc/meminfo: memFree=15651152/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=413964 CPUtime=4422.5 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 575691 0 0 0 442021 229 0 0 25 0 1 0 751467665 423899136 87544 33554432000 4194304 4291949 140735937154624 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 103491 87544 253 24 0 100125 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 413964

[startup+4482.3 s]
/proc/loadavg: 1.01 1.02 1.04 2/432 23276
/proc/meminfo: memFree=15625088/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=413964 CPUtime=4482.5 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 582185 0 0 0 448018 232 0 0 25 0 1 0 751467665 423899136 94008 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 103491 94008 253 24 0 100125 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 413964

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.03 2/432 23278
/proc/meminfo: memFree=15611296/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=413964 CPUtime=4542.5 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 585667 0 0 0 454016 234 0 0 25 0 1 0 751467665 423899136 97469 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 103491 97469 253 24 0 100125 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 413964

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/432 23280
/proc/meminfo: memFree=15596396/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=546224 CPUtime=4602.52 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 589372 0 0 0 460016 236 0 0 25 0 1 0 751467665 559333376 101151 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 136556 101151 253 24 0 133190 0
Current children cumulated CPU time (s) 4602.52
Current children cumulated vsize (KiB) 546224

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/432 23281
/proc/meminfo: memFree=15580884/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=546224 CPUtime=4662.5 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 593280 0 0 0 466012 238 0 0 25 0 1 0 751467665 559333376 105039 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 136556 105039 253 24 0 133190 0
Current children cumulated CPU time (s) 4662.5
Current children cumulated vsize (KiB) 546224

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.02 2/432 23283
/proc/meminfo: memFree=15568956/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=546224 CPUtime=4722.52 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 596292 0 0 0 472011 241 0 0 25 0 1 0 751467665 559333376 108035 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 136556 108035 253 24 0 133190 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 546224

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/432 23284
/proc/meminfo: memFree=15557644/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=546224 CPUtime=4782.51 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 599144 0 0 0 478008 243 0 0 25 0 1 0 751467665 559333376 110860 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 136556 110861 253 24 0 133190 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 546224

[startup+4842.3 s]
/proc/loadavg: 1.06 1.01 1.01 2/432 23286
/proc/meminfo: memFree=15546340/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=546224 CPUtime=4842.51 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 601893 0 0 0 484007 244 0 0 25 0 1 0 751467665 559333376 113592 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 136556 113592 253 24 0 133190 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 546224

[startup+4902.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/432 23288
/proc/meminfo: memFree=15536148/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=546224 CPUtime=4902.51 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 604517 0 0 0 490005 246 0 0 25 0 1 0 751467665 559333376 116207 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 136556 116207 253 24 0 133190 0
Current children cumulated CPU time (s) 4902.51
Current children cumulated vsize (KiB) 546224

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 23289
/proc/meminfo: memFree=15518656/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=546224 CPUtime=4962.52 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 608889 0 0 0 496003 249 0 0 25 0 1 0 751467665 559333376 120564 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 136556 120564 253 24 0 133190 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 546224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 23290
/proc/meminfo: memFree=15512808/32951124 swapFree=54329440/67111528
[pid=23117] ppid=23115 vsize=546224 CPUtime=5000.03 cores=1,3,5,7
/proc/23117/stat : 23117 (RestartSAT) R 23115 23117 22419 0 -1 4202496 610308 0 0 0 499753 250 0 0 25 0 1 0 751467665 559333376 121980 33554432000 4194304 4291949 140735937154624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23117/statm: 136556 121980 253 24 0 133190 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 546224

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.84
CPU time (s): 5000.07
CPU user time (s): 4997.54
CPU system time (s): 2.52761
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 1140748

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

runsolver used 19.3891 second user time and 49.7534 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-28 15:48:41
IDJOB=3420932
IDBENCH=71471
IDSOLVER=1911
FILE ID=node143/3420932-1306590520
RUNJOBID= node143-1306579391-22438
PBS_JOBID= 13471537
Free space on /tmp= 73484 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g6.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420932-1306590520/watcher-3420932-1306590520 -o /tmp/evaluation-result-3420932-1306590520/solver-3420932-1306590520 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420932-1306590520.cnf

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

MD5SUM BENCH= d0bb6612a0c88017c970eb8fd1a4be9e
RANDOM SEED=1175884473

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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:      13886104 kB
Buffers:        313388 kB
Cached:        5780312 kB
SwapCached:      29864 kB
Active:       10018032 kB
Inactive:      8747488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13886104 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:            3888 kB
Writeback:           0 kB
AnonPages:    12641996 kB
Mapped:          30992 kB
Slab:           148940 kB
PageTables:      83980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118643216 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= 73556 MiB
End job on node143 at 2011-05-28 17:12:02