Trace number 3421228

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
MD5SUM731331ace9dcb7404987f98927f5c914
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 variables840
Number of clauses72688
Sum of the clauses size146160
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 528

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-3421228-1306625745/watcher-3421228-1306625745 -o /tmp/evaluation-result-3421228-1306625745/solver-3421228-1306625745 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421228-1306625745.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.00 1.27 1.64 3/480 5077
/proc/meminfo: memFree=11787360/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=20584 CPUtime=0 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 1034 0 0 0 0 0 0 0 22 0 1 0 774174153 21078016 976 33554432000 4194304 4291949 140736834082160 18446744073709551615 208079893189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 5146 978 225 24 0 1780 0

[startup+0.11692 s]
/proc/loadavg: 1.00 1.27 1.64 3/480 5077
/proc/meminfo: memFree=11787360/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=22280 CPUtime=0.11 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 1703 0 0 0 11 0 0 0 23 0 1 0 774174153 22814720 1543 33554432000 4194304 4291949 140736834082160 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 5570 1543 231 24 0 2204 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 22280

[startup+0.200905 s]
/proc/loadavg: 1.00 1.27 1.64 3/480 5077
/proc/meminfo: memFree=11787360/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=19212 CPUtime=0.19 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 2151 0 0 0 19 0 0 0 23 0 1 0 774174153 19673088 1547 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 4803 1547 252 24 0 1437 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19212

[startup+0.300885 s]
/proc/loadavg: 1.00 1.27 1.64 3/480 5077
/proc/meminfo: memFree=11787360/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=20240 CPUtime=0.29 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 2415 0 0 0 29 0 0 0 23 0 1 0 774174153 20725760 1809 33554432000 4194304 4291949 140736834082160 18446744073709551615 208083692077 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 5060 1809 252 24 0 1694 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20240

[startup+0.700809 s]
/proc/loadavg: 1.00 1.27 1.64 3/480 5077
/proc/meminfo: memFree=11787360/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=24912 CPUtime=0.69 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 3022 0 0 0 69 0 0 0 25 0 1 0 774174153 25509888 2411 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 6228 2411 252 24 0 2862 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24912

[startup+1.50066 s]
/proc/loadavg: 1.00 1.27 1.64 4/482 5079
/proc/meminfo: memFree=11766664/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=25060 CPUtime=1.49 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 3628 0 0 0 149 0 0 0 25 0 1 0 774174153 25661440 3013 33554432000 4194304 4291949 140736834082160 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 6265 3013 252 24 0 2899 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25060

[startup+3.10041 s]
/proc/loadavg: 1.08 1.28 1.65 4/482 5079
/proc/meminfo: memFree=11756620/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=30308 CPUtime=3.09 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 4594 0 0 0 309 0 0 0 25 0 1 0 774174153 31035392 3973 33554432000 4194304 4291949 140736834082160 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 7577 3973 252 24 0 4211 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30308

[startup+6.30076 s]
/proc/loadavg: 1.08 1.28 1.65 4/482 5079
/proc/meminfo: memFree=11743368/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=38352 CPUtime=6.29 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 5843 0 0 0 629 0 0 0 25 0 1 0 774174153 39272448 5214 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 9588 5214 252 24 0 6222 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38352

[startup+12.7005 s]
/proc/loadavg: 1.22 1.30 1.65 4/482 5079
/proc/meminfo: memFree=11716360/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=53992 CPUtime=12.69 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 8350 0 0 0 1268 1 0 0 25 0 1 0 774174153 55287808 7707 33554432000 4194304 4291949 140736834082160 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 13498 7707 252 24 0 10132 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53992

[startup+25.5011 s]
/proc/loadavg: 1.34 1.32 1.65 4/482 5080
/proc/meminfo: memFree=11699252/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=54208 CPUtime=25.49 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 9776 0 0 0 2548 1 0 0 25 0 1 0 774174153 55508992 9127 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 13552 9127 252 24 0 10186 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54208

[startup+51.1012 s]
/proc/loadavg: 1.71 1.41 1.67 4/482 5080
/proc/meminfo: memFree=11696708/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=75160 CPUtime=51.09 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 12831 0 0 0 5107 2 0 0 25 0 1 0 774174153 76963840 12174 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 18790 12174 252 24 0 15424 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75160

[startup+102.3 s]
/proc/loadavg: 2.10 1.56 1.70 4/482 5082
/proc/meminfo: memFree=11639044/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=83544 CPUtime=102.31 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 17370 0 0 0 10226 5 0 0 25 0 1 0 774174153 85549056 16699 33554432000 4194304 4291949 140736834082160 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 20886 16699 252 24 0 17520 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 83544

[startup+162.301 s]
/proc/loadavg: 2.04 1.63 1.72 4/482 5083
/proc/meminfo: memFree=11620900/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=118504 CPUtime=162.3 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 21139 0 0 0 16224 6 0 0 25 0 1 0 774174153 121348096 20447 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 29626 20447 252 24 0 26260 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 118504

[startup+222.319 s]
/proc/loadavg: 2.01 1.70 1.73 4/482 5085
/proc/meminfo: memFree=11646648/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=92128 CPUtime=222.31 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 32881 0 0 0 22223 8 0 0 25 0 1 0 774174153 94339072 16190 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 23032 16190 252 24 0 19666 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 92128

[startup+282.3 s]
/proc/loadavg: 2.00 1.75 1.75 4/482 5087
/proc/meminfo: memFree=11601832/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=101788 CPUtime=282.31 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 37828 0 0 0 28220 11 0 0 25 0 1 0 774174153 104230912 21121 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 25447 21121 252 24 0 22081 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 101788

[startup+342.301 s]
/proc/loadavg: 2.00 1.79 1.76 4/482 5088
/proc/meminfo: memFree=11598456/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=133320 CPUtime=342.31 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 40357 0 0 0 34219 12 0 0 25 0 1 0 774174153 136519680 23631 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 33330 23631 252 24 0 29964 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 133320

[startup+402.3 s]
/proc/loadavg: 2.00 1.83 1.77 4/482 5090
/proc/meminfo: memFree=11601912/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=91152 CPUtime=402.31 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 51263 0 0 0 40216 15 0 0 25 0 1 0 774174153 93339648 17589 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 22788 17589 252 24 0 19422 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 91152

[startup+462.301 s]
/proc/loadavg: 2.00 1.86 1.78 4/482 5091
/proc/meminfo: memFree=11575468/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=148556 CPUtime=462.31 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 61994 0 0 0 46212 19 0 0 25 0 1 0 774174153 152121344 28272 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 37139 28273 252 24 0 33773 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 148556

[startup+522.3 s]
/proc/loadavg: 2.00 1.88 1.79 4/482 5093
/proc/meminfo: memFree=11577168/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=153116 CPUtime=522.31 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 66825 0 0 0 52210 21 0 0 25 0 1 0 774174153 156790784 33075 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 38279 33075 252 24 0 34913 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 153116

[startup+582.301 s]
/proc/loadavg: 2.00 1.90 1.80 4/482 5095
/proc/meminfo: memFree=11586928/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=126232 CPUtime=582.31 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 77161 0 0 0 58207 24 0 0 25 0 1 0 774174153 129261568 22631 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 31558 22631 252 24 0 28192 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 126232

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/482 5198
/proc/meminfo: memFree=11304224/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=319148 CPUtime=4002.44 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 387690 0 0 0 400110 134 0 0 25 0 1 0 774174153 326807552 68460 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 79787 68460 252 24 0 76421 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 319148

[startup+4062.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/482 5199
/proc/meminfo: memFree=11279160/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=322028 CPUtime=4062.46 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 390085 0 0 0 406110 136 0 0 25 0 1 0 774174153 329756672 70845 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 80507 70845 252 24 0 77141 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 322028

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/482 5201
/proc/meminfo: memFree=11332580/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=271940 CPUtime=4122.45 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 402807 0 0 0 412105 140 0 0 25 0 1 0 774174153 278466560 52990 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 67985 52990 252 24 0 64619 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 271940

[startup+4182.32 s]
/proc/loadavg: 2.00 2.00 2.00 4/482 5203
/proc/meminfo: memFree=11298828/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=271940 CPUtime=4182.47 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 407366 0 0 0 418105 142 0 0 25 0 1 0 774174153 278466560 57531 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 67985 57531 252 24 0 64619 0
Current children cumulated CPU time (s) 4182.47
Current children cumulated vsize (KiB) 271940

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/482 5204
/proc/meminfo: memFree=11364404/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=322028 CPUtime=4242.46 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 410717 0 0 0 424102 144 0 0 25 0 1 0 774174153 329756672 60861 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 80507 60861 252 24 0 77141 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 322028

[startup+4302.3 s]
/proc/loadavg: 2.25 2.07 2.02 4/482 5206
/proc/meminfo: memFree=11327056/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=322028 CPUtime=4302.46 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 413864 0 0 0 430100 146 0 0 25 0 1 0 774174153 329756672 63993 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 80507 63993 252 24 0 77141 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 322028

[startup+4362.3 s]
/proc/loadavg: 2.09 2.06 2.02 4/482 5207
/proc/meminfo: memFree=11289336/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=322988 CPUtime=4362.46 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 417397 0 0 0 436099 147 0 0 25 0 1 0 774174153 330739712 67504 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 80747 67504 252 24 0 77381 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 322988

[startup+4422.3 s]
/proc/loadavg: 2.03 2.04 2.01 4/482 5209
/proc/meminfo: memFree=11263900/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=327308 CPUtime=4422.47 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 421485 0 0 0 442098 149 0 0 25 0 1 0 774174153 335163392 71578 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 81827 71578 252 24 0 78461 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 327308

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/482 5211
/proc/meminfo: memFree=11326120/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=246400 CPUtime=4482.46 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 435488 0 0 0 448095 151 0 0 25 0 1 0 774174153 252313600 53964 33554432000 4194304 4291949 140736834082160 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 61600 53964 252 24 0 58234 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 246400

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/482 5212
/proc/meminfo: memFree=11294588/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=277220 CPUtime=4542.46 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 441097 0 0 0 454092 154 0 0 25 0 1 0 774174153 283873280 59544 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 69305 59544 252 24 0 65939 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 277220

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/482 5214
/proc/meminfo: memFree=11269896/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=327308 CPUtime=4602.47 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 445005 0 0 0 460091 156 0 0 25 0 1 0 774174153 335163392 63431 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 81827 63431 252 24 0 78461 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 327308

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/482 5215
/proc/meminfo: memFree=11338920/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=327308 CPUtime=4662.48 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 447705 0 0 0 466091 157 0 0 25 0 1 0 774174153 335163392 66115 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 81827 66115 252 24 0 78461 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 327308

[startup+4722.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/482 5217
/proc/meminfo: memFree=11305288/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=327308 CPUtime=4722.49 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 449911 0 0 0 472091 158 0 0 25 0 1 0 774174153 335163392 68307 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 81827 68307 252 24 0 78461 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 327308

[startup+4782.3 s]
/proc/loadavg: 2.10 2.03 2.01 4/482 5219
/proc/meminfo: memFree=11277232/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=327308 CPUtime=4782.48 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 453384 0 0 0 478089 159 0 0 25 0 1 0 774174153 335163392 71754 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 81827 71754 252 24 0 78461 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 327308

[startup+4842.32 s]
/proc/loadavg: 2.17 2.07 2.02 4/482 5220
/proc/meminfo: memFree=11255136/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=327308 CPUtime=4842.49 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 455369 0 0 0 484089 160 0 0 25 0 1 0 774174153 335163392 73733 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255918 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 81827 73733 252 24 0 78461 0
Current children cumulated CPU time (s) 4842.49
Current children cumulated vsize (KiB) 327308

[startup+4902.3 s]
/proc/loadavg: 2.10 2.07 2.02 4/482 5222
/proc/meminfo: memFree=11348616/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=228872 CPUtime=4902.48 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 463394 0 0 0 490086 162 0 0 25 0 1 0 774174153 234364928 47949 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 57218 47949 252 24 0 53852 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 228872

[startup+4962.3 s]
/proc/loadavg: 2.04 2.05 2.01 4/482 5223
/proc/meminfo: memFree=11297880/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=278660 CPUtime=4962.48 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 472849 0 0 0 496082 166 0 0 25 0 1 0 774174153 285347840 57358 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 69665 57358 252 24 0 66299 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 278660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.04 2.01 4/482 5224
/proc/meminfo: memFree=11275924/32950928 swapFree=51884240/67111528
[pid=5077] ppid=5075 vsize=278660 CPUtime=5000.1 cores=1,3,5,7
/proc/5077/stat : 5077 (RestartSAT) R 5075 5077 4258 0 -1 4202496 475723 0 0 0 499842 168 0 0 25 0 1 0 774174153 285347840 60218 33554432000 4194304 4291949 140736834082160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5077/statm: 69665 60218 252 24 0 66299 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 278660

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): 4999.93
CPU time (s): 5000.12
CPU user time (s): 4998.43
CPU system time (s): 1.69274
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 428812

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

runsolver used 22.4186 second user time and 56.4164 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-29 01:35:45
IDJOB=3421228
IDBENCH=83907
IDSOLVER=1911
FILE ID=node127/3421228-1306625745
RUNJOBID= node127-1306625745-5059
PBS_JOBID= 13471594
Free space on /tmp= 73712 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421228-1306625745/watcher-3421228-1306625745 -o /tmp/evaluation-result-3421228-1306625745/solver-3421228-1306625745 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421228-1306625745.cnf

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

MD5SUM BENCH= 731331ace9dcb7404987f98927f5c914
RANDOM SEED=200195351

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      11787888 kB
Buffers:        270408 kB
Cached:        4344584 kB
SwapCached:      55132 kB
Active:        3961316 kB
Inactive:     16924612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11787888 kB
SwapTotal:    67111528 kB
SwapFree:     51884240 kB
Dirty:            2340 kB
Writeback:           0 kB
AnonPages:    16222412 kB
Mapped:          28864 kB
Slab:           112676 kB
PageTables:      95268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119736880 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= 73712 MiB
End job on node127 at 2011-05-29 02:59:07