Trace number 3493755

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
MUSer 2011-02-10? (exit code) 1199.06 1199.03

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E04N18.cnf
MD5SUM070544eadaf1d78ec6f23d6f8a90e54a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.21036
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses120068
Sum of the clauses size708976
Maximum clause length78
Minimum clause length1
Number of clauses of size 147
Number of clauses of size 220831
Number of clauses of size 316128
Number of clauses of size 47506
Number of clauses of size 516290
Number of clauses of size over 559266

Solver Data

0.00/0.00	c *** MUSer: a MUS extractor ***
0.00/0.00	c *** release date: 2011210 ***
0.00/0.00	c *** release ref: f95464aa99ac ***
0.00/0.00	c *** built: 2011-Feb-10 00:59 ***
0.00/0.00	c *** author: Joao Marques-Silva (jpms@ucd.ie) ***
0.00/0.00	c 
0.00/0.00	c *** instance: HOME/instance-3493755-1307802760.cnf ***
0.00/0.00	c 
0.09/0.19	c Parsing CPU Time: 0.178972
0.09/0.19	c Running MUSer ...
20.20/20.27	c 0.00% completed ... 
128.60/128.64	c 13.23% completed ... 
180.40/180.48	c 19.34% completed ... 
1198.92/1199.00	c muser received timeout signal. Terminating ...
1198.92/1199.00	c CPU Time: CPU Time: 1198.69

Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493755-1307802760/watcher-3493755-1307802760 -o /tmp/evaluation-result-3493755-1307802760/solver-3493755-1307802760 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493755-1307802760.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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.05 4.01 3.54 4/189 14184
/proc/meminfo: memFree=25212496/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=4488 CPUtime=0 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 612 0 0 0 0 0 0 0 25 0 1 0 891876763 4595712 567 33554432000 4194304 5696331 140737209548480 18446744073709551615 5068096 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 1122 567 114 367 0 752 0

[startup+0.0795751 s]
/proc/loadavg: 4.05 4.01 3.54 4/189 14184
/proc/meminfo: memFree=25212496/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=16836 CPUtime=0.07 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 4115 0 0 0 7 0 0 0 25 0 1 0 891876763 17240064 3632 33554432000 4194304 5696331 140737209548480 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 4209 3634 114 367 0 3839 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16836

[startup+0.100572 s]
/proc/loadavg: 4.05 4.01 3.54 4/189 14184
/proc/meminfo: memFree=25212496/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=21060 CPUtime=0.09 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 5182 0 0 0 9 0 0 0 25 0 1 0 891876763 21565440 4699 33554432000 4194304 5696331 140737209548480 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 5265 4702 114 367 0 4895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21060

[startup+0.300537 s]
/proc/loadavg: 4.05 4.01 3.54 4/189 14184
/proc/meminfo: memFree=25212496/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=45864 CPUtime=0.29 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 12217 0 0 0 28 1 0 0 25 0 1 0 891876763 46964736 11153 33554432000 4194304 5696331 140737209548480 18446744073709551615 4399975 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 11466 11153 142 367 0 11096 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45864

[startup+0.700465 s]
/proc/loadavg: 4.05 4.01 3.54 4/189 14184
/proc/meminfo: memFree=25212496/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=48532 CPUtime=0.69 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 12902 0 0 0 67 2 0 0 25 0 1 0 891876763 49696768 11838 33554432000 4194304 5696331 140737209548480 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 12133 11838 142 367 0 11763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48532

[startup+1.50031 s]
/proc/loadavg: 4.05 4.01 3.54 5/190 14185
/proc/meminfo: memFree=25163532/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=53316 CPUtime=1.49 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 14104 0 0 0 147 2 0 0 25 0 1 0 891876763 54595584 13040 33554432000 4194304 5696331 140737209548480 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 13329 13040 142 367 0 12959 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53316

[startup+3.10102 s]
/proc/loadavg: 4.05 4.01 3.54 5/190 14185
/proc/meminfo: memFree=25157208/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=61256 CPUtime=3.09 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 16054 0 0 0 307 2 0 0 25 0 1 0 891876763 62726144 14990 33554432000 4194304 5696331 140737209548480 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 15314 14990 142 367 0 14944 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61256

[startup+6.30044 s]
/proc/loadavg: 4.04 4.01 3.55 6/190 14185
/proc/meminfo: memFree=25142852/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=74616 CPUtime=6.29 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 19336 0 0 0 626 3 0 0 25 0 1 0 891876763 76406784 18272 33554432000 4194304 5696331 140737209548480 18446744073709551615 4400211 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 18654 18272 142 367 0 18284 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74616

[startup+12.7003 s]
/proc/loadavg: 4.04 4.01 3.55 5/190 14185
/proc/meminfo: memFree=25180184/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=36776 CPUtime=12.69 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 25139 0 0 0 1264 5 0 0 25 0 1 0 891876763 37658624 8899 33554432000 4194304 5696331 140737209548480 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 9194 8899 143 367 0 8824 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36776

[startup+25.5009 s]
/proc/loadavg: 4.03 4.01 3.55 5/190 14186
/proc/meminfo: memFree=25043536/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=177884 CPUtime=25.5 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 70800 0 0 0 2538 12 0 0 25 0 1 0 891876763 182153216 44117 33554432000 4194304 5696331 140737209548480 18446744073709551615 4412926 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 44471 44117 149 367 0 44101 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 177884

[startup+51.1002 s]
/proc/loadavg: 4.02 4.01 3.56 5/190 14186
/proc/meminfo: memFree=24861096/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=352268 CPUtime=51.09 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 114390 0 0 0 5092 17 0 0 25 0 1 0 891876763 360722432 87682 33554432000 4194304 5696331 140737209548480 18446744073709551615 4394179 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 88067 87682 149 367 0 87697 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 352268

[startup+102.307 s]
/proc/loadavg: 4.01 4.00 3.58 5/190 14188
/proc/meminfo: memFree=24795728/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=417364 CPUtime=102.3 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 130683 0 0 0 10211 19 0 0 25 0 1 0 891876763 427380736 103962 33554432000 4194304 5696331 140737209548480 18446744073709551615 4401315 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 104341 103962 149 367 0 103971 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 417364

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/190 14189
/proc/meminfo: memFree=24641808/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=570872 CPUtime=162.29 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 169117 0 0 0 16206 23 0 0 25 0 1 0 891876763 584572928 142373 33554432000 4194304 5696331 140737209548480 18446744073709551615 4403178 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 142718 142373 150 367 0 142348 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 570872

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.63 5/190 14191
/proc/meminfo: memFree=24641640/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=570872 CPUtime=222.3 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 169129 0 0 0 22206 24 0 0 25 0 1 0 891876763 584572928 142385 33554432000 4194304 5696331 140737209548480 18446744073709551615 4394218 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 142718 142385 150 367 0 142348 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 570872

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.65 5/190 14193
/proc/meminfo: memFree=24569428/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=642808 CPUtime=282.3 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 187140 0 0 0 28204 26 0 0 25 0 1 0 891876763 658235392 160384 33554432000 4194304 5696331 140737209548480 18446744073709551615 4380994 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 160702 160384 150 367 0 160332 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 642808

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 14232
/proc/meminfo: memFree=24596980/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=342.3 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230242 0 0 0 34198 32 0 0 25 0 1 0 891876763 834699264 203464 33554432000 4194304 5696331 140737209548480 18446744073709551615 4402329 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203464 150 367 0 203414 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 815136

[startup+402.301 s]
/proc/loadavg: 3.83 3.97 3.67 4/184 14334
/proc/meminfo: memFree=30339228/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=402.3 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230248 0 0 0 40198 32 0 0 25 0 1 0 891876763 834699264 203470 33554432000 4194304 5696331 140737209548480 18446744073709551615 4400136 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203470 150 367 0 203414 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 815136

[startup+462.301 s]
/proc/loadavg: 3.30 3.79 3.63 4/184 14335
/proc/meminfo: memFree=30344596/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=462.3 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230250 0 0 0 46198 32 0 0 25 0 1 0 891876763 834699264 203472 33554432000 4194304 5696331 140737209548480 18446744073709551615 4400400 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203472 150 367 0 203414 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 815136

[startup+522.301 s]
/proc/loadavg: 3.11 3.64 3.59 4/184 14337
/proc/meminfo: memFree=28958728/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=522.3 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 52197 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4393142 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 815136

[startup+582.301 s]
/proc/loadavg: 3.10 3.54 3.55 4/184 14339
/proc/meminfo: memFree=26409360/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=582.31 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 58198 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4400211 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 815136

[startup+642.301 s]
/proc/loadavg: 3.04 3.44 3.52 4/184 14340
/proc/meminfo: memFree=24398408/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=642.31 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 64198 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 815136

[startup+702.301 s]
/proc/loadavg: 3.01 3.35 3.48 4/184 14342
/proc/meminfo: memFree=23031136/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=702.31 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 70198 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 815136

[startup+762.307 s]
/proc/loadavg: 3.00 3.29 3.45 4/184 14343
/proc/meminfo: memFree=20388408/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=762.32 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 76199 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4402352 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 815136

[startup+822.301 s]
/proc/loadavg: 2.85 3.20 3.41 3/178 14370
/proc/meminfo: memFree=26848804/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=822.31 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 82198 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4403178 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 815136

[startup+882.301 s]
/proc/loadavg: 2.31 2.98 3.32 3/178 14372
/proc/meminfo: memFree=26848768/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=882.31 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 88198 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4403158 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 815136

[startup+942.301 s]
/proc/loadavg: 2.18 2.81 3.24 3/178 14373
/proc/meminfo: memFree=26848600/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=942.32 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 94199 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4394327 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 815136

[startup+1002.3 s]
/proc/loadavg: 2.12 2.68 3.16 3/178 14375
/proc/meminfo: memFree=25977584/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=1002.32 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 100199 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4393019 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 815136

[startup+1062.3 s]
/proc/loadavg: 2.04 2.55 3.08 3/178 14376
/proc/meminfo: memFree=25264668/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=1062.32 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 106199 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4393014 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 815136

[startup+1122.3 s]
/proc/loadavg: 2.01 2.45 3.01 3/178 14378
/proc/meminfo: memFree=25264612/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=1122.32 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 112199 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4403152 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 815136

[startup+1182.3 s]
/proc/loadavg: 2.00 2.36 2.95 3/178 14380
/proc/meminfo: memFree=25264576/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=1182.32 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 118199 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4400217 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 815136

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

[startup+1190.3 s]
/proc/loadavg: 2.00 2.35 2.94 3/178 14380
/proc/meminfo: memFree=25264568/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=1190.32 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 118999 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4403158 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 1190.32
Current children cumulated vsize (KiB) 815136

[startup+1193.51 s]
/proc/loadavg: 2.00 2.35 2.93 3/178 14380
/proc/meminfo: memFree=25264568/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=1193.52 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 119319 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4394664 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 1193.52
Current children cumulated vsize (KiB) 815136

[startup+1196.7 s]
/proc/loadavg: 2.00 2.35 2.93 3/178 14380
/proc/meminfo: memFree=25264568/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=1196.72 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 119639 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4394391 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 1196.72
Current children cumulated vsize (KiB) 815136

[startup+1198.3 s]
/proc/loadavg: 2.00 2.34 2.93 3/178 14380
/proc/meminfo: memFree=25264568/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=1198.32 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 119799 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4393080 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 815136

[startup+1198.7 s]
/proc/loadavg: 2.00 2.34 2.93 3/178 14380
/proc/meminfo: memFree=25264568/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=1198.72 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 119839 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4403205 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 815136

[startup+1198.9 s]
/proc/loadavg: 2.00 2.34 2.93 3/178 14380
/proc/meminfo: memFree=25264568/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=815136 CPUtime=1198.92 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202496 230251 0 0 0 119859 33 0 0 25 0 1 0 891876763 834699264 203473 33554432000 4194304 5696331 140737209548480 18446744073709551615 4394154 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/14184/statm: 203784 203473 150 367 0 203414 0
Current children cumulated CPU time (s) 1198.92
Current children cumulated vsize (KiB) 815136

[startup+1199.01 s]
/proc/loadavg: 2.00 2.34 2.93 3/178 14380
/proc/meminfo: memFree=25264568/32951124 swapFree=67056684/67111528
[pid=14184] ppid=14182 vsize=0 CPUtime=1199.03 cores=5,7
/proc/14184/stat : 14184 (muser) R 14182 14184 13546 0 -1 4202500 230251 0 0 0 119869 34 0 0 25 0 1 0 891876763 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 5 0 0 0
/proc/14184/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.03
CPU time (s): 1199.06
CPU user time (s): 1198.69
CPU system time (s): 0.368943
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 815136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.69
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1823

runsolver used 1.89871 second user time and 4.6233 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-11 16:32:40
IDJOB=3493755
IDBENCH=83457
IDSOLVER=1969
FILE ID=node109/3493755-1307802760
RUNJOBID= node109-1307800705-13567
PBS_JOBID= 13551065
Free space on /tmp= 73956 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E04N18.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493755-1307802760/watcher-3493755-1307802760 -o /tmp/evaluation-result-3493755-1307802760/solver-3493755-1307802760 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493755-1307802760.cnf

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

MD5SUM BENCH= 070544eadaf1d78ec6f23d6f8a90e54a
RANDOM SEED=1276571317

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.82
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25213040 kB
Buffers:        300596 kB
Cached:        1019640 kB
SwapCached:       8608 kB
Active:        6861028 kB
Inactive:       636000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25213040 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:            5232 kB
Writeback:           0 kB
AnonPages:     6174156 kB
Mapped:          15240 kB
Slab:           163460 kB
PageTables:      17300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6416176 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= 74000 MiB
End job on node109 at 2011-06-11 16:52:39