Trace number 2662203

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.4 950.134

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-stp3d.opb
MD5SUMaf54d857fe3562002a714e0fbd74a69a
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 variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576279200
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576279200
Number of bits of the biggest sum of numbers33
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-2662203-1276570278.opb
0.22/0.22	c reading problem ... 
70.40/65.74	c ... done. Wall clock time 65.522s.
70.40/65.74	c #vars     204880
70.40/65.74	c #constraints  184850
70.40/65.74	c constraints type 
70.40/65.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
70.40/65.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
70.40/65.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 117997
70.40/65.74	c constraints type 
70.40/65.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 117997
70.40/65.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
70.40/65.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
106.93/84.21	c cleaning 2449 clauses out of 4978 with flag 5000/5000
134.76/98.52	c cleaning 4218 clauses out of 8528 with flag 11000/11000
163.25/113.22	c cleaning 5593 clauses out of 11308 with flag 18000/18000
204.15/134.23	c cleaning 6762 clauses out of 13715 with flag 26000/26000
242.57/154.03	c cleaning 7746 clauses out of 15950 with flag 35001/35001
290.95/178.80	c cleaning 8960 clauses out of 18202 with flag 45000/45000
336.94/202.42	c cleaning 9954 clauses out of 20241 with flag 56000/56000
383.06/226.16	c cleaning 10890 clauses out of 22285 with flag 68000/68000
445.62/258.22	c cleaning 11910 clauses out of 24395 with flag 81002/81002
522.03/297.26	c cleaning 13072 clauses out of 26482 with flag 95000/95000
596.34/335.25	c cleaning 14005 clauses out of 28409 with flag 110000/110000
672.79/374.33	c cleaning 14997 clauses out of 30402 with flag 126000/126000
763.66/420.90	c cleaning 15975 clauses out of 32402 with flag 143001/143001
842.50/461.28	c cleaning 17085 clauses out of 34422 with flag 161000/161000
920.59/501.17	c cleaning 18033 clauses out of 36335 with flag 180000/180000
1016.49/550.15	c cleaning 18924 clauses out of 38302 with flag 200000/200000
1125.08/605.65	c cleaning 20035 clauses out of 40377 with flag 221001/221001
1219.03/653.57	c cleaning 20915 clauses out of 42341 with flag 243002/243002
1328.14/709.10	c cleaning 21853 clauses out of 44425 with flag 266001/266001
1420.20/756.15	c cleaning 23193 clauses out of 46571 with flag 290001/290001
1595.08/845.20	c cleaning 24096 clauses out of 48374 with flag 315000/315000
1711.07/904.49	c cleaning 25007 clauses out of 50279 with flag 341001/341001
1800.19/950.02	c starts		: 131
1800.19/950.02	c conflicts		: 359658
1800.19/950.02	c decisions		: 9484844
1800.19/950.02	c propagations		: 838228993
1800.19/950.02	c inspects		: 944106098
1800.19/950.02	c learnt literals	: 58
1800.19/950.02	c learnt binary clauses	: 2701
1800.19/950.02	c learnt ternary clauses	: 7707
1800.19/950.02	c learnt clauses	: 359600
1800.19/950.02	c ignored clauses	: 0
1800.19/950.02	c root simplifications	: 0
1800.19/950.02	c removed literals (reason simplification)	: 3917862
1800.19/950.02	c reason swapping (by a shorter reason)	: 0
1800.19/950.02	c Calls to reduceDB	: 22
1800.19/950.02	c number of reductions to clauses (during analyze)	: 0
1800.19/950.02	c number of learned constraints concerned by reduction	: 0
1800.19/950.02	c number of learning phase by resolution	: 0
1800.19/950.02	c number of learning phase by cutting planes	: 0
1800.19/950.02	c speed (assignments/second)	: 947930.0996411741
1800.19/950.02	c non guided choices	1115503
1800.19/950.07	c learnt constraints type 
1800.19/950.07	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 41229
1800.19/950.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2701
1800.19/950.07	c constraints type 
1800.19/950.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
1800.19/950.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
1800.19/950.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 117997
1800.19/950.07	c constraints type 
1800.19/950.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 117997
1800.19/950.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
1800.19/950.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
1800.19/950.07	s UNKNOWN
1800.19/950.07	c Total wall clock time (in seconds): 949.85

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-2662203-1276570278/watcher-2662203-1276570278 -o /tmp/evaluation-result-2662203-1276570278/solver-2662203-1276570278 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662203-1276570278.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: 2.26 2.06 1.64 3/107 442
/proc/meminfo: memFree=1849100/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=248 CPUtime=0
/proc/442/stat : 442 (java6) R 440 442 31726 0 -1 4194304 110 0 0 0 0 0 0 0 16 0 1 0 30683590 253952 29 1992294400 134512640 134550932 4290438480 18446744073709551615 8401492 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/442/statm: 62 29 21 10 0 23 0

[startup+0.0382219 s]
/proc/loadavg: 2.26 2.06 1.64 3/107 442
/proc/meminfo: memFree=1849100/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1520328 CPUtime=0.02
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 3316 0 1 0 1 1 0 0 15 0 4 0 30683590 1556815872 2759 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 380082 2759 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101228 s]
/proc/loadavg: 2.26 2.06 1.64 3/107 442
/proc/meminfo: memFree=1849100/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1524180 CPUtime=0.08
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 3964 0 1 0 6 2 0 0 15 0 12 0 30683590 1560760320 3403 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 381045 3403 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301247 s]
/proc/loadavg: 2.26 2.06 1.64 3/107 442
/proc/meminfo: memFree=1849100/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1526500 CPUtime=0.36
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 7612 0 1 0 32 4 0 0 15 0 12 0 30683590 1563136000 7049 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 381625 7049 1359 10 0 378928 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526500

[startup+0.701278 s]
/proc/loadavg: 2.26 2.06 1.64 3/107 442
/proc/meminfo: memFree=1849100/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1527584 CPUtime=1.03
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 11518 0 1 0 97 6 0 0 15 0 12 0 30683590 1564246016 10875 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 381896 10876 1396 10 0 379199 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527584

[startup+1.50236 s]
/proc/loadavg: 2.16 2.04 1.64 2/119 455
/proc/meminfo: memFree=1785208/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1533096 CPUtime=2.17
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 40665 0 1 0 199 18 0 0 15 0 12 0 30683590 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 383274 39155 1417 10 0 380577 0
[pid=442/tid=444] ppid=440 vsize=1533096 CPUtime=1.34
/proc/442/task/444/stat : 444 (java) R 440 442 31726 0 -1 4202560 31755 0 1 0 121 13 0 0 25 0 12 0 30683592 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=442/tid=445] ppid=440 vsize=1533096 CPUtime=0.05
/proc/442/task/445/stat : 445 (java) S 440 442 31726 0 -1 4202560 2293 0 0 0 4 1 0 0 16 0 12 0 30683593 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=446] ppid=440 vsize=1533096 CPUtime=0.05
/proc/442/task/446/stat : 446 (java) S 440 442 31726 0 -1 4202560 2225 0 0 0 4 1 0 0 18 0 12 0 30683593 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=447] ppid=440 vsize=1533096 CPUtime=0
/proc/442/task/447/stat : 447 (java) S 440 442 31726 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 30683595 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=449] ppid=440 vsize=1533096 CPUtime=0
/proc/442/task/449/stat : 449 (java) R 440 442 31726 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30683595 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 103394416 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=442/tid=450] ppid=440 vsize=1533096 CPUtime=0
/proc/442/task/450/stat : 450 (java) S 440 442 31726 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30683595 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=451] ppid=440 vsize=1533096 CPUtime=0
/proc/442/task/451/stat : 451 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30683599 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=452] ppid=440 vsize=1533096 CPUtime=0.29
/proc/442/task/452/stat : 452 (java) R 440 442 31726 0 -1 4202560 2179 0 0 0 29 0 0 0 16 0 12 0 30683600 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 103371455 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=442/tid=453] ppid=440 vsize=1533096 CPUtime=0.39
/proc/442/task/453/stat : 453 (java) R 440 442 31726 0 -1 4202560 1146 0 0 0 39 0 0 0 15 0 12 0 30683600 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 102192161 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=442/tid=454] ppid=440 vsize=1533096 CPUtime=0
/proc/442/task/454/stat : 454 (java) S 440 442 31726 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30683600 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=455] ppid=440 vsize=1533096 CPUtime=0
/proc/442/task/455/stat : 455 (java) R 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30683600 1569890304 39155 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1533096

[startup+3.1025 s]
/proc/loadavg: 2.16 2.04 1.64 2/119 455
/proc/meminfo: memFree=1671004/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1537568 CPUtime=4.46
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 54059 0 1 0 421 25 0 0 15 0 12 0 30683590 1574469632 51946 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 384392 51947 1419 10 0 381695 0
[pid=442/tid=444] ppid=440 vsize=1537568 CPUtime=2.27
/proc/442/task/444/stat : 444 (java) S 440 442 31726 0 -1 4202560 32035 0 1 0 213 14 0 0 25 0 12 0 30683592 1574469632 51947 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=445] ppid=440 vsize=1537568 CPUtime=0.52
/proc/442/task/445/stat : 445 (java) R 440 442 31726 0 -1 4202560 8694 0 0 0 48 4 0 0 16 0 12 0 30683593 1574469632 51947 1992294400 134512640 134550932 4290467808 18446744073709551615 105886578 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=442/tid=446] ppid=440 vsize=1537568 CPUtime=0.52
/proc/442/task/446/stat : 446 (java) R 440 442 31726 0 -1 4202560 7829 0 0 0 48 4 0 0 16 0 12 0 30683593 1574469632 51947 1992294400 134512640 134550932 4290467808 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=442/tid=447] ppid=440 vsize=1537568 CPUtime=0
/proc/442/task/447/stat : 447 (java) S 440 442 31726 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 30683595 1574469632 51948 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=449] ppid=440 vsize=1537568 CPUtime=0
/proc/442/task/449/stat : 449 (java) S 440 442 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 30683595 1574469632 51948 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=450] ppid=440 vsize=1537568 CPUtime=0
/proc/442/task/450/stat : 450 (java) S 440 442 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30683595 1574469632 51948 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=451] ppid=440 vsize=1537568 CPUtime=0
/proc/442/task/451/stat : 451 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30683599 1574469632 51948 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=452] ppid=440 vsize=1537568 CPUtime=0.5
/proc/442/task/452/stat : 452 (java) S 440 442 31726 0 -1 4202560 2771 0 0 0 50 0 0 0 15 0 12 0 30683600 1574469632 51948 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=453] ppid=440 vsize=1537568 CPUtime=0.6
/proc/442/task/453/stat : 453 (java) S 440 442 31726 0 -1 4202560 1657 0 0 0 60 0 0 0 16 0 12 0 30683600 1574469632 51949 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=454] ppid=440 vsize=1537568 CPUtime=0
/proc/442/task/454/stat : 454 (java) S 440 442 31726 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30683600 1574469632 51949 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=455] ppid=440 vsize=1537568 CPUtime=0
/proc/442/task/455/stat : 455 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30683600 1574469632 51949 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 1537568

[startup+6.30179 s]
/proc/loadavg: 2.16 2.04 1.64 2/119 455
/proc/meminfo: memFree=1628472/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1538856 CPUtime=7.99
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 59009 0 1 0 768 31 0 0 15 0 12 0 30683590 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 384714 56448 1419 10 0 382017 0
[pid=442/tid=444] ppid=440 vsize=1538856 CPUtime=4.99
/proc/442/task/444/stat : 444 (java) R 440 442 31726 0 -1 4202560 32076 0 1 0 485 14 0 0 18 0 12 0 30683592 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=442/tid=445] ppid=440 vsize=1538856 CPUtime=0.9
/proc/442/task/445/stat : 445 (java) S 440 442 31726 0 -1 4202560 11206 0 0 0 82 8 0 0 16 0 12 0 30683593 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=446] ppid=440 vsize=1538856 CPUtime=0.92
/proc/442/task/446/stat : 446 (java) S 440 442 31726 0 -1 4202560 10225 0 0 0 87 5 0 0 15 0 12 0 30683593 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=447] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/447/stat : 447 (java) S 440 442 31726 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 30683595 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=449] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/449/stat : 449 (java) S 440 442 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 30683595 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=450] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/450/stat : 450 (java) S 440 442 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30683595 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=451] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/451/stat : 451 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30683599 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=452] ppid=440 vsize=1538856 CPUtime=0.5
/proc/442/task/452/stat : 452 (java) S 440 442 31726 0 -1 4202560 2771 0 0 0 50 0 0 0 15 0 12 0 30683600 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=453] ppid=440 vsize=1538856 CPUtime=0.6
/proc/442/task/453/stat : 453 (java) S 440 442 31726 0 -1 4202560 1657 0 0 0 60 0 0 0 15 0 12 0 30683600 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=454] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/454/stat : 454 (java) S 440 442 31726 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30683600 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=455] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/455/stat : 455 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30683600 1575788544 56448 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1538856

[startup+12.7024 s]
/proc/loadavg: 1.98 2.01 1.63 2/119 457
/proc/meminfo: memFree=1623760/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1538856 CPUtime=14.64
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 60237 0 1 0 1427 37 0 0 15 0 12 0 30683590 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 384714 57613 1419 10 0 382017 0
[pid=442/tid=444] ppid=440 vsize=1538856 CPUtime=10.94
/proc/442/task/444/stat : 444 (java) R 440 442 31726 0 -1 4202560 32134 0 1 0 1079 15 0 0 25 0 12 0 30683592 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 106834683 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=442/tid=445] ppid=440 vsize=1538856 CPUtime=1.24
/proc/442/task/445/stat : 445 (java) S 440 442 31726 0 -1 4202560 11962 0 0 0 111 13 0 0 15 0 12 0 30683593 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=446] ppid=440 vsize=1538856 CPUtime=1.26
/proc/442/task/446/stat : 446 (java) S 440 442 31726 0 -1 4202560 10638 0 0 0 121 5 0 0 15 0 12 0 30683593 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=447] ppid=440 vsize=1538856 CPUtime=0.01
/proc/442/task/447/stat : 447 (java) S 440 442 31726 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 12 0 30683595 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=449] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/449/stat : 449 (java) S 440 442 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 30683595 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=450] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/450/stat : 450 (java) S 440 442 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30683595 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=451] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/451/stat : 451 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30683599 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=452] ppid=440 vsize=1538856 CPUtime=0.5
/proc/442/task/452/stat : 452 (java) S 440 442 31726 0 -1 4202560 2772 0 0 0 50 0 0 0 15 0 12 0 30683600 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=453] ppid=440 vsize=1538856 CPUtime=0.61
/proc/442/task/453/stat : 453 (java) S 440 442 31726 0 -1 4202560 1657 0 0 0 61 0 0 0 15 0 12 0 30683600 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=454] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/454/stat : 454 (java) S 440 442 31726 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30683600 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=455] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/455/stat : 455 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30683600 1575788544 57613 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 1538856

[startup+25.5015 s]
/proc/loadavg: 1.83 1.97 1.63 3/119 457
/proc/meminfo: memFree=1611856/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1538856 CPUtime=27.99
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 63274 0 1 0 2751 48 0 0 15 0 12 0 30683590 1575788544 60508 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 384714 60508 1419 10 0 382017 0
[pid=442/tid=444] ppid=440 vsize=1538856 CPUtime=22.77
/proc/442/task/444/stat : 444 (java) R 440 442 31726 0 -1 4202560 32247 0 1 0 2262 15 0 0 23 0 12 0 30683592 1575788544 60508 1992294400 134512640 134550932 4290467808 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=442/tid=445] ppid=440 vsize=1538856 CPUtime=1.93
/proc/442/task/445/stat : 445 (java) S 440 442 31726 0 -1 4202560 14032 0 0 0 170 23 0 0 15 0 12 0 30683593 1575788544 60508 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=446] ppid=440 vsize=1538856 CPUtime=1.99
/proc/442/task/446/stat : 446 (java) S 440 442 31726 0 -1 4202560 11484 0 0 0 194 5 0 0 16 0 12 0 30683593 1575788544 60508 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=447] ppid=440 vsize=1538856 CPUtime=0.02
/proc/442/task/447/stat : 447 (java) S 440 442 31726 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 12 0 30683595 1575788544 60508 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=449] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/449/stat : 449 (java) S 440 442 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 30683595 1575788544 60508 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=450] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/450/stat : 450 (java) S 440 442 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30683595 1575788544 60508 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=451] ppid=440 vsize=1538856 CPUtime=0
/proc/442/task/451/stat : 451 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30683599 1575788544 60508 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=452] ppid=440 vsize=1538856 CPUtime=0.57

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

/proc/442/statm: 386407 129220 1451 10 0 383710 0
[pid=442/tid=444] ppid=440 vsize=1545628 CPUtime=59.36
/proc/442/task/444/stat : 444 (java) S 440 442 31726 0 -1 4202560 32652 0 1 0 5917 19 0 0 15 0 16 0 30683592 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=445] ppid=440 vsize=1545628 CPUtime=30.88
/proc/442/task/445/stat : 445 (java) S 440 442 31726 0 -1 4202560 42887 0 0 0 3004 84 0 0 15 0 16 0 30683593 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=446] ppid=440 vsize=1545628 CPUtime=31.06
/proc/442/task/446/stat : 446 (java) S 440 442 31726 0 -1 4202560 50218 0 0 0 3038 68 0 0 16 0 16 0 30683593 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=447] ppid=440 vsize=1545628 CPUtime=21.07
/proc/442/task/447/stat : 447 (java) S 440 442 31726 0 -1 4202560 27410 0 0 0 2074 33 0 0 15 0 16 0 30683595 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=449] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/449/stat : 449 (java) S 440 442 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30683595 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=450] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/450/stat : 450 (java) S 440 442 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30683595 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=451] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/451/stat : 451 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30683599 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=452] ppid=440 vsize=1545628 CPUtime=2.38
/proc/442/task/452/stat : 452 (java) S 440 442 31726 0 -1 4202560 4495 0 0 0 236 2 0 0 15 0 16 0 30683600 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=453] ppid=440 vsize=1545628 CPUtime=3.92
/proc/442/task/453/stat : 453 (java) S 440 442 31726 0 -1 4202560 5024 0 0 0 390 2 0 0 15 0 16 0 30683600 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=454] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/454/stat : 454 (java) S 440 442 31726 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30683600 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=455] ppid=440 vsize=1545628 CPUtime=0.01
/proc/442/task/455/stat : 455 (java) S 440 442 31726 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 16 0 30683600 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=458] ppid=440 vsize=1545628 CPUtime=700.14
/proc/442/task/458/stat : 458 (java) R 440 442 31726 0 -1 4202560 495 0 0 0 69994 20 0 0 25 0 16 0 30690165 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4110007365 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=442/tid=459] ppid=440 vsize=1545628 CPUtime=700.76
/proc/442/task/459/stat : 459 (java) R 440 442 31726 0 -1 4202560 962 0 0 0 70065 11 0 0 18 0 16 0 30690165 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4110557292 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=442/tid=460] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/460/stat : 460 (java) S 440 442 31726 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 30690231 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=461] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/461/stat : 461 (java) S 440 442 31726 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 30690233 1582723072 129220 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1549.66
Current children cumulated vsize (KiB) 1545628

[startup+882.302 s]
/proc/loadavg: 2.01 2.06 1.86 3/123 492
/proc/meminfo: memFree=1332328/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1545628 CPUtime=1667.35
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 167642 0 1 0 166480 255 0 0 15 0 16 0 30683590 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 386407 129684 1451 10 0 383710 0
[pid=442/tid=444] ppid=440 vsize=1545628 CPUtime=59.36
/proc/442/task/444/stat : 444 (java) S 440 442 31726 0 -1 4202560 32653 0 1 0 5917 19 0 0 15 0 16 0 30683592 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=445] ppid=440 vsize=1545628 CPUtime=32.31
/proc/442/task/445/stat : 445 (java) S 440 442 31726 0 -1 4202560 43236 0 0 0 3143 88 0 0 15 0 16 0 30683593 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=446] ppid=440 vsize=1545628 CPUtime=32.51
/proc/442/task/446/stat : 446 (java) S 440 442 31726 0 -1 4202560 50339 0 0 0 3181 70 0 0 16 0 16 0 30683593 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=447] ppid=440 vsize=1545628 CPUtime=22.41
/proc/442/task/447/stat : 447 (java) S 440 442 31726 0 -1 4202560 29196 0 0 0 2207 34 0 0 15 0 16 0 30683595 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=449] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/449/stat : 449 (java) S 440 442 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30683595 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=450] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/450/stat : 450 (java) S 440 442 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30683595 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=451] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/451/stat : 451 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30683599 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=452] ppid=440 vsize=1545628 CPUtime=2.38
/proc/442/task/452/stat : 452 (java) S 440 442 31726 0 -1 4202560 4495 0 0 0 236 2 0 0 15 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=453] ppid=440 vsize=1545628 CPUtime=3.93
/proc/442/task/453/stat : 453 (java) S 440 442 31726 0 -1 4202560 5025 0 0 0 391 2 0 0 15 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=454] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/454/stat : 454 (java) S 440 442 31726 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=455] ppid=440 vsize=1545628 CPUtime=0.01
/proc/442/task/455/stat : 455 (java) S 440 442 31726 0 -1 4202560 49 0 0 0 1 0 0 0 15 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=458] ppid=440 vsize=1545628 CPUtime=757.02
/proc/442/task/458/stat : 458 (java) R 440 442 31726 0 -1 4202560 558 0 0 0 75681 21 0 0 25 0 16 0 30690165 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4110007404 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=442/tid=459] ppid=440 vsize=1545628 CPUtime=757.33
/proc/442/task/459/stat : 459 (java) R 440 442 31726 0 -1 4202560 1020 0 0 0 75721 12 0 0 25 0 16 0 30690165 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4110561312 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=442/tid=460] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/460/stat : 460 (java) S 440 442 31726 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 30690231 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=461] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/461/stat : 461 (java) S 440 442 31726 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 30690233 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.35
Current children cumulated vsize (KiB) 1545628

[startup+942.302 s]
/proc/loadavg: 2.01 2.05 1.87 6/123 494
/proc/meminfo: memFree=1331708/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1545628 CPUtime=1784.94
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 169550 0 1 0 178229 265 0 0 15 0 16 0 30683590 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 386407 129684 1451 10 0 383710 0
[pid=442/tid=444] ppid=440 vsize=1545628 CPUtime=59.36
/proc/442/task/444/stat : 444 (java) S 440 442 31726 0 -1 4202560 32657 0 1 0 5917 19 0 0 15 0 16 0 30683592 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=445] ppid=440 vsize=1545628 CPUtime=34.18
/proc/442/task/445/stat : 445 (java) S 440 442 31726 0 -1 4202560 43236 0 0 0 3328 90 0 0 16 0 16 0 30683593 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=446] ppid=440 vsize=1545628 CPUtime=34.34
/proc/442/task/446/stat : 446 (java) S 440 442 31726 0 -1 4202560 50339 0 0 0 3359 75 0 0 16 0 16 0 30683593 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=447] ppid=440 vsize=1545628 CPUtime=23.71
/proc/442/task/447/stat : 447 (java) S 440 442 31726 0 -1 4202560 30981 0 0 0 2335 36 0 0 15 0 16 0 30683595 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=449] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/449/stat : 449 (java) S 440 442 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30683595 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=450] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/450/stat : 450 (java) S 440 442 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30683595 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=451] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/451/stat : 451 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30683599 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=452] ppid=440 vsize=1545628 CPUtime=2.38
/proc/442/task/452/stat : 452 (java) S 440 442 31726 0 -1 4202560 4495 0 0 0 236 2 0 0 15 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=453] ppid=440 vsize=1545628 CPUtime=3.93
/proc/442/task/453/stat : 453 (java) S 440 442 31726 0 -1 4202560 5025 0 0 0 391 2 0 0 15 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=454] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/454/stat : 454 (java) S 440 442 31726 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=455] ppid=440 vsize=1545628 CPUtime=0.02
/proc/442/task/455/stat : 455 (java) S 440 442 31726 0 -1 4202560 51 0 0 0 1 1 0 0 15 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=458] ppid=440 vsize=1545628 CPUtime=813.14
/proc/442/task/458/stat : 458 (java) R 440 442 31726 0 -1 4202560 611 0 0 0 81291 23 0 0 25 0 16 0 30690165 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4109954670 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=442/tid=459] ppid=440 vsize=1545628 CPUtime=813.79
/proc/442/task/459/stat : 459 (java) R 440 442 31726 0 -1 4202560 1084 0 0 0 81367 12 0 0 25 0 16 0 30690165 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4110554493 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=442/tid=460] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/460/stat : 460 (java) S 440 442 31726 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 30690231 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=461] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/461/stat : 461 (java) S 440 442 31726 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 30690233 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.94
Current children cumulated vsize (KiB) 1545628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+950.002 s]
/proc/loadavg: 2.01 2.05 1.87 3/123 494
/proc/meminfo: memFree=1331708/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=1545628 CPUtime=1800.19
/proc/442/stat : 442 (java) S 440 442 31726 0 -1 4202496 169569 0 1 0 179753 266 0 0 15 0 16 0 30683590 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 386407 129684 1451 10 0 383710 0
[pid=442/tid=444] ppid=440 vsize=1545628 CPUtime=59.36
/proc/442/task/444/stat : 444 (java) S 440 442 31726 0 -1 4202560 32657 0 1 0 5917 19 0 0 15 0 16 0 30683592 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=445] ppid=440 vsize=1545628 CPUtime=34.49
/proc/442/task/445/stat : 445 (java) S 440 442 31726 0 -1 4202560 43236 0 0 0 3359 90 0 0 16 0 16 0 30683593 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=446] ppid=440 vsize=1545628 CPUtime=34.65
/proc/442/task/446/stat : 446 (java) S 440 442 31726 0 -1 4202560 50339 0 0 0 3390 75 0 0 16 0 16 0 30683593 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=447] ppid=440 vsize=1545628 CPUtime=23.72
/proc/442/task/447/stat : 447 (java) S 440 442 31726 0 -1 4202560 30983 0 0 0 2336 36 0 0 15 0 16 0 30683595 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=449] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/449/stat : 449 (java) S 440 442 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30683595 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=450] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/450/stat : 450 (java) S 440 442 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30683595 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=451] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/451/stat : 451 (java) S 440 442 31726 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30683599 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=452] ppid=440 vsize=1545628 CPUtime=2.38
/proc/442/task/452/stat : 452 (java) S 440 442 31726 0 -1 4202560 4495 0 0 0 236 2 0 0 15 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=453] ppid=440 vsize=1545628 CPUtime=3.93
/proc/442/task/453/stat : 453 (java) S 440 442 31726 0 -1 4202560 5025 0 0 0 391 2 0 0 15 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=454] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/454/stat : 454 (java) S 440 442 31726 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=455] ppid=440 vsize=1545628 CPUtime=0.02
/proc/442/task/455/stat : 455 (java) S 440 442 31726 0 -1 4202560 53 0 0 0 1 1 0 0 15 0 16 0 30683600 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
[pid=442/tid=458] ppid=440 vsize=1545628 CPUtime=820.45
/proc/442/task/458/stat : 458 (java) R 440 442 31726 0 -1 4202560 615 0 0 0 82021 24 0 0 25 0 16 0 30690165 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4110384447 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=442/tid=459] ppid=440 vsize=1545628 CPUtime=821.13
/proc/442/task/459/stat : 459 (java) R 440 442 31726 0 -1 4202560 1095 0 0 0 82100 13 0 0 25 0 16 0 30690165 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4109833891 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=442/tid=460] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/460/stat : 460 (java) S 440 442 31726 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 30690231 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 0 0 0 0
[pid=442/tid=461] ppid=440 vsize=1545628 CPUtime=0
/proc/442/task/461/stat : 461 (java) S 440 442 31726 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 30690233 1582723072 129684 1992294400 134512640 134550932 4290467808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810137152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1545628

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

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

[startup+950.117 s]
/proc/loadavg: 2.01 2.05 1.87 3/123 494
/proc/meminfo: memFree=1331708/2059040 swapFree=4140072/4192956
[pid=442] ppid=440 vsize=0 CPUtime=1800.38
/proc/442/stat : 442 (java) Z 440 442 31726 0 -1 4203548 169591 0 1 0 179768 270 0 0 15 0 2 0 30683590 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/442/statm: 0 0 0 0 0 0 0
[pid=442/tid=458] ppid=440 vsize=0 CPUtime=820.5
/proc/442/task/458/stat : 458 (java) R 440 442 31726 0 -1 4203588 615 0 0 0 82023 27 0 0 25 0 2 0 30690165 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.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 950.134
CPU time (s): 1800.4
CPU user time (s): 1797.69
CPU system time (s): 2.71759
CPU usage (%): 189.489
Max. virtual memory (cumulated for all children) (KiB): 1552760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.69
system time used= 2.71759
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169591
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= 45157
involuntary context switches= 58538

runsolver used 4.04139 second user time and 9.01263 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-15 04:51:19
IDJOB=2662203
IDBENCH=2522
IDSOLVER=1166
FILE ID=node025/2662203-1276570278
PBS_JOBID= 11173506
Free space on /tmp= 62572 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/MIPLIB/miplib2003/normalized-mps-v2-20-10-stp3d.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662203-1276570278/watcher-2662203-1276570278 -o /tmp/evaluation-result-2662203-1276570278/solver-2662203-1276570278 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662203-1276570278.opb

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

MD5SUM BENCH= af54d857fe3562002a714e0fbd74a69a
RANDOM SEED=198398135

node025.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.242
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.48
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.242
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:       1849496 kB
Buffers:         18260 kB
Cached:         103436 kB
SwapCached:       6308 kB
Active:          90928 kB
Inactive:        43928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1849496 kB
SwapTotal:     4192956 kB
SwapFree:      4140072 kB
Dirty:            9396 kB
Writeback:           4 kB
AnonPages:       11252 kB
Mapped:          12900 kB
Slab:            52792 kB
PageTables:       4128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181660 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= 62572 MiB
End job on node025 at 2010-06-15 05:07:11