Trace number 3421028

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.08 5000.05

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x40.cnf
MD5SUM65a5698edfd6f3a12089595d81c196e3
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 variables3360
Number of clauses661080
Sum of the clauses size2634240
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25040
Number of clauses of size 30
Number of clauses of size 4656040
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-3421028-1306616038/watcher-3421028-1306616038 -o /tmp/evaluation-result-3421028-1306616038/solver-3421028-1306616038 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421028-1306616038.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.15 2.06 2.01 2/446 3653
/proc/meminfo: memFree=30879516/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=20404 CPUtime=0 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 951 0 0 0 0 0 0 0 24 0 1 0 773202615 20893696 893 33554432000 4194304 4291949 140736796171504 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3653/statm: 5101 893 226 24 0 1735 0

[startup+0.0801761 s]
/proc/loadavg: 2.15 2.06 2.01 2/446 3653
/proc/meminfo: memFree=30879516/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=34464 CPUtime=0.07 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 5571 0 0 0 7 0 0 0 24 0 1 0 773202615 35291136 4981 33554432000 4194304 4291949 140736796171504 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3653/statm: 8616 4982 227 24 0 5250 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34464

[startup+0.101105 s]
/proc/loadavg: 2.15 2.06 2.01 2/446 3653
/proc/meminfo: memFree=30879516/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=36592 CPUtime=0.09 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 6404 0 0 0 8 1 0 0 25 0 1 0 773202615 37470208 5814 33554432000 4194304 4291949 140736796171504 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3653/statm: 9148 5814 227 24 0 5782 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36592

[startup+0.301121 s]
/proc/loadavg: 2.15 2.06 2.01 2/446 3653
/proc/meminfo: memFree=30879516/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=66016 CPUtime=0.29 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 13625 0 0 0 27 2 0 0 25 0 1 0 773202615 67600384 12275 33554432000 4194304 4291949 140736796171504 18446744073709551615 4230302 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3653/statm: 16504 12275 232 24 0 13138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66016

[startup+0.701111 s]
/proc/loadavg: 2.15 2.06 2.01 2/446 3653
/proc/meminfo: memFree=30879516/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=66016 CPUtime=0.69 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 13625 0 0 0 67 2 0 0 25 0 1 0 773202615 67600384 12275 33554432000 4194304 4291949 140736796171504 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3653/statm: 16504 12275 232 24 0 13138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66016

[startup+1.50097 s]
/proc/loadavg: 2.15 2.06 2.01 3/447 3654
/proc/meminfo: memFree=30830536/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=66016 CPUtime=1.49 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 13625 0 0 0 147 2 0 0 25 0 1 0 773202615 67600384 12275 33554432000 4194304 4291949 140736796171504 18446744073709551615 4229999 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3653/statm: 16504 12275 232 24 0 13138 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66016

[startup+3.10069 s]
/proc/loadavg: 2.22 2.07 2.02 3/447 3654
/proc/meminfo: memFree=30829420/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=66016 CPUtime=3.09 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 13625 0 0 0 307 2 0 0 25 0 1 0 773202615 67600384 12275 33554432000 4194304 4291949 140736796171504 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3653/statm: 16504 12275 232 24 0 13138 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66016

[startup+6.30101 s]
/proc/loadavg: 2.22 2.07 2.02 3/447 3654
/proc/meminfo: memFree=30828956/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=81980 CPUtime=6.29 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 15586 0 0 0 627 2 0 0 25 0 1 0 773202615 83947520 14236 33554432000 4194304 4291949 140736796171504 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3653/statm: 20495 14236 234 24 0 17129 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81980

[startup+12.7009 s]
/proc/loadavg: 2.18 2.07 2.01 3/447 3654
/proc/meminfo: memFree=30788732/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=111260 CPUtime=12.69 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 35358 0 0 0 1264 5 0 0 25 0 1 0 773202615 113930240 22688 33554432000 4194304 4291949 140736796171504 18446744073709551615 4232384 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3653/statm: 27815 22688 234 24 0 24449 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111260

[startup+25.5006 s]
/proc/loadavg: 2.16 2.07 2.01 3/447 3682
/proc/meminfo: memFree=30761680/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=108524 CPUtime=25.49 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 41967 0 0 0 2544 5 0 0 25 0 1 0 773202615 111128576 22023 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3653/statm: 27131 22023 253 24 0 23765 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108524

[startup+51.1011 s]
/proc/loadavg: 2.24 2.09 2.02 3/447 3683
/proc/meminfo: memFree=30693740/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=158312 CPUtime=51.01 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 54140 0 0 0 5093 8 0 0 25 0 1 0 773202615 162111488 34006 33554432000 4194304 4291949 140736796171504 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 39578 34006 253 24 0 36212 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 158312

[startup+102.317 s]
/proc/loadavg: 2.09 2.07 2.02 3/447 3685
/proc/meminfo: memFree=30634668/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=210944 CPUtime=102.23 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 68621 0 0 0 10211 12 0 0 25 0 1 0 773202615 216006656 48279 33554432000 4194304 4291949 140736796171504 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 52736 48279 253 24 0 49370 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 210944

[startup+162.301 s]
/proc/loadavg: 2.10 2.09 2.02 3/447 3686
/proc/meminfo: memFree=30491512/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=292332 CPUtime=162.21 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 85292 0 0 0 16205 16 0 0 25 0 1 0 773202615 299347968 64748 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 73083 64748 253 24 0 69717 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 292332

[startup+222.301 s]
/proc/loadavg: 2.07 2.08 2.02 3/447 3688
/proc/meminfo: memFree=30415332/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=428312 CPUtime=222.21 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 99665 0 0 0 22201 20 0 0 25 0 1 0 773202615 438591488 78940 33554432000 4194304 4291949 140736796171504 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 107078 78940 253 24 0 103712 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 428312

[startup+282.301 s]
/proc/loadavg: 2.02 2.06 2.01 3/447 3689
/proc/meminfo: memFree=30341648/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=436656 CPUtime=282.21 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 112641 0 0 0 28197 24 0 0 25 0 1 0 773202615 447135744 91747 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 109164 91747 253 24 0 105798 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 436656

[startup+342.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/447 3691
/proc/meminfo: memFree=30285944/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=659964 CPUtime=342.21 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 138324 0 0 0 34191 30 0 0 25 0 1 0 773202615 675803136 117172 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 164991 117172 253 24 0 161625 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 659964

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/447 3692
/proc/meminfo: memFree=30228252/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=663020 CPUtime=402.21 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 151507 0 0 0 40187 34 0 0 25 0 1 0 773202615 678932480 130153 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 165755 130153 253 24 0 162389 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 663020

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 3703
/proc/meminfo: memFree=30169480/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=671368 CPUtime=462.21 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 166587 0 0 0 46183 38 0 0 25 0 1 0 773202615 687480832 145033 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 167842 145033 253 24 0 164476 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 671368

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 3705
/proc/meminfo: memFree=30104716/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=680820 CPUtime=522.22 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 184188 0 0 0 52180 42 0 0 25 0 1 0 773202615 697159680 162431 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 170205 162431 253 24 0 166839 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 680820

[startup+582.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/447 3706
/proc/meminfo: memFree=30469724/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=283120 CPUtime=582.21 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 222710 0 0 0 58170 51 0 0 25 0 1 0 773202615 289914880 62756 33554432000 4194304 4291949 140736796171504 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 70780 62756 253 24 0 67414 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 283120

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/447 3800
/proc/meminfo: memFree=29279024/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1792168 CPUtime=4002.3 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1125054 0 0 0 399926 304 0 0 25 0 1 0 773202615 1835180032 322436 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 448042 322436 253 24 0 444676 0
Current children cumulated CPU time (s) 4002.3
Current children cumulated vsize (KiB) 1792168

[startup+4062.32 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 3811
/proc/meminfo: memFree=29268712/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1793660 CPUtime=4062.32 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1127873 0 0 0 405927 305 0 0 25 0 1 0 773202615 1836707840 325220 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 448415 325220 253 24 0 445049 0
Current children cumulated CPU time (s) 4062.32
Current children cumulated vsize (KiB) 1793660

[startup+4122.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/447 3813
/proc/meminfo: memFree=29221300/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1796432 CPUtime=4122.3 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1130273 0 0 0 411924 306 0 0 25 0 1 0 773202615 1839546368 327588 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 449108 327588 253 24 0 445742 0
Current children cumulated CPU time (s) 4122.3
Current children cumulated vsize (KiB) 1796432

[startup+4182.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/447 3814
/proc/meminfo: memFree=29278540/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1797928 CPUtime=4182.31 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1133818 0 0 0 417924 307 0 0 25 0 1 0 773202615 1841078272 331090 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 449482 331090 253 24 0 446116 0
Current children cumulated CPU time (s) 4182.31
Current children cumulated vsize (KiB) 1797928

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 3819
/proc/meminfo: memFree=29289044/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1797928 CPUtime=4242.31 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1136773 0 0 0 423923 308 0 0 25 0 1 0 773202615 1841078272 334014 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 449482 334014 253 24 0 446116 0
Current children cumulated CPU time (s) 4242.31
Current children cumulated vsize (KiB) 1797928

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 3821
/proc/meminfo: memFree=29273600/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1797928 CPUtime=4302.31 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1139274 0 0 0 429921 310 0 0 25 0 1 0 773202615 1841078272 336473 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 449482 336473 253 24 0 446116 0
Current children cumulated CPU time (s) 4302.31
Current children cumulated vsize (KiB) 1797928

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 3822
/proc/meminfo: memFree=29163084/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1797928 CPUtime=4362.31 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1145824 0 0 0 435919 312 0 0 25 0 1 0 773202615 1841078272 342959 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 449482 342959 253 24 0 446116 0
Current children cumulated CPU time (s) 4362.31
Current children cumulated vsize (KiB) 1797928

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 3824
/proc/meminfo: memFree=29167256/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1797928 CPUtime=4422.31 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1149504 0 0 0 441917 314 0 0 25 0 1 0 773202615 1841078272 346584 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 449482 346584 253 24 0 446116 0
Current children cumulated CPU time (s) 4422.31
Current children cumulated vsize (KiB) 1797928

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 3825
/proc/meminfo: memFree=29180732/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1797928 CPUtime=4482.31 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1154067 0 0 0 447915 316 0 0 25 0 1 0 773202615 1841078272 351100 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 449482 351100 253 24 0 446116 0
Current children cumulated CPU time (s) 4482.31
Current children cumulated vsize (KiB) 1797928

[startup+4542.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/447 3827
/proc/meminfo: memFree=29121040/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1797928 CPUtime=4542.31 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1159414 0 0 0 453912 319 0 0 25 0 1 0 773202615 1841078272 356375 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 449482 356375 253 24 0 446116 0
Current children cumulated CPU time (s) 4542.31
Current children cumulated vsize (KiB) 1797928

[startup+4602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/447 3829
/proc/meminfo: memFree=29026132/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=1797928 CPUtime=4602.32 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1171711 0 0 0 459910 322 0 0 25 0 1 0 773202615 1841078272 368544 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 449482 368544 253 24 0 446116 0
Current children cumulated CPU time (s) 4602.32
Current children cumulated vsize (KiB) 1797928

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/447 3830
/proc/meminfo: memFree=30186860/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=432840 CPUtime=4662.32 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1204488 0 0 0 465900 332 0 0 25 0 1 0 773202615 443228160 99004 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 108210 99004 253 24 0 104844 0
Current children cumulated CPU time (s) 4662.32
Current children cumulated vsize (KiB) 432840

[startup+4722.32 s]
/proc/loadavg: 2.08 2.04 2.00 3/447 3832
/proc/meminfo: memFree=30087736/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=564316 CPUtime=4722.34 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1234009 0 0 0 471895 339 0 0 25 0 1 0 773202615 577859584 128216 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 141079 128216 253 24 0 137713 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 564316

[startup+4782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/447 3833
/proc/meminfo: memFree=30097628/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=696576 CPUtime=4782.32 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1244303 0 0 0 477891 341 0 0 25 0 1 0 773202615 713293824 138371 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 174144 138371 253 24 0 170778 0
Current children cumulated CPU time (s) 4782.32
Current children cumulated vsize (KiB) 696576

[startup+4842.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 3835
/proc/meminfo: memFree=29905884/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=696576 CPUtime=4842.32 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1256888 0 0 0 483886 346 0 0 25 0 1 0 773202615 713293824 150792 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 174144 150792 253 24 0 170778 0
Current children cumulated CPU time (s) 4842.32
Current children cumulated vsize (KiB) 696576

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 3836
/proc/meminfo: memFree=29893196/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=696576 CPUtime=4902.32 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1266701 0 0 0 489883 349 0 0 25 0 1 0 773202615 713293824 160476 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 174144 160476 253 24 0 170778 0
Current children cumulated CPU time (s) 4902.32
Current children cumulated vsize (KiB) 696576

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 3838
/proc/meminfo: memFree=29869476/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=911500 CPUtime=4962.32 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1281759 0 0 0 495879 353 0 0 25 0 1 0 773202615 933376000 175363 33554432000 4194304 4291949 140736796171504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 227875 175363 253 24 0 224509 0
Current children cumulated CPU time (s) 4962.32
Current children cumulated vsize (KiB) 911500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 3839
/proc/meminfo: memFree=29801992/32950928 swapFree=34365936/67111528
[pid=3653] ppid=3651 vsize=911500 CPUtime=5000.03 cores=0,2,4,6
/proc/3653/stat : 3653 (RestartSAT) R 3651 3653 3370 0 -1 4202496 1289625 0 0 0 499647 356 0 0 25 0 1 0 773202615 933376000 183120 33554432000 4194304 4291949 140736796171504 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3653/statm: 227875 183120 253 24 0 224509 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 911500

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.05
CPU time (s): 5000.08
CPU user time (s): 4996.49
CPU system time (s): 3.59145
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1828276

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

runsolver used 22.0396 second user time and 50.6593 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-28 22:53:59
IDJOB=3421028
IDBENCH=83166
IDSOLVER=1911
FILE ID=node120/3421028-1306616038
RUNJOBID= node120-1306611036-3398
PBS_JOBID= 13471610
Free space on /tmp= 73456 MiB

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

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

MD5SUM BENCH= 65a5698edfd6f3a12089595d81c196e3
RANDOM SEED=806571803

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      30879672 kB
Buffers:        225156 kB
Cached:        1556704 kB
SwapCached:      15016 kB
Active:         381848 kB
Inactive:      1432780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30879672 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:           16240 kB
Writeback:           0 kB
AnonPages:       27560 kB
Mapped:           9264 kB
Slab:            97496 kB
PageTables:      91428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105401644 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= 73452 MiB
End job on node120 at 2011-05-29 00:17:21