Trace number 3285169

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.03 1300.02

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: 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-3285169-1303762749/watcher-3285169-1303762749 -o /tmp/evaluation-result-3285169-1303762749/solver-3285169-1303762749 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3285169-1303762749.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: 2.97 1.86 2.14 4/186 25478
/proc/meminfo: memFree=19061088/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=20624 CPUtime=0 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 924 0 0 0 0 0 0 0 22 0 1 0 566505609 21118976 865 33554432000 4194304 4309791 140736528481328 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 5156 865 217 29 0 1785 0

[startup+0.079696 s]
/proc/loadavg: 2.97 1.86 2.14 4/186 25478
/proc/meminfo: memFree=19061088/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=36120 CPUtime=0.07 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 5559 0 0 0 6 1 0 0 22 0 1 0 566505609 36986880 4924 33554432000 4194304 4309791 140736528481328 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 9030 4927 217 29 0 5659 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36120

[startup+0.100689 s]
/proc/loadavg: 2.97 1.86 2.14 4/186 25478
/proc/meminfo: memFree=19061088/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=40008 CPUtime=0.09 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 6857 0 0 0 8 1 0 0 22 0 1 0 566505609 40968192 6130 33554432000 4194304 4309791 140736528481328 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 10002 6130 217 29 0 6631 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40008

[startup+0.300669 s]
/proc/loadavg: 2.97 1.86 2.14 4/186 25478
/proc/meminfo: memFree=19061088/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=70168 CPUtime=0.29 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 14192 0 0 0 27 2 0 0 23 0 1 0 566505609 71852032 12237 33554432000 4194304 4309791 140736528481328 18446744073709551615 4227241 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 17542 12237 221 29 0 14171 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70168

[startup+0.700595 s]
/proc/loadavg: 2.97 1.86 2.14 4/186 25478
/proc/meminfo: memFree=19061088/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=64652 CPUtime=0.69 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 17721 0 0 0 67 2 0 0 25 0 1 0 566505609 66203648 11586 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 16163 11586 234 29 0 12792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64652

[startup+1.50046 s]
/proc/loadavg: 2.97 1.86 2.14 5/187 25479
/proc/meminfo: memFree=19012616/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=69072 CPUtime=1.49 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 18337 0 0 0 147 2 0 0 25 0 1 0 566505609 70729728 12201 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 17268 12201 244 29 0 13897 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69072

[startup+3.10019 s]
/proc/loadavg: 3.05 1.89 2.15 5/187 25479
/proc/meminfo: memFree=19007408/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=69072 CPUtime=3.09 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 19021 0 0 0 306 3 0 0 25 0 1 0 566505609 70729728 12884 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 17268 12884 244 29 0 13897 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69072

[startup+6.30065 s]
/proc/loadavg: 3.05 1.89 2.15 5/187 25479
/proc/meminfo: memFree=18998120/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=76252 CPUtime=6.29 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 19756 0 0 0 626 3 0 0 25 0 1 0 566505609 78082048 13618 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 19063 13618 244 29 0 15692 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76252

[startup+12.7006 s]
/proc/loadavg: 3.20 1.96 2.17 5/187 25481
/proc/meminfo: memFree=18974780/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=87928 CPUtime=12.69 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 21695 0 0 0 1266 3 0 0 25 0 1 0 566505609 90038272 15555 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 21982 15555 246 29 0 18611 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87928

[startup+25.5005 s]
/proc/loadavg: 3.48 2.06 2.20 5/190 25505
/proc/meminfo: memFree=18241512/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=106896 CPUtime=25.49 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 24119 0 0 0 2545 4 0 0 25 0 1 0 566505609 109461504 17976 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 26724 17976 246 29 0 23353 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 106896

[startup+51.1002 s]
/proc/loadavg: 3.65 2.22 2.25 5/190 25505
/proc/meminfo: memFree=18363760/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=137716 CPUtime=51.09 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 28897 0 0 0 5104 5 0 0 25 0 1 0 566505609 141021184 22747 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 34429 22747 246 29 0 31058 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 137716

[startup+102.307 s]
/proc/loadavg: 3.86 2.51 2.34 5/190 25507
/proc/meminfo: memFree=18227472/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=187804 CPUtime=102.3 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 42924 0 0 0 10222 8 0 0 25 0 1 0 566505609 192311296 36760 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 46951 36760 246 29 0 43580 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 187804

[startup+162.301 s]
/proc/loadavg: 4.06 2.81 2.46 5/190 25534
/proc/meminfo: memFree=18312320/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=187804 CPUtime=162.29 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 72824 0 0 0 16215 14 0 0 25 0 1 0 566505609 192311296 35786 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 46951 35786 246 29 0 43580 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 187804

[startup+222.301 s]
/proc/loadavg: 4.05 3.04 2.55 5/190 25536
/proc/meminfo: memFree=18256200/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=138808 CPUtime=222.29 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 100681 0 0 0 22210 19 0 0 25 0 1 0 566505609 142139392 26746 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275212 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 34702 26746 246 29 0 31331 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 138808

[startup+282.301 s]
/proc/loadavg: 4.02 3.21 2.64 5/190 25538
/proc/meminfo: memFree=18147872/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=109644 CPUtime=282.29 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 129293 0 0 0 28204 25 0 0 25 0 1 0 566505609 112275456 20716 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275296 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 27411 20716 246 29 0 24040 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 109644

[startup+342.301 s]
/proc/loadavg: 4.00 3.35 2.72 5/190 25540
/proc/meminfo: memFree=17991652/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=192108 CPUtime=342.29 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 150323 0 0 0 34199 30 0 0 25 0 1 0 566505609 196718592 41713 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 48027 41713 246 29 0 44656 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 192108

[startup+402.301 s]
/proc/loadavg: 4.00 3.47 2.80 5/190 25542
/proc/meminfo: memFree=17877604/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=143284 CPUtime=402.29 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 179314 0 0 0 40192 37 0 0 25 0 1 0 566505609 146722816 25550 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 35821 25550 246 29 0 32450 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 143284

[startup+462.301 s]
/proc/loadavg: 4.00 3.56 2.87 5/190 25544
/proc/meminfo: memFree=17960836/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=275456 CPUtime=462.3 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 198289 0 0 0 46188 42 0 0 25 0 1 0 566505609 282066944 44490 33554432000 4194304 4309791 140736528481328 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 68864 44490 246 29 0 65493 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 275456

[startup+522.3 s]
/proc/loadavg: 4.04 3.65 2.95 5/190 25544
/proc/meminfo: memFree=17522900/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=275952 CPUtime=522.3 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 215742 0 0 0 52184 46 0 0 25 0 1 0 566505609 282574848 61936 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 68988 61936 246 29 0 65617 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 275952

[startup+582.3 s]
/proc/loadavg: 4.01 3.71 3.01 5/190 25546
/proc/meminfo: memFree=17744640/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=409152 CPUtime=582.3 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 232664 0 0 0 58181 49 0 0 25 0 1 0 566505609 418971648 78838 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 102288 78838 246 29 0 98917 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 409152

[startup+642.3 s]
/proc/loadavg: 4.06 3.78 3.07 5/190 25548
/proc/meminfo: memFree=17631200/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=195692 CPUtime=642.3 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 264895 0 0 0 64174 56 0 0 25 0 1 0 566505609 200388608 38849 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 48923 38849 246 29 0 45552 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 195692

[startup+702.3 s]
/proc/loadavg: 4.02 3.82 3.13 5/190 25550
/proc/meminfo: memFree=17822060/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=277392 CPUtime=702.3 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 281961 0 0 0 70170 60 0 0 25 0 1 0 566505609 284049408 55896 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275447 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 69348 55896 246 29 0 65977 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 277392

[startup+762.307 s]
/proc/loadavg: 4.00 3.85 3.18 5/190 25552
/proc/meminfo: memFree=17502532/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=409996 CPUtime=762.31 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 299351 0 0 0 76167 64 0 0 25 0 1 0 566505609 419835904 73276 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275457 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 102499 73276 246 29 0 99128 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 409996

[startup+822.3 s]
/proc/loadavg: 4.08 3.90 3.24 5/190 25552
/proc/meminfo: memFree=17414648/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=410720 CPUtime=822.31 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 319106 0 0 0 82163 68 0 0 25 0 1 0 566505609 420577280 93013 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275402 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 102680 93013 246 29 0 99309 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 410720

[startup+882.3 s]
/proc/loadavg: 4.03 3.92 3.28 5/190 25554
/proc/meminfo: memFree=17424516/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=626380 CPUtime=882.31 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 336014 0 0 0 88160 71 0 0 25 0 1 0 566505609 641413120 109901 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 156595 109901 246 29 0 153224 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 626380

[startup+942.3 s]
/proc/loadavg: 4.01 3.93 3.33 5/190 25556
/proc/meminfo: memFree=17961912/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=117204 CPUtime=942.31 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 361600 0 0 0 94152 79 0 0 25 0 1 0 566505609 120016896 24486 33554432000 4194304 4309791 140736528481328 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 29301 24486 246 29 0 25930 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 117204

[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.37 5/190 25558
/proc/meminfo: memFree=17633528/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=198752 CPUtime=1002.3 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 378902 0 0 0 100148 82 0 0 25 0 1 0 566505609 203522048 41766 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275174 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 49688 41766 246 29 0 46317 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 198752

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.40 5/190 25558
/proc/meminfo: memFree=17288660/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=280544 CPUtime=1062.3 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 398236 0 0 0 106143 87 0 0 25 0 1 0 566505609 287277056 61063 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 70136 61063 246 29 0 66765 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 280544

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.44 5/190 25560
/proc/meminfo: memFree=17227132/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=413472 CPUtime=1122.31 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 413243 0 0 0 112141 90 0 0 25 0 1 0 566505609 423395328 76059 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 103368 76059 246 29 0 99997 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 413472

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.47 5/190 25564
/proc/meminfo: memFree=17286380/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=413784 CPUtime=1182.31 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 428608 0 0 0 118136 95 0 0 25 0 1 0 566505609 423714816 91416 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 103446 91416 246 29 0 100075 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 413784

[startup+1242.3 s]
/proc/loadavg: 4.07 3.98 3.50 5/190 25567
/proc/meminfo: memFree=17692136/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=629212 CPUtime=1242.31 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 441553 0 0 0 124133 98 0 0 25 0 1 0 566505609 644313088 104348 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 157303 104348 246 29 0 153932 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 629212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.71 3.44 3/178 25605
/proc/meminfo: memFree=18834784/32951124 swapFree=67110396/67111528
[pid=25478] ppid=25476 vsize=201552 CPUtime=1300.01 cores=1,3
/proc/25478/stat : 25478 (glueminisat) R 25476 25478 24306 0 -1 4202496 478385 0 0 0 129896 105 0 0 25 0 1 0 566505609 206389248 44753 33554432000 4194304 4309791 140736528481328 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25478/statm: 50388 44753 246 29 0 47017 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 201552

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.03
CPU user time (s): 1298.96
CPU system time (s): 1.06884
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 710264

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

runsolver used 2.13867 second user time and 4.95225 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-25 22:19:09
IDJOB=3285169
IDBENCH=82372
IDSOLVER=1650
FILE ID=node118/3285169-1303762749
RUNJOBID= node118-1303762700-25408
PBS_JOBID= 13154063
Free space on /tmp= 71284 MiB

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

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=897153837

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19061120 kB
Buffers:       1870008 kB
Cached:       10895044 kB
SwapCached:        600 kB
Active:        9620924 kB
Inactive:      3741992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19061120 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:          346992 kB
Writeback:           0 kB
AnonPages:      596956 kB
Mapped:          15764 kB
Slab:           461808 kB
PageTables:       5980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   824152 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= 71568 MiB
End job on node118 at 2011-04-25 22:40:51