Trace number 3285174

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
SApperloT 2011-03-23? (TO) 1300.05 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-3285174-1303765507/watcher-3285174-1303765507 -o /tmp/evaluation-result-3285174-1303765507/solver-3285174-1303765507 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3285174-1303765507.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.76 3.90 3.91 4/189 29569
/proc/meminfo: memFree=14742852/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=27132 CPUtime=0 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 1542 0 0 0 0 0 0 0 21 0 1 0 488148692 27783168 1481 33554432000 4194304 4465733 140733629937520 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 6783 1481 248 67 0 3906 0

[startup+0.0227109 s]
/proc/loadavg: 3.76 3.90 3.91 4/189 29569
/proc/meminfo: memFree=14742852/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=27264 CPUtime=0.02 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 1646 0 0 0 2 0 0 0 21 0 1 0 488148692 27918336 1584 33554432000 4194304 4465733 140733629937520 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 6816 1584 250 67 0 3939 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27264

[startup+0.100708 s]
/proc/loadavg: 3.76 3.90 3.91 4/189 29569
/proc/meminfo: memFree=14742852/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=27332 CPUtime=0.09 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 2381 0 0 0 9 0 0 0 21 0 1 0 488148692 27987968 2277 33554432000 4194304 4465733 140733629937520 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 6833 2278 251 67 0 3956 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27332

[startup+0.300672 s]
/proc/loadavg: 3.76 3.90 3.91 4/189 29569
/proc/meminfo: memFree=14742852/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=31088 CPUtime=0.29 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 5223 0 0 0 29 0 0 0 22 0 1 0 488148692 31834112 3628 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255174 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 7772 3628 256 67 0 4895 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31088

[startup+0.70059 s]
/proc/loadavg: 3.76 3.90 3.91 4/189 29569
/proc/meminfo: memFree=14742852/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=31088 CPUtime=0.69 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 5497 0 0 0 69 0 0 0 24 0 1 0 488148692 31834112 3772 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255358 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 7772 3772 256 67 0 4895 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31088

[startup+1.50046 s]
/proc/loadavg: 3.78 3.90 3.91 5/190 29570
/proc/meminfo: memFree=14724996/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=31088 CPUtime=1.49 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 6109 0 0 0 149 0 0 0 25 0 1 0 488148692 31834112 4083 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255147 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 7772 4083 256 67 0 4895 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31088

[startup+3.10016 s]
/proc/loadavg: 3.78 3.90 3.91 5/190 29570
/proc/meminfo: memFree=14717556/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=31088 CPUtime=3.08 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 7346 0 0 0 308 0 0 0 25 0 1 0 488148692 31834112 4704 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255120 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 7772 4704 256 67 0 4895 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31088

[startup+6.30058 s]
/proc/loadavg: 3.78 3.90 3.91 5/190 29570
/proc/meminfo: memFree=14700444/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=37708 CPUtime=6.29 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 13024 0 0 0 627 2 0 0 25 0 1 0 488148692 38612992 5895 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255216 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 9427 5895 256 67 0 6550 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37708

[startup+12.7004 s]
/proc/loadavg: 3.81 3.91 3.91 5/190 29570
/proc/meminfo: memFree=14665340/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=53224 CPUtime=12.69 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 25282 0 0 0 1266 3 0 0 25 0 1 0 488148692 54501376 8402 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255285 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 13306 8402 256 67 0 10429 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53224

[startup+25.5001 s]
/proc/loadavg: 3.84 3.91 3.91 5/190 29570
/proc/meminfo: memFree=14625408/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=54172 CPUtime=25.49 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 25525 0 0 0 2546 3 0 0 25 0 1 0 488148692 55472128 8645 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255398 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 13543 8645 256 67 0 10666 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54172

[startup+51.1005 s]
/proc/loadavg: 3.90 3.92 3.91 5/190 29571
/proc/meminfo: memFree=14581660/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=56220 CPUtime=51.09 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 28093 0 0 0 5105 4 0 0 25 0 1 0 488148692 57569280 10117 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255230 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 14055 10117 256 67 0 11178 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56220

[startup+102.306 s]
/proc/loadavg: 3.96 3.93 3.91 5/190 29572
/proc/meminfo: memFree=14483924/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=73756 CPUtime=102.3 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 42083 0 0 0 10224 6 0 0 25 0 1 0 488148692 75526144 14217 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255174 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 18439 14217 256 67 0 15562 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73756

[startup+162.3 s]
/proc/loadavg: 3.98 3.94 3.91 5/190 29574
/proc/meminfo: memFree=14340164/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=97876 CPUtime=162.29 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 60721 0 0 0 16221 8 0 0 25 0 1 0 488148692 100225024 17544 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255230 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 24469 17544 256 67 0 21592 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97876

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.91 5/190 29576
/proc/meminfo: memFree=14304420/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=97876 CPUtime=222.3 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 64701 0 0 0 22221 9 0 0 25 0 1 0 488148692 100225024 19563 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255265 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 24469 19563 256 67 0 21592 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 97876

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 3.91 5/190 29577
/proc/meminfo: memFree=14057136/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=155224 CPUtime=282.3 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 78996 0 0 0 28219 11 0 0 25 0 1 0 488148692 158949376 33858 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255220 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 38806 33858 256 67 0 35929 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 155224

[startup+342.301 s]
/proc/loadavg: 4.07 3.97 3.91 5/190 29579
/proc/meminfo: memFree=13994360/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=185440 CPUtime=342.3 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 98080 0 0 0 34217 13 0 0 25 0 1 0 488148692 189890560 35917 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255285 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 46360 35917 256 67 0 43483 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 185440

[startup+402.301 s]
/proc/loadavg: 4.06 3.99 3.92 5/190 29580
/proc/meminfo: memFree=13884704/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=289552 CPUtime=402.3 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 151979 0 0 0 40210 20 0 0 25 0 1 0 488148692 296501248 59038 33554432000 4194304 4465733 140733629937520 18446744073709551615 4371767 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 72388 59038 272 67 0 69511 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 289552

[startup+462.3 s]
/proc/loadavg: 4.02 3.99 3.92 5/190 29582
/proc/meminfo: memFree=13843132/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=289552 CPUtime=462.3 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 151979 0 0 0 46210 20 0 0 25 0 1 0 488148692 296501248 59038 33554432000 4194304 4465733 140733629937520 18446744073709551615 4368410 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 72388 59038 272 67 0 69511 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 289552

[startup+522.3 s]
/proc/loadavg: 4.01 3.99 3.92 5/190 29584
/proc/meminfo: memFree=13842976/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=290308 CPUtime=522.3 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 152033 0 0 0 52210 20 0 0 25 0 1 0 488148692 297275392 59092 33554432000 4194304 4465733 140733629937520 18446744073709551615 4305082 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 72577 59092 281 67 0 69700 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 290308

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 29585
/proc/meminfo: memFree=13883376/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=216100 CPUtime=582.31 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 159115 0 0 0 58209 22 0 0 25 0 1 0 488148692 221286400 44675 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255216 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 54025 44675 281 67 0 51148 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 216100

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 29587
/proc/meminfo: memFree=13853932/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=216100 CPUtime=642.31 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 159245 0 0 0 64209 22 0 0 25 0 1 0 488148692 221286400 44805 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255752 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 54025 44805 281 67 0 51148 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 216100

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 29588
/proc/meminfo: memFree=13838520/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=216100 CPUtime=702.31 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 159312 0 0 0 70209 22 0 0 25 0 1 0 488148692 221286400 44872 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255411 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 54025 44872 281 67 0 51148 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 216100

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 29590
/proc/meminfo: memFree=13837868/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=216100 CPUtime=762.32 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 159442 0 0 0 76210 22 0 0 25 0 1 0 488148692 221286400 45002 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255350 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 54025 45002 281 67 0 51148 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 216100

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 29592
/proc/meminfo: memFree=13837592/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=216100 CPUtime=822.31 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 159477 0 0 0 82209 22 0 0 25 0 1 0 488148692 221286400 45037 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255318 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 54025 45037 281 67 0 51148 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 216100

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 29593
/proc/meminfo: memFree=13804448/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=261448 CPUtime=882.31 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 198505 0 0 0 88204 27 0 0 25 0 1 0 488148692 267722752 53251 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255285 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 65362 53251 292 67 0 62485 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 261448

[startup+942.3 s]
/proc/loadavg: 4.06 4.00 3.93 5/190 29595
/proc/meminfo: memFree=13784196/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=261448 CPUtime=942.31 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 208413 0 0 0 94203 28 0 0 25 0 1 0 488148692 267722752 58205 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255137 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 65362 58205 292 67 0 62485 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 261448

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 29596
/proc/meminfo: memFree=13784032/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=261448 CPUtime=1002.31 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 208413 0 0 0 100203 28 0 0 25 0 1 0 488148692 267722752 58205 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255120 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 65362 58205 292 67 0 62485 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 261448

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29598
/proc/meminfo: memFree=13663212/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=261448 CPUtime=1062.32 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 208413 0 0 0 106204 28 0 0 25 0 1 0 488148692 267722752 58205 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255311 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 65362 58205 292 67 0 62485 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 261448

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29600
/proc/meminfo: memFree=13830700/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=261448 CPUtime=1122.32 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 213121 0 0 0 112203 29 0 0 25 0 1 0 488148692 267722752 60559 33554432000 4194304 4465733 140733629937520 18446744073709551615 4254882 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 65362 60559 292 67 0 62485 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 261448

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29601
/proc/meminfo: memFree=13818764/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=329456 CPUtime=1182.32 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 252588 0 0 0 118198 34 0 0 25 0 1 0 488148692 337362944 63295 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255011 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 82364 63295 292 67 0 79487 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 329456

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29603
/proc/meminfo: memFree=13817972/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=329456 CPUtime=1242.33 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 252588 0 0 0 124199 34 0 0 25 0 1 0 488148692 337362944 63295 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255250 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 82364 63295 292 67 0 79487 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 329456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29688
/proc/meminfo: memFree=14171648/32951124 swapFree=67111528/67111528
[pid=29569] ppid=29567 vsize=329456 CPUtime=1300.03 cores=5,7
/proc/29569/stat : 29569 (SApperloT) R 29567 29569 29480 0 -1 4202496 252588 0 0 0 129969 34 0 0 25 0 1 0 488148692 337362944 63295 33554432000 4194304 4465733 140733629937520 18446744073709551615 4255120 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29569/statm: 82364 63295 292 67 0 79487 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 329456

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.05
CPU user time (s): 1299.7
CPU system time (s): 0.355945
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 465448

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

runsolver used 2.11368 second user time and 4.97524 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-25 23:05:07
IDJOB=3285174
IDBENCH=82372
IDSOLVER=1657
FILE ID=node138/3285174-1303765507
RUNJOBID= node138-1303765462-29501
PBS_JOBID= 13157154
Free space on /tmp= 71792 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285174-1303765507/watcher-3285174-1303765507 -o /tmp/evaluation-result-3285174-1303765507/solver-3285174-1303765507 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3285174-1303765507.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=719165517

node138.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.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.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.80
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14743132 kB
Buffers:       2065244 kB
Cached:       15189576 kB
SwapCached:          0 kB
Active:       10345628 kB
Inactive:      7301732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14743132 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          205264 kB
Writeback:           4 kB
AnonPages:      392048 kB
Mapped:          15416 kB
Slab:           495952 kB
PageTables:       6076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   635928 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= 71688 MiB
End job on node138 at 2011-04-25 23:26:49