Trace number 3421258

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.1 5000.13

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
MD5SUM9ffa0325c9e00b41c025f41d20ec5a0c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1745.74
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses49070
Sum of the clauses size98700
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249050
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3421258-1306626160/watcher-3421258-1306626160 -o /tmp/evaluation-result-3421258-1306626160/solver-3421258-1306626160 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421258-1306626160.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: 0.92 1.30 1.67 3/486 14224
/proc/meminfo: memFree=19524408/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=20896 CPUtime=0 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 1050 0 0 0 0 0 0 0 22 0 1 0 774214467 21397504 992 33554432000 4194304 4291949 140734205654256 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 5224 993 226 24 0 1858 0

[startup+0.104213 s]
/proc/loadavg: 0.92 1.30 1.67 3/486 14224
/proc/meminfo: memFree=19524408/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=17652 CPUtime=0.1 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 1487 0 0 0 10 0 0 0 22 0 1 0 774214467 18075648 1084 33554432000 4194304 4291949 140734205654256 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 4413 1084 252 24 0 1047 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17652

[startup+0.200199 s]
/proc/loadavg: 0.92 1.30 1.67 3/486 14224
/proc/meminfo: memFree=19524408/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=19316 CPUtime=0.19 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 1736 0 0 0 19 0 0 0 23 0 1 0 774214467 19779584 1331 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 4829 1331 252 24 0 1463 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19316

[startup+0.301187 s]
/proc/loadavg: 0.92 1.30 1.67 3/486 14224
/proc/meminfo: memFree=19524408/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=19316 CPUtime=0.29 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 1940 0 0 0 29 0 0 0 23 0 1 0 774214467 19779584 1534 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 4829 1535 252 24 0 1463 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19316

[startup+0.701127 s]
/proc/loadavg: 0.92 1.30 1.67 3/486 14224
/proc/meminfo: memFree=19524408/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=24400 CPUtime=0.69 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 2647 0 0 0 69 0 0 0 25 0 1 0 774214467 24985600 2237 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 6100 2237 252 24 0 2734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24400

[startup+1.501 s]
/proc/loadavg: 0.92 1.30 1.67 3/490 14231
/proc/meminfo: memFree=19502680/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=29828 CPUtime=1.49 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 3652 0 0 0 149 0 0 0 25 0 1 0 774214467 30543872 3236 33554432000 4194304 4291949 140734205654256 18446744073709551615 210208084739 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 7457 3236 252 24 0 4091 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29828

[startup+3.10072 s]
/proc/loadavg: 0.92 1.30 1.67 3/490 14231
/proc/meminfo: memFree=19495612/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=38352 CPUtime=3.09 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 5255 0 0 0 309 0 0 0 25 0 1 0 774214467 39272448 4831 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 9588 4831 252 24 0 6222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38352

[startup+6.30119 s]
/proc/loadavg: 1.01 1.31 1.67 3/490 14231
/proc/meminfo: memFree=19486564/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=40356 CPUtime=6.29 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 6976 0 0 0 629 0 0 0 25 0 1 0 774214467 41324544 6541 33554432000 4194304 4291949 140734205654256 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 10089 6541 252 24 0 6723 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40356

[startup+12.7011 s]
/proc/loadavg: 1.09 1.32 1.67 3/490 14231
/proc/meminfo: memFree=19463988/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=54980 CPUtime=12.69 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 9371 0 0 0 1268 1 0 0 25 0 1 0 774214467 56299520 8923 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 13745 8923 252 24 0 10379 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54980

[startup+25.501 s]
/proc/loadavg: 1.29 1.35 1.68 3/490 14231
/proc/meminfo: memFree=19454436/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=59276 CPUtime=25.49 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 16472 0 0 0 2547 2 0 0 25 0 1 0 774214467 60698624 9412 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 14819 9412 252 24 0 11453 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59276

[startup+51.1007 s]
/proc/loadavg: 1.53 1.40 1.68 3/490 14232
/proc/meminfo: memFree=19423384/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=82624 CPUtime=50.99 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 30847 0 0 0 5094 5 0 0 25 0 1 0 774214467 84606976 15295 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 20656 15295 252 24 0 17290 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 82624

[startup+102.301 s]
/proc/loadavg: 1.79 1.49 1.70 3/490 14233
/proc/meminfo: memFree=19374400/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=131944 CPUtime=102.2 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 50927 0 0 0 10211 9 0 0 25 0 1 0 774214467 135110656 26912 33554432000 4194304 4291949 140734205654256 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 32986 26912 252 24 0 29620 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 131944

[startup+162.301 s]
/proc/loadavg: 1.92 1.58 1.72 3/490 14235
/proc/meminfo: memFree=19358896/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=131944 CPUtime=162.19 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 71622 0 0 0 16207 12 0 0 25 0 1 0 774214467 135110656 26545 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 32986 26545 252 24 0 29620 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 131944

[startup+222.319 s]
/proc/loadavg: 1.97 1.65 1.73 3/490 14237
/proc/meminfo: memFree=19356508/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=131944 CPUtime=222.2 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 85134 0 0 0 22205 15 0 0 25 0 1 0 774214467 135110656 27555 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 32986 27555 252 24 0 29620 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 131944

[startup+282.301 s]
/proc/loadavg: 1.99 1.71 1.74 3/490 14238
/proc/meminfo: memFree=19339992/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=153132 CPUtime=282.2 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 99906 0 0 0 28201 19 0 0 25 0 1 0 774214467 156807168 30015 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 38283 30015 252 24 0 34917 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 153132

[startup+342.301 s]
/proc/loadavg: 1.99 1.76 1.75 3/490 14240
/proc/meminfo: memFree=19339096/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=153132 CPUtime=342.19 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 113746 0 0 0 34198 21 0 0 25 0 1 0 774214467 156807168 30047 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 38283 30047 252 24 0 34917 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 153132

[startup+402.301 s]
/proc/loadavg: 2.12 1.84 1.78 3/490 14241
/proc/meminfo: memFree=19336232/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=153132 CPUtime=402.19 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 128087 0 0 0 40195 24 0 0 25 0 1 0 774214467 156807168 30745 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 38283 30745 252 24 0 34917 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 153132

[startup+462.301 s]
/proc/loadavg: 2.10 1.88 1.79 3/490 14243
/proc/meminfo: memFree=19341056/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=153132 CPUtime=462.19 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 139990 0 0 0 46193 26 0 0 25 0 1 0 774214467 156807168 29476 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 38283 29476 252 24 0 34917 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 153132

[startup+522.301 s]
/proc/loadavg: 2.12 1.93 1.82 3/490 14245
/proc/meminfo: memFree=19378472/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=103812 CPUtime=522.2 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 145010 0 0 0 52191 29 0 0 25 0 1 0 774214467 106303488 19954 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 25953 19954 252 24 0 22587 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 103812

[startup+582.301 s]
/proc/loadavg: 2.08 1.95 1.83 3/490 14246
/proc/meminfo: memFree=19321648/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=183952 CPUtime=582.19 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 159404 0 0 0 58188 31 0 0 25 0 1 0 774214467 188366848 34309 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 45988 34309 252 24 0 42622 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 183952

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/490 14349
/proc/meminfo: memFree=19195468/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=246036 CPUtime=4002.25 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 676231 0 0 0 400072 153 0 0 25 0 1 0 774214467 251940864 50599 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 61509 50599 252 24 0 58143 0
Current children cumulated CPU time (s) 4002.25
Current children cumulated vsize (KiB) 246036

[startup+4062.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/490 14351
/proc/meminfo: memFree=19174604/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=246036 CPUtime=4062.26 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 681057 0 0 0 406071 155 0 0 25 0 1 0 774214467 251940864 55383 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 61509 55383 252 24 0 58143 0
Current children cumulated CPU time (s) 4062.26
Current children cumulated vsize (KiB) 246036

[startup+4122.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/490 14353
/proc/meminfo: memFree=19205448/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=215216 CPUtime=4122.25 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 693890 0 0 0 412067 158 0 0 25 0 1 0 774214467 220381184 47990 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 53804 47990 252 24 0 50438 0
Current children cumulated CPU time (s) 4122.25
Current children cumulated vsize (KiB) 215216

[startup+4182.32 s]
/proc/loadavg: 2.09 2.06 2.01 3/490 14354
/proc/meminfo: memFree=19182720/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=246036 CPUtime=4182.27 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 699546 0 0 0 418067 160 0 0 25 0 1 0 774214467 251940864 53613 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 61509 53613 252 24 0 58143 0
Current children cumulated CPU time (s) 4182.27
Current children cumulated vsize (KiB) 246036

[startup+4242.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/490 14356
/proc/meminfo: memFree=19249524/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=165896 CPUtime=4242.25 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 703124 0 0 0 424063 162 0 0 25 0 1 0 774214467 169877504 37064 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 41474 37064 252 24 0 38108 0
Current children cumulated CPU time (s) 4242.25
Current children cumulated vsize (KiB) 165896

[startup+4302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/490 14357
/proc/meminfo: memFree=19193076/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=246036 CPUtime=4302.25 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 717154 0 0 0 430060 165 0 0 25 0 1 0 774214467 251940864 51032 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 61509 51032 252 24 0 58143 0
Current children cumulated CPU time (s) 4302.25
Current children cumulated vsize (KiB) 246036

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/490 14359
/proc/meminfo: memFree=19177312/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=246036 CPUtime=4362.25 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 721061 0 0 0 436058 167 0 0 25 0 1 0 774214467 251940864 54908 33554432000 4194304 4291949 140734205654256 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 61509 54908 252 24 0 58143 0
Current children cumulated CPU time (s) 4362.25
Current children cumulated vsize (KiB) 246036

[startup+4422.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/490 14361
/proc/meminfo: memFree=19207908/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=215216 CPUtime=4422.26 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 732101 0 0 0 442057 169 0 0 25 0 1 0 774214467 220381184 47312 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 53804 47312 252 24 0 50438 0
Current children cumulated CPU time (s) 4422.26
Current children cumulated vsize (KiB) 215216

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/490 14362
/proc/meminfo: memFree=19183068/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=246036 CPUtime=4482.25 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 738164 0 0 0 448055 170 0 0 25 0 1 0 774214467 251940864 53323 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 61509 53323 252 24 0 58143 0
Current children cumulated CPU time (s) 4482.25
Current children cumulated vsize (KiB) 246036

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 14364
/proc/meminfo: memFree=19195560/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=246036 CPUtime=4542.25 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 753301 0 0 0 454052 173 0 0 25 0 1 0 774214467 251940864 50355 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 61509 50355 252 24 0 58143 0
Current children cumulated CPU time (s) 4542.25
Current children cumulated vsize (KiB) 246036

[startup+4602.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/490 14365
/proc/meminfo: memFree=19183124/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=246036 CPUtime=4602.26 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 756050 0 0 0 460051 175 0 0 25 0 1 0 774214467 251940864 53080 33554432000 4194304 4291949 140734205654256 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 61509 53080 252 24 0 58143 0
Current children cumulated CPU time (s) 4602.26
Current children cumulated vsize (KiB) 246036

[startup+4662.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/490 14367
/proc/meminfo: memFree=19238524/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=190148 CPUtime=4662.26 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 760058 0 0 0 466050 176 0 0 25 0 1 0 774214467 194711552 38852 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 47537 38852 252 24 0 44171 0
Current children cumulated CPU time (s) 4662.26
Current children cumulated vsize (KiB) 190148

[startup+4722.3 s]
/proc/loadavg: 2.13 2.09 2.02 3/490 14378
/proc/meminfo: memFree=19185112/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=270288 CPUtime=4722.27 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 773854 0 0 0 472048 179 0 0 25 0 1 0 774214467 276774912 52600 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 67572 52600 252 24 0 64206 0
Current children cumulated CPU time (s) 4722.27
Current children cumulated vsize (KiB) 270288

[startup+4782.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/490 14379
/proc/meminfo: memFree=19173804/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=270288 CPUtime=4782.27 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 776919 0 0 0 478046 181 0 0 25 0 1 0 774214467 276774912 55650 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 67572 55650 252 24 0 64206 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 270288

[startup+4842.32 s]
/proc/loadavg: 2.02 2.06 2.01 3/490 14381
/proc/meminfo: memFree=19162124/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=270288 CPUtime=4842.28 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 779661 0 0 0 484046 182 0 0 25 0 1 0 774214467 276774912 58369 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 67572 58369 252 24 0 64206 0
Current children cumulated CPU time (s) 4842.28
Current children cumulated vsize (KiB) 270288

[startup+4902.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/490 14384
/proc/meminfo: memFree=19155020/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=320376 CPUtime=4902.26 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 781452 0 0 0 490043 183 0 0 25 0 1 0 774214467 328065024 60148 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 80094 60148 252 24 0 76728 0
Current children cumulated CPU time (s) 4902.26
Current children cumulated vsize (KiB) 320376

[startup+4962.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/490 14387
/proc/meminfo: memFree=19188204/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=239468 CPUtime=4962.27 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 793782 0 0 0 496041 186 0 0 25 0 1 0 774214467 245215232 51877 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 59867 51877 252 24 0 56501 0
Current children cumulated CPU time (s) 4962.27
Current children cumulated vsize (KiB) 239468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.02 2.04 2.00 3/490 14388
/proc/meminfo: memFree=19171564/32951124 swapFree=63649292/67111528
[pid=14224] ppid=14222 vsize=270288 CPUtime=5000.08 cores=0,2,4,6
/proc/14224/stat : 14224 (RestartSAT) R 14222 14224 13483 0 -1 4202496 797988 0 0 0 499820 188 0 0 25 0 1 0 774214467 276774912 56049 33554432000 4194304 4291949 140734205654256 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14224/statm: 67572 56049 252 24 0 64206 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 270288

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.13
CPU time (s): 5000.1
CPU user time (s): 4998.21
CPU system time (s): 1.89071
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 320376

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

runsolver used 25.6471 second user time and 53.2539 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-29 01:42:40
IDJOB=3421258
IDBENCH=83988
IDSOLVER=1911
FILE ID=node130/3421258-1306626160
RUNJOBID= node130-1306626160-14210
PBS_JOBID= 13471605
Free space on /tmp= 73376 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421258-1306626160/watcher-3421258-1306626160 -o /tmp/evaluation-result-3421258-1306626160/solver-3421258-1306626160 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421258-1306626160.cnf

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

MD5SUM BENCH= 9ffa0325c9e00b41c025f41d20ec5a0c
RANDOM SEED=1763480529

node130.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.838
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.838
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.83
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.838
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.838
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.81
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.838
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.838
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.838
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.75
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19525068 kB
Buffers:        365672 kB
Cached:        7959668 kB
SwapCached:      10260 kB
Active:        7403896 kB
Inactive:      5704380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19525068 kB
SwapTotal:    67111528 kB
SwapFree:     63649292 kB
Dirty:            1168 kB
Writeback:           0 kB
AnonPages:     4780536 kB
Mapped:          30160 kB
Slab:           195360 kB
PageTables:      53492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145073968 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= 73376 MiB
End job on node130 at 2011-05-29 03:06:02