Trace number 3170771

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.06 1300.04

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

running on 2 cores: 0,2

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: 4.00 4.01 3.84 5/189 9879
/proc/meminfo: memFree=16627540/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=19252 CPUtime=0 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 608 0 0 0 0 0 0 0 25 0 1 0 472188118 19714048 550 33554432000 4194304 4291949 140733922155584 18446744073709551615 216734875403 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 4813 555 224 24 0 1447 0

[startup+0.0398091 s]
/proc/loadavg: 4.00 4.01 3.84 5/189 9879
/proc/meminfo: memFree=16627540/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=26032 CPUtime=0.03 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 2460 0 0 0 3 0 0 0 25 0 1 0 472188118 26656768 2363 33554432000 4194304 4291949 140733922155584 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 6508 2363 227 24 0 3142 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26032

[startup+0.100793 s]
/proc/loadavg: 4.00 4.01 3.84 5/189 9879
/proc/meminfo: memFree=16627540/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=29584 CPUtime=0.09 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 3936 0 0 0 9 0 0 0 25 0 1 0 472188118 30294016 3580 33554432000 4194304 4291949 140733922155584 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 7396 3581 227 24 0 4030 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29584

[startup+0.300761 s]
/proc/loadavg: 4.00 4.01 3.84 5/189 9879
/proc/meminfo: memFree=16627540/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=30292 CPUtime=0.28 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 5680 0 0 0 28 0 0 0 25 0 1 0 472188118 31019008 3837 33554432000 4194304 4291949 140733922155584 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 7573 3837 252 24 0 4207 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30292

[startup+0.700694 s]
/proc/loadavg: 4.00 4.01 3.84 5/189 9879
/proc/meminfo: memFree=16627540/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=30292 CPUtime=0.68 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 5724 0 0 0 68 0 0 0 25 0 1 0 472188118 31019008 3881 33554432000 4194304 4291949 140733922155584 18446744073709551615 216738638385 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 7573 3881 253 24 0 4207 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30292

[startup+1.50057 s]
/proc/loadavg: 4.00 4.01 3.84 5/190 9880
/proc/meminfo: memFree=16603396/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=30292 CPUtime=1.48 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 5855 0 0 0 148 0 0 0 25 0 1 0 472188118 31019008 4011 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 7573 4011 253 24 0 4207 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30292

[startup+3.10029 s]
/proc/loadavg: 4.00 4.01 3.84 5/190 9880
/proc/meminfo: memFree=16592608/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=30292 CPUtime=3.09 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 6151 0 0 0 308 1 0 0 25 0 1 0 472188118 31019008 4305 33554432000 4194304 4291949 140733922155584 18446744073709551615 216738636917 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 7573 4305 253 24 0 4207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30292

[startup+6.30072 s]
/proc/loadavg: 4.00 4.01 3.85 5/190 9880
/proc/meminfo: memFree=16565124/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=37432 CPUtime=6.29 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 6887 0 0 0 628 1 0 0 25 0 1 0 472188118 38330368 5038 33554432000 4194304 4291949 140733922155584 18446744073709551615 4250544 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 9358 5038 253 24 0 5992 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37432

[startup+12.7006 s]
/proc/loadavg: 4.00 4.01 3.85 5/190 9880
/proc/meminfo: memFree=16545948/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=44612 CPUtime=12.68 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 8556 0 0 0 1267 1 0 0 25 0 1 0 472188118 45682688 6696 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 11153 6696 253 24 0 7787 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 44612

[startup+25.5004 s]
/proc/loadavg: 4.00 4.01 3.85 5/190 9880
/proc/meminfo: memFree=16496372/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=57324 CPUtime=25.49 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 12167 0 0 0 2547 2 0 0 25 0 1 0 472188118 58699776 10292 33554432000 4194304 4291949 140733922155584 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 14331 10292 253 24 0 10965 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57324

[startup+51.1009 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 9881
/proc/meminfo: memFree=16353132/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=108828 CPUtime=51.09 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 20037 0 0 0 5105 4 0 0 25 0 1 0 472188118 111439872 18130 33554432000 4194304 4291949 140733922155584 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 27207 18130 253 24 0 23841 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 108828

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 9882
/proc/meminfo: memFree=16320884/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=161560 CPUtime=102.29 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 32372 0 0 0 10221 8 0 0 25 0 1 0 472188118 165437440 30411 33554432000 4194304 4291949 140733922155584 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 40390 30412 253 24 0 37024 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 161560

[startup+162.3 s]
/proc/loadavg: 4.04 4.01 3.87 5/190 9884
/proc/meminfo: memFree=16176524/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=246148 CPUtime=162.29 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 46896 0 0 0 16217 12 0 0 25 0 1 0 472188118 252055552 44881 33554432000 4194304 4291949 140733922155584 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 61537 44881 253 24 0 58171 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 246148

[startup+222.301 s]
/proc/loadavg: 4.01 4.01 3.87 5/190 9885
/proc/meminfo: memFree=16198052/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=248824 CPUtime=222.29 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 58328 0 0 0 22214 15 0 0 25 0 1 0 472188118 254795776 56266 33554432000 4194304 4291949 140733922155584 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 62206 56266 253 24 0 58840 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 248824

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 9887
/proc/meminfo: memFree=16220340/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=119448 CPUtime=282.29 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 87740 0 0 0 28206 23 0 0 25 0 1 0 472188118 122314752 24560 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 29862 24560 253 24 0 26496 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 119448

[startup+342.301 s]
/proc/loadavg: 4.05 4.01 3.89 5/190 9889
/proc/meminfo: memFree=16147148/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=169812 CPUtime=342.29 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 101314 0 0 0 34202 27 0 0 25 0 1 0 472188118 173887488 38070 33554432000 4194304 4291949 140733922155584 18446744073709551615 216738708729 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 42453 38070 253 24 0 39087 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 169812

[startup+402.3 s]
/proc/loadavg: 4.05 4.02 3.90 5/190 9890
/proc/meminfo: memFree=16049784/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=251880 CPUtime=402.29 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 118889 0 0 0 40197 32 0 0 25 0 1 0 472188118 257925120 55593 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 62970 55593 253 24 0 59604 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 251880

[startup+462.301 s]
/proc/loadavg: 4.02 4.02 3.91 5/190 9892
/proc/meminfo: memFree=16058184/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=384808 CPUtime=462.3 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 127642 0 0 0 46195 35 0 0 25 0 1 0 472188118 394043392 64310 33554432000 4194304 4291949 140733922155584 18446744073709551615 216738638792 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 96202 64310 253 24 0 92836 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 384808

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 9893
/proc/meminfo: memFree=16083336/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=385612 CPUtime=522.3 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 138411 0 0 0 52190 40 0 0 25 0 1 0 472188118 394866688 75040 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 96403 75040 253 24 0 93037 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 385612

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 9895
/proc/meminfo: memFree=15935124/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=93492 CPUtime=582.3 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 170396 0 0 0 58182 48 0 0 25 0 1 0 472188118 95735808 16257 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 23373 16257 253 24 0 20007 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 93492

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9897
/proc/meminfo: memFree=16216824/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=256596 CPUtime=642.31 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 195948 0 0 0 64176 55 0 0 25 0 1 0 472188118 262754304 41734 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 64149 41734 253 24 0 60783 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 256596

[startup+702.301 s]
/proc/loadavg: 4.05 4.01 3.91 5/190 9898
/proc/meminfo: memFree=15962564/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=256876 CPUtime=702.3 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 208128 0 0 0 70170 60 0 0 25 0 1 0 472188118 263041024 53863 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 64219 53863 253 24 0 60853 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 256876

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.91 5/190 9900
/proc/meminfo: memFree=16120272/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=389408 CPUtime=762.31 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 220980 0 0 0 76168 63 0 0 25 0 1 0 472188118 398753792 66658 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 97352 66658 253 24 0 93986 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 389408

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9901
/proc/meminfo: memFree=16020048/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=389808 CPUtime=822.31 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 231198 0 0 0 82165 66 0 0 25 0 1 0 472188118 399163392 76834 33554432000 4194304 4291949 140733922155584 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 97452 76834 253 24 0 94086 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 389808

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9903
/proc/meminfo: memFree=16045060/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=390472 CPUtime=882.31 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 239098 0 0 0 88162 69 0 0 25 0 1 0 472188118 399843328 84703 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 97618 84703 253 24 0 94252 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 390472

[startup+942.301 s]
/proc/loadavg: 4.04 4.01 3.92 5/190 9905
/proc/meminfo: memFree=15939884/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=606860 CPUtime=942.3 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 259918 0 0 0 94156 74 0 0 25 0 1 0 472188118 621424640 105476 33554432000 4194304 4291949 140733922155584 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 151715 105476 253 24 0 148349 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 606860

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.92 5/190 9906
/proc/meminfo: memFree=16137148/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=128608 CPUtime=1002.31 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 276254 0 0 0 100149 82 0 0 25 0 1 0 472188118 131694592 23605 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 32152 23605 253 24 0 28786 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 128608

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 9908
/proc/meminfo: memFree=16144680/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=178828 CPUtime=1062.3 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 293365 0 0 0 106143 87 0 0 25 0 1 0 472188118 183119872 40671 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 44707 40671 253 24 0 41341 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 178828

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 9909
/proc/meminfo: memFree=16019796/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=260348 CPUtime=1122.31 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 303783 0 0 0 112141 90 0 0 25 0 1 0 472188118 266596352 51057 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 65087 51057 253 24 0 61721 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 260348

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 9914
/proc/meminfo: memFree=16182268/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=260484 CPUtime=1182.31 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 313750 0 0 0 118138 93 0 0 25 0 1 0 472188118 266735616 60987 33554432000 4194304 4291949 140733922155584 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 65121 60987 253 24 0 61755 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 260484

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 9916
/proc/meminfo: memFree=15864916/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=608864 CPUtime=1242.31 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 348527 0 0 0 124131 100 0 0 25 0 1 0 472188118 623476736 95690 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 152216 95690 253 24 0 148850 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 608864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.97 3.91 2/185 9920
/proc/meminfo: memFree=16090500/32951124 swapFree=67102128/67111528
[pid=9879] ppid=9877 vsize=611008 CPUtime=1300.02 cores=0,2
/proc/9879/stat : 9879 (RestartSAT) R 9877 9879 9513 0 -1 4202496 390433 0 0 0 129890 112 0 0 25 0 1 0 472188118 625672192 137535 33554432000 4194304 4291949 140733922155584 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9879/statm: 152752 137535 253 24 0 149386 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 611008

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.04
CPU time (s): 1300.06
CPU user time (s): 1298.9
CPU system time (s): 1.15282
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 652292

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

runsolver used 2.27265 second user time and 4.83226 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-15 00:19:35
IDJOB=3170771
IDBENCH=82589
IDSOLVER=1581
FILE ID=node119/3170771-1302819574
RUNJOBID= node119-1302816969-9531
PBS_JOBID= 13006649
Free space on /tmp= 71480 MiB

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

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

MD5SUM BENCH= 0d20733a6f7d3b01f88ae7bba5f0d271
RANDOM SEED=1704883129

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16627696 kB
Buffers:        649032 kB
Cached:       15234256 kB
SwapCached:       5516 kB
Active:        3860664 kB
Inactive:     12102756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16627696 kB
SwapTotal:    67111528 kB
SwapFree:     67102128 kB
Dirty:            7408 kB
Writeback:           0 kB
AnonPages:       77744 kB
Mapped:          14948 kB
Slab:           295072 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276396 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= 71480 MiB
End job on node119 at 2011-04-15 00:41:17