Trace number 3434087

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 5000.13 5000.01

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2417.94
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

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

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-3434087-1306850013/watcher-3434087-1306850013 -o /tmp/evaluation-result-3434087-1306850013/solver-3434087-1306850013 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434087-1306850013.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.17 2.07 2.02 2/511 9480
/proc/meminfo: memFree=1756632/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=20328 CPUtime=0 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 1010 0 0 0 0 0 0 0 23 0 1 0 777417675 20815872 940 33554432000 4194304 4291235 140735097239072 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 5082 940 213 24 0 1716 0

[startup+0.026386 s]
/proc/loadavg: 2.17 2.07 2.02 2/511 9480
/proc/meminfo: memFree=1756632/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=21540 CPUtime=0.02 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 1554 0 0 0 2 0 0 0 23 0 1 0 777417675 22056960 1481 33554432000 4194304 4291235 140735097239072 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 5385 1481 213 24 0 2019 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21540

[startup+0.100425 s]
/proc/loadavg: 2.17 2.07 2.02 2/511 9480
/proc/meminfo: memFree=1756632/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=31608 CPUtime=0.09 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 4622 0 0 0 9 0 0 0 23 0 1 0 777417675 32366592 4478 33554432000 4194304 4291235 140735097239072 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 7902 4479 215 24 0 4536 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31608

[startup+1.35316 s]
/proc/loadavg: 2.17 2.07 2.02 2/511 9480
/proc/meminfo: memFree=1756632/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=1.35 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67268 0 0 0 124 11 0 0 25 0 1 0 777417675 319033344 60471 33554432000 4194304 4291235 140735097239072 18446744073709551615 4215495 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60471 236 24 0 74523 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 311556

[startup+1.40116 s]
/proc/loadavg: 2.17 2.07 2.02 2/511 9480
/proc/meminfo: memFree=1756632/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=1.39 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67268 0 0 0 128 11 0 0 25 0 1 0 777417675 319033344 60471 33554432000 4194304 4291235 140735097239072 18446744073709551615 4215495 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60471 236 24 0 74523 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 311556

[startup+1.50114 s]
/proc/loadavg: 2.17 2.07 2.02 2/511 9480
/proc/meminfo: memFree=1756632/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=1.49 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67269 0 0 0 138 11 0 0 25 0 1 0 777417675 319033344 60472 33554432000 4194304 4291235 140735097239072 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60472 237 24 0 74523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 311556

[startup+3.10088 s]
/proc/loadavg: 2.17 2.07 2.02 3/512 9481
/proc/meminfo: memFree=1514396/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=3.09 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67269 0 0 0 298 11 0 0 25 0 1 0 777417675 319033344 60472 33554432000 4194304 4291235 140735097239072 18446744073709551615 4229925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60472 237 24 0 74523 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 311556

[startup+6.30032 s]
/proc/loadavg: 2.16 2.07 2.02 3/512 9481
/proc/meminfo: memFree=1512008/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=6.29 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67269 0 0 0 618 11 0 0 25 0 1 0 777417675 319033344 60472 33554432000 4194304 4291235 140735097239072 18446744073709551615 4230010 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60472 237 24 0 74523 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 311556

[startup+12.7002 s]
/proc/loadavg: 2.15 2.06 2.01 3/512 9481
/proc/meminfo: memFree=1505976/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=12.69 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67269 0 0 0 1258 11 0 0 25 0 1 0 777417675 319033344 60472 33554432000 4194304 4291235 140735097239072 18446744073709551615 4229912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60472 237 24 0 74523 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 311556

[startup+25.5009 s]
/proc/loadavg: 2.11 2.06 2.01 3/512 9481
/proc/meminfo: memFree=1495120/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=25.5 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67269 0 0 0 2539 11 0 0 25 0 1 0 777417675 319033344 60472 33554432000 4194304 4291235 140735097239072 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60472 237 24 0 74523 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 311556

[startup+51.1004 s]
/proc/loadavg: 2.07 2.05 2.01 3/512 9482
/proc/meminfo: memFree=1470452/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=51.1 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67269 0 0 0 5099 11 0 0 25 0 1 0 777417675 319033344 60472 33554432000 4194304 4291235 140735097239072 18446744073709551615 4229945 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60472 237 24 0 74523 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 311556

[startup+102.319 s]
/proc/loadavg: 2.03 2.04 2.01 3/512 9483
/proc/meminfo: memFree=1432972/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=102.32 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67269 0 0 0 10221 11 0 0 25 0 1 0 777417675 319033344 60472 33554432000 4194304 4291235 140735097239072 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60472 237 24 0 74523 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 311556

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 9485
/proc/meminfo: memFree=1385308/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=162.3 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67269 0 0 0 16219 11 0 0 25 0 1 0 777417675 319033344 60472 33554432000 4194304 4291235 140735097239072 18446744073709551615 4230010 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60472 237 24 0 74523 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 311556

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 9487
/proc/meminfo: memFree=1338904/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=222.3 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67269 0 0 0 22219 11 0 0 25 0 1 0 777417675 319033344 60472 33554432000 4194304 4291235 140735097239072 18446744073709551615 4230010 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60472 237 24 0 74523 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 311556

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 9488
/proc/meminfo: memFree=1294844/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=311556 CPUtime=282.3 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 67269 0 0 0 28219 11 0 0 25 0 1 0 777417675 319033344 60472 33554432000 4194304 4291235 140735097239072 18446744073709551615 4229912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 77889 60472 237 24 0 74523 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 311556

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 9490
/proc/meminfo: memFree=1170192/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=383716 CPUtime=342.3 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 113018 0 0 0 34211 19 0 0 25 0 1 0 777417675 392925184 79827 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 95929 79827 259 24 0 92563 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 383716

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 9491
/proc/meminfo: memFree=1050120/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=515976 CPUtime=402.3 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 130199 0 0 0 40207 23 0 0 25 0 1 0 777417675 528359424 96858 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 128994 96858 259 24 0 125628 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 515976

[startup+462.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/512 9502
/proc/meminfo: memFree=931592/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=515976 CPUtime=462.3 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 147904 0 0 0 46201 29 0 0 25 0 1 0 777417675 528359424 114451 33554432000 4194304 4291235 140735097239072 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 128994 114451 259 24 0 125628 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 515976

[startup+522.301 s]
/proc/loadavg: 2.17 2.07 2.02 3/512 9504
/proc/meminfo: memFree=854192/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=730900 CPUtime=522.3 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 159675 0 0 0 52199 31 0 0 25 0 1 0 777417675 748441600 126123 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255886 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 182725 126123 259 24 0 179359 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 730900

[startup+582.3 s]
/proc/loadavg: 2.09 2.07 2.02 3/512 9505
/proc/meminfo: memFree=774056/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=730900 CPUtime=582.3 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 170203 0 0 0 58196 34 0 0 25 0 1 0 777417675 748441600 136577 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 182725 136577 259 24 0 179359 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 730900

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/512 9653
/proc/meminfo: memFree=94704/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2676416 CPUtime=4002.39 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 492923 0 0 0 400082 157 0 0 25 0 1 0 777417675 2740649984 457370 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 669104 457370 259 24 0 665738 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 2676416

[startup+4062.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 9664
/proc/meminfo: memFree=93796/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2680176 CPUtime=4062.4 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 498191 0 0 0 406081 159 0 0 25 0 1 0 777417675 2744500224 462612 33554432000 4194304 4291235 140735097239072 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 670044 462612 259 24 0 666678 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 2680176

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 9666
/proc/meminfo: memFree=93268/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2680176 CPUtime=4122.39 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 502041 0 0 0 412078 161 0 0 25 0 1 0 777417675 2744500224 466438 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 670044 466438 259 24 0 666678 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 2680176

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 9667
/proc/meminfo: memFree=96272/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2680556 CPUtime=4182.39 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 504651 0 0 0 418076 163 0 0 25 0 1 0 777417675 2744889344 469033 33554432000 4194304 4291235 140735097239072 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 670139 469033 259 24 0 666773 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 2680556

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 9669
/proc/meminfo: memFree=95532/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2682344 CPUtime=4242.39 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 507299 0 0 0 424075 164 0 0 25 0 1 0 777417675 2746720256 471665 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 670586 471665 259 24 0 667220 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 2682344

[startup+4302.3 s]
/proc/loadavg: 2.19 2.06 2.01 3/512 9670
/proc/meminfo: memFree=96764/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2684636 CPUtime=4302.39 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 510798 0 0 0 430073 166 0 0 25 0 1 0 777417675 2749067264 475144 33554432000 4194304 4291235 140735097239072 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 671159 475144 259 24 0 667793 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 2684636

[startup+4362.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/512 9672
/proc/meminfo: memFree=100100/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2685112 CPUtime=4362.39 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 513485 0 0 0 436073 166 0 0 25 0 1 0 777417675 2749554688 477812 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 671278 477812 259 24 0 667912 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 2685112

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 9674
/proc/meminfo: memFree=93476/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2687316 CPUtime=4422.39 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 518198 0 0 0 442071 168 0 0 25 0 1 0 777417675 2751811584 482499 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 671829 482499 259 24 0 668463 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 2687316

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 9675
/proc/meminfo: memFree=92316/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2688692 CPUtime=4482.39 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 521562 0 0 0 448070 169 0 0 25 0 1 0 777417675 2753220608 485849 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 672173 485849 259 24 0 668807 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 2688692

[startup+4542.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/512 9677
/proc/meminfo: memFree=92528/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2691680 CPUtime=4542.4 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 524759 0 0 0 454070 170 0 0 25 0 1 0 777417675 2756280320 489023 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 672920 489023 259 24 0 669554 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 2691680

[startup+4602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/512 9678
/proc/meminfo: memFree=99200/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2691680 CPUtime=4602.41 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 528142 0 0 0 460070 171 0 0 25 0 1 0 777417675 2756280320 492391 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 672920 492391 259 24 0 669554 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 2691680

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 9680
/proc/meminfo: memFree=93260/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2692344 CPUtime=4662.4 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 530737 0 0 0 466068 172 0 0 25 0 1 0 777417675 2756960256 494968 33554432000 4194304 4291235 140735097239072 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 673086 494968 259 24 0 669720 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 2692344

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 9682
/proc/meminfo: memFree=96164/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2693704 CPUtime=4722.42 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 533436 0 0 0 472068 174 0 0 25 0 1 0 777417675 2758352896 497654 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 673426 497654 259 24 0 670060 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 2693704

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 9683
/proc/meminfo: memFree=98616/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2694612 CPUtime=4782.41 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 536636 0 0 0 478065 176 0 0 25 0 1 0 777417675 2759282688 500840 33554432000 4194304 4291235 140735097239072 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 673653 500840 259 24 0 670287 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 2694612

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 9685
/proc/meminfo: memFree=92060/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2695036 CPUtime=4842.41 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 539461 0 0 0 484064 177 0 0 25 0 1 0 777417675 2759716864 503649 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 673759 503649 259 24 0 670393 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 2695036

[startup+4902.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/512 9686
/proc/meminfo: memFree=97520/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2695960 CPUtime=4902.4 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 542497 0 0 0 490062 178 0 0 25 0 1 0 777417675 2760663040 506661 33554432000 4194304 4291235 140735097239072 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 673990 506661 259 24 0 670624 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 2695960

[startup+4962.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/512 9688
/proc/meminfo: memFree=98736/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2696920 CPUtime=4962.41 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 545450 0 0 0 496061 180 0 0 25 0 1 0 777417675 2761646080 509600 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 674230 509600 259 24 0 670864 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 2696920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/512 9689
/proc/meminfo: memFree=98824/32951124 swapFree=67111204/67111528
[pid=9480] ppid=9478 vsize=2697560 CPUtime=5000.02 cores=0,2,4,6
/proc/9480/stat : 9480 (minisat) R 9478 9480 9036 0 -1 4202496 547532 0 0 0 499821 181 0 0 25 0 1 0 777417675 2762301440 511668 33554432000 4194304 4291235 140735097239072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9480/statm: 674390 511668 259 24 0 671024 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2697560

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): 5000.01
CPU time (s): 5000.13
CPU user time (s): 4998.22
CPU system time (s): 1.90571
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2697560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.22
system time used= 1.90571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547534
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= 8
involuntary context switches= 3947

runsolver used 26.61 second user time and 56.4694 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-31 15:53:36
IDJOB=3434087
IDBENCH=83463
IDSOLVER=1930
FILE ID=node144/3434087-1306850013
RUNJOBID= node144-1306842917-9055
PBS_JOBID= 13482008
Free space on /tmp= 7180 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434087-1306850013/watcher-3434087-1306850013 -o /tmp/evaluation-result-3434087-1306850013/solver-3434087-1306850013 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434087-1306850013.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=1833224654

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1756788 kB
Buffers:         67676 kB
Cached:       13140880 kB
SwapCached:        140 kB
Active:       23912044 kB
Inactive:      6693244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1756788 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:          101064 kB
Writeback:           0 kB
AnonPages:    17396456 kB
Mapped:          42544 kB
Slab:           445232 kB
PageTables:      74088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160507832 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= 7244 MiB
End job on node144 at 2011-05-31 17:16:57