Trace number 3250443

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

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
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 variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
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: 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-3250443-1303545549/watcher-3250443-1303545549 -o /tmp/evaluation-result-3250443-1303545549/solver-3250443-1303545549 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3250443-1303545549.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: 1.94 3.30 5.19 5/186 5975
/proc/meminfo: memFree=17017520/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=2492 CPUtime=0 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) S 5973 5975 5047 0 -1 4194304 88 0 0 0 0 0 0 0 22 0 1 0 544785446 2551808 43 33554432000 4194304 4291949 140734510749712 18446744073709551615 260015472263 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/5975/statm: 623 43 34 24 0 23 0

[startup+0.095607 s]
/proc/loadavg: 1.94 3.30 5.19 5/186 5975
/proc/meminfo: memFree=17017520/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=24844 CPUtime=0.08 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 2787 0 0 0 8 0 0 0 22 0 1 0 544785446 25440256 2525 33554432000 4194304 4291949 140734510749712 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 6211 2525 232 24 0 2845 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24844

[startup+0.100562 s]
/proc/loadavg: 1.94 3.30 5.19 5/186 5975
/proc/meminfo: memFree=17017520/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=24844 CPUtime=0.08 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 2787 0 0 0 8 0 0 0 22 0 1 0 544785446 25440256 2525 33554432000 4194304 4291949 140734510749712 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 6211 2525 232 24 0 2845 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24844

[startup+0.300538 s]
/proc/loadavg: 1.94 3.30 5.19 5/186 5975
/proc/meminfo: memFree=17017520/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=24300 CPUtime=0.28 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 3585 0 0 0 28 0 0 0 23 0 1 0 544785446 24883200 2490 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 6075 2490 252 24 0 2709 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24300

[startup+0.700483 s]
/proc/loadavg: 1.94 3.30 5.19 5/186 5975
/proc/meminfo: memFree=17017520/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=27020 CPUtime=0.68 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 4132 0 0 0 68 0 0 0 25 0 1 0 544785446 27668480 3020 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 6755 3020 252 24 0 3389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27020

[startup+1.50033 s]
/proc/loadavg: 1.94 3.30 5.19 5/190 5982
/proc/meminfo: memFree=16961692/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=31700 CPUtime=1.48 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 4904 0 0 0 148 0 0 0 25 0 1 0 544785446 32460800 3776 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 7925 3776 252 24 0 4559 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31700

[startup+3.10104 s]
/proc/loadavg: 1.94 3.30 5.19 5/190 5982
/proc/meminfo: memFree=16910180/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=32872 CPUtime=3.08 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 6180 0 0 0 308 0 0 0 25 0 1 0 544785446 33660928 5037 33554432000 4194304 4291949 140734510749712 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 8218 5037 252 24 0 4852 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32872

[startup+6.30047 s]
/proc/loadavg: 2.19 3.32 5.19 5/190 5982
/proc/meminfo: memFree=16887008/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=41876 CPUtime=6.29 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 8098 0 0 0 628 1 0 0 25 0 1 0 544785446 42881024 6933 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 10469 6933 252 24 0 7103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41876

[startup+12.7003 s]
/proc/loadavg: 2.33 3.33 5.19 5/190 5983
/proc/meminfo: memFree=16848596/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=55592 CPUtime=12.68 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 10380 0 0 0 1267 1 0 0 25 0 1 0 544785446 56926208 9179 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 13898 9179 252 24 0 10532 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55592

[startup+25.5009 s]
/proc/loadavg: 2.70 3.37 5.17 5/190 5983
/proc/meminfo: memFree=16781776/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=78108 CPUtime=25.48 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 14164 0 0 0 2546 2 0 0 25 0 1 0 544785446 79982592 12920 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 19527 12920 252 24 0 16161 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 78108

[startup+51.1002 s]
/proc/loadavg: 3.14 3.42 5.13 5/190 5984
/proc/meminfo: memFree=16712716/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=80012 CPUtime=51.08 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 25951 0 0 0 5104 4 0 0 25 0 1 0 544785446 81932288 15174 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 20003 15174 252 24 0 16637 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 80012

[startup+102.307 s]
/proc/loadavg: 3.66 3.51 5.07 5/190 5985
/proc/meminfo: memFree=16623296/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=68760 CPUtime=102.29 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 46977 0 0 0 10220 9 0 0 25 0 1 0 544785446 70410240 12384 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 17190 12384 252 24 0 13824 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 68760

[startup+162.301 s]
/proc/loadavg: 3.86 3.59 5.00 5/190 5996
/proc/meminfo: memFree=16561076/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=77200 CPUtime=162.29 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 63951 0 0 0 16214 15 0 0 25 0 1 0 544785446 79052800 14650 33554432000 4194304 4291949 140734510749712 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 19300 14650 252 24 0 15934 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77200

[startup+222.301 s]
/proc/loadavg: 3.95 3.66 4.94 5/190 5997
/proc/meminfo: memFree=16440132/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=131992 CPUtime=222.29 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 103218 0 0 0 22206 23 0 0 25 0 1 0 544785446 135159808 22085 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 32998 22085 252 24 0 29632 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 131992

[startup+282.301 s]
/proc/loadavg: 4.01 3.74 4.88 5/190 6026
/proc/meminfo: memFree=16437472/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=139456 CPUtime=282.29 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 124638 0 0 0 28200 29 0 0 25 0 1 0 544785446 142802944 23555 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 34864 23555 252 24 0 31498 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 139456

[startup+342.301 s]
/proc/loadavg: 4.00 3.78 4.82 5/190 6028
/proc/meminfo: memFree=16364648/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=97200 CPUtime=342.29 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 155615 0 0 0 34193 36 0 0 25 0 1 0 544785446 99532800 19935 33554432000 4194304 4291949 140734510749712 18446744073709551615 4256172 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 24300 19935 252 24 0 20934 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 97200

[startup+402.301 s]
/proc/loadavg: 4.00 3.82 4.77 5/190 6029
/proc/meminfo: memFree=16297652/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=148364 CPUtime=402.3 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 178747 0 0 0 40187 43 0 0 25 0 1 0 544785446 151924736 26214 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 37091 26214 252 24 0 33725 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 148364

[startup+462.301 s]
/proc/loadavg: 4.00 3.85 4.72 5/190 6031
/proc/meminfo: memFree=16241448/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=156836 CPUtime=462.3 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 201765 0 0 0 46181 49 0 0 25 0 1 0 544785446 160600064 28333 33554432000 4194304 4291949 140734510749712 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 39209 28333 252 24 0 35843 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 156836

[startup+522.301 s]
/proc/loadavg: 4.00 3.87 4.67 5/190 6032
/proc/meminfo: memFree=16155592/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=158816 CPUtime=522.3 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 208485 0 0 0 52179 51 0 0 25 0 1 0 544785446 162627584 34966 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 39704 34966 252 24 0 36338 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 158816

[startup+582.301 s]
/proc/loadavg: 4.04 3.91 4.63 5/190 6034
/proc/meminfo: memFree=16134480/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=159364 CPUtime=582.3 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 223420 0 0 0 58175 55 0 0 25 0 1 0 544785446 163188736 29945 33554432000 4194304 4291949 140734510749712 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 39841 29945 252 24 0 36475 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 159364

[startup+642.301 s]
/proc/loadavg: 4.01 3.92 4.58 5/190 6036
/proc/meminfo: memFree=16171508/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=130252 CPUtime=642.31 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 260736 0 0 0 64167 64 0 0 25 0 1 0 544785446 133378048 26422 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 32563 26422 252 24 0 29197 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 130252

[startup+702.301 s]
/proc/loadavg: 4.00 3.93 4.55 5/190 6037
/proc/meminfo: memFree=16133864/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=163436 CPUtime=702.31 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 284640 0 0 0 70162 69 0 0 25 0 1 0 544785446 167358464 29809 33554432000 4194304 4291949 140734510749712 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 40859 29809 252 24 0 37493 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 163436

[startup+762.307 s]
/proc/loadavg: 4.04 3.96 4.51 5/190 6039
/proc/meminfo: memFree=16057432/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=164040 CPUtime=762.31 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 312606 0 0 0 76157 74 0 0 25 0 1 0 544785446 167976960 35792 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 41010 35792 252 24 0 37644 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 164040

[startup+822.301 s]
/proc/loadavg: 4.06 3.98 4.49 5/190 6040
/proc/meminfo: memFree=16068188/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=103672 CPUtime=822.31 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 338905 0 0 0 82151 80 0 0 25 0 1 0 544785446 106160128 21026 33554432000 4194304 4291949 140734510749712 18446744073709551615 4267149 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 25918 21026 252 24 0 22552 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 103672

[startup+882.301 s]
/proc/loadavg: 3.68 3.90 4.42 4/184 6059
/proc/meminfo: memFree=16012468/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=165912 CPUtime=882.31 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 352011 0 0 0 88147 84 0 0 25 0 1 0 544785446 169893888 33933 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 41478 33933 252 24 0 38112 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 165912

[startup+942.301 s]
/proc/loadavg: 3.27 3.74 4.34 4/184 6061
/proc/meminfo: memFree=15903664/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=302568 CPUtime=942.31 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 391554 0 0 0 94139 92 0 0 25 0 1 0 544785446 309829632 52622 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 75642 52622 252 24 0 72276 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 302568

[startup+1002.3 s]
/proc/loadavg: 3.09 3.60 4.25 4/184 6062
/proc/meminfo: memFree=15948624/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=231744 CPUtime=1002.31 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 423894 0 0 0 100132 99 0 0 25 0 1 0 544785446 237305856 44749 33554432000 4194304 4291949 140734510749712 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 57936 44749 252 24 0 54570 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 231744

[startup+1062.3 s]
/proc/loadavg: 3.03 3.49 4.17 4/184 6064
/proc/meminfo: memFree=15978580/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=151552 CPUtime=1062.32 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 441872 0 0 0 106129 103 0 0 25 0 1 0 544785446 155189248 33236 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 37888 33236 252 24 0 34522 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 151552

[startup+1122.3 s]
/proc/loadavg: 3.06 3.42 4.10 4/184 6065
/proc/meminfo: memFree=15921484/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=183216 CPUtime=1122.32 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 448618 0 0 0 112127 105 0 0 25 0 1 0 544785446 187613184 39881 33554432000 4194304 4291949 140734510749712 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 45804 39881 252 24 0 42438 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 183216

[startup+1182.3 s]
/proc/loadavg: 3.02 3.34 4.03 4/184 6067
/proc/meminfo: memFree=15934820/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=152888 CPUtime=1182.32 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 464127 0 0 0 118123 109 0 0 25 0 1 0 544785446 156557312 33088 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 38222 33088 252 24 0 34856 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 152888

[startup+1242.3 s]
/proc/loadavg: 3.01 3.27 3.96 4/184 6069
/proc/meminfo: memFree=15881784/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=234684 CPUtime=1242.33 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 474073 0 0 0 124121 112 0 0 25 0 1 0 544785446 240316416 42872 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 58671 42872 252 24 0 55305 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 234684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.07 3.24 3.90 3/183 6071
/proc/meminfo: memFree=16002148/32951124 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=154156 CPUtime=1300.03 cores=4,6
/proc/5975/stat : 5975 (RestartSAT) R 5973 5975 5047 0 -1 4202496 487140 0 0 0 129889 114 0 0 25 0 1 0 544785446 157855744 33165 33554432000 4194304 4291949 140734510749712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5975/statm: 38539 33165 252 24 0 35173 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 154156

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1298.89
CPU system time (s): 1.15282
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 315920

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

runsolver used 2.24166 second user time and 4.86126 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-23 09:59:09
IDJOB=3250443
IDBENCH=83254
IDSOLVER=1580
FILE ID=node110/3250443-1303545549
RUNJOBID= node110-1303545548-5940
PBS_JOBID= 13143128
Free space on /tmp= 71972 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250443-1303545549/watcher-3250443-1303545549 -o /tmp/evaluation-result-3250443-1303545549/solver-3250443-1303545549 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3250443-1303545549.cnf

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=2108092368

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17017816 kB
Buffers:       2309980 kB
Cached:       12972956 kB
SwapCached:          0 kB
Active:        7916700 kB
Inactive:      7451608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17017816 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13156 kB
Writeback:           0 kB
AnonPages:       84344 kB
Mapped:          15128 kB
Slab:           501420 kB
PageTables:       4920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   252988 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= 71960 MiB
End job on node110 at 2011-04-23 10:20:51