Trace number 3318231

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: MiniSAT 2.2.0-agile-26? (TO) 1300.1 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-3318231-1304900317/watcher-3318231-1304900317 -o /tmp/evaluation-result-3318231-1304900317/solver-3318231-1304900317 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318231-1304900317.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.03 4.02 3.13 5/367 28823
/proc/meminfo: memFree=7814236/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=21708 CPUtime=0 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 1162 0 0 0 0 0 0 0 24 0 1 0 582447203 22228992 1104 33554432000 4194304 4291235 140735182402384 18446744073709551615 4272199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 5427 1107 216 24 0 2061 0

[startup+0.0771919 s]
/proc/loadavg: 4.03 4.02 3.13 5/367 28823
/proc/meminfo: memFree=7814236/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=34440 CPUtime=0.06 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 5025 0 0 0 6 0 0 0 24 0 1 0 582447203 35266560 4541 33554432000 4194304 4291235 140735182402384 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 8610 4542 216 24 0 5244 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34440

[startup+0.101188 s]
/proc/loadavg: 4.03 4.02 3.13 5/367 28823
/proc/meminfo: memFree=7814236/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=38752 CPUtime=0.09 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 6573 0 0 0 8 1 0 0 24 0 1 0 582447203 39682048 5845 33554432000 4194304 4291235 140735182402384 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 9688 5847 216 24 0 6322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38752

[startup+0.300152 s]
/proc/loadavg: 4.03 4.02 3.13 5/367 28823
/proc/meminfo: memFree=7814236/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=67616 CPUtime=0.29 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 13679 0 0 0 27 2 0 0 25 0 1 0 582447203 69238784 11725 33554432000 4194304 4291235 140735182402384 18446744073709551615 4230252 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 16904 11725 237 24 0 13538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67616

[startup+0.701075 s]
/proc/loadavg: 4.03 4.02 3.13 5/367 28823
/proc/meminfo: memFree=7814236/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=62096 CPUtime=0.68 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 17205 0 0 0 66 2 0 0 25 0 1 0 582447203 63586304 11071 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248451 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 15524 11071 247 24 0 12158 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62096

[startup+1.50093 s]
/proc/loadavg: 4.03 4.02 3.13 5/368 28824
/proc/meminfo: memFree=7766000/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=62096 CPUtime=1.48 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 17531 0 0 0 146 2 0 0 25 0 1 0 582447203 63586304 11395 33554432000 4194304 4291235 140735182402384 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 15524 11395 258 24 0 12158 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62096

[startup+3.10064 s]
/proc/loadavg: 4.03 4.02 3.14 6/368 28824
/proc/meminfo: memFree=7756824/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=66516 CPUtime=3.09 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 18380 0 0 0 306 3 0 0 25 0 1 0 582447203 68112384 12244 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 16629 12244 258 24 0 13263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66516

[startup+6.30105 s]
/proc/loadavg: 4.03 4.02 3.14 5/368 28825
/proc/meminfo: memFree=7734988/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=73696 CPUtime=6.29 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 18865 0 0 0 626 3 0 0 25 0 1 0 582447203 75464704 12727 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248600 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 18424 12727 258 24 0 15058 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73696

[startup+12.7009 s]
/proc/loadavg: 4.02 4.02 3.14 5/368 28825
/proc/meminfo: memFree=7707000/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=73696 CPUtime=12.69 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 20267 0 0 0 1265 4 0 0 25 0 1 0 582447203 75464704 14127 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 18424 14127 258 24 0 15058 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73696

[startup+25.5005 s]
/proc/loadavg: 4.02 4.02 3.15 6/368 28825
/proc/meminfo: memFree=7649288/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=85372 CPUtime=25.49 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 23306 0 0 0 2545 4 0 0 25 0 1 0 582447203 87420928 17159 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 21343 17159 258 24 0 17977 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85372

[startup+51.1008 s]
/proc/loadavg: 4.01 4.02 3.18 5/368 28826
/proc/meminfo: memFree=7616212/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=135160 CPUtime=51.09 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 30547 0 0 0 5103 6 0 0 25 0 1 0 582447203 138403840 24395 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 33790 24395 258 24 0 30424 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135160

[startup+102.313 s]
/proc/loadavg: 4.21 4.07 3.24 6/368 28827
/proc/meminfo: memFree=7349208/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=185248 CPUtime=102.31 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 43341 0 0 0 10223 8 0 0 25 0 1 0 582447203 189693952 37177 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248600 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 46312 37177 258 24 0 42946 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 185248

[startup+162.3 s]
/proc/loadavg: 4.12 4.07 3.29 6/368 28829
/proc/meminfo: memFree=7230876/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=266636 CPUtime=162.3 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 63332 0 0 0 16218 12 0 0 25 0 1 0 582447203 273035264 57155 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 66659 57155 258 24 0 63293 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 266636

[startup+222.3 s]
/proc/loadavg: 4.04 4.05 3.33 6/368 28830
/proc/meminfo: memFree=7045084/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=400004 CPUtime=222.29 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 75390 0 0 0 22215 14 0 0 25 0 1 0 582447203 409604096 69196 33554432000 4194304 4291235 140735182402384 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 100001 69196 258 24 0 96635 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 400004

[startup+282.3 s]
/proc/loadavg: 4.01 4.04 3.37 6/368 28860
/proc/meminfo: memFree=7132452/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=401472 CPUtime=282.3 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 91958 0 0 0 28212 18 0 0 25 0 1 0 582447203 411107328 85744 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 100368 85744 258 24 0 97002 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 401472

[startup+342.3 s]
/proc/loadavg: 4.07 4.05 3.41 5/368 28861
/proc/meminfo: memFree=7001496/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=617488 CPUtime=342.3 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 104462 0 0 0 34210 20 0 0 25 0 1 0 582447203 632307712 98242 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 154372 98242 258 24 0 151006 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 617488

[startup+402.3 s]
/proc/loadavg: 4.02 4.04 3.45 6/368 28866
/proc/meminfo: memFree=6841620/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=617488 CPUtime=402.3 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 113582 0 0 0 40209 21 0 0 25 0 1 0 582447203 632307712 107358 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248326 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 154372 107358 258 24 0 151006 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 617488

[startup+462.301 s]
/proc/loadavg: 4.01 4.03 3.48 5/368 28868
/proc/meminfo: memFree=6658264/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=617884 CPUtime=462.3 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 122243 0 0 0 46208 22 0 0 25 0 1 0 582447203 632713216 116014 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248307 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 154471 116014 258 24 0 151105 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 617884

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 3.51 5/368 28869
/proc/meminfo: memFree=6574172/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=618156 CPUtime=522.3 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 129969 0 0 0 52207 23 0 0 25 0 1 0 582447203 632991744 123738 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248307 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 154539 123738 258 24 0 151173 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 618156

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 3.54 6/368 28871
/proc/meminfo: memFree=6396708/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=618296 CPUtime=582.3 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 137551 0 0 0 58206 24 0 0 25 0 1 0 582447203 633135104 131315 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 154574 131315 258 24 0 151208 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 618296

[startup+642.301 s]
/proc/loadavg: 4.12 4.04 3.57 6/368 28872
/proc/meminfo: memFree=6235492/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=618568 CPUtime=642.32 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 145672 0 0 0 64206 26 0 0 25 0 1 0 582447203 633413632 139433 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248564 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 154642 139433 258 24 0 151276 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 618568

[startup+702.301 s]
/proc/loadavg: 4.08 4.05 3.60 6/368 28874
/proc/meminfo: memFree=5947168/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=969552 CPUtime=702.31 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 163424 0 0 0 70203 28 0 0 25 0 1 0 582447203 992821248 157173 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 242388 157173 258 24 0 239022 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 969552

[startup+762.314 s]
/proc/loadavg: 4.03 4.04 3.62 6/368 28876
/proc/meminfo: memFree=6279960/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=970860 CPUtime=762.33 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 176675 0 0 0 76202 31 0 0 25 0 1 0 582447203 994160640 170413 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 242715 170413 258 24 0 239349 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 970860

[startup+822.301 s]
/proc/loadavg: 3.52 3.90 3.60 5/362 28895
/proc/meminfo: memFree=6136788/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=971792 CPUtime=822.32 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 194601 0 0 0 82198 34 0 0 25 0 1 0 582447203 995115008 188322 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 242948 188322 258 24 0 239582 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 971792

[startup+882.301 s]
/proc/loadavg: 3.27 3.76 3.57 5/362 28897
/proc/meminfo: memFree=5942588/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=972096 CPUtime=882.32 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 208511 0 0 0 88197 35 0 0 25 0 1 0 582447203 995426304 202222 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 243024 202222 258 24 0 239658 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 972096

[startup+942.301 s]
/proc/loadavg: 3.13 3.63 3.54 5/362 28898
/proc/meminfo: memFree=5695684/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=974324 CPUtime=942.31 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 237347 0 0 0 94193 38 0 0 25 0 1 0 582447203 997707776 231043 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 243581 231043 258 24 0 240215 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 974324

[startup+1002.3 s]
/proc/loadavg: 3.05 3.52 3.50 5/362 28900
/proc/meminfo: memFree=5446924/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=1542808 CPUtime=1002.32 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 254869 0 0 0 100191 41 0 0 25 0 1 0 582447203 1579835392 248560 33554432000 4194304 4291235 140735182402384 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 385702 248560 258 24 0 382336 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1542808

[startup+1062.3 s]
/proc/loadavg: 3.02 3.42 3.47 5/362 28902
/proc/meminfo: memFree=5055164/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=1543640 CPUtime=1062.32 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 267880 0 0 0 106189 43 0 0 25 0 1 0 582447203 1580687360 261566 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 385910 261566 258 24 0 382544 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1543640

[startup+1122.3 s]
/proc/loadavg: 3.00 3.34 3.44 5/362 28903
/proc/meminfo: memFree=4768076/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=1545628 CPUtime=1122.32 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 285042 0 0 0 112186 46 0 0 25 0 1 0 582447203 1582723072 278719 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 386407 278719 258 24 0 383041 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1545628

[startup+1182.3 s]
/proc/loadavg: 3.00 3.28 3.41 5/362 28905
/proc/meminfo: memFree=4528612/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=1545628 CPUtime=1182.33 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 294662 0 0 0 118186 47 0 0 25 0 1 0 582447203 1582723072 288337 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248279 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 386407 288337 258 24 0 383041 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1545628

[startup+1242.3 s]
/proc/loadavg: 2.93 3.22 3.38 3/356 28924
/proc/meminfo: memFree=6926168/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=1545628 CPUtime=1242.33 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 305167 0 0 0 124185 48 0 0 25 0 1 0 582447203 1582723072 298840 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248326 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 386407 298840 258 24 0 383041 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1545628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.37 3.01 3.30 3/356 28926
/proc/meminfo: memFree=6754036/32951124 swapFree=65980216/67111528
[pid=28823] ppid=28821 vsize=1545852 CPUtime=1300.04 cores=1,3
/proc/28823/stat : 28823 (minisat) R 28821 28823 28499 0 -1 4202496 316992 0 0 0 129954 50 0 0 25 0 1 0 582447203 1582952448 310660 33554432000 4194304 4291235 140735182402384 18446744073709551615 4248564 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28823/statm: 386463 310660 258 24 0 383097 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1545852

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.06
CPU time (s): 1300.1
CPU user time (s): 1299.55
CPU system time (s): 0.550916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1545852

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

runsolver used 4.19936 second user time and 11.0043 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-09 02:18:37
IDJOB=3318231
IDBENCH=82372
IDSOLVER=1707
FILE ID=node142/3318231-1304900317
RUNJOBID= node142-1304898906-28519
PBS_JOBID= 13282129
Free space on /tmp= 47072 MiB

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

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=944727064

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7814516 kB
Buffers:        233304 kB
Cached:       19433792 kB
SwapCached:      11212 kB
Active:       11584844 kB
Inactive:     12786064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7814516 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           11824 kB
Writeback:           0 kB
AnonPages:     4701004 kB
Mapped:          20680 kB
Slab:           666140 kB
PageTables:      33552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77740848 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= 47080 MiB
End job on node142 at 2011-05-09 02:40:19