Trace number 3687443

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
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 275.23 273.222

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
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 benchmark33.6839
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687443-1337871926.opb
0.10/0.10	c reading problem ... 
2.28/1.55	c ... done. Wall clock time 1.443s.
2.28/1.55	c declared #vars     84836
2.28/1.55	c #constraints  245062
2.28/1.55	c constraints type 
2.28/1.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
2.28/1.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.28/1.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
2.28/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
2.28/1.55	c 245062 constraints processed.
7.93/6.55	c cleaning 2490 clauses out of 4997 with flag 5001/5001
12.45/10.86	c cleaning 4243 clauses out of 8506 with flag 11000/11000
21.58/19.91	c cleaning 5620 clauses out of 11261 with flag 18001/18001
30.50/28.84	c cleaning 6805 clauses out of 13637 with flag 26001/26001
40.06/38.30	c cleaning 7893 clauses out of 15830 with flag 35000/35000
50.47/48.71	c cleaning 8940 clauses out of 17934 with flag 45000/45000
60.69/58.95	c cleaning 9982 clauses out of 19992 with flag 56002/56002
68.91/67.20	c cleaning 10992 clauses out of 22004 with flag 68000/68000
77.23/75.40	c cleaning 11999 clauses out of 24011 with flag 81000/81000
86.25/84.41	c cleaning 12993 clauses out of 26015 with flag 95003/95003
97.16/95.39	c cleaning 14007 clauses out of 28017 with flag 110000/110000
110.77/108.96	c cleaning 14986 clauses out of 30011 with flag 126001/126001
130.59/128.78	c cleaning 16000 clauses out of 32024 with flag 143000/143000
149.40/147.55	c cleaning 17003 clauses out of 34024 with flag 161001/161001
164.42/162.52	c cleaning 17992 clauses out of 36020 with flag 180001/180001
183.92/182.03	c cleaning 19006 clauses out of 38031 with flag 200005/200005
218.76/216.85	c cleaning 19980 clauses out of 40022 with flag 221002/221002
256.68/254.76	c cleaning 21014 clauses out of 42041 with flag 243001/243001
275.12/273.19	c starts		: 119
275.12/273.19	c conflicts		: 253750
275.12/273.19	c decisions		: 770905
275.12/273.19	c propagations		: 784918174
275.12/273.19	c inspects		: 1969801501
275.12/273.19	c shortcuts		: 0
275.12/273.19	c learnt literals	: 37
275.12/273.19	c learnt binary clauses	: 272
275.12/273.19	c learnt ternary clauses	: 480
275.12/273.19	c learnt constraints	: 253712
275.12/273.19	c ignored constraints	: 0
275.12/273.19	c root simplifications	: 0
275.12/273.19	c removed literals (reason simplification)	: 0
275.12/273.19	c reason swapping (by a shorter reason)	: 0
275.12/273.19	c Calls to reduceDB	: 18
275.12/273.19	c number of reductions to clauses (during analyze)	: 0
275.12/273.19	c number of learned constraints concerned by reduction	: 0
275.12/273.19	c number of learning phase by resolution	: 0
275.12/273.19	c number of learning phase by cutting planes	: 0
275.12/273.19	c speed (assignments/second)	: 2890138.1666881456
275.12/273.19	c non guided choices	8122
275.23/273.20	c learnt constraints type 
275.23/273.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 272
275.23/273.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31495
275.23/273.20	c constraints type 
275.23/273.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
275.23/273.20	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
275.23/273.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
275.23/273.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
275.23/273.20	c 245062 constraints processed.
275.23/273.20	s UNSATISFIABLE
275.23/273.20	c Total wall clock time (in seconds): 273.1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687443-1337871926/watcher-3687443-1337871926 -o /tmp/evaluation-result-3687443-1337871926/solver-3687443-1337871926 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687443-1337871926.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.74 0.17 0.06 5/193 10629
/proc/meminfo: memFree=29286764/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/10629/stat : 10629 (java) R 10627 10629 10055 0 -1 4202496 915 0 0 0 0 0 0 0 20 0 1 0 253318106 23793664 643 33554432000 1073741824 1073778376 140734683206832 140734683195896 260181113395 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 5809 653 482 9 0 128 0

[startup+0.0325941 s]
/proc/loadavg: 0.74 0.17 0.06 5/193 10629
/proc/meminfo: memFree=29286764/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/10629/stat : 10629 (java) S 10627 10629 10055 0 -1 4202496 2918 0 1 0 1 0 0 0 20 0 11 0 253318106 9310650368 3618 33554432000 1073741824 1073778376 140734683206832 140734683197968 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 2273108 3618 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100288 s]
/proc/loadavg: 0.74 0.17 0.06 5/193 10629
/proc/meminfo: memFree=29286764/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/10629/stat : 10629 (java) S 10627 10629 10055 0 -1 4202496 4379 0 1 0 9 1 0 0 20 0 18 0 253318106 9787813888 6089 33554432000 1073741824 1073778376 140734683206832 140734683197968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 2389603 6089 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300166 s]
/proc/loadavg: 0.74 0.17 0.06 5/193 10629
/proc/meminfo: memFree=29286764/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/10629/stat : 10629 (java) S 10627 10629 10055 0 -1 4202496 5718 0 1 0 50 1 0 0 20 0 18 0 253318106 9787813888 9327 33554432000 1073741824 1073778376 140734683206832 140734683197968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 2389603 9327 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700299 s]
/proc/loadavg: 0.74 0.17 0.06 5/193 10629
/proc/meminfo: memFree=29286764/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=9558412 CPUtime=1.24 cores=0,2,4,6
/proc/10629/stat : 10629 (java) S 10627 10629 10055 0 -1 4202496 9328 0 1 0 120 4 0 0 20 0 18 0 253318106 9787813888 42614 33554432000 1073741824 1073778376 140734683206832 140734683197968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 2389603 42614 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558412

[startup+1.5006 s]
/proc/loadavg: 0.84 0.20 0.07 3/212 10648
/proc/meminfo: memFree=29097120/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=9558412 CPUtime=2.28 cores=0,2,4,6
/proc/10629/stat : 10629 (java) S 10627 10629 10055 0 -1 4202496 9514 0 1 0 215 13 0 0 20 0 18 0 253318106 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140734683197968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 2389603 85143 2255 9 0 2380296 0
[pid=10629/tid=10631] ppid=10627 vsize=9558412 CPUtime=1.37 cores=0,2,4,6
/proc/10629/task/10631/stat : 10631 (java) S 10627 10629 10055 0 -1 4202560 2569 0 1 0 133 4 0 0 20 0 18 0 253318107 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688210202008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/10629/task/10632/stat : 10632 (java) R 10627 10629 10055 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 253318108 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688171694632 140688218248354 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/10629/task/10633/stat : 10633 (java) R 10627 10629 10055 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 253318108 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688170642136 140688212674233 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/10629/task/10634/stat : 10634 (java) R 10627 10629 10055 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 253318108 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688169589080 140688212674291 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/10629/task/10635/stat : 10635 (java) R 10627 10629 10055 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 253318108 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688168536488 260190276743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/10629/task/10636/stat : 10636 (java) R 10627 10629 10055 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 253318108 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688167484328 260190276743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/10629/task/10637/stat : 10637 (java) R 10627 10629 10055 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 253318108 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688166431912 260190276743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/10629/task/10638/stat : 10638 (java) R 10627 10629 10055 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 253318108 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688165378728 260190276743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/10629/task/10639/stat : 10639 (java) R 10627 10629 10055 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 253318108 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688045894568 260190276743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10055 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 253318109 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688033694984 260193694780 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253318110 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688032642424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 253318110 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688031589256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10644] ppid=10627 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10644/stat : 10644 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253318112 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140688030538000 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10645] ppid=10627 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/10629/task/10645/stat : 10645 (java) S 10627 10629 10055 0 -1 4202560 3177 0 0 0 29 0 0 0 20 0 18 0 253318112 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140687290919736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10646] ppid=10627 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/10629/task/10646/stat : 10646 (java) S 10627 10629 10055 0 -1 4202560 2360 0 0 0 22 0 0 0 20 0 18 0 253318112 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140687289867192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10647] ppid=10627 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10647/stat : 10647 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253318112 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140687288814328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10648] ppid=10627 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10648/stat : 10648 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253318112 9787813888 85143 33554432000 1073741824 1073778376 140734683206832 140687287761992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9558412

[startup+3.1007 s]
/proc/loadavg: 0.84 0.20 0.07 3/213 10649
/proc/meminfo: memFree=28928248/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=9624976 CPUtime=4.5 cores=0,2,4,6
/proc/10629/stat : 10629 (java) S 10627 10629 10055 0 -1 4202496 12681 0 1 0 436 14 0 0 20 0 19 0 253318106 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140734683197968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 2406244 85488 2266 9 0 2396937 0
[pid=10629/tid=10631] ppid=10627 vsize=9624976 CPUtime=2.96 cores=0,2,4,6
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10055 0 -1 4202560 2575 0 1 0 292 4 0 0 20 0 19 0 253318107 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688210201176 140688046470401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10055 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253318108 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688171694504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10055 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 253318108 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688170641960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10055 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 253318108 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688169588904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10055 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253318108 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688168536360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10055 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 19 0 253318108 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688167484328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10055 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253318108 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688166431784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10055 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 19 0 253318108 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688165378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 253318108 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688045894440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10055 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 253318109 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688033696104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318110 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688032642424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318110 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688031589256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10644] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10644/stat : 10644 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140688030538000 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10645] ppid=10627 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/10629/task/10645/stat : 10645 (java) S 10627 10629 10055 0 -1 4202560 5308 0 0 0 61 1 0 0 20 0 19 0 253318112 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140687290919736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10646] ppid=10627 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/10629/task/10646/stat : 10646 (java) S 10627 10629 10055 0 -1 4202560 3249 0 0 0 49 0 0 0 20 0 19 0 253318112 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140687289867192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10647] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10647/stat : 10647 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140687288814328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10648] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10648/stat : 10648 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140687287761992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10649] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10649/stat : 10649 (java) S 10627 10629 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318267 9855975424 85488 33554432000 1073741824 1073778376 140734683206832 140687286707240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 0.84 0.20 0.07 2/190 10845
/proc/meminfo: memFree=29034564/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=9624976 CPUtime=7.73 cores=0,2,4,6
/proc/10629/stat : 10629 (java) S 10627 10629 10055 0 -1 4202496 12684 0 1 0 759 14 0 0 20 0 19 0 253318106 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140734683197968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 2406244 85356 2266 9 0 2396937 0
[pid=10629/tid=10631] ppid=10627 vsize=9624976 CPUtime=6.15 cores=0,2,4,6
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10055 0 -1 4202560 2578 0 1 0 611 4 0 0 20 0 19 0 253318107 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688210201160 140688046781878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10055 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253318108 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688171694504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10055 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 253318108 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688170641960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10055 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 253318108 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688169588904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10055 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253318108 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688168536360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10055 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 19 0 253318108 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688167484328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10055 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253318108 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688166431784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10055 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 19 0 253318108 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688165378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 253318108 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688045894440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10055 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 253318109 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688033696104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318110 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688032642424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318110 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688031589256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10644] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10644/stat : 10644 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140688030538000 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10645] ppid=10627 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/10629/task/10645/stat : 10645 (java) S 10627 10629 10055 0 -1 4202560 5308 0 0 0 61 1 0 0 20 0 19 0 253318112 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140687290919736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10646] ppid=10627 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/10629/task/10646/stat : 10646 (java) S 10627 10629 10055 0 -1 4202560 3249 0 0 0 52 0 0 0 20 0 19 0 253318112 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140687289867192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10647] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10647/stat : 10647 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140687288814328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10648] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10648/stat : 10648 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140687287761992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10649] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10649/stat : 10649 (java) S 10627 10629 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318267 9855975424 85356 33554432000 1073741824 1073778376 140734683206832 140687286707240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 1.02 0.26 0.09 3/213 10877
/proc/meminfo: memFree=28810700/32873648 swapFree=7100/7100

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

/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10055 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688045894440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10055 0 -1 4202560 258 0 0 0 203 0 0 0 20 0 19 0 253318109 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688033696104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318110 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688032642424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318110 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688031589256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10644] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10644/stat : 10644 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688030538000 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10645] ppid=10627 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/10629/task/10645/stat : 10645 (java) S 10627 10629 10055 0 -1 4202560 5309 0 0 0 64 2 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687290919736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10646] ppid=10627 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/10629/task/10646/stat : 10646 (java) S 10627 10629 10055 0 -1 4202560 3494 0 0 0 64 0 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687289867192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10647] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10647/stat : 10647 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687288814328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10648] ppid=10627 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/10629/task/10648/stat : 10648 (java) S 10627 10629 10055 0 -1 4202560 15 0 0 0 1 6 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687287761992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10649] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10649/stat : 10649 (java) S 10627 10629 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318267 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687286707240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 273.92
Current children cumulated vsize (KiB) 9624976

[startup+272.701 s]
/proc/loadavg: 2.05 1.28 0.55 3/213 10935
/proc/meminfo: memFree=28411712/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=9624976 CPUtime=274.72 cores=0,2,4,6
/proc/10629/stat : 10629 (java) S 10627 10629 10055 0 -1 4202496 13220 0 1 0 27448 24 0 0 20 0 19 0 253318106 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140734683197968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 2406244 102434 2278 9 0 2396937 0
[pid=10629/tid=10631] ppid=10627 vsize=9624976 CPUtime=269.56 cores=0,2,4,6
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10055 0 -1 4202560 2596 0 1 0 26948 8 0 0 20 0 19 0 253318107 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688210202912 140688046733642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10055 0 -1 4202560 43 0 0 0 8 1 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688171694504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10055 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688170641960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10055 0 -1 4202560 59 0 0 0 14 2 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688169588904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10055 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688168536360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10055 0 -1 4202560 46 0 0 0 13 2 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688167484328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10055 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688166431784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10055 0 -1 4202560 68 0 0 0 13 2 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688165378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10055 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688045894440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10055 0 -1 4202560 258 0 0 0 203 0 0 0 20 0 19 0 253318109 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688033696104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318110 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688032642424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318110 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688031589256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10644] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10644/stat : 10644 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688030538000 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10645] ppid=10627 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/10629/task/10645/stat : 10645 (java) S 10627 10629 10055 0 -1 4202560 5309 0 0 0 64 2 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687290919736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10646] ppid=10627 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/10629/task/10646/stat : 10646 (java) S 10627 10629 10055 0 -1 4202560 3494 0 0 0 64 0 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687289867192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10647] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10647/stat : 10647 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687288814328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10648] ppid=10627 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/10629/task/10648/stat : 10648 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 1 6 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687287761992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10649] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10649/stat : 10649 (java) S 10627 10629 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318267 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687286707240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 274.72
Current children cumulated vsize (KiB) 9624976

[startup+273.101 s]
/proc/loadavg: 2.05 1.28 0.55 3/213 10935
/proc/meminfo: memFree=28411712/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=9624976 CPUtime=275.12 cores=0,2,4,6
/proc/10629/stat : 10629 (java) S 10627 10629 10055 0 -1 4202496 13220 0 1 0 27488 24 0 0 20 0 19 0 253318106 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140734683197968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 2406244 102434 2278 9 0 2396937 0
[pid=10629/tid=10631] ppid=10627 vsize=9624976 CPUtime=269.95 cores=0,2,4,6
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10055 0 -1 4202560 2596 0 1 0 26987 8 0 0 20 0 19 0 253318107 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688210202912 140688046470648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10055 0 -1 4202560 43 0 0 0 8 1 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688171694504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10055 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688170641960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10055 0 -1 4202560 59 0 0 0 14 2 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688169588904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10055 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688168536360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10055 0 -1 4202560 46 0 0 0 13 2 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688167484328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10055 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688166431784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10055 0 -1 4202560 68 0 0 0 13 2 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688165378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10055 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 19 0 253318108 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688045894440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10055 0 -1 4202560 258 0 0 0 203 0 0 0 20 0 19 0 253318109 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688033696104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318110 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688032642424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318110 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688031589256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10644] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10644/stat : 10644 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140688030538000 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10645] ppid=10627 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/10629/task/10645/stat : 10645 (java) S 10627 10629 10055 0 -1 4202560 5309 0 0 0 64 2 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687290919736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10646] ppid=10627 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/10629/task/10646/stat : 10646 (java) S 10627 10629 10055 0 -1 4202560 3494 0 0 0 64 0 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687289867192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10647] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10647/stat : 10647 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687288814328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10648] ppid=10627 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/10629/task/10648/stat : 10648 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 1 6 0 0 20 0 19 0 253318112 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687287761992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10649] ppid=10627 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10649/stat : 10649 (java) S 10627 10629 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318267 9855975424 102434 33554432000 1073741824 1073778376 140734683206832 140687286707240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 275.12
Current children cumulated vsize (KiB) 9624976

[startup+273.203 s]
/proc/loadavg: 2.05 1.28 0.55 3/213 10935
/proc/meminfo: memFree=28411712/32873648 swapFree=7100/7100
[pid=10629] ppid=10627 vsize=9691540 CPUtime=275.23 cores=0,2,4,6
/proc/10629/stat : 10629 (java) S 10627 10629 10055 0 -1 4202496 13234 0 1 0 27499 24 0 0 20 0 20 0 253318106 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140734683197968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10629/statm: 2422885 102445 2278 9 0 2413578 0
[pid=10629/tid=10631] ppid=10627 vsize=9691540 CPUtime=270.04 cores=0,2,4,6
/proc/10629/task/10631/stat : 10631 (java) S 10627 10629 10055 0 -1 4202560 2599 0 1 0 26996 8 0 0 20 0 20 0 253318107 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688210203352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=9691540 CPUtime=0.09 cores=0,2,4,6
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10055 0 -1 4202560 43 0 0 0 8 1 0 0 20 0 20 0 253318108 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688171694504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=9691540 CPUtime=0.1 cores=0,2,4,6
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10055 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 20 0 253318108 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688170641960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=9691540 CPUtime=0.16 cores=0,2,4,6
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10055 0 -1 4202560 59 0 0 0 14 2 0 0 20 0 20 0 253318108 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688169588904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=9691540 CPUtime=0.09 cores=0,2,4,6
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10055 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 20 0 253318108 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688168536360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=9691540 CPUtime=0.15 cores=0,2,4,6
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10055 0 -1 4202560 46 0 0 0 13 2 0 0 20 0 20 0 253318108 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688167484328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=9691540 CPUtime=0.09 cores=0,2,4,6
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10055 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 20 0 253318108 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688166431784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=9691540 CPUtime=0.15 cores=0,2,4,6
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10055 0 -1 4202560 68 0 0 0 13 2 0 0 20 0 20 0 253318108 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688165378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=9691540 CPUtime=0.1 cores=0,2,4,6
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10055 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 20 0 253318108 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688045894440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=9691540 CPUtime=2.03 cores=0,2,4,6
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10055 0 -1 4202560 258 0 0 0 203 0 0 0 20 0 20 0 253318109 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688033696104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253318110 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688032642424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 253318110 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688031589256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10644] ppid=10627 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10644/stat : 10644 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253318112 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140688030538000 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10645] ppid=10627 vsize=9691540 CPUtime=0.67 cores=0,2,4,6
/proc/10629/task/10645/stat : 10645 (java) R 10627 10629 10055 0 -1 4202560 5310 0 0 0 65 2 0 0 20 0 20 0 253318112 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140687290919736 140688212977441 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10629/tid=10646] ppid=10627 vsize=9691540 CPUtime=0.65 cores=0,2,4,6
/proc/10629/task/10646/stat : 10646 (java) S 10627 10629 10055 0 -1 4202560 3495 0 0 0 65 0 0 0 20 0 20 0 253318112 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140687289867192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10647] ppid=10627 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10647/stat : 10647 (java) S 10627 10629 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253318112 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140687288814328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10629/tid=10648] ppid=10627 vsize=9691540 CPUtime=0.07 cores=0,2,4,6
/proc/10629/task/10648/stat : 10648 (java) S 10627 10629 10055 0 -1 4202560 17 0 0 0 1 6 0 0 20 0 20 0 253318112 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140687287761992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10629/tid=10649] ppid=10627 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/10629/task/10649/stat : 10649 (java) S 10627 10629 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 253318267 9924136960 102445 33554432000 1073741824 1073778376 140734683206832 140687286707240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 275.23
Current children cumulated vsize (KiB) 9691540

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10629 and gives
#  childrusage.ru_utime.tv_sec=274
#  childrusage.ru_utime.tv_usec=281302
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=392940
# CPU time returned by wait4() is 274.674
# while last known CPU time is 275.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 273.222
CPU time (s): 275.23
CPU user time (s): 274.99
CPU system time (s): 0.24
CPU usage (%): 100.735
Max. virtual memory (cumulated for all children) (KiB): 9691540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 274.281
system time used= 0.39294
maximum resident set size= 409796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13242
page faults= 1
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6632
involuntary context switches= 5342

runsolver used 0.625904 second user time and 1.50877 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-24 17:05:26
IDJOB=3687443
IDBENCH=1465
IDSOLVER=2269
FILE ID=node123/3687443-1337871926
RUNJOBID= node123-1337871881-10071
PBS_JOBID= 14620081
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687443-1337871926/watcher-3687443-1337871926 -o /tmp/evaluation-result-3687443-1337871926/solver-3687443-1337871926 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687443-1337871926.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=2137734220

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29295600 kB
Buffers:          211740 kB
Cached:          2513328 kB
SwapCached:            0 kB
Active:           748856 kB
Inactive:        2036664 kB
Active(anon):      62552 kB
Inactive(anon):        0 kB
Active(file):     686304 kB
Inactive(file):  2036664 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10520 kB
Writeback:             0 kB
AnonPages:         42284 kB
Mapped:            21136 kB
Shmem:               200 kB
Slab:             629196 kB
SReclaimable:      72624 kB
SUnreclaim:       556572 kB
KernelStack:        1576 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     694172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71540 MiB
End job on node123 at 2012-05-24 17:10:00