Trace number 3704757

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
wbo 1.7UNSAT 484.567 484.801

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.6839
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704757-1338084650.opb.
0.00/0.00	c Instance file HOME/instance-3704757-1338084650.opb
0.00/0.00	c File size is 8646872 bytes.
0.59/0.61	c Highest Coefficient sum: 510
0.59/0.61	c ============================[ Problem Statistics ]=============================
0.59/0.61	c |                                                                             |
0.59/0.61	c |  Parsing time:          0.61         s                                      |
0.59/0.61	c |  Number Variables:      84836                                               |
0.59/0.61	c |  Number Clauses:        233598                                              |
0.59/0.61	c |  Number Cardinality:    0                                                   |
0.59/0.61	c |  Number PB Constraints: 11464                                               |
0.59/0.61	c |                                                                             |
0.69/0.75	c |  Problem Type:          Decision                                            |
0.69/0.75	c |  Objective Function:    None                                                |
0.69/0.75	c |                                                                             |
0.69/0.75	c ===============================================================================
484.56/484.79	c ===============================================================================
484.56/484.79	c Wall Clock Time: 484.80 s
484.56/484.79	s UNSATISFIABLE

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-3704757-1338084650/watcher-3704757-1338084650 -o /tmp/evaluation-result-3704757-1338084650/solver-3704757-1338084650 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704757-1338084650.opb 

running on 4 cores: 1,3,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): 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: 2.01 2.00 2.00 2/178 30239
/proc/meminfo: memFree=28713796/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=11884 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) R 30237 30239 27916 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 274590887 12169216 326 33554432000 4194304 5963574 140735368404448 140733956028152 5178856 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 2971 326 171 432 0 424 0

[startup+0.018507 s]
/proc/loadavg: 2.01 2.00 2.00 2/178 30239
/proc/meminfo: memFree=28713796/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=13008 CPUtime=0.01 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) R 30237 30239 27916 0 -1 4202496 699 0 0 0 1 0 0 0 20 0 1 0 274590887 13320192 651 33554432000 4194304 5963574 140735368404448 140733956028152 4394735 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 3289 661 214 432 0 742 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13008

[startup+0.100262 s]
/proc/loadavg: 2.01 2.00 2.00 2/178 30239
/proc/meminfo: memFree=28713796/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=20592 CPUtime=0.09 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) R 30237 30239 27916 0 -1 4202496 2791 0 0 0 9 0 0 0 20 0 1 0 274590887 21086208 2710 33554432000 4194304 5963574 140735368404448 140733956028152 4343959 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 5148 2710 515 432 0 2601 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20592

[startup+0.300232 s]
/proc/loadavg: 2.01 2.00 2.00 2/178 30239
/proc/meminfo: memFree=28713796/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=38064 CPUtime=0.29 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) R 30237 30239 27916 0 -1 4202496 7753 0 0 0 28 1 0 0 20 0 1 0 274590887 38977536 7227 33554432000 4194304 5963574 140735368404448 140733956028152 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 9549 7228 1190 432 0 7002 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38064

[startup+0.70018 s]
/proc/loadavg: 2.01 2.00 2.00 2/178 30239
/proc/meminfo: memFree=28713796/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=142980 CPUtime=0.69 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 25273 0 0 0 65 4 0 0 20 0 2 0 274590887 146411520 22427 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 35745 22427 177 432 0 35310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 142980

[startup+1.50033 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30241
/proc/meminfo: memFree=28591748/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=142300 CPUtime=1.48 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 35638 0 0 0 143 5 0 0 20 0 2 0 274590887 145715200 30638 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 35575 30638 188 432 0 35140 0
[pid=30239/tid=30241] ppid=30237 vsize=142300 CPUtime=0.88 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 19960 0 0 0 84 4 0 0 20 0 2 0 274590948 145715200 30638 33554432000 4194304 5963574 140735368404448 140322391890712 4392504 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 142300

[startup+3.10034 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30241
/proc/meminfo: memFree=28591252/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=142300 CPUtime=3.08 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 35761 0 0 0 303 5 0 0 20 0 2 0 274590887 145715200 30761 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 35575 30761 188 432 0 35140 0
[pid=30239/tid=30241] ppid=30237 vsize=142300 CPUtime=2.47 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 20083 0 0 0 243 4 0 0 20 0 2 0 274590948 145715200 30761 33554432000 4194304 5963574 140735368404448 140322391889848 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 142300

[startup+6.30029 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 30241
/proc/meminfo: memFree=28588896/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=142300 CPUtime=6.29 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 36040 0 0 0 623 6 0 0 20 0 2 0 274590887 145715200 31040 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 35575 31040 188 432 0 35140 0
[pid=30239/tid=30241] ppid=30237 vsize=142300 CPUtime=5.66 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 20362 0 0 0 562 4 0 0 20 0 2 0 274590948 145715200 31040 33554432000 4194304 5963574 140735368404448 140322391889720 4392498 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142300

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 30241
/proc/meminfo: memFree=28586124/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=207836 CPUtime=12.68 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 36605 0 0 0 1262 6 0 0 20 0 2 0 274590887 212824064 31605 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 51959 31605 188 432 0 51524 0
[pid=30239/tid=30241] ppid=30237 vsize=207836 CPUtime=12.04 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 20927 0 0 0 1200 4 0 0 20 0 2 0 274590948 212824064 31605 33554432000 4194304 5963574 140735368404448 140322391889960 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 207836

[startup+25.5012 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30241
/proc/meminfo: memFree=28580052/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=207836 CPUtime=25.49 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 37760 0 0 0 2541 8 0 0 20 0 2 0 274590887 212824064 32760 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 51959 32760 188 432 0 51524 0
[pid=30239/tid=30241] ppid=30237 vsize=207836 CPUtime=24.8 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 22082 0 0 0 2475 5 0 0 20 0 2 0 274590948 212824064 32760 33554432000 4194304 5963574 140735368404448 140322391889912 4399488 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 207836

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 30241
/proc/meminfo: memFree=28566416/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=207836 CPUtime=51.08 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 40455 0 0 0 5098 10 0 0 20 0 2 0 274590887 212824064 35455 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 51959 35455 188 432 0 51524 0
[pid=30239/tid=30241] ppid=30237 vsize=207836 CPUtime=50.34 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 24777 0 0 0 5027 7 0 0 20 0 2 0 274590948 212824064 35455 33554432000 4194304 5963574 140735368404448 140322391889960 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 207836

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30241
/proc/meminfo: memFree=28545236/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=207836 CPUtime=102.28 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 43887 0 0 0 10214 14 0 0 20 0 2 0 274590887 212824064 39061 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 51959 39061 188 432 0 51524 0
[pid=30239/tid=30241] ppid=30237 vsize=207836 CPUtime=101.41 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 28209 0 0 0 10129 12 0 0 20 0 2 0 274590948 212824064 39061 33554432000 4194304 5963574 140735368404448 140322391889912 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 207836

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30241
/proc/meminfo: memFree=28527844/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=207836 CPUtime=162.23 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 46084 0 0 0 16207 16 0 0 20 0 2 0 274590887 212824064 41792 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 51959 41792 188 432 0 51524 0
[pid=30239/tid=30241] ppid=30237 vsize=207836 CPUtime=161.22 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 30406 0 0 0 16106 16 0 0 20 0 2 0 274590948 212824064 41792 33554432000 4194304 5963574 140735368404448 140322391889960 4399614 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 207836

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30241
/proc/meminfo: memFree=28510152/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=207836 CPUtime=222.22 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 48721 0 0 0 22203 19 0 0 20 0 2 0 274590887 212824064 44467 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 51959 44467 188 432 0 51524 0
[pid=30239/tid=30241] ppid=30237 vsize=207836 CPUtime=221.06 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 33043 0 0 0 22086 20 0 0 20 0 2 0 274590948 212824064 44467 33554432000 4194304 5963574 140735368404448 140322391889912 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 207836

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30242
/proc/meminfo: memFree=28495112/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=207836 CPUtime=282.21 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 50690 0 0 0 28200 21 0 0 20 0 2 0 274590887 212824064 46436 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 51959 46436 188 432 0 51524 0
[pid=30239/tid=30241] ppid=30237 vsize=207836 CPUtime=280.9 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 35012 0 0 0 28067 23 0 0 20 0 2 0 274590948 212824064 46436 33554432000 4194304 5963574 140735368404448 140322391889720 4399451 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 207836

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30242
/proc/meminfo: memFree=28477200/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=273372 CPUtime=342.2 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 53180 0 0 0 34197 23 0 0 20 0 2 0 274590887 279932928 49437 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 68343 49437 188 432 0 67908 0
[pid=30239/tid=30241] ppid=30237 vsize=273372 CPUtime=340.74 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 37502 0 0 0 34048 26 0 0 20 0 2 0 274590948 279932928 49437 33554432000 4194304 5963574 140735368404448 140322391889720 4399375 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 273372

[startup+402.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30242
/proc/meminfo: memFree=28466412/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=273372 CPUtime=402.19 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 54585 0 0 0 40195 24 0 0 20 0 2 0 274590887 279932928 50842 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 68343 50842 188 432 0 67908 0
[pid=30239/tid=30241] ppid=30237 vsize=273372 CPUtime=400.58 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 38907 0 0 0 40030 28 0 0 20 0 2 0 274590948 279932928 50842 33554432000 4194304 5963574 140735368404448 140322391889720 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 273372

[startup+462.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 30242
/proc/meminfo: memFree=28450568/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=273372 CPUtime=462.17 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 57339 0 0 0 46190 27 0 0 20 0 2 0 274590887 279932928 53672 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 68343 53672 188 432 0 67908 0
[pid=30239/tid=30241] ppid=30237 vsize=273372 CPUtime=460.41 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 41661 0 0 0 46011 30 0 0 20 0 2 0 274590948 279932928 53672 33554432000 4194304 5963574 140735368404448 140322391889720 4400078 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 273372

############
# WARNING:
# current cumulated CPU time (483.46 s) is less than in the last sample (484.56 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1.10001 s) to the 'lost time'.

[startup+484.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30242
/proc/meminfo: memFree=28443356/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=273372 CPUtime=484.56 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 58126 0 0 0 48428 28 0 0 20 0 2 0 274590887 279932928 54806 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 68343 54806 188 432 0 67908 0
[pid=30239/tid=30241] ppid=30237 vsize=273372 CPUtime=482.74 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 42448 0 0 0 48242 32 0 0 20 0 2 0 274590948 279932928 54806 33554432000 4194304 5963574 140735368404448 140322391889928 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 484.56
Current children cumulated vsize (KiB) 273372

[startup+484.8 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30242
/proc/meminfo: memFree=28443356/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=0 CPUtime=483.46 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) R 30237 30239 27916 0 -1 4203524 58131 0 0 0 48311 35 0 0 20 0 1 0 274590887 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 483.46
Current children cumulated vsize (KiB) 0
#
############


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

[startup+473.5 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 30242
/proc/meminfo: memFree=28446708/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=273372 CPUtime=473.36 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 57832 0 0 0 47309 27 0 0 20 0 2 0 274590887 279932928 54427 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 68343 54427 188 432 0 67908 0
[pid=30239/tid=30241] ppid=30237 vsize=273372 CPUtime=471.57 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 42154 0 0 0 47125 32 0 0 20 0 2 0 274590948 279932928 54427 33554432000 4194304 5963574 140735368404448 140322391889912 4399409 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 473.36
Current children cumulated vsize (KiB) 273372

[startup+479.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30242
/proc/meminfo: memFree=28444348/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=273372 CPUtime=479.76 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 58054 0 0 0 47948 28 0 0 20 0 2 0 274590887 279932928 54734 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 68343 54734 188 432 0 67908 0
[pid=30239/tid=30241] ppid=30237 vsize=273372 CPUtime=477.96 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 42376 0 0 0 47764 32 0 0 20 0 2 0 274590948 279932928 54734 33554432000 4194304 5963574 140735368404448 140322391889912 4392454 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 479.76
Current children cumulated vsize (KiB) 273372

[startup+483.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30242
/proc/meminfo: memFree=28443604/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=273372 CPUtime=482.96 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 58102 0 0 0 48268 28 0 0 20 0 2 0 274590887 279932928 54782 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 68343 54782 188 432 0 67908 0
[pid=30239/tid=30241] ppid=30237 vsize=273372 CPUtime=481.15 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 42424 0 0 0 48083 32 0 0 20 0 2 0 274590948 279932928 54782 33554432000 4194304 5963574 140735368404448 140322391889928 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 482.96
Current children cumulated vsize (KiB) 273372

[startup+483.901 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30242
/proc/meminfo: memFree=28443356/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=273372 CPUtime=483.77 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 58114 0 0 0 48349 28 0 0 20 0 2 0 274590887 279932928 54794 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 68343 54794 188 432 0 67908 0
[pid=30239/tid=30241] ppid=30237 vsize=273372 CPUtime=481.95 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 42436 0 0 0 48163 32 0 0 20 0 2 0 274590948 279932928 54794 33554432000 4194304 5963574 140735368404448 140322391889960 4402879 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 483.77
Current children cumulated vsize (KiB) 273372

[startup+484.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30242
/proc/meminfo: memFree=28443356/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=273372 CPUtime=484.16 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 58123 0 0 0 48388 28 0 0 20 0 2 0 274590887 279932928 54803 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 68343 54803 188 432 0 67908 0
[pid=30239/tid=30241] ppid=30237 vsize=273372 CPUtime=482.34 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 42445 0 0 0 48202 32 0 0 20 0 2 0 274590948 279932928 54803 33554432000 4194304 5963574 140735368404448 140322391889960 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 484.16
Current children cumulated vsize (KiB) 273372

[startup+484.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30242
/proc/meminfo: memFree=28443356/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=273372 CPUtime=484.56 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) S 30237 30239 27916 0 -1 4202496 58126 0 0 0 48428 28 0 0 20 0 2 0 274590887 279932928 54806 33554432000 4194304 5963574 140735368404448 140735368403968 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 68343 54806 188 432 0 67908 0
[pid=30239/tid=30241] ppid=30237 vsize=273372 CPUtime=482.74 cores=1,3,5,7
/proc/30239/task/30241/stat : 30241 (wbo1.7) R 30237 30239 27916 0 -1 4202560 42448 0 0 0 48242 32 0 0 20 0 2 0 274590948 279932928 54806 33554432000 4194304 5963574 140735368404448 140322391889928 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 484.56
Current children cumulated vsize (KiB) 273372

[startup+484.8 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30242
/proc/meminfo: memFree=28443356/32873648 swapFree=6844/6844
[pid=30239] ppid=30237 vsize=0 CPUtime=483.46 cores=1,3,5,7
/proc/30239/stat : 30239 (wbo1.7) R 30237 30239 27916 0 -1 4203524 58131 0 0 0 48311 35 0 0 20 0 1 0 274590887 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30239/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 483.46
Current children cumulated vsize (KiB) 0

Child status: 255

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.10001
#  lost CPU user time (s): 1.17001
#  lost CPU system time (s): -0.07

Real time (s): 484.801
CPU time (s): 484.567
CPU user time (s): 484.284
CPU system time (s): 0.283946
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 273372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 483.114
system time used= 0.353946
maximum resident set size= 219244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58131
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= 65
involuntary context switches= 1287

runsolver used 0.705892 second user time and 2.00969 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 04:10:50
IDJOB=3704757
IDBENCH=1465
IDSOLVER=2283
FILE ID=node124/3704757-1338084650
RUNJOBID= node124-1338072365-27933
PBS_JOBID= 14624420
Free space on /tmp= 71404 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704757-1338084650/watcher-3704757-1338084650 -o /tmp/evaluation-result-3704757-1338084650/solver-3704757-1338084650 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704757-1338084650.opb

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=850192081

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28713680 kB
Buffers:          325256 kB
Cached:          2690556 kB
SwapCached:            0 kB
Active:          1239084 kB
Inactive:        2110248 kB
Active(anon):     336012 kB
Inactive(anon):        0 kB
Active(file):     903072 kB
Inactive(file):  2110248 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14240 kB
Writeback:             0 kB
AnonPages:        342452 kB
Mapped:            15168 kB
Shmem:               200 kB
Slab:             668764 kB
SReclaimable:     112240 kB
SUnreclaim:       556524 kB
KernelStack:        1456 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     256168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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= 71396 MiB
End job on node124 at 2012-05-27 04:18:55