Trace number 3420952

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes8.cnf
MD5SUMca42736a2fe4e8cf2cba6dd1668e0ad6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark30.53
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3420952-1306591454/watcher-3420952-1306591454 -o /tmp/evaluation-result-3420952-1306591454/solver-3420952-1306591454 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420952-1306591454.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: 1.95 2.01 1.99 3/505 26687
/proc/meminfo: memFree=21694300/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=21152 CPUtime=0.01 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 1171 0 0 0 1 0 0 0 25 0 1 0 770748067 21659648 1068 33554432000 4194304 4291949 140737093387488 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 5288 1068 231 24 0 1922 0

[startup+0.0395649 s]
/proc/loadavg: 1.95 2.01 1.99 3/505 26687
/proc/meminfo: memFree=21694300/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=21152 CPUtime=0.03 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 1171 0 0 0 3 0 0 0 25 0 1 0 770748067 21659648 1068 33554432000 4194304 4291949 140737093387488 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 5288 1068 231 24 0 1922 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21152

[startup+0.100589 s]
/proc/loadavg: 1.95 2.01 1.99 3/505 26687
/proc/meminfo: memFree=21694300/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=21416 CPUtime=0.09 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 1303 0 0 0 9 0 0 0 25 0 1 0 770748067 21929984 1197 33554432000 4194304 4291949 140737093387488 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 5354 1197 233 24 0 1988 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21416

[startup+0.300556 s]
/proc/loadavg: 1.95 2.01 1.99 3/505 26687
/proc/meminfo: memFree=21694300/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=18468 CPUtime=0.29 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 1724 0 0 0 29 0 0 0 25 0 1 0 770748067 18911232 1280 33554432000 4194304 4291949 140737093387488 18446744073709551615 4248460 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 4617 1280 250 24 0 1251 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18468

[startup+0.700476 s]
/proc/loadavg: 1.95 2.01 1.99 3/505 26687
/proc/meminfo: memFree=21694300/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=21308 CPUtime=0.69 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 2266 0 0 0 69 0 0 0 25 0 1 0 770748067 21819392 1810 33554432000 4194304 4291949 140737093387488 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 5327 1810 250 24 0 1961 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21308

[startup+1.50033 s]
/proc/loadavg: 1.95 2.01 1.99 3/506 26688
/proc/meminfo: memFree=21685124/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=24916 CPUtime=1.49 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 3214 0 0 0 149 0 0 0 25 0 1 0 770748067 25513984 2742 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 6229 2742 250 24 0 2863 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24916

[startup+3.10103 s]
/proc/loadavg: 1.95 2.01 1.99 3/506 26688
/proc/meminfo: memFree=21679048/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=23452 CPUtime=3.08 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 5532 0 0 0 308 0 0 0 25 0 1 0 770748067 24014848 2448 33554432000 4194304 4291949 140737093387488 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 5863 2448 250 24 0 2497 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23452

[startup+6.30049 s]
/proc/loadavg: 1.95 2.01 1.99 3/506 26688
/proc/meminfo: memFree=21669460/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=46488 CPUtime=6.29 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 9676 0 0 0 628 1 0 0 25 0 1 0 770748067 47603712 6472 33554432000 4194304 4291949 140737093387488 18446744073709551615 4262095 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 11622 6472 250 24 0 8256 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46488

[startup+12.7004 s]
/proc/loadavg: 1.95 2.01 1.99 3/506 26688
/proc/meminfo: memFree=21658952/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=46488 CPUtime=12.69 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 10027 0 0 0 1268 1 0 0 25 0 1 0 770748067 47603712 6818 33554432000 4194304 4291949 140737093387488 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 11622 6818 250 24 0 8256 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46488

[startup+25.5011 s]
/proc/loadavg: 1.96 2.01 1.99 3/506 26689
/proc/meminfo: memFree=21650024/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=46680 CPUtime=25.49 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 10853 0 0 0 2548 1 0 0 25 0 1 0 770748067 47800320 7638 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 11670 7638 250 24 0 8304 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46680

[startup+51.1006 s]
/proc/loadavg: 1.98 2.01 1.99 3/506 26689
/proc/meminfo: memFree=21627296/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=72496 CPUtime=51.09 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 17636 0 0 0 5107 2 0 0 25 0 1 0 770748067 74235904 10695 33554432000 4194304 4291949 140737093387488 18446744073709551615 4262412 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 18124 10695 250 24 0 14758 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72496

[startup+102.32 s]
/proc/loadavg: 1.99 2.00 1.99 3/506 26691
/proc/meminfo: memFree=21660140/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=102848 CPUtime=102.31 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 19095 0 0 0 10228 3 0 0 25 0 1 0 770748067 105316352 12132 33554432000 4194304 4291949 140737093387488 18446744073709551615 216634212821 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 25712 12155 252 24 0 22346 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 102848

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/506 26692
/proc/meminfo: memFree=21635660/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=91348 CPUtime=162.3 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 25338 0 0 0 16226 4 0 0 25 0 1 0 770748067 93540352 13174 33554432000 4194304 4291949 140737093387488 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 22837 13174 252 24 0 19471 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 91348

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/506 26694
/proc/meminfo: memFree=21600524/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=91348 CPUtime=222.29 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 30498 0 0 0 22224 5 0 0 25 0 1 0 770748067 93540352 18180 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 22837 18180 252 24 0 19471 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 91348

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/506 26695
/proc/meminfo: memFree=21633216/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=91348 CPUtime=282.3 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 30991 0 0 0 28225 5 0 0 25 0 1 0 770748067 93540352 18665 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 22837 18665 252 24 0 19471 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 91348

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/506 26697
/proc/meminfo: memFree=21610248/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=91348 CPUtime=342.29 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 30991 0 0 0 34224 5 0 0 25 0 1 0 770748067 93540352 18665 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 22837 18665 252 24 0 19471 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 91348

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/506 26699
/proc/meminfo: memFree=21591844/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=92276 CPUtime=402.29 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 41674 0 0 0 40222 7 0 0 25 0 1 0 770748067 94490624 18895 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 23069 18895 253 24 0 19703 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 92276

[startup+462.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/506 26700
/proc/meminfo: memFree=21622576/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=122708 CPUtime=462.3 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 52339 0 0 0 46221 9 0 0 25 0 1 0 770748067 125652992 21834 33554432000 4194304 4291949 140737093387488 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 30677 21834 253 24 0 27311 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 122708

[startup+522.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/506 26702
/proc/meminfo: memFree=21597608/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=122708 CPUtime=522.3 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 60052 0 0 0 52220 10 0 0 25 0 1 0 770748067 125652992 21834 33554432000 4194304 4291949 140737093387488 18446744073709551615 4261883 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 30677 21834 253 24 0 27311 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 122708

[startup+582.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/506 26703
/proc/meminfo: memFree=21577256/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=122708 CPUtime=582.3 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 68912 0 0 0 58219 11 0 0 25 0 1 0 770748067 125652992 22667 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 30677 22667 253 24 0 27311 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 122708

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.02 1.05 1.30 2/500 26826
/proc/meminfo: memFree=21705000/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=185060 CPUtime=4062.4 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 823609 0 0 0 406127 113 0 0 25 0 1 0 770748067 189501440 40332 33554432000 4194304 4291949 140737093387488 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 46265 40332 253 24 0 42899 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 185060

[startup+4122.3 s]
/proc/loadavg: 1.01 1.04 1.27 2/500 26828
/proc/meminfo: memFree=21743512/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=135740 CPUtime=4122.39 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 833113 0 0 0 412124 115 0 0 25 0 1 0 770748067 138997760 30586 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 33935 30586 253 24 0 30569 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 135740

[startup+4182.3 s]
/proc/loadavg: 1.00 1.03 1.26 2/500 26829
/proc/meminfo: memFree=21744580/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=135740 CPUtime=4182.39 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 843288 0 0 0 418123 116 0 0 25 0 1 0 770748067 138997760 30586 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 33935 30586 253 24 0 30569 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 135740

[startup+4242.3 s]
/proc/loadavg: 1.00 1.02 1.24 2/500 26831
/proc/meminfo: memFree=21706584/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=185060 CPUtime=4242.39 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 864062 0 0 0 424121 118 0 0 25 0 1 0 770748067 189501440 40320 33554432000 4194304 4291949 140737093387488 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 46265 40320 253 24 0 42899 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 185060

[startup+4302.3 s]
/proc/loadavg: 1.00 1.02 1.22 2/500 26833
/proc/meminfo: memFree=21744476/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=135740 CPUtime=4302.39 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 875227 0 0 0 430118 121 0 0 25 0 1 0 770748067 138997760 30586 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 33935 30586 253 24 0 30569 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 135740

[startup+4362.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/500 26834
/proc/meminfo: memFree=21744564/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=135740 CPUtime=4362.39 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 885796 0 0 0 436116 123 0 0 25 0 1 0 770748067 138997760 30586 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 33935 30586 253 24 0 30569 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 135740

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/500 26836
/proc/meminfo: memFree=21744636/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=155556 CPUtime=4422.39 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 896588 0 0 0 442114 125 0 0 25 0 1 0 770748067 159289344 30588 33554432000 4194304 4291949 140737093387488 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 38889 30588 253 24 0 35523 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 155556

[startup+4482.3 s]
/proc/loadavg: 1.10 1.03 1.18 2/500 26837
/proc/meminfo: memFree=21713220/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=204876 CPUtime=4482.4 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 915864 0 0 0 448112 128 0 0 25 0 1 0 770748067 209793024 38867 33554432000 4194304 4291949 140737093387488 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 51219 38867 253 24 0 47853 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 204876

[startup+4542.3 s]
/proc/loadavg: 1.08 1.04 1.17 2/500 26839
/proc/meminfo: memFree=21709820/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=204876 CPUtime=4542.4 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 927598 0 0 0 454110 130 0 0 25 0 1 0 770748067 209793024 39514 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 51219 39514 253 24 0 47853 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 204876

[startup+4602.3 s]
/proc/loadavg: 1.03 1.03 1.16 2/500 26841
/proc/meminfo: memFree=21741392/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=155556 CPUtime=4602.41 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 940856 0 0 0 460109 132 0 0 25 0 1 0 770748067 159289344 31121 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 38889 31121 253 24 0 35523 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 155556

[startup+4662.3 s]
/proc/loadavg: 1.01 1.02 1.15 2/500 26842
/proc/meminfo: memFree=21687892/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=206532 CPUtime=4662.41 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 965217 0 0 0 466105 136 0 0 25 0 1 0 770748067 211488768 44747 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 51633 44747 253 24 0 48267 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 206532

[startup+4722.32 s]
/proc/loadavg: 1.00 1.02 1.14 2/500 26844
/proc/meminfo: memFree=21689576/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=206532 CPUtime=4722.43 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 978303 0 0 0 472105 138 0 0 25 0 1 0 770748067 211488768 44455 33554432000 4194304 4291949 140737093387488 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 51633 44455 253 24 0 48267 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 206532

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/500 26845
/proc/meminfo: memFree=21723144/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=157212 CPUtime=4782.41 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 982635 0 0 0 478101 140 0 0 25 0 1 0 770748067 160985088 35954 33554432000 4194304 4291949 140737093387488 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 39303 35954 253 24 0 35937 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 157212

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/500 26847
/proc/meminfo: memFree=21722848/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=157212 CPUtime=4842.41 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 993843 0 0 0 484099 142 0 0 25 0 1 0 770748067 160985088 35954 33554432000 4194304 4291949 140737093387488 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 39303 35954 253 24 0 35937 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 157212

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/500 26849
/proc/meminfo: memFree=21723040/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=157212 CPUtime=4902.41 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 1004111 0 0 0 490097 144 0 0 25 0 1 0 770748067 160985088 35954 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 39303 35954 253 24 0 35937 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 157212

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/500 26850
/proc/meminfo: memFree=21690748/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=206532 CPUtime=4962.41 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 1022061 0 0 0 496095 146 0 0 25 0 1 0 770748067 211488768 44253 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 51633 44253 253 24 0 48267 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 206532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/500 26851
/proc/meminfo: memFree=21692448/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=206532 CPUtime=5000.03 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 1033787 0 0 0 499855 148 0 0 25 0 1 0 770748067 211488768 43839 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 51633 43839 253 24 0 48267 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 206532

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/500 26851
/proc/meminfo: memFree=21692448/32951124 swapFree=51851948/67111528
[pid=26687] ppid=26685 vsize=206532 CPUtime=5000.03 cores=0,2,4,6
/proc/26687/stat : 26687 (RestartSAT) R 26685 26687 26087 0 -1 4202496 1033787 0 0 0 499855 148 0 0 25 0 1 0 770748067 211488768 43839 33554432000 4194304 4291949 140737093387488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26687/statm: 51633 43839 253 24 0 48267 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 206532

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4998.55
CPU system time (s): 1.49177
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 237352

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

runsolver used 25.8791 second user time and 55.9325 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-28 16:04:15
IDJOB=3420952
IDBENCH=71572
IDSOLVER=1911
FILE ID=node103/3420952-1306591454
RUNJOBID= node103-1306579401-26105
PBS_JOBID= 13471577
Free space on /tmp= 73384 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes8.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420952-1306591454/watcher-3420952-1306591454 -o /tmp/evaluation-result-3420952-1306591454/solver-3420952-1306591454 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420952-1306591454.cnf

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

MD5SUM BENCH= ca42736a2fe4e8cf2cba6dd1668e0ad6
RANDOM SEED=115282774

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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:      21694580 kB
Buffers:        371404 kB
Cached:        8558764 kB
SwapCached:     191244 kB
Active:        2619188 kB
Inactive:      8319920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21694580 kB
SwapTotal:    67111528 kB
SwapFree:     51851948 kB
Dirty:             800 kB
Writeback:           0 kB
AnonPages:     1828192 kB
Mapped:          22712 kB
Slab:           175724 kB
PageTables:      74012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162257724 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= 73384 MiB
End job on node103 at 2011-05-28 17:27:36