Trace number 3309908

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.05 4999.92

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark588.006
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

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-3309908-1303997662/watcher-3309908-1303997662 -o /tmp/evaluation-result-3309908-1303997662/solver-3309908-1303997662 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309908-1303997662.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: 1.97 1.99 1.99 3/177 8408
/proc/meminfo: memFree=26215480/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=19568 CPUtime=0 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 731 0 0 0 0 0 0 0 25 0 1 0 511365888 20037632 664 33554432000 4194304 4309791 140737359552944 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 4892 665 215 29 0 1521 0

[startup+0.046361 s]
/proc/loadavg: 1.97 1.99 1.99 3/177 8408
/proc/meminfo: memFree=26215480/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=25580 CPUtime=0.04 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 3024 0 0 0 4 0 0 0 25 0 1 0 511365888 26193920 2775 33554432000 4194304 4309791 140737359552944 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 6395 2776 217 29 0 3024 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25580

[startup+0.100362 s]
/proc/loadavg: 1.97 1.99 1.99 3/177 8408
/proc/meminfo: memFree=26215480/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=35860 CPUtime=0.08 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 6111 0 0 0 8 0 0 0 25 0 1 0 511365888 36720640 5466 33554432000 4194304 4309791 140737359552944 18446744073709551615 4216240 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 8965 5466 220 29 0 5594 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35860

[startup+0.300313 s]
/proc/loadavg: 1.97 1.99 1.99 3/177 8408
/proc/meminfo: memFree=26215480/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=35860 CPUtime=0.28 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 6114 0 0 0 28 0 0 0 25 0 1 0 511365888 36720640 5469 33554432000 4194304 4309791 140737359552944 18446744073709551615 4227136 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 8965 5469 223 29 0 5594 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35860

[startup+0.700235 s]
/proc/loadavg: 1.97 1.99 1.99 3/177 8408
/proc/meminfo: memFree=26215480/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=35860 CPUtime=0.68 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 6114 0 0 0 68 0 0 0 25 0 1 0 511365888 36720640 5469 33554432000 4194304 4309791 140737359552944 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 8965 5469 223 29 0 5594 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35860

[startup+1.50097 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 8409
/proc/meminfo: memFree=26193532/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=35860 CPUtime=1.49 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 6114 0 0 0 149 0 0 0 25 0 1 0 511365888 36720640 5469 33554432000 4194304 4309791 140737359552944 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 8965 5469 223 29 0 5594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35860

[startup+3.10074 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 8409
/proc/meminfo: memFree=26192664/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=35860 CPUtime=3.09 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 6114 0 0 0 309 0 0 0 25 0 1 0 511365888 36720640 5469 33554432000 4194304 4309791 140737359552944 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 8965 5469 223 29 0 5594 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35860

[startup+6.30118 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 8409
/proc/meminfo: memFree=26190448/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=35860 CPUtime=6.29 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 6206 0 0 0 629 0 0 0 25 0 1 0 511365888 36720640 5557 33554432000 4194304 4309791 140737359552944 18446744073709551615 4226993 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 8965 5557 225 29 0 5594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35860

[startup+12.701 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 8409
/proc/meminfo: memFree=26180920/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=58068 CPUtime=12.69 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 17172 0 0 0 1267 2 0 0 25 0 1 0 511365888 59461632 7301 33554432000 4194304 4309791 140737359552944 18446744073709551615 4260074 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 14517 7301 245 29 0 11146 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58068

[startup+25.5005 s]
/proc/loadavg: 1.98 1.99 1.99 3/178 8409
/proc/meminfo: memFree=26156460/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=76924 CPUtime=25.49 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 26636 0 0 0 2546 3 0 0 25 0 1 0 511365888 78770176 11243 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259878 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 19231 11243 245 29 0 15860 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76924

[startup+51.1006 s]
/proc/loadavg: 1.98 1.99 1.99 3/178 8410
/proc/meminfo: memFree=26114812/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=89276 CPUtime=51.09 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 34530 0 0 0 5105 4 0 0 25 0 1 0 511365888 91418624 18873 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 22319 18873 245 29 0 18948 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89276

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 8411
/proc/meminfo: memFree=26138240/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=89276 CPUtime=102.3 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 60696 0 0 0 10223 7 0 0 25 0 1 0 511365888 91418624 19004 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259397 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 22319 19004 245 29 0 18948 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89276

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 8413
/proc/meminfo: memFree=26076944/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=138596 CPUtime=162.3 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 89989 0 0 0 16219 11 0 0 25 0 1 0 511365888 141922304 27660 33554432000 4194304 4309791 140737359552944 18446744073709551615 4279102 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 34649 27660 245 29 0 31278 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 138596

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 8415
/proc/meminfo: memFree=26110140/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=138596 CPUtime=222.3 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 112540 0 0 0 22215 15 0 0 25 0 1 0 511365888 141922304 27278 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 34649 27278 245 29 0 31278 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 138596

[startup+282.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/178 8416
/proc/meminfo: memFree=26111584/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=89276 CPUtime=282.3 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 129064 0 0 0 28211 19 0 0 25 0 1 0 511365888 91418624 19036 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 22319 19036 245 29 0 18948 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 89276

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8418
/proc/meminfo: memFree=26096660/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=138596 CPUtime=342.3 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 151137 0 0 0 34208 22 0 0 25 0 1 0 511365888 141922304 27816 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 34649 27816 245 29 0 31278 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 138596

[startup+402.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 8419
/proc/meminfo: memFree=26061892/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=138596 CPUtime=402.3 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 167297 0 0 0 40205 25 0 0 25 0 1 0 511365888 141922304 29371 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 34649 29371 245 29 0 31278 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 138596

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 8421
/proc/meminfo: memFree=26098672/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=138596 CPUtime=462.3 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 183231 0 0 0 46201 29 0 0 25 0 1 0 511365888 141922304 30699 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 34649 30699 245 29 0 31278 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 138596

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8423
/proc/meminfo: memFree=26064668/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=138596 CPUtime=522.31 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 199554 0 0 0 52199 32 0 0 25 0 1 0 511365888 141922304 31232 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 34649 31232 245 29 0 31278 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 138596

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8424
/proc/meminfo: memFree=26132440/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=138596 CPUtime=582.31 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 214738 0 0 0 58195 36 0 0 25 0 1 0 511365888 141922304 30115 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 34649 30115 245 29 0 31278 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 138596

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.12 2/172 8547
/proc/meminfo: memFree=26234108/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=189520 CPUtime=4062.4 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 726186 0 0 0 406053 187 0 0 25 0 1 0 511365888 194068480 37675 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 47380 37675 245 29 0 44009 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 189520

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/172 8549
/proc/meminfo: memFree=26213624/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=239608 CPUtime=4122.39 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 731467 0 0 0 412051 188 0 0 25 0 1 0 511365888 245358592 42862 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 59902 42862 245 29 0 56531 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 239608

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 8550
/proc/meminfo: memFree=26195732/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=239608 CPUtime=4182.39 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 736023 0 0 0 418049 190 0 0 25 0 1 0 511365888 245358592 47329 33554432000 4194304 4309791 140737359552944 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 59902 47329 245 29 0 56531 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 239608

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/172 8552
/proc/meminfo: memFree=26295396/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=109380 CPUtime=4242.4 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 738905 0 0 0 424048 192 0 0 25 0 1 0 511365888 112005120 22327 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 27345 22327 245 29 0 23974 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 109380

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/172 8553
/proc/meminfo: memFree=26238076/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=189520 CPUtime=4302.4 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 753530 0 0 0 430044 196 0 0 25 0 1 0 511365888 194068480 36810 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259878 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 47380 36810 245 29 0 44009 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 189520

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/172 8555
/proc/meminfo: memFree=26218216/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=189520 CPUtime=4362.4 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 758568 0 0 0 436041 199 0 0 25 0 1 0 511365888 194068480 41735 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 47380 41735 245 29 0 44009 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 189520

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/172 8557
/proc/meminfo: memFree=26200820/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=239608 CPUtime=4422.41 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 763055 0 0 0 442040 201 0 0 25 0 1 0 511365888 245358592 46121 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 59902 46121 245 29 0 56531 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 239608

[startup+4482.3 s]
/proc/loadavg: 1.05 1.01 1.07 2/172 8558
/proc/meminfo: memFree=26294780/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=109380 CPUtime=4482.41 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 766555 0 0 0 448038 203 0 0 25 0 1 0 511365888 112005120 22435 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259406 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 27345 22435 245 29 0 23974 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 109380

[startup+4542.3 s]
/proc/loadavg: 1.02 1.01 1.06 2/172 8560
/proc/meminfo: memFree=26241796/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=189520 CPUtime=4542.41 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 780091 0 0 0 454035 206 0 0 25 0 1 0 511365888 194068480 35845 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259625 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 47380 35845 245 29 0 44009 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 189520

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/172 8561
/proc/meminfo: memFree=26220692/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=189520 CPUtime=4602.42 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 785396 0 0 0 460033 209 0 0 25 0 1 0 511365888 194068480 41044 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 47380 41044 245 29 0 44009 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 189520

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 8563
/proc/meminfo: memFree=26203924/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=239608 CPUtime=4662.41 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 789733 0 0 0 466031 210 0 0 25 0 1 0 511365888 245358592 45288 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 59902 45288 245 29 0 56531 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 239608

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 8565
/proc/meminfo: memFree=26189136/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=239608 CPUtime=4722.42 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 793439 0 0 0 472030 212 0 0 25 0 1 0 511365888 245358592 48910 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259937 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 59902 48910 245 29 0 56531 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 239608

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/172 8566
/proc/meminfo: memFree=26254328/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=158700 CPUtime=4782.42 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 804728 0 0 0 478027 215 0 0 25 0 1 0 511365888 162508800 32746 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 39675 32746 245 29 0 36304 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 158700

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/172 8568
/proc/meminfo: memFree=26229996/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=189520 CPUtime=4842.42 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 810855 0 0 0 484025 217 0 0 25 0 1 0 511365888 194068480 38741 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 47380 38741 245 29 0 44009 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 189520

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/172 8569
/proc/meminfo: memFree=26211476/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=239608 CPUtime=4902.43 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 815636 0 0 0 490024 219 0 0 25 0 1 0 511365888 245358592 43424 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 59902 43424 245 29 0 56531 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 239608

[startup+4962.3 s]
/proc/loadavg: 1.08 1.02 1.03 2/172 8571
/proc/meminfo: memFree=26196448/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=239608 CPUtime=4962.43 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 819432 0 0 0 496022 221 0 0 25 0 1 0 511365888 245358592 47131 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 59902 47131 245 29 0 56531 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 239608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.04 1.01 1.02 2/172 8572
/proc/meminfo: memFree=26186872/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=239608 CPUtime=5000.04 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 821856 0 0 0 499782 222 0 0 25 0 1 0 511365888 245358592 49501 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 59902 49501 245 29 0 56531 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 239608

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

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

[startup+4999.9 s]
/proc/loadavg: 1.04 1.01 1.02 2/172 8572
/proc/meminfo: memFree=26186872/32950928 swapFree=67111364/67111528
[pid=8408] ppid=8406 vsize=239608 CPUtime=5000.04 cores=0,2,4,6
/proc/8408/stat : 8408 (glueminisat) R 8406 8408 7571 0 -1 4202496 821856 0 0 0 499782 222 0 0 25 0 1 0 511365888 245358592 49501 33554432000 4194304 4309791 140737359552944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8408/statm: 59902 49501 245 29 0 56531 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 239608

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4997.82
CPU system time (s): 2.23066
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 239608

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

runsolver used 7.56585 second user time and 16.1475 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-28 15:34:22
IDJOB=3309908
IDBENCH=83446
IDSOLVER=1694
FILE ID=node127/3309908-1303997662
RUNJOBID= node127-1303987381-7589
PBS_JOBID= 13168746
Free space on /tmp= 71812 MiB

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

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=1959220686

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26215760 kB
Buffers:       1365316 kB
Cached:        4665144 kB
SwapCached:          0 kB
Active:        1836356 kB
Inactive:      4424080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26215760 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7096 kB
Writeback:           0 kB
AnonPages:      229724 kB
Mapped:          15304 kB
Slab:           409292 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   388356 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= 71812 MiB
End job on node127 at 2011-04-28 16:57:44