Trace number 3420155

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/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

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-3420155-1306586451/watcher-3420155-1306586451 -o /tmp/evaluation-result-3420155-1306586451/solver-3420155-1306586451 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420155-1306586451.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.06 2.01 3/505 26474
/proc/meminfo: memFree=21656468/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=36076 CPUtime=0.01 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 3834 0 0 0 1 0 0 0 23 0 1 0 770247841 36941824 3724 33554432000 4194304 4291949 140734895871568 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26474/statm: 9019 3731 226 24 0 5653 0

[startup+0.08132 s]
/proc/loadavg: 2.04 2.06 2.01 3/505 26474
/proc/meminfo: memFree=21656468/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=53816 CPUtime=0.07 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 8682 0 0 0 6 1 0 0 23 0 1 0 770247841 55107584 8456 33554432000 4194304 4291949 140734895871568 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26474/statm: 13454 8458 228 24 0 10088 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 53816

[startup+0.100283 s]
/proc/loadavg: 2.04 2.06 2.01 3/505 26474
/proc/meminfo: memFree=21656468/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=55628 CPUtime=0.09 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 9305 0 0 0 8 1 0 0 23 0 1 0 770247841 56963072 8996 33554432000 4194304 4291949 140734895871568 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26474/statm: 13907 8997 228 24 0 10541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55628

[startup+0.300272 s]
/proc/loadavg: 2.04 2.06 2.01 3/505 26474
/proc/meminfo: memFree=21656468/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=71444 CPUtime=0.29 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 13999 0 0 0 27 2 0 0 25 0 1 0 770247841 73158656 13084 33554432000 4194304 4291949 140734895871568 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26474/statm: 17861 13084 228 24 0 14495 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71444

[startup+0.700206 s]
/proc/loadavg: 2.04 2.06 2.01 3/505 26474
/proc/meminfo: memFree=21656468/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=92196 CPUtime=0.69 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 20634 0 0 0 66 3 0 0 25 0 1 0 770247841 94408704 18653 33554432000 4194304 4291949 140734895871568 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26474/statm: 23049 18653 228 24 0 19683 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92196

[startup+1.50107 s]
/proc/loadavg: 2.04 2.06 2.01 3/506 26475
/proc/meminfo: memFree=21566692/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=115632 CPUtime=1.49 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 26260 0 0 0 145 4 0 0 25 0 1 0 770247841 118407168 23371 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255396 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26474/statm: 28908 23371 234 24 0 25542 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115632

[startup+3.10078 s]
/proc/loadavg: 2.04 2.05 2.01 3/506 26475
/proc/meminfo: memFree=21538916/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=126404 CPUtime=3.09 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 39552 0 0 0 303 6 0 0 25 0 1 0 770247841 129437696 26738 33554432000 4194304 4291949 140734895871568 18446744073709551615 216634173869 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26474/statm: 31601 26738 234 24 0 28235 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126404

[startup+6.30023 s]
/proc/loadavg: 2.04 2.05 2.01 3/506 26475
/proc/meminfo: memFree=21543504/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=133004 CPUtime=6.29 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 42954 0 0 0 623 6 0 0 25 0 1 0 770247841 136196096 27138 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26474/statm: 33251 27138 252 24 0 29885 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133004

[startup+12.7011 s]
/proc/loadavg: 2.03 2.05 2.01 3/506 26475
/proc/meminfo: memFree=21541276/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=133004 CPUtime=12.69 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 42956 0 0 0 1263 6 0 0 25 0 1 0 770247841 136196096 27140 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26474/statm: 33251 27140 252 24 0 29885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133004

[startup+25.5008 s]
/proc/loadavg: 2.03 2.05 2.01 3/506 26475
/proc/meminfo: memFree=21536184/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=133004 CPUtime=25.49 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 43581 0 0 0 2543 6 0 0 25 0 1 0 770247841 136196096 27757 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26474/statm: 33251 27757 252 24 0 29885 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133004

[startup+51.1003 s]
/proc/loadavg: 2.02 2.05 2.01 3/506 26476
/proc/meminfo: memFree=21596592/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=163352 CPUtime=51.07 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 47486 0 0 0 5100 7 0 0 25 0 1 0 770247841 167272448 31613 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 40838 31613 252 24 0 37472 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 163352

[startup+102.319 s]
/proc/loadavg: 2.00 2.04 2.00 3/506 26477
/proc/meminfo: memFree=21474800/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=243492 CPUtime=102.28 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 64206 0 0 0 10218 10 0 0 25 0 1 0 770247841 249335808 48235 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 60873 48235 252 24 0 57507 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 243492

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 26479
/proc/meminfo: memFree=21401876/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=293580 CPUtime=162.27 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 77298 0 0 0 16214 13 0 0 25 0 1 0 770247841 300625920 61220 33554432000 4194304 4291949 140734895871568 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 73395 61220 252 24 0 70029 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 293580

[startup+222.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/506 26480
/proc/meminfo: memFree=21403192/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=374968 CPUtime=222.26 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 86488 0 0 0 22212 14 0 0 25 0 1 0 770247841 383967232 70336 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 93742 70336 252 24 0 90376 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 374968

[startup+282.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/506 26482
/proc/meminfo: memFree=21331728/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=374968 CPUtime=282.26 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 98659 0 0 0 28209 17 0 0 25 0 1 0 770247841 383967232 82409 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 93742 82409 252 24 0 90376 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 374968

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 26484
/proc/meminfo: memFree=21345808/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=507228 CPUtime=342.27 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 109814 0 0 0 34207 20 0 0 25 0 1 0 770247841 519401472 93501 33554432000 4194304 4291949 140734895871568 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 126807 93501 252 24 0 123441 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 507228

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 26485
/proc/meminfo: memFree=21256852/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=507228 CPUtime=402.27 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 120598 0 0 0 40205 22 0 0 25 0 1 0 770247841 519401472 104210 33554432000 4194304 4291949 140734895871568 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 126807 104210 252 24 0 123441 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 507228

[startup+462.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/506 26487
/proc/meminfo: memFree=21450768/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=243936 CPUtime=462.27 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 142649 0 0 0 46200 27 0 0 25 0 1 0 770247841 249790464 49983 33554432000 4194304 4291949 140734895871568 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 60984 49983 252 24 0 57618 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 243936

[startup+522.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/506 26488
/proc/meminfo: memFree=21438812/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=294024 CPUtime=522.28 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 154462 0 0 0 52197 31 0 0 25 0 1 0 770247841 301080576 61706 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 73506 61706 252 24 0 70140 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 294024

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 26490
/proc/meminfo: memFree=21352716/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=375412 CPUtime=582.27 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 169480 0 0 0 58193 34 0 0 25 0 1 0 770247841 384421888 76647 33554432000 4194304 4291949 140734895871568 18446744073709551615 4256305 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 93853 76647 252 24 0 90487 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 375412

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 26621
/proc/meminfo: memFree=21375884/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=352972 CPUtime=4002.36 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 909376 0 0 0 400023 213 0 0 25 0 1 0 770247841 361443328 81440 33554432000 4194304 4291949 140734895871568 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 88243 81440 252 24 0 84877 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 352972

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 26623
/proc/meminfo: memFree=21234248/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=566620 CPUtime=4062.38 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 939257 0 0 0 406020 218 0 0 25 0 1 0 770247841 580218880 111170 33554432000 4194304 4291949 140734895871568 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 141655 111170 252 24 0 138289 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 566620

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 26624
/proc/meminfo: memFree=21154128/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=781544 CPUtime=4122.36 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 965858 0 0 0 412014 222 0 0 25 0 1 0 770247841 800301056 137600 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 195386 137600 252 24 0 192020 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 781544

[startup+4182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/506 26626
/proc/meminfo: memFree=21099292/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=781544 CPUtime=4182.37 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 974151 0 0 0 418012 225 0 0 25 0 1 0 770247841 800301056 145825 33554432000 4194304 4291949 140734895871568 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 195386 145825 252 24 0 192020 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 781544

[startup+4242.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/506 26628
/proc/meminfo: memFree=21101504/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=781544 CPUtime=4242.37 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 982961 0 0 0 424010 227 0 0 25 0 1 0 770247841 800301056 154568 33554432000 4194304 4291949 140734895871568 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 195386 154568 252 24 0 192020 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 781544

[startup+4302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/506 26629
/proc/meminfo: memFree=21043328/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=781544 CPUtime=4302.37 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 990582 0 0 0 430008 229 0 0 25 0 1 0 770247841 800301056 162117 33554432000 4194304 4291949 140734895871568 18446744073709551615 4269200 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 195386 162117 252 24 0 192020 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 781544

[startup+4362.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/506 26631
/proc/meminfo: memFree=21050612/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=781544 CPUtime=4362.37 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1004071 0 0 0 436005 232 0 0 25 0 1 0 770247841 800301056 175531 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 195386 175531 252 24 0 192020 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 781544

[startup+4422.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/506 26632
/proc/meminfo: memFree=20966512/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=781544 CPUtime=4422.37 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1011531 0 0 0 442003 234 0 0 25 0 1 0 770247841 800301056 182927 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 195386 182927 252 24 0 192020 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 781544

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 26634
/proc/meminfo: memFree=20909820/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=1130792 CPUtime=4482.37 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1021087 0 0 0 448001 236 0 0 25 0 1 0 770247841 1157931008 192425 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 282698 192425 252 24 0 279332 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 1130792

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 26636
/proc/meminfo: memFree=20909552/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=1130792 CPUtime=4542.37 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1028064 0 0 0 454000 237 0 0 25 0 1 0 770247841 1157931008 199351 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 282698 199351 252 24 0 279332 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 1130792

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 26637
/proc/meminfo: memFree=20855220/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=1130792 CPUtime=4602.4 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1034607 0 0 0 460000 240 0 0 25 0 1 0 770247841 1157931008 205833 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 282698 205833 252 24 0 279332 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 1130792

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 26639
/proc/meminfo: memFree=20818852/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=1130792 CPUtime=4662.38 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1051266 0 0 0 465994 244 0 0 25 0 1 0 770247841 1157931008 222409 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 282698 222409 252 24 0 279332 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 1130792

[startup+4722.32 s]
/proc/loadavg: 2.05 2.02 2.00 3/506 26640
/proc/meminfo: memFree=21420236/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=294348 CPUtime=4722.39 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1072200 0 0 0 471990 249 0 0 25 0 1 0 770247841 301412352 65538 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 73587 65538 252 24 0 70221 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 294348

[startup+4782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/506 26642
/proc/meminfo: memFree=21364540/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=325168 CPUtime=4782.38 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1082524 0 0 0 477987 251 0 0 25 0 1 0 770247841 332972032 75792 33554432000 4194304 4291949 140734895871568 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 81292 75792 252 24 0 77926 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 325168

[startup+4842.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/506 26653
/proc/meminfo: memFree=21356016/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=375256 CPUtime=4842.38 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1093148 0 0 0 483983 255 0 0 25 0 1 0 770247841 384262144 86340 33554432000 4194304 4291949 140734895871568 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 93814 86340 252 24 0 90448 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 375256

[startup+4902.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/506 26654
/proc/meminfo: memFree=21276744/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=456644 CPUtime=4902.39 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1106878 0 0 0 489981 258 0 0 25 0 1 0 770247841 467603456 99994 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 114161 99994 252 24 0 110795 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 456644

[startup+4962.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/506 26658
/proc/meminfo: memFree=21268652/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=456644 CPUtime=4962.38 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1116164 0 0 0 495979 259 0 0 25 0 1 0 770247841 467603456 109203 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 114161 109203 252 24 0 110795 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 456644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.03 2.03 2.00 3/506 26660
/proc/meminfo: memFree=21211548/32951124 swapFree=51851948/67111528
[pid=26474] ppid=26472 vsize=588904 CPUtime=5000.1 cores=0,2,4,6
/proc/26474/stat : 26474 (RestartSAT) R 26472 26474 26087 0 -1 4202496 1123662 0 0 0 499749 261 0 0 25 0 1 0 770247841 603037696 116651 33554432000 4194304 4291949 140734895871568 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26474/statm: 147226 116651 252 24 0 143860 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 588904

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): 4997.5
CPU system time (s): 2.6306
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1153076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.5
system time used= 2.6306
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1123662
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= 9
involuntary context switches= 3823

runsolver used 26.167 second user time and 55.6715 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-28 14:40:52
IDJOB=3420155
IDBENCH=84248
IDSOLVER=1911
FILE ID=node103/3420155-1306586451
RUNJOBID= node103-1306579401-26105
PBS_JOBID= 13471577
Free space on /tmp= 73368 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420155-1306586451/watcher-3420155-1306586451 -o /tmp/evaluation-result-3420155-1306586451/solver-3420155-1306586451 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420155-1306586451.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=692019606

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.77
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.858
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.858
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.858
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.858
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:      21656748 kB
Buffers:        370412 kB
Cached:        8575924 kB
SwapCached:     191244 kB
Active:        2657524 kB
Inactive:      8319712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21656748 kB
SwapTotal:    67111528 kB
SwapFree:     51851948 kB
Dirty:           15608 kB
Writeback:           0 kB
AnonPages:     1850032 kB
Mapped:          22712 kB
Slab:           175844 kB
PageTables:      73360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162285964 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= 73368 MiB
End job on node103 at 2011-05-28 16:04:14