Trace number 3421252

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.07 4999.93

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
MD5SUM7f62d729a30ffc73b7fa61161ba43630
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2304
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses73400
Sum of the clauses size147612
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 273371
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.18 5/460 5407
/proc/meminfo: memFree=16297888/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=20296 CPUtime=0 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 926 0 0 0 0 0 0 0 21 0 1 0 774198856 20783104 868 33554432000 4194304 4291949 140734160893776 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5407/statm: 5074 868 225 24 0 1708 0

[startup+0.070532 s]
/proc/loadavg: 1.00 1.00 1.18 5/460 5407
/proc/meminfo: memFree=16297888/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=22288 CPUtime=0.06 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 1712 0 0 0 6 0 0 0 21 0 1 0 774198856 22822912 1552 33554432000 4194304 4291949 140734160893776 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 5572 1552 231 24 0 2206 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22288

[startup+0.100525 s]
/proc/loadavg: 1.00 1.00 1.18 5/460 5407
/proc/meminfo: memFree=16297888/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=22288 CPUtime=0.09 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 1712 0 0 0 9 0 0 0 21 0 1 0 774198856 22822912 1552 33554432000 4194304 4291949 140734160893776 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 5572 1552 231 24 0 2206 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22288

[startup+0.300501 s]
/proc/loadavg: 1.00 1.00 1.18 5/460 5407
/proc/meminfo: memFree=16297888/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=20248 CPUtime=0.29 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 2371 0 0 0 29 0 0 0 22 0 1 0 774198856 20733952 1761 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255613 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 5062 1762 252 24 0 1696 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20248

[startup+0.700418 s]
/proc/loadavg: 1.00 1.00 1.18 5/460 5407
/proc/meminfo: memFree=16297888/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=24776 CPUtime=0.69 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 3004 0 0 0 69 0 0 0 24 0 1 0 774198856 25370624 2387 33554432000 4194304 4291949 140734160893776 18446744073709551615 4262925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 6194 2387 252 24 0 2828 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24776

[startup+1.50027 s]
/proc/loadavg: 1.00 1.00 1.18 4/462 5409
/proc/meminfo: memFree=16278040/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=30136 CPUtime=1.49 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 3923 0 0 0 149 0 0 0 25 0 1 0 774198856 30859264 3301 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 7534 3301 252 24 0 4168 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30136

[startup+3.10098 s]
/proc/loadavg: 1.00 1.00 1.18 4/462 5409
/proc/meminfo: memFree=16268916/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=31604 CPUtime=3.09 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 5036 0 0 0 309 0 0 0 25 0 1 0 774198856 32362496 4406 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 7901 4406 252 24 0 4535 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31604

[startup+6.30042 s]
/proc/loadavg: 1.08 1.02 1.19 4/462 5409
/proc/meminfo: memFree=16254896/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=40020 CPUtime=6.29 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 6328 0 0 0 629 0 0 0 25 0 1 0 774198856 40980480 5688 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 10005 5688 252 24 0 6639 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40020

[startup+12.7002 s]
/proc/loadavg: 1.23 1.05 1.20 4/462 5409
/proc/meminfo: memFree=16233204/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=55420 CPUtime=12.69 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 8646 0 0 0 1268 1 0 0 25 0 1 0 774198856 56750080 7992 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 13855 7992 252 24 0 10489 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55420

[startup+25.5009 s]
/proc/loadavg: 1.40 1.10 1.21 4/462 5409
/proc/meminfo: memFree=16207908/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=57276 CPUtime=25.49 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 11200 0 0 0 2547 2 0 0 25 0 1 0 774198856 58650624 10531 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 14319 10531 252 24 0 10953 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57276

[startup+51.1003 s]
/proc/loadavg: 1.61 1.17 1.23 4/462 5410
/proc/meminfo: memFree=16200524/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=80576 CPUtime=51.09 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 15051 0 0 0 5106 3 0 0 25 0 1 0 774198856 82509824 14362 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 20144 14362 252 24 0 16778 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80576

[startup+102.318 s]
/proc/loadavg: 1.83 1.30 1.27 5/462 5411
/proc/meminfo: memFree=16163156/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=92420 CPUtime=102.31 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 28130 0 0 0 10225 6 0 0 25 0 1 0 774198856 94638080 15473 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 23105 15473 252 24 0 19739 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 92420

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.31 5/462 5413
/proc/meminfo: memFree=16147620/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=92708 CPUtime=162.29 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 31545 0 0 0 16221 8 0 0 25 0 1 0 774198856 94932992 18865 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 23177 18865 252 24 0 19811 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92708

[startup+222.3 s]
/proc/loadavg: 1.97 1.52 1.35 5/462 5414
/proc/meminfo: memFree=16147340/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=100940 CPUtime=222.3 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 45299 0 0 0 22217 13 0 0 25 0 1 0 774198856 103362560 20340 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 25235 20340 252 24 0 21869 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 100940

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.39 4/462 5416
/proc/meminfo: memFree=16179416/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=74004 CPUtime=282.3 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 53083 0 0 0 28215 15 0 0 25 0 1 0 774198856 75780096 14055 33554432000 4194304 4291949 140734160893776 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 18501 14055 252 24 0 15135 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 74004

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.42 5/462 5418
/proc/meminfo: memFree=16107580/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=109956 CPUtime=342.3 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 62107 0 0 0 34213 17 0 0 25 0 1 0 774198856 112594944 23017 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 27489 23017 252 24 0 24123 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109956

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.46 5/462 5419
/proc/meminfo: memFree=16095120/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=150640 CPUtime=402.3 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 68564 0 0 0 40210 20 0 0 25 0 1 0 774198856 154255360 29452 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 37660 29452 252 24 0 34294 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 150640

[startup+462.301 s]
/proc/loadavg: 2.15 1.81 1.50 4/462 5421
/proc/meminfo: memFree=16085536/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=119820 CPUtime=462.3 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 80846 0 0 0 46207 23 0 0 25 0 1 0 774198856 122695680 25056 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 29955 25056 252 24 0 26589 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 119820

[startup+522.301 s]
/proc/loadavg: 2.20 1.88 1.54 4/462 5422
/proc/meminfo: memFree=16073100/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=154264 CPUtime=522.3 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 86404 0 0 0 52205 25 0 0 25 0 1 0 774198856 157966336 30586 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 38566 30586 252 24 0 35200 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 154264

[startup+582.301 s]
/proc/loadavg: 2.14 1.91 1.57 4/462 5424
/proc/meminfo: memFree=16088808/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=124724 CPUtime=582.31 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 100159 0 0 0 58202 29 0 0 25 0 1 0 774198856 127717376 26870 33554432000 4194304 4291949 140734160893776 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 31181 26870 252 24 0 27815 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 124724

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 1.99 4/462 5529
/proc/meminfo: memFree=15959616/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=222040 CPUtime=4062.43 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 459374 0 0 0 406084 159 0 0 25 0 1 0 774198856 227368960 46442 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 55510 46442 252 24 0 52144 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 222040

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 1.99 4/462 5530
/proc/meminfo: memFree=15894108/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=252860 CPUtime=4122.41 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 464739 0 0 0 412080 161 0 0 25 0 1 0 774198856 258928640 51763 33554432000 4194304 4291949 140734160893776 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 63215 51763 252 24 0 59849 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 252860

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 1.99 5/462 5532
/proc/meminfo: memFree=15852772/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=252860 CPUtime=4182.42 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 468007 0 0 0 418079 163 0 0 25 0 1 0 774198856 258928640 55007 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 63215 55007 252 24 0 59849 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 252860

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 1.99 4/462 5534
/proc/meminfo: memFree=15884732/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=302948 CPUtime=4242.41 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 471182 0 0 0 424077 164 0 0 25 0 1 0 774198856 310218752 58155 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 75737 58155 252 24 0 72371 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 302948

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.99 5/462 5535
/proc/meminfo: memFree=15853688/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=304392 CPUtime=4302.41 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 474276 0 0 0 430076 165 0 0 25 0 1 0 774198856 311697408 61220 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 76098 61220 252 24 0 72732 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 304392

[startup+4362.3 s]
/proc/loadavg: 2.09 2.03 2.00 4/462 5537
/proc/meminfo: memFree=15879572/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=254304 CPUtime=4362.42 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 487604 0 0 0 436074 168 0 0 25 0 1 0 774198856 260407296 50291 33554432000 4194304 4291949 140734160893776 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 63576 50291 252 24 0 60210 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 254304

[startup+4422.3 s]
/proc/loadavg: 2.11 2.05 2.01 4/462 5538
/proc/meminfo: memFree=15901724/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=266144 CPUtime=4422.42 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 495090 0 0 0 442072 170 0 0 25 0 1 0 774198856 272531456 57721 33554432000 4194304 4291949 140734160893776 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 66536 57721 252 24 0 63170 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 266144

[startup+4482.3 s]
/proc/loadavg: 2.08 2.05 2.01 4/462 5540
/proc/meminfo: memFree=15813404/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=322472 CPUtime=4482.42 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 499124 0 0 0 448071 171 0 0 25 0 1 0 774198856 330211328 61733 33554432000 4194304 4291949 140734160893776 18446744073709551615 4262848 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 80618 61733 252 24 0 77252 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 322472

[startup+4542.3 s]
/proc/loadavg: 2.03 2.04 2.00 5/462 5542
/proc/meminfo: memFree=15859748/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=323432 CPUtime=4542.42 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 501596 0 0 0 454069 173 0 0 25 0 1 0 774198856 331194368 64181 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 80858 64181 252 24 0 77492 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 323432

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/462 5543
/proc/meminfo: memFree=15842356/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=324392 CPUtime=4602.43 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 503736 0 0 0 460069 174 0 0 25 0 1 0 774198856 332177408 66300 33554432000 4194304 4291949 140734160893776 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 81098 66300 252 24 0 77732 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 324392

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/462 5545
/proc/meminfo: memFree=15894516/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=243484 CPUtime=4662.42 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 514333 0 0 0 466065 177 0 0 25 0 1 0 774198856 249327616 51423 33554432000 4194304 4291949 140734160893776 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 60871 51423 252 24 0 57505 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 243484

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 4/462 5546
/proc/meminfo: memFree=15869812/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=274304 CPUtime=4722.45 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 518573 0 0 0 472065 180 0 0 25 0 1 0 774198856 280887296 55627 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255918 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 68576 55627 252 24 0 65210 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 274304

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/462 5548
/proc/meminfo: memFree=15853400/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=274304 CPUtime=4782.43 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 521231 0 0 0 478061 182 0 0 25 0 1 0 774198856 280887296 58263 33554432000 4194304 4291949 140734160893776 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 68576 58263 252 24 0 65210 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 274304

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/462 5550
/proc/meminfo: memFree=15832784/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=274304 CPUtime=4842.44 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 524939 0 0 0 484060 184 0 0 25 0 1 0 774198856 280887296 61949 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 68576 61949 252 24 0 65210 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 274304

[startup+4902.3 s]
/proc/loadavg: 2.12 2.03 2.01 4/462 5560
/proc/meminfo: memFree=15814688/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=324392 CPUtime=4902.43 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 528110 0 0 0 490058 185 0 0 25 0 1 0 774198856 332177408 65093 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 81098 65093 252 24 0 77732 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 324392

[startup+4962.3 s]
/proc/loadavg: 2.22 2.07 2.02 4/462 5562
/proc/meminfo: memFree=15804244/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=324392 CPUtime=4962.43 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 529850 0 0 0 496057 186 0 0 25 0 1 0 774198856 332177408 66822 33554432000 4194304 4291949 140734160893776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 81098 66822 252 24 0 77732 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 324392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.18 2.08 2.02 5/462 5563
/proc/meminfo: memFree=15872304/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=324392 CPUtime=5000.05 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 530892 0 0 0 499818 187 0 0 25 0 1 0 774198856 332177408 67855 33554432000 4194304 4291949 140734160893776 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 81098 67855 252 24 0 77732 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 324392

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.18 2.08 2.02 5/462 5563
/proc/meminfo: memFree=15872304/32951124 swapFree=49827280/67111528
[pid=5407] ppid=5405 vsize=324392 CPUtime=5000.05 cores=1,3,5,7
/proc/5407/stat : 5407 (RestartSAT) R 5405 5407 4716 0 -1 4202496 530892 0 0 0 499818 187 0 0 25 0 1 0 774198856 332177408 67855 33554432000 4194304 4291949 140734160893776 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/5407/statm: 81098 67855 252 24 0 77732 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 324392

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4998.19
CPU system time (s): 1.88071
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 335888

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

runsolver used 21.7907 second user time and 55.0316 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-29 01:40:09
IDJOB=3421252
IDBENCH=83982
IDSOLVER=1911
FILE ID=node138/3421252-1306626009
RUNJOBID= node138-1306626009-5389
PBS_JOBID= 13471609
Free space on /tmp= 73292 MiB

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

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

MD5SUM BENCH= 7f62d729a30ffc73b7fa61161ba43630
RANDOM SEED=443110462

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16298656 kB
Buffers:        259176 kB
Cached:        5454196 kB
SwapCached:      72388 kB
Active:        4182648 kB
Inactive:     12174836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16298656 kB
SwapTotal:    67111528 kB
SwapFree:     49827280 kB
Dirty:            2340 kB
Writeback:           0 kB
AnonPages:    10583268 kB
Mapped:          18708 kB
Slab:           134696 kB
PageTables:      91980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130647296 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= 73292 MiB
End job on node138 at 2011-05-29 03:03:31