Trace number 3362736

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) 1300.09 1300.06

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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362736-1305306850/watcher-3362736-1305306850 -o /tmp/evaluation-result-3362736-1305306850/solver-3362736-1305306850 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362736-1305306850.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.84 3.94 3.96 5/326 8371
/proc/meminfo: memFree=28334268/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=20440 CPUtime=0 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 899 0 0 0 0 0 0 0 22 0 1 0 642283811 20930560 840 33554432000 4194304 4291037 140736069844816 18446744073709551615 4276218 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 5110 840 216 24 0 1744 0

[startup+0.109287 s]
/proc/loadavg: 3.84 3.94 3.96 5/326 8371
/proc/meminfo: memFree=28334268/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=42676 CPUtime=0.1 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 7545 0 0 0 9 1 0 0 22 0 1 0 642283811 43700224 6558 33554432000 4194304 4291037 140736069844816 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 10669 6559 216 24 0 7303 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 42676

[startup+0.200237 s]
/proc/loadavg: 3.84 3.94 3.96 5/326 8371
/proc/meminfo: memFree=28334268/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=66284 CPUtime=0.19 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 13350 0 0 0 17 2 0 0 22 0 1 0 642283811 67874816 11431 33554432000 4194304 4291037 140736069844816 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 16571 11433 216 24 0 13205 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 66284

[startup+0.300218 s]
/proc/loadavg: 3.84 3.94 3.96 5/326 8371
/proc/meminfo: memFree=28334268/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=67612 CPUtime=0.29 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 13680 0 0 0 27 2 0 0 23 0 1 0 642283811 69234688 11725 33554432000 4194304 4291037 140736069844816 18446744073709551615 4229957 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 16903 11725 238 24 0 13537 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67612

[startup+0.70015 s]
/proc/loadavg: 3.84 3.94 3.96 5/326 8371
/proc/meminfo: memFree=28334268/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=62092 CPUtime=0.69 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 17205 0 0 0 66 3 0 0 25 0 1 0 642283811 63582208 11070 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 15523 11070 247 24 0 12157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62092

[startup+1.50101 s]
/proc/loadavg: 3.85 3.94 3.96 6/325 8372
/proc/meminfo: memFree=28257584/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=62092 CPUtime=1.49 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 17529 0 0 0 146 3 0 0 25 0 1 0 642283811 63582208 11392 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248363 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 15523 11392 258 24 0 12157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62092

[startup+3.10072 s]
/proc/loadavg: 3.85 3.94 3.96 6/330 8378
/proc/meminfo: memFree=28056912/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=66512 CPUtime=3.09 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 18360 0 0 0 306 3 0 0 25 0 1 0 642283811 68108288 12223 33554432000 4194304 4291037 140736069844816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 16628 12223 258 24 0 13262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66512

[startup+6.30022 s]
/proc/loadavg: 3.85 3.94 3.96 5/330 8378
/proc/meminfo: memFree=27756720/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=73692 CPUtime=6.29 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 18858 0 0 0 626 3 0 0 25 0 1 0 642283811 75460608 12719 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 18423 12719 258 24 0 15057 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73692

[startup+12.701 s]
/proc/loadavg: 3.88 3.94 3.96 5/330 8379
/proc/meminfo: memFree=27838000/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=73692 CPUtime=12.69 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 20243 0 0 0 1265 4 0 0 25 0 1 0 642283811 75460608 14102 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 18423 14102 258 24 0 15057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73692

[startup+25.5008 s]
/proc/loadavg: 3.89 3.94 3.96 6/330 8379
/proc/meminfo: memFree=27813216/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=85368 CPUtime=25.49 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 23257 0 0 0 2544 5 0 0 25 0 1 0 642283811 87416832 17109 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 21342 17109 258 24 0 17976 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85368

[startup+51.1012 s]
/proc/loadavg: 3.93 3.95 3.96 5/330 8380
/proc/meminfo: memFree=27730884/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=135156 CPUtime=51.1 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 30400 0 0 0 5102 8 0 0 25 0 1 0 642283811 138399744 24247 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 33789 24247 258 24 0 30423 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 135156

[startup+102.301 s]
/proc/loadavg: 3.97 3.95 3.96 6/330 8381
/proc/meminfo: memFree=27554304/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=185244 CPUtime=102.3 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 43093 0 0 0 10219 11 0 0 25 0 1 0 642283811 189689856 36928 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 46311 36928 258 24 0 42945 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 185244

[startup+162.301 s]
/proc/loadavg: 4.04 3.97 3.96 6/330 8383
/proc/meminfo: memFree=27319300/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=266632 CPUtime=162.29 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 62062 0 0 0 16214 15 0 0 25 0 1 0 642283811 273031168 55885 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 66658 55885 258 24 0 63292 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 266632

[startup+222.313 s]
/proc/loadavg: 4.01 3.97 3.96 6/330 8384
/proc/meminfo: memFree=27143928/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=400000 CPUtime=222.31 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 74048 0 0 0 22213 18 0 0 25 0 1 0 642283811 409600000 67855 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 100000 67855 258 24 0 96634 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 400000

[startup+282.301 s]
/proc/loadavg: 4.05 3.99 3.97 5/330 8386
/proc/meminfo: memFree=26975128/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=401076 CPUtime=282.3 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 88811 0 0 0 28208 22 0 0 25 0 1 0 642283811 410701824 82600 33554432000 4194304 4291037 140736069844816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 100269 82600 258 24 0 96903 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 401076

[startup+342.3 s]
/proc/loadavg: 4.12 4.02 3.98 6/330 8387
/proc/meminfo: memFree=26761432/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=401928 CPUtime=342.3 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 102706 0 0 0 34204 26 0 0 25 0 1 0 642283811 411574272 96485 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 100482 96485 258 24 0 97116 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 401928

[startup+402.301 s]
/proc/loadavg: 4.04 4.01 3.98 6/330 8389
/proc/meminfo: memFree=26602500/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=617484 CPUtime=402.3 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 111854 0 0 0 40201 29 0 0 25 0 1 0 642283811 632303616 105630 33554432000 4194304 4291037 140736069844816 18446744073709551615 4263338 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 154371 105630 258 24 0 151005 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 617484

[startup+462.3 s]
/proc/loadavg: 4.01 4.01 3.98 5/330 8391
/proc/meminfo: memFree=26441836/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=617880 CPUtime=462.3 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 120568 0 0 0 46199 31 0 0 25 0 1 0 642283811 632709120 114340 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 154470 114340 258 24 0 151104 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 617880

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.98 6/330 8392
/proc/meminfo: memFree=26296556/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=618152 CPUtime=522.31 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 128099 0 0 0 52198 33 0 0 25 0 1 0 642283811 632987648 121868 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 154538 121868 258 24 0 151172 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 618152

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.98 6/330 8394
/proc/meminfo: memFree=26175156/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=618292 CPUtime=582.31 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 135330 0 0 0 58196 35 0 0 25 0 1 0 642283811 633131008 129095 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 154573 129095 258 24 0 151207 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 618292

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/330 8395
/proc/meminfo: memFree=26050408/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=618424 CPUtime=642.3 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 143338 0 0 0 64193 37 0 0 25 0 1 0 642283811 633266176 137100 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 154606 137100 258 24 0 151240 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 618424

[startup+702.301 s]
/proc/loadavg: 4.07 4.02 3.98 6/330 8397
/proc/meminfo: memFree=25861008/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=619468 CPUtime=702.31 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 156871 0 0 0 70191 40 0 0 25 0 1 0 642283811 634335232 150620 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 154867 150620 258 24 0 151501 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 619468

[startup+762.301 s]
/proc/loadavg: 4.02 4.01 3.98 6/330 8399
/proc/meminfo: memFree=25659680/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=969876 CPUtime=762.32 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 171712 0 0 0 76189 43 0 0 25 0 1 0 642283811 993153024 165458 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 242469 165458 258 24 0 239103 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 969876

[startup+822.3 s]
/proc/loadavg: 4.07 4.02 3.99 5/330 8400
/proc/meminfo: memFree=25443468/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=971164 CPUtime=822.31 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 186186 0 0 0 82185 46 0 0 25 0 1 0 642283811 994471936 179914 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 242791 179914 258 24 0 239425 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 971164

[startup+882.313 s]
/proc/loadavg: 4.09 4.03 4.00 6/330 8402
/proc/meminfo: memFree=25246876/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=972092 CPUtime=882.32 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 203122 0 0 0 88183 49 0 0 25 0 1 0 642283811 995422208 196835 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 243023 196835 258 24 0 239657 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 972092

[startup+942.301 s]
/proc/loadavg: 4.06 4.04 4.00 6/330 8403
/proc/meminfo: memFree=25011472/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=973232 CPUtime=942.32 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 229710 0 0 0 94176 56 0 0 25 0 1 0 642283811 996589568 223411 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 243308 223411 258 24 0 239942 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 973232

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/330 8405
/proc/meminfo: memFree=24817008/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=974788 CPUtime=1002.31 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 246028 0 0 0 100170 61 0 0 25 0 1 0 642283811 998182912 239721 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 243697 239721 258 24 0 240331 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 974788

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 4.00 6/330 8407
/proc/meminfo: memFree=24637812/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=1543344 CPUtime=1062.32 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 261235 0 0 0 106167 65 0 0 25 0 1 0 642283811 1580384256 254924 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 385836 254924 258 24 0 382470 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1543344

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 4.00 6/330 8408
/proc/meminfo: memFree=24460472/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=1544360 CPUtime=1122.32 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 278175 0 0 0 112163 69 0 0 25 0 1 0 642283811 1581424640 271853 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 386090 271853 258 24 0 382724 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1544360

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/330 8410
/proc/meminfo: memFree=24308988/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=1545624 CPUtime=1182.32 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 288797 0 0 0 118160 72 0 0 25 0 1 0 642283811 1582718976 282471 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 386406 282471 258 24 0 383040 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1545624

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/330 8411
/proc/meminfo: memFree=24141172/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=1545624 CPUtime=1242.32 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 298324 0 0 0 124158 74 0 0 25 0 1 0 642283811 1582718976 291997 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 386406 291997 258 24 0 383040 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1545624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.91 3.98 3.99 5/330 8469
/proc/meminfo: memFree=25775504/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=1545848 CPUtime=1300.03 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 309717 0 0 0 129927 76 0 0 25 0 1 0 642283811 1582948352 303385 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248407 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 386462 303385 258 24 0 383096 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1545848

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

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

[startup+1300 s]
/proc/loadavg: 3.91 3.98 3.99 5/330 8469
/proc/meminfo: memFree=25775504/32950928 swapFree=60199044/67111528
[pid=8371] ppid=8369 vsize=1545848 CPUtime=1300.03 cores=5,7
/proc/8371/stat : 8371 (minisat_release) R 8369 8371 8100 0 -1 4202496 309717 0 0 0 129927 76 0 0 25 0 1 0 642283811 1582948352 303385 33554432000 4194304 4291037 140736069844816 18446744073709551615 4248407 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8371/statm: 386462 303385 258 24 0 383096 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1545848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.09
CPU user time (s): 1299.28
CPU system time (s): 0.807877
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1545848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.28
system time used= 0.807877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309717
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 781

runsolver used 3.75643 second user time and 9.25659 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-13 19:14:10
IDJOB=3362736
IDBENCH=82372
IDSOLVER=1840
FILE ID=node122/3362736-1305306850
RUNJOBID= node122-1305306816-8121
PBS_JOBID= 13321482
Free space on /tmp= 43716 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362736-1305306850/watcher-3362736-1305306850 -o /tmp/evaluation-result-3362736-1305306850/solver-3362736-1305306850 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362736-1305306850.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1352450702

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28334424 kB
Buffers:        210644 kB
Cached:        2885128 kB
SwapCached:      50072 kB
Active:        1023720 kB
Inactive:      3388616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28334424 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:          181188 kB
Writeback:           0 kB
AnonPages:     1277172 kB
Mapped:          14208 kB
Slab:           107544 kB
PageTables:      33060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52801964 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= 43724 MiB
End job on node122 at 2011-05-13 19:35:52