Trace number 2659065

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 97.6002 94.6699

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
MD5SUMcc698dad3442148ac316666fbe5b4b9e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark44.1483
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables49621
Total number of constraints138346
Number of constraints which are clauses127390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10956
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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.v20100526
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.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659065-1276333757.opb
0.22/0.21	c reading problem ... 
4.48/3.50	c ... done. Wall clock time 3.284s.
4.48/3.50	c #vars     49621
4.48/3.50	c #constraints  138346
4.48/3.50	c constraints type 
4.48/3.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41847
4.48/3.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85542
4.48/3.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10956
14.44/12.30	c cleaning 2484 clauses out of 4992 with flag 5000/5000
26.01/23.74	c cleaning 4252 clauses out of 8510 with flag 11002/11002
36.52/34.12	c cleaning 5605 clauses out of 11254 with flag 18000/18000
48.03/45.53	c cleaning 6814 clauses out of 13647 with flag 26000/26000
62.42/59.79	c cleaning 7909 clauses out of 15831 with flag 35000/35000
73.33/70.52	c cleaning 8956 clauses out of 17922 with flag 45001/45001
91.70/88.87	c cleaning 9975 clauses out of 19964 with flag 56000/56000
97.45/94.61	c starts		: 76
97.45/94.61	c conflicts		: 60551
97.45/94.61	c decisions		: 158518
97.45/94.61	c propagations		: 54365636
97.45/94.61	c inspects		: 180929205
97.45/94.61	c learnt literals	: 21
97.45/94.61	c learnt binary clauses	: 142
97.45/94.61	c learnt ternary clauses	: 223
97.45/94.61	c learnt clauses	: 60529
97.45/94.61	c ignored clauses	: 0
97.45/94.61	c root simplifications	: 0
97.45/94.61	c removed literals (reason simplification)	: 318576
97.45/94.61	c reason swapping (by a shorter reason)	: 0
97.45/94.61	c Calls to reduceDB	: 7
97.45/94.61	c number of reductions to clauses (during analyze)	: 0
97.45/94.61	c number of learned constraints concerned by reduction	: 0
97.45/94.61	c number of learning phase by resolution	: 0
97.45/94.61	c number of learning phase by cutting planes	: 0
97.45/94.61	c speed (assignments/second)	: 596781.8832466135
97.45/94.61	c non guided choices	12293
97.57/94.61	c learnt constraints type 
97.57/94.61	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14392
97.57/94.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 142
97.57/94.61	c constraints type 
97.57/94.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41847
97.57/94.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85542
97.57/94.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10956
97.57/94.61	s UNSATISFIABLE
97.57/94.61	c Total wall clock time (in seconds): 94.397

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10105
/proc/meminfo: memFree=1764544/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=392 CPUtime=0
/proc/10105/stat : 10105 (java6) R 10103 10105 9368 0 -1 4194304 120 0 0 0 0 0 0 0 19 0 1 0 7032101 401408 40 1992294400 134512640 134550932 4291911104 18446744073709551615 1954334 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10105/statm: 107 42 33 10 0 25 0

[startup+0.0512431 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10105
/proc/meminfo: memFree=1764544/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1521016 CPUtime=0.03
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 3479 0 1 0 2 1 0 0 15 0 5 0 7032101 1557520384 2923 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 380254 2923 984 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.100243 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10105
/proc/meminfo: memFree=1764544/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1524024 CPUtime=0.08
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 3930 0 1 0 6 2 0 0 15 0 12 0 7032101 1560600576 3370 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 381006 3370 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300241 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10105
/proc/meminfo: memFree=1764544/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1526388 CPUtime=0.33
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 5623 0 1 0 31 2 0 0 15 0 12 0 7032101 1563021312 5061 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 381597 5061 1361 10 0 378899 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526388

[startup+0.700237 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10105
/proc/meminfo: memFree=1764544/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1527136 CPUtime=1.02
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 7266 0 1 0 99 3 0 0 15 0 12 0 7032101 1563787264 6686 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 381784 6686 1400 10 0 379086 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1527136

[startup+1.50123 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 10117
/proc/meminfo: memFree=1725016/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1530208 CPUtime=2.04
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 24205 0 1 0 195 9 0 0 15 0 12 0 7032101 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 382552 23457 1404 10 0 379854 0
[pid=10105/tid=10107] ppid=10103 vsize=1530208 CPUtime=1.37
/proc/10105/task/10107/stat : 10107 (java) R 10103 10105 9368 0 -1 4202560 21509 0 1 0 129 8 0 0 18 0 12 0 7032102 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4108820760 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10105/tid=10108] ppid=10103 vsize=1530208 CPUtime=0
/proc/10105/task/10108/stat : 10108 (java) S 10103 10105 9368 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 7032104 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10109] ppid=10103 vsize=1530208 CPUtime=0
/proc/10105/task/10109/stat : 10109 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 7032104 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10110] ppid=10103 vsize=1530208 CPUtime=0
/proc/10105/task/10110/stat : 10110 (java) S 10103 10105 9368 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7032106 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10111] ppid=10103 vsize=1530208 CPUtime=0
/proc/10105/task/10111/stat : 10111 (java) S 10103 10105 9368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 7032106 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10112] ppid=10103 vsize=1530208 CPUtime=0
/proc/10105/task/10112/stat : 10112 (java) S 10103 10105 9368 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 7032106 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10113] ppid=10103 vsize=1530208 CPUtime=0
/proc/10105/task/10113/stat : 10113 (java) S 10103 10105 9368 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7032110 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10114] ppid=10103 vsize=1530208 CPUtime=0.32
/proc/10105/task/10114/stat : 10114 (java) S 10103 10105 9368 0 -1 4202560 504 0 0 0 32 0 0 0 18 0 12 0 7032110 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10115] ppid=10103 vsize=1530208 CPUtime=0.33
/proc/10105/task/10115/stat : 10115 (java) S 10103 10105 9368 0 -1 4202560 1131 0 0 0 33 0 0 0 16 0 12 0 7032110 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10116] ppid=10103 vsize=1530208 CPUtime=0
/proc/10105/task/10116/stat : 10116 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 7032110 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=1530208 CPUtime=0
/proc/10105/task/10117/stat : 10117 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7032110 1566932992 23457 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1530208

[startup+3.10021 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 10117
/proc/meminfo: memFree=1624452/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1531904 CPUtime=3.99
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 38792 0 1 0 383 16 0 0 15 0 12 0 7032101 1568669696 37944 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 382976 37947 1426 10 0 380278 0
[pid=10105/tid=10107] ppid=10103 vsize=1531904 CPUtime=2.74
/proc/10105/task/10107/stat : 10107 (java) S 10103 10105 9368 0 -1 4202560 32020 0 1 0 261 13 0 0 20 0 12 0 7032102 1568669696 37948 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10108] ppid=10103 vsize=1531904 CPUtime=0.06
/proc/10105/task/10108/stat : 10108 (java) R 10103 10105 9368 0 -1 4202560 1876 0 0 0 6 0 0 0 15 0 12 0 7032104 1568669696 37950 1992294400 134512640 134550932 4291431280 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10105/tid=10109] ppid=10103 vsize=1531904 CPUtime=0.06
/proc/10105/task/10109/stat : 10109 (java) R 10103 10105 9368 0 -1 4202560 1651 0 0 0 6 0 0 0 18 0 12 0 7032104 1568669696 37951 1992294400 134512640 134550932 4291431280 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10105/tid=10110] ppid=10103 vsize=1531904 CPUtime=0
/proc/10105/task/10110/stat : 10110 (java) S 10103 10105 9368 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 7032106 1568669696 37953 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10111] ppid=10103 vsize=1531904 CPUtime=0
/proc/10105/task/10111/stat : 10111 (java) S 10103 10105 9368 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 7032106 1568669696 37954 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10112] ppid=10103 vsize=1531904 CPUtime=0
/proc/10105/task/10112/stat : 10112 (java) S 10103 10105 9368 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 7032106 1568669696 37956 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10113] ppid=10103 vsize=1531904 CPUtime=0
/proc/10105/task/10113/stat : 10113 (java) S 10103 10105 9368 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7032110 1568669696 37957 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10114] ppid=10103 vsize=1531904 CPUtime=0.57
/proc/10105/task/10114/stat : 10114 (java) S 10103 10105 9368 0 -1 4202560 1000 0 0 0 57 0 0 0 18 0 12 0 7032110 1568669696 37959 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10115] ppid=10103 vsize=1531904 CPUtime=0.51
/proc/10105/task/10115/stat : 10115 (java) S 10103 10105 9368 0 -1 4202560 1182 0 0 0 51 0 0 0 16 0 12 0 7032110 1568669696 37960 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10116] ppid=10103 vsize=1531904 CPUtime=0
/proc/10105/task/10116/stat : 10116 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 7032110 1568669696 37962 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=1531904 CPUtime=0
/proc/10105/task/10117/stat : 10117 (java) R 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7032110 1568669696 37963 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1531904

[startup+6.30118 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 10118
/proc/meminfo: memFree=1583648/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1531652 CPUtime=8.09
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 47395 0 1 0 789 20 0 0 15 0 13 0 7032101 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 382913 46295 1439 10 0 380215 0
[pid=10105/tid=10107] ppid=10103 vsize=1531652 CPUtime=5.47
/proc/10105/task/10107/stat : 10107 (java) R 10103 10105 9368 0 -1 4202560 32051 0 1 0 533 14 0 0 25 0 13 0 7032102 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4109248319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10105/tid=10108] ppid=10103 vsize=1531652 CPUtime=0.33
/proc/10105/task/10108/stat : 10108 (java) S 10103 10105 9368 0 -1 4202560 6078 0 0 0 32 1 0 0 16 0 13 0 7032104 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10109] ppid=10103 vsize=1531652 CPUtime=0.33
/proc/10105/task/10109/stat : 10109 (java) S 10103 10105 9368 0 -1 4202560 5867 0 0 0 31 2 0 0 16 0 13 0 7032104 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10110] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10110/stat : 10110 (java) S 10103 10105 9368 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 7032106 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10111] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10111/stat : 10111 (java) S 10103 10105 9368 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7032106 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10112] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10112/stat : 10112 (java) S 10103 10105 9368 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7032106 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10113] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10113/stat : 10113 (java) S 10103 10105 9368 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7032110 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10114] ppid=10103 vsize=1531652 CPUtime=0.79
/proc/10105/task/10114/stat : 10114 (java) S 10103 10105 9368 0 -1 4202560 1017 0 0 0 79 0 0 0 15 0 13 0 7032110 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10115] ppid=10103 vsize=1531652 CPUtime=1.12
/proc/10105/task/10115/stat : 10115 (java) S 10103 10105 9368 0 -1 4202560 1306 0 0 0 112 0 0 0 15 0 13 0 7032110 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10116] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10116/stat : 10116 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7032110 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10117/stat : 10117 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7032110 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10118/stat : 10118 (java) S 10103 10105 9368 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 7032460 1568411648 46295 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 1531652

[startup+12.7021 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 10118
/proc/meminfo: memFree=1564428/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1531652 CPUtime=14.85
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 53060 0 1 0 1462 23 0 0 15 0 13 0 7032101 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 382913 51363 1444 10 0 380215 0
[pid=10105/tid=10107] ppid=10103 vsize=1531652 CPUtime=11.32
/proc/10105/task/10107/stat : 10107 (java) R 10103 10105 9368 0 -1 4202560 32059 0 1 0 1118 14 0 0 24 0 13 0 7032102 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4108790695 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10105/tid=10108] ppid=10103 vsize=1531652 CPUtime=0.65
/proc/10105/task/10108/stat : 10108 (java) S 10103 10105 9368 0 -1 4202560 8951 0 0 0 62 3 0 0 16 0 13 0 7032104 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10109] ppid=10103 vsize=1531652 CPUtime=0.66
/proc/10105/task/10109/stat : 10109 (java) S 10103 10105 9368 0 -1 4202560 8532 0 0 0 62 4 0 0 15 0 13 0 7032104 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10110] ppid=10103 vsize=1531652 CPUtime=0.19
/proc/10105/task/10110/stat : 10110 (java) S 10103 10105 9368 0 -1 4202560 126 0 0 0 19 0 0 0 16 0 13 0 7032106 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10111] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10111/stat : 10111 (java) S 10103 10105 9368 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7032106 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10112] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10112/stat : 10112 (java) S 10103 10105 9368 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7032106 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10113] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10113/stat : 10113 (java) S 10103 10105 9368 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7032110 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10114] ppid=10103 vsize=1531652 CPUtime=0.8
/proc/10105/task/10114/stat : 10114 (java) S 10103 10105 9368 0 -1 4202560 1020 0 0 0 80 0 0 0 15 0 13 0 7032110 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10115] ppid=10103 vsize=1531652 CPUtime=1.18
/proc/10105/task/10115/stat : 10115 (java) S 10103 10105 9368 0 -1 4202560 1306 0 0 0 118 0 0 0 15 0 13 0 7032110 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10116] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10116/stat : 10116 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7032110 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10117/stat : 10117 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7032110 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10118/stat : 10118 (java) S 10103 10105 9368 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 7032460 1568411648 51363 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 1531652

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10118
/proc/meminfo: memFree=1561824/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1531652 CPUtime=27.83
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 53534 0 1 0 2759 24 0 0 15 0 13 0 7032101 1568411648 51815 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 382913 51815 1444 10 0 380215 0
[pid=10105/tid=10107] ppid=10103 vsize=1531652 CPUtime=23.76
/proc/10105/task/10107/stat : 10107 (java) R 10103 10105 9368 0 -1 4202560 32072 0 1 0 2362 14 0 0 25 0 13 0 7032102 1568411648 51815 1992294400 134512640 134550932 4291431280 18446744073709551615 4109283228 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10105/tid=10108] ppid=10103 vsize=1531652 CPUtime=0.8
/proc/10105/task/10108/stat : 10108 (java) S 10103 10105 9368 0 -1 4202560 9150 0 0 0 77 3 0 0 16 0 13 0 7032104 1568411648 51815 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10109] ppid=10103 vsize=1531652 CPUtime=0.81
/proc/10105/task/10109/stat : 10109 (java) S 10103 10105 9368 0 -1 4202560 8762 0 0 0 77 4 0 0 15 0 13 0 7032104 1568411648 51815 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10110] ppid=10103 vsize=1531652 CPUtime=0.38
/proc/10105/task/10110/stat : 10110 (java) S 10103 10105 9368 0 -1 4202560 158 0 0 0 38 0 0 0 15 0 13 0 7032106 1568411648 51815 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10111] ppid=10103 vsize=1531652 CPUtime=0
/proc/10105/task/10111/stat : 10111 (java) S 10103 10105 9368 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7032106 1568411648 51815 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10112] ppid=10103 vsize=1531652 CPUtime=0

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

/proc/10105/task/10117/stat : 10117 (java) S 10103 10105 9368 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7032110 1568915456 52945 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10118/stat : 10118 (java) S 10103 10105 9368 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 7032460 1568915456 52945 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 92.41
Current children cumulated vsize (KiB) 1532144

[startup+92.7013 s]
/proc/loadavg: 1.25 1.06 1.02 2/119 10120
/proc/meminfo: memFree=1556244/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1532144 CPUtime=95.63
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 58444 0 1 0 9533 30 0 0 15 0 13 0 7032101 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 383036 52986 1444 10 0 380338 0
[pid=10105/tid=10107] ppid=10103 vsize=1532144 CPUtime=89.25
/proc/10105/task/10107/stat : 10107 (java) R 10103 10105 9368 0 -1 4202560 32122 0 1 0 8909 16 0 0 25 0 13 0 7032102 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4109190062 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10105/tid=10108] ppid=10103 vsize=1532144 CPUtime=1.4
/proc/10105/task/10108/stat : 10108 (java) S 10103 10105 9368 0 -1 4202560 9576 0 0 0 136 4 0 0 15 0 13 0 7032104 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10109] ppid=10103 vsize=1532144 CPUtime=1.39
/proc/10105/task/10109/stat : 10109 (java) S 10103 10105 9368 0 -1 4202560 9289 0 0 0 134 5 0 0 16 0 13 0 7032104 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10110] ppid=10103 vsize=1532144 CPUtime=1.39
/proc/10105/task/10110/stat : 10110 (java) S 10103 10105 9368 0 -1 4202560 4021 0 0 0 138 1 0 0 15 0 13 0 7032106 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10111] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10111/stat : 10111 (java) S 10103 10105 9368 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7032106 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10112] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10112/stat : 10112 (java) S 10103 10105 9368 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7032106 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10113] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10113/stat : 10113 (java) S 10103 10105 9368 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7032110 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10114] ppid=10103 vsize=1532144 CPUtime=0.93
/proc/10105/task/10114/stat : 10114 (java) S 10103 10105 9368 0 -1 4202560 1058 0 0 0 93 0 0 0 16 0 13 0 7032110 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10115] ppid=10103 vsize=1532144 CPUtime=1.2
/proc/10105/task/10115/stat : 10115 (java) S 10103 10105 9368 0 -1 4202560 1306 0 0 0 120 0 0 0 16 0 13 0 7032110 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10116] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10116/stat : 10116 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7032110 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10117/stat : 10117 (java) S 10103 10105 9368 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7032110 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10118/stat : 10118 (java) S 10103 10105 9368 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 7032460 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.63
Current children cumulated vsize (KiB) 1532144

[startup+93.5093 s]
/proc/loadavg: 1.23 1.06 1.02 2/119 10120
/proc/meminfo: memFree=1556244/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1532144 CPUtime=96.44
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 58444 0 1 0 9614 30 0 0 15 0 13 0 7032101 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 383036 52986 1444 10 0 380338 0
[pid=10105/tid=10107] ppid=10103 vsize=1532144 CPUtime=90.06
/proc/10105/task/10107/stat : 10107 (java) R 10103 10105 9368 0 -1 4202560 32122 0 1 0 8990 16 0 0 25 0 13 0 7032102 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4109294095 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10105/tid=10108] ppid=10103 vsize=1532144 CPUtime=1.4
/proc/10105/task/10108/stat : 10108 (java) S 10103 10105 9368 0 -1 4202560 9576 0 0 0 136 4 0 0 15 0 13 0 7032104 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10109] ppid=10103 vsize=1532144 CPUtime=1.39
/proc/10105/task/10109/stat : 10109 (java) S 10103 10105 9368 0 -1 4202560 9289 0 0 0 134 5 0 0 16 0 13 0 7032104 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10110] ppid=10103 vsize=1532144 CPUtime=1.39
/proc/10105/task/10110/stat : 10110 (java) S 10103 10105 9368 0 -1 4202560 4021 0 0 0 138 1 0 0 15 0 13 0 7032106 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10111] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10111/stat : 10111 (java) S 10103 10105 9368 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7032106 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10112] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10112/stat : 10112 (java) S 10103 10105 9368 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7032106 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10113] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10113/stat : 10113 (java) S 10103 10105 9368 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7032110 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10114] ppid=10103 vsize=1532144 CPUtime=0.93
/proc/10105/task/10114/stat : 10114 (java) S 10103 10105 9368 0 -1 4202560 1058 0 0 0 93 0 0 0 16 0 13 0 7032110 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10115] ppid=10103 vsize=1532144 CPUtime=1.2
/proc/10105/task/10115/stat : 10115 (java) S 10103 10105 9368 0 -1 4202560 1306 0 0 0 120 0 0 0 16 0 13 0 7032110 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10116] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10116/stat : 10116 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7032110 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10117/stat : 10117 (java) S 10103 10105 9368 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7032110 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10118/stat : 10118 (java) S 10103 10105 9368 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 7032460 1568915456 52986 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 96.44
Current children cumulated vsize (KiB) 1532144

[startup+94.3003 s]
/proc/loadavg: 1.23 1.06 1.02 2/119 10120
/proc/meminfo: memFree=1556244/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1532144 CPUtime=97.25
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 58486 0 1 0 9694 31 0 0 15 0 13 0 7032101 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 383036 53025 1444 10 0 380338 0
[pid=10105/tid=10107] ppid=10103 vsize=1532144 CPUtime=90.84
/proc/10105/task/10107/stat : 10107 (java) R 10103 10105 9368 0 -1 4202560 32123 0 1 0 9068 16 0 0 25 0 13 0 7032102 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4109243595 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10105/tid=10108] ppid=10103 vsize=1532144 CPUtime=1.41
/proc/10105/task/10108/stat : 10108 (java) S 10103 10105 9368 0 -1 4202560 9592 0 0 0 137 4 0 0 16 0 13 0 7032104 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10109] ppid=10103 vsize=1532144 CPUtime=1.41
/proc/10105/task/10109/stat : 10109 (java) S 10103 10105 9368 0 -1 4202560 9314 0 0 0 136 5 0 0 15 0 13 0 7032104 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10110] ppid=10103 vsize=1532144 CPUtime=1.39
/proc/10105/task/10110/stat : 10110 (java) S 10103 10105 9368 0 -1 4202560 4021 0 0 0 138 1 0 0 16 0 13 0 7032106 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10111] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10111/stat : 10111 (java) S 10103 10105 9368 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7032106 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10112] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10112/stat : 10112 (java) S 10103 10105 9368 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7032106 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10113] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10113/stat : 10113 (java) S 10103 10105 9368 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7032110 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10114] ppid=10103 vsize=1532144 CPUtime=0.93
/proc/10105/task/10114/stat : 10114 (java) S 10103 10105 9368 0 -1 4202560 1058 0 0 0 93 0 0 0 16 0 13 0 7032110 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10115] ppid=10103 vsize=1532144 CPUtime=1.2
/proc/10105/task/10115/stat : 10115 (java) S 10103 10105 9368 0 -1 4202560 1306 0 0 0 120 0 0 0 16 0 13 0 7032110 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10116] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10116/stat : 10116 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7032110 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10117/stat : 10117 (java) S 10103 10105 9368 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7032110 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10118/stat : 10118 (java) S 10103 10105 9368 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 7032460 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.25
Current children cumulated vsize (KiB) 1532144

[startup+94.5003 s]
/proc/loadavg: 1.23 1.06 1.02 2/119 10120
/proc/meminfo: memFree=1556244/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1532144 CPUtime=97.45
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 58486 0 1 0 9714 31 0 0 15 0 13 0 7032101 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 383036 53025 1444 10 0 380338 0
[pid=10105/tid=10107] ppid=10103 vsize=1532144 CPUtime=91.05
/proc/10105/task/10107/stat : 10107 (java) R 10103 10105 9368 0 -1 4202560 32123 0 1 0 9089 16 0 0 25 0 13 0 7032102 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4109104253 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10105/tid=10108] ppid=10103 vsize=1532144 CPUtime=1.41
/proc/10105/task/10108/stat : 10108 (java) S 10103 10105 9368 0 -1 4202560 9592 0 0 0 137 4 0 0 16 0 13 0 7032104 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10109] ppid=10103 vsize=1532144 CPUtime=1.41
/proc/10105/task/10109/stat : 10109 (java) S 10103 10105 9368 0 -1 4202560 9314 0 0 0 136 5 0 0 15 0 13 0 7032104 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10110] ppid=10103 vsize=1532144 CPUtime=1.39
/proc/10105/task/10110/stat : 10110 (java) S 10103 10105 9368 0 -1 4202560 4021 0 0 0 138 1 0 0 16 0 13 0 7032106 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10111] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10111/stat : 10111 (java) S 10103 10105 9368 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7032106 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10112] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10112/stat : 10112 (java) S 10103 10105 9368 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7032106 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10113] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10113/stat : 10113 (java) S 10103 10105 9368 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7032110 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10114] ppid=10103 vsize=1532144 CPUtime=0.93
/proc/10105/task/10114/stat : 10114 (java) S 10103 10105 9368 0 -1 4202560 1058 0 0 0 93 0 0 0 16 0 13 0 7032110 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10115] ppid=10103 vsize=1532144 CPUtime=1.2
/proc/10105/task/10115/stat : 10115 (java) S 10103 10105 9368 0 -1 4202560 1306 0 0 0 120 0 0 0 16 0 13 0 7032110 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10116] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10116/stat : 10116 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7032110 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10117/stat : 10117 (java) S 10103 10105 9368 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7032110 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=1532144 CPUtime=0
/proc/10105/task/10118/stat : 10118 (java) S 10103 10105 9368 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 7032460 1568915456 53025 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.45
Current children cumulated vsize (KiB) 1532144

[startup+94.6103 s]
/proc/loadavg: 1.23 1.06 1.02 2/119 10120
/proc/meminfo: memFree=1556244/2059040 swapFree=4165036/4192956
[pid=10105] ppid=10103 vsize=1532468 CPUtime=97.57
/proc/10105/stat : 10105 (java) S 10103 10105 9368 0 -1 4202496 58494 0 1 0 9726 31 0 0 15 0 14 0 7032101 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10105/statm: 383117 53033 1444 10 0 380419 0
[pid=10105/tid=10107] ppid=10103 vsize=1532468 CPUtime=91.14
/proc/10105/task/10107/stat : 10107 (java) S 10103 10105 9368 0 -1 4202560 32126 0 1 0 9098 16 0 0 25 0 14 0 7032102 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10108] ppid=10103 vsize=1532468 CPUtime=1.41
/proc/10105/task/10108/stat : 10108 (java) S 10103 10105 9368 0 -1 4202560 9592 0 0 0 137 4 0 0 16 0 14 0 7032104 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10109] ppid=10103 vsize=1532468 CPUtime=1.41
/proc/10105/task/10109/stat : 10109 (java) S 10103 10105 9368 0 -1 4202560 9314 0 0 0 136 5 0 0 15 0 14 0 7032104 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10110] ppid=10103 vsize=1532468 CPUtime=1.39
/proc/10105/task/10110/stat : 10110 (java) S 10103 10105 9368 0 -1 4202560 4021 0 0 0 138 1 0 0 15 0 14 0 7032106 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10111] ppid=10103 vsize=1532468 CPUtime=0
/proc/10105/task/10111/stat : 10111 (java) S 10103 10105 9368 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 7032106 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10112] ppid=10103 vsize=1532468 CPUtime=0
/proc/10105/task/10112/stat : 10112 (java) S 10103 10105 9368 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 7032106 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10113] ppid=10103 vsize=1532468 CPUtime=0
/proc/10105/task/10113/stat : 10113 (java) S 10103 10105 9368 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7032110 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10114] ppid=10103 vsize=1532468 CPUtime=0.94
/proc/10105/task/10114/stat : 10114 (java) R 10103 10105 9368 0 -1 4202560 1058 0 0 0 94 0 0 0 16 0 14 0 7032110 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10105/tid=10115] ppid=10103 vsize=1532468 CPUtime=1.2
/proc/10105/task/10115/stat : 10115 (java) S 10103 10105 9368 0 -1 4202560 1306 0 0 0 120 0 0 0 15 0 14 0 7032110 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10116] ppid=10103 vsize=1532468 CPUtime=0
/proc/10105/task/10116/stat : 10116 (java) S 10103 10105 9368 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 7032110 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=1532468 CPUtime=0
/proc/10105/task/10117/stat : 10117 (java) S 10103 10105 9368 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 7032110 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 1 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=1532468 CPUtime=0
/proc/10105/task/10118/stat : 10118 (java) S 10103 10105 9368 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 7032460 1569247232 53033 1992294400 134512640 134550932 4291431280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828646144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.57
Current children cumulated vsize (KiB) 1532468

Child status: 20
Real time (s): 94.6699
CPU time (s): 97.6002
CPU user time (s): 97.2652
CPU system time (s): 0.334949
CPU usage (%): 103.095
Max. virtual memory (cumulated for all children) (KiB): 1537272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.2652
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58502
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= 3048
involuntary context switches= 2224

runsolver used 0.209968 second user time and 0.532918 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-12 11:09:18
IDJOB=2659065
IDBENCH=1461
IDSOLVER=1164
FILE ID=node019/2659065-1276333757
PBS_JOBID= 11173170
Free space on /tmp= 62352 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659065-1276333757/watcher-2659065-1276333757 -o /tmp/evaluation-result-2659065-1276333757/solver-2659065-1276333757 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659065-1276333757.opb

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

MD5SUM BENCH= cc698dad3442148ac316666fbe5b4b9e
RANDOM SEED=2119329349

node019.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1764940 kB
Buffers:         71684 kB
Cached:         121952 kB
SwapCached:       1408 kB
Active:          99348 kB
Inactive:       126932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1764940 kB
SwapTotal:     4192956 kB
SwapFree:      4165036 kB
Dirty:            5364 kB
Writeback:           0 kB
AnonPages:       31264 kB
Mapped:          15456 kB
Slab:            45980 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182436 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= 62352 MiB
End job on node019 at 2010-06-12 11:10:53