Trace number 2662159

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.3 907.608

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
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 variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
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-2662159-1276540866.opb
0.22/0.22	c reading problem ... 
4.98/3.54	c ... done. Wall clock time 3.314s.
4.98/3.54	c #vars     15501
4.98/3.54	c #constraints  1086
4.98/3.54	c constraints type 
4.98/3.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
4.98/3.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
4.98/3.54	c constraints type 
4.98/3.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 627
4.98/3.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
1546.71/779.52	c cleaning 2500 clauses out of 5003 with flag 5004/5004
1800.16/907.55	c starts		: 25
1800.16/907.55	c conflicts		: 5691
1800.16/907.55	c decisions		: 62689
1800.16/907.55	c propagations		: 9253309
1800.16/907.55	c inspects		: 108188963
1800.16/907.55	c learnt literals	: 1
1800.16/907.55	c learnt binary clauses	: 0
1800.16/907.55	c learnt ternary clauses	: 0
1800.16/907.55	c learnt clauses	: 5690
1800.16/907.55	c ignored clauses	: 0
1800.16/907.55	c root simplifications	: 0
1800.16/907.55	c removed literals (reason simplification)	: 1695258
1800.16/907.55	c reason swapping (by a shorter reason)	: 0
1800.16/907.55	c Calls to reduceDB	: 1
1800.16/907.55	c number of reductions to clauses (during analyze)	: 0
1800.16/907.55	c number of learned constraints concerned by reduction	: 0
1800.16/907.55	c number of learning phase by resolution	: 0
1800.16/907.55	c number of learning phase by cutting planes	: 0
1800.16/907.55	c speed (assignments/second)	: 10235.814086744327
1800.16/907.55	c non guided choices	0
1800.16/907.55	c learnt constraints type 
1800.16/907.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 3190
1800.16/907.55	c constraints type 
1800.16/907.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
1800.16/907.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
1800.16/907.55	c constraints type 
1800.16/907.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 627
1800.16/907.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
1800.16/907.56	s UNKNOWN
1800.16/907.56	c Total wall clock time (in seconds): 907.335

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

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


[startup+0 s]
/proc/loadavg: 1.87 2.00 1.91 3/106 32165
/proc/meminfo: memFree=1687580/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1832 CPUtime=0
/proc/32165/stat : 32165 (java6) R 32163 32165 31991 0 -1 4194304 241 0 0 0 0 0 0 0 16 0 1 0 29687970 1875968 143 1992294400 134512640 134550932 4292784944 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32165/statm: 458 143 107 10 0 63 0

[startup+0.094362 s]
/proc/loadavg: 1.87 2.00 1.91 3/106 32165
/proc/meminfo: memFree=1687580/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1521796 CPUtime=0.07
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 3866 0 1 0 5 2 0 0 15 0 7 0 29687970 1558319104 3306 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 380449 3306 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101359 s]
/proc/loadavg: 1.87 2.00 1.91 3/106 32165
/proc/meminfo: memFree=1687580/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1524180 CPUtime=0.08
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 3957 0 1 0 6 2 0 0 15 0 12 0 29687970 1560760320 3395 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 381045 3395 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301379 s]
/proc/loadavg: 1.87 2.00 1.91 3/106 32165
/proc/meminfo: memFree=1687580/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1526228 CPUtime=0.35
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 5544 0 1 0 32 3 0 0 15 0 12 0 29687970 1562857472 4980 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 381557 4981 1358 10 0 378860 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526228

[startup+0.701421 s]
/proc/loadavg: 1.87 2.00 1.91 3/106 32165
/proc/meminfo: memFree=1687580/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1537448 CPUtime=1.13
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 9385 0 1 0 108 5 0 0 15 0 12 0 29687970 1574346752 8522 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 384362 8523 1378 10 0 381665 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1537448

[startup+1.50248 s]
/proc/loadavg: 1.87 2.00 1.91 5/118 32177
/proc/meminfo: memFree=1651340/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1539480 CPUtime=2.6
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 20424 0 1 0 251 9 0 0 15 0 12 0 29687970 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 384870 18104 1406 10 0 382173 0
[pid=32165/tid=32167] ppid=32163 vsize=1539480 CPUtime=1.47
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 31991 0 -1 4202560 13698 0 1 0 141 6 0 0 25 0 12 0 29687972 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4109775977 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 29687973 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32169] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29687973 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32170] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29687975 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 31991 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 29687975 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32172] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29687975 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32173] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 31991 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 29687980 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=1539480 CPUtime=0.04
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 31991 0 -1 4202560 37 0 0 0 4 0 0 0 22 0 12 0 29687980 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=1539480 CPUtime=1.07
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 31991 0 -1 4202560 5623 0 0 0 105 2 0 0 17 0 12 0 29687980 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29687980 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29687980 1576427520 18104 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1539480

[startup+3.10163 s]
/proc/loadavg: 1.87 2.00 1.91 2/118 32177
/proc/meminfo: memFree=1563796/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1539480 CPUtime=4.35
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 45503 0 1 0 417 18 0 0 15 0 12 0 29687970 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 384870 42735 1415 10 0 382173 0
[pid=32165/tid=32167] ppid=32163 vsize=1539480 CPUtime=2.9
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 31991 0 -1 4202560 32014 0 1 0 279 11 0 0 25 0 12 0 29687972 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4109763895 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=1539480 CPUtime=0.14
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 31991 0 -1 4202560 3163 0 0 0 13 1 0 0 16 0 12 0 29687973 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32169] ppid=32163 vsize=1539480 CPUtime=0.14
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 31991 0 -1 4202560 3600 0 0 0 12 2 0 0 18 0 12 0 29687973 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32170] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 31991 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 29687975 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 31991 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 29687975 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32172] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29687975 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32173] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 31991 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 29687980 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=1539480 CPUtime=0.05
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 31991 0 -1 4202560 37 0 0 0 5 0 0 0 16 0 12 0 29687980 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=1539480 CPUtime=1.07
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 31991 0 -1 4202560 5623 0 0 0 105 2 0 0 17 0 12 0 29687980 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29687980 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=1539480 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29687980 1576427520 42735 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 1539480

[startup+6.30194 s]
/proc/loadavg: 2.04 2.03 1.92 3/122 32181
/proc/meminfo: memFree=1480684/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1538728 CPUtime=10.51
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 57137 0 1 0 1028 23 0 0 15 0 16 0 29687970 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 384682 52672 1429 10 0 381985 0
[pid=32165/tid=32167] ppid=32163 vsize=1538728 CPUtime=3.2
/proc/32165/task/32167/stat : 32167 (java) S 32163 32165 31991 0 -1 4202560 32052 0 1 0 308 12 0 0 18 0 16 0 29687972 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=1538728 CPUtime=0.39
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 31991 0 -1 4202560 8491 0 0 0 36 3 0 0 16 0 16 0 29687973 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32169] ppid=32163 vsize=1538728 CPUtime=0.38
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 31991 0 -1 4202560 9223 0 0 0 34 4 0 0 18 0 16 0 29687973 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32170] ppid=32163 vsize=1538728 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 31991 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 29687975 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=1538728 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 31991 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 29687975 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32172] ppid=32163 vsize=1538728 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 29687975 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32173] ppid=32163 vsize=1538728 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 31991 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 29687980 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=1538728 CPUtime=0.57
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 31991 0 -1 4202560 304 0 0 0 57 0 0 0 15 0 16 0 29687980 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=1538728 CPUtime=1.88
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 31991 0 -1 4202560 5947 0 0 0 186 2 0 0 15 0 16 0 29687980 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=1538728 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29687980 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=1538728 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29687980 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32178] ppid=32163 vsize=1538728 CPUtime=2.17
/proc/32165/task/32178/stat : 32178 (java) R 32163 32165 31991 0 -1 4202560 24 0 0 0 217 0 0 0 25 0 16 0 29688324 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4110076864 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32165/tid=32179] ppid=32163 vsize=1538728 CPUtime=1.87
/proc/32165/task/32179/stat : 32179 (java) R 32163 32165 31991 0 -1 4202560 21 0 0 0 187 0 0 0 25 0 16 0 29688324 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4110049246 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32165/tid=32180] ppid=32163 vsize=1538728 CPUtime=0
/proc/32165/task/32180/stat : 32180 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29688330 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32181] ppid=32163 vsize=1538728 CPUtime=0
/proc/32165/task/32181/stat : 32181 (java) S 32163 32165 31991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29688331 1575657472 52672 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.51
Current children cumulated vsize (KiB) 1538728

[startup+12.7015 s]
/proc/loadavg: 2.04 2.03 1.92 3/122 32181
/proc/meminfo: memFree=1483040/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1536136 CPUtime=23.23
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 57174 0 1 0 2299 24 0 0 15 0 16 0 29687970 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 384034 52057 1429 10 0 381337 0
[pid=32165/tid=32167] ppid=32163 vsize=1536136 CPUtime=3.2
/proc/32165/task/32167/stat : 32167 (java) S 32163 32165 31991 0 -1 4202560 32052 0 1 0 308 12 0 0 18 0 16 0 29687972 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=1536136 CPUtime=0.39
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 31991 0 -1 4202560 8491 0 0 0 36 3 0 0 16 0 16 0 29687973 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32169] ppid=32163 vsize=1536136 CPUtime=0.38
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 31991 0 -1 4202560 9223 0 0 0 34 4 0 0 18 0 16 0 29687973 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32170] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 31991 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 29687975 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 31991 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 29687975 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32172] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 29687975 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32173] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 31991 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 29687980 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=1536136 CPUtime=0.59
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 31991 0 -1 4202560 306 0 0 0 59 0 0 0 15 0 16 0 29687980 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=1536136 CPUtime=2.3
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 31991 0 -1 4202560 5977 0 0 0 228 2 0 0 15 0 16 0 29687980 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29687980 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29687980 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32178] ppid=32163 vsize=1536136 CPUtime=8.54
/proc/32165/task/32178/stat : 32178 (java) R 32163 32165 31991 0 -1 4202560 29 0 0 0 854 0 0 0 25 0 16 0 29688324 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4110049178 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32165/tid=32179] ppid=32163 vsize=1536136 CPUtime=7.76
/proc/32165/task/32179/stat : 32179 (java) R 32163 32165 31991 0 -1 4202560 21 0 0 0 776 0 0 0 25 0 16 0 29688324 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4110296536 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32165/tid=32180] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32180/stat : 32180 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29688330 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32181] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32181/stat : 32181 (java) S 32163 32165 31991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29688331 1573003264 52057 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.23
Current children cumulated vsize (KiB) 1536136

[startup+25.5017 s]
/proc/loadavg: 2.03 2.03 1.92 3/122 32183
/proc/meminfo: memFree=1478824/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1536136 CPUtime=48.69
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 59432 0 1 0 4844 25 0 0 15 0 16 0 29687970 1573003264 54097 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/32165/task/32180/stat : 32180 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29688330 1573003264 94635 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32181] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32181/stat : 32181 (java) S 32163 32165 31991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29688331 1573003264 94635 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1512.66
Current children cumulated vsize (KiB) 1536136

[startup+822.303 s]
/proc/loadavg: 2.00 2.04 1.98 3/122 32203
/proc/meminfo: memFree=1308944/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1536136 CPUtime=1630.95
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 104578 0 1 0 163012 83 0 0 15 0 16 0 29687970 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 384034 95265 1442 10 0 381337 0
[pid=32165/tid=32167] ppid=32163 vsize=1536136 CPUtime=3.2
/proc/32165/task/32167/stat : 32167 (java) S 32163 32165 31991 0 -1 4202560 32053 0 1 0 308 12 0 0 15 0 16 0 29687972 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=1536136 CPUtime=4.21
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 31991 0 -1 4202560 30918 0 0 0 404 17 0 0 16 0 16 0 29687973 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32169] ppid=32163 vsize=1536136 CPUtime=4.22
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 31991 0 -1 4202560 33458 0 0 0 403 19 0 0 16 0 16 0 29687973 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32170] ppid=32163 vsize=1536136 CPUtime=0.91
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 31991 0 -1 4202560 377 0 0 0 89 2 0 0 15 0 16 0 29687975 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 31991 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 29687975 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32172] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29687975 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32173] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 31991 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 29687980 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=1536136 CPUtime=0.63
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 31991 0 -1 4202560 307 0 0 0 63 0 0 0 15 0 16 0 29687980 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=1536136 CPUtime=3.28
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 31991 0 -1 4202560 6023 0 0 0 326 2 0 0 16 0 16 0 29687980 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29687980 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 31991 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 29687980 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32178] ppid=32163 vsize=1536136 CPUtime=809.73
/proc/32165/task/32178/stat : 32178 (java) R 32163 32165 31991 0 -1 4202560 199 0 0 0 80968 5 0 0 25 0 16 0 29688324 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4109715765 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32165/tid=32179] ppid=32163 vsize=1536136 CPUtime=804.69
/proc/32165/task/32179/stat : 32179 (java) R 32163 32165 31991 0 -1 4202560 123 0 0 0 80448 21 0 0 25 0 16 0 29688324 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4110296536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32165/tid=32180] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32180/stat : 32180 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29688330 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32181] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32181/stat : 32181 (java) S 32163 32165 31991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29688331 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1630.95
Current children cumulated vsize (KiB) 1536136

[startup+882.302 s]
/proc/loadavg: 2.00 2.03 1.98 3/122 32205
/proc/meminfo: memFree=1308944/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1536136 CPUtime=1750.06
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 104605 0 1 0 174920 86 0 0 15 0 16 0 29687970 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 384034 95265 1442 10 0 381337 0
[pid=32165/tid=32167] ppid=32163 vsize=1536136 CPUtime=3.2
/proc/32165/task/32167/stat : 32167 (java) S 32163 32165 31991 0 -1 4202560 32054 0 1 0 308 12 0 0 15 0 16 0 29687972 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=1536136 CPUtime=4.5
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 31991 0 -1 4202560 30918 0 0 0 432 18 0 0 15 0 16 0 29687973 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32169] ppid=32163 vsize=1536136 CPUtime=4.5
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 31991 0 -1 4202560 33458 0 0 0 431 19 0 0 16 0 16 0 29687973 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32170] ppid=32163 vsize=1536136 CPUtime=0.92
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 31991 0 -1 4202560 379 0 0 0 90 2 0 0 15 0 16 0 29687975 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 31991 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 29687975 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32172] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29687975 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32173] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 31991 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 29687980 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=1536136 CPUtime=0.64
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 31991 0 -1 4202560 307 0 0 0 64 0 0 0 15 0 16 0 29687980 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=1536136 CPUtime=3.28
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 31991 0 -1 4202560 6023 0 0 0 326 2 0 0 16 0 16 0 29687980 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29687980 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 31991 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 29687980 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32178] ppid=32163 vsize=1536136 CPUtime=869.02
/proc/32165/task/32178/stat : 32178 (java) R 32163 32165 31991 0 -1 4202560 211 0 0 0 86895 7 0 0 25 0 16 0 29688324 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4109716072 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32165/tid=32179] ppid=32163 vsize=1536136 CPUtime=863.92
/proc/32165/task/32179/stat : 32179 (java) R 32163 32165 31991 0 -1 4202560 131 0 0 0 86370 22 0 0 25 0 16 0 29688324 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4110296436 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32165/tid=32180] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32180/stat : 32180 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29688330 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32181] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32181/stat : 32181 (java) S 32163 32165 31991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29688331 1573003264 95265 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1750.06
Current children cumulated vsize (KiB) 1536136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.51 s]
/proc/loadavg: 2.00 2.03 1.98 3/122 32205
/proc/meminfo: memFree=1308448/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1536136 CPUtime=1800.16
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 104788 0 1 0 179929 87 0 0 15 0 16 0 29687970 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 384034 95424 1442 10 0 381337 0
[pid=32165/tid=32167] ppid=32163 vsize=1536136 CPUtime=3.2
/proc/32165/task/32167/stat : 32167 (java) S 32163 32165 31991 0 -1 4202560 32054 0 1 0 308 12 0 0 15 0 16 0 29687972 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=1536136 CPUtime=4.61
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 31991 0 -1 4202560 31038 0 0 0 443 18 0 0 16 0 16 0 29687973 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32169] ppid=32163 vsize=1536136 CPUtime=4.6
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 31991 0 -1 4202560 33515 0 0 0 441 19 0 0 15 0 16 0 29687973 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32170] ppid=32163 vsize=1536136 CPUtime=0.92
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 31991 0 -1 4202560 381 0 0 0 90 2 0 0 15 0 16 0 29687975 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 31991 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 29687975 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32172] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29687975 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32173] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 31991 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 29687980 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=1536136 CPUtime=0.64
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 31991 0 -1 4202560 307 0 0 0 64 0 0 0 15 0 16 0 29687980 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=1536136 CPUtime=3.28
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 31991 0 -1 4202560 6023 0 0 0 326 2 0 0 16 0 16 0 29687980 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29687980 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 31991 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 29687980 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32178] ppid=32163 vsize=1536136 CPUtime=894.12
/proc/32165/task/32178/stat : 32178 (java) R 32163 32165 31991 0 -1 4202560 215 0 0 0 89404 8 0 0 25 0 16 0 29688324 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4110049527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32165/tid=32179] ppid=32163 vsize=1536136 CPUtime=888.71
/proc/32165/task/32179/stat : 32179 (java) R 32163 32165 31991 0 -1 4202560 131 0 0 0 88849 22 0 0 25 0 16 0 29688324 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4110296548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32165/tid=32180] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32180/stat : 32180 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29688330 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32181] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32181/stat : 32181 (java) S 32163 32165 31991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29688331 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1536136

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

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

[startup+907.51 s]
/proc/loadavg: 2.00 2.03 1.98 3/122 32205
/proc/meminfo: memFree=1308448/2059040 swapFree=4135896/4192956
[pid=32165] ppid=32163 vsize=1536136 CPUtime=1800.16
/proc/32165/stat : 32165 (java) S 32163 32165 31991 0 -1 4202496 104788 0 1 0 179929 87 0 0 15 0 16 0 29687970 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32165/statm: 384034 95424 1442 10 0 381337 0
[pid=32165/tid=32167] ppid=32163 vsize=1536136 CPUtime=3.2
/proc/32165/task/32167/stat : 32167 (java) S 32163 32165 31991 0 -1 4202560 32054 0 1 0 308 12 0 0 15 0 16 0 29687972 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=1536136 CPUtime=4.61
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 31991 0 -1 4202560 31038 0 0 0 443 18 0 0 16 0 16 0 29687973 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32169] ppid=32163 vsize=1536136 CPUtime=4.6
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 31991 0 -1 4202560 33515 0 0 0 441 19 0 0 15 0 16 0 29687973 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32170] ppid=32163 vsize=1536136 CPUtime=0.92
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 31991 0 -1 4202560 381 0 0 0 90 2 0 0 15 0 16 0 29687975 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 31991 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 29687975 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32172] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29687975 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32173] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 31991 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 29687980 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=1536136 CPUtime=0.64
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 31991 0 -1 4202560 307 0 0 0 64 0 0 0 15 0 16 0 29687980 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=1536136 CPUtime=3.28
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 31991 0 -1 4202560 6023 0 0 0 326 2 0 0 16 0 16 0 29687980 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 31991 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29687980 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 31991 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 29687980 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32178] ppid=32163 vsize=1536136 CPUtime=894.12
/proc/32165/task/32178/stat : 32178 (java) R 32163 32165 31991 0 -1 4202560 215 0 0 0 89404 8 0 0 25 0 16 0 29688324 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4110049527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32165/tid=32179] ppid=32163 vsize=1536136 CPUtime=888.71
/proc/32165/task/32179/stat : 32179 (java) R 32163 32165 31991 0 -1 4202560 131 0 0 0 88849 22 0 0 25 0 16 0 29688324 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4110296548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32165/tid=32180] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32180/stat : 32180 (java) S 32163 32165 31991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29688330 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 1 0 0 0
[pid=32165/tid=32181] ppid=32163 vsize=1536136 CPUtime=0
/proc/32165/task/32181/stat : 32181 (java) S 32163 32165 31991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29688331 1573003264 95424 1992294400 134512640 134550932 4290209648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820239936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1536136

Child status: 143
Real time (s): 907.608
CPU time (s): 1800.3
CPU user time (s): 1799.38
CPU system time (s): 0.91786
CPU usage (%): 198.357
Max. virtual memory (cumulated for all children) (KiB): 1541552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.91786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104890
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= 23063
involuntary context switches= 51009

runsolver used 4.17836 second user time and 6.98594 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-14 20:41:06
IDJOB=2662159
IDBENCH=2366
IDSOLVER=1166
FILE ID=node015/2662159-1276540866
PBS_JOBID= 11173472
Free space on /tmp= 62580 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/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662159-1276540866/watcher-2662159-1276540866 -o /tmp/evaluation-result-2662159-1276540866/solver-2662159-1276540866 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662159-1276540866.opb

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

MD5SUM BENCH= cbbc019f11b539634b02edfceafed9db
RANDOM SEED=1413052176

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1687852 kB
Buffers:        151316 kB
Cached:         138952 kB
SwapCached:      11028 kB
Active:          80552 kB
Inactive:       223920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1687852 kB
SwapTotal:     4192956 kB
SwapFree:      4135896 kB
Dirty:            2760 kB
Writeback:           0 kB
AnonPages:       12336 kB
Mapped:           9240 kB
Slab:            44692 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180596 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= 62580 MiB
End job on node015 at 2010-06-14 20:56:16