Trace number 3707056

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2012-05-17? (TO) 1800.01 1800.31

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.biglist/normalized-rand2d8467.cudf.paranoid.opb
MD5SUM273841d98ff0d22c152be4529d8a88f8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark13125
Best CPU time to get the best result obtained on this benchmark1.17482
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6308
Total number of constraints27601
Number of constraints which are clauses27304
Number of constraints which are cardinality constraints (but not clauses)297
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2358
Biggest coefficient in the objective function 1809
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 998566
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1809
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 998566
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.08/1.15	c 2012-05-27T19:29:02+0200
1.08/1.15	c arch = x86_64
1.08/1.15	c os = linux
1.08/1.15	c compiler = ghc 7.4
1.08/1.15	c packages:
1.08/1.15	c   OptDir-0.0.1
1.08/1.15	c   array-0.4.0.0
1.08/1.15	c   base-4.5.0.0
1.08/1.15	c   bytestring-0.9.2.1
1.08/1.15	c   containers-0.4.2.1
1.08/1.15	c   deepseq-1.3.0.0
1.08/1.15	c   mtl-2.1.1
1.08/1.15	c   old_locale-1.0.0.4
1.08/1.15	c   parse_dimacs-1.2
1.08/1.15	c   parsec-3.1.2
1.08/1.15	c   queue-0.1.2
1.08/1.15	c   stm-2.3
1.08/1.15	c   time-1.4
1.08/1.15	c command line = ["--pb","HOME/instance-3707056-1338139742.opb"]
1.08/1.15	c #vars 6308
1.08/1.15	c #constraints 27601
1.08/1.15	c Solving starts ...
2.09/2.15	c solving time = 0.994s
2.09/2.15	c #decision = 126136
2.09/2.15	c #conflict = 198
2.09/2.15	c #restart = 1
2.09/2.15	o 14946
2.09/2.17	c Solving starts ...
6.28/6.32	c solving time = 4.149s
6.28/6.32	c #decision = 132853
6.28/6.32	c #conflict = 337
6.28/6.32	c #restart = 2
6.28/6.32	o 14945
6.28/6.33	c Solving starts ...
7.19/7.23	c solving time = 0.902s
7.19/7.23	c #decision = 133828
7.19/7.23	c #conflict = 359
7.19/7.23	c #restart = 2
7.19/7.23	o 14944
7.19/7.23	c Solving starts ...
9.99/10.07	c solving time = 2.833s
9.99/10.07	c #decision = 135156
9.99/10.07	c #conflict = 433
9.99/10.07	c #restart = 2
9.99/10.07	o 14943
9.99/10.07	c Solving starts ...
11.49/11.50	c solving time = 1.422s
11.49/11.50	c #decision = 135991
11.49/11.50	c #conflict = 470
11.49/11.50	c #restart = 2
11.49/11.50	o 14942
11.49/11.50	c Solving starts ...
16.28/16.39	c solving time = 4.880s
16.28/16.39	c #decision = 138054
16.28/16.39	c #conflict = 587
16.28/16.39	c #restart = 3
16.28/16.39	o 14941
16.28/16.39	c Solving starts ...
491.31/491.48	c solving time = 475.016s
491.31/491.48	c #decision = 164374
491.31/491.48	c #conflict = 10880
491.31/491.48	c #restart = 12
491.31/491.48	o 14940
491.31/491.49	c Solving starts ...
1605.63/1605.96	c learnt constraints deletion: 33606 -> 16807

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3707056-1338139742/watcher-3707056-1338139742 -o /tmp/evaluation-result-3707056-1338139742/solver-3707056-1338139742 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3707056-1338139742.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 3/176 21280
/proc/meminfo: memFree=30057324/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/21280/stat : 21280 (runsolver) D 21278 21280 18885 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 280100095 12095488 52 33554432000 4194304 5436572 140735094422800 140735094419096 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/21280/statm: 2953 52 31 304 0 2645 0

[startup+0.0203759 s]
/proc/loadavg: 1.95 1.99 1.99 3/176 21280
/proc/meminfo: memFree=30057324/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=7232 CPUtime=0.01 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 1073 0 0 0 1 0 0 0 20 0 1 0 280100095 7405568 994 33554432000 4194304 8973514 140736036485840 140735094418984 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 1808 994 416 1167 0 589 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7232

[startup+0.100215 s]
/proc/loadavg: 1.95 1.99 1.99 3/176 21280
/proc/meminfo: memFree=30057324/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=12352 CPUtime=0.08 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 2355 0 0 0 8 0 0 0 20 0 1 0 280100095 12648448 2276 33554432000 4194304 8973514 140736036485840 140735094418984 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 3088 2276 418 1167 0 1869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12352

[startup+0.30016 s]
/proc/loadavg: 1.95 1.99 1.99 3/176 21280
/proc/meminfo: memFree=30057324/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=26688 CPUtime=0.29 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 5840 0 0 0 28 1 0 0 20 0 1 0 280100095 27328512 5761 33554432000 4194304 8973514 140736036485840 140735094418984 4213859 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 6672 5768 418 1167 0 5453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26688

[startup+0.700151 s]
/proc/loadavg: 1.95 1.99 1.99 3/176 21280
/proc/meminfo: memFree=30057324/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=41024 CPUtime=0.68 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 9545 0 0 0 67 1 0 0 20 0 1 0 280100095 42008576 9466 33554432000 4194304 8973514 140736036485840 140735094418984 4447232 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 10256 9466 434 1167 0 9037 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 41024

[startup+1.50018 s]
/proc/loadavg: 1.95 1.99 1.99 3/177 21281
/proc/meminfo: memFree=30020936/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=41024 CPUtime=1.48 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 9556 0 0 0 147 1 0 0 20 0 1 0 280100095 42008576 9477 33554432000 4194304 8973514 140736036485840 140736036485336 4441929 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 10256 9477 445 1167 0 9037 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41024

[startup+3.10017 s]
/proc/loadavg: 1.95 1.99 1.99 3/177 21281
/proc/meminfo: memFree=30020564/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=41024 CPUtime=3.08 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 9568 0 0 0 306 2 0 0 20 0 1 0 280100095 42008576 9489 33554432000 4194304 8973514 140736036485840 140736036485336 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 10256 9489 457 1167 0 9037 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41024

[startup+6.30017 s]
/proc/loadavg: 1.95 1.99 1.99 3/177 21281
/proc/meminfo: memFree=30020316/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=41024 CPUtime=6.28 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 9568 0 0 0 625 3 0 0 20 0 1 0 280100095 42008576 9489 33554432000 4194304 8973514 140736036485840 140736036485336 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 10256 9489 457 1167 0 9037 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41024

[startup+12.7002 s]
/proc/loadavg: 1.96 1.99 1.99 3/177 21281
/proc/meminfo: memFree=30017272/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=44096 CPUtime=12.68 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 10336 0 0 0 1262 6 0 0 20 0 1 0 280100095 45154304 10257 33554432000 4194304 8973514 140736036485840 140736036485336 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 11024 10257 457 1167 0 9805 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 44096

[startup+25.5003 s]
/proc/loadavg: 1.97 1.99 1.99 3/177 21281
/proc/meminfo: memFree=30015296/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=46144 CPUtime=25.48 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 10848 0 0 0 2536 12 0 0 20 0 1 0 280100095 47251456 10769 33554432000 4194304 8973514 140736036485840 140736036485104 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 11536 10769 457 1167 0 10317 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46144

[startup+51.1003 s]
/proc/loadavg: 1.98 1.99 1.99 3/177 21281
/proc/meminfo: memFree=30012444/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=49216 CPUtime=51.07 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 11616 0 0 0 5084 23 0 0 20 0 1 0 280100095 50397184 11537 33554432000 4194304 8973514 140736036485840 140736036485336 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 12304 11537 457 1167 0 11085 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49216

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 21285
/proc/meminfo: memFree=30009168/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=54336 CPUtime=102.27 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 12896 0 0 0 10183 44 0 0 20 0 1 0 280100095 55640064 12817 33554432000 4194304 8973514 140736036485840 140736036483776 4208852 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 13584 12817 457 1167 0 12365 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 54336

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 21285
/proc/meminfo: memFree=30003100/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=60480 CPUtime=162.26 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 14432 0 0 0 16158 68 0 0 20 0 1 0 280100095 61931520 14353 33554432000 4194304 8973514 140736036485840 140736036485336 4204605 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 15120 14353 457 1167 0 13901 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 60480

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21285
/proc/meminfo: memFree=29998388/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=65600 CPUtime=222.25 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 15712 0 0 0 22136 89 0 0 20 0 1 0 280100095 67174400 15633 33554432000 4194304 8973514 140736036485840 140736036485336 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 16400 15633 457 1167 0 15181 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 65600

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21285
/proc/meminfo: memFree=29993304/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=70720 CPUtime=282.24 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 16992 0 0 0 28112 112 0 0 20 0 1 0 280100095 72417280 16913 33554432000 4194304 8973514 140736036485840 140736036485104 4208870 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 17680 16913 457 1167 0 16461 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 70720

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21285
/proc/meminfo: memFree=29988116/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=75840 CPUtime=342.23 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 18278 0 0 0 34089 134 0 0 20 0 1 0 280100095 77660160 18198 33554432000 4194304 8973514 140736036485840 140736036485336 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 18960 18198 457 1167 0 17741 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 75840

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 21286
/proc/meminfo: memFree=29983120/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=80960 CPUtime=402.22 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 19558 0 0 0 40070 152 0 0 20 0 1 0 280100095 82903040 19478 33554432000 4194304 8973514 140736036485840 140736036485104 7688811 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 20240 19478 457 1167 0 19021 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 80960

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21286
/proc/meminfo: memFree=29979152/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=86080 CPUtime=462.21 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 20838 0 0 0 46045 176 0 0 20 0 1 0 280100095 88145920 20758 33554432000 4194304 8973514 140736036485840 140736036485104 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 21520 20758 457 1167 0 20301 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 86080

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21286
/proc/meminfo: memFree=29975184/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=89152 CPUtime=522.2 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 21606 0 0 0 52021 199 0 0 20 0 1 0 280100095 91291648 21526 33554432000 4194304 8973514 140736036485840 140736036485104 4441929 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 22288 21526 457 1167 0 21069 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 89152

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21286
/proc/meminfo: memFree=29970968/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=93248 CPUtime=582.19 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 22630 0 0 0 57998 221 0 0 20 0 1 0 280100095 95485952 22550 33554432000 4194304 8973514 140736036485840 140736036483776 4415363 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 23312 22550 457 1167 0 22093 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 93248

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 21329
/proc/meminfo: memFree=30803136/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=107584 CPUtime=822.15 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 26217 0 0 0 81909 306 0 0 20 0 1 0 280100095 110166016 26134 33554432000 4194304 8973514 140736036485840 140736036485336 4427192 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 26896 26134 457 1167 0 25677 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 107584

[startup+882.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 21329
/proc/meminfo: memFree=30762468/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=111680 CPUtime=882.15 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 27241 0 0 0 87887 328 0 0 20 0 1 0 280100095 114360320 27158 33554432000 4194304 8973514 140736036485840 140736036485336 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 27920 27158 457 1167 0 26701 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 111680

[startup+942.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 21329
/proc/meminfo: memFree=30730196/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=114752 CPUtime=942.14 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 28016 0 0 0 93862 352 0 0 20 0 1 0 280100095 117506048 27926 33554432000 4194304 8973514 140736036485840 140736036485104 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 28688 27926 457 1167 0 27469 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 114752

[startup+1002.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21329
/proc/meminfo: memFree=30705648/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=118848 CPUtime=1002.12 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 29040 0 0 0 99838 374 0 0 20 0 1 0 280100095 121700352 28950 33554432000 4194304 8973514 140736036485840 140736036485336 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 29712 28950 457 1167 0 28493 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 118848

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 21330
/proc/meminfo: memFree=30682968/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=121920 CPUtime=1062.11 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 29808 0 0 0 105814 397 0 0 20 0 1 0 280100095 124846080 29718 33554432000 4194304 8973514 140736036485840 140736036483840 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 30480 29718 457 1167 0 29261 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 121920

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21330
/proc/meminfo: memFree=30652248/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=126016 CPUtime=1122.1 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 30832 0 0 0 111790 420 0 0 20 0 1 0 280100095 129040384 30742 33554432000 4194304 8973514 140736036485840 140736036485336 7716779 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 31504 30742 457 1167 0 30285 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 126016

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21330
/proc/meminfo: memFree=30637976/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=129088 CPUtime=1182.1 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 31600 0 0 0 117766 444 0 0 20 0 1 0 280100095 132186112 31510 33554432000 4194304 8973514 140736036485840 140736036485336 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 32272 31510 457 1167 0 31053 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 129088

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21330
/proc/meminfo: memFree=30619420/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=132160 CPUtime=1242.08 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 32373 0 0 0 123740 468 0 0 20 0 1 0 280100095 135331840 32278 33554432000 4194304 8973514 140736036485840 140736036485104 4206094 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 33040 32278 457 1167 0 31821 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 132160

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 21333
/proc/meminfo: memFree=30596688/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=135232 CPUtime=1302.07 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 33141 0 0 0 129718 489 0 0 20 0 1 0 280100095 138477568 33046 33554432000 4194304 8973514 140736036485840 140736036485336 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 33808 33046 457 1167 0 32589 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 135232

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21334
/proc/meminfo: memFree=30581444/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=139328 CPUtime=1362.06 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 34165 0 0 0 135695 511 0 0 20 0 1 0 280100095 142671872 34070 33554432000 4194304 8973514 140736036485840 140736036483776 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 34832 34070 457 1167 0 33613 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 139328

[startup+1422.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 21334
/proc/meminfo: memFree=30563092/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=142400 CPUtime=1422.06 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 34933 0 0 0 141671 535 0 0 20 0 1 0 280100095 145817600 34838 33554432000 4194304 8973514 140736036485840 140736036485336 4209212 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 35600 34838 457 1167 0 34381 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 142400

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21334
/proc/meminfo: memFree=30542096/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=147520 CPUtime=1482.05 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 36213 0 0 0 147648 557 0 0 20 0 1 0 280100095 151060480 36118 33554432000 4194304 8973514 140736036485840 140736036483840 4209212 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 36880 36118 457 1167 0 35661 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 147520

[startup+1542.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 21334
/proc/meminfo: memFree=30514824/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=152640 CPUtime=1542.04 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 37493 0 0 0 153625 579 0 0 20 0 1 0 280100095 156303360 37398 33554432000 4194304 8973514 140736036485840 140736036483776 4209212 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 38160 37398 457 1167 0 36941 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 152640

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21334
/proc/meminfo: memFree=30499200/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=158784 CPUtime=1602.03 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 39029 0 0 0 159603 600 0 0 20 0 1 0 280100095 162594816 38934 33554432000 4194304 8973514 140736036485840 140736036485336 4209212 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 39696 38934 457 1167 0 38477 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 158784

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21335
/proc/meminfo: memFree=30492960/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=164928 CPUtime=1662.01 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 40576 0 0 0 165579 622 0 0 20 0 1 0 280100095 168886272 40471 33554432000 4194304 8973514 140736036485840 140736036485104 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 41232 40471 458 1167 0 40013 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 164928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21335
/proc/meminfo: memFree=30490732/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=164928 CPUtime=1722 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 40576 0 0 0 171557 643 0 0 20 0 1 0 280100095 168886272 40471 33554432000 4194304 8973514 140736036485840 140736036485104 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 41232 40471 458 1167 0 40013 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 164928

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 21335
/proc/meminfo: memFree=30489492/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=164928 CPUtime=1782 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 40576 0 0 0 177533 667 0 0 20 0 1 0 280100095 168886272 40471 33554432000 4194304 8973514 140736036485840 140736036485336 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 41232 40471 458 1167 0 40013 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 164928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.05 2.01 2.00 4/177 21335
/proc/meminfo: memFree=30489864/32873648 swapFree=7112/7112
[pid=21280] ppid=21278 vsize=164928 CPUtime=1800 cores=0,2,4,6
/proc/21280/stat : 21280 (toysat) R 21278 21280 18885 0 -1 4202496 40576 0 0 0 179327 673 0 0 20 0 1 0 280100095 168886272 40471 33554432000 4194304 8973514 140736036485840 140736036485336 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/21280/statm: 41232 40471 458 1167 0 40013 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 164928

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): 1800.31
CPU time (s): 1800.01
CPU user time (s): 1793.28
CPU system time (s): 6.73298
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 164928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.28
system time used= 6.73298
maximum resident set size= 161884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40576
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= 34
involuntary context switches= 1904

runsolver used 4.6133 second user time and 8.02178 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 19:29:02
IDJOB=3707056
IDBENCH=72122
IDSOLVER=2285
FILE ID=node126/3707056-1338139742
RUNJOBID= node126-1338111870-18901
PBS_JOBID= 14624471
Free space on /tmp= 71336 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.biglist/normalized-rand2d8467.cudf.paranoid.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707056-1338139742/watcher-3707056-1338139742 -o /tmp/evaluation-result-3707056-1338139742/solver-3707056-1338139742 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3707056-1338139742.opb

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

MD5SUM BENCH= 273841d98ff0d22c152be4529d8a88f8
RANDOM SEED=1749221218

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30057688 kB
Buffers:          304800 kB
Cached:           598004 kB
SwapCached:        17756 kB
Active:          1843704 kB
Inactive:         162248 kB
Active(anon):    1084672 kB
Inactive(anon):    20452 kB
Active(file):     759032 kB
Inactive(file):   141796 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              8172 kB
Writeback:             0 kB
AnonPages:       1093116 kB
Mapped:            11380 kB
Shmem:                 0 kB
Slab:             668368 kB
SReclaimable:     112744 kB
SUnreclaim:       555624 kB
KernelStack:        1464 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1207652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71340 MiB
End job on node126 at 2012-05-27 19:59:04