Trace number 3170086

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 1300.05 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S360796849-068-UNKNOWN.cnf
MD5SUM20b02cb2651a47b9d104f0bf45924440
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.89356
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
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-3170086-1302816815/watcher-3170086-1302816815 -o /tmp/evaluation-result-3170086-1302816815/solver-3170086-1302816815 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170086-1302816815.cnf 

running on 2 cores: 1,3

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: 1.73 2.01 1.99 4/193 24902
/proc/meminfo: memFree=11692652/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=20780 CPUtime=0 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 957 0 0 0 0 0 0 0 20 0 1 0 393279674 21278720 894 33554432000 4194304 4291949 140737172575744 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 5195 894 227 24 0 1829 0

[startup+0.0564319 s]
/proc/loadavg: 1.73 2.01 1.99 4/193 24902
/proc/meminfo: memFree=11692652/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=19080 CPUtime=0.05 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 1947 0 0 0 5 0 0 0 20 0 1 0 393279674 19537920 1448 33554432000 4194304 4291949 140737172575744 18446744073709551615 232339350796 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 4770 1448 252 24 0 1404 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19080

[startup+0.100423 s]
/proc/loadavg: 1.73 2.01 1.99 4/193 24902
/proc/meminfo: memFree=11692652/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=19080 CPUtime=0.09 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 1964 0 0 0 9 0 0 0 20 0 1 0 393279674 19537920 1464 33554432000 4194304 4291949 140737172575744 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 4770 1464 253 24 0 1404 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19080

[startup+0.30039 s]
/proc/loadavg: 1.73 2.01 1.99 4/193 24902
/proc/meminfo: memFree=11692652/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=19716 CPUtime=0.29 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 2070 0 0 0 29 0 0 0 21 0 1 0 393279674 20189184 1568 33554432000 4194304 4291949 140737172575744 18446744073709551615 4251136 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 4929 1568 253 24 0 1563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19716

[startup+0.70032 s]
/proc/loadavg: 1.73 2.01 1.99 4/193 24902
/proc/meminfo: memFree=11692652/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=20744 CPUtime=0.69 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 2308 0 0 0 69 0 0 0 22 0 1 0 393279674 21241856 1802 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 5186 1803 253 24 0 1820 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20744

[startup+1.50018 s]
/proc/loadavg: 1.73 2.01 1.99 5/194 24903
/proc/meminfo: memFree=11670704/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=22556 CPUtime=1.49 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 2875 0 0 0 149 0 0 0 25 0 1 0 393279674 23097344 2365 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 5639 2365 253 24 0 2273 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22556

[startup+3.10089 s]
/proc/loadavg: 1.73 2.01 1.99 5/194 24903
/proc/meminfo: memFree=11652464/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=30092 CPUtime=3.09 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 4040 0 0 0 309 0 0 0 25 0 1 0 393279674 30814208 3519 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 7523 3519 253 24 0 4157 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30092

[startup+6.30033 s]
/proc/loadavg: 1.91 2.04 2.00 5/194 24903
/proc/meminfo: memFree=11623944/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=38236 CPUtime=6.29 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 6406 0 0 0 629 0 0 0 25 0 1 0 393279674 39153664 5870 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 9559 5870 253 24 0 6193 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38236

[startup+12.7002 s]
/proc/loadavg: 2.08 2.08 2.01 5/194 24903
/proc/meminfo: memFree=11622112/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=39116 CPUtime=12.69 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 12200 0 0 0 1268 1 0 0 25 0 1 0 393279674 40054784 5725 33554432000 4194304 4291949 140737172575744 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 9779 5725 253 24 0 6413 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39116

[startup+25.5009 s]
/proc/loadavg: 2.50 2.17 2.05 5/194 24904
/proc/meminfo: memFree=11610088/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=70436 CPUtime=25.5 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 21865 0 0 0 2546 4 0 0 25 0 1 0 393279674 72126464 7751 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 17609 7751 253 24 0 14243 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 70436

[startup+51.1004 s]
/proc/loadavg: 3.01 2.32 2.10 5/194 24905
/proc/meminfo: memFree=11524156/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=101352 CPUtime=51.1 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 49127 0 0 0 5101 9 0 0 25 0 1 0 393279674 103784448 17409 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 25338 17409 253 24 0 21972 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 101352

[startup+102.307 s]
/proc/loadavg: 3.61 2.59 2.20 5/194 24906
/proc/meminfo: memFree=11421212/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=150672 CPUtime=102.3 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 92759 0 0 0 10214 16 0 0 25 0 1 0 393279674 154288128 25751 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 37668 25751 253 24 0 34302 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 150672

[startup+162.301 s]
/proc/loadavg: 3.92 2.87 2.32 5/194 24907
/proc/meminfo: memFree=11391812/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=150672 CPUtime=162.29 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 135931 0 0 0 16204 25 0 0 25 0 1 0 393279674 154288128 26137 33554432000 4194304 4291949 140737172575744 18446744073709551615 4262918 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 37668 26137 253 24 0 34302 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 150672

[startup+222.301 s]
/proc/loadavg: 3.97 3.07 2.42 5/194 24909
/proc/meminfo: memFree=11480456/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=101352 CPUtime=222.3 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 168500 0 0 0 22199 31 0 0 25 0 1 0 393279674 103784448 17426 33554432000 4194304 4291949 140737172575744 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 25338 17426 253 24 0 21972 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 101352

[startup+282.3 s]
/proc/loadavg: 4.07 3.26 2.52 5/194 24911
/proc/meminfo: memFree=11383228/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=181492 CPUtime=282.3 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 209258 0 0 0 28191 39 0 0 25 0 1 0 393279674 185847808 31742 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 45373 31743 253 24 0 42007 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 181492

[startup+342.301 s]
/proc/loadavg: 4.10 3.41 2.62 5/194 24912
/proc/meminfo: memFree=11338716/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=101352 CPUtime=342.3 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 252452 0 0 0 34182 48 0 0 25 0 1 0 393279674 103784448 17426 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 25338 17426 253 24 0 21972 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 101352

[startup+402.301 s]
/proc/loadavg: 4.03 3.51 2.70 5/194 24914
/proc/meminfo: memFree=11427968/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=101352 CPUtime=402.3 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 283319 0 0 0 40175 55 0 0 25 0 1 0 393279674 103784448 17426 33554432000 4194304 4291949 140737172575744 18446744073709551615 232339351781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 25338 17426 253 24 0 21972 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101352

[startup+462.3 s]
/proc/loadavg: 4.01 3.60 2.78 5/194 24915
/proc/meminfo: memFree=11429812/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=101352 CPUtime=462.3 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 313903 0 0 0 46168 62 0 0 25 0 1 0 393279674 103784448 17426 33554432000 4194304 4291949 140737172575744 18446744073709551615 4256318 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 25338 17426 253 24 0 21972 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 101352

[startup+522.301 s]
/proc/loadavg: 4.05 3.68 2.86 5/194 24917
/proc/meminfo: memFree=11472820/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=101352 CPUtime=522.3 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 350658 0 0 0 52160 70 0 0 25 0 1 0 393279674 103784448 17426 33554432000 4194304 4291949 140737172575744 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 25338 17426 253 24 0 21972 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 101352

[startup+582.301 s]
/proc/loadavg: 4.02 3.74 2.93 5/194 24919
/proc/meminfo: memFree=11464868/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=101352 CPUtime=582.3 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 383877 0 0 0 58153 77 0 0 25 0 1 0 393279674 103784448 17426 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255643 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 25338 17426 253 24 0 21972 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 101352

[startup+642.3 s]
/proc/loadavg: 4.00 3.78 2.99 5/194 24920
/proc/meminfo: memFree=11399376/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=101352 CPUtime=642.31 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 417589 0 0 0 64146 85 0 0 25 0 1 0 393279674 103784448 17426 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 25338 17426 253 24 0 21972 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 101352

[startup+702.301 s]
/proc/loadavg: 4.09 3.85 3.06 5/194 24922
/proc/meminfo: memFree=11286140/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=231580 CPUtime=702.31 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 476395 0 0 0 70132 99 0 0 25 0 1 0 393279674 237137920 43788 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 57895 43788 253 24 0 54529 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 231580

[startup+762.307 s]
/proc/loadavg: 4.03 3.87 3.12 5/194 24923
/proc/meminfo: memFree=11430456/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=101352 CPUtime=762.32 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 507771 0 0 0 76125 107 0 0 25 0 1 0 393279674 103784448 17426 33554432000 4194304 4291949 140737172575744 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 25338 17426 253 24 0 21972 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 101352

[startup+822.3 s]
/proc/loadavg: 4.01 3.89 3.17 5/194 24925
/proc/meminfo: memFree=11308672/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=181492 CPUtime=822.31 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 541878 0 0 0 82116 115 0 0 25 0 1 0 393279674 185847808 33926 33554432000 4194304 4291949 140737172575744 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 45373 33926 253 24 0 42007 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 181492

[startup+882.3 s]
/proc/loadavg: 4.04 3.92 3.22 5/194 24927
/proc/meminfo: memFree=11336436/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=150672 CPUtime=882.32 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 570524 0 0 0 88110 122 0 0 25 0 1 0 393279674 154288128 25580 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 37668 25580 253 24 0 34302 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 150672

[startup+942.301 s]
/proc/loadavg: 4.01 3.94 3.27 5/194 24928
/proc/meminfo: memFree=11387272/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=101352 CPUtime=942.32 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 602848 0 0 0 94100 132 0 0 25 0 1 0 393279674 103784448 17426 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 25338 17426 253 24 0 21972 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 101352

[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.31 5/194 24930
/proc/meminfo: memFree=11305668/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=181492 CPUtime=1002.32 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 636641 0 0 0 100092 140 0 0 25 0 1 0 393279674 185847808 33919 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 45373 33919 253 24 0 42007 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 181492

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.35 5/194 24931
/proc/meminfo: memFree=11347440/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=181492 CPUtime=1062.32 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 659465 0 0 0 106084 148 0 0 25 0 1 0 393279674 185847808 36188 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 45373 36188 253 24 0 42007 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 181492

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.39 5/194 24933
/proc/meminfo: memFree=11265080/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=231580 CPUtime=1122.32 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 708247 0 0 0 112071 161 0 0 25 0 1 0 393279674 237137920 40791 33554432000 4194304 4291949 140737172575744 18446744073709551615 4262102 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 57895 40791 253 24 0 54529 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 231580

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.43 5/194 24935
/proc/meminfo: memFree=11286876/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=181492 CPUtime=1182.33 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 731577 0 0 0 118064 169 0 0 25 0 1 0 393279674 185847808 35394 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 45373 35394 253 24 0 42007 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 181492

[startup+1242.3 s]
/proc/loadavg: 4.12 4.00 3.47 5/194 24936
/proc/meminfo: memFree=11299500/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=152276 CPUtime=1242.33 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 768574 0 0 0 124055 178 0 0 25 0 1 0 393279674 155930624 31712 33554432000 4194304 4291949 140737172575744 18446744073709551615 4261883 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 38069 31712 253 24 0 34703 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 152276



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.00 3.50 2/191 24941
/proc/meminfo: memFree=11541680/32951124 swapFree=67111528/67111528
[pid=24902] ppid=24900 vsize=183096 CPUtime=1300.03 cores=1,3
/proc/24902/stat : 24902 (RestartSAT) R 24900 24902 24842 0 -1 4202496 795877 0 0 0 129819 184 0 0 25 0 1 0 393279674 187490304 39847 33554432000 4194304 4291949 140737172575744 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24902/statm: 45774 39847 253 24 0 42408 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 183096

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.05
CPU user time (s): 1298.19
CPU system time (s): 1.85372
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 312968

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

runsolver used 2.01169 second user time and 5.09223 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-14 23:33:35
IDJOB=3170086
IDBENCH=82504
IDSOLVER=1580
FILE ID=node132/3170086-1302816815
RUNJOBID= node132-1302816815-24862
PBS_JOBID= 13006647
Free space on /tmp= 71136 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S360796849-068-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170086-1302816815/watcher-3170086-1302816815 -o /tmp/evaluation-result-3170086-1302816815/solver-3170086-1302816815 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170086-1302816815.cnf

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

MD5SUM BENCH= 20b02cb2651a47b9d104f0bf45924440
RANDOM SEED=769504477

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      11692940 kB
Buffers:        659020 kB
Cached:       20137756 kB
SwapCached:          0 kB
Active:        8278332 kB
Inactive:     12594444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11692940 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4080 kB
Writeback:           0 kB
AnonPages:       75328 kB
Mapped:          14848 kB
Slab:           319020 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   271976 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71136 MiB
End job on node132 at 2011-04-14 23:55:17