Trace number 2662180

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
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.36 908.647

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-tuff.opb
MD5SUM6c865484f3a48e715bdd95fa7e3b19dc
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17153
Total number of constraints320
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint11
Maximum length of a constraint3360
Number of terms in the objective function 90
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 3221225469
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 6170044790734848
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 1104744513968841438
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662180-1276551828.opb
0.22/0.22	c reading problem ... 
4.42/2.80	c ... done. Wall clock time 2.58s.
4.42/2.80	c #vars     17153
4.42/2.80	c #constraints  5022
4.42/2.80	c constraints type 
4.42/2.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 567
4.42/2.80	c constraints type 
4.42/2.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 567
750.99/379.24	c cleaning 2502 clauses out of 5003 with flag 5003/5003
1706.03/860.99	c cleaning 4249 clauses out of 8498 with flag 11001/11001
1800.12/908.51	c starts		: 35
1800.12/908.51	c conflicts		: 11381
1800.12/908.51	c decisions		: 41034
1800.12/908.51	c propagations		: 1599471
1800.12/908.51	c inspects		: 19784992
1800.12/908.51	c learnt literals	: 1
1800.12/908.51	c learnt binary clauses	: 0
1800.12/908.51	c learnt ternary clauses	: 0
1800.12/908.51	c learnt clauses	: 11380
1800.12/908.51	c ignored clauses	: 0
1800.12/908.51	c root simplifications	: 0
1800.12/908.51	c removed literals (reason simplification)	: 4662985
1800.12/908.51	c reason swapping (by a shorter reason)	: 0
1800.12/908.51	c Calls to reduceDB	: 2
1800.12/908.51	c number of reductions to clauses (during analyze)	: 0
1800.12/908.52	c number of learned constraints concerned by reduction	: 0
1800.12/908.52	c number of learning phase by resolution	: 0
1800.12/908.52	c number of learning phase by cutting planes	: 0
1800.12/908.52	c speed (assignments/second)	: 1765.9849554659268
1800.12/908.52	c non guided choices	0
1800.12/908.52	c learnt constraints type 
1800.12/908.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 4629
1800.12/908.52	c constraints type 
1800.12/908.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 567
1800.12/908.52	c constraints type 
1800.12/908.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 567
1800.12/908.58	s UNKNOWN
1800.12/908.58	c Total wall clock time (in seconds): 908.356

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662180-1276551828/watcher-2662180-1276551828 -o /tmp/evaluation-result-2662180-1276551828/solver-2662180-1276551828 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662180-1276551828.opb 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31490
/proc/meminfo: memFree=1792064/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1700 CPUtime=0
/proc/31490/stat : 31490 (java6) R 31488 31490 30649 0 -1 4194304 184 0 0 0 0 0 0 0 19 0 1 0 30786259 1740800 89 1992294400 134512640 134550932 4294762048 18446744073709551615 2930656 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31490/statm: 425 104 80 10 0 30 0

[startup+0.101662 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31490
/proc/meminfo: memFree=1792064/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1524180 CPUtime=0.08
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 3955 0 1 0 6 2 0 0 15 0 12 0 30786259 1560760320 3395 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 381045 3395 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.20168 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31490
/proc/meminfo: memFree=1792064/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1526508 CPUtime=0.22
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 5155 0 1 0 19 3 0 0 15 0 12 0 30786259 1563144192 4593 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 381627 4594 1340 10 0 378930 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526508

[startup+0.301698 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31490
/proc/meminfo: memFree=1792064/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1526668 CPUtime=0.35
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 5652 0 1 0 32 3 0 0 15 0 12 0 30786259 1563308032 5090 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 381667 5090 1356 10 0 378970 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526668

[startup+0.700776 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31490
/proc/meminfo: memFree=1792064/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1532900 CPUtime=1.14
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 9031 0 1 0 110 4 0 0 15 0 12 0 30786259 1569689600 8122 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 383225 8122 1404 10 0 380528 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1532900

[startup+1.50193 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 31502
/proc/meminfo: memFree=1744788/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1542988 CPUtime=2.74
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 20551 0 1 0 264 10 0 0 15 0 12 0 30786259 1580019712 17509 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 385747 17520 1406 10 0 383050 0
[pid=31490/tid=31492] ppid=31488 vsize=1542988 CPUtime=1.46
/proc/31490/task/31492/stat : 31492 (java) R 31488 31490 30649 0 -1 4202560 12380 0 1 0 140 6 0 0 25 0 12 0 30786261 1580019712 17520 1992294400 134512640 134550932 4294207616 18446744073709551615 4109106132 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31490/tid=31493] ppid=31488 vsize=1542988 CPUtime=0
/proc/31490/task/31493/stat : 31493 (java) S 31488 31490 30649 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 30786262 1580019712 17520 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31494] ppid=31488 vsize=1542988 CPUtime=0
/proc/31490/task/31494/stat : 31494 (java) S 31488 31490 30649 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30786262 1580019712 17520 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31495] ppid=31488 vsize=1542988 CPUtime=0
/proc/31490/task/31495/stat : 31495 (java) S 31488 31490 30649 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 30786264 1580019712 17526 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31496] ppid=31488 vsize=1542988 CPUtime=0
/proc/31490/task/31496/stat : 31496 (java) S 31488 31490 30649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 30786264 1580019712 17527 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31497] ppid=31488 vsize=1542988 CPUtime=0
/proc/31490/task/31497/stat : 31497 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30786264 1580019712 17527 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31498] ppid=31488 vsize=1542988 CPUtime=0
/proc/31490/task/31498/stat : 31498 (java) S 31488 31490 30649 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 30786269 1580019712 17527 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31499] ppid=31488 vsize=1542988 CPUtime=0.84
/proc/31490/task/31499/stat : 31499 (java) R 31488 31490 30649 0 -1 4202560 5607 0 0 0 82 2 0 0 18 0 12 0 30786269 1580019712 17527 1992294400 134512640 134550932 4294207616 18446744073709551615 105857571 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31490/tid=31500] ppid=31488 vsize=1542988 CPUtime=0.4
/proc/31490/task/31500/stat : 31500 (java) R 31488 31490 30649 0 -1 4202560 1514 0 0 0 40 0 0 0 24 0 12 0 30786269 1580019712 17527 1992294400 134512640 134550932 4294207616 18446744073709551615 106251388 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31490/tid=31501] ppid=31488 vsize=1542988 CPUtime=0
/proc/31490/task/31501/stat : 31501 (java) S 31488 31490 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30786269 1580019712 17527 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31502] ppid=31488 vsize=1542988 CPUtime=0
/proc/31490/task/31502/stat : 31502 (java) S 31488 31490 30649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30786269 1580019712 17527 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1542988

[startup+3.10222 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 31502
/proc/meminfo: memFree=1662948/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1543636 CPUtime=5
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 46904 0 1 0 480 20 0 0 15 0 14 0 30786259 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 385909 43611 1426 10 0 383212 0
[pid=31490/tid=31492] ppid=31488 vsize=1543636 CPUtime=2.61
/proc/31490/task/31492/stat : 31492 (java) S 31488 31490 30649 0 -1 4202560 32061 0 1 0 248 13 0 0 25 0 14 0 30786261 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31493] ppid=31488 vsize=1543636 CPUtime=0.14
/proc/31490/task/31493/stat : 31493 (java) S 31488 31490 30649 0 -1 4202560 3129 0 0 0 13 1 0 0 16 0 14 0 30786262 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31494] ppid=31488 vsize=1543636 CPUtime=0.14
/proc/31490/task/31494/stat : 31494 (java) S 31488 31490 30649 0 -1 4202560 3370 0 0 0 13 1 0 0 18 0 14 0 30786262 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31495] ppid=31488 vsize=1543636 CPUtime=0
/proc/31490/task/31495/stat : 31495 (java) S 31488 31490 30649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 30786264 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31496] ppid=31488 vsize=1543636 CPUtime=0
/proc/31490/task/31496/stat : 31496 (java) S 31488 31490 30649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 14 0 30786264 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31497] ppid=31488 vsize=1543636 CPUtime=0
/proc/31490/task/31497/stat : 31497 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 30786264 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31498] ppid=31488 vsize=1543636 CPUtime=0
/proc/31490/task/31498/stat : 31498 (java) S 31488 31490 30649 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 30786269 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31499] ppid=31488 vsize=1543636 CPUtime=1.14
/proc/31490/task/31499/stat : 31499 (java) R 31488 31490 30649 0 -1 4202560 5656 0 0 0 112 2 0 0 16 0 14 0 30786269 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 106251298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31490/tid=31500] ppid=31488 vsize=1543636 CPUtime=0.64
/proc/31490/task/31500/stat : 31500 (java) S 31488 31490 30649 0 -1 4202560 1605 0 0 0 64 0 0 0 16 0 14 0 30786269 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31501] ppid=31488 vsize=1543636 CPUtime=0
/proc/31490/task/31501/stat : 31501 (java) S 31488 31490 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 30786269 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31502] ppid=31488 vsize=1543636 CPUtime=0
/proc/31490/task/31502/stat : 31502 (java) S 31488 31490 30649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 30786269 1580683264 43611 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 1543636

[startup+6.30181 s]
/proc/loadavg: 1.01 1.00 1.00 4/122 31506
/proc/meminfo: memFree=1595212/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1542884 CPUtime=11.36
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 54382 0 1 0 1112 24 0 0 15 0 16 0 30786259 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 385721 50317 1430 10 0 383024 0
[pid=31490/tid=31492] ppid=31488 vsize=1542884 CPUtime=2.61
/proc/31490/task/31492/stat : 31492 (java) S 31488 31490 30649 0 -1 4202560 32061 0 1 0 248 13 0 0 18 0 16 0 30786261 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31493] ppid=31488 vsize=1542884 CPUtime=0.52
/proc/31490/task/31493/stat : 31493 (java) S 31488 31490 30649 0 -1 4202560 6550 0 0 0 49 3 0 0 16 0 16 0 30786262 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31494] ppid=31488 vsize=1542884 CPUtime=0.51
/proc/31490/task/31494/stat : 31494 (java) S 31488 31490 30649 0 -1 4202560 7286 0 0 0 48 3 0 0 16 0 16 0 30786262 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31495] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31495/stat : 31495 (java) S 31488 31490 30649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 30786264 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31496] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31496/stat : 31496 (java) S 31488 31490 30649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 30786264 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31497] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31497/stat : 31497 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30786264 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31498] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31498/stat : 31498 (java) S 31488 31490 30649 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30786269 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31499] ppid=31488 vsize=1542884 CPUtime=1.46
/proc/31490/task/31499/stat : 31499 (java) S 31488 31490 30649 0 -1 4202560 5717 0 0 0 144 2 0 0 15 0 16 0 30786269 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31500] ppid=31488 vsize=1542884 CPUtime=1.07
/proc/31490/task/31500/stat : 31500 (java) S 31488 31490 30649 0 -1 4202560 1649 0 0 0 107 0 0 0 15 0 16 0 30786269 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31501] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31501/stat : 31501 (java) S 31488 31490 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30786269 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31502] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31502/stat : 31502 (java) S 31488 31490 30649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30786269 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31503] ppid=31488 vsize=1542884 CPUtime=2.53
/proc/31490/task/31503/stat : 31503 (java) R 31488 31490 30649 0 -1 4202560 16 0 0 0 253 0 0 0 25 0 16 0 30786540 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4109440184 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31490/tid=31504] ppid=31488 vsize=1542884 CPUtime=2.59
/proc/31490/task/31504/stat : 31504 (java) R 31488 31490 30649 0 -1 4202560 30 0 0 0 259 0 0 0 24 0 16 0 30786540 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4109098053 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31490/tid=31505] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31505/stat : 31505 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786603 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31506] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31506/stat : 31506 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786609 1579913216 50317 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 1542884

[startup+12.702 s]
/proc/loadavg: 1.09 1.02 1.01 3/122 31506
/proc/meminfo: memFree=1574628/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1542884 CPUtime=24.06
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 60359 0 1 0 2378 28 0 0 15 0 16 0 30786259 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 385721 55340 1430 10 0 383024 0
[pid=31490/tid=31492] ppid=31488 vsize=1542884 CPUtime=2.61
/proc/31490/task/31492/stat : 31492 (java) S 31488 31490 30649 0 -1 4202560 32061 0 1 0 248 13 0 0 15 0 16 0 30786261 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31493] ppid=31488 vsize=1542884 CPUtime=0.9
/proc/31490/task/31493/stat : 31493 (java) S 31488 31490 30649 0 -1 4202560 9211 0 0 0 86 4 0 0 16 0 16 0 30786262 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31494] ppid=31488 vsize=1542884 CPUtime=0.89
/proc/31490/task/31494/stat : 31494 (java) S 31488 31490 30649 0 -1 4202560 10555 0 0 0 84 5 0 0 16 0 16 0 30786262 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31495] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31495/stat : 31495 (java) S 31488 31490 30649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 30786264 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31496] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31496/stat : 31496 (java) S 31488 31490 30649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 30786264 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31497] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31497/stat : 31497 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30786264 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31498] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31498/stat : 31498 (java) S 31488 31490 30649 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30786269 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31499] ppid=31488 vsize=1542884 CPUtime=1.49
/proc/31490/task/31499/stat : 31499 (java) S 31488 31490 30649 0 -1 4202560 5717 0 0 0 147 2 0 0 15 0 16 0 30786269 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31500] ppid=31488 vsize=1542884 CPUtime=1.37
/proc/31490/task/31500/stat : 31500 (java) S 31488 31490 30649 0 -1 4202560 1671 0 0 0 137 0 0 0 15 0 16 0 30786269 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31501] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31501/stat : 31501 (java) S 31488 31490 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30786269 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31502] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31502/stat : 31502 (java) S 31488 31490 30649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30786269 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31503] ppid=31488 vsize=1542884 CPUtime=8.5
/proc/31490/task/31503/stat : 31503 (java) R 31488 31490 30649 0 -1 4202560 21 0 0 0 850 0 0 0 25 0 16 0 30786540 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4109440160 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31490/tid=31504] ppid=31488 vsize=1542884 CPUtime=8.21
/proc/31490/task/31504/stat : 31504 (java) R 31488 31490 30649 0 -1 4202560 50 0 0 0 821 0 0 0 25 0 16 0 30786540 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4109097982 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31490/tid=31505] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31505/stat : 31505 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786603 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31506] ppid=31488 vsize=1542884 CPUtime=0
/proc/31490/task/31506/stat : 31506 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786609 1579913216 55340 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.06
Current children cumulated vsize (KiB) 1542884

[startup+25.5024 s]
/proc/loadavg: 1.29 1.06 1.02 3/122 31506
/proc/meminfo: memFree=1573760/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1542180 CPUtime=49.44
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 60911 0 1 0 4915 29 0 0 15 0 16 0 30786259 1579192320 55622 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/31490/statm: 385545 80561 1448 10 0 382848 0
[pid=31490/tid=31492] ppid=31488 vsize=1542180 CPUtime=2.61
/proc/31490/task/31492/stat : 31492 (java) S 31488 31490 30649 0 -1 4202560 32064 0 1 0 248 13 0 0 15 0 16 0 30786261 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31493] ppid=31488 vsize=1542180 CPUtime=6.02
/proc/31490/task/31493/stat : 31493 (java) S 31488 31490 30649 0 -1 4202560 22090 0 0 0 585 17 0 0 16 0 16 0 30786262 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31494] ppid=31488 vsize=1542180 CPUtime=5.99
/proc/31490/task/31494/stat : 31494 (java) S 31488 31490 30649 0 -1 4202560 24766 0 0 0 582 17 0 0 15 0 16 0 30786262 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31495] ppid=31488 vsize=1542180 CPUtime=1.02
/proc/31490/task/31495/stat : 31495 (java) S 31488 31490 30649 0 -1 4202560 713 0 0 0 82 20 0 0 15 0 16 0 30786264 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31496] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31496/stat : 31496 (java) S 31488 31490 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30786264 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31497] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31497/stat : 31497 (java) S 31488 31490 30649 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30786264 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31498] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31498/stat : 31498 (java) S 31488 31490 30649 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30786269 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31499] ppid=31488 vsize=1542180 CPUtime=1.95
/proc/31490/task/31499/stat : 31499 (java) S 31488 31490 30649 0 -1 4202560 5749 0 0 0 193 2 0 0 15 0 16 0 30786269 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31500] ppid=31488 vsize=1542180 CPUtime=2.56
/proc/31490/task/31500/stat : 31500 (java) S 31488 31490 30649 0 -1 4202560 1756 0 0 0 256 0 0 0 16 0 16 0 30786269 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31501] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31501/stat : 31501 (java) S 31488 31490 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30786269 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31502] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31502/stat : 31502 (java) S 31488 31490 30649 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 30786269 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31503] ppid=31488 vsize=1542180 CPUtime=745.12
/proc/31490/task/31503/stat : 31503 (java) R 31488 31490 30649 0 -1 4202560 800 0 0 0 74493 19 0 0 25 0 16 0 30786540 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4109440160 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31490/tid=31504] ppid=31488 vsize=1542180 CPUtime=745.17
/proc/31490/task/31504/stat : 31504 (java) R 31488 31490 30649 0 -1 4202560 1008 0 0 0 74499 18 0 0 25 0 16 0 30786540 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4109098339 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31490/tid=31505] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31505/stat : 31505 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786603 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31506] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31506/stat : 31506 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786609 1579192320 80561 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1510.55
Current children cumulated vsize (KiB) 1542180

[startup+822.301 s]
/proc/loadavg: 2.07 1.99 1.60 3/122 31528
/proc/meminfo: memFree=1441328/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1542180 CPUtime=1629.54
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 99105 0 1 0 162831 123 0 0 15 0 16 0 30786259 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 385545 88450 1448 10 0 382848 0
[pid=31490/tid=31492] ppid=31488 vsize=1542180 CPUtime=2.61
/proc/31490/task/31492/stat : 31492 (java) S 31488 31490 30649 0 -1 4202560 32064 0 1 0 248 13 0 0 15 0 16 0 30786261 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31493] ppid=31488 vsize=1542180 CPUtime=6.72
/proc/31490/task/31493/stat : 31493 (java) S 31488 31490 30649 0 -1 4202560 26743 0 0 0 652 20 0 0 16 0 16 0 30786262 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31494] ppid=31488 vsize=1542180 CPUtime=6.69
/proc/31490/task/31494/stat : 31494 (java) S 31488 31490 30649 0 -1 4202560 29006 0 0 0 648 21 0 0 15 0 16 0 30786262 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31495] ppid=31488 vsize=1542180 CPUtime=1.09
/proc/31490/task/31495/stat : 31495 (java) S 31488 31490 30649 0 -1 4202560 717 0 0 0 88 21 0 0 15 0 16 0 30786264 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31496] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31496/stat : 31496 (java) S 31488 31490 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30786264 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31497] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31497/stat : 31497 (java) S 31488 31490 30649 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30786264 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31498] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31498/stat : 31498 (java) S 31488 31490 30649 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30786269 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31499] ppid=31488 vsize=1542180 CPUtime=1.95
/proc/31490/task/31499/stat : 31499 (java) S 31488 31490 30649 0 -1 4202560 5749 0 0 0 193 2 0 0 15 0 16 0 30786269 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31500] ppid=31488 vsize=1542180 CPUtime=2.59
/proc/31490/task/31500/stat : 31500 (java) S 31488 31490 30649 0 -1 4202560 1756 0 0 0 259 0 0 0 15 0 16 0 30786269 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31501] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31501/stat : 31501 (java) S 31488 31490 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30786269 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31502] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31502/stat : 31502 (java) S 31488 31490 30649 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 30786269 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31503] ppid=31488 vsize=1542180 CPUtime=803.91
/proc/31490/task/31503/stat : 31503 (java) R 31488 31490 30649 0 -1 4202560 852 0 0 0 80370 21 0 0 25 0 16 0 30786540 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4109650965 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31490/tid=31504] ppid=31488 vsize=1542180 CPUtime=803.88
/proc/31490/task/31504/stat : 31504 (java) R 31488 31490 30649 0 -1 4202560 1096 0 0 0 80369 19 0 0 25 0 16 0 30786540 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4109488608 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31490/tid=31505] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31505/stat : 31505 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786603 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31506] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31506/stat : 31506 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786609 1579192320 88450 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1629.54
Current children cumulated vsize (KiB) 1542180

[startup+882.311 s]
/proc/loadavg: 2.02 1.99 1.62 3/122 31528
/proc/meminfo: memFree=1430664/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1542180 CPUtime=1748.19
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 102741 0 1 0 174688 131 0 0 15 0 16 0 30786259 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 385545 90951 1448 10 0 382848 0
[pid=31490/tid=31492] ppid=31488 vsize=1542180 CPUtime=2.61
/proc/31490/task/31492/stat : 31492 (java) S 31488 31490 30649 0 -1 4202560 32064 0 1 0 248 13 0 0 15 0 16 0 30786261 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31493] ppid=31488 vsize=1542180 CPUtime=7.36
/proc/31490/task/31493/stat : 31493 (java) S 31488 31490 30649 0 -1 4202560 28330 0 0 0 714 22 0 0 16 0 16 0 30786262 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31494] ppid=31488 vsize=1542180 CPUtime=7.32
/proc/31490/task/31494/stat : 31494 (java) S 31488 31490 30649 0 -1 4202560 30250 0 0 0 710 22 0 0 16 0 16 0 30786262 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31495] ppid=31488 vsize=1542180 CPUtime=1.44
/proc/31490/task/31495/stat : 31495 (java) S 31488 31490 30649 0 -1 4202560 1360 0 0 0 121 23 0 0 15 0 16 0 30786264 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31496] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31496/stat : 31496 (java) S 31488 31490 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30786264 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31497] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31497/stat : 31497 (java) S 31488 31490 30649 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30786264 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31498] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31498/stat : 31498 (java) S 31488 31490 30649 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30786269 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31499] ppid=31488 vsize=1542180 CPUtime=1.95
/proc/31490/task/31499/stat : 31499 (java) S 31488 31490 30649 0 -1 4202560 5749 0 0 0 193 2 0 0 15 0 16 0 30786269 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31500] ppid=31488 vsize=1542180 CPUtime=2.61
/proc/31490/task/31500/stat : 31500 (java) S 31488 31490 30649 0 -1 4202560 1756 0 0 0 261 0 0 0 15 0 16 0 30786269 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31501] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31501/stat : 31501 (java) S 31488 31490 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30786269 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31502] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31502/stat : 31502 (java) S 31488 31490 30649 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30786269 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31503] ppid=31488 vsize=1542180 CPUtime=862.23
/proc/31490/task/31503/stat : 31503 (java) R 31488 31490 30649 0 -1 4202560 905 0 0 0 86201 22 0 0 25 0 16 0 30786540 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4109440160 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31490/tid=31504] ppid=31488 vsize=1542180 CPUtime=862.56
/proc/31490/task/31504/stat : 31504 (java) R 31488 31490 30649 0 -1 4202560 1203 0 0 0 86235 21 0 0 25 0 16 0 30786540 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4109491833 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31490/tid=31505] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31505/stat : 31505 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786603 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31506] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31506/stat : 31506 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786609 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1748.19
Current children cumulated vsize (KiB) 1542180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.501 s]
/proc/loadavg: 2.08 2.00 1.64 2/122 31530
/proc/meminfo: memFree=1430664/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=1542180 CPUtime=1800.12
/proc/31490/stat : 31490 (java) S 31488 31490 30649 0 -1 4202496 102802 0 1 0 179878 134 0 0 15 0 16 0 30786259 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 385545 90951 1448 10 0 382848 0
[pid=31490/tid=31492] ppid=31488 vsize=1542180 CPUtime=2.61
/proc/31490/task/31492/stat : 31492 (java) S 31488 31490 30649 0 -1 4202560 32064 0 1 0 248 13 0 0 15 0 16 0 30786261 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31493] ppid=31488 vsize=1542180 CPUtime=7.51
/proc/31490/task/31493/stat : 31493 (java) S 31488 31490 30649 0 -1 4202560 28330 0 0 0 729 22 0 0 16 0 16 0 30786262 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31494] ppid=31488 vsize=1542180 CPUtime=7.48
/proc/31490/task/31494/stat : 31494 (java) S 31488 31490 30649 0 -1 4202560 30250 0 0 0 725 23 0 0 15 0 16 0 30786262 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31495] ppid=31488 vsize=1542180 CPUtime=1.47
/proc/31490/task/31495/stat : 31495 (java) S 31488 31490 30649 0 -1 4202560 1362 0 0 0 123 24 0 0 15 0 16 0 30786264 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 0 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31496] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31496/stat : 31496 (java) S 31488 31490 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30786264 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31497] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31497/stat : 31497 (java) S 31488 31490 30649 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30786264 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31498] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31498/stat : 31498 (java) S 31488 31490 30649 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30786269 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31499] ppid=31488 vsize=1542180 CPUtime=1.95
/proc/31490/task/31499/stat : 31499 (java) S 31488 31490 30649 0 -1 4202560 5749 0 0 0 193 2 0 0 15 0 16 0 30786269 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
[pid=31490/tid=31500] ppid=31488 vsize=1542180 CPUtime=2.62
/proc/31490/task/31500/stat : 31500 (java) S 31488 31490 30649 0 -1 4202560 1756 0 0 0 262 0 0 0 15 0 16 0 30786269 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31501] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31501/stat : 31501 (java) S 31488 31490 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30786269 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31502] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31502/stat : 31502 (java) S 31488 31490 30649 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 30786269 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31503] ppid=31488 vsize=1542180 CPUtime=888.12
/proc/31490/task/31503/stat : 31503 (java) R 31488 31490 30649 0 -1 4202560 930 0 0 0 88789 23 0 0 25 0 16 0 30786540 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31490/tid=31504] ppid=31488 vsize=1542180 CPUtime=888.28
/proc/31490/task/31504/stat : 31504 (java) R 31488 31490 30649 0 -1 4202560 1235 0 0 0 88806 22 0 0 25 0 16 0 30786540 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4109098057 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31490/tid=31505] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31505/stat : 31505 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786603 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 0 0 0 0
[pid=31490/tid=31506] ppid=31488 vsize=1542180 CPUtime=0
/proc/31490/task/31506/stat : 31506 (java) S 31488 31490 30649 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30786609 1579192320 90951 1992294400 134512640 134550932 4294207616 18446744073709551615 4294960144 0 4 0 16800975 18446604437832459328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1542180

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

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

[startup+908.616 s]
/proc/loadavg: 2.08 2.00 1.64 2/109 31533
/proc/meminfo: memFree=1509224/2059040 swapFree=4140428/4192956
[pid=31490] ppid=31488 vsize=0 CPUtime=1800.33
/proc/31490/stat : 31490 (java) Z 31488 31490 30649 0 -1 4203548 102823 0 1 0 179897 136 0 0 15 0 2 0 30786259 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31490/statm: 0 0 0 0 0 0 0
[pid=31490/tid=31504] ppid=31488 vsize=0 CPUtime=888.38
/proc/31490/task/31504/stat : 31504 (java) R 31488 31490 30649 0 -1 4203588 1235 0 0 0 88814 24 0 0 25 0 2 0 30786540 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 908.647
CPU time (s): 1800.36
CPU user time (s): 1798.97
CPU system time (s): 1.38379
CPU usage (%): 198.136
Max. virtual memory (cumulated for all children) (KiB): 1544744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.38379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102823
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44231
involuntary context switches= 60737

runsolver used 4.02939 second user time and 8.98763 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-14 23:43:48
IDJOB=2662180
IDBENCH=2427
IDSOLVER=1166
FILE ID=node007/2662180-1276551828
PBS_JOBID= 11173476
Free space on /tmp= 62484 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-tuff.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662180-1276551828/watcher-2662180-1276551828 -o /tmp/evaluation-result-2662180-1276551828/solver-2662180-1276551828 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662180-1276551828.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6c865484f3a48e715bdd95fa7e3b19dc
RANDOM SEED=101407017

node007.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1792336 kB
Buffers:         77824 kB
Cached:         108052 kB
SwapCached:       6248 kB
Active:          82112 kB
Inactive:       117340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1792336 kB
SwapTotal:     4192956 kB
SwapFree:      4140428 kB
Dirty:            2300 kB
Writeback:           8 kB
AnonPages:       11808 kB
Mapped:          13108 kB
Slab:            45404 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62484 MiB
End job on node007 at 2010-06-14 23:58:59