Trace number 3285583

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
glueminisat 2.2.5? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285583-1303764949/watcher-3285583-1303764949 -o /tmp/evaluation-result-3285583-1303764949/solver-3285583-1303764949 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3285583-1303764949.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: 2.01 3.43 3.68 4/183 27713
/proc/meminfo: memFree=14055580/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=20624 CPUtime=0 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 925 0 0 0 0 0 0 0 21 0 1 0 488092034 21118976 865 33554432000 4194304 4309791 140735009784256 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 5156 866 217 29 0 1785 0

[startup+0.0250819 s]
/proc/loadavg: 2.01 3.43 3.68 4/183 27713
/proc/meminfo: memFree=14055580/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=24164 CPUtime=0.02 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 1924 0 0 0 2 0 0 0 21 0 1 0 488092034 24743936 1831 33554432000 4194304 4309791 140735009784256 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 6041 1832 217 29 0 2670 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24164

[startup+0.101076 s]
/proc/loadavg: 2.01 3.43 3.68 4/183 27713
/proc/meminfo: memFree=14055580/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=40008 CPUtime=0.09 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 6857 0 0 0 9 0 0 0 21 0 1 0 488092034 40968192 6129 33554432000 4194304 4309791 140735009784256 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 10002 6130 217 29 0 6631 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40008

[startup+0.301032 s]
/proc/loadavg: 2.01 3.43 3.68 4/183 27713
/proc/meminfo: memFree=14055580/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=82984 CPUtime=0.29 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 19524 0 0 0 27 2 0 0 22 0 1 0 488092034 84975616 16371 33554432000 4194304 4309791 140735009784256 18446744073709551615 4226967 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 20746 16371 221 29 0 17375 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82984

[startup+0.700953 s]
/proc/loadavg: 2.01 3.43 3.68 4/183 27713
/proc/meminfo: memFree=14055580/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=97872 CPUtime=0.69 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 22173 0 0 0 67 2 0 0 23 0 1 0 488092034 100220928 18661 33554432000 4194304 4309791 140735009784256 18446744073709551615 4231785 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 24468 18661 225 29 0 21097 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97872

[startup+1.50081 s]
/proc/loadavg: 2.01 3.43 3.68 5/187 27720
/proc/meminfo: memFree=13907980/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=82724 CPUtime=1.49 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 24819 0 0 0 147 2 0 0 25 0 1 0 488092034 84709376 15731 33554432000 4194304 4309791 140735009784256 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 20681 15731 243 29 0 17310 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82724

[startup+3.10049 s]
/proc/loadavg: 2.01 3.43 3.68 5/187 27720
/proc/meminfo: memFree=13860092/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=82724 CPUtime=3.09 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 25357 0 0 0 307 2 0 0 25 0 1 0 488092034 84709376 16268 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275433 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 20681 16268 243 29 0 17310 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82724

[startup+6.30089 s]
/proc/loadavg: 2.16 3.44 3.68 5/190 27726
/proc/meminfo: memFree=13745948/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=89904 CPUtime=6.3 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 26163 0 0 0 627 3 0 0 25 0 1 0 488092034 92061696 17074 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275433 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 22476 17074 245 29 0 19105 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 89904

[startup+12.7007 s]
/proc/loadavg: 2.39 3.46 3.69 5/190 27726
/proc/meminfo: memFree=13041976/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=101580 CPUtime=12.69 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 28038 0 0 0 1266 3 0 0 25 0 1 0 488092034 104017920 18947 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 25395 18947 245 29 0 22024 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101580

[startup+25.5002 s]
/proc/loadavg: 2.75 3.49 3.70 5/190 27727
/proc/meminfo: memFree=12894812/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=120548 CPUtime=25.5 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 32481 0 0 0 2546 4 0 0 25 0 1 0 488092034 123441152 23381 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 30137 23381 245 29 0 26766 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 120548

[startup+51.1003 s]
/proc/loadavg: 3.17 3.53 3.70 5/190 27727
/proc/meminfo: memFree=12973544/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=151368 CPUtime=51.09 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 38691 0 0 0 5105 4 0 0 25 0 1 0 488092034 155000832 29583 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275392 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 37842 29583 245 29 0 34471 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 151368

[startup+102.306 s]
/proc/loadavg: 3.64 3.60 3.72 5/190 27729
/proc/meminfo: memFree=12714700/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=201456 CPUtime=102.3 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 66515 0 0 0 10222 8 0 0 25 0 1 0 488092034 206290944 37306 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 50364 37306 245 29 0 46993 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 201456

[startup+162.301 s]
/proc/loadavg: 3.87 3.67 3.73 5/190 27730
/proc/meminfo: memFree=12687900/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=151368 CPUtime=162.3 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 94487 0 0 0 16217 13 0 0 25 0 1 0 488092034 155000832 28271 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 37842 28271 245 29 0 34471 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 151368

[startup+222.301 s]
/proc/loadavg: 3.95 3.73 3.74 5/190 27732
/proc/meminfo: memFree=12557556/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=283132 CPUtime=222.3 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 115244 0 0 0 22215 15 0 0 25 0 1 0 488092034 289927168 49011 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275457 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 70783 49011 245 29 0 67412 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 283132

[startup+282.301 s]
/proc/loadavg: 3.98 3.77 3.76 6/190 27734
/proc/meminfo: memFree=12152680/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=284368 CPUtime=282.31 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 127229 0 0 0 28214 17 0 0 25 0 1 0 488092034 291192832 60988 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 71092 60988 245 29 0 67721 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 284368

[startup+342.301 s]
/proc/loadavg: 3.99 3.81 3.77 5/190 27744
/proc/meminfo: memFree=12741168/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=203796 CPUtime=342.3 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 159903 0 0 0 34208 22 0 0 25 0 1 0 488092034 208687104 37901 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 50949 37901 245 29 0 47578 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 203796

[startup+402.301 s]
/proc/loadavg: 3.99 3.84 3.78 5/190 27746
/proc/meminfo: memFree=12374360/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=286360 CPUtime=402.3 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 175135 0 0 0 40206 24 0 0 25 0 1 0 488092034 293232640 53121 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 71590 53121 245 29 0 68219 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 286360

[startup+462.301 s]
/proc/loadavg: 3.99 3.87 3.79 5/190 27747
/proc/meminfo: memFree=12016596/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=286360 CPUtime=462.31 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 188488 0 0 0 46205 26 0 0 25 0 1 0 488092034 293232640 66466 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 71590 66466 245 29 0 68219 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 286360

[startup+522.301 s]
/proc/loadavg: 4.11 3.92 3.81 5/190 27752
/proc/meminfo: memFree=12275584/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=418620 CPUtime=522.31 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 203932 0 0 0 52204 27 0 0 25 0 1 0 488092034 428666880 81908 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 104655 81908 245 29 0 101284 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 418620

[startup+582.301 s]
/proc/loadavg: 4.04 3.93 3.82 5/190 27754
/proc/meminfo: memFree=12159836/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=419192 CPUtime=582.31 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 219099 0 0 0 58202 29 0 0 25 0 1 0 488092034 429252608 97059 33554432000 4194304 4309791 140735009784256 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 104798 97059 245 29 0 101427 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 419192

[startup+642.301 s]
/proc/loadavg: 4.01 3.94 3.83 5/190 27755
/proc/meminfo: memFree=12074500/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=206400 CPUtime=642.32 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 261611 0 0 0 64196 36 0 0 25 0 1 0 488092034 211353600 40892 33554432000 4194304 4309791 140735009784256 18446744073709551615 4259184 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 51600 40892 245 29 0 48229 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 206400

[startup+702.301 s]
/proc/loadavg: 4.00 3.95 3.83 5/190 27757
/proc/meminfo: memFree=12179768/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=288588 CPUtime=702.32 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 276685 0 0 0 70194 38 0 0 25 0 1 0 488092034 295514112 55944 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275466 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 72147 55944 245 29 0 68776 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 288588

[startup+762.307 s]
/proc/loadavg: 4.07 3.97 3.85 5/190 27758
/proc/meminfo: memFree=12138948/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=420848 CPUtime=762.32 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 291472 0 0 0 76193 39 0 0 25 0 1 0 488092034 430948352 70712 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275457 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 105212 70712 245 29 0 101841 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 420848

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 3.85 5/190 27760
/proc/meminfo: memFree=12086860/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=421580 CPUtime=822.32 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 309776 0 0 0 82190 42 0 0 25 0 1 0 488092034 431697920 88997 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 105395 88997 245 29 0 102024 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 421580

[startup+882.3 s]
/proc/loadavg: 4.01 3.97 3.86 5/190 27762
/proc/meminfo: memFree=11707900/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=637668 CPUtime=882.32 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 330975 0 0 0 88187 45 0 0 25 0 1 0 488092034 652972032 110167 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 159417 110167 245 29 0 156046 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 637668

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.86 6/190 27763
/proc/meminfo: memFree=12274320/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=209412 CPUtime=942.33 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 363782 0 0 0 94182 51 0 0 25 0 1 0 488092034 214437888 42734 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 52353 42734 245 29 0 48982 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 209412

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 27765
/proc/meminfo: memFree=12251740/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=291008 CPUtime=1002.33 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 380434 0 0 0 100180 53 0 0 25 0 1 0 488092034 297992192 59376 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 72752 59376 245 29 0 69381 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 291008

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 27766
/proc/meminfo: memFree=11767252/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=423888 CPUtime=1062.32 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 397028 0 0 0 106177 55 0 0 25 0 1 0 488092034 434061312 75955 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275453 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 105972 75955 245 29 0 102601 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 423888

[startup+1122.3 s]
/proc/loadavg: 4.05 3.99 3.89 5/190 27768
/proc/meminfo: memFree=11313028/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=424072 CPUtime=1122.33 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 411908 0 0 0 112175 58 0 0 25 0 1 0 488092034 434249728 90825 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 106018 90825 245 29 0 102647 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 424072

[startup+1182.3 s]
/proc/loadavg: 4.02 3.99 3.89 5/190 27770
/proc/meminfo: memFree=11294784/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=639744 CPUtime=1182.33 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 430204 0 0 0 118173 60 0 0 25 0 1 0 488092034 655097856 109098 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 159936 109098 245 29 0 156565 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 639744

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 27771
/proc/meminfo: memFree=12186336/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=211756 CPUtime=1242.34 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 467194 0 0 0 124166 68 0 0 25 0 1 0 488092034 216838144 39946 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 52939 39946 245 29 0 49568 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 211756



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.00 3.91 4/188 27774
/proc/meminfo: memFree=12315548/32950928 swapFree=67087032/67111528
[pid=27713] ppid=27711 vsize=293452 CPUtime=1300.04 cores=5,7
/proc/27713/stat : 27713 (glueminisat) R 27711 27713 26622 0 -1 4202496 483026 0 0 0 129934 70 0 0 25 0 1 0 488092034 300494848 55774 33554432000 4194304 4309791 140735009784256 18446744073709551615 4275426 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27713/statm: 73363 55774 245 29 0 69992 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 293452

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.35
CPU system time (s): 0.713891
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 770556

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

runsolver used 2.16867 second user time and 4.93425 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-25 22:55:50
IDJOB=3285583
IDBENCH=82389
IDSOLVER=1650
FILE ID=node148/3285583-1303764949
RUNJOBID= node148-1303764949-27686
PBS_JOBID= 13157117
Free space on /tmp= 70568 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285583-1303764949/watcher-3285583-1303764949 -o /tmp/evaluation-result-3285583-1303764949/solver-3285583-1303764949 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3285583-1303764949.cnf

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=738310367

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14056480 kB
Buffers:       2059480 kB
Cached:       16187540 kB
SwapCached:       5264 kB
Active:        9115944 kB
Inactive:      9214504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14056480 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           49320 kB
Writeback:           0 kB
AnonPages:       80124 kB
Mapped:          13868 kB
Slab:           499012 kB
PageTables:       6308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   254248 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= 70420 MiB
End job on node148 at 2011-04-25 23:17:32