Trace number 3285143

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 A75? (TO) 1300.14 1300.1

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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-3285143-1303762716/watcher-3285143-1303762716 -o /tmp/evaluation-result-3285143-1303762716/solver-3285143-1303762716 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3285143-1303762716.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: 3.82 2.33 2.39 4/189 8856
/proc/meminfo: memFree=21238084/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=20444 CPUtime=0 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 910 0 0 0 0 0 0 0 21 0 1 0 487869374 20934656 852 33554432000 4194304 4291949 140737400565856 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 5111 852 228 24 0 1745 0

[startup+0.0354759 s]
/proc/loadavg: 3.82 2.33 2.39 4/189 8856
/proc/meminfo: memFree=21238084/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=26300 CPUtime=0.03 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 2551 0 0 0 3 0 0 0 21 0 1 0 487869374 26931200 2375 33554432000 4194304 4291949 140737400565856 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 6575 2384 228 24 0 3209 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26300

[startup+0.100464 s]
/proc/loadavg: 3.82 2.33 2.39 4/189 8856
/proc/meminfo: memFree=21238084/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=38884 CPUtime=0.09 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 6730 0 0 0 9 0 0 0 21 0 1 0 487869374 39817216 5986 33554432000 4194304 4291949 140737400565856 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 9721 5996 228 24 0 6355 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38884

[startup+0.300425 s]
/proc/loadavg: 3.82 2.33 2.39 4/189 8856
/proc/meminfo: memFree=21238084/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=67616 CPUtime=0.29 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 13674 0 0 0 28 1 0 0 22 0 1 0 487869374 69238784 11720 33554432000 4194304 4291949 140737400565856 18446744073709551615 4230278 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 16904 11720 232 24 0 13538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67616

[startup+0.700353 s]
/proc/loadavg: 3.82 2.33 2.39 4/189 8856
/proc/meminfo: memFree=21238084/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=62096 CPUtime=0.69 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 17200 0 0 0 67 2 0 0 24 0 1 0 487869374 63586304 11066 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 15524 11066 242 24 0 12158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62096

[startup+1.50021 s]
/proc/loadavg: 3.84 2.36 2.40 5/190 8857
/proc/meminfo: memFree=21190964/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=62096 CPUtime=1.49 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 17435 0 0 0 147 2 0 0 25 0 1 0 487869374 63586304 11299 33554432000 4194304 4291949 140737400565856 18446744073709551615 4251605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 15524 11299 252 24 0 12158 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62096

[startup+3.10092 s]
/proc/loadavg: 3.84 2.36 2.40 5/190 8857
/proc/meminfo: memFree=21185756/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=66516 CPUtime=3.09 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 17890 0 0 0 307 2 0 0 25 0 1 0 487869374 68112384 11753 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 16629 11753 252 24 0 13263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66516

[startup+6.30034 s]
/proc/loadavg: 3.84 2.36 2.40 5/190 8857
/proc/meminfo: memFree=21172764/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=66516 CPUtime=6.29 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 18718 0 0 0 627 2 0 0 25 0 1 0 487869374 68112384 12581 33554432000 4194304 4291949 140737400565856 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 16629 12581 252 24 0 13263 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66516

[startup+12.7002 s]
/proc/loadavg: 3.86 2.42 2.42 5/190 8857
/proc/meminfo: memFree=21147600/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=73696 CPUtime=12.69 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 20364 0 0 0 1267 2 0 0 25 0 1 0 487869374 75464704 14224 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 18424 14224 252 24 0 15058 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73696

[startup+25.5008 s]
/proc/loadavg: 3.88 2.47 2.43 5/190 8857
/proc/meminfo: memFree=21081656/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=104340 CPUtime=25.49 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 24507 0 0 0 2546 3 0 0 25 0 1 0 487869374 106844160 18359 33554432000 4194304 4291949 140737400565856 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 26085 18359 252 24 0 22719 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104340

[startup+51.1002 s]
/proc/loadavg: 4.06 2.62 2.48 5/190 8858
/proc/meminfo: memFree=20929384/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=135160 CPUtime=51.09 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 33402 0 0 0 5104 5 0 0 25 0 1 0 487869374 138403840 27239 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 33790 27239 252 24 0 30424 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135160

[startup+102.307 s]
/proc/loadavg: 4.02 2.85 2.57 5/190 8859
/proc/meminfo: memFree=20680400/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=267532 CPUtime=102.3 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 50599 0 0 0 10221 9 0 0 25 0 1 0 487869374 273952768 44425 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 66883 44425 252 24 0 63517 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 267532

[startup+162.301 s]
/proc/loadavg: 4.01 3.06 2.66 5/190 8861
/proc/meminfo: memFree=20348884/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=402668 CPUtime=162.3 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 73206 0 0 0 16214 16 0 0 25 0 1 0 487869374 412332032 67007 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248340 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 100667 67007 252 24 0 97301 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 402668

[startup+222.301 s]
/proc/loadavg: 4.04 3.24 2.74 5/190 8863
/proc/meminfo: memFree=20031948/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=407032 CPUtime=222.29 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 96391 0 0 0 22209 20 0 0 25 0 1 0 487869374 416800768 90173 33554432000 4194304 4291949 140737400565856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 101758 90173 252 24 0 98392 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 407032

[startup+282.301 s]
/proc/loadavg: 4.01 3.38 2.82 5/190 8864
/proc/meminfo: memFree=19734360/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=624860 CPUtime=282.3 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 117198 0 0 0 28205 25 0 0 25 0 1 0 487869374 639856640 110965 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 156215 110965 252 24 0 152849 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 624860

[startup+342.301 s]
/proc/loadavg: 4.00 3.49 2.89 5/190 8866
/proc/meminfo: memFree=19405236/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=628320 CPUtime=342.3 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 139254 0 0 0 34201 29 0 0 25 0 1 0 487869374 643399680 133006 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 157080 133006 252 24 0 153714 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 628320

[startup+402.301 s]
/proc/loadavg: 4.00 3.58 2.95 5/190 8867
/proc/meminfo: memFree=19042268/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=979112 CPUtime=402.31 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 165239 0 0 0 40196 35 0 0 25 0 1 0 487869374 1002610688 158976 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 244778 158976 252 24 0 241412 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 979112

[startup+462.3 s]
/proc/loadavg: 4.00 3.65 3.02 5/190 8869
/proc/meminfo: memFree=18683564/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=982848 CPUtime=462.31 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 186273 0 0 0 46192 39 0 0 25 0 1 0 487869374 1006436352 179994 33554432000 4194304 4291949 140737400565856 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 245712 179994 252 24 0 242346 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 982848

[startup+522.3 s]
/proc/loadavg: 4.00 3.71 3.08 5/190 8870
/proc/meminfo: memFree=18390320/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=985680 CPUtime=522.31 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 206268 0 0 0 52188 43 0 0 25 0 1 0 487869374 1009336320 199978 33554432000 4194304 4291949 140737400565856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 246420 199978 252 24 0 243054 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 985680

[startup+582.3 s]
/proc/loadavg: 4.04 3.78 3.14 5/190 8872
/proc/meminfo: memFree=18113584/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=988100 CPUtime=582.31 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 224376 0 0 0 58184 47 0 0 25 0 1 0 487869374 1011814400 218073 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248595 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 247025 218073 252 24 0 243659 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 988100

[startup+642.3 s]
/proc/loadavg: 4.09 3.84 3.20 5/190 8874
/proc/meminfo: memFree=17763452/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=991296 CPUtime=642.32 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 246543 0 0 0 64179 53 0 0 25 0 1 0 487869374 1015087104 240225 33554432000 4194304 4291949 140737400565856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 247824 240225 252 24 0 244458 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 991296

[startup+702.3 s]
/proc/loadavg: 4.03 3.87 3.24 5/190 8875
/proc/meminfo: memFree=17432304/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=1560532 CPUtime=702.31 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 281169 0 0 0 70171 60 0 0 25 0 1 0 487869374 1597984768 274841 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 390133 274841 252 24 0 386767 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1560532

[startup+762.306 s]
/proc/loadavg: 4.07 3.91 3.29 5/190 8877
/proc/meminfo: memFree=17146972/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=1563600 CPUtime=762.32 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 303094 0 0 0 76167 65 0 0 25 0 1 0 487869374 1601126400 296758 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 390900 296758 252 24 0 387534 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1563600

[startup+822.3 s]
/proc/loadavg: 4.02 3.92 3.34 5/190 8878
/proc/meminfo: memFree=16796296/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=1566284 CPUtime=822.32 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 321646 0 0 0 82163 69 0 0 25 0 1 0 487869374 1603874816 315299 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248388 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 391571 315299 252 24 0 388205 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1566284

[startup+882.301 s]
/proc/loadavg: 4.01 3.93 3.38 5/190 8880
/proc/meminfo: memFree=16506376/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=1568236 CPUtime=882.32 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 347407 0 0 0 88157 75 0 0 25 0 1 0 487869374 1605873664 341052 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 392059 341052 252 24 0 388693 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1568236

[startup+942.301 s]
/proc/loadavg: 4.00 3.94 3.41 5/190 8882
/proc/meminfo: memFree=16237904/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=1570688 CPUtime=942.32 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 365343 0 0 0 94153 79 0 0 25 0 1 0 487869374 1608384512 358979 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 392672 358979 252 24 0 389306 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1570688

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.45 5/190 8883
/proc/meminfo: memFree=15918220/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=1572236 CPUtime=1002.32 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 392251 0 0 0 100147 85 0 0 25 0 1 0 487869374 1609969664 385878 33554432000 4194304 4291949 140737400565856 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 393059 385878 252 24 0 389693 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1572236

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.48 5/190 8885
/proc/meminfo: memFree=15572416/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=2494804 CPUtime=1062.32 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 425794 0 0 0 106141 91 0 0 25 0 1 0 487869374 2554679296 419413 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 623701 419413 252 24 0 620335 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2494804

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.51 5/190 8886
/proc/meminfo: memFree=15210068/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=2495612 CPUtime=1122.33 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 465771 0 0 0 112135 98 0 0 25 0 1 0 487869374 2555506688 459369 33554432000 4194304 4291949 140737400565856 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 623903 459369 252 24 0 620537 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2495612

[startup+1182.3 s]
/proc/loadavg: 2.63 3.61 3.41 2/172 8942
/proc/meminfo: memFree=20813144/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=2498864 CPUtime=1182.33 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 501784 0 0 0 118129 104 0 0 25 0 1 0 487869374 2558836736 495371 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 624716 495371 252 24 0 621350 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2498864

[startup+1242.3 s]
/proc/loadavg: 1.60 3.13 3.26 2/172 8944
/proc/meminfo: memFree=20736628/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=2504064 CPUtime=1242.33 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 520790 0 0 0 124125 108 0 0 25 0 1 0 487869374 2564161536 514365 33554432000 4194304 4291949 140737400565856 18446744073709551615 212691112368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 626016 514365 252 24 0 622650 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2504064



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.24 2.77 3.13 2/172 8945
/proc/meminfo: memFree=20657256/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=2505820 CPUtime=1300.04 cores=5,7
/proc/8856/stat : 8856 (RestartSAT) R 8854 8856 7955 0 -1 4202496 540438 0 0 0 129892 112 0 0 25 0 1 0 487869374 2565959680 534004 33554432000 4194304 4291949 140737400565856 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8856/statm: 626455 534004 252 24 0 623089 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2505820

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.1
CPU time (s): 1300.14
CPU user time (s): 1298.92
CPU system time (s): 1.21481
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2505820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.92
system time used= 1.21481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540438
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= 9
involuntary context switches= 15539

runsolver used 2.07268 second user time and 4.89026 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 22:18:36
IDJOB=3285143
IDBENCH=82372
IDSOLVER=1581
FILE ID=node139/3285143-1303762716
RUNJOBID= node139-1303762548-8758
PBS_JOBID= 13157122
Free space on /tmp= 72152 MiB

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

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=269426554

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21238240 kB
Buffers:       2056376 kB
Cached:        7775096 kB
SwapCached:          4 kB
Active:        3415008 kB
Inactive:      7763396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21238240 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          224608 kB
Writeback:           0 kB
AnonPages:     1346956 kB
Mapped:          15384 kB
Slab:           465596 kB
PageTables:       7604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1766340 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= 72420 MiB
End job on node139 at 2011-04-25 22:40:18