Trace number 2658816

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 Resolution 2.2.0 2010-05-26? (TO) 1800.29 1797.65

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-degen2.opb
MD5SUM64532e211df845746fb0c67de55e4b15
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 variables16020
Total number of constraints444
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 constraints444
Minimum length of a constraint60
Maximum length of a constraint2550
Number of terms in the objective function 14100
Biggest coefficient in the objective function 2553894928384
Number of bits for the biggest coefficient in the objective function 42
Sum of the numbers in the objective function 401268056673330
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 2553894928384
Number of bits of the biggest number in a constraint 42
Biggest sum of numbers in a constraint 401268056673330
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100526
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c Glucose learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-2658816-1276550236.opb
0.21/0.21	c reading problem ... 
2.96/1.97	c ... done. Wall clock time 1.756s.
2.96/1.97	c #vars     16020
2.96/1.97	c #constraints  9614
2.96/1.97	c constraints type 
2.96/1.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 665
54.59/52.07	c cleaning 2500 clauses out of 5000 with flag 5000/5000
126.44/123.86	c cleaning 4247 clauses out of 8502 with flag 11002/11002
198.75/196.14	c cleaning 5622 clauses out of 11253 with flag 18000/18000
271.90/269.25	c cleaning 6812 clauses out of 13632 with flag 26001/26001
356.00/353.39	c cleaning 7906 clauses out of 15820 with flag 35001/35001
453.08/450.43	c cleaning 8954 clauses out of 17914 with flag 45001/45001
549.97/547.35	c cleaning 9480 clauses out of 18959 with flag 55000/55000
637.66/635.03	c cleaning 9738 clauses out of 19481 with flag 65002/65002
744.85/742.28	c cleaning 9867 clauses out of 19741 with flag 75000/75000
855.05/852.45	c cleaning 9930 clauses out of 19875 with flag 85001/85001
968.53/965.97	c cleaning 9970 clauses out of 19944 with flag 95000/95000
1091.33/1088.77	c cleaning 9982 clauses out of 19975 with flag 105001/105001
1227.94/1225.35	c cleaning 9989 clauses out of 19992 with flag 115000/115000
1350.96/1348.34	c cleaning 10002 clauses out of 20006 with flag 125003/125003
1469.63/1467.07	c cleaning 9999 clauses out of 20001 with flag 135000/135000
1587.41/1584.86	c cleaning 9998 clauses out of 20002 with flag 145000/145000
1712.10/1709.57	c cleaning 10000 clauses out of 20004 with flag 155000/155000
1800.09/1797.51	c starts		: 105
1800.09/1797.51	c conflicts		: 162935
1800.09/1797.51	c decisions		: 199231
1800.09/1797.51	c propagations		: 24095144
1800.09/1797.51	c inspects		: 187567029
1800.09/1797.51	c learnt literals	: 0
1800.09/1797.51	c learnt binary clauses	: 0
1800.09/1797.51	c learnt ternary clauses	: 1
1800.09/1797.51	c learnt clauses	: 162935
1800.09/1797.51	c ignored clauses	: 0
1800.09/1797.51	c root simplifications	: 0
1800.09/1797.51	c removed literals (reason simplification)	: 2864434
1800.09/1797.51	c reason swapping (by a shorter reason)	: 0
1800.09/1797.52	c Calls to reduceDB	: 17
1800.09/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.52	c number of learned constraints concerned by reduction	: 0
1800.09/1797.52	c number of learning phase by resolution	: 0
1800.09/1797.52	c number of learning phase by cutting planes	: 0
1800.09/1797.52	c speed (assignments/second)	: 13419.404136348574
1800.09/1797.52	c non guided choices	85
1800.09/1797.57	c learnt constraints type 
1800.09/1797.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17946
1800.09/1797.57	c constraints type 
1800.09/1797.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 665
1800.09/1797.57	s UNKNOWN
1800.09/1797.57	c Total wall clock time (in seconds): 1797.357

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-2658816-1276550236/watcher-2658816-1276550236 -o /tmp/evaluation-result-2658816-1276550236/solver-2658816-1276550236 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658816-1276550236.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 30507
/proc/meminfo: memFree=1814616/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=248 CPUtime=0
/proc/30507/stat : 30507 (java6) R 30505 30507 29763 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 30625335 253952 28 1992294400 134512640 134550932 4288286688 18446744073709551615 11227732 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30507/statm: 62 28 21 10 0 23 0

[startup+0.0410439 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 30507
/proc/meminfo: memFree=1814616/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1520328 CPUtime=0.02
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 3307 0 1 0 1 1 0 0 15 0 4 0 30625335 1556815872 2750 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 380082 2753 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100044 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 30507
/proc/meminfo: memFree=1814616/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1524024 CPUtime=0.07
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 3927 0 1 0 6 1 0 0 15 0 12 0 30625335 1560600576 3366 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 381006 3366 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524024

[startup+0.300042 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 30507
/proc/meminfo: memFree=1814616/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1526688 CPUtime=0.36
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 5458 0 1 0 34 2 0 0 15 0 12 0 30625335 1563328512 4895 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 381672 4895 1359 10 0 378974 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526688

[startup+0.70004 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 30507
/proc/meminfo: memFree=1814616/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1530176 CPUtime=1.09
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 9075 0 1 0 104 5 0 0 15 0 12 0 30625335 1566900224 8208 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 382544 8208 1401 10 0 379846 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1530176

[startup+1.50103 s]
/proc/loadavg: 0.91 0.97 0.99 4/118 30519
/proc/meminfo: memFree=1770564/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1540548 CPUtime=2.55
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 20957 0 1 0 245 10 0 0 15 0 12 0 30625335 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 385137 18514 1406 10 0 382439 0
[pid=30507/tid=30509] ppid=30505 vsize=1540548 CPUtime=1.46
/proc/30507/task/30509/stat : 30509 (java) R 30505 30507 29763 0 -1 4202560 13938 0 1 0 139 7 0 0 25 0 12 0 30625337 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4109756482 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30507/tid=30510] ppid=30505 vsize=1540548 CPUtime=0
/proc/30507/task/30510/stat : 30510 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 30625338 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30511] ppid=30505 vsize=1540548 CPUtime=0
/proc/30507/task/30511/stat : 30511 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30625338 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30512] ppid=30505 vsize=1540548 CPUtime=0
/proc/30507/task/30512/stat : 30512 (java) S 30505 30507 29763 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 30625340 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30513] ppid=30505 vsize=1540548 CPUtime=0
/proc/30507/task/30513/stat : 30513 (java) S 30505 30507 29763 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 30625340 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30514] ppid=30505 vsize=1540548 CPUtime=0
/proc/30507/task/30514/stat : 30514 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30625340 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30515] ppid=30505 vsize=1540548 CPUtime=0
/proc/30507/task/30515/stat : 30515 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30625345 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30516] ppid=30505 vsize=1540548 CPUtime=0.06
/proc/30507/task/30516/stat : 30516 (java) S 30505 30507 29763 0 -1 4202560 64 0 0 0 6 0 0 0 22 0 12 0 30625345 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30517] ppid=30505 vsize=1540548 CPUtime=1
/proc/30507/task/30517/stat : 30517 (java) S 30505 30507 29763 0 -1 4202560 5892 0 0 0 98 2 0 0 17 0 12 0 30625345 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30518] ppid=30505 vsize=1540548 CPUtime=0
/proc/30507/task/30518/stat : 30518 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30625345 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30519] ppid=30505 vsize=1540548 CPUtime=0
/proc/30507/task/30519/stat : 30519 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30625345 1577521152 18514 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1540548

[startup+3.10102 s]
/proc/loadavg: 0.91 0.97 0.99 4/118 30519
/proc/meminfo: memFree=1705216/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1540872 CPUtime=5.11
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 36066 0 1 0 493 18 0 0 15 0 13 0 30625335 1577852928 33623 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 385218 33624 1429 10 0 382520 0
[pid=30507/tid=30509] ppid=30505 vsize=1540872 CPUtime=3.05
/proc/30507/task/30509/stat : 30509 (java) R 30505 30507 29763 0 -1 4202560 28903 0 1 0 290 15 0 0 25 0 13 0 30625337 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 4110094972 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30507/tid=30510] ppid=30505 vsize=1540872 CPUtime=0
/proc/30507/task/30510/stat : 30510 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 30625338 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30511] ppid=30505 vsize=1540872 CPUtime=0
/proc/30507/task/30511/stat : 30511 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 30625338 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30512] ppid=30505 vsize=1540872 CPUtime=0
/proc/30507/task/30512/stat : 30512 (java) S 30505 30507 29763 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 30625340 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30513] ppid=30505 vsize=1540872 CPUtime=0
/proc/30507/task/30513/stat : 30513 (java) S 30505 30507 29763 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 30625340 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30514] ppid=30505 vsize=1540872 CPUtime=0
/proc/30507/task/30514/stat : 30514 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30625340 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30515] ppid=30505 vsize=1540872 CPUtime=0
/proc/30507/task/30515/stat : 30515 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30625345 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30516] ppid=30505 vsize=1540872 CPUtime=0.47
/proc/30507/task/30516/stat : 30516 (java) R 30505 30507 29763 0 -1 4202560 140 0 0 0 47 0 0 0 15 0 13 0 30625345 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 101966487 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30507/tid=30517] ppid=30505 vsize=1540872 CPUtime=1.57
/proc/30507/task/30517/stat : 30517 (java) R 30505 30507 29763 0 -1 4202560 5957 0 0 0 155 2 0 0 15 0 13 0 30625345 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30507/tid=30518] ppid=30505 vsize=1540872 CPUtime=0
/proc/30507/task/30518/stat : 30518 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30625345 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30519] ppid=30505 vsize=1540872 CPUtime=0
/proc/30507/task/30519/stat : 30519 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30625345 1577852928 33624 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 1540872

[startup+6.301 s]
/proc/loadavg: 0.92 0.97 0.99 2/119 30520
/proc/meminfo: memFree=1673340/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1540304 CPUtime=8.49
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 42811 0 1 0 828 21 0 0 15 0 13 0 30625335 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 385076 40215 1438 10 0 382378 0
[pid=30507/tid=30509] ppid=30505 vsize=1540304 CPUtime=6.15
/proc/30507/task/30509/stat : 30509 (java) R 30505 30507 29763 0 -1 4202560 32051 0 1 0 599 16 0 0 25 0 13 0 30625337 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4110093362 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30507/tid=30510] ppid=30505 vsize=1540304 CPUtime=0.06
/proc/30507/task/30510/stat : 30510 (java) S 30505 30507 29763 0 -1 4202560 1687 0 0 0 6 0 0 0 16 0 13 0 30625338 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30511] ppid=30505 vsize=1540304 CPUtime=0.05
/proc/30507/task/30511/stat : 30511 (java) S 30505 30507 29763 0 -1 4202560 1889 0 0 0 5 0 0 0 18 0 13 0 30625338 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30512] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30512/stat : 30512 (java) S 30505 30507 29763 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 30625340 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30513] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30513/stat : 30513 (java) S 30505 30507 29763 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30514] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30514/stat : 30514 (java) S 30505 30507 29763 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30515] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30515/stat : 30515 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30625345 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30516] ppid=30505 vsize=1540304 CPUtime=0.54
/proc/30507/task/30516/stat : 30516 (java) S 30505 30507 29763 0 -1 4202560 149 0 0 0 54 0 0 0 15 0 13 0 30625345 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30517] ppid=30505 vsize=1540304 CPUtime=1.63
/proc/30507/task/30517/stat : 30517 (java) S 30505 30507 29763 0 -1 4202560 5962 0 0 0 161 2 0 0 15 0 13 0 30625345 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30518] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30518/stat : 30518 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30625345 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30519] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30519/stat : 30519 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30625345 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30520] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30520/stat : 30520 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30625614 1577271296 40215 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 1540304

[startup+12.701 s]
/proc/loadavg: 0.93 0.97 0.99 2/119 30520
/proc/meminfo: memFree=1657964/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1540304 CPUtime=14.98
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 42827 0 1 0 1477 21 0 0 15 0 13 0 30625335 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 385076 40228 1440 10 0 382378 0
[pid=30507/tid=30509] ppid=30505 vsize=1540304 CPUtime=12.52
/proc/30507/task/30509/stat : 30509 (java) R 30505 30507 29763 0 -1 4202560 32057 0 1 0 1236 16 0 0 25 0 13 0 30625337 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4110091359 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30507/tid=30510] ppid=30505 vsize=1540304 CPUtime=0.06
/proc/30507/task/30510/stat : 30510 (java) S 30505 30507 29763 0 -1 4202560 1687 0 0 0 6 0 0 0 16 0 13 0 30625338 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30511] ppid=30505 vsize=1540304 CPUtime=0.05
/proc/30507/task/30511/stat : 30511 (java) S 30505 30507 29763 0 -1 4202560 1889 0 0 0 5 0 0 0 18 0 13 0 30625338 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30512] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30512/stat : 30512 (java) S 30505 30507 29763 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 30625340 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30513] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30513/stat : 30513 (java) S 30505 30507 29763 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30514] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30514/stat : 30514 (java) S 30505 30507 29763 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30515] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30515/stat : 30515 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30625345 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30516] ppid=30505 vsize=1540304 CPUtime=0.62
/proc/30507/task/30516/stat : 30516 (java) S 30505 30507 29763 0 -1 4202560 158 0 0 0 62 0 0 0 15 0 13 0 30625345 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30517] ppid=30505 vsize=1540304 CPUtime=1.68
/proc/30507/task/30517/stat : 30517 (java) S 30505 30507 29763 0 -1 4202560 5963 0 0 0 166 2 0 0 15 0 13 0 30625345 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30518] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30518/stat : 30518 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30625345 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30519] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30519/stat : 30519 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30625345 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30520] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30520/stat : 30520 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30625614 1577271296 40228 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 1540304

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.99 2/119 30520
/proc/meminfo: memFree=1643580/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1540304 CPUtime=27.87
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 46496 0 1 0 2764 23 0 0 15 0 13 0 30625335 1577271296 43855 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 385076 43855 1440 10 0 382378 0
[pid=30507/tid=30509] ppid=30505 vsize=1540304 CPUtime=25.22
/proc/30507/task/30509/stat : 30509 (java) R 30505 30507 29763 0 -1 4202560 32060 0 1 0 2506 16 0 0 25 0 13 0 30625337 1577271296 43855 1992294400 134512640 134550932 4288427040 18446744073709551615 4110095542 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30507/tid=30510] ppid=30505 vsize=1540304 CPUtime=0.15
/proc/30507/task/30510/stat : 30510 (java) S 30505 30507 29763 0 -1 4202560 3716 0 0 0 14 1 0 0 16 0 13 0 30625338 1577271296 43855 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30511] ppid=30505 vsize=1540304 CPUtime=0.14
/proc/30507/task/30511/stat : 30511 (java) S 30505 30507 29763 0 -1 4202560 3520 0 0 0 13 1 0 0 18 0 13 0 30625338 1577271296 43855 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30512] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30512/stat : 30512 (java) S 30505 30507 29763 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 30625340 1577271296 43855 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30513] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30513/stat : 30513 (java) S 30505 30507 29763 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 43855 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30514] ppid=30505 vsize=1540304 CPUtime=0

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

[pid=30507] ppid=30505 vsize=1540304 CPUtime=1664.91
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 61407 0 1 0 166453 38 0 0 15 0 13 0 30625335 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 385076 56463 1445 10 0 382378 0
[pid=30507/tid=30509] ppid=30505 vsize=1540304 CPUtime=1659.13
/proc/30507/task/30509/stat : 30509 (java) R 30505 30507 29763 0 -1 4202560 32796 0 1 0 165893 20 0 0 25 0 13 0 30625337 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4110095088 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30507/tid=30510] ppid=30505 vsize=1540304 CPUtime=0.81
/proc/30507/task/30510/stat : 30510 (java) S 30505 30507 29763 0 -1 4202560 10697 0 0 0 75 6 0 0 16 0 13 0 30625338 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30511] ppid=30505 vsize=1540304 CPUtime=0.81
/proc/30507/task/30511/stat : 30511 (java) S 30505 30507 29763 0 -1 4202560 10041 0 0 0 75 6 0 0 16 0 13 0 30625338 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30512] ppid=30505 vsize=1540304 CPUtime=1.56
/proc/30507/task/30512/stat : 30512 (java) S 30505 30507 29763 0 -1 4202560 564 0 0 0 155 1 0 0 15 0 13 0 30625340 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30513] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30513/stat : 30513 (java) S 30505 30507 29763 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30514] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30514/stat : 30514 (java) S 30505 30507 29763 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30515] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30515/stat : 30515 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30625345 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30516] ppid=30505 vsize=1540304 CPUtime=0.74
/proc/30507/task/30516/stat : 30516 (java) S 30505 30507 29763 0 -1 4202560 168 0 0 0 74 0 0 0 15 0 13 0 30625345 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30517] ppid=30505 vsize=1540304 CPUtime=1.8
/proc/30507/task/30517/stat : 30517 (java) S 30505 30507 29763 0 -1 4202560 5975 0 0 0 178 2 0 0 15 0 13 0 30625345 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30518] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30518/stat : 30518 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30625345 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30519] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30519/stat : 30519 (java) S 30505 30507 29763 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 30625345 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30520] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30520/stat : 30520 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30625614 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.91
Current children cumulated vsize (KiB) 1540304

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/119 30566
/proc/meminfo: memFree=1590880/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1540304 CPUtime=1724.89
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 61420 0 1 0 172451 38 0 0 15 0 13 0 30625335 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 385076 56463 1445 10 0 382378 0
[pid=30507/tid=30509] ppid=30505 vsize=1540304 CPUtime=1718.99
/proc/30507/task/30509/stat : 30509 (java) R 30505 30507 29763 0 -1 4202560 32803 0 1 0 171879 20 0 0 25 0 13 0 30625337 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4110094976 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30507/tid=30510] ppid=30505 vsize=1540304 CPUtime=0.83
/proc/30507/task/30510/stat : 30510 (java) S 30505 30507 29763 0 -1 4202560 10697 0 0 0 77 6 0 0 16 0 13 0 30625338 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30511] ppid=30505 vsize=1540304 CPUtime=0.82
/proc/30507/task/30511/stat : 30511 (java) S 30505 30507 29763 0 -1 4202560 10041 0 0 0 76 6 0 0 16 0 13 0 30625338 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30512] ppid=30505 vsize=1540304 CPUtime=1.65
/proc/30507/task/30512/stat : 30512 (java) S 30505 30507 29763 0 -1 4202560 568 0 0 0 164 1 0 0 15 0 13 0 30625340 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30513] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30513/stat : 30513 (java) S 30505 30507 29763 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30514] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30514/stat : 30514 (java) S 30505 30507 29763 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30515] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30515/stat : 30515 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30625345 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30516] ppid=30505 vsize=1540304 CPUtime=0.74
/proc/30507/task/30516/stat : 30516 (java) S 30505 30507 29763 0 -1 4202560 168 0 0 0 74 0 0 0 15 0 13 0 30625345 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30517] ppid=30505 vsize=1540304 CPUtime=1.8
/proc/30507/task/30517/stat : 30517 (java) S 30505 30507 29763 0 -1 4202560 5975 0 0 0 178 2 0 0 15 0 13 0 30625345 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30518] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30518/stat : 30518 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30625345 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30519] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30519/stat : 30519 (java) S 30505 30507 29763 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 30625345 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30520] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30520/stat : 30520 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30625614 1577271296 56463 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.89
Current children cumulated vsize (KiB) 1540304

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/119 30566
/proc/meminfo: memFree=1590880/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1540304 CPUtime=1784.88
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 61435 0 1 0 178450 38 0 0 15 0 13 0 30625335 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 385076 56464 1445 10 0 382378 0
[pid=30507/tid=30509] ppid=30505 vsize=1540304 CPUtime=1778.95
/proc/30507/task/30509/stat : 30509 (java) R 30505 30507 29763 0 -1 4202560 32809 0 1 0 177874 21 0 0 25 0 13 0 30625337 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4110095435 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30507/tid=30510] ppid=30505 vsize=1540304 CPUtime=0.84
/proc/30507/task/30510/stat : 30510 (java) S 30505 30507 29763 0 -1 4202560 10698 0 0 0 78 6 0 0 16 0 13 0 30625338 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30511] ppid=30505 vsize=1540304 CPUtime=0.84
/proc/30507/task/30511/stat : 30511 (java) S 30505 30507 29763 0 -1 4202560 10041 0 0 0 78 6 0 0 15 0 13 0 30625338 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30512] ppid=30505 vsize=1540304 CPUtime=1.66
/proc/30507/task/30512/stat : 30512 (java) S 30505 30507 29763 0 -1 4202560 572 0 0 0 165 1 0 0 15 0 13 0 30625340 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30513] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30513/stat : 30513 (java) S 30505 30507 29763 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30514] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30514/stat : 30514 (java) S 30505 30507 29763 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30515] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30515/stat : 30515 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30625345 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30516] ppid=30505 vsize=1540304 CPUtime=0.74
/proc/30507/task/30516/stat : 30516 (java) S 30505 30507 29763 0 -1 4202560 168 0 0 0 74 0 0 0 15 0 13 0 30625345 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30517] ppid=30505 vsize=1540304 CPUtime=1.8
/proc/30507/task/30517/stat : 30517 (java) S 30505 30507 29763 0 -1 4202560 5975 0 0 0 178 2 0 0 15 0 13 0 30625345 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30518] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30518/stat : 30518 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30625345 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30519] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30519/stat : 30519 (java) S 30505 30507 29763 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 30625345 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30520] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30520/stat : 30520 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30625614 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.88
Current children cumulated vsize (KiB) 1540304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/119 30568
/proc/meminfo: memFree=1590880/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1540304 CPUtime=1800.09
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 61436 0 1 0 179971 38 0 0 15 0 13 0 30625335 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 385076 56464 1445 10 0 382378 0
[pid=30507/tid=30509] ppid=30505 vsize=1540304 CPUtime=1794.15
/proc/30507/task/30509/stat : 30509 (java) R 30505 30507 29763 0 -1 4202560 32810 0 1 0 179394 21 0 0 25 0 13 0 30625337 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4110095365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30507/tid=30510] ppid=30505 vsize=1540304 CPUtime=0.85
/proc/30507/task/30510/stat : 30510 (java) S 30505 30507 29763 0 -1 4202560 10698 0 0 0 79 6 0 0 15 0 13 0 30625338 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30511] ppid=30505 vsize=1540304 CPUtime=0.84
/proc/30507/task/30511/stat : 30511 (java) S 30505 30507 29763 0 -1 4202560 10041 0 0 0 78 6 0 0 16 0 13 0 30625338 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30512] ppid=30505 vsize=1540304 CPUtime=1.66
/proc/30507/task/30512/stat : 30512 (java) S 30505 30507 29763 0 -1 4202560 572 0 0 0 165 1 0 0 15 0 13 0 30625340 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30513] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30513/stat : 30513 (java) S 30505 30507 29763 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30514] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30514/stat : 30514 (java) S 30505 30507 29763 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30625340 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30515] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30515/stat : 30515 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30625345 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30516] ppid=30505 vsize=1540304 CPUtime=0.74
/proc/30507/task/30516/stat : 30516 (java) S 30505 30507 29763 0 -1 4202560 168 0 0 0 74 0 0 0 15 0 13 0 30625345 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30517] ppid=30505 vsize=1540304 CPUtime=1.8
/proc/30507/task/30517/stat : 30517 (java) S 30505 30507 29763 0 -1 4202560 5975 0 0 0 178 2 0 0 15 0 13 0 30625345 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30518] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30518/stat : 30518 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30625345 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30519] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30519/stat : 30519 (java) S 30505 30507 29763 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 30625345 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30520] ppid=30505 vsize=1540304 CPUtime=0
/proc/30507/task/30520/stat : 30520 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30625614 1577271296 56464 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1540304

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

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

[startup+1797.62 s]
/proc/loadavg: 1.00 0.99 0.99 2/119 30568
/proc/meminfo: memFree=1590880/2059040 swapFree=4140228/4192956
[pid=30507] ppid=30505 vsize=1540952 CPUtime=1800.26
/proc/30507/stat : 30507 (java) S 30505 30507 29763 0 -1 4202496 61463 0 1 0 179987 39 0 0 15 0 14 0 30625335 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30507/statm: 385238 56487 1448 10 0 382540 0
[pid=30507/tid=30509] ppid=30505 vsize=1540952 CPUtime=1794.25
/proc/30507/task/30509/stat : 30509 (java) R 30505 30507 29763 0 -1 4202560 32810 0 1 0 179404 21 0 0 25 0 14 0 30625337 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4110094932 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30507/tid=30510] ppid=30505 vsize=1540952 CPUtime=0.85
/proc/30507/task/30510/stat : 30510 (java) S 30505 30507 29763 0 -1 4202560 10698 0 0 0 79 6 0 0 15 0 14 0 30625338 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
[pid=30507/tid=30511] ppid=30505 vsize=1540952 CPUtime=0.84
/proc/30507/task/30511/stat : 30511 (java) S 30505 30507 29763 0 -1 4202560 10041 0 0 0 78 6 0 0 16 0 14 0 30625338 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30512] ppid=30505 vsize=1540952 CPUtime=1.66
/proc/30507/task/30512/stat : 30512 (java) S 30505 30507 29763 0 -1 4202560 572 0 0 0 165 1 0 0 15 0 14 0 30625340 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30513] ppid=30505 vsize=1540952 CPUtime=0
/proc/30507/task/30513/stat : 30513 (java) S 30505 30507 29763 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 30625340 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30514] ppid=30505 vsize=1540952 CPUtime=0
/proc/30507/task/30514/stat : 30514 (java) S 30505 30507 29763 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 30625340 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30515] ppid=30505 vsize=1540952 CPUtime=0
/proc/30507/task/30515/stat : 30515 (java) S 30505 30507 29763 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 30625345 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30516] ppid=30505 vsize=1540952 CPUtime=0.74
/proc/30507/task/30516/stat : 30516 (java) S 30505 30507 29763 0 -1 4202560 168 0 0 0 74 0 0 0 15 0 14 0 30625345 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30517] ppid=30505 vsize=1540952 CPUtime=1.84
/proc/30507/task/30517/stat : 30517 (java) S 30505 30507 29763 0 -1 4202560 5981 0 0 0 182 2 0 0 15 0 14 0 30625345 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30518] ppid=30505 vsize=1540952 CPUtime=0
/proc/30507/task/30518/stat : 30518 (java) S 30505 30507 29763 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 30625345 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30519] ppid=30505 vsize=1540952 CPUtime=0
/proc/30507/task/30519/stat : 30519 (java) S 30505 30507 29763 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 14 0 30625345 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 0 0 0 0
[pid=30507/tid=30520] ppid=30505 vsize=1540952 CPUtime=0
/proc/30507/task/30520/stat : 30520 (java) S 30505 30507 29763 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 30625614 1577934848 56487 1992294400 134512640 134550932 4288427040 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1540952

Child status: 143
Real time (s): 1797.65
CPU time (s): 1800.29
CPU user time (s): 1799.88
CPU system time (s): 0.414936
CPU usage (%): 100.147
Max. virtual memory (cumulated for all children) (KiB): 1541932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.414936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61464
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= 38543
involuntary context switches= 26883

runsolver used 3.9184 second user time and 9.29159 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-14 23:17:16
IDJOB=2658816
IDBENCH=2420
IDSOLVER=1164
FILE ID=node009/2658816-1276550236
PBS_JOBID= 11173471
Free space on /tmp= 62448 MiB

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

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

MD5SUM BENCH= 64532e211df845746fb0c67de55e4b15
RANDOM SEED=2145354388

node009.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.199
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.39
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.199
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:       1814888 kB
Buffers:         46608 kB
Cached:         118300 kB
SwapCached:       6120 kB
Active:          77544 kB
Inactive:       100072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1814888 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            2008 kB
Writeback:           0 kB
AnonPages:       10968 kB
Mapped:          13032 kB
Slab:            44464 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181552 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= 62448 MiB
End job on node009 at 2010-06-14 23:47:15