Trace number 3310349

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
ppfolio parUNSAT 58.917 7.40915

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E05X15.cnf
MD5SUMe53b8f4e61e6411a209ad63833d35585
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.66929
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses41379
Sum of the clauses size183934
Maximum clause length45
Minimum clause length1
Number of clauses of size 17
Number of clauses of size 211966
Number of clauses of size 39700
Number of clauses of size 43195
Number of clauses of size 54425
Number of clauses of size over 512086

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
58.10/7.39	s UNSATISFIABLE
58.89/7.40	solver [5] plingeling 276-6264d55-100731 answered
58.89/7.40	Done

Verifier Data

No possible verification on an UNSAT instance

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-3310349-1304014849/watcher-3310349-1304014849 -o /tmp/evaluation-result-3310349-1304014849/solver-3310349-1304014849 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310349-1304014849.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.49 7.86 7.91 1/170 27252
/proc/meminfo: memFree=16745192/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=0 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 513083400 18763776 390 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 11798042344819785727 0 0 17 4 0 0 0
/proc/27252/statm: 4581 390 341 23 0 91 0

[startup+0.0196119 s]
/proc/loadavg: 7.49 7.86 7.91 1/170 27252
/proc/meminfo: memFree=16745192/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=0 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 513083400 18763776 390 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 11798042344819785727 0 0 17 4 0 0 0
/proc/27252/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100556 s]
/proc/loadavg: 7.49 7.86 7.91 1/170 27252
/proc/meminfo: memFree=16745192/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=0 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 513083400 18763776 390 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 11798042344819785727 0 0 17 4 0 0 0
/proc/27252/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300523 s]
/proc/loadavg: 7.49 7.86 7.91 1/170 27252
/proc/meminfo: memFree=16745192/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=0 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 513083400 18763776 390 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 11798042344819785727 0 0 17 4 0 0 0
/proc/27252/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700457 s]
/proc/loadavg: 7.49 7.86 7.91 1/170 27252
/proc/meminfo: memFree=16745192/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=0 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 522 0 0 0 0 0 0 0 19 0 1 0 513083400 18763776 390 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 11798042344819785727 0 0 17 4 0 0 0
/proc/27252/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50132 s]
/proc/loadavg: 7.49 7.86 7.91 9/180 27267
/proc/meminfo: memFree=16622592/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=0 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513083400 18763776 390 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 11798042344819785727 0 0 17 4 0 0 0
/proc/27252/statm: 4581 390 341 23 0 91 0
[pid=27253] ppid=27252 vsize=1190484 CPUtime=1.49 cores=0
/proc/27253/stat : 27253 (cryptominisat) R 27252 27252 26251 0 -1 4202496 5105 0 0 0 149 0 0 0 20 0 1 0 513083400 1219055616 3222 33554432000 4194304 4587354 140735648896176 18446744073709551615 4236561 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27253/statm: 297621 3222 327 96 0 294183 0
[pid=27254] ppid=27252 vsize=21768 CPUtime=1.49 cores=1
/proc/27254/stat : 27254 (clasp) R 27252 27252 26251 0 -1 4202496 3191 0 0 0 149 0 0 0 20 0 1 0 513083400 22290432 2784 33554432000 4194304 4785740 140736167486480 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27254/statm: 5442 2784 340 145 0 2487 0
[pid=27255] ppid=27252 vsize=455428 CPUtime=1.49 cores=2
/proc/27255/stat : 27255 (TNM) R 27252 27252 26251 0 -1 4202496 1331 0 0 0 149 0 0 0 20 0 1 0 513083400 466358272 1227 33554432000 134512640 134534564 4289535744 18446744073709551615 134524591 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27255/statm: 113857 1227 91 6 0 112523 0
[pid=27256] ppid=27252 vsize=149404 CPUtime=1.48 cores=3
/proc/27256/stat : 27256 (march_hi) R 27252 27252 26251 0 -1 4202496 34979 0 0 0 144 4 0 0 20 0 1 0 513083400 152989696 29693 33554432000 4194304 4331988 140734671422016 18446744073709551615 4271179 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27256/statm: 37351 29693 151 34 0 35793 0
[pid=27257] ppid=27252 vsize=70096 CPUtime=5.79 cores=4-7
/proc/27257/stat : 27257 (plingeling) S 27252 27252 26251 0 -1 4202496 7569 1250 0 0 578 1 0 0 25 0 5 0 513083400 71778304 5950 33554432000 4194304 4356188 140735311802288 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27257/statm: 17524 5950 163 40 0 16068 0
[pid=27257/tid=27264] ppid=27252 vsize=70096 CPUtime=1.43 cores=4-7
/proc/27257/task/27264/stat : 27264 (plingeling) R 27252 27252 26251 0 -1 4202560 770 1250 0 0 143 0 0 0 25 0 5 0 513083406 71778304 5950 33554432000 4194304 4356188 140735311802288 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27257/tid=27265] ppid=27252 vsize=70096 CPUtime=1.43 cores=4-7
/proc/27257/task/27265/stat : 27265 (plingeling) R 27252 27252 26251 0 -1 4202560 914 1250 0 0 143 0 0 0 20 0 5 0 513083406 71778304 5950 33554432000 4194304 4356188 140735311802288 18446744073709551615 4211045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27257/tid=27266] ppid=27252 vsize=70096 CPUtime=1.43 cores=4-7
/proc/27257/task/27266/stat : 27266 (plingeling) R 27252 27252 26251 0 -1 4202560 769 1250 0 0 143 0 0 0 25 0 5 0 513083406 71778304 5950 33554432000 4194304 4356188 140735311802288 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27257/tid=27267] ppid=27252 vsize=70096 CPUtime=1.42 cores=4-7
/proc/27257/task/27267/stat : 27267 (plingeling) R 27252 27252 26251 0 -1 4202560 1082 1250 0 0 142 0 0 0 25 0 5 0 513083406 71778304 5950 33554432000 4194304 4356188 140735311802288 18446744073709551615 4273762 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 1905504

[startup+3.10106 s]
/proc/loadavg: 7.49 7.86 7.91 9/180 27267
/proc/meminfo: memFree=16570772/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=0 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513083400 18763776 390 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 11798042344819785727 0 0 17 4 0 0 0
/proc/27252/statm: 4581 390 341 23 0 91 0
[pid=27253] ppid=27252 vsize=1197568 CPUtime=3.08 cores=0
/proc/27253/stat : 27253 (cryptominisat) R 27252 27252 26251 0 -1 4202496 7282 0 0 0 308 0 0 0 25 0 1 0 513083400 1226309632 4703 33554432000 4194304 4587354 140735648896176 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27253/statm: 299392 4703 337 96 0 295954 0
[pid=27254] ppid=27252 vsize=23644 CPUtime=3.09 cores=1
/proc/27254/stat : 27254 (clasp) R 27252 27252 26251 0 -1 4202496 3618 0 0 0 309 0 0 0 25 0 1 0 513083400 24211456 3211 33554432000 4194304 4785740 140736167486480 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27254/statm: 5911 3211 340 145 0 2956 0
[pid=27255] ppid=27252 vsize=455980 CPUtime=3.09 cores=2
/proc/27255/stat : 27255 (TNM) R 27252 27252 26251 0 -1 4202496 1782 0 0 0 309 0 0 0 25 0 1 0 513083400 466923520 1678 33554432000 134512640 134534564 4289535744 18446744073709551615 134530468 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27255/statm: 113995 1678 95 6 0 112661 0
[pid=27256] ppid=27252 vsize=123344 CPUtime=3.08 cores=3
/proc/27256/stat : 27256 (march_hi) R 27252 27252 26251 0 -1 4202496 62877 0 0 0 301 7 0 0 25 0 1 0 513083400 126304256 27874 33554432000 4194304 4331988 140734671422016 18446744073709551615 210204296280 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27256/statm: 30836 27874 151 34 0 29278 0
[pid=27257] ppid=27252 vsize=78368 CPUtime=12.18 cores=4-7
/proc/27257/stat : 27257 (plingeling) S 27252 27252 26251 0 -1 4202496 10087 1250 0 0 1216 2 0 0 25 0 5 0 513083400 80248832 8018 33554432000 4194304 4356188 140735311802288 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27257/statm: 19592 8018 163 40 0 18136 0
[pid=27257/tid=27264] ppid=27252 vsize=78368 CPUtime=3.03 cores=4-7
/proc/27257/task/27264/stat : 27264 (plingeling) R 27252 27252 26251 0 -1 4202560 1314 1250 0 0 303 0 0 0 25 0 5 0 513083406 80248832 8018 33554432000 4194304 4356188 140735311802288 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27257/tid=27265] ppid=27252 vsize=78368 CPUtime=3.03 cores=4-7
/proc/27257/task/27265/stat : 27265 (plingeling) R 27252 27252 26251 0 -1 4202560 1641 1250 0 0 303 0 0 0 25 0 5 0 513083406 80248832 8018 33554432000 4194304 4356188 140735311802288 18446744073709551615 4270728 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27257/tid=27266] ppid=27252 vsize=78368 CPUtime=3.02 cores=4-7
/proc/27257/task/27266/stat : 27266 (plingeling) R 27252 27252 26251 0 -1 4202560 1410 1250 0 0 302 0 0 0 25 0 5 0 513083406 80248832 8018 33554432000 4194304 4356188 140735311802288 18446744073709551615 4312413 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27257/tid=27267] ppid=27252 vsize=78368 CPUtime=3.02 cores=4-7
/proc/27257/task/27267/stat : 27267 (plingeling) R 27252 27252 26251 0 -1 4202560 1688 1250 0 0 302 0 0 0 25 0 5 0 513083406 80248832 8018 33554432000 4194304 4356188 140735311802288 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.52
Current children cumulated vsize (KiB) 1897228

[startup+6.30052 s]
/proc/loadavg: 7.53 7.87 7.91 9/180 27267
/proc/meminfo: memFree=16448260/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=0 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513083400 18763776 390 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 11798042344819785727 0 0 17 4 0 0 0
/proc/27252/statm: 4581 390 341 23 0 91 0
[pid=27253] ppid=27252 vsize=1203684 CPUtime=6.29 cores=0
/proc/27253/stat : 27253 (cryptominisat) R 27252 27252 26251 0 -1 4202496 8572 0 0 0 628 1 0 0 25 0 1 0 513083400 1232572416 5202 33554432000 4194304 4587354 140735648896176 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27253/statm: 300921 5202 337 96 0 297483 0
[pid=27254] ppid=27252 vsize=25380 CPUtime=6.29 cores=1
/proc/27254/stat : 27254 (clasp) R 27252 27252 26251 0 -1 4202496 4024 0 0 0 629 0 0 0 25 0 1 0 513083400 25989120 3617 33554432000 4194304 4785740 140736167486480 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27254/statm: 6345 3617 340 145 0 3390 0
[pid=27255] ppid=27252 vsize=455980 CPUtime=6.29 cores=2
/proc/27255/stat : 27255 (TNM) R 27252 27252 26251 0 -1 4202496 1782 0 0 0 629 0 0 0 25 0 1 0 513083400 466923520 1678 33554432000 134512640 134534564 4289535744 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27255/statm: 113995 1678 95 6 0 112661 0
[pid=27256] ppid=27252 vsize=268140 CPUtime=6.28 cores=3
/proc/27256/stat : 27256 (march_hi) R 27252 27252 26251 0 -1 4202496 125809 0 0 0 613 15 0 0 25 0 1 0 513083400 274575360 51834 33554432000 4194304 4331988 140734671422016 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27256/statm: 67035 51834 173 34 0 65477 0
[pid=27257] ppid=27252 vsize=83336 CPUtime=24.96 cores=4-7
/proc/27257/stat : 27257 (plingeling) S 27252 27252 26251 0 -1 4202496 11725 1250 0 0 2494 2 0 0 25 0 5 0 513083400 85336064 9260 33554432000 4194304 4356188 140735311802288 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27257/statm: 20834 9260 163 40 0 19378 0
[pid=27257/tid=27264] ppid=27252 vsize=83336 CPUtime=6.23 cores=4-7
/proc/27257/task/27264/stat : 27264 (plingeling) R 27252 27252 26251 0 -1 4202560 1828 1250 0 0 623 0 0 0 25 0 5 0 513083406 85336064 9260 33554432000 4194304 4356188 140735311802288 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27257/tid=27265] ppid=27252 vsize=83336 CPUtime=6.23 cores=4-7
/proc/27257/task/27265/stat : 27265 (plingeling) R 27252 27252 26251 0 -1 4202560 1660 1250 0 0 623 0 0 0 25 0 5 0 513083406 85336064 9260 33554432000 4194304 4356188 140735311802288 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27257/tid=27266] ppid=27252 vsize=83336 CPUtime=6.23 cores=4-7
/proc/27257/task/27266/stat : 27266 (plingeling) R 27252 27252 26251 0 -1 4202560 2117 1250 0 0 622 1 0 0 25 0 5 0 513083406 85336064 9260 33554432000 4194304 4356188 140735311802288 18446744073709551615 4281677 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27257/tid=27267] ppid=27252 vsize=83336 CPUtime=6.2 cores=4-7
/proc/27257/task/27267/stat : 27267 (plingeling) R 27252 27252 26251 0 -1 4202560 2086 1250 0 0 620 0 0 0 25 0 5 0 513083406 85336064 9260 33554432000 4194304 4356188 140735311802288 18446744073709551615 4237655 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 2054844

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

[startup+7.10139 s]
/proc/loadavg: 7.53 7.87 7.91 9/180 27267
/proc/meminfo: memFree=16462520/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=0 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513083400 18763776 390 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 11798042344819785727 0 0 17 4 0 0 0
/proc/27252/statm: 4581 390 341 23 0 91 0
[pid=27253] ppid=27252 vsize=1201760 CPUtime=7.09 cores=0
/proc/27253/stat : 27253 (cryptominisat) R 27252 27252 26251 0 -1 4202496 9364 0 0 0 708 1 0 0 25 0 1 0 513083400 1230602240 5183 33554432000 4194304 4587354 140735648896176 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27253/statm: 300440 5183 337 96 0 297002 0
[pid=27254] ppid=27252 vsize=25528 CPUtime=7.09 cores=1
/proc/27254/stat : 27254 (clasp) R 27252 27252 26251 0 -1 4202496 4061 0 0 0 709 0 0 0 25 0 1 0 513083400 26140672 3654 33554432000 4194304 4785740 140736167486480 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27254/statm: 6382 3654 340 145 0 3427 0
[pid=27255] ppid=27252 vsize=455980 CPUtime=7.09 cores=2
/proc/27255/stat : 27255 (TNM) R 27252 27252 26251 0 -1 4202496 1782 0 0 0 709 0 0 0 25 0 1 0 513083400 466923520 1678 33554432000 134512640 134534564 4289535744 18446744073709551615 134528906 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27255/statm: 113995 1678 95 6 0 112661 0
[pid=27256] ppid=27252 vsize=268140 CPUtime=7.08 cores=3
/proc/27256/stat : 27256 (march_hi) R 27252 27252 26251 0 -1 4202496 125846 0 0 0 693 15 0 0 25 0 1 0 513083400 274575360 51871 33554432000 4194304 4331988 140734671422016 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27256/statm: 67035 51871 175 34 0 65477 0
[pid=27257] ppid=27252 vsize=82892 CPUtime=28.15 cores=4-7
/proc/27257/stat : 27257 (plingeling) S 27252 27252 26251 0 -1 4202496 11789 1250 0 0 2813 2 0 0 25 0 5 0 513083400 84881408 9149 33554432000 4194304 4356188 140735311802288 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27257/statm: 20723 9149 163 40 0 19267 0
[pid=27257/tid=27264] ppid=27252 vsize=82892 CPUtime=7.03 cores=4-7
/proc/27257/task/27264/stat : 27264 (plingeling) R 27252 27252 26251 0 -1 4202560 1892 1250 0 0 703 0 0 0 25 0 5 0 513083406 84881408 9149 33554432000 4194304 4356188 140735311802288 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27257/tid=27265] ppid=27252 vsize=82892 CPUtime=7.03 cores=4-7
/proc/27257/task/27265/stat : 27265 (plingeling) R 27252 27252 26251 0 -1 4202560 1660 1250 0 0 703 0 0 0 25 0 5 0 513083406 84881408 9149 33554432000 4194304 4356188 140735311802288 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27257/tid=27266] ppid=27252 vsize=82892 CPUtime=7.03 cores=4-7
/proc/27257/task/27266/stat : 27266 (plingeling) R 27252 27252 26251 0 -1 4202560 2117 1250 0 0 702 1 0 0 25 0 5 0 513083406 84881408 9149 33554432000 4194304 4356188 140735311802288 18446744073709551615 4238790 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27257/tid=27267] ppid=27252 vsize=82892 CPUtime=6.99 cores=4-7
/proc/27257/task/27267/stat : 27267 (plingeling) R 27252 27252 26251 0 -1 4202560 2086 1250 0 0 699 0 0 0 25 0 5 0 513083406 84881408 9149 33554432000 4194304 4356188 140735311802288 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 56.5
Current children cumulated vsize (KiB) 2052624

[startup+7.30135 s]
/proc/loadavg: 7.53 7.87 7.91 9/180 27267
/proc/meminfo: memFree=16462520/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=0 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513083400 18763776 390 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 11798042344819785727 0 0 17 4 0 0 0
/proc/27252/statm: 4581 390 341 23 0 91 0
[pid=27253] ppid=27252 vsize=1201760 CPUtime=7.29 cores=0
/proc/27253/stat : 27253 (cryptominisat) R 27252 27252 26251 0 -1 4202496 9431 0 0 0 728 1 0 0 25 0 1 0 513083400 1230602240 5247 33554432000 4194304 4587354 140735648896176 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27253/statm: 300440 5247 337 96 0 297002 0
[pid=27254] ppid=27252 vsize=25528 CPUtime=7.29 cores=1
/proc/27254/stat : 27254 (clasp) R 27252 27252 26251 0 -1 4202496 4061 0 0 0 729 0 0 0 25 0 1 0 513083400 26140672 3654 33554432000 4194304 4785740 140736167486480 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27254/statm: 6382 3654 340 145 0 3427 0
[pid=27255] ppid=27252 vsize=455980 CPUtime=7.29 cores=2
/proc/27255/stat : 27255 (TNM) R 27252 27252 26251 0 -1 4202496 1782 0 0 0 729 0 0 0 25 0 1 0 513083400 466923520 1678 33554432000 134512640 134534564 4289535744 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27255/statm: 113995 1678 95 6 0 112661 0
[pid=27256] ppid=27252 vsize=268140 CPUtime=7.28 cores=3
/proc/27256/stat : 27256 (march_hi) R 27252 27252 26251 0 -1 4202496 125846 0 0 0 713 15 0 0 25 0 1 0 513083400 274575360 51871 33554432000 4194304 4331988 140734671422016 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27256/statm: 67035 51871 175 34 0 65477 0
[pid=27257] ppid=27252 vsize=78844 CPUtime=28.95 cores=4-7
/proc/27257/stat : 27257 (plingeling) S 27252 27252 26251 0 -1 4202496 11918 1250 0 0 2893 2 0 0 25 0 5 0 513083400 80736256 8137 33554432000 4194304 4356188 140735311802288 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27257/statm: 19711 8137 163 40 0 18255 0
[pid=27257/tid=27264] ppid=27252 vsize=78844 CPUtime=7.23 cores=4-7
/proc/27257/task/27264/stat : 27264 (plingeling) R 27252 27252 26251 0 -1 4202560 1892 1250 0 0 723 0 0 0 25 0 5 0 513083406 80736256 8137 33554432000 4194304 4356188 140735311802288 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27257/tid=27265] ppid=27252 vsize=78844 CPUtime=7.23 cores=4-7
/proc/27257/task/27265/stat : 27265 (plingeling) R 27252 27252 26251 0 -1 4202560 1789 1250 0 0 723 0 0 0 25 0 5 0 513083406 80736256 8137 33554432000 4194304 4356188 140735311802288 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27257/tid=27266] ppid=27252 vsize=78844 CPUtime=7.23 cores=4-7
/proc/27257/task/27266/stat : 27266 (plingeling) R 27252 27252 26251 0 -1 4202560 2117 1250 0 0 722 1 0 0 25 0 5 0 513083406 80736256 8137 33554432000 4194304 4356188 140735311802288 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27257/tid=27267] ppid=27252 vsize=78844 CPUtime=7.19 cores=4-7
/proc/27257/task/27267/stat : 27267 (plingeling) R 27252 27252 26251 0 -1 4202560 2086 1250 0 0 719 0 0 0 25 0 5 0 513083406 80736256 8137 33554432000 4194304 4356188 140735311802288 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 58.1
Current children cumulated vsize (KiB) 2048576

[startup+7.40138 s]
/proc/loadavg: 7.53 7.87 7.91 9/180 27267
/proc/meminfo: memFree=16462520/32951124 swapFree=67111528/67111528
[pid=27252] ppid=27250 vsize=18324 CPUtime=51.5 cores=0-7
/proc/27252/stat : 27252 (ppfolio) S 27250 27252 26251 0 -1 4202496 524 28470 0 0 0 0 5145 5 15 0 1 0 513083400 18763776 391 33554432000 4194304 4287625 140735036880528 18446744073709551615 210204667407 0 0 4096 65536 7917696378233421824 0 0 17 4 0 0 0
/proc/27252/statm: 4581 391 342 23 0 91 0
[pid=27256] ppid=27252 vsize=0 CPUtime=7.39 cores=3
/proc/27256/stat : 27256 (march_hi) R 27252 27252 26251 0 -1 4203524 125846 0 0 0 723 16 0 0 25 0 1 0 513083400 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27256/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 58.89
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 7.40915
CPU time (s): 58.917
CPU user time (s): 58.6941
CPU system time (s): 0.222966
CPU usage (%): 795.193
Max. virtual memory (cumulated for all children) (KiB): 2087312

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

runsolver used 0.012998 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-28 20:20:49
IDJOB=3310349
IDBENCH=83454
IDSOLVER=1638
FILE ID=node130/3310349-1304014849
RUNJOBID= node130-1304008132-26265
PBS_JOBID= 13168841
Free space on /tmp= 71992 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E05X15.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310349-1304014849/watcher-3310349-1304014849 -o /tmp/evaluation-result-3310349-1304014849/solver-3310349-1304014849 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310349-1304014849.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= e53b8f4e61e6411a209ad63833d35585
RANDOM SEED=1807308452

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16745472 kB
Buffers:       2126004 kB
Cached:       13460784 kB
SwapCached:          0 kB
Active:        7423548 kB
Inactive:      8226916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16745472 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10932 kB
Writeback:           0 kB
AnonPages:       63660 kB
Mapped:          14700 kB
Slab:           489308 kB
PageTables:       4236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187508 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= 71984 MiB
End job on node130 at 2011-04-28 20:20:57