Trace number 2662385

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.52 922.437

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-fit2p.opb
MD5SUM61513bc338a8ab1ef0a0cedf59bc2ac8
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 223035388
Optimality of the best value was proved NO
Number of variables293602
Total number of constraints10500
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 constraints10500
Minimum length of a constraint13
Maximum length of a constraint612
Number of terms in the objective function 246163
Biggest coefficient in the objective function 10737418240
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 43487073153772
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 31729070899200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 103505525327531
Number of bits of the biggest sum of numbers47
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@1f436f5
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@18385e3
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-2662385-1276545038.opb
0.22/0.22	c reading problem ... 
25.47/19.17	c ... done. Wall clock time 18.951s.
25.47/19.17	c #vars     293602
25.47/19.17	c #constraints  13543
25.47/19.17	c constraints type 
25.47/19.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13500
25.47/19.17	c constraints type 
25.47/19.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13500
974.98/498.60	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1142.94/584.65	c cleaning 4240 clauses out of 8500 with flag 11001/11001
1316.00/673.15	c cleaning 5622 clauses out of 11259 with flag 18000/18000
1560.95/797.95	c cleaning 6796 clauses out of 13637 with flag 26000/26000
1642.33/840.47	c cleaning 7918 clauses out of 15841 with flag 35000/35000
1742.65/892.17	c cleaning 8961 clauses out of 17923 with flag 45000/45000
1800.15/922.22	c starts		: 70
1800.15/922.22	c conflicts		: 49899
1800.15/922.22	c decisions		: 8090274
1800.15/922.22	c propagations		: 13686016
1800.15/922.22	c inspects		: 122736681
1800.15/922.22	c learnt literals	: 0
1800.15/922.22	c learnt binary clauses	: 0
1800.15/922.22	c learnt ternary clauses	: 0
1800.15/922.22	c learnt clauses	: 49899
1800.15/922.22	c ignored clauses	: 0
1800.15/922.22	c root simplifications	: 0
1800.15/922.22	c removed literals (reason simplification)	: 632531
1800.15/922.22	c reason swapping (by a shorter reason)	: 0
1800.15/922.22	c Calls to reduceDB	: 6
1800.15/922.22	c number of reductions to clauses (during analyze)	: 0
1800.15/922.22	c number of learned constraints concerned by reduction	: 0
1800.15/922.22	c number of learning phase by resolution	: 0
1800.15/922.22	c number of learning phase by cutting planes	: 0
1800.15/922.22	c speed (assignments/second)	: 15157.909659584271
1800.15/922.22	c non guided choices	557027
1800.15/922.31	c learnt constraints type 
1800.15/922.31	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13861
1800.15/922.31	c constraints type 
1800.15/922.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13500
1800.15/922.31	c constraints type 
1800.15/922.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13500
1800.15/922.31	s UNKNOWN
1800.15/922.31	c Total wall clock time (in seconds): 922.089

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-2662385-1276545038/watcher-2662385-1276545038 -o /tmp/evaluation-result-2662385-1276545038/solver-2662385-1276545038 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662385-1276545038.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: 1.83 1.98 1.86 3/106 30112
/proc/meminfo: memFree=1694008/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1832 CPUtime=0
/proc/30112/stat : 30112 (java6) R 30110 30112 30087 0 -1 4194304 227 0 0 0 0 0 0 0 16 0 1 0 30105513 1875968 131 1992294400 134512640 134550932 4292674816 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30112/statm: 458 135 98 10 0 63 0

[startup+0.0487399 s]
/proc/loadavg: 1.83 1.98 1.86 3/106 30112
/proc/meminfo: memFree=1694008/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1522040 CPUtime=0.04
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 3464 0 1 0 2 2 0 0 15 0 5 0 30105513 1558568960 2908 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 380510 2908 980 10 0 377820 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1522040

[startup+0.100748 s]
/proc/loadavg: 1.83 1.98 1.86 3/106 30112
/proc/meminfo: memFree=1694008/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1525204 CPUtime=0.08
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 3947 0 1 0 6 2 0 0 15 0 12 0 30105513 1561808896 3387 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 381301 3387 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525204

[startup+0.300771 s]
/proc/loadavg: 1.83 1.98 1.86 3/106 30112
/proc/meminfo: memFree=1694008/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1526344 CPUtime=0.36
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 8579 0 1 0 31 5 0 0 15 0 12 0 30105513 1562976256 8017 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 381586 8018 1357 10 0 378889 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526344

[startup+0.700821 s]
/proc/loadavg: 1.83 1.98 1.86 3/106 30112
/proc/meminfo: memFree=1694008/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1528468 CPUtime=1.03
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 12817 0 1 0 97 6 0 0 15 0 12 0 30105513 1565151232 12255 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 382117 12256 1400 10 0 379420 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1528468

[startup+1.50192 s]
/proc/loadavg: 1.83 1.98 1.86 2/118 30124
/proc/meminfo: memFree=1628068/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1528468 CPUtime=1.83
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 27586 0 1 0 171 12 0 0 15 0 12 0 30105513 1565151232 27024 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 382117 27025 1400 10 0 379420 0
[pid=30112/tid=30114] ppid=30110 vsize=1528468 CPUtime=1.47
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 30087 0 -1 4202560 25387 0 1 0 136 11 0 0 25 0 12 0 30105515 1565151232 27026 1992294400 134512640 134550932 4290724672 18446744073709551615 4108854758 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=1528468 CPUtime=0
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 30087 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 30105516 1565151232 27026 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=1528468 CPUtime=0
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 30087 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30105516 1565151232 27027 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=1528468 CPUtime=0
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 30087 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 30105518 1565151232 27028 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=1528468 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 30087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 30105518 1565151232 27029 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=1528468 CPUtime=0
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 30087 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30105518 1565151232 27030 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=1528468 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 30087 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30105523 1565151232 27031 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=1528468 CPUtime=0.05
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 30087 0 -1 4202560 45 0 0 0 5 0 0 0 22 0 12 0 30105523 1565151232 27031 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=1528468 CPUtime=0.29
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 30087 0 -1 4202560 1095 0 0 0 29 0 0 0 16 0 12 0 30105523 1565151232 27032 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30123] ppid=30110 vsize=1528468 CPUtime=0
/proc/30112/task/30123/stat : 30123 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30105523 1565151232 27033 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30124] ppid=30110 vsize=1528468 CPUtime=0
/proc/30112/task/30124/stat : 30124 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30105523 1565151232 27033 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 1528468

[startup+3.10214 s]
/proc/loadavg: 1.83 1.98 1.86 4/118 30124
/proc/meminfo: memFree=1533952/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1553564 CPUtime=4.61
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 50123 0 1 0 438 23 0 0 15 0 12 0 30105513 1590849536 46716 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 388391 46725 1418 10 0 385694 0
[pid=30112/tid=30114] ppid=30110 vsize=1553564 CPUtime=2.65
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 30087 0 -1 4202560 32023 0 1 0 252 13 0 0 25 0 12 0 30105515 1590849536 46730 1992294400 134512640 134550932 4290724672 18446744073709551615 4108520157 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=1553564 CPUtime=0.09
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 30087 0 -1 4202560 4995 0 0 0 7 2 0 0 16 0 12 0 30105516 1590849536 46735 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=1553564 CPUtime=0.09
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 30087 0 -1 4202560 2489 0 0 0 8 1 0 0 18 0 12 0 30105516 1590849536 46741 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=1553564 CPUtime=0
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 30087 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 30105518 1590849536 46746 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=1553564 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30105518 1590849536 46752 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=1553564 CPUtime=0
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30105518 1590849536 46757 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=1553564 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 30087 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30105523 1590849536 46763 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=1553564 CPUtime=0.53
/proc/30112/task/30121/stat : 30121 (java) R 30110 30112 30087 0 -1 4202560 2765 0 0 0 52 1 0 0 18 0 12 0 30105523 1590849536 46768 1992294400 134512640 134550932 4290724672 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=1553564 CPUtime=1.2
/proc/30112/task/30122/stat : 30122 (java) R 30110 30112 30087 0 -1 4202560 6835 0 0 0 117 3 0 0 16 0 12 0 30105523 1590849536 46773 1992294400 134512640 134550932 4290724672 18446744073709551615 106257861 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30112/tid=30123] ppid=30110 vsize=1553564 CPUtime=0
/proc/30112/task/30123/stat : 30123 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30105523 1590849536 46779 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30124] ppid=30110 vsize=1553564 CPUtime=0
/proc/30112/task/30124/stat : 30124 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30105523 1590849536 46784 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1553564

[startup+6.30156 s]
/proc/loadavg: 1.76 1.96 1.86 2/118 30124
/proc/meminfo: memFree=1418756/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1552052 CPUtime=9.28
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 85686 0 1 0 886 42 0 0 15 0 12 0 30105513 1589301248 74636 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 388013 74638 1420 10 0 385316 0
[pid=30112/tid=30114] ppid=30110 vsize=1552052 CPUtime=4.53
/proc/30112/task/30114/stat : 30114 (java) S 30110 30112 30087 0 -1 4202560 32032 0 1 0 439 14 0 0 25 0 12 0 30105515 1589301248 74639 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=1552052 CPUtime=0.8
/proc/30112/task/30115/stat : 30115 (java) R 30110 30112 30087 0 -1 4202560 20386 0 0 0 71 9 0 0 16 0 12 0 30105516 1589301248 74641 1992294400 134512640 134550932 4290724672 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=1552052 CPUtime=0.8
/proc/30112/task/30116/stat : 30116 (java) R 30110 30112 30087 0 -1 4202560 17222 0 0 0 71 9 0 0 16 0 12 0 30105516 1589301248 74643 1992294400 134512640 134550932 4290724672 18446744073709551615 106196723 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 30087 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 30105518 1589301248 74644 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30105518 1589301248 74645 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30105518 1589301248 74646 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 30087 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30105523 1589301248 74647 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=1552052 CPUtime=1.12
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 30087 0 -1 4202560 3642 0 0 0 111 1 0 0 17 0 12 0 30105523 1589301248 74650 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=1552052 CPUtime=1.97
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 30087 0 -1 4202560 11341 0 0 0 191 6 0 0 17 0 12 0 30105523 1589301248 74651 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30123] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30123/stat : 30123 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30105523 1589301248 74654 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30124] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30124/stat : 30124 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30105523 1589301248 74655 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 1552052

[startup+12.7024 s]
/proc/loadavg: 1.78 1.96 1.86 2/118 30124
/proc/meminfo: memFree=1254208/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1552052 CPUtime=17.61
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 133119 0 1 0 1696 65 0 0 15 0 12 0 30105513 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 388013 113975 1420 10 0 385316 0
[pid=30112/tid=30114] ppid=30110 vsize=1552052 CPUtime=8.96
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 30087 0 -1 4202560 32042 0 1 0 881 15 0 0 25 0 12 0 30105515 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4108795522 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=1552052 CPUtime=2.78
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 30087 0 -1 4202560 42112 0 0 0 260 18 0 0 16 0 12 0 30105516 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=1552052 CPUtime=2.72
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 30087 0 -1 4202560 42913 0 0 0 250 22 0 0 16 0 12 0 30105516 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 30087 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 30105518 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30105518 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30105518 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 30087 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30105523 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=1552052 CPUtime=1.12
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 30087 0 -1 4202560 3642 0 0 0 111 1 0 0 17 0 12 0 30105523 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=1552052 CPUtime=1.97
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 30087 0 -1 4202560 11341 0 0 0 191 6 0 0 15 0 12 0 30105523 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30123] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30123/stat : 30123 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30105523 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30124] ppid=30110 vsize=1552052 CPUtime=0
/proc/30112/task/30124/stat : 30124 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30105523 1589301248 113975 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.61
Current children cumulated vsize (KiB) 1552052

[startup+25.5017 s]
/proc/loadavg: 1.69 1.93 1.85 3/122 30128
/proc/meminfo: memFree=1017460/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1553348 CPUtime=37.99
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 197591 0 1 0 3699 100 0 0 15 0 16 0 30105513 1590628352 170160 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 388337 170160 1439 10 0 385640 0
[pid=30112/tid=30114] ppid=30110 vsize=1553348 CPUtime=13.78
/proc/30112/task/30114/stat : 30114 (java) S 30110 30112 30087 0 -1 4202560 32080 0 1 0 1361 17 0 0 15 0 16 0 30105515 1590628352 170160 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=1553348 CPUtime=4.94
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 30087 0 -1 4202560 73211 0 0 0 462 32 0 0 16 0 16 0 30105516 1590628352 170160 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=1553348 CPUtime=4.71
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 30087 0 -1 4202560 76097 0 0 0 432 39 0 0 16 0 16 0 30105516 1590628352 170160 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=1553348 CPUtime=0.01
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 30087 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 16 0 30105518 1590628352 170160 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30105518 1590628352 170160 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30105518 1590628352 170160 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 30087 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30105523 1590628352 170160 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=1553348 CPUtime=1.45

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

/proc/30112/statm: 388337 250692 1452 10 0 385640 0
[pid=30112/tid=30114] ppid=30110 vsize=1553348 CPUtime=13.78
/proc/30112/task/30114/stat : 30114 (java) S 30110 30112 30087 0 -1 4202560 32097 0 1 0 1361 17 0 0 15 0 16 0 30105515 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=1553348 CPUtime=29.2
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 30087 0 -1 4202560 124602 0 0 0 2801 119 0 0 15 0 16 0 30105516 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=1553348 CPUtime=28.99
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 30087 0 -1 4202560 106281 0 0 0 2779 120 0 0 16 0 16 0 30105516 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=1553348 CPUtime=7.43
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 30087 0 -1 4202560 14590 0 0 0 734 9 0 0 15 0 16 0 30105518 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30105518 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30105518 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 30087 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30105523 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=1553348 CPUtime=3.03
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 30087 0 -1 4202560 3774 0 0 0 302 1 0 0 15 0 16 0 30105523 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=1553348 CPUtime=2.73
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 30087 0 -1 4202560 11405 0 0 0 266 7 0 0 16 0 16 0 30105523 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30123] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30123/stat : 30123 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30105523 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30124] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30124/stat : 30124 (java) S 30110 30112 30087 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 30105523 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30125] ppid=30110 vsize=1553348 CPUtime=704.71
/proc/30112/task/30125/stat : 30125 (java) R 30110 30112 30087 0 -1 4202560 242 0 0 0 70460 11 0 0 25 0 16 0 30107431 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4109600383 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=1553348 CPUtime=700.44
/proc/30112/task/30126/stat : 30126 (java) R 30110 30112 30087 0 -1 4202560 339 0 0 0 70030 14 0 0 25 0 16 0 30107431 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4109036481 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30112/tid=30127] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30127/stat : 30127 (java) S 30110 30112 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30107566 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 30087 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30107568 1590628352 250692 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1490.4
Current children cumulated vsize (KiB) 1553348

[startup+822.302 s]
/proc/loadavg: 2.29 2.19 2.04 3/122 30159
/proc/meminfo: memFree=692704/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1553348 CPUtime=1606.45
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 299341 0 1 0 160337 308 0 0 15 0 16 0 30105513 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 388337 250697 1452 10 0 385640 0
[pid=30112/tid=30114] ppid=30110 vsize=1553348 CPUtime=13.78
/proc/30112/task/30114/stat : 30114 (java) S 30110 30112 30087 0 -1 4202560 32100 0 1 0 1361 17 0 0 15 0 16 0 30105515 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=1553348 CPUtime=30.86
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 30087 0 -1 4202560 124602 0 0 0 2965 121 0 0 16 0 16 0 30105516 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=1553348 CPUtime=30.69
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 30087 0 -1 4202560 106281 0 0 0 2947 122 0 0 15 0 16 0 30105516 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=1553348 CPUtime=10.36
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 30087 0 -1 4202560 19439 0 0 0 1025 11 0 0 15 0 16 0 30105518 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30105518 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30105518 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 30087 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=1553348 CPUtime=3.07
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 30087 0 -1 4202560 3778 0 0 0 306 1 0 0 15 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=1553348 CPUtime=2.76
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 30087 0 -1 4202560 11406 0 0 0 269 7 0 0 15 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30123] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30123/stat : 30123 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30124] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30124/stat : 30124 (java) S 30110 30112 30087 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30125] ppid=30110 vsize=1553348 CPUtime=759.25
/proc/30112/task/30125/stat : 30125 (java) R 30110 30112 30087 0 -1 4202560 261 0 0 0 75914 11 0 0 25 0 16 0 30107431 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4109036538 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=1553348 CPUtime=755.59
/proc/30112/task/30126/stat : 30126 (java) R 30110 30112 30087 0 -1 4202560 358 0 0 0 75545 14 0 0 25 0 16 0 30107431 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4109449506 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30112/tid=30127] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30127/stat : 30127 (java) S 30110 30112 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30107566 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 30087 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30107568 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.45
Current children cumulated vsize (KiB) 1553348

[startup+882.302 s]
/proc/loadavg: 2.23 2.19 2.05 3/122 30161
/proc/meminfo: memFree=692704/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1553348 CPUtime=1723.21
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 301674 0 1 0 172004 317 0 0 15 0 16 0 30105513 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 388337 250697 1452 10 0 385640 0
[pid=30112/tid=30114] ppid=30110 vsize=1553348 CPUtime=13.78
/proc/30112/task/30114/stat : 30114 (java) S 30110 30112 30087 0 -1 4202560 32102 0 1 0 1361 17 0 0 15 0 16 0 30105515 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=1553348 CPUtime=32.4
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 30087 0 -1 4202560 124602 0 0 0 3117 123 0 0 15 0 16 0 30105516 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=1553348 CPUtime=32.21
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 30087 0 -1 4202560 106281 0 0 0 3096 125 0 0 16 0 16 0 30105516 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=1553348 CPUtime=12.54
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 30087 0 -1 4202560 21726 0 0 0 1242 12 0 0 15 0 16 0 30105518 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30105518 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30105518 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 30087 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=1553348 CPUtime=3.07
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 30087 0 -1 4202560 3778 0 0 0 306 1 0 0 15 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=1553348 CPUtime=2.76
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 30087 0 -1 4202560 11406 0 0 0 269 7 0 0 15 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30123] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30123/stat : 30123 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30124] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30124/stat : 30124 (java) S 30110 30112 30087 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30125] ppid=30110 vsize=1553348 CPUtime=814.52
/proc/30112/task/30125/stat : 30125 (java) R 30110 30112 30087 0 -1 4202560 278 0 0 0 81441 11 0 0 25 0 16 0 30107431 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4108929821 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=1553348 CPUtime=811.84
/proc/30112/task/30126/stat : 30126 (java) R 30110 30112 30087 0 -1 4202560 381 0 0 0 81168 16 0 0 25 0 16 0 30107431 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4109448482 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30112/tid=30127] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30127/stat : 30127 (java) S 30110 30112 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30107566 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 30087 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30107568 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1723.21
Current children cumulated vsize (KiB) 1553348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.202 s]
/proc/loadavg: 2.14 2.16 2.04 3/122 30161
/proc/meminfo: memFree=692704/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=1553348 CPUtime=1800.15
/proc/30112/stat : 30112 (java) S 30110 30112 30087 0 -1 4202496 303995 0 1 0 179693 322 0 0 15 0 16 0 30105513 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 388337 250697 1452 10 0 385640 0
[pid=30112/tid=30114] ppid=30110 vsize=1553348 CPUtime=13.78
/proc/30112/task/30114/stat : 30114 (java) S 30110 30112 30087 0 -1 4202560 32104 0 1 0 1361 17 0 0 15 0 16 0 30105515 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=1553348 CPUtime=33.67
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 30087 0 -1 4202560 124602 0 0 0 3242 125 0 0 16 0 16 0 30105516 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=1553348 CPUtime=33.48
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 30087 0 -1 4202560 106281 0 0 0 3221 127 0 0 15 0 16 0 30105516 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=1553348 CPUtime=14.73
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 30087 0 -1 4202560 24011 0 0 0 1460 13 0 0 15 0 16 0 30105518 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 0 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30105518 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30105518 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 30087 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=1553348 CPUtime=3.07
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 30087 0 -1 4202560 3778 0 0 0 306 1 0 0 15 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=1553348 CPUtime=2.76
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 30087 0 -1 4202560 11406 0 0 0 269 7 0 0 15 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30123] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30123/stat : 30123 (java) S 30110 30112 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30124] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30124/stat : 30124 (java) S 30110 30112 30087 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 30105523 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
[pid=30112/tid=30125] ppid=30110 vsize=1553348 CPUtime=850.52
/proc/30112/task/30125/stat : 30125 (java) R 30110 30112 30087 0 -1 4202560 293 0 0 0 85041 11 0 0 25 0 16 0 30107431 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4109450243 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=1553348 CPUtime=848.05
/proc/30112/task/30126/stat : 30126 (java) R 30110 30112 30087 0 -1 4202560 398 0 0 0 84789 16 0 0 25 0 16 0 30107431 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4109449390 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30112/tid=30127] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30127/stat : 30127 (java) S 30110 30112 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30107566 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 0 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=1553348 CPUtime=0
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 30087 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30107568 1590628352 250697 1992294400 134512640 134550932 4290724672 18446744073709551615 4294960144 0 4 0 16800975 18446604437797290304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1553348

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

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

[startup+922.402 s]
/proc/loadavg: 2.14 2.16 2.04 3/122 30161
/proc/meminfo: memFree=692704/2059040 swapFree=4140260/4192956
[pid=30112] ppid=30110 vsize=0 CPUtime=1800.47
/proc/30112/stat : 30112 (java) Z 30110 30112 30087 0 -1 4203548 304014 0 1 0 179719 328 0 0 15 0 2 0 30105513 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30112/statm: 0 0 0 0 0 0 0
[pid=30112/tid=30125] ppid=30110 vsize=0 CPUtime=850.69
/proc/30112/task/30125/stat : 30125 (java) R 30110 30112 30087 0 -1 4203588 293 0 0 0 85052 17 0 0 25 0 2 0 30107431 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.47
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 922.437
CPU time (s): 1800.52
CPU user time (s): 1797.2
CPU system time (s): 3.3165
CPU usage (%): 195.191
Max. virtual memory (cumulated for all children) (KiB): 1567600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.2
system time used= 3.31649
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304014
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= 27789
involuntary context switches= 51796

runsolver used 3.9734 second user time and 11.1663 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-14 21:50:40
IDJOB=2662385
IDBENCH=2389
IDSOLVER=1166
FILE ID=node013/2662385-1276545038
PBS_JOBID= 11173481
Free space on /tmp= 62480 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-fit2p.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662385-1276545038/watcher-2662385-1276545038 -o /tmp/evaluation-result-2662385-1276545038/solver-2662385-1276545038 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662385-1276545038.opb

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

MD5SUM BENCH= 61513bc338a8ab1ef0a0cedf59bc2ac8
RANDOM SEED=1355702381

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1694528 kB
Buffers:        134264 kB
Cached:         147416 kB
SwapCached:       6068 kB
Active:         128980 kB
Inactive:       165860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1694528 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:           25620 kB
Writeback:           0 kB
AnonPages:       11452 kB
Mapped:          12956 kB
Slab:            47892 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180320 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= 62480 MiB
End job on node013 at 2010-06-14 22:06:04