Trace number 3419894

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
minisat hack reference: minisat 2.2.0? (TO) 5000.27 5000.2

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
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 clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
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: 977)

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-3419894-1307650170/watcher-3419894-1307650170 -o /tmp/evaluation-result-3419894-1307650170/solver-3419894-1307650170 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419894-1307650170.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.03 3/172 22392
/proc/meminfo: memFree=24789308/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=20072 CPUtime=0 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 824 0 0 0 0 0 0 0 25 0 1 0 876616711 20553728 764 33554432000 4194304 4291037 140737194385088 18446744073709551615 4240897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 5018 766 216 24 0 1652 0

[startup+0.0212001 s]
/proc/loadavg: 2.00 2.00 2.03 3/172 22392
/proc/meminfo: memFree=24789308/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=23356 CPUtime=0.01 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1715 0 0 0 1 0 0 0 25 0 1 0 876616711 23916544 1628 33554432000 4194304 4291037 140737194385088 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 5839 1628 216 24 0 2473 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23356

[startup+0.101201 s]
/proc/loadavg: 2.00 2.00 2.03 3/172 22392
/proc/meminfo: memFree=24789308/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=39200 CPUtime=0.09 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 6873 0 0 0 8 1 0 0 25 0 1 0 876616711 40140800 6097 33554432000 4194304 4291037 140737194385088 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 9800 6099 216 24 0 6434 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39200

[startup+0.301181 s]
/proc/loadavg: 2.00 2.00 2.03 3/172 22392
/proc/meminfo: memFree=24789308/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=66980 CPUtime=0.29 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 13574 0 0 0 28 1 0 0 25 0 1 0 876616711 68587520 11639 33554432000 4194304 4291037 140737194385088 18446744073709551615 4230294 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 16745 11639 238 24 0 13379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66980

[startup+0.701118 s]
/proc/loadavg: 2.00 2.00 2.03 3/172 22392
/proc/meminfo: memFree=24789308/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=61968 CPUtime=0.69 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 17112 0 0 0 67 2 0 0 25 0 1 0 876616711 63455232 11030 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 15492 11030 247 24 0 12126 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61968

[startup+1.50099 s]
/proc/loadavg: 2.00 2.00 2.03 3/173 22393
/proc/meminfo: memFree=24745096/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=61968 CPUtime=1.49 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 17436 0 0 0 147 2 0 0 25 0 1 0 876616711 63455232 11354 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 15492 11354 258 24 0 12126 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61968

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 2.03 3/173 22393
/proc/meminfo: memFree=24742864/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=66388 CPUtime=3.09 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 17918 0 0 0 307 2 0 0 25 0 1 0 876616711 67981312 11836 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 16597 11836 258 24 0 13231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66388

[startup+6.30114 s]
/proc/loadavg: 2.16 2.03 2.04 3/173 22393
/proc/meminfo: memFree=24738244/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=73568 CPUtime=6.29 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 19141 0 0 0 627 2 0 0 25 0 1 0 876616711 75333632 13058 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 18392 13058 258 24 0 15026 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73568

[startup+12.7011 s]
/proc/loadavg: 2.15 2.03 2.04 3/173 22393
/proc/meminfo: memFree=24730128/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=85244 CPUtime=12.69 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 20694 0 0 0 1266 3 0 0 25 0 1 0 876616711 87289856 14609 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22392/statm: 21311 14609 258 24 0 17945 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85244

[startup+25.5009 s]
/proc/loadavg: 2.11 2.03 2.04 3/173 22395
/proc/meminfo: memFree=24718744/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=85244 CPUtime=25.49 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 22562 0 0 0 2546 3 0 0 25 0 1 0 876616711 87289856 16475 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248543 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22392/statm: 21311 16475 258 24 0 17945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85244

[startup+51.1006 s]
/proc/loadavg: 2.07 2.03 2.03 3/173 22395
/proc/meminfo: memFree=24685180/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=135032 CPUtime=51.09 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 29574 0 0 0 5104 5 0 0 25 0 1 0 876616711 138272768 23479 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22392/statm: 33758 23479 258 24 0 30392 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135032

[startup+102.306 s]
/proc/loadavg: 1.99 2.01 2.02 3/173 22436
/proc/meminfo: memFree=29468324/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=185120 CPUtime=102.29 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 39347 0 0 0 10221 8 0 0 25 0 1 0 876616711 189562880 33247 33554432000 4194304 4291037 140737194385088 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22392/statm: 46280 33247 258 24 0 42914 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 185120

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.02 3/173 22436
/proc/meminfo: memFree=29333404/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=266508 CPUtime=162.29 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 54138 0 0 0 16218 11 0 0 25 0 1 0 876616711 272904192 48028 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22392/statm: 66627 48028 258 24 0 63261 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 266508

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/173 22438
/proc/meminfo: memFree=29165132/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=399708 CPUtime=222.29 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 83744 0 0 0 22213 16 0 0 25 0 1 0 876616711 409300992 77618 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248376 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22392/statm: 99927 77618 258 24 0 96561 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 399708

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/173 22440
/proc/meminfo: memFree=29038896/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=401388 CPUtime=282.29 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 99674 0 0 0 28210 19 0 0 25 0 1 0 876616711 411021312 93530 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 100347 93530 258 24 0 96981 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 401388

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/173 22442
/proc/meminfo: memFree=28949472/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=617300 CPUtime=342.29 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 114803 0 0 0 34208 21 0 0 25 0 1 0 876616711 632115200 108648 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 154325 108648 258 24 0 150959 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 617300

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/173 22444
/proc/meminfo: memFree=28873696/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=618212 CPUtime=402.29 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 125610 0 0 0 40207 22 0 0 25 0 1 0 876616711 633049088 119449 33554432000 4194304 4291037 140737194385088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 154553 119449 258 24 0 151187 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 618212

[startup+462.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/173 22444
/proc/meminfo: memFree=29025468/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=621220 CPUtime=462.28 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 150915 0 0 0 46203 25 0 0 25 0 1 0 876616711 636129280 144736 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 155305 144736 258 24 0 151939 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 621220

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 2.01 3/173 22446
/proc/meminfo: memFree=28872692/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=972188 CPUtime=522.29 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 167768 0 0 0 52202 27 0 0 25 0 1 0 876616711 995520512 161578 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 243047 161578 258 24 0 239681 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 972188

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/173 22448
/proc/meminfo: memFree=28756372/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=973076 CPUtime=582.29 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 184553 0 0 0 58201 28 0 0 25 0 1 0 876616711 996429824 178345 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 243269 178345 258 24 0 239903 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 973076

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.07 2.03 2.01 3/173 22590
/proc/meminfo: memFree=25163748/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6453900 CPUtime=4062.36 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1099715 0 0 0 406082 154 0 0 25 0 1 0 876616711 6608793600 1092996 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1613475 1092996 258 24 0 1610109 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 6453900

[startup+4122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/173 22592
/proc/meminfo: memFree=24774636/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6453900 CPUtime=4122.35 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1111557 0 0 0 412080 155 0 0 25 0 1 0 876616711 6608793600 1104833 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248401 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1613475 1104833 258 24 0 1610109 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 6453900

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/173 22594
/proc/meminfo: memFree=24469096/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6454184 CPUtime=4182.35 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1120415 0 0 0 418079 156 0 0 25 0 1 0 876616711 6609084416 1113686 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248462 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1613546 1113686 258 24 0 1610180 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 6454184

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/173 22596
/proc/meminfo: memFree=24151532/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6455736 CPUtime=4242.34 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1136047 0 0 0 424076 158 0 0 25 0 1 0 876616711 6610673664 1129308 33554432000 4194304 4291037 140737194385088 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1613934 1129308 258 24 0 1610568 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 6455736

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22598
/proc/meminfo: memFree=23775440/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6456668 CPUtime=4302.35 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1149020 0 0 0 430074 161 0 0 25 0 1 0 876616711 6611628032 1142271 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1614167 1142271 258 24 0 1610801 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 6456668

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22598
/proc/meminfo: memFree=24790748/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6457588 CPUtime=4362.35 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1160912 0 0 0 436072 163 0 0 25 0 1 0 876616711 6612570112 1154160 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1614397 1154160 258 24 0 1611031 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 6457588

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22600
/proc/meminfo: memFree=24513480/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6458312 CPUtime=4422.35 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1177074 0 0 0 442070 165 0 0 25 0 1 0 876616711 6613311488 1170314 33554432000 4194304 4291037 140737194385088 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1614578 1170314 258 24 0 1611212 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 6458312

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22602
/proc/meminfo: memFree=24287292/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6459032 CPUtime=4482.35 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1191098 0 0 0 448068 167 0 0 25 0 1 0 876616711 6614048768 1184330 33554432000 4194304 4291037 140737194385088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1614758 1184330 258 24 0 1611392 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 6459032

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22604
/proc/meminfo: memFree=24700824/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6459164 CPUtime=4542.35 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1200313 0 0 0 454067 168 0 0 25 0 1 0 876616711 6614183936 1193545 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1614791 1193545 258 24 0 1611425 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 6459164

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22606
/proc/meminfo: memFree=24489156/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6459404 CPUtime=4602.36 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1210049 0 0 0 460066 170 0 0 25 0 1 0 876616711 6614429696 1203279 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1614851 1203279 258 24 0 1611485 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 6459404

[startup+4662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/173 22606
/proc/meminfo: memFree=24185976/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6459876 CPUtime=4662.35 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1237167 0 0 0 466063 172 0 0 25 0 1 0 876616711 6614913024 1230389 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248339 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1614969 1230389 258 24 0 1611603 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 6459876

[startup+4722.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/173 22608
/proc/meminfo: memFree=23938468/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6459876 CPUtime=4722.36 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1260600 0 0 0 472062 174 0 0 25 0 1 0 876616711 6614913024 1253818 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1614969 1253818 258 24 0 1611603 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 6459876

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22610
/proc/meminfo: memFree=24311452/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6460164 CPUtime=4782.36 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1278698 0 0 0 478059 177 0 0 25 0 1 0 876616711 6615207936 1271914 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248574 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1615041 1271914 258 24 0 1611675 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 6460164

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22612
/proc/meminfo: memFree=23975160/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6460164 CPUtime=4842.36 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1295865 0 0 0 484057 179 0 0 25 0 1 0 876616711 6615207936 1289080 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248363 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1615041 1289080 258 24 0 1611675 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 6460164

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22614
/proc/meminfo: memFree=23759148/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6460308 CPUtime=4902.36 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1313579 0 0 0 490055 181 0 0 25 0 1 0 876616711 6615355392 1306790 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1615077 1306790 258 24 0 1611711 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 6460308

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22614
/proc/meminfo: memFree=23516724/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6460444 CPUtime=4962.36 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1332633 0 0 0 496053 183 0 0 25 0 1 0 876616711 6615494656 1325843 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1615111 1325843 258 24 0 1611745 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 6460444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22616
/proc/meminfo: memFree=24177764/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=6460584 CPUtime=5000.06 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4202496 1344215 0 0 0 499822 184 0 0 25 0 1 0 876616711 6615638016 1337424 33554432000 4194304 4291037 140737194385088 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22392/statm: 1615146 1337424 258 24 0 1611780 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 6460584

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

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

[startup+5000.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22616
/proc/meminfo: memFree=24177764/32951132 swapFree=67061144/67111528
[pid=22392] ppid=22390 vsize=0 CPUtime=5000.16 cores=0,2,4,6
/proc/22392/stat : 22392 (minisat_release) R 22390 22392 21620 0 -1 4203524 1344215 0 0 0 499822 194 0 0 25 0 1 0 876616711 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/22392/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.2
CPU time (s): 5000.27
CPU user time (s): 4998.23
CPU system time (s): 2.03869
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 6460584

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

runsolver used 7.64484 second user time and 15.7006 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-09 22:09:31
IDJOB=3419894
IDBENCH=82392
IDSOLVER=1912
FILE ID=node129/3419894-1307650170
RUNJOBID= node129-1307645220-22132
PBS_JOBID= 13549398
Free space on /tmp= 74024 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419894-1307650170/watcher-3419894-1307650170 -o /tmp/evaluation-result-3419894-1307650170/solver-3419894-1307650170 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419894-1307650170.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=974430248

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24789852 kB
Buffers:        381668 kB
Cached:        2691248 kB
SwapCached:      13136 kB
Active:        5682168 kB
Inactive:      2220396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24789852 kB
SwapTotal:    67111528 kB
SwapFree:     67061144 kB
Dirty:           12188 kB
Writeback:          56 kB
AnonPages:     4826384 kB
Mapped:           9252 kB
Slab:           187008 kB
PageTables:      13664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  7353724 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74152 MiB
End job on node129 at 2011-06-09 23:32:53