Trace number 3350046

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: LR_GL_NOSHR 2011-03-02? (TO) 1300.06 1300.02

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 benchmark671.532
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: 961)

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-3350046-1304973402/watcher-3350046-1304973402 -o /tmp/evaluation-result-3350046-1304973402/solver-3350046-1304973402 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350046-1304973402.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.26 4.06 3.61 4/376 3053
/proc/meminfo: memFree=14970808/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=19620 CPUtime=0 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 489 0 0 0 0 0 0 0 25 0 1 0 687570903 20090880 424 33554432000 4194304 4300056 140735223795056 18446744073709551615 260905054917 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 4905 424 220 26 0 1537 0

[startup+0.098769 s]
/proc/loadavg: 4.26 4.06 3.61 4/376 3053
/proc/meminfo: memFree=14970808/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=32344 CPUtime=0.09 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 4311 0 0 0 8 1 0 0 25 0 1 0 687570903 33120256 3901 33554432000 4194304 4300056 140735223795056 18446744073709551615 260905393920 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 8086 3902 222 26 0 4718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32344

[startup+0.100774 s]
/proc/loadavg: 4.26 4.06 3.61 4/376 3053
/proc/meminfo: memFree=14970808/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=32480 CPUtime=0.09 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 4367 0 0 0 8 1 0 0 25 0 1 0 687570903 33259520 3953 33554432000 4194304 4300056 140735223795056 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 8120 3954 222 26 0 4752 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32480

[startup+0.300731 s]
/proc/loadavg: 4.26 4.06 3.61 4/376 3053
/proc/meminfo: memFree=14970808/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=34628 CPUtime=0.29 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 5825 0 0 0 28 1 0 0 25 0 1 0 687570903 35459072 5180 33554432000 4194304 4300056 140735223795056 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 8657 5180 226 26 0 5289 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34628

[startup+0.700654 s]
/proc/loadavg: 4.26 4.06 3.61 4/376 3053
/proc/meminfo: memFree=14970808/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=34628 CPUtime=0.69 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 5825 0 0 0 68 1 0 0 25 0 1 0 687570903 35459072 5180 33554432000 4194304 4300056 140735223795056 18446744073709551615 4230328 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 8657 5180 226 26 0 5289 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34628

[startup+1.50046 s]
/proc/loadavg: 4.26 4.06 3.61 5/377 3054
/proc/meminfo: memFree=14947248/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=34628 CPUtime=1.49 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 5825 0 0 0 148 1 0 0 25 0 1 0 687570903 35459072 5180 33554432000 4194304 4300056 140735223795056 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 8657 5180 226 26 0 5289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34628

[startup+3.10023 s]
/proc/loadavg: 4.26 4.06 3.61 5/377 3054
/proc/meminfo: memFree=14943268/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=34628 CPUtime=3.09 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 5825 0 0 0 308 1 0 0 25 0 1 0 687570903 35459072 5180 33554432000 4194304 4300056 140735223795056 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 8657 5180 226 26 0 5289 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34628

[startup+6.30064 s]
/proc/loadavg: 4.24 4.06 3.62 5/377 3054
/proc/meminfo: memFree=14933472/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=34780 CPUtime=6.3 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 5918 0 0 0 629 1 0 0 25 0 1 0 687570903 35614720 5269 33554432000 4194304 4300056 140735223795056 18446744073709551615 4230352 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 8695 5269 228 26 0 5327 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 34780

[startup+12.7005 s]
/proc/loadavg: 4.22 4.06 3.62 5/377 3055
/proc/meminfo: memFree=14901752/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=57072 CPUtime=12.69 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 11660 0 0 0 1268 1 0 0 25 0 1 0 687570903 58441728 8849 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256430 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 14268 8849 246 26 0 10900 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57072

[startup+25.5011 s]
/proc/loadavg: 4.17 4.06 3.62 5/377 3055
/proc/meminfo: memFree=14844324/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=80416 CPUtime=25.49 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 17374 0 0 0 2546 3 0 0 25 0 1 0 687570903 82345984 14478 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256260 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 20104 14478 246 26 0 16736 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80416

[startup+51.1005 s]
/proc/loadavg: 4.11 4.05 3.63 5/377 3056
/proc/meminfo: memFree=14787032/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=119140 CPUtime=51.09 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 26048 0 0 0 5104 5 0 0 25 0 1 0 687570903 121999360 23033 33554432000 4194304 4300056 140735223795056 18446744073709551615 4275990 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 29785 23033 246 26 0 26417 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 119140

[startup+102.314 s]
/proc/loadavg: 4.08 4.05 3.65 5/377 3058
/proc/meminfo: memFree=14858672/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=121880 CPUtime=102.31 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 46586 0 0 0 10221 10 0 0 25 0 1 0 687570903 124805120 22520 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 30470 22520 246 26 0 27102 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 121880

[startup+162.301 s]
/proc/loadavg: 4.03 4.04 3.67 5/377 3063
/proc/meminfo: memFree=14801468/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=126816 CPUtime=162.3 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 66561 0 0 0 16215 15 0 0 25 0 1 0 687570903 129859584 22263 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 31704 22263 246 26 0 28336 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 126816

[startup+222.301 s]
/proc/loadavg: 3.94 4.00 3.68 5/377 3157
/proc/meminfo: memFree=15033412/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=131884 CPUtime=222.3 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 86844 0 0 0 22210 20 0 0 25 0 1 0 687570903 135049216 22115 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 32971 22115 246 26 0 29603 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 131884

[startup+282.301 s]
/proc/loadavg: 3.97 4.00 3.70 5/377 3159
/proc/meminfo: memFree=14938780/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=132168 CPUtime=282.3 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 106424 0 0 0 28206 24 0 0 25 0 1 0 687570903 135340032 22210 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256330 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 33042 22210 246 26 0 29674 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 132168

[startup+342.301 s]
/proc/loadavg: 3.99 4.00 3.71 5/377 3160
/proc/meminfo: memFree=14921748/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=103156 CPUtime=342.31 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 125192 0 0 0 34201 30 0 0 25 0 1 0 687570903 105631744 18532 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 25789 18532 246 26 0 22421 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 103156

[startup+402.3 s]
/proc/loadavg: 3.99 4.00 3.73 5/377 3163
/proc/meminfo: memFree=14942276/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=134544 CPUtime=402.3 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 136148 0 0 0 40197 33 0 0 25 0 1 0 687570903 137773056 29306 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 33636 29306 246 26 0 30268 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 134544

[startup+462.3 s]
/proc/loadavg: 3.99 4.00 3.74 5/377 3165
/proc/meminfo: memFree=14805444/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=137920 CPUtime=462.3 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 155083 0 0 0 46193 37 0 0 25 0 1 0 687570903 141230080 27744 33554432000 4194304 4300056 140735223795056 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 34480 27744 246 26 0 31112 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 137920

[startup+522.3 s]
/proc/loadavg: 4.12 4.04 3.77 5/377 3166
/proc/meminfo: memFree=14843472/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=140480 CPUtime=522.31 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 173433 0 0 0 52189 42 0 0 25 0 1 0 687570903 143851520 24281 33554432000 4194304 4300056 140735223795056 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 35120 24281 246 26 0 31752 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 140480

[startup+582.3 s]
/proc/loadavg: 4.18 4.08 3.80 5/377 3168
/proc/meminfo: memFree=14844516/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=191848 CPUtime=582.31 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 181476 0 0 0 58185 46 0 0 25 0 1 0 687570903 196452352 32194 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 47962 32194 246 26 0 44594 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 191848

[startup+642.3 s]
/proc/loadavg: 4.06 4.06 3.81 5/377 3169
/proc/meminfo: memFree=14723080/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=141760 CPUtime=642.31 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 200075 0 0 0 64181 50 0 0 25 0 1 0 687570903 145162240 28845 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 35440 28845 246 26 0 32072 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 141760

[startup+702.3 s]
/proc/loadavg: 4.07 4.06 3.82 5/377 3171
/proc/meminfo: memFree=14868104/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=143228 CPUtime=702.32 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 218332 0 0 0 70176 56 0 0 25 0 1 0 687570903 146665472 25120 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 35807 25120 246 26 0 32439 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 143228

[startup+762.314 s]
/proc/loadavg: 4.02 4.05 3.83 5/377 3173
/proc/meminfo: memFree=14830576/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=195452 CPUtime=762.32 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 228534 0 0 0 76173 59 0 0 25 0 1 0 687570903 200142848 35147 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 48863 35147 246 26 0 45495 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 195452

[startup+822.3 s]
/proc/loadavg: 4.01 4.04 3.83 5/377 3174
/proc/meminfo: memFree=14790344/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=146076 CPUtime=822.32 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 247388 0 0 0 82167 65 0 0 25 0 1 0 687570903 149581824 28932 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 36519 28932 246 26 0 33151 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 146076

[startup+882.3 s]
/proc/loadavg: 4.00 4.03 3.84 5/377 3176
/proc/meminfo: memFree=14858872/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=116676 CPUtime=882.32 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 263354 0 0 0 88163 69 0 0 25 0 1 0 687570903 119476224 21554 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256255 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 29169 21554 246 26 0 25801 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 116676

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 3.85 5/377 3177
/proc/meminfo: memFree=14777104/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=147496 CPUtime=942.32 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 273455 0 0 0 94160 72 0 0 25 0 1 0 687570903 151035904 31469 33554432000 4194304 4300056 140735223795056 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 36874 31469 246 26 0 33506 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 147496

[startup+1002.3 s]
/proc/loadavg: 4.11 4.05 3.86 5/377 3179
/proc/meminfo: memFree=14811640/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=147812 CPUtime=1002.32 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 296511 0 0 0 100155 77 0 0 25 0 1 0 687570903 151359488 29506 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 36953 29506 246 26 0 33585 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 147812

[startup+1062.3 s]
/proc/loadavg: 4.22 4.08 3.89 5/377 3181
/proc/meminfo: memFree=14711636/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=200364 CPUtime=1062.32 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 304053 0 0 0 106152 80 0 0 25 0 1 0 687570903 205172736 36920 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 50091 36920 246 26 0 46723 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 200364

[startup+1122.3 s]
/proc/loadavg: 4.15 4.08 3.90 5/377 3185
/proc/meminfo: memFree=14790320/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=151556 CPUtime=1122.33 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 321560 0 0 0 112148 85 0 0 25 0 1 0 687570903 155193344 28642 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256515 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 37889 28642 246 26 0 34521 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 151556

[startup+1182.3 s]
/proc/loadavg: 4.20 4.10 3.91 5/377 3188
/proc/meminfo: memFree=14769316/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=203352 CPUtime=1182.32 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 329732 0 0 0 118144 88 0 0 25 0 1 0 687570903 208232448 36681 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 50838 36681 246 26 0 47470 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 203352

[startup+1242.3 s]
/proc/loadavg: 4.14 4.09 3.92 5/377 3189
/proc/meminfo: memFree=14683812/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=153264 CPUtime=1242.33 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 347333 0 0 0 124139 94 0 0 25 0 1 0 687570903 156942336 29771 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 38316 29771 246 26 0 34948 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 153264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.07 3.92 5/377 3191
/proc/meminfo: memFree=14666268/32950928 swapFree=65762352/67111528
[pid=3053] ppid=3051 vsize=203352 CPUtime=1300.04 cores=4,6
/proc/3053/stat : 3053 (lr_gl_shr) R 3051 3053 1733 0 -1 4202496 354289 0 0 0 129908 96 0 0 25 0 1 0 687570903 208232448 36620 33554432000 4194304 4300056 140735223795056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3053/statm: 50838 36620 246 26 0 47470 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 203352

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.09
CPU system time (s): 0.969852
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 252672

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

runsolver used 4.37434 second user time and 11.0163 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-09 22:36:42
IDJOB=3350046
IDBENCH=83446
IDSOLVER=1815
FILE ID=node116/3350046-1304973402
RUNJOBID= node116-1304972275-2894
PBS_JOBID= 13285634
Free space on /tmp= 45828 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350046-1304973402/watcher-3350046-1304973402 -o /tmp/evaluation-result-3350046-1304973402/solver-3350046-1304973402 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350046-1304973402.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=1212567568

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14971088 kB
Buffers:        216372 kB
Cached:        7792308 kB
SwapCached:      12300 kB
Active:       10768660 kB
Inactive:      6849952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14971088 kB
SwapTotal:    67111528 kB
SwapFree:     65762352 kB
Dirty:            7356 kB
Writeback:           0 kB
AnonPages:     9608436 kB
Mapped:          16320 kB
Slab:           250808 kB
PageTables:      45340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 83135696 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= 45832 MiB
End job on node116 at 2011-05-09 22:58:24