Trace number 3280957

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 A75? (TO) 1300 1300.01

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.3281
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
Number of clauses of size 338042
Number of clauses of size 485024
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-3280957-1303748171/watcher-3280957-1303748171 -o /tmp/evaluation-result-3280957-1303748171/solver-3280957-1303748171 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3280957-1303748171.cnf 

running on 2 cores: 4,6

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: 2.85 3.61 2.93 5/189 2151
/proc/meminfo: memFree=15544976/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=19120 CPUtime=0 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 394 0 0 0 0 0 0 0 24 0 1 0 486415925 19578880 335 33554432000 4194304 4291949 140733832312240 18446744073709551615 268272688896 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 4780 346 220 24 0 1414 0

[startup+0.0492029 s]
/proc/loadavg: 2.85 3.61 2.93 5/189 2151
/proc/meminfo: memFree=15544976/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=27336 CPUtime=0.04 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 3108 0 0 0 4 0 0 0 24 0 1 0 486415925 27992064 2854 33554432000 4194304 4291949 140733832312240 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 7056 2868 228 24 0 3690 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27336

[startup+0.100196 s]
/proc/loadavg: 2.85 3.61 2.93 5/189 2151
/proc/meminfo: memFree=15544976/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=34956 CPUtime=0.09 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 5747 0 0 0 9 0 0 0 24 0 1 0 486415925 35794944 5162 33554432000 4194304 4291949 140733832312240 18446744073709551615 4215683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 8739 5162 231 24 0 5373 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34956

[startup+0.300157 s]
/proc/loadavg: 2.85 3.61 2.93 5/189 2151
/proc/meminfo: memFree=15544976/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=39932 CPUtime=0.28 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 8267 0 0 0 28 0 0 0 25 0 1 0 486415925 40890368 6152 33554432000 4194304 4291949 140733832312240 18446744073709551615 4232378 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 9983 6152 234 24 0 6617 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 39932

[startup+0.700087 s]
/proc/loadavg: 2.85 3.61 2.93 5/189 2151
/proc/meminfo: memFree=15544976/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=36196 CPUtime=0.68 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 8969 0 0 0 68 0 0 0 25 0 1 0 486415925 37064704 5533 33554432000 4194304 4291949 140733832312240 18446744073709551615 4260054 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 9049 5533 253 24 0 5683 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 36196

[startup+1.50094 s]
/proc/loadavg: 2.85 3.61 2.93 5/190 2152
/proc/meminfo: memFree=15522904/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=40548 CPUtime=1.48 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 9135 0 0 0 148 0 0 0 25 0 1 0 486415925 41521152 5680 33554432000 4194304 4291949 140733832312240 18446744073709551615 4255599 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 10137 5680 253 24 0 6771 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40548

[startup+3.10066 s]
/proc/loadavg: 2.85 3.61 2.93 5/190 2152
/proc/meminfo: memFree=15521416/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=40548 CPUtime=3.08 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 9423 0 0 0 308 0 0 0 25 0 1 0 486415925 41521152 5946 33554432000 4194304 4291949 140733832312240 18446744073709551615 4250352 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 10137 5946 253 24 0 6771 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40548

[startup+6.30115 s]
/proc/loadavg: 2.94 3.62 2.94 5/190 2152
/proc/meminfo: memFree=15515448/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=52016 CPUtime=6.29 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 11064 0 0 0 628 1 0 0 25 0 1 0 486415925 53264384 7387 33554432000 4194304 4291949 140733832312240 18446744073709551615 4251683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 13004 7387 253 24 0 9638 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52016

[startup+12.7009 s]
/proc/loadavg: 3.02 3.62 2.94 5/190 2152
/proc/meminfo: memFree=15506404/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=52016 CPUtime=12.68 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 12842 0 0 0 1267 1 0 0 25 0 1 0 486415925 53264384 9118 33554432000 4194304 4291949 140733832312240 18446744073709551615 268276096160 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/2151/statm: 13004 9118 253 24 0 9638 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52016

[startup+25.5007 s]
/proc/loadavg: 3.24 3.64 2.96 5/190 2152
/proc/meminfo: memFree=15484696/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=82368 CPUtime=25.45 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 18059 0 0 0 2542 3 0 0 25 0 1 0 486415925 84344832 14278 33554432000 4194304 4291949 140733832312240 18446744073709551615 4250555 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 20592 14278 253 24 0 17226 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 82368

[startup+51.1011 s]
/proc/loadavg: 3.50 3.67 2.98 5/190 2153
/proc/meminfo: memFree=15481080/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=82368 CPUtime=51.04 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 27964 0 0 0 5100 4 0 0 25 0 1 0 486415925 84344832 14617 33554432000 4194304 4291949 140733832312240 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 20592 14617 253 24 0 17226 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 82368

[startup+102.307 s]
/proc/loadavg: 3.74 3.70 3.03 5/190 2183
/proc/meminfo: memFree=15332928/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=132156 CPUtime=102.26 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 36892 0 0 0 10219 7 0 0 25 0 1 0 486415925 135327744 23414 33554432000 4194304 4291949 140733832312240 18446744073709551615 4262925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 33039 23414 253 24 0 29673 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 132156

[startup+162.3 s]
/proc/loadavg: 3.90 3.75 3.09 5/190 2211
/proc/meminfo: memFree=15406888/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=132156 CPUtime=162.25 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 55108 0 0 0 16214 11 0 0 25 0 1 0 486415925 135327744 25688 33554432000 4194304 4291949 140733832312240 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 33039 25688 253 24 0 29673 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 132156

[startup+222.301 s]
/proc/loadavg: 3.96 3.80 3.14 5/190 2213
/proc/meminfo: memFree=15395452/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=105496 CPUtime=222.25 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 67267 0 0 0 22210 15 0 0 25 0 1 0 486415925 108027904 18418 33554432000 4194304 4291949 140733832312240 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 26374 18418 253 24 0 23008 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 105496

[startup+282.301 s]
/proc/loadavg: 3.98 3.83 3.19 5/190 2214
/proc/meminfo: memFree=15358824/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=136316 CPUtime=282.25 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 79526 0 0 0 28206 19 0 0 25 0 1 0 486415925 139587584 30547 33554432000 4194304 4291949 140733832312240 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 34079 30547 253 24 0 30713 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 136316

[startup+342.301 s]
/proc/loadavg: 4.03 3.87 3.25 5/190 2216
/proc/meminfo: memFree=15382824/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=105496 CPUtime=342.25 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 91050 0 0 0 34203 22 0 0 25 0 1 0 486415925 108027904 21573 33554432000 4194304 4291949 140733832312240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 26374 21573 253 24 0 23008 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 105496

[startup+402.3 s]
/proc/loadavg: 4.01 3.89 3.29 5/190 2218
/proc/meminfo: memFree=15335776/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=136316 CPUtime=402.25 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 129111 0 0 0 40195 30 0 0 25 0 1 0 486415925 139587584 24579 33554432000 4194304 4291949 140733832312240 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 34079 24579 253 24 0 30713 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 136316

[startup+462.301 s]
/proc/loadavg: 4.07 3.93 3.34 5/190 2219
/proc/meminfo: memFree=15336356/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=186404 CPUtime=462.25 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 137065 0 0 0 46192 33 0 0 25 0 1 0 486415925 190877696 32401 33554432000 4194304 4291949 140733832312240 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 46601 32401 253 24 0 43235 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 186404

[startup+522.301 s]
/proc/loadavg: 4.03 3.94 3.38 5/190 2221
/proc/meminfo: memFree=15342772/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=106072 CPUtime=522.26 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 154112 0 0 0 52188 38 0 0 25 0 1 0 486415925 108617728 22160 33554432000 4194304 4291949 140733832312240 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 26518 22160 253 24 0 23152 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 106072

[startup+582.3 s]
/proc/loadavg: 4.06 3.96 3.42 5/190 2222
/proc/meminfo: memFree=15300824/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=137424 CPUtime=582.26 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 162761 0 0 0 58185 41 0 0 25 0 1 0 486415925 140722176 30678 33554432000 4194304 4291949 140733832312240 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 34356 30678 253 24 0 30990 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 137424

[startup+642.301 s]
/proc/loadavg: 4.02 3.97 3.45 5/190 2224
/proc/meminfo: memFree=15391668/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=88580 CPUtime=642.27 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 183255 0 0 0 64180 47 0 0 25 0 1 0 486415925 90705920 17918 33554432000 4194304 4291949 140733832312240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 22145 17918 253 24 0 18779 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 88580

[startup+702.301 s]
/proc/loadavg: 3.41 3.80 3.43 4/184 2252
/proc/meminfo: memFree=15446988/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=138900 CPUtime=702.26 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 192728 0 0 0 70177 49 0 0 25 0 1 0 486415925 142233600 27248 33554432000 4194304 4291949 140733832312240 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 34725 27248 253 24 0 31359 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 138900

[startup+762.306 s]
/proc/loadavg: 3.15 3.65 3.40 4/184 2253
/proc/meminfo: memFree=15484024/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=98212 CPUtime=762.27 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 207003 0 0 0 76175 52 0 0 25 0 1 0 486415925 100569088 18412 33554432000 4194304 4291949 140733832312240 18446744073709551615 4251664 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 24553 18412 253 24 0 21187 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 98212

[startup+822.3 s]
/proc/loadavg: 3.05 3.53 3.37 4/184 2255
/proc/meminfo: memFree=15415916/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=198088 CPUtime=822.27 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 223249 0 0 0 82171 56 0 0 25 0 1 0 486415925 202842112 34505 33554432000 4194304 4291949 140733832312240 18446744073709551615 4250583 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 49522 34505 253 24 0 46156 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 198088

[startup+882.301 s]
/proc/loadavg: 3.02 3.43 3.34 4/184 2256
/proc/meminfo: memFree=15357224/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=279476 CPUtime=882.27 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 279736 0 0 0 88160 67 0 0 25 0 1 0 486415925 286183424 48617 33554432000 4194304 4291949 140733832312240 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 69869 48617 253 24 0 66503 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 279476

[startup+942.301 s]
/proc/loadavg: 3.00 3.35 3.32 4/184 2258
/proc/meminfo: memFree=15328168/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=279476 CPUtime=942.27 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 287204 0 0 0 94158 69 0 0 25 0 1 0 486415925 286183424 55958 33554432000 4194304 4291949 140733832312240 18446744073709551615 4255733 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 69869 55958 253 24 0 66503 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 279476

[startup+1002.3 s]
/proc/loadavg: 3.00 3.28 3.30 4/184 2260
/proc/meminfo: memFree=15475932/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=93644 CPUtime=1002.27 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 297712 0 0 0 100156 71 0 0 25 0 1 0 486415925 95891456 19182 33554432000 4194304 4291949 140733832312240 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 23411 19182 253 24 0 20045 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 93644

[startup+1062.3 s]
/proc/loadavg: 3.04 3.24 3.28 4/184 2261
/proc/meminfo: memFree=15429272/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=155108 CPUtime=1062.27 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 309455 0 0 0 106153 74 0 0 25 0 1 0 486415925 158830592 30785 33554432000 4194304 4291949 140733832312240 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 38777 30785 253 24 0 35411 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 155108

[startup+1122.3 s]
/proc/loadavg: 3.09 3.21 3.26 4/184 2263
/proc/meminfo: memFree=15381248/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=205196 CPUtime=1122.28 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 321449 0 0 0 112152 76 0 0 25 0 1 0 486415925 210120704 42653 33554432000 4194304 4291949 140733832312240 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 51299 42653 253 24 0 47933 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 205196

[startup+1182.3 s]
/proc/loadavg: 3.03 3.17 3.25 4/184 2264
/proc/meminfo: memFree=15420388/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=155108 CPUtime=1182.28 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 342390 0 0 0 118147 81 0 0 25 0 1 0 486415925 158830592 32589 33554432000 4194304 4291949 140733832312240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 38777 32589 253 24 0 35411 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 155108

[startup+1242.3 s]
/proc/loadavg: 3.01 3.14 3.23 4/184 2266
/proc/meminfo: memFree=15376936/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=205196 CPUtime=1242.28 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 353239 0 0 0 124144 84 0 0 25 0 1 0 486415925 210120704 43309 33554432000 4194304 4291949 140733832312240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 51299 43309 253 24 0 47933 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 205196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.56 3.01 3.18 2/172 2305
/proc/meminfo: memFree=15497036/32950928 swapFree=67111528/67111528
[pid=2151] ppid=2149 vsize=126328 CPUtime=1299.98 cores=4,6
/proc/2151/stat : 2151 (RestartSAT) R 2149 2151 1823 0 -1 4202496 364808 0 0 0 129911 87 0 0 25 0 1 0 486415925 129359872 24419 33554432000 4194304 4291949 140733832312240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2151/statm: 31582 24419 253 24 0 28216 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 126328

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.01
CPU time (s): 1300
CPU user time (s): 1299.12
CPU system time (s): 0.882865
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 288384

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

runsolver used 2.11568 second user time and 4.88726 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-25 18:16:11
IDJOB=3280957
IDBENCH=20483
IDSOLVER=1581
FILE ID=node122/3280957-1303748171
RUNJOBID= node122-1303746808-1842
PBS_JOBID= 13154040
Free space on /tmp= 70900 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT07/industrial/crypto/mizh-sha0-36-2.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280957-1303748171/watcher-3280957-1303748171 -o /tmp/evaluation-result-3280957-1303748171/solver-3280957-1303748171 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3280957-1303748171.cnf

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

MD5SUM BENCH= 82bf685774b76ba263c886940c3aa94d
RANDOM SEED=304109408

node122.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.820
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.64
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.820
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.820
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.820
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15545132 kB
Buffers:       1781528 kB
Cached:       14953348 kB
SwapCached:          0 kB
Active:        5638988 kB
Inactive:     11212392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15545132 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6160 kB
Writeback:           0 kB
AnonPages:      115768 kB
Mapped:          15564 kB
Slab:           489652 kB
PageTables:       5704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   320052 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= 70904 MiB
End job on node122 at 2011-04-25 18:37:53