Trace number 3421022

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 5000.13 5000.04

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421022-1306615688/watcher-3421022-1306615688 -o /tmp/evaluation-result-3421022-1306615688/solver-3421022-1306615688 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421022-1306615688.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.01 2/526 18809
/proc/meminfo: memFree=13232864/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=20884 CPUtime=0 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 1155 0 0 0 0 0 0 0 25 0 1 0 753984631 21385216 1097 33554432000 4194304 4291949 140734611310064 18446744073709551615 4230007 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 5221 1097 231 24 0 1855 0

[startup+0.0839861 s]
/proc/loadavg: 2.01 2.04 2.01 2/526 18809
/proc/meminfo: memFree=13232864/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=21748 CPUtime=0.07 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 1526 0 0 0 7 0 0 0 25 0 1 0 753984631 22269952 1468 33554432000 4194304 4291949 140734611310064 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 5437 1468 234 24 0 2071 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21748

[startup+0.100995 s]
/proc/loadavg: 2.01 2.04 2.01 2/526 18809
/proc/meminfo: memFree=13232864/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=22252 CPUtime=0.09 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 1709 0 0 0 9 0 0 0 25 0 1 0 753984631 22786048 1651 33554432000 4194304 4291949 140734611310064 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 5563 1651 234 24 0 2197 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22252

[startup+0.300939 s]
/proc/loadavg: 2.01 2.04 2.01 2/526 18809
/proc/meminfo: memFree=13232864/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=19976 CPUtime=0.29 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 2634 0 0 0 29 0 0 0 25 0 1 0 753984631 20455424 1640 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 4994 1640 253 24 0 1628 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19976

[startup+0.7009 s]
/proc/loadavg: 2.01 2.04 2.01 2/526 18809
/proc/meminfo: memFree=13232864/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=29732 CPUtime=0.69 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4954 0 0 0 68 1 0 0 25 0 1 0 753984631 30445568 3945 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 7433 3945 253 24 0 4067 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29732

[startup+1.50077 s]
/proc/loadavg: 2.01 2.04 2.01 3/527 18810
/proc/meminfo: memFree=13206204/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=34152 CPUtime=1.49 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 6210 0 0 0 148 1 0 0 25 0 1 0 753984631 34971648 5192 33554432000 4194304 4291949 140734611310064 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 8538 5192 253 24 0 5172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34152

[startup+3.10047 s]
/proc/loadavg: 2.01 2.04 2.01 3/527 18810
/proc/meminfo: memFree=13193184/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=34152 CPUtime=3.09 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 9339 0 0 0 308 1 0 0 25 0 1 0 753984631 34971648 4798 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 8538 4798 253 24 0 5172 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34152

[startup+6.30087 s]
/proc/loadavg: 2.01 2.04 2.01 3/527 18810
/proc/meminfo: memFree=13197716/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=39536 CPUtime=6.29 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 13908 0 0 0 627 2 0 0 25 0 1 0 753984631 40484864 5010 33554432000 4194304 4291949 140734611310064 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 9884 5010 253 24 0 6518 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39536

[startup+12.7007 s]
/proc/loadavg: 2.17 2.07 2.02 3/527 18810
/proc/meminfo: memFree=13151376/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=58952 CPUtime=12.69 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 25078 0 0 0 1265 4 0 0 25 0 1 0 753984631 60366848 11419 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 14738 11419 253 24 0 11372 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58952

[startup+25.5004 s]
/proc/loadavg: 2.14 2.07 2.02 3/527 18865
/proc/meminfo: memFree=13111320/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=89300 CPUtime=25.49 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 26161 0 0 0 2545 4 0 0 25 0 1 0 753984631 91443200 12494 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 22325 12494 253 24 0 18959 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89300

[startup+51.1009 s]
/proc/loadavg: 2.23 2.09 2.02 3/527 18865
/proc/meminfo: memFree=13045236/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=61368 CPUtime=51.09 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 35821 0 0 0 5103 6 0 0 25 0 1 0 753984631 62840832 10865 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 15342 10865 253 24 0 11976 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61368

[startup+102.32 s]
/proc/loadavg: 2.18 2.09 2.02 3/527 18867
/proc/meminfo: memFree=12934464/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=99580 CPUtime=102.31 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 46522 0 0 0 10224 7 0 0 25 0 1 0 753984631 101969920 21469 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 24895 21469 253 24 0 21529 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 99580

[startup+162.301 s]
/proc/loadavg: 2.06 2.07 2.02 3/527 18868
/proc/meminfo: memFree=12837344/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=191888 CPUtime=162.29 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 125450 0 0 0 16213 16 0 0 25 0 1 0 753984631 196493312 35488 33554432000 4194304 4291949 140734611310064 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18809/statm: 47972 35488 253 24 0 44606 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 191888

[startup+222.301 s]
/proc/loadavg: 2.02 2.06 2.01 3/527 18870
/proc/meminfo: memFree=12768876/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=142568 CPUtime=222.27 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 207051 0 0 0 22199 28 0 0 25 0 1 0 753984631 145989632 27712 33554432000 4194304 4291949 140734611310064 18446744073709551615 4262720 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 35642 27712 253 24 0 32276 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 142568

[startup+282.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/527 18871
/proc/meminfo: memFree=12686252/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=192552 CPUtime=282.28 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 286978 0 0 0 28190 38 0 0 25 0 1 0 753984631 197173248 40265 33554432000 4194304 4291949 140734611310064 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 48138 40265 253 24 0 44772 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 192552

[startup+342.301 s]
/proc/loadavg: 2.06 2.07 2.02 3/527 18873
/proc/meminfo: memFree=12819148/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=192552 CPUtime=342.27 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 353529 0 0 0 34179 48 0 0 25 0 1 0 753984631 197173248 41354 33554432000 4194304 4291949 140734611310064 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 48138 41354 253 24 0 44772 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 192552

[startup+402.301 s]
/proc/loadavg: 2.02 2.06 2.01 3/527 18875
/proc/meminfo: memFree=12746932/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=192552 CPUtime=402.28 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 407507 0 0 0 40173 55 0 0 25 0 1 0 753984631 197173248 43061 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 48138 43061 253 24 0 44772 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 192552

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/527 18876
/proc/meminfo: memFree=12648708/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=223300 CPUtime=462.28 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 490193 0 0 0 46160 68 0 0 25 0 1 0 753984631 228659200 49001 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 55825 49001 253 24 0 52459 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 223300

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 18878
/proc/meminfo: memFree=12600184/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=223300 CPUtime=522.28 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 561586 0 0 0 52150 78 0 0 25 0 1 0 753984631 228659200 50203 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 55825 50203 253 24 0 52459 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 223300

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 18879
/proc/meminfo: memFree=12591596/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=173980 CPUtime=582.28 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 634338 0 0 0 58137 91 0 0 25 0 1 0 753984631 178155520 40238 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 43495 40238 253 24 0 40129 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 173980

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/527 18983
/proc/meminfo: memFree=12062384/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=365680 CPUtime=4002.35 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4107459 0 0 0 399578 657 0 0 25 0 1 0 753984631 374456320 88119 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 91420 88119 253 24 0 88054 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 365680

[startup+4062.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/527 18984
/proc/meminfo: memFree=11926816/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=445820 CPUtime=4062.37 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4180044 0 0 0 405566 671 0 0 25 0 1 0 753984631 456519680 106121 33554432000 4194304 4291949 140734611310064 18446744073709551615 4250408 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 111455 106121 253 24 0 108089 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 445820

[startup+4122.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/527 18986
/proc/meminfo: memFree=11892056/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=445820 CPUtime=4122.36 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4248712 0 0 0 411553 683 0 0 25 0 1 0 753984631 456519680 101017 33554432000 4194304 4291949 140734611310064 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 111455 101017 253 24 0 108089 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 445820

[startup+4182.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/527 18987
/proc/meminfo: memFree=12413180/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=445820 CPUtime=4182.37 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4289350 0 0 0 417546 691 0 0 25 0 1 0 753984631 456519680 105654 33554432000 4194304 4291949 140734611310064 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 111455 105654 253 24 0 108089 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 445820

[startup+4242.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/527 18989
/proc/meminfo: memFree=12351764/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=445820 CPUtime=4242.37 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4330210 0 0 0 423539 698 0 0 25 0 1 0 753984631 456519680 107886 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 111455 107886 253 24 0 108089 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 445820

[startup+4302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 18991
/proc/meminfo: memFree=12375392/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=365680 CPUtime=4302.36 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4392205 0 0 0 429528 708 0 0 25 0 1 0 753984631 374456320 88119 33554432000 4194304 4291949 140734611310064 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 91420 88119 253 24 0 88054 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 365680

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 18992
/proc/meminfo: memFree=12298096/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=365680 CPUtime=4362.37 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4431516 0 0 0 435523 714 0 0 25 0 1 0 753984631 374456320 88119 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 91420 88119 253 24 0 88054 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 365680

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 19003
/proc/meminfo: memFree=12185008/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=445820 CPUtime=4422.37 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4484539 0 0 0 441515 722 0 0 25 0 1 0 753984631 456519680 103481 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 111455 103481 253 24 0 108089 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 445820

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 19004
/proc/meminfo: memFree=12121108/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=445820 CPUtime=4482.36 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4541131 0 0 0 447505 731 0 0 25 0 1 0 753984631 456519680 103701 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 111455 103701 253 24 0 108089 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 445820

[startup+4542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/527 19006
/proc/meminfo: memFree=12035252/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=445820 CPUtime=4542.37 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4596747 0 0 0 453497 740 0 0 25 0 1 0 753984631 456519680 103816 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 111455 103816 253 24 0 108089 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 445820

[startup+4602.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/527 19008
/proc/meminfo: memFree=11931296/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=435240 CPUtime=4602.39 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4650157 0 0 0 459490 749 0 0 25 0 1 0 753984631 445685760 99745 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 108810 99745 253 24 0 105444 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 435240

[startup+4662.3 s]
/proc/loadavg: 2.19 2.06 2.01 3/527 19009
/proc/meminfo: memFree=11778616/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=466060 CPUtime=4662.38 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4696414 0 0 0 465480 758 0 0 25 0 1 0 753984631 477245440 107006 33554432000 4194304 4291949 140734611310064 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 116515 107006 253 24 0 113149 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 466060

[startup+4722.32 s]
/proc/loadavg: 2.21 2.08 2.02 3/527 19011
/proc/meminfo: memFree=12518732/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=466060 CPUtime=4722.39 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4752577 0 0 0 471472 767 0 0 25 0 1 0 753984631 477245440 104600 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 116515 104600 253 24 0 113149 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 466060

[startup+4782.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/527 19012
/proc/meminfo: memFree=12390604/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=466060 CPUtime=4782.37 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4815289 0 0 0 477459 778 0 0 25 0 1 0 753984631 477245440 106558 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 116515 106558 253 24 0 113149 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 466060

[startup+4842.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/527 19014
/proc/meminfo: memFree=12303380/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=466060 CPUtime=4842.38 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4878373 0 0 0 483449 789 0 0 25 0 1 0 753984631 477245440 108871 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 116515 108871 253 24 0 113149 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 466060

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 19016
/proc/meminfo: memFree=12274208/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=435240 CPUtime=4902.38 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4931561 0 0 0 489441 797 0 0 25 0 1 0 753984631 445685760 102169 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 108810 102169 253 24 0 105444 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 435240

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 19017
/proc/meminfo: memFree=12168288/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=435240 CPUtime=4962.39 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 4991675 0 0 0 495431 808 0 0 25 0 1 0 753984631 445685760 101688 33554432000 4194304 4291949 140734611310064 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 108810 101688 253 24 0 105444 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 435240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 19018
/proc/meminfo: memFree=12129564/32951124 swapFree=66578944/67111528
[pid=18809] ppid=18807 vsize=435240 CPUtime=5000.09 cores=0,2,4,6
/proc/18809/stat : 18809 (RestartSAT) R 18807 18809 18512 0 -1 4202496 5032829 0 0 0 499194 815 0 0 25 0 1 0 753984631 445685760 102453 33554432000 4194304 4291949 140734611310064 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18809/statm: 108810 102453 253 24 0 105444 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 435240

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): 5000.04
CPU time (s): 5000.13
CPU user time (s): 4991.95
CPU system time (s): 8.17776
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 516148

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

runsolver used 27.3928 second user time and 58.986 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-28 22:48:08
IDJOB=3421022
IDBENCH=83163
IDSOLVER=1911
FILE ID=node145/3421022-1306615688
RUNJOBID= node145-1306610685-18530
PBS_JOBID= 13471597
Free space on /tmp= 73492 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-5x41.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421022-1306615688/watcher-3421022-1306615688 -o /tmp/evaluation-result-3421022-1306615688/solver-3421022-1306615688 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421022-1306615688.cnf

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

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=976488893

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13233020 kB
Buffers:        257652 kB
Cached:        7866136 kB
SwapCached:      34712 kB
Active:       11378312 kB
Inactive:      8046744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13233020 kB
SwapTotal:    67111528 kB
SwapFree:     66578944 kB
Dirty:            1956 kB
Writeback:           0 kB
AnonPages:    11265800 kB
Mapped:          37908 kB
Slab:           158804 kB
PageTables:      65056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153236096 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= 73484 MiB
End job on node145 at 2011-05-29 00:11:30