Trace number 3283809

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.05 1300.01

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1067.51
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.92 1.05 1.72 5/180 8229
/proc/meminfo: memFree=27391416/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=19676 CPUtime=0 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 792 0 0 0 0 0 0 0 22 0 1 0 468382077 20148224 722 33554432000 4194304 4291949 140735431728096 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 4919 725 225 24 0 1553 0

[startup+0.0604429 s]
/proc/loadavg: 0.92 1.05 1.72 5/180 8229
/proc/meminfo: memFree=27391416/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=22316 CPUtime=0.05 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 1881 0 0 0 5 0 0 0 22 0 1 0 468382077 22851584 1650 33554432000 4194304 4291949 140735431728096 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 5579 1650 232 24 0 2213 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22316

[startup+0.100435 s]
/proc/loadavg: 0.92 1.05 1.72 5/180 8229
/proc/meminfo: memFree=27391416/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=22316 CPUtime=0.09 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 1881 0 0 0 9 0 0 0 22 0 1 0 468382077 22851584 1650 33554432000 4194304 4291949 140735431728096 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 5579 1650 232 24 0 2213 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22316

[startup+0.300398 s]
/proc/loadavg: 0.92 1.05 1.72 5/180 8229
/proc/meminfo: memFree=27391416/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=20064 CPUtime=0.28 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 2627 0 0 0 28 0 0 0 23 0 1 0 468382077 20545536 1779 33554432000 4194304 4291949 140735431728096 18446744073709551615 4268817 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 5016 1779 252 24 0 1650 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 20064

[startup+0.700331 s]
/proc/loadavg: 0.92 1.05 1.72 5/180 8229
/proc/meminfo: memFree=27391416/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=21092 CPUtime=0.69 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 2813 0 0 0 68 1 0 0 25 0 1 0 468382077 21598208 1959 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 5273 1959 252 24 0 1907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21092

[startup+1.5012 s]
/proc/loadavg: 1.17 1.10 1.73 5/190 8248
/proc/meminfo: memFree=27165240/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=23248 CPUtime=1.49 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 3235 0 0 0 148 1 0 0 25 0 1 0 468382077 23805952 2369 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 5812 2369 252 24 0 2446 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23248

[startup+3.10087 s]
/proc/loadavg: 1.17 1.10 1.73 5/190 8248
/proc/meminfo: memFree=27102128/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=26880 CPUtime=3.09 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 3976 0 0 0 308 1 0 0 25 0 1 0 468382077 27525120 3099 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 6720 3099 252 24 0 3354 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26880

[startup+6.3003 s]
/proc/loadavg: 1.17 1.10 1.73 5/187 8252
/proc/meminfo: memFree=27195972/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=32912 CPUtime=6.29 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 5137 0 0 0 628 1 0 0 25 0 1 0 468382077 33701888 4241 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 8228 4242 252 24 0 4862 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32912

[startup+12.7011 s]
/proc/loadavg: 1.68 1.21 1.76 5/190 8303
/proc/meminfo: memFree=27210876/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=34440 CPUtime=12.69 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 8781 0 0 0 1267 2 0 0 25 0 1 0 468382077 35266560 4871 33554432000 4194304 4291949 140735431728096 18446744073709551615 4251474 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 8610 4871 252 24 0 5244 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34440

[startup+25.5008 s]
/proc/loadavg: 2.03 1.30 1.78 5/190 8303
/proc/meminfo: memFree=27172564/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=45932 CPUtime=25.49 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 11049 0 0 0 2546 3 0 0 25 0 1 0 468382077 47034368 7100 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 11483 7100 252 24 0 8117 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45932

[startup+51.1011 s]
/proc/loadavg: 2.70 1.52 1.84 5/190 8358
/proc/meminfo: memFree=27166464/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=50396 CPUtime=51.09 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 13184 0 0 0 5105 4 0 0 25 0 1 0 468382077 51605504 9111 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 12599 9111 252 24 0 9233 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50396

[startup+102.307 s]
/proc/loadavg: 3.56 1.95 1.97 5/190 8359
/proc/meminfo: memFree=27022176/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=96220 CPUtime=102.29 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 22622 0 0 0 10224 5 0 0 25 0 1 0 468382077 98529280 13586 33554432000 4194304 4291949 140735431728096 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 24055 13586 252 24 0 20689 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 96220

[startup+162.301 s]
/proc/loadavg: 3.87 2.33 2.10 5/190 8388
/proc/meminfo: memFree=27100588/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=96220 CPUtime=162.3 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 22853 0 0 0 16224 6 0 0 25 0 1 0 468382077 98529280 13813 33554432000 4194304 4291949 140735431728096 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 24055 13813 252 24 0 20689 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 96220

[startup+222.3 s]
/proc/loadavg: 3.95 2.63 2.21 5/190 8389
/proc/meminfo: memFree=27035048/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=96220 CPUtime=222.29 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 23882 0 0 0 22223 6 0 0 25 0 1 0 468382077 98529280 14820 33554432000 4194304 4291949 140735431728096 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 24055 14820 252 24 0 20689 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 96220

[startup+282.3 s]
/proc/loadavg: 3.98 2.88 2.32 5/190 8391
/proc/meminfo: memFree=26944616/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=96220 CPUtime=282.29 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 23883 0 0 0 28223 6 0 0 25 0 1 0 468382077 98529280 14821 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 24055 14821 252 24 0 20689 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 96220

[startup+342.3 s]
/proc/loadavg: 3.99 3.08 2.42 5/190 8392
/proc/meminfo: memFree=26952384/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=96220 CPUtime=342.3 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 24821 0 0 0 34223 7 0 0 25 0 1 0 468382077 98529280 15746 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 24055 15746 252 24 0 20689 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 96220

[startup+402.3 s]
/proc/loadavg: 3.99 3.24 2.52 5/190 8394
/proc/meminfo: memFree=26919612/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=96220 CPUtime=402.3 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 27810 0 0 0 40222 8 0 0 25 0 1 0 468382077 98529280 18614 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 24055 18614 252 24 0 20689 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 96220

[startup+462.3 s]
/proc/loadavg: 3.99 3.38 2.61 5/190 8396
/proc/meminfo: memFree=26865868/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=96220 CPUtime=462.3 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 30048 0 0 0 46221 9 0 0 25 0 1 0 468382077 98529280 20802 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 24055 20802 252 24 0 20689 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 96220

[startup+522.301 s]
/proc/loadavg: 3.99 3.49 2.69 5/190 8397
/proc/meminfo: memFree=26883544/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=96220 CPUtime=522.31 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 37754 0 0 0 52220 11 0 0 25 0 1 0 468382077 98529280 20883 33554432000 4194304 4291949 140735431728096 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 24055 20883 252 24 0 20689 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 96220

[startup+582.301 s]
/proc/loadavg: 3.99 3.58 2.77 5/190 8399
/proc/meminfo: memFree=26861176/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=96220 CPUtime=582.31 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 45428 0 0 0 58219 12 0 0 25 0 1 0 468382077 98529280 20883 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 24055 20883 252 24 0 20689 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 96220

[startup+642.301 s]
/proc/loadavg: 3.99 3.65 2.85 5/190 8400
/proc/meminfo: memFree=26845624/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=96220 CPUtime=642.32 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 45428 0 0 0 64220 12 0 0 25 0 1 0 468382077 98529280 20883 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 24055 20883 252 24 0 20689 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 96220

[startup+702.301 s]
/proc/loadavg: 3.99 3.71 2.92 5/190 8402
/proc/meminfo: memFree=26748744/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=108288 CPUtime=702.31 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 48182 0 0 0 70219 12 0 0 25 0 1 0 468382077 110886912 23569 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 27072 23569 252 24 0 23706 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 108288

[startup+762.307 s]
/proc/loadavg: 3.99 3.76 2.98 5/190 8404
/proc/meminfo: memFree=26774864/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=157608 CPUtime=762.31 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 56610 0 0 0 76218 13 0 0 25 0 1 0 468382077 161390592 31982 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 39402 31982 252 24 0 36036 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 157608

[startup+822.301 s]
/proc/loadavg: 3.99 3.80 3.04 5/190 8405
/proc/meminfo: memFree=26757960/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=108288 CPUtime=822.32 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 65405 0 0 0 82217 15 0 0 25 0 1 0 468382077 110886912 23908 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 27072 23908 252 24 0 23706 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 108288

[startup+882.301 s]
/proc/loadavg: 4.04 3.85 3.10 5/190 8407
/proc/meminfo: memFree=26786068/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=108288 CPUtime=882.32 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 73512 0 0 0 88216 16 0 0 25 0 1 0 468382077 110886912 23908 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 27072 23908 252 24 0 23706 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 108288

[startup+942.301 s]
/proc/loadavg: 3.62 3.78 3.12 4/184 8425
/proc/meminfo: memFree=27069804/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=108288 CPUtime=942.32 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 81602 0 0 0 94215 17 0 0 25 0 1 0 468382077 110886912 23911 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 27072 23911 252 24 0 23706 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 108288

[startup+1002.3 s]
/proc/loadavg: 3.22 3.64 3.11 4/184 8427
/proc/meminfo: memFree=27145152/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=108288 CPUtime=1002.32 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 81602 0 0 0 100215 17 0 0 25 0 1 0 468382077 110886912 23911 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 27072 23911 252 24 0 23706 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 108288

[startup+1062.3 s]
/proc/loadavg: 3.08 3.52 3.10 4/184 8429
/proc/meminfo: memFree=27106296/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=108288 CPUtime=1062.32 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 81602 0 0 0 106215 17 0 0 25 0 1 0 468382077 110886912 23911 33554432000 4194304 4291949 140735431728096 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 27072 23911 252 24 0 23706 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 108288

[startup+1122.3 s]
/proc/loadavg: 3.03 3.42 3.09 4/184 8430
/proc/meminfo: memFree=27145076/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=108288 CPUtime=1122.33 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 89413 0 0 0 112215 18 0 0 25 0 1 0 468382077 110886912 23911 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 27072 23911 252 24 0 23706 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 108288

[startup+1182.3 s]
/proc/loadavg: 3.01 3.34 3.08 4/184 8432
/proc/meminfo: memFree=27110312/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=108288 CPUtime=1182.33 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 98293 0 0 0 118214 19 0 0 25 0 1 0 468382077 110886912 23911 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 27072 23911 252 24 0 23706 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 108288

[startup+1242.3 s]
/proc/loadavg: 3.00 3.28 3.08 4/184 8433
/proc/meminfo: memFree=27065136/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=108288 CPUtime=1242.33 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 107235 0 0 0 124213 20 0 0 25 0 1 0 468382077 110886912 23914 33554432000 4194304 4291949 140735431728096 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 27072 23914 252 24 0 23706 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 108288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.23 3.07 4/184 8435
/proc/meminfo: memFree=27114060/32951124 swapFree=67111524/67111528
[pid=8229] ppid=8227 vsize=108288 CPUtime=1300.03 cores=4,6
/proc/8229/stat : 8229 (RestartSAT) R 8227 8229 5820 0 -1 4202496 115017 0 0 0 129982 21 0 0 25 0 1 0 468382077 110886912 23914 33554432000 4194304 4291949 140735431728096 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8229/statm: 27072 23914 252 24 0 23706 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 108288

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): 1299.83
CPU system time (s): 0.219966
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 157608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115017
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= 13
involuntary context switches= 2036

runsolver used 2.21266 second user time and 4.89126 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-25 21:27:42
IDJOB=3283809
IDBENCH=71078
IDSOLVER=1581
FILE ID=node147/3283809-1303759662
RUNJOBID= node147-1303759661-8206
PBS_JOBID= 13154015
Free space on /tmp= 72152 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283809-1303759662/watcher-3283809-1303759662 -o /tmp/evaluation-result-3283809-1303759662/solver-3283809-1303759662 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3283809-1303759662.cnf

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1268558873

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:      27391820 kB
Buffers:        954096 kB
Cached:        4085668 kB
SwapCached:          4 kB
Active:         567920 kB
Inactive:      4547604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27391820 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           18260 kB
Writeback:           0 kB
AnonPages:       74808 kB
Mapped:          14492 kB
Slab:           380248 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194800 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= 72164 MiB
End job on node147 at 2011-04-25 21:49:24