Trace number 3285373

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.06 1300.03

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

running on 2 cores: 1,3

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: 4.02 4.57 6.12 5/189 16963
/proc/meminfo: memFree=18747928/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=19800 CPUtime=0 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 751 0 0 0 0 0 0 0 21 0 1 0 468806656 20275200 693 33554432000 4194304 4291949 140734704423072 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 4950 693 227 24 0 1584 0

[startup+0.0317059 s]
/proc/loadavg: 4.02 4.57 6.12 5/189 16963
/proc/meminfo: memFree=18747928/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=24964 CPUtime=0.02 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 2145 0 0 0 2 0 0 0 21 0 1 0 468806656 25563136 2022 33554432000 4194304 4291949 140734704423072 18446744073709551615 255106768640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 6241 2022 228 24 0 2875 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24964

[startup+0.100679 s]
/proc/loadavg: 4.02 4.57 6.12 5/189 16963
/proc/meminfo: memFree=18747928/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=38616 CPUtime=0.08 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 6536 0 0 0 8 0 0 0 21 0 1 0 468806656 39542784 5813 33554432000 4194304 4291949 140734704423072 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 9654 5813 228 24 0 6288 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38616

[startup+0.300642 s]
/proc/loadavg: 4.02 4.57 6.12 5/189 16963
/proc/meminfo: memFree=18747928/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=53072 CPUtime=0.29 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 9721 0 0 0 28 1 0 0 22 0 1 0 468806656 54345728 8604 33554432000 4194304 4291949 140734704423072 18446744073709551615 4232753 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 13268 8604 234 24 0 9902 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53072

[startup+0.700583 s]
/proc/loadavg: 4.02 4.57 6.12 5/189 16963
/proc/meminfo: memFree=18747928/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=45644 CPUtime=0.69 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 10695 0 0 0 68 1 0 0 24 0 1 0 468806656 46739456 7144 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 11411 7144 253 24 0 8045 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45644

[startup+1.50043 s]
/proc/loadavg: 4.02 4.56 6.11 5/190 16964
/proc/meminfo: memFree=18712836/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=45644 CPUtime=1.49 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 10929 0 0 0 148 1 0 0 25 0 1 0 468806656 46739456 7377 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 11411 7377 253 24 0 8045 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45644

[startup+3.10015 s]
/proc/loadavg: 4.02 4.56 6.11 5/190 16964
/proc/meminfo: memFree=18706872/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=48364 CPUtime=3.09 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 11455 0 0 0 308 1 0 0 25 0 1 0 468806656 49524736 7903 33554432000 4194304 4291949 140734704423072 18446744073709551615 4262398 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 12091 7903 253 24 0 8725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48364

[startup+6.30059 s]
/proc/loadavg: 4.02 4.56 6.11 5/190 16964
/proc/meminfo: memFree=18688652/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=59964 CPUtime=6.28 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 13028 0 0 0 627 1 0 0 25 0 1 0 468806656 61403136 9475 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 14991 9475 253 24 0 11625 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59964

[startup+12.7005 s]
/proc/loadavg: 4.01 4.54 6.08 5/190 16964
/proc/meminfo: memFree=18613068/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=71640 CPUtime=12.69 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 16063 0 0 0 1267 2 0 0 25 0 1 0 468806656 73359360 12506 33554432000 4194304 4291949 140734704423072 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 17910 12506 253 24 0 14544 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71640

[startup+25.5002 s]
/proc/loadavg: 4.01 4.52 6.06 5/190 16964
/proc/meminfo: memFree=18528852/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=90748 CPUtime=25.49 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 21297 0 0 0 2545 4 0 0 25 0 1 0 468806656 92925952 17727 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 22687 17727 253 24 0 19321 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90748

[startup+51.1007 s]
/proc/loadavg: 4.01 4.48 6.00 5/190 16965
/proc/meminfo: memFree=18355324/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=173548 CPUtime=51.09 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 34599 0 0 0 5101 8 0 0 25 0 1 0 468806656 177713152 31017 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 43387 31017 253 24 0 40021 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 173548

[startup+102.307 s]
/proc/loadavg: 4.00 4.39 5.89 5/190 16966
/proc/meminfo: memFree=18044052/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=258748 CPUtime=102.3 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 62552 0 0 0 10215 15 0 0 25 0 1 0 468806656 264957952 58950 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 64687 58950 253 24 0 61321 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 258748

[startup+162.3 s]
/proc/loadavg: 4.00 4.32 5.77 5/190 16968
/proc/meminfo: memFree=17690148/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=395336 CPUtime=162.29 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 92568 0 0 0 16206 23 0 0 25 0 1 0 468806656 404824064 88941 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 98834 88941 253 24 0 95468 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 395336

[startup+222.301 s]
/proc/loadavg: 4.11 4.29 5.66 5/190 16970
/proc/meminfo: memFree=17328672/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=613032 CPUtime=222.29 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 121958 0 0 0 22200 29 0 0 25 0 1 0 468806656 627744768 118305 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 153258 118305 253 24 0 149892 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 613032

[startup+282.3 s]
/proc/loadavg: 4.04 4.23 5.56 5/190 16971
/proc/meminfo: memFree=16947612/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=615108 CPUtime=282.3 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 148595 0 0 0 28196 34 0 0 25 0 1 0 468806656 629870592 144935 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 153777 144935 253 24 0 150411 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 615108

[startup+342.301 s]
/proc/loadavg: 4.01 4.19 5.45 5/190 16973
/proc/meminfo: memFree=16615904/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=967732 CPUtime=342.3 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 173572 0 0 0 34192 38 0 0 25 0 1 0 468806656 990957568 169890 33554432000 4194304 4291949 140734704423072 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 241933 169890 253 24 0 238567 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 967732

[startup+402.301 s]
/proc/loadavg: 4.00 4.15 5.36 5/190 16974
/proc/meminfo: memFree=16284068/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=970164 CPUtime=402.3 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 197676 0 0 0 40186 44 0 0 25 0 1 0 468806656 993447936 193980 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 242541 193980 253 24 0 239175 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 970164

[startup+462.301 s]
/proc/loadavg: 4.03 4.14 5.28 5/190 16976
/proc/meminfo: memFree=15941316/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=973168 CPUtime=462.3 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 226394 0 0 0 46180 50 0 0 25 0 1 0 468806656 996524032 222675 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 243292 222675 253 24 0 239926 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 973168

[startup+522.301 s]
/proc/loadavg: 4.01 4.11 5.20 5/190 16978
/proc/meminfo: memFree=15625352/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=1543760 CPUtime=522.3 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 249516 0 0 0 52175 55 0 0 25 0 1 0 468806656 1580810240 245784 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 385940 245784 253 24 0 382574 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1543760

[startup+582.3 s]
/proc/loadavg: 4.00 4.08 5.12 5/190 16979
/proc/meminfo: memFree=15338532/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=1546364 CPUtime=582.3 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 272255 0 0 0 58170 60 0 0 25 0 1 0 468806656 1583476736 268502 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 386591 268502 253 24 0 383225 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1546364

[startup+642.301 s]
/proc/loadavg: 4.00 4.07 5.05 5/190 16981
/proc/meminfo: memFree=14803336/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=1547808 CPUtime=642.31 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 304168 0 0 0 64164 67 0 0 25 0 1 0 468806656 1584955392 300392 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 386952 300392 253 24 0 383586 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1547808

[startup+702.3 s]
/proc/loadavg: 4.00 4.05 4.98 5/190 16982
/proc/meminfo: memFree=14425248/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=1548644 CPUtime=702.31 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 340714 0 0 0 70156 75 0 0 25 0 1 0 468806656 1585811456 336913 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 387161 336913 253 24 0 383795 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1548644

[startup+762.307 s]
/proc/loadavg: 4.06 4.06 4.92 5/190 16984
/proc/meminfo: memFree=14106932/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=1553660 CPUtime=762.31 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 362477 0 0 0 76151 80 0 0 25 0 1 0 468806656 1590947840 358649 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 388415 358649 253 24 0 385049 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1553660

[startup+822.3 s]
/proc/loadavg: 4.06 4.06 4.86 5/190 16986
/proc/meminfo: memFree=13834620/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=1555856 CPUtime=822.31 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 383686 0 0 0 82147 84 0 0 25 0 1 0 468806656 1593196544 379842 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 388964 379842 253 24 0 385598 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1555856

[startup+882.301 s]
/proc/loadavg: 4.02 4.05 4.81 5/190 16987
/proc/meminfo: memFree=13555476/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=2480604 CPUtime=882.31 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 404339 0 0 0 88142 89 0 0 25 0 1 0 468806656 2540138496 400477 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 620151 400477 253 24 0 616785 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2480604

[startup+942.3 s]
/proc/loadavg: 4.00 4.03 4.75 5/190 16989
/proc/meminfo: memFree=13269276/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=2482016 CPUtime=942.31 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 428814 0 0 0 94135 96 0 0 25 0 1 0 468806656 2541584384 424935 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255876 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 620504 424935 253 24 0 617138 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2482016

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 4.70 5/190 16990
/proc/meminfo: memFree=12992748/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=2483912 CPUtime=1002.31 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 448797 0 0 0 100131 100 0 0 25 0 1 0 468806656 2543525888 444900 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 620978 444900 253 24 0 617612 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2483912

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 4.66 5/190 16992
/proc/meminfo: memFree=12678020/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=2486148 CPUtime=1062.31 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 468906 0 0 0 106126 105 0 0 25 0 1 0 468806656 2545815552 464991 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 621537 464991 253 24 0 618171 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2486148

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 4.61 5/190 16994
/proc/meminfo: memFree=12428520/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=2488632 CPUtime=1122.32 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 489180 0 0 0 112123 109 0 0 25 0 1 0 468806656 2548359168 485255 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 622158 485255 253 24 0 618792 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2488632

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 4.57 5/190 17079
/proc/meminfo: memFree=19598576/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=303128 CPUtime=1182.32 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 560635 0 0 0 118104 128 0 0 25 0 1 0 468806656 310403072 63722 33554432000 4194304 4291949 140734704423072 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 75782 63722 253 24 0 72416 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 303128

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 4.54 5/190 17081
/proc/meminfo: memFree=19170224/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=435536 CPUtime=1242.32 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 594782 0 0 0 124098 134 0 0 25 0 1 0 468806656 445988864 97850 33554432000 4194304 4291949 140734704423072 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 108884 97850 253 24 0 105518 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 435536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 4.51 5/190 17082
/proc/meminfo: memFree=18784324/32951124 swapFree=67111524/67111528
[pid=16963] ppid=16961 vsize=650732 CPUtime=1300.02 cores=1,3
/proc/16963/stat : 16963 (RestartSAT) R 16961 16963 15892 0 -1 4202496 622018 0 0 0 129862 140 0 0 25 0 1 0 468806656 666349568 125056 33554432000 4194304 4291949 140734704423072 18446744073709551615 4262300 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16963/statm: 162683 125056 253 24 0 159317 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 650732

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.03
CPU time (s): 1300.06
CPU user time (s): 1298.63
CPU system time (s): 1.43178
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2619552

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

runsolver used 2.05269 second user time and 5.05123 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-25 22:38:25
IDJOB=3285373
IDBENCH=82381
IDSOLVER=1581
FILE ID=node144/3285373-1303763905
RUNJOBID= node144-1303763741-16892
PBS_JOBID= 13157119
Free space on /tmp= 71956 MiB

SOLVER NAME= RestartSAT A75
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.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285373-1303763905/watcher-3285373-1303763905 -o /tmp/evaluation-result-3285373-1303763905/solver-3285373-1303763905 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3285373-1303763905.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=916693515

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.850
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.82
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.850
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.75
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.850
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:      18747960 kB
Buffers:       2185772 kB
Cached:       10028128 kB
SwapCached:          4 kB
Active:        5098620 kB
Inactive:      8539296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18747960 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           95996 kB
Writeback:           0 kB
AnonPages:     1423464 kB
Mapped:          15452 kB
Slab:           497072 kB
PageTables:       7772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1853468 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= 72072 MiB
End job on node144 at 2011-04-25 23:00:07