Trace number 3309926

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) 5000.1 5000.02

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: 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-3309926-1303998432/watcher-3309926-1303998432 -o /tmp/evaluation-result-3309926-1303998432/solver-3309926-1303998432 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309926-1303998432.cnf 

running on 4 cores: 1,3,5,7

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.00 2.00 2.00 2/177 5341
/proc/meminfo: memFree=14955516/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=19828 CPUtime=0 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 790 0 0 0 0 0 0 0 23 0 1 0 511442233 20303872 722 33554432000 4194304 4309791 140733934589488 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 4957 722 215 29 0 1586 0

[startup+0.0750659 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5341
/proc/meminfo: memFree=14955516/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=28808 CPUtime=0.06 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 3482 0 0 0 6 0 0 0 23 0 1 0 511442233 29499392 3386 33554432000 4194304 4309791 140733934589488 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 7202 3387 217 29 0 3831 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28808

[startup+0.101062 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5341
/proc/meminfo: memFree=14955516/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=31564 CPUtime=0.1 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 4573 0 0 0 9 1 0 0 23 0 1 0 511442233 32321536 4428 33554432000 4194304 4309791 140733934589488 18446744073709551615 4229163 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 7891 4429 217 29 0 4520 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 31564

[startup+0.301028 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5341
/proc/meminfo: memFree=14955516/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=79308 CPUtime=0.29 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 14872 0 0 0 27 2 0 0 25 0 1 0 511442233 81211392 13611 33554432000 4194304 4309791 140733934589488 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 19827 13612 217 29 0 16456 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79308

[startup+0.700961 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5341
/proc/meminfo: memFree=14955516/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=150040 CPUtime=0.69 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 36599 0 0 0 63 6 0 0 25 0 1 0 511442233 153640960 32563 33554432000 4194304 4309791 140733934589488 18446744073709551615 4294526 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 37510 32564 217 29 0 34139 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150040

[startup+2.35369 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5341
/proc/meminfo: memFree=14955516/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=312192 CPUtime=2.35 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 67391 0 0 0 223 12 0 0 25 0 1 0 511442233 319684608 60593 33554432000 4194304 4309791 140733934589488 18446744073709551615 4227232 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 78048 60593 221 29 0 74677 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 312192

[startup+3.10056 s]
/proc/loadavg: 2.24 2.05 2.02 3/178 5342
/proc/meminfo: memFree=14713080/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=312192 CPUtime=3.09 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 67391 0 0 0 297 12 0 0 25 0 1 0 511442233 319684608 60593 33554432000 4194304 4309791 140733934589488 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 78048 60593 221 29 0 74677 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 312192

[startup+6.30108 s]
/proc/loadavg: 2.24 2.05 2.02 3/178 5342
/proc/meminfo: memFree=14711860/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=312192 CPUtime=6.3 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 67393 0 0 0 618 12 0 0 25 0 1 0 511442233 319684608 60595 33554432000 4194304 4309791 140733934589488 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 78048 60595 223 29 0 74677 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 312192

[startup+12.701 s]
/proc/loadavg: 2.20 2.05 2.02 3/178 5342
/proc/meminfo: memFree=14709628/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=312192 CPUtime=12.7 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 67393 0 0 0 1258 12 0 0 25 0 1 0 511442233 319684608 60595 33554432000 4194304 4309791 140733934589488 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 78048 60595 223 29 0 74677 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 312192

[startup+25.5009 s]
/proc/loadavg: 2.17 2.05 2.01 3/178 5343
/proc/meminfo: memFree=14705948/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=312192 CPUtime=25.5 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 67393 0 0 0 2538 12 0 0 25 0 1 0 511442233 319684608 60595 33554432000 4194304 4309791 140733934589488 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 78048 60595 223 29 0 74677 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 312192

[startup+51.1006 s]
/proc/loadavg: 2.11 2.04 2.01 3/178 5343
/proc/meminfo: memFree=14698172/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=312192 CPUtime=51.1 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 67393 0 0 0 5098 12 0 0 25 0 1 0 511442233 319684608 60595 33554432000 4194304 4309791 140733934589488 18446744073709551615 4226971 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 78048 60595 223 29 0 74677 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 312192

[startup+102.301 s]
/proc/loadavg: 2.05 2.03 2.01 3/178 5345
/proc/meminfo: memFree=14790076/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=312192 CPUtime=102.3 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 67393 0 0 0 10218 12 0 0 25 0 1 0 511442233 319684608 60595 33554432000 4194304 4309791 140733934589488 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 78048 60595 223 29 0 74677 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 312192

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 5346
/proc/meminfo: memFree=14738620/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=312192 CPUtime=162.3 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 67393 0 0 0 16218 12 0 0 25 0 1 0 511442233 319684608 60595 33554432000 4194304 4309791 140733934589488 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 78048 60595 223 29 0 74677 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 312192

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 5348
/proc/meminfo: memFree=14713816/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=312192 CPUtime=222.3 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 67393 0 0 0 22218 12 0 0 25 0 1 0 511442233 319684608 60595 33554432000 4194304 4309791 140733934589488 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 78048 60595 223 29 0 74677 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 312192

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 5349
/proc/meminfo: memFree=14692500/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=312192 CPUtime=282.3 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 67393 0 0 0 28218 12 0 0 25 0 1 0 511442233 319684608 60595 33554432000 4194304 4309791 140733934589488 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 78048 60595 223 29 0 74677 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 312192

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 5351
/proc/meminfo: memFree=14761568/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=302964 CPUtime=342.3 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 154190 0 0 0 34205 25 0 0 25 0 1 0 511442233 310235136 58118 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259376 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 75741 58118 246 29 0 72370 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 302964

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5353
/proc/meminfo: memFree=14721164/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=302964 CPUtime=402.3 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 220807 0 0 0 40194 36 0 0 25 0 1 0 511442233 310235136 63591 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 75741 63591 246 29 0 72370 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 302964

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5354
/proc/meminfo: memFree=14702440/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=302964 CPUtime=462.3 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 285920 0 0 0 46181 49 0 0 25 0 1 0 511442233 310235136 62737 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259471 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 75741 62737 246 29 0 72370 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 302964

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5356
/proc/meminfo: memFree=14655584/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=384352 CPUtime=522.3 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 328336 0 0 0 52172 58 0 0 25 0 1 0 511442233 393576448 69890 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 96088 69890 246 29 0 92717 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 384352

[startup+582.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5357
/proc/meminfo: memFree=14680108/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=302964 CPUtime=582.3 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 393018 0 0 0 58159 71 0 0 25 0 1 0 511442233 310235136 59619 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 75741 59619 246 29 0 72370 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 302964

[startup+642.3 s]

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

[startup+4062.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 5480
/proc/meminfo: memFree=14733068/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=516612 CPUtime=4062.36 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1667771 0 0 0 405800 436 0 0 25 0 1 0 511442233 529010688 105530 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 129153 105530 246 29 0 125782 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 516612

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/172 5482
/proc/meminfo: memFree=14854928/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=384352 CPUtime=4122.35 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1708545 0 0 0 411790 445 0 0 25 0 1 0 511442233 393576448 74991 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 96088 74991 246 29 0 92717 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 384352

[startup+4182.3 s]
/proc/loadavg: 1.07 1.02 1.04 2/172 5483
/proc/meminfo: memFree=14811984/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=384352 CPUtime=4182.36 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1719429 0 0 0 417785 451 0 0 25 0 1 0 511442233 393576448 85787 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259296 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 96088 85787 246 29 0 92717 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 384352

[startup+4242.3 s]
/proc/loadavg: 1.02 1.01 1.03 2/172 5485
/proc/meminfo: memFree=14769804/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=516612 CPUtime=4242.36 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1730040 0 0 0 423782 454 0 0 25 0 1 0 511442233 529010688 96313 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 129153 96313 246 29 0 125782 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 516612

[startup+4302.3 s]
/proc/loadavg: 1.01 1.00 1.03 2/172 5487
/proc/meminfo: memFree=14741264/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=516612 CPUtime=4302.36 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1737406 0 0 0 429778 458 0 0 25 0 1 0 511442233 529010688 103609 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 129153 103609 246 29 0 125782 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 516612

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/172 5488
/proc/meminfo: memFree=14885444/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=302964 CPUtime=4362.36 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1773852 0 0 0 435770 466 0 0 25 0 1 0 511442233 310235136 67575 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 75741 67575 246 29 0 72370 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 302964

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/172 5490
/proc/meminfo: memFree=14837668/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=384352 CPUtime=4422.37 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1785778 0 0 0 441765 472 0 0 25 0 1 0 511442233 393576448 79393 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 96088 79393 246 29 0 92717 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 384352

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/172 5500
/proc/meminfo: memFree=14797200/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=384352 CPUtime=4482.37 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1795848 0 0 0 447761 476 0 0 25 0 1 0 511442233 393576448 89391 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259191 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 96088 89391 246 29 0 92717 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 384352

[startup+4542.31 s]
/proc/loadavg: 1.00 1.00 1.01 2/172 5502
/proc/meminfo: memFree=14763804/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=516612 CPUtime=4542.37 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1804125 0 0 0 453757 480 0 0 25 0 1 0 511442233 529010688 97611 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259895 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 129153 97611 246 29 0 125782 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 516612

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 5504
/proc/meminfo: memFree=14735496/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=516612 CPUtime=4602.36 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1811170 0 0 0 459752 484 0 0 25 0 1 0 511442233 529010688 104585 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 129153 104585 246 29 0 125782 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 516612

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 5508
/proc/meminfo: memFree=14876232/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=302964 CPUtime=4662.37 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1848890 0 0 0 465744 493 0 0 25 0 1 0 511442233 310235136 69674 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 75741 69675 246 29 0 72370 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 302964

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 5510
/proc/meminfo: memFree=14826740/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=384352 CPUtime=4722.37 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1861309 0 0 0 471739 498 0 0 25 0 1 0 511442233 393576448 81986 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 96088 81986 246 29 0 92717 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 384352

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 5511
/proc/meminfo: memFree=14789744/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=516612 CPUtime=4782.37 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1870610 0 0 0 477735 502 0 0 25 0 1 0 511442233 529010688 91198 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 129153 91198 246 29 0 125782 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 516612

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 5513
/proc/meminfo: memFree=14757600/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=516612 CPUtime=4842.37 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1878762 0 0 0 483731 506 0 0 25 0 1 0 511442233 529010688 99276 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 129153 99276 246 29 0 125782 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 516612

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 5515
/proc/meminfo: memFree=14729300/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=516612 CPUtime=4902.37 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1885810 0 0 0 489727 510 0 0 25 0 1 0 511442233 529010688 106272 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 129153 106272 246 29 0 125782 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 516612

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 5516
/proc/meminfo: memFree=14876440/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=302964 CPUtime=4962.38 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1924016 0 0 0 495719 519 0 0 25 0 1 0 511442233 310235136 69719 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 75741 69719 246 29 0 72370 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 302964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 5517
/proc/meminfo: memFree=14847032/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=384352 CPUtime=5000.07 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1931220 0 0 0 499486 521 0 0 25 0 1 0 511442233 393576448 76856 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 96088 76856 246 29 0 92717 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 384352

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 5517
/proc/meminfo: memFree=14847032/32950928 swapFree=67111528/67111528
[pid=5341] ppid=5339 vsize=384352 CPUtime=5000.07 cores=1,3,5,7
/proc/5341/stat : 5341 (glueminisat) R 5339 5341 4456 0 -1 4202496 1931220 0 0 0 499486 521 0 0 25 0 1 0 511442233 393576448 76856 33554432000 4194304 4309791 140733934589488 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5341/statm: 96088 76856 246 29 0 92717 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 384352

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.1
CPU user time (s): 4994.87
CPU system time (s): 5.2312
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 646840

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

runsolver used 6.572 second user time and 16.7055 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 15:47:15
IDJOB=3309926
IDBENCH=83463
IDSOLVER=1694
FILE ID=node126/3309926-1303998432
RUNJOBID= node126-1303987381-4475
PBS_JOBID= 13168747
Free space on /tmp= 71496 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309926-1303998432/watcher-3309926-1303998432 -o /tmp/evaluation-result-3309926-1303998432/solver-3309926-1303998432 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309926-1303998432.cnf

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=618167301

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.783
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.783
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.783
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:     32950928 kB
MemFree:      14955672 kB
Buffers:       1838156 kB
Cached:       15315932 kB
SwapCached:          0 kB
Active:        6859792 kB
Inactive:     10549592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14955672 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          101304 kB
Writeback:           0 kB
AnonPages:      254296 kB
Mapped:          15268 kB
Slab:           521904 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   413432 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= 71500 MiB
End job on node126 at 2011-04-28 17:10:37