Trace number 3420147

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.13 5000.04

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3420147-1306586076/watcher-3420147-1306586076 -o /tmp/evaluation-result-3420147-1306586076/solver-3420147-1306586076 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420147-1306586076.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.02 2.04 2.01 2/455 1518
/proc/meminfo: memFree=13115260/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=19888 CPUtime=0 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 787 0 0 0 0 0 0 0 25 0 1 0 751023530 20365312 729 33554432000 4194304 4291949 140734053856608 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 5021 734 226 24 0 1655 0

[startup+0.096241 s]
/proc/loadavg: 2.02 2.04 2.01 2/455 1518
/proc/meminfo: memFree=13115260/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=31164 CPUtime=0.08 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 4260 0 0 0 8 0 0 0 25 0 1 0 751023530 31911936 3864 33554432000 4194304 4291949 140734053856608 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 7791 3865 228 24 0 4425 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31164

[startup+0.100237 s]
/proc/loadavg: 2.02 2.04 2.01 2/455 1518
/proc/meminfo: memFree=13115260/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=31428 CPUtime=0.09 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 4353 0 0 0 9 0 0 0 25 0 1 0 751023530 32182272 3953 33554432000 4194304 4291949 140734053856608 18446744073709551615 220815897633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 7857 3953 228 24 0 4491 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31428

[startup+0.300214 s]
/proc/loadavg: 2.02 2.04 2.01 2/455 1518
/proc/meminfo: memFree=13115260/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=35188 CPUtime=0.28 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 5772 0 0 0 28 0 0 0 25 0 1 0 751023530 36032512 5181 33554432000 4194304 4291949 140734053856608 18446744073709551615 4215491 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 8797 5181 234 24 0 5431 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35188

[startup+0.700126 s]
/proc/loadavg: 2.02 2.04 2.01 2/455 1518
/proc/meminfo: memFree=13115260/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=32980 CPUtime=0.69 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 6545 0 0 0 68 1 0 0 25 0 1 0 751023530 33771520 4440 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 8245 4440 253 24 0 4879 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32980

[startup+1.50098 s]
/proc/loadavg: 2.02 2.04 2.01 3/456 1519
/proc/meminfo: memFree=13096068/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=32980 CPUtime=1.49 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 6556 0 0 0 148 1 0 0 25 0 1 0 751023530 33771520 4449 33554432000 4194304 4291949 140734053856608 18446744073709551615 4250370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 8245 4449 253 24 0 4879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32980

[startup+3.10068 s]
/proc/loadavg: 2.02 2.04 2.01 3/456 1519
/proc/meminfo: memFree=13094580/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=32980 CPUtime=3.09 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 6572 0 0 0 308 1 0 0 25 0 1 0 751023530 33771520 4463 33554432000 4194304 4291949 140734053856608 18446744073709551615 4251683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 8245 4463 253 24 0 4879 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32980

[startup+6.3011 s]
/proc/loadavg: 2.02 2.04 2.01 3/456 1520
/proc/meminfo: memFree=13093556/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=32980 CPUtime=6.29 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 6591 0 0 0 628 1 0 0 25 0 1 0 751023530 33771520 4479 33554432000 4194304 4291949 140734053856608 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 8245 4479 253 24 0 4879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32980

[startup+12.7009 s]
/proc/loadavg: 2.01 2.04 2.01 3/456 1520
/proc/meminfo: memFree=13090852/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=32980 CPUtime=12.69 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 6608 0 0 0 1268 1 0 0 25 0 1 0 751023530 33771520 4493 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 8245 4493 253 24 0 4879 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32980

[startup+25.5006 s]
/proc/loadavg: 2.01 2.04 2.01 3/456 1520
/proc/meminfo: memFree=13082792/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=32980 CPUtime=25.49 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 6642 0 0 0 2548 1 0 0 25 0 1 0 751023530 33771520 4521 33554432000 4194304 4291949 140734053856608 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 8245 4521 253 24 0 4879 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32980

[startup+51.1008 s]
/proc/loadavg: 2.01 2.03 2.01 3/456 1521
/proc/meminfo: memFree=13067740/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=48180 CPUtime=51.09 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 9239 0 0 0 5108 1 0 0 25 0 1 0 751023530 49336320 7074 33554432000 4194304 4291949 140734053856608 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1518/statm: 12045 7074 253 24 0 8679 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48180

[startup+102.317 s]
/proc/loadavg: 2.00 2.03 2.00 3/456 1522
/proc/meminfo: memFree=12992216/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=118184 CPUtime=102.24 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 22678 0 0 0 10220 4 0 0 25 0 1 0 751023530 121020416 20434 33554432000 4194304 4291949 140734053856608 18446744073709551615 220819695878 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 29546 20434 253 24 0 26180 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 118184

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1524
/proc/meminfo: memFree=12922368/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=174948 CPUtime=162.23 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 33451 0 0 0 16215 8 0 0 25 0 1 0 751023530 179146752 31149 33554432000 4194304 4291949 140734053856608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 43737 31149 253 24 0 40371 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 174948

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1525
/proc/meminfo: memFree=12917872/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=126996 CPUtime=222.23 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 53356 0 0 0 22212 11 0 0 25 0 1 0 751023530 130043904 25242 33554432000 4194304 4291949 140734053856608 18446744073709551615 4250408 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 31749 25242 253 24 0 28383 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 126996

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1527
/proc/meminfo: memFree=12852488/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=178828 CPUtime=282.23 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 63190 0 0 0 28209 14 0 0 25 0 1 0 751023530 183119872 35015 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 44707 35015 253 24 0 41341 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 178828

[startup+342.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/456 1529
/proc/meminfo: memFree=12916440/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=69988 CPUtime=342.23 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 76773 0 0 0 34205 18 0 0 25 0 1 0 751023530 71667712 13982 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 17497 13982 253 24 0 14131 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 69988

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/456 1530
/proc/meminfo: memFree=12766888/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=264124 CPUtime=402.23 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 109115 0 0 0 40201 22 0 0 25 0 1 0 751023530 270462976 46207 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 66031 46207 253 24 0 62665 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 264124

[startup+462.301 s]
/proc/loadavg: 2.15 2.05 2.01 3/456 1586
/proc/meminfo: memFree=13292816/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=267236 CPUtime=462.24 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 119463 0 0 0 46200 24 0 0 25 0 1 0 751023530 273649664 56503 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 66809 56503 253 24 0 63443 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 267236

[startup+522.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/456 1587
/proc/meminfo: memFree=13377392/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=136164 CPUtime=522.24 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 136210 0 0 0 52195 29 0 0 25 0 1 0 751023530 139431936 24140 33554432000 4194304 4291949 140734053856608 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 34041 24140 253 24 0 30675 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 136164

[startup+582.301 s]
/proc/loadavg: 2.18 2.06 2.01 3/456 1589
/proc/meminfo: memFree=13293564/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=186920 CPUtime=582.25 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 146531 0 0 0 58193 32 0 0 25 0 1 0 751023530 191406080 34387 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 46730 34387 253 24 0 43364 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 186920

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 1692
/proc/meminfo: memFree=12850336/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=237384 CPUtime=4002.36 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1207975 0 0 0 399991 245 0 0 25 0 1 0 751023530 243081216 46157 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 59346 46157 253 24 0 55980 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 237384

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1694
/proc/meminfo: memFree=12806168/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=237384 CPUtime=4062.37 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1217157 0 0 0 405990 247 0 0 25 0 1 0 751023530 243081216 55286 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 59346 55286 253 24 0 55980 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 237384

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1695
/proc/meminfo: memFree=12644924/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=667800 CPUtime=4122.36 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1281246 0 0 0 411979 257 0 0 25 0 1 0 751023530 683827200 119264 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 166950 119264 253 24 0 163584 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 667800

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 1697
/proc/meminfo: memFree=12803128/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=323888 CPUtime=4182.36 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1385485 0 0 0 417961 275 0 0 25 0 1 0 751023530 331661312 71809 33554432000 4194304 4291949 140734053856608 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 80972 71809 253 24 0 77606 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 323888

[startup+4242.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/456 1699
/proc/meminfo: memFree=12519260/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=674328 CPUtime=4242.37 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1452446 0 0 0 423949 288 0 0 25 0 1 0 751023530 690511872 138680 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 168582 138680 253 24 0 165216 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 674328

[startup+4302.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/456 1700
/proc/meminfo: memFree=12286376/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=1027112 CPUtime=4302.36 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1506057 0 0 0 429938 298 0 0 25 0 1 0 751023530 1051762688 192234 33554432000 4194304 4291949 140734053856608 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 256778 192234 253 24 0 253412 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 1027112

[startup+4362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/456 1702
/proc/meminfo: memFree=12098240/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=1031632 CPUtime=4362.36 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1550834 0 0 0 435930 306 0 0 25 0 1 0 751023530 1056391168 236959 33554432000 4194304 4291949 140734053856608 18446744073709551615 4262075 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 257908 236959 253 24 0 254542 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 1031632

[startup+4422.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/456 1703
/proc/meminfo: memFree=11936768/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=1601484 CPUtime=4422.37 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1588425 0 0 0 441922 315 0 0 25 0 1 0 751023530 1639919616 274516 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 400371 274516 253 24 0 397005 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 1601484

[startup+4482.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/456 1705
/proc/meminfo: memFree=11798108/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=1609428 CPUtime=4482.37 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1620682 0 0 0 447915 322 0 0 25 0 1 0 751023530 1648054272 306736 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 402357 306736 253 24 0 398991 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 1609428

[startup+4542.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/456 1707
/proc/meminfo: memFree=11763608/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=1611676 CPUtime=4542.37 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1624972 0 0 0 453913 324 0 0 25 0 1 0 751023530 1650356224 310991 33554432000 4194304 4291949 140734053856608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 402919 310991 253 24 0 399553 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 1611676

[startup+4602.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/456 1708
/proc/meminfo: memFree=12952256/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=186216 CPUtime=4602.37 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1637876 0 0 0 459907 330 0 0 25 0 1 0 751023530 190685184 39071 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 46554 39071 253 24 0 43188 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 186216

[startup+4662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/456 1710
/proc/meminfo: memFree=12831212/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=217036 CPUtime=4662.38 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1647257 0 0 0 465905 333 0 0 25 0 1 0 751023530 222244864 48386 33554432000 4194304 4291949 140734053856608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 54259 48386 253 24 0 50893 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 217036

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/456 1711
/proc/meminfo: memFree=12700852/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=348512 CPUtime=4722.4 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1674052 0 0 0 471901 339 0 0 25 0 1 0 751023530 356876288 75123 33554432000 4194304 4291949 140734053856608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 87128 75123 253 24 0 83762 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 348512

[startup+4782.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/456 1713
/proc/meminfo: memFree=12648876/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=480772 CPUtime=4782.38 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1682917 0 0 0 477897 341 0 0 25 0 1 0 751023530 492310528 83943 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 120193 83943 253 24 0 116827 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 480772

[startup+4842.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/456 1715
/proc/meminfo: memFree=12608544/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=480932 CPUtime=4842.38 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1689157 0 0 0 483896 342 0 0 25 0 1 0 751023530 492474368 90136 33554432000 4194304 4291949 140734053856608 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 120233 90136 253 24 0 116867 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 480932

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 1716
/proc/meminfo: memFree=12547036/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=481204 CPUtime=4902.38 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1701636 0 0 0 489893 345 0 0 25 0 1 0 751023530 492752896 102547 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 120301 102547 253 24 0 116935 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 481204

[startup+4962.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/456 1718
/proc/meminfo: memFree=12510800/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=481776 CPUtime=4962.38 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1708110 0 0 0 495892 346 0 0 25 0 1 0 751023530 493338624 108988 33554432000 4194304 4291949 140734053856608 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 120444 108988 253 24 0 117078 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 481776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.07 2.04 2.01 3/456 1719
/proc/meminfo: memFree=12482384/32951124 swapFree=63485464/67111528
[pid=1518] ppid=1516 vsize=482192 CPUtime=5000.09 cores=1,3,5,7
/proc/1518/stat : 1518 (RestartSAT) R 1516 1518 1114 0 -1 4202496 1712564 0 0 0 499662 347 0 0 25 0 1 0 751023530 493764608 113415 33554432000 4194304 4291949 140734053856608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1518/statm: 120548 113415 253 24 0 117182 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 482192

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): 5000.04
CPU time (s): 5000.13
CPU user time (s): 4996.64
CPU system time (s): 3.49447
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1623968

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

runsolver used 20.6699 second user time and 52.1021 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-28 14:34:36
IDJOB=3420147
IDBENCH=84227
IDSOLVER=1911
FILE ID=node147/3420147-1306586076
RUNJOBID= node147-1306579390-1133
PBS_JOBID= 13471533
Free space on /tmp= 73552 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420147-1306586076/watcher-3420147-1306586076 -o /tmp/evaluation-result-3420147-1306586076/solver-3420147-1306586076 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420147-1306586076.cnf

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1411403619

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13115292 kB
Buffers:        366848 kB
Cached:        9416264 kB
SwapCached:      13096 kB
Active:       10496524 kB
Inactive:      9050396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13115292 kB
SwapTotal:    67111528 kB
SwapFree:     63485464 kB
Dirty:            3892 kB
Writeback:           0 kB
AnonPages:     9758564 kB
Mapped:          27604 kB
Slab:           163204 kB
PageTables:      59408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121244500 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= 73592 MiB
End job on node147 at 2011-05-28 15:57:58