Trace number 3170171

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) 1300.05 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
MD5SUM0d20733a6f7d3b01f88ae7bba5f0d271
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark405.867
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 935)

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-3170171-1302819656/watcher-3170171-1302819656 -o /tmp/evaluation-result-3170171-1302819656/solver-3170171-1302819656 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170171-1302819656.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.82 4/189 16142
/proc/meminfo: memFree=13601308/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=23276 CPUtime=0 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 1460 0 0 0 0 0 0 0 25 0 1 0 374381482 23834624 1401 33554432000 4194304 4291949 140734084933520 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 5819 1406 227 24 0 2453 0

[startup+0.084367 s]
/proc/loadavg: 3.68 3.93 3.82 4/189 16142
/proc/meminfo: memFree=13601308/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=29328 CPUtime=0.07 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 3815 0 0 0 7 0 0 0 25 0 1 0 374381482 30031872 3466 33554432000 4194304 4291949 140734084933520 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 7332 3467 227 24 0 3966 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29328

[startup+0.100356 s]
/proc/loadavg: 3.68 3.93 3.82 4/189 16142
/proc/meminfo: memFree=13601308/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=29988 CPUtime=0.09 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 4122 0 0 0 9 0 0 0 25 0 1 0 374381482 30707712 3755 33554432000 4194304 4291949 140734084933520 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 7497 3757 227 24 0 4131 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29988

[startup+0.300317 s]
/proc/loadavg: 3.68 3.93 3.82 4/189 16142
/proc/meminfo: memFree=13601308/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=30300 CPUtime=0.29 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 5682 0 0 0 28 1 0 0 25 0 1 0 374381482 31027200 3839 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 7575 3839 252 24 0 4209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30300

[startup+0.700247 s]
/proc/loadavg: 3.68 3.93 3.82 4/189 16142
/proc/meminfo: memFree=13601308/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=30300 CPUtime=0.69 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 5738 0 0 0 68 1 0 0 25 0 1 0 374381482 31027200 3895 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 7575 3895 253 24 0 4209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30300

[startup+1.5011 s]
/proc/loadavg: 3.68 3.93 3.82 5/190 16143
/proc/meminfo: memFree=13576136/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=30300 CPUtime=1.49 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 5885 0 0 0 148 1 0 0 25 0 1 0 374381482 31027200 4040 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 7575 4040 253 24 0 4209 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30300

[startup+3.10081 s]
/proc/loadavg: 3.68 3.93 3.82 5/190 16143
/proc/meminfo: memFree=13567704/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=33020 CPUtime=3.09 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 6279 0 0 0 308 1 0 0 25 0 1 0 374381482 33812480 4433 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 8255 4433 253 24 0 4889 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33020

[startup+6.30024 s]
/proc/loadavg: 3.70 3.93 3.82 5/190 16143
/proc/meminfo: memFree=13531536/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=37440 CPUtime=6.29 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 7182 0 0 0 628 1 0 0 25 0 1 0 374381482 38338560 5331 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 9360 5331 253 24 0 5994 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37440

[startup+12.7011 s]
/proc/loadavg: 3.73 3.94 3.82 5/190 16143
/proc/meminfo: memFree=13506088/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=44888 CPUtime=12.69 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 9091 0 0 0 1267 2 0 0 25 0 1 0 374381482 45965312 7231 33554432000 4194304 4291949 140734084933520 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 11222 7231 253 24 0 7856 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44888

[startup+25.5008 s]
/proc/loadavg: 3.79 3.94 3.82 5/190 16143
/proc/meminfo: memFree=13457236/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=76424 CPUtime=25.49 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 13324 0 0 0 2546 3 0 0 25 0 1 0 374381482 78258176 11442 33554432000 4194304 4291949 140734084933520 18446744073709551615 4262171 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 19106 11442 253 24 0 15740 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76424

[startup+51.1002 s]
/proc/loadavg: 3.86 3.94 3.83 5/190 16144
/proc/meminfo: memFree=13340928/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=109236 CPUtime=51.1 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 22615 0 0 0 5102 8 0 0 25 0 1 0 374381482 111857664 20701 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 27309 20701 253 24 0 23943 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 109236

[startup+102.307 s]
/proc/loadavg: 3.94 3.95 3.83 5/190 16146
/proc/meminfo: memFree=13237608/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=244336 CPUtime=102.3 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 40282 0 0 0 10216 14 0 0 25 0 1 0 374381482 250200064 38303 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 61084 38303 253 24 0 57718 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 244336

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.84 5/190 16147
/proc/meminfo: memFree=13170852/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=248080 CPUtime=162.3 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 54804 0 0 0 16212 18 0 0 25 0 1 0 374381482 254033920 52769 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 62020 52769 253 24 0 58654 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 248080

[startup+222.3 s]
/proc/loadavg: 3.99 3.96 3.84 5/190 16149
/proc/meminfo: memFree=13109180/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=382204 CPUtime=222.29 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 65827 0 0 0 22207 22 0 0 25 0 1 0 374381482 391376896 63738 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 95551 63738 253 24 0 92185 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 382204

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.85 5/190 16153
/proc/meminfo: memFree=13289480/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=169804 CPUtime=282.3 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 100133 0 0 0 28198 32 0 0 25 0 1 0 374381482 173879296 34659 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 42451 34659 253 24 0 39085 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 169804

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.85 5/190 16155
/proc/meminfo: memFree=13099972/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=251596 CPUtime=342.3 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 117590 0 0 0 34192 38 0 0 25 0 1 0 374381482 257634304 52051 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 62899 52051 253 24 0 59533 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 251596

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.86 5/190 16156
/proc/meminfo: memFree=13118772/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=384804 CPUtime=402.3 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 131065 0 0 0 40188 42 0 0 25 0 1 0 374381482 394039296 65474 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 96201 65474 253 24 0 92835 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 384804

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.87 5/190 16158
/proc/meminfo: memFree=12957024/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=385872 CPUtime=462.3 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 143201 0 0 0 46183 47 0 0 25 0 1 0 374381482 395132928 77559 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 96468 77559 253 24 0 93102 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 385872

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 3.87 5/190 16160
/proc/meminfo: memFree=13232872/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=174832 CPUtime=522.3 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 187018 0 0 0 52169 61 0 0 25 0 1 0 374381482 179027968 28542 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 43708 28542 253 24 0 40342 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 174832

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.88 5/190 16161
/proc/meminfo: memFree=13130168/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=257044 CPUtime=582.31 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 204823 0 0 0 58164 67 0 0 25 0 1 0 374381482 263213056 46273 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 64261 46273 253 24 0 60895 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 257044

[startup+642.301 s]
/proc/loadavg: 3.99 3.97 3.88 5/190 16163
/proc/meminfo: memFree=13003152/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=389708 CPUtime=642.31 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 222439 0 0 0 64159 72 0 0 25 0 1 0 374381482 399060992 63829 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 97427 63829 253 24 0 94061 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 389708

[startup+702.3 s]
/proc/loadavg: 3.99 3.97 3.89 5/190 16164
/proc/meminfo: memFree=12779408/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=390120 CPUtime=702.31 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 232486 0 0 0 70155 76 0 0 25 0 1 0 374381482 399482880 73834 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 97530 73834 253 24 0 94164 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 390120

[startup+762.307 s]
/proc/loadavg: 3.99 3.97 3.90 5/190 16166
/proc/meminfo: memFree=12900012/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=390652 CPUtime=762.32 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 244242 0 0 0 76152 80 0 0 25 0 1 0 374381482 400027648 85541 33554432000 4194304 4291949 140734084933520 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 97663 85541 253 24 0 94297 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 390652

[startup+822.301 s]
/proc/loadavg: 3.99 3.97 3.90 5/190 16168
/proc/meminfo: memFree=12784144/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=607168 CPUtime=822.31 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 264395 0 0 0 82145 86 0 0 25 0 1 0 374381482 621740032 105644 33554432000 4194304 4291949 140734084933520 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 151792 105644 253 24 0 148426 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 607168

[startup+882.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16169
/proc/meminfo: memFree=13203972/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=129036 CPUtime=882.32 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 282533 0 0 0 88139 93 0 0 25 0 1 0 374381482 132132864 24170 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 32259 24170 253 24 0 28893 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 129036

[startup+942.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16171
/proc/meminfo: memFree=13089100/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=260776 CPUtime=942.31 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 301131 0 0 0 94133 98 0 0 25 0 1 0 374381482 267034624 42709 33554432000 4194304 4291949 140734084933520 18446744073709551615 233509953417 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 65194 42709 253 24 0 61828 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 260776

[startup+1002.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16173
/proc/meminfo: memFree=13097992/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=260908 CPUtime=1002.31 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 314021 0 0 0 100129 102 0 0 25 0 1 0 374381482 267169792 55541 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 65227 55541 253 24 0 61861 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 260908

[startup+1062.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16174
/proc/meminfo: memFree=12921624/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=393576 CPUtime=1062.31 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 328947 0 0 0 106123 108 0 0 25 0 1 0 374381482 403021824 70418 33554432000 4194304 4291949 140734084933520 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 98394 70418 253 24 0 95028 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 393576

[startup+1122.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16176
/proc/meminfo: memFree=12919728/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=611044 CPUtime=1122.31 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 380601 0 0 0 112108 123 0 0 25 0 1 0 374381482 625709056 121985 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 152761 121985 253 24 0 149395 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 611044

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16177
/proc/meminfo: memFree=13103212/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=135776 CPUtime=1182.31 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 415813 0 0 0 118096 135 0 0 25 0 1 0 374381482 139034624 23735 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 33944 23735 253 24 0 30578 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 135776

[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16179
/proc/meminfo: memFree=12996896/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=185864 CPUtime=1242.32 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 432237 0 0 0 124091 141 0 0 25 0 1 0 374381482 190324736 40086 33554432000 4194304 4291949 140734084933520 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 46466 40086 253 24 0 43100 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 185864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.91 2/185 16183
/proc/meminfo: memFree=13389096/32951124 swapFree=67111528/67111528
[pid=16142] ppid=16140 vsize=267384 CPUtime=1300.02 cores=5,7
/proc/16142/stat : 16142 (RestartSAT) R 16140 16142 15779 0 -1 4202496 448470 0 0 0 129855 147 0 0 25 0 1 0 374381482 273801216 56254 33554432000 4194304 4291949 140734084933520 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16142/statm: 66846 56254 253 24 0 63480 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 267384

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): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.56
CPU system time (s): 1.48677
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 663756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.56
system time used= 1.48677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 448470
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= 5
involuntary context switches= 15143

runsolver used 2.04069 second user time and 5.06323 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-15 00:20:56
IDJOB=3170171
IDBENCH=82589
IDSOLVER=1580
FILE ID=node145/3170171-1302819656
RUNJOBID= node145-1302817051-15800
PBS_JOBID= 13006650
Free space on /tmp= 71120 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170171-1302819656/watcher-3170171-1302819656 -o /tmp/evaluation-result-3170171-1302819656/solver-3170171-1302819656 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170171-1302819656.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 0d20733a6f7d3b01f88ae7bba5f0d271
RANDOM SEED=1324824119

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13601588 kB
Buffers:        708064 kB
Cached:       18186928 kB
SwapCached:          0 kB
Active:        8876976 kB
Inactive:     10101044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13601588 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7928 kB
Writeback:           0 kB
AnonPages:       82636 kB
Mapped:          15336 kB
Slab:           309252 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   270224 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= 71116 MiB
End job on node145 at 2011-04-15 00:42:38