Trace number 3259113

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 1300.06 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3259113-1303506875/watcher-3259113-1303506875 -o /tmp/evaluation-result-3259113-1303506875/solver-3259113-1303506875 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3259113-1303506875.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.16 2.12 5/185 10578
/proc/meminfo: memFree=13563100/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=19392 CPUtime=0 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 685 0 0 0 0 0 0 0 20 0 1 0 462289875 19857408 626 33554432000 4194304 4291949 140733666476688 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 4848 626 225 24 0 1482 0

[startup+0.0574701 s]
/proc/loadavg: 0.92 1.16 2.12 5/185 10578
/proc/meminfo: memFree=13563100/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=28936 CPUtime=0.04 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 4343 0 0 0 4 0 0 0 20 0 1 0 462289875 29630464 3752 33554432000 4194304 4291949 140733666476688 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 7234 3758 227 24 0 3868 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28936

[startup+0.100464 s]
/proc/loadavg: 0.92 1.16 2.12 5/185 10578
/proc/meminfo: memFree=13563100/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=30780 CPUtime=0.09 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 5080 0 0 0 8 1 0 0 20 0 1 0 462289875 31518720 4489 33554432000 4194304 4291949 140733666476688 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 7695 4489 232 24 0 4329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30780

[startup+0.300427 s]
/proc/loadavg: 0.92 1.16 2.12 5/185 10578
/proc/meminfo: memFree=13563100/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=30780 CPUtime=0.29 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 5080 0 0 0 28 1 0 0 21 0 1 0 462289875 31518720 4489 33554432000 4194304 4291949 140733666476688 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 7695 4489 232 24 0 4329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30780

[startup+0.700346 s]
/proc/loadavg: 0.92 1.16 2.12 5/185 10578
/proc/meminfo: memFree=13563100/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=32284 CPUtime=0.69 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 6560 0 0 0 68 1 0 0 22 0 1 0 462289875 33058816 4359 33554432000 4194304 4291949 140733666476688 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 8071 4359 253 24 0 4705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32284

[startup+1.50019 s]
/proc/loadavg: 0.92 1.16 2.12 5/190 10584
/proc/meminfo: memFree=13525512/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=36704 CPUtime=1.49 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 7745 0 0 0 148 1 0 0 25 0 1 0 462289875 37584896 5533 33554432000 4194304 4291949 140733666476688 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 9176 5533 253 24 0 5810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36704

[startup+3.10089 s]
/proc/loadavg: 0.92 1.16 2.12 5/190 10584
/proc/meminfo: memFree=13506360/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=44068 CPUtime=3.09 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 9398 0 0 0 308 1 0 0 25 0 1 0 462289875 45125632 7176 33554432000 4194304 4291949 140733666476688 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 11017 7176 253 24 0 7651 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44068

[startup+6.30028 s]
/proc/loadavg: 1.17 1.21 2.13 5/190 10584
/proc/meminfo: memFree=13474880/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=57348 CPUtime=6.29 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 12453 0 0 0 628 1 0 0 25 0 1 0 462289875 58724352 10214 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 14337 10214 253 24 0 10971 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57348

[startup+12.7011 s]
/proc/loadavg: 1.39 1.25 2.14 5/190 10584
/proc/meminfo: memFree=13423776/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=79616 CPUtime=12.69 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 17281 0 0 0 1267 2 0 0 25 0 1 0 462289875 81526784 15017 33554432000 4194304 4291949 140733666476688 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 19904 15017 253 24 0 16538 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79616

[startup+25.5007 s]
/proc/loadavg: 1.97 1.39 2.17 5/190 10585
/proc/meminfo: memFree=13390568/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=114764 CPUtime=25.49 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 24280 0 0 0 2544 5 0 0 25 0 1 0 462289875 117518336 21978 33554432000 4194304 4291949 140733666476688 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 28691 21978 253 24 0 25325 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114764

[startup+51.1008 s]
/proc/loadavg: 2.66 1.60 2.22 5/190 10585
/proc/meminfo: memFree=13294032/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=171452 CPUtime=51.09 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 34231 0 0 0 5103 6 0 0 25 0 1 0 462289875 175566848 31875 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 42863 31875 253 24 0 39497 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 171452

[startup+102.307 s]
/proc/loadavg: 3.56 2.00 2.32 5/190 10587
/proc/meminfo: memFree=13170016/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=261000 CPUtime=102.3 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 50928 0 0 0 10219 11 0 0 25 0 1 0 462289875 267264000 48474 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 65250 48474 253 24 0 61884 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 261000

[startup+162.301 s]
/proc/loadavg: 3.93 2.39 2.43 5/190 10588
/proc/meminfo: memFree=13159328/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=270160 CPUtime=162.3 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 63379 0 0 0 16216 14 0 0 25 0 1 0 462289875 276643840 60854 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 67540 60854 253 24 0 64174 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 270160

[startup+222.3 s]
/proc/loadavg: 3.97 2.68 2.53 5/190 10590
/proc/meminfo: memFree=13020912/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=407932 CPUtime=222.3 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 74381 0 0 0 22212 18 0 0 25 0 1 0 462289875 417722368 71791 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 101983 71791 253 24 0 98617 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 407932

[startup+282.301 s]
/proc/loadavg: 3.99 2.92 2.62 5/190 10592
/proc/meminfo: memFree=13036648/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=415060 CPUtime=282.3 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 83301 0 0 0 28208 22 0 0 25 0 1 0 462289875 425021440 80666 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 103765 80666 253 24 0 100399 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 415060

[startup+342.301 s]
/proc/loadavg: 3.99 3.11 2.70 5/190 10593
/proc/meminfo: memFree=12951440/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=419988 CPUtime=342.3 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 91026 0 0 0 34206 24 0 0 25 0 1 0 462289875 430067712 88359 33554432000 4194304 4291949 140733666476688 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 104997 88359 253 24 0 101631 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 419988

[startup+402.3 s]
/proc/loadavg: 3.99 3.27 2.78 5/190 10595
/proc/meminfo: memFree=12969520/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=424464 CPUtime=402.3 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 97653 0 0 0 40203 27 0 0 25 0 1 0 462289875 434651136 94955 33554432000 4194304 4291949 140733666476688 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 106116 94955 253 24 0 102750 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 424464

[startup+462.301 s]
/proc/loadavg: 3.99 3.40 2.85 5/190 10596
/proc/meminfo: memFree=13153632/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=162000 CPUtime=462.3 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 123753 0 0 0 46196 34 0 0 25 0 1 0 462289875 165888000 32700 33554432000 4194304 4291949 140733666476688 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 40500 32700 253 24 0 37134 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 162000

[startup+522.301 s]
/proc/loadavg: 3.99 3.51 2.92 5/190 10598
/proc/meminfo: memFree=13089128/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=293800 CPUtime=522.3 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 140547 0 0 0 52190 40 0 0 25 0 1 0 462289875 300851200 49377 33554432000 4194304 4291949 140733666476688 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 73450 49377 253 24 0 70084 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 293800

[startup+582.3 s]
/proc/loadavg: 3.99 3.59 2.98 5/190 10600
/proc/meminfo: memFree=13082412/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=294156 CPUtime=582.31 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 151403 0 0 0 58187 44 0 0 25 0 1 0 462289875 301215744 60162 33554432000 4194304 4291949 140733666476688 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 73539 60162 253 24 0 70173 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 294156

[startup+642.301 s]
/proc/loadavg: 4.04 3.68 3.05 5/190 10601
/proc/meminfo: memFree=12984304/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=426984 CPUtime=642.32 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 162085 0 0 0 64184 48 0 0 25 0 1 0 462289875 437231616 70778 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 106746 70778 253 24 0 103380 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 426984

[startup+702.301 s]
/proc/loadavg: 4.01 3.74 3.11 5/190 10603
/proc/meminfo: memFree=12934804/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=427996 CPUtime=702.31 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 169696 0 0 0 70180 51 0 0 25 0 1 0 462289875 438267904 78350 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 106999 78350 253 24 0 103633 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 427996

[startup+762.307 s]
/proc/loadavg: 4.00 3.78 3.16 5/190 10604
/proc/meminfo: memFree=12935892/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=429624 CPUtime=762.32 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 175936 0 0 0 76179 53 0 0 25 0 1 0 462289875 439934976 84555 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 107406 84555 253 24 0 104040 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 429624

[startup+822.301 s]
/proc/loadavg: 4.00 3.82 3.21 5/190 10606
/proc/meminfo: memFree=12879936/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=431932 CPUtime=822.32 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 183296 0 0 0 82176 56 0 0 25 0 1 0 462289875 442298368 91880 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 107983 91880 253 24 0 104617 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 431932

[startup+882.301 s]
/proc/loadavg: 4.00 3.85 3.26 5/190 10608
/proc/meminfo: memFree=12860936/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=435444 CPUtime=882.32 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 188928 0 0 0 88175 57 0 0 25 0 1 0 462289875 445894656 97480 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 108861 97480 253 24 0 105495 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 435444

[startup+942.3 s]
/proc/loadavg: 4.00 3.87 3.30 5/190 10609
/proc/meminfo: memFree=12866988/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=438000 CPUtime=942.32 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 194465 0 0 0 94173 59 0 0 25 0 1 0 462289875 448512000 102986 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 109500 102986 253 24 0 106134 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 438000

[startup+1002.3 s]
/proc/loadavg: 4.00 3.89 3.34 5/190 10611
/proc/meminfo: memFree=12817612/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=656084 CPUtime=1002.32 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 199330 0 0 0 100171 61 0 0 25 0 1 0 462289875 671830016 107829 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 164021 107829 253 24 0 160655 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 656084

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.38 5/190 10612
/proc/meminfo: memFree=12826640/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=658824 CPUtime=1062.33 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 203694 0 0 0 106169 64 0 0 25 0 1 0 462289875 674635776 112178 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 164706 112178 253 24 0 161340 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 658824

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 3.41 5/190 10614
/proc/meminfo: memFree=12774156/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=660428 CPUtime=1122.33 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 211761 0 0 0 112166 67 0 0 25 0 1 0 462289875 676278272 120208 33554432000 4194304 4291949 140733666476688 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 165107 120208 253 24 0 161741 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 660428

[startup+1182.3 s]
/proc/loadavg: 4.06 3.95 3.45 5/190 10616
/proc/meminfo: memFree=12722912/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=660988 CPUtime=1182.33 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 218803 0 0 0 118163 70 0 0 25 0 1 0 462289875 676851712 127220 33554432000 4194304 4291949 140733666476688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 165247 127220 253 24 0 161881 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 660988

[startup+1242.3 s]
/proc/loadavg: 4.09 3.98 3.50 5/190 10617
/proc/meminfo: memFree=12730072/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=664716 CPUtime=1242.33 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 225344 0 0 0 124161 72 0 0 25 0 1 0 462289875 680669184 133732 33554432000 4194304 4291949 140733666476688 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 166179 133732 253 24 0 162813 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 664716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 3.98 3.52 3/186 10621
/proc/meminfo: memFree=13292300/32951124 swapFree=67111528/67111528
[pid=10578] ppid=10576 vsize=236144 CPUtime=1300.04 cores=4,6
/proc/10578/stat : 10578 (RestartSAT) R 10576 10578 9611 0 -1 4202496 248831 0 0 0 129923 81 0 0 25 0 1 0 462289875 241811456 43672 33554432000 4194304 4291949 140733666476688 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10578/statm: 59036 43672 253 24 0 55670 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 236144

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.24
CPU system time (s): 0.821875
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 683392

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

runsolver used 2.30765 second user time and 4.79127 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-22 23:14:35
IDJOB=3259113
IDBENCH=71492
IDSOLVER=1580
FILE ID=node102/3259113-1303506875
RUNJOBID= node102-1303506875-10542
PBS_JOBID= 13134231
Free space on /tmp= 70800 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g9.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259113-1303506875/watcher-3259113-1303506875 -o /tmp/evaluation-result-3259113-1303506875/solver-3259113-1303506875 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3259113-1303506875.cnf

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=1846923964

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.828
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.828
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.828
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.828
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.828
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:      13563380 kB
Buffers:       1402552 kB
Cached:       17360604 kB
SwapCached:          0 kB
Active:        9272828 kB
Inactive:      9564696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13563380 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6988 kB
Writeback:           0 kB
AnonPages:       73420 kB
Mapped:          14880 kB
Slab:           485708 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   244944 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= 70800 MiB
End job on node102 at 2011-04-22 23:36:17