Trace number 3285372

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications 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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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-3285372-1303763054/watcher-3285372-1303763054 -o /tmp/evaluation-result-3285372-1303763054/solver-3285372-1303763054 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3285372-1303763054.cnf 

running on 2 cores: 5,7

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.44 2.72 3.34 5/184 9613
/proc/meminfo: memFree=13800592/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=19804 CPUtime=0 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 758 0 0 0 0 0 0 0 21 0 1 0 487903256 20279296 699 33554432000 4194304 4291949 140737115474400 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 4951 699 227 24 0 1585 0

[startup+0.0282681 s]
/proc/loadavg: 1.44 2.72 3.34 5/184 9613
/proc/meminfo: memFree=13800592/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=24896 CPUtime=0.02 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 2119 0 0 0 2 0 0 0 21 0 1 0 487903256 25493504 2007 33554432000 4194304 4291949 140737115474400 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 6224 2007 228 24 0 2858 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24896

[startup+0.100255 s]
/proc/loadavg: 1.44 2.72 3.34 5/184 9613
/proc/meminfo: memFree=13800592/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=38752 CPUtime=0.08 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 6629 0 0 0 8 0 0 0 21 0 1 0 487903256 39682048 5892 33554432000 4194304 4291949 140737115474400 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 9688 5894 228 24 0 6322 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38752

[startup+0.300219 s]
/proc/loadavg: 1.44 2.72 3.34 5/184 9613
/proc/meminfo: memFree=13800592/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=53076 CPUtime=0.29 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 9723 0 0 0 28 1 0 0 22 0 1 0 487903256 54349824 8605 33554432000 4194304 4291949 140737115474400 18446744073709551615 4232002 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 13269 8605 234 24 0 9903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53076

[startup+0.700141 s]
/proc/loadavg: 1.44 2.72 3.34 5/184 9613
/proc/meminfo: memFree=13800592/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=45648 CPUtime=0.69 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 10744 0 0 0 68 1 0 0 23 0 1 0 487903256 46743552 7194 33554432000 4194304 4291949 140737115474400 18446744073709551615 4255955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 11412 7194 253 24 0 8046 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45648

[startup+1.50101 s]
/proc/loadavg: 1.44 2.72 3.34 5/191 9626
/proc/meminfo: memFree=13573300/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=45648 CPUtime=1.49 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 11030 0 0 0 148 1 0 0 25 0 1 0 487903256 46743552 7480 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 11412 7480 253 24 0 8046 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45648

[startup+3.1007 s]
/proc/loadavg: 1.44 2.72 3.34 5/194 9632
/proc/meminfo: memFree=13452072/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=48368 CPUtime=3.09 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 11692 0 0 0 308 1 0 0 25 0 1 0 487903256 49528832 8142 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 12092 8142 253 24 0 8726 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48368

[startup+6.30112 s]
/proc/loadavg: 1.80 2.77 3.35 5/194 9632
/proc/meminfo: memFree=13285916/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=59968 CPUtime=6.29 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 13429 0 0 0 627 2 0 0 25 0 1 0 487903256 61407232 9878 33554432000 4194304 4291949 140737115474400 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 14992 9878 253 24 0 11626 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59968

[startup+12.7009 s]
/proc/loadavg: 1.98 2.79 3.35 5/194 9633
/proc/meminfo: memFree=13275544/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=71644 CPUtime=12.69 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 16066 0 0 0 1266 3 0 0 25 0 1 0 487903256 73363456 12511 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 17911 12511 253 24 0 14545 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71644

[startup+25.5006 s]
/proc/loadavg: 2.43 2.85 3.36 5/194 9633
/proc/meminfo: memFree=13184416/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=90612 CPUtime=25.49 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 22279 0 0 0 2544 5 0 0 25 0 1 0 487903256 92786688 18717 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 22653 18717 253 24 0 19287 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90612

[startup+51.1008 s]
/proc/loadavg: 2.96 2.94 3.38 5/194 9634
/proc/meminfo: memFree=13002892/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=172152 CPUtime=51.09 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 33106 0 0 0 5102 7 0 0 25 0 1 0 487903256 176283648 29532 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 43038 29532 253 24 0 39672 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172152

[startup+102.307 s]
/proc/loadavg: 3.66 3.13 3.42 5/194 9635
/proc/meminfo: memFree=12616916/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=256432 CPUtime=102.3 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 56254 0 0 0 10218 12 0 0 25 0 1 0 487903256 262586368 52659 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248360 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 64108 52659 253 24 0 60742 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 256432

[startup+162.3 s]
/proc/loadavg: 3.95 3.31 3.46 5/194 9637
/proc/meminfo: memFree=12158344/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=392556 CPUtime=162.29 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 82313 0 0 0 16212 17 0 0 25 0 1 0 487903256 401977344 78683 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 98139 78683 253 24 0 94773 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 392556

[startup+222.301 s]
/proc/loadavg: 4.11 3.46 3.50 6/194 9638
/proc/meminfo: memFree=11770820/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=610064 CPUtime=222.3 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 106643 0 0 0 22207 23 0 0 25 0 1 0 487903256 624705536 102985 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 152516 102985 253 24 0 149150 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 610064

[startup+282.301 s]
/proc/loadavg: 4.07 3.57 3.53 5/194 9640
/proc/meminfo: memFree=11337676/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=612884 CPUtime=282.3 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 142336 0 0 0 28200 30 0 0 25 0 1 0 487903256 627593216 138659 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 153221 138659 253 24 0 149855 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 612884

[startup+342.301 s]
/proc/loadavg: 4.07 3.66 3.56 5/194 9641
/proc/meminfo: memFree=10920260/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=964596 CPUtime=342.3 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 167650 0 0 0 34195 35 0 0 25 0 1 0 487903256 987746304 163948 33554432000 4194304 4291949 140737115474400 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 241149 163948 253 24 0 237783 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 964596

[startup+402.301 s]
/proc/loadavg: 4.02 3.72 3.59 5/194 9643
/proc/meminfo: memFree=10549352/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=968028 CPUtime=402.3 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 197511 0 0 0 40189 41 0 0 25 0 1 0 487903256 991260672 193783 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 242007 193783 253 24 0 238641 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 968028

[startup+462.301 s]
/proc/loadavg: 4.01 3.77 3.61 5/194 9645
/proc/meminfo: memFree=10170764/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=970556 CPUtime=462.3 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 219394 0 0 0 46183 47 0 0 25 0 1 0 487903256 993849344 215635 33554432000 4194304 4291949 140737115474400 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 242639 215635 253 24 0 239273 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 970556

[startup+522.301 s]
/proc/loadavg: 4.00 3.81 3.63 5/194 9646
/proc/meminfo: memFree=9791548/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=972420 CPUtime=522.3 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 241933 0 0 0 52177 53 0 0 25 0 1 0 487903256 995758080 238152 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 243105 238152 253 24 0 239739 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 972420

[startup+582.3 s]
/proc/loadavg: 4.00 3.84 3.65 5/194 9648
/proc/meminfo: memFree=9445932/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=1540776 CPUtime=582.31 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 262519 0 0 0 58174 57 0 0 25 0 1 0 487903256 1577754624 258707 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248360 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 385194 258707 253 24 0 381828 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1540776

[startup+642.3 s]
/proc/loadavg: 4.05 3.88 3.68 5/194 9649
/proc/meminfo: memFree=9123996/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=1543748 CPUtime=642.31 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 282799 0 0 0 64170 61 0 0 25 0 1 0 487903256 1580797952 278970 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 385937 278970 253 24 0 382571 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1543748

[startup+702.3 s]
/proc/loadavg: 4.02 3.90 3.69 5/194 9651
/proc/meminfo: memFree=8709824/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=1545156 CPUtime=702.31 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 305728 0 0 0 70163 68 0 0 25 0 1 0 487903256 1582239744 301879 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 386289 301879 253 24 0 382923 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1545156

[startup+762.307 s]
/proc/loadavg: 4.00 3.92 3.71 6/194 9653
/proc/meminfo: memFree=8301100/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=1547016 CPUtime=762.32 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 322377 0 0 0 76160 72 0 0 25 0 1 0 487903256 1584144384 318508 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 386754 318508 253 24 0 383388 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1547016

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.73 6/194 9654
/proc/meminfo: memFree=7970744/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=1548700 CPUtime=822.32 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 344633 0 0 0 82154 78 0 0 25 0 1 0 487903256 1585868800 340746 33554432000 4194304 4291949 140737115474400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 387175 340746 253 24 0 383809 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1548700

[startup+882.301 s]
/proc/loadavg: 4.04 3.95 3.75 5/194 9656
/proc/meminfo: memFree=7686520/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=1550364 CPUtime=882.32 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 362086 0 0 0 88150 82 0 0 25 0 1 0 487903256 1587572736 358178 33554432000 4194304 4291949 140737115474400 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 387591 358178 253 24 0 384225 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1550364

[startup+942.301 s]
/proc/loadavg: 4.10 3.99 3.77 5/194 9657
/proc/meminfo: memFree=7361736/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=1552448 CPUtime=942.32 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 382937 0 0 0 94147 85 0 0 25 0 1 0 487903256 1589706752 379006 33554432000 4194304 4291949 140737115474400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 388112 379006 253 24 0 384746 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1552448

[startup+1002.3 s]
/proc/loadavg: 4.08 4.00 3.79 5/194 9659
/proc/meminfo: memFree=8452804/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=288752 CPUtime=1002.32 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 432666 0 0 0 100133 99 0 0 25 0 1 0 487903256 295682048 59760 33554432000 4194304 4291949 140737115474400 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 72188 59760 253 24 0 68822 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 288752

[startup+1062.3 s]
/proc/loadavg: 4.09 4.02 3.80 5/194 9661
/proc/meminfo: memFree=8105208/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=421012 CPUtime=1062.33 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 456523 0 0 0 106129 104 0 0 25 0 1 0 487903256 431116288 83594 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 105253 83594 253 24 0 101887 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 421012

[startup+1122.3 s]
/proc/loadavg: 4.11 4.03 3.82 5/194 9662
/proc/meminfo: memFree=7724752/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=635936 CPUtime=1122.32 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 484220 0 0 0 112124 108 0 0 25 0 1 0 487903256 651198464 111259 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 158984 111259 253 24 0 155618 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 635936

[startup+1182.3 s]
/proc/loadavg: 4.11 4.04 3.83 5/194 9664
/proc/meminfo: memFree=7405928/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=636236 CPUtime=1182.32 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 503475 0 0 0 118119 113 0 0 25 0 1 0 487903256 651505664 130483 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 159059 130483 253 24 0 155693 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 636236

[startup+1242.3 s]
/proc/loadavg: 4.11 4.04 3.84 5/194 9665
/proc/meminfo: memFree=7069132/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=986172 CPUtime=1242.33 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 531046 0 0 0 124113 120 0 0 25 0 1 0 487903256 1009840128 158031 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 246543 158031 253 24 0 243177 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 986172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.06 3.86 5/194 9667
/proc/meminfo: memFree=6758736/32951124 swapFree=67111528/67111528
[pid=9613] ppid=9611 vsize=986172 CPUtime=1300.04 cores=5,7
/proc/9613/stat : 9613 (RestartSAT) R 9611 9613 8720 0 -1 4202496 561017 0 0 0 129879 125 0 0 25 0 1 0 487903256 1009840128 187987 33554432000 4194304 4291949 140737115474400 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9613/statm: 246543 187987 253 24 0 243177 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 986172

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.04
CPU time (s): 1300.08
CPU user time (s): 1298.79
CPU system time (s): 1.2868
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1682808

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

runsolver used 1.9907 second user time and 5.11422 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-25 22:24:14
IDJOB=3285372
IDBENCH=82381
IDSOLVER=1580
FILE ID=node135/3285372-1303763054
RUNJOBID= node135-1303763053-9592
PBS_JOBID= 13157148
Free space on /tmp= 71216 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285372-1303763054/watcher-3285372-1303763054 -o /tmp/evaluation-result-3285372-1303763054/solver-3285372-1303763054 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3285372-1303763054.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1842834650

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13800880 kB
Buffers:       2068480 kB
Cached:       16406788 kB
SwapCached:          0 kB
Active:        7610392 kB
Inactive:     10942464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13800880 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           41216 kB
Writeback:           0 kB
AnonPages:       76588 kB
Mapped:          14500 kB
Slab:           533552 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   204124 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71136 MiB
End job on node135 at 2011-04-25 22:45:56