Trace number 3730677

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
PB11: Sat4j Res//CP 2.3.0UNSAT 1469.17 737.281

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-2010 Daniel Le Berre
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.1.v20110525
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 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3730677-1338679589.opb
0.10/0.11	c reading problem ... 
2.63/1.82	c ... done. Wall clock time 1.719s.
2.63/1.82	c #vars     84836
2.63/1.82	c #constraints  245062
2.63/1.82	c constraints type 
2.63/1.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
2.63/1.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
2.63/1.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
2.63/1.82	c constraints type 
2.63/1.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
2.63/1.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
2.63/1.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
23.41/11.46	c cleaning 2482 clauses out of 4999 with flag 5001/5001
40.37/19.95	c cleaning 0 clauses out of 4998 with flag 0/5000
52.13/25.88	c cleaning 4253 clauses out of 8514 with flag 11000/11000
75.11/37.47	c cleaning 5622 clauses out of 11261 with flag 18000/18000
101.06/50.59	c cleaning 6816 clauses out of 13640 with flag 26002/26002
137.78/68.98	c cleaning 7901 clauses out of 15822 with flag 35001/35001
154.67/77.55	c cleaning 0 clauses out of 10986 with flag 0/11000
181.01/90.84	c cleaning 8925 clauses out of 17918 with flag 45000/45000
232.49/116.72	c cleaning 9957 clauses out of 19992 with flag 56000/56000
263.61/132.40	c cleaning 10988 clauses out of 22035 with flag 68000/68000
298.13/149.81	c cleaning 12009 clauses out of 24048 with flag 81001/81001
356.03/178.93	c cleaning 13013 clauses out of 26039 with flag 95001/95001
398.44/200.33	c cleaning 14004 clauses out of 28026 with flag 110001/110001
462.06/232.27	c cleaning 14991 clauses out of 30022 with flag 126001/126001
564.29/283.43	c cleaning 15995 clauses out of 32030 with flag 143000/143000
673.09/337.93	c cleaning 16997 clauses out of 34035 with flag 161000/161000
719.48/361.32	c cleaning 0 clauses out of 17985 with flag 0/18000
727.77/365.66	c cleaning 18008 clauses out of 36039 with flag 180001/180001
800.07/401.98	c cleaning 18986 clauses out of 38030 with flag 200001/200001
916.43/460.28	c cleaning 20000 clauses out of 40039 with flag 221000/221000
1042.46/523.46	c cleaning 21001 clauses out of 42038 with flag 243001/243001
1169.02/586.85	c cleaning 22000 clauses out of 44035 with flag 266000/266000
1311.76/658.34	c cleaning 22999 clauses out of 46027 with flag 290001/290001
1467.96/736.50	c  And the winner is Resolution
1468.81/737.23	c starts		: 120
1468.81/737.23	c conflicts		: 314352
1468.81/737.23	c decisions		: 815305
1468.81/737.23	c propagations		: 1115069143
1468.81/737.23	c inspects		: 2863358443
1468.81/737.23	c shortcuts		: 0
1468.81/737.23	c learnt literals	: 47
1468.81/737.23	c learnt binary clauses	: 384
1468.81/737.23	c learnt ternary clauses	: 970
1468.81/737.23	c learnt constraints	: 314304
1468.81/737.23	c ignored constraints	: 0
1468.81/737.23	c root simplifications	: 0
1468.81/737.23	c removed literals (reason simplification)	: 7098697
1468.81/737.23	c reason swapping (by a shorter reason)	: 0
1468.81/737.23	c Calls to reduceDB	: 20
1468.81/737.23	c number of reductions to clauses (during analyze)	: 0
1468.81/737.23	c number of learned constraints concerned by reduction	: 0
1468.81/737.23	c number of learning phase by resolution	: 0
1468.81/737.23	c number of learning phase by cutting planes	: 0
1468.81/737.23	c speed (assignments/second)	: 1516265.3816604456
1468.81/737.23	c non guided choices	10165
1468.81/737.25	c learnt constraints type 
1468.81/737.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 384
1468.81/737.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46973
1468.81/737.25	c constraints type 
1468.81/737.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
1468.81/737.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
1468.81/737.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
1468.81/737.25	c constraints type 
1468.81/737.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
1468.81/737.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
1468.81/737.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
1468.81/737.25	s UNSATISFIABLE
1468.81/737.25	c Total wall clock time (in seconds): 737.147

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-3730677-1338679589/watcher-3730677-1338679589 -o /tmp/evaluation-result-3730677-1338679589/solver-3730677-1338679589 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3730677-1338679589.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: 3.44 3.55 2.50 3/197 21426
/proc/meminfo: memFree=25320716/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/21426/stat : 21426 (java) R 21424 21426 20030 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 334085054 23793664 714 33554432000 1073741824 1073778376 140736163208048 140736163197112 251022840770 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 5809 714 529 9 0 128 0

[startup+0.025922 s]
/proc/loadavg: 3.44 3.55 2.50 3/197 21426
/proc/meminfo: memFree=25320716/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=11044572 CPUtime=0.01 cores=0,2,4,6
/proc/21426/stat : 21426 (java) S 21424 21426 20030 0 -1 4202496 3745 0 1 0 0 1 0 0 20 0 10 0 334085054 11309641728 11087 33554432000 1073741824 1073778376 140736163208048 140736163199184 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 2761143 11095 1282 9 0 2751844 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11044572

[startup+0.100287 s]
/proc/loadavg: 3.44 3.55 2.50 3/197 21426
/proc/meminfo: memFree=25320716/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/21426/stat : 21426 (java) S 21424 21426 20030 0 -1 4202496 5337 0 1 0 9 1 0 0 20 0 18 0 334085054 11864465408 13683 33554432000 1073741824 1073778376 140736163208048 140736163199184 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 2896598 13683 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300127 s]
/proc/loadavg: 3.44 3.55 2.50 3/197 21426
/proc/meminfo: memFree=25320716/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=11586392 CPUtime=0.5 cores=0,2,4,6
/proc/21426/stat : 21426 (java) S 21424 21426 20030 0 -1 4202496 6699 0 1 0 48 2 0 0 20 0 18 0 334085054 11864465408 17587 33554432000 1073741824 1073778376 140736163208048 140736163199184 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 2896598 17587 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 11586392

[startup+0.700273 s]
/proc/loadavg: 3.44 3.55 2.50 3/197 21426
/proc/meminfo: memFree=25320716/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=11586392 CPUtime=1.31 cores=0,2,4,6
/proc/21426/stat : 21426 (java) S 21424 21426 20030 0 -1 4202496 14108 0 1 0 124 7 0 0 20 0 18 0 334085054 11864465408 55852 33554432000 1073741824 1073778376 140736163208048 140736163199184 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 2896598 55852 2240 9 0 2887285 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 11586392

[startup+1.50071 s]
/proc/loadavg: 3.44 3.55 2.50 3/215 21444
/proc/meminfo: memFree=24941460/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=11586392 CPUtime=2.15 cores=0,2,4,6
/proc/21426/stat : 21426 (java) S 21424 21426 20030 0 -1 4202496 14313 0 1 0 201 14 0 0 20 0 18 0 334085054 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140736163199184 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 2896598 155191 2250 9 0 2887285 0
[pid=21426/tid=21428] ppid=21424 vsize=11586392 CPUtime=1.47 cores=0,2,4,6
/proc/21426/task/21428/stat : 21428 (java) R 21424 21426 20030 0 -1 4202560 3657 0 1 0 135 12 0 0 20 0 18 0 334085055 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131693948944 140131634407975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21429] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21429/stat : 21429 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334085056 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131632687912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21430] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21430/stat : 21430 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334085056 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131631635112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21431] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21431/stat : 21431 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334085056 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131630582824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21432] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21432/stat : 21432 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334085056 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131528108968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21433] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21433/stat : 21433 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334085056 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131527055656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21434] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21434/stat : 21434 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334085056 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131526002856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21435] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21435/stat : 21435 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334085056 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131524950568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21436] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21436/stat : 21436 (java) S 21424 21426 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 334085056 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131523897768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21437] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21437/stat : 21437 (java) S 21424 21426 20030 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 334085057 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131511487208 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21438] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21438/stat : 21438 (java) S 21424 21426 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 334085058 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131510433272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21439] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21439/stat : 21439 (java) S 21424 21426 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 334085058 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131509380872 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21440] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21440/stat : 21440 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334085060 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131508329360 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21441] ppid=21424 vsize=11586392 CPUtime=0.34 cores=0,2,4,6
/proc/21426/task/21441/stat : 21441 (java) R 21424 21426 20030 0 -1 4202560 4567 0 0 0 34 0 0 0 20 0 18 0 334085060 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131507275960 140131700104491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21442] ppid=21424 vsize=11586392 CPUtime=0.3 cores=0,2,4,6
/proc/21426/task/21442/stat : 21442 (java) S 21424 21426 20030 0 -1 4202560 4904 0 0 0 29 1 0 0 20 0 18 0 334085060 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131506223160 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21443] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21443/stat : 21443 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334085060 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131505171064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21444] ppid=21424 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21444/stat : 21444 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334085060 11864465408 155191 33554432000 1073741824 1073778376 140736163208048 140131504118472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11586392

[startup+3.10078 s]
/proc/loadavg: 3.44 3.55 2.50 6/219 21448
/proc/meminfo: memFree=24528672/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=11852648 CPUtime=6.1 cores=0,2,4,6
/proc/21426/stat : 21426 (java) S 21424 21426 20030 0 -1 4202496 15126 0 1 0 586 24 0 0 20 0 22 0 334085054 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140736163199184 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 2963162 300778 2265 9 0 2953849 0
[pid=21426/tid=21428] ppid=21424 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/21426/task/21428/stat : 21428 (java) S 21424 21426 20030 0 -1 4202560 3727 0 1 0 165 15 0 0 20 0 22 0 334085055 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131693958296 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21429] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21429/stat : 21429 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131632687912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21430] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21430/stat : 21430 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131631635112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21431] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21431/stat : 21431 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131630582824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21432] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21432/stat : 21432 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131528108968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21433] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21433/stat : 21433 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131527055656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21434] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21434/stat : 21434 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131526002856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21435] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21435/stat : 21435 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131524950568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21436] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21436/stat : 21436 (java) S 21424 21426 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131523897768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21437] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21437/stat : 21437 (java) S 21424 21426 20030 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334085057 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131511487208 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21438] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21438/stat : 21438 (java) S 21424 21426 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334085058 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131510433272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21439] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21439/stat : 21439 (java) S 21424 21426 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085058 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131509380872 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21440] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21440/stat : 21440 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085060 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131508329360 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21441] ppid=21424 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/21426/task/21441/stat : 21441 (java) S 21424 21426 20030 0 -1 4202560 4907 0 0 0 84 2 0 0 20 0 22 0 334085060 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131507275960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21442] ppid=21424 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/21426/task/21442/stat : 21442 (java) S 21424 21426 20030 0 -1 4202560 4978 0 0 0 87 2 0 0 20 0 22 0 334085060 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131506223160 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21443] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21443/stat : 21443 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085060 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131505171064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21444] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21444/stat : 21444 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085060 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131504118472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21445] ppid=21424 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/21426/task/21445/stat : 21445 (java) R 21424 21426 20030 0 -1 4202560 32 0 0 0 125 0 0 0 20 0 22 0 334085237 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131503063848 140131634398911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21446] ppid=21424 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/21426/task/21446/stat : 21446 (java) R 21424 21426 20030 0 -1 4202560 280 0 0 0 118 6 0 0 20 0 22 0 334085237 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131502010216 140131634679227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21447] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21447/stat : 21447 (java) S 21424 21426 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085242 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131500959400 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21448] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21448/stat : 21448 (java) S 21424 21426 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085242 12137111552 300778 33554432000 1073741824 1073778376 140736163208048 140131499906600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 11852648

[startup+6.30078 s]
/proc/loadavg: 3.57 3.57 2.52 5/219 21448
/proc/meminfo: memFree=23343496/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=11852648 CPUtime=12.98 cores=0,2,4,6
/proc/21426/stat : 21426 (java) S 21424 21426 20030 0 -1 4202496 18911 0 1 0 1251 47 0 0 20 0 22 0 334085054 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140736163199184 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 2963162 569412 2266 9 0 2953849 0
[pid=21426/tid=21428] ppid=21424 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/21426/task/21428/stat : 21428 (java) S 21424 21426 20030 0 -1 4202560 3727 0 1 0 165 15 0 0 20 0 22 0 334085055 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131693958296 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21429] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21429/stat : 21429 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131632687912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21430] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21430/stat : 21430 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131631635112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21431] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21431/stat : 21431 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131630582824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21432] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21432/stat : 21432 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131528108968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21433] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21433/stat : 21433 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131527055656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21434] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21434/stat : 21434 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131526002856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21435] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21435/stat : 21435 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131524950568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21436] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21436/stat : 21436 (java) S 21424 21426 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334085056 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131523897768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21437] ppid=21424 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/21426/task/21437/stat : 21437 (java) S 21424 21426 20030 0 -1 4202560 5 0 0 0 0 1 0 0 20 0 22 0 334085057 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131511487208 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21438] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21438/stat : 21438 (java) S 21424 21426 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334085058 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131510433272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21439] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21439/stat : 21439 (java) S 21424 21426 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085058 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131509380872 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21440] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21440/stat : 21440 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085060 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131508329360 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21441] ppid=21424 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/21426/task/21441/stat : 21441 (java) S 21424 21426 20030 0 -1 4202560 5456 0 0 0 100 2 0 0 20 0 22 0 334085060 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131507275960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21442] ppid=21424 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/21426/task/21442/stat : 21442 (java) S 21424 21426 20030 0 -1 4202560 7686 0 0 0 123 2 0 0 20 0 22 0 334085060 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131506223160 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21443] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21443/stat : 21443 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085060 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131505171064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21444] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21444/stat : 21444 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085060 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131504118472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21445] ppid=21424 vsize=11852648 CPUtime=4.43 cores=0,2,4,6
/proc/21426/task/21445/stat : 21445 (java) R 21424 21426 20030 0 -1 4202560 34 0 0 0 443 0 0 0 20 0 22 0 334085237 12137111552 569412 33554432000 1073741824 1073778376 140736163208048 140131503062088 140131634713901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

/proc/21426/task/21435/stat : 21435 (java) S 21424 21426 20030 0 -1 4202560 142 0 0 0 75 4 0 0 20 0 22 0 334085056 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131524950568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21436] ppid=21424 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/21426/task/21436/stat : 21436 (java) S 21424 21426 20030 0 -1 4202560 125 0 0 0 76 4 0 0 20 0 22 0 334085056 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131523897768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21437] ppid=21424 vsize=11852648 CPUtime=8.86 cores=0,2,4,6
/proc/21426/task/21437/stat : 21437 (java) S 21424 21426 20030 0 -1 4202560 3102 0 0 0 875 11 0 0 20 0 22 0 334085057 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131511487208 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21438] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21438/stat : 21438 (java) S 21424 21426 20030 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334085058 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131510433272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21439] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21439/stat : 21439 (java) S 21424 21426 20030 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334085058 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131509380872 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21440] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21440/stat : 21440 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085060 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131508329360 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21441] ppid=21424 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/21426/task/21441/stat : 21441 (java) S 21424 21426 20030 0 -1 4202560 8741 0 0 0 147 2 0 0 20 0 22 0 334085060 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131507275960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21442] ppid=21424 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/21426/task/21442/stat : 21442 (java) S 21424 21426 20030 0 -1 4202560 7688 0 0 0 135 2 0 0 20 0 22 0 334085060 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131506223160 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21443] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21443/stat : 21443 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334085060 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131505171064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21444] ppid=21424 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/21426/task/21444/stat : 21444 (java) S 21424 21426 20030 0 -1 4202560 43 0 0 0 10 16 0 0 20 0 22 0 334085060 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131504118472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21445] ppid=21424 vsize=11852648 CPUtime=723.22 cores=0,2,4,6
/proc/21426/task/21445/stat : 21445 (java) R 21424 21426 20030 0 -1 4202560 53 0 0 0 72310 12 0 0 20 0 22 0 334085237 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131503062816 140131634713901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21446] ppid=21424 vsize=11852648 CPUtime=723.14 cores=0,2,4,6
/proc/21426/task/21446/stat : 21446 (java) R 21424 21426 20030 0 -1 4202560 1264 0 0 0 72257 57 0 0 20 0 22 0 334085237 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131502009008 140131634804747 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21447] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21447/stat : 21447 (java) S 21424 21426 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085242 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131500959400 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21448] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21448/stat : 21448 (java) S 21424 21426 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334085242 12137111552 927032 33554432000 1073741824 1073778376 140736163208048 140131499906600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1466.77
Current children cumulated vsize (KiB) 11852648

[startup+736.701 s]
/proc/loadavg: 4.00 3.94 3.29 4/219 21453
/proc/meminfo: memFree=20122396/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=11852648 CPUtime=1468.31 cores=0,2,4,6
/proc/21426/stat : 21426 (java) S 21424 21426 20030 0 -1 4202496 27040 0 1 0 146687 144 0 0 20 0 20 0 334085054 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140736163199184 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 2963162 927027 2291 9 0 2953849 0
[pid=21426/tid=21428] ppid=21424 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/21426/task/21428/stat : 21428 (java) S 21424 21426 20030 0 -1 4202560 3740 0 1 0 167 16 0 0 20 0 20 0 334085055 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131693958296 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21429] ppid=21424 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/21426/task/21429/stat : 21429 (java) S 21424 21426 20030 0 -1 4202560 160 0 0 0 81 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131632687912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21430] ppid=21424 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/21426/task/21430/stat : 21430 (java) S 21424 21426 20030 0 -1 4202560 149 0 0 0 81 5 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131631635112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21431] ppid=21424 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/21426/task/21431/stat : 21431 (java) S 21424 21426 20030 0 -1 4202560 138 0 0 0 83 4 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131630582824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21432] ppid=21424 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/21426/task/21432/stat : 21432 (java) S 21424 21426 20030 0 -1 4202560 171 0 0 0 78 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131528108968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21433] ppid=21424 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/21426/task/21433/stat : 21433 (java) S 21424 21426 20030 0 -1 4202560 179 0 0 0 80 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131527055656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21434] ppid=21424 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/21426/task/21434/stat : 21434 (java) S 21424 21426 20030 0 -1 4202560 152 0 0 0 76 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131526002856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21435] ppid=21424 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/21426/task/21435/stat : 21435 (java) S 21424 21426 20030 0 -1 4202560 142 0 0 0 75 4 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131524950568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21436] ppid=21424 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/21426/task/21436/stat : 21436 (java) S 21424 21426 20030 0 -1 4202560 125 0 0 0 76 4 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131523897768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21437] ppid=21424 vsize=11852648 CPUtime=8.86 cores=0,2,4,6
/proc/21426/task/21437/stat : 21437 (java) S 21424 21426 20030 0 -1 4202560 3102 0 0 0 875 11 0 0 20 0 20 0 334085057 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131511487208 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21438] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21438/stat : 21438 (java) S 21424 21426 20030 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 334085058 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131510433272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21439] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21439/stat : 21439 (java) S 21424 21426 20030 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 334085058 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131509380872 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21440] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21440/stat : 21440 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131508329360 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21441] ppid=21424 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/21426/task/21441/stat : 21441 (java) S 21424 21426 20030 0 -1 4202560 8743 0 0 0 148 2 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131507275960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21442] ppid=21424 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/21426/task/21442/stat : 21442 (java) S 21424 21426 20030 0 -1 4202560 7688 0 0 0 135 2 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131506223160 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21443] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21443/stat : 21443 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131505171064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21444] ppid=21424 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/21426/task/21444/stat : 21444 (java) S 21424 21426 20030 0 -1 4202560 43 0 0 0 10 16 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131504118472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21446] ppid=21424 vsize=11852648 CPUtime=723.93 cores=0,2,4,6
/proc/21426/task/21446/stat : 21446 (java) R 21424 21426 20030 0 -1 4202560 1264 0 0 0 72336 57 0 0 20 0 20 0 334085237 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131502009008 140131634795690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21448] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21448/stat : 21448 (java) S 21424 21426 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334085242 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131499906600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1468.31
Current children cumulated vsize (KiB) 11852648

[startup+737.101 s]
/proc/loadavg: 4.00 3.94 3.29 4/217 21453
/proc/meminfo: memFree=20122396/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=11852648 CPUtime=1468.71 cores=0,2,4,6
/proc/21426/stat : 21426 (java) S 21424 21426 20030 0 -1 4202496 27040 0 1 0 146727 144 0 0 20 0 20 0 334085054 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140736163199184 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 2963162 927027 2291 9 0 2953849 0
[pid=21426/tid=21428] ppid=21424 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/21426/task/21428/stat : 21428 (java) S 21424 21426 20030 0 -1 4202560 3740 0 1 0 167 16 0 0 20 0 20 0 334085055 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131693958296 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21429] ppid=21424 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/21426/task/21429/stat : 21429 (java) S 21424 21426 20030 0 -1 4202560 160 0 0 0 81 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131632687912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21430] ppid=21424 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/21426/task/21430/stat : 21430 (java) S 21424 21426 20030 0 -1 4202560 149 0 0 0 81 5 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131631635112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21431] ppid=21424 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/21426/task/21431/stat : 21431 (java) S 21424 21426 20030 0 -1 4202560 138 0 0 0 83 4 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131630582824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21432] ppid=21424 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/21426/task/21432/stat : 21432 (java) S 21424 21426 20030 0 -1 4202560 171 0 0 0 78 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131528108968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21433] ppid=21424 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/21426/task/21433/stat : 21433 (java) S 21424 21426 20030 0 -1 4202560 179 0 0 0 80 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131527055656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21434] ppid=21424 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/21426/task/21434/stat : 21434 (java) S 21424 21426 20030 0 -1 4202560 152 0 0 0 76 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131526002856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21435] ppid=21424 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/21426/task/21435/stat : 21435 (java) S 21424 21426 20030 0 -1 4202560 142 0 0 0 75 4 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131524950568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21436] ppid=21424 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/21426/task/21436/stat : 21436 (java) S 21424 21426 20030 0 -1 4202560 125 0 0 0 76 4 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131523897768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21437] ppid=21424 vsize=11852648 CPUtime=8.86 cores=0,2,4,6
/proc/21426/task/21437/stat : 21437 (java) S 21424 21426 20030 0 -1 4202560 3102 0 0 0 875 11 0 0 20 0 20 0 334085057 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131511487208 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21438] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21438/stat : 21438 (java) S 21424 21426 20030 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 334085058 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131510433272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21439] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21439/stat : 21439 (java) S 21424 21426 20030 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 334085058 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131509380872 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21440] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21440/stat : 21440 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131508329360 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21441] ppid=21424 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/21426/task/21441/stat : 21441 (java) S 21424 21426 20030 0 -1 4202560 8743 0 0 0 148 2 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131507275960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21442] ppid=21424 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/21426/task/21442/stat : 21442 (java) S 21424 21426 20030 0 -1 4202560 7688 0 0 0 135 2 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131506223160 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21443] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21443/stat : 21443 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131505171064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21444] ppid=21424 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/21426/task/21444/stat : 21444 (java) S 21424 21426 20030 0 -1 4202560 43 0 0 0 10 16 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131504118472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21446] ppid=21424 vsize=11852648 CPUtime=724.33 cores=0,2,4,6
/proc/21426/task/21446/stat : 21446 (java) R 21424 21426 20030 0 -1 4202560 1264 0 0 0 72375 58 0 0 20 0 20 0 334085237 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131502009008 140131634795599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21448] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21448/stat : 21448 (java) S 21424 21426 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334085242 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131499906600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1468.71
Current children cumulated vsize (KiB) 11852648

[startup+737.201 s]
/proc/loadavg: 4.00 3.94 3.29 4/217 21453
/proc/meminfo: memFree=20122396/32873844 swapFree=7372/7372
[pid=21426] ppid=21424 vsize=11852648 CPUtime=1468.81 cores=0,2,4,6
/proc/21426/stat : 21426 (java) S 21424 21426 20030 0 -1 4202496 27040 0 1 0 146737 144 0 0 20 0 20 0 334085054 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140736163199184 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21426/statm: 2963162 927027 2291 9 0 2953849 0
[pid=21426/tid=21428] ppid=21424 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/21426/task/21428/stat : 21428 (java) S 21424 21426 20030 0 -1 4202560 3740 0 1 0 167 16 0 0 20 0 20 0 334085055 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131693958296 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21429] ppid=21424 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/21426/task/21429/stat : 21429 (java) S 21424 21426 20030 0 -1 4202560 160 0 0 0 81 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131632687912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21430] ppid=21424 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/21426/task/21430/stat : 21430 (java) S 21424 21426 20030 0 -1 4202560 149 0 0 0 81 5 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131631635112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21431] ppid=21424 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/21426/task/21431/stat : 21431 (java) S 21424 21426 20030 0 -1 4202560 138 0 0 0 83 4 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131630582824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21432] ppid=21424 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/21426/task/21432/stat : 21432 (java) S 21424 21426 20030 0 -1 4202560 171 0 0 0 78 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131528108968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21433] ppid=21424 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/21426/task/21433/stat : 21433 (java) S 21424 21426 20030 0 -1 4202560 179 0 0 0 80 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131527055656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21434] ppid=21424 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/21426/task/21434/stat : 21434 (java) S 21424 21426 20030 0 -1 4202560 152 0 0 0 76 6 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131526002856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21435] ppid=21424 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/21426/task/21435/stat : 21435 (java) S 21424 21426 20030 0 -1 4202560 142 0 0 0 75 4 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131524950568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21436] ppid=21424 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/21426/task/21436/stat : 21436 (java) S 21424 21426 20030 0 -1 4202560 125 0 0 0 76 4 0 0 20 0 20 0 334085056 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131523897768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21437] ppid=21424 vsize=11852648 CPUtime=8.86 cores=0,2,4,6
/proc/21426/task/21437/stat : 21437 (java) S 21424 21426 20030 0 -1 4202560 3102 0 0 0 875 11 0 0 20 0 20 0 334085057 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131511487208 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21438] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21438/stat : 21438 (java) S 21424 21426 20030 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 334085058 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131510433272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21439] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21439/stat : 21439 (java) S 21424 21426 20030 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 334085058 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131509380872 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21440] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21440/stat : 21440 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131508329360 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21441] ppid=21424 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/21426/task/21441/stat : 21441 (java) S 21424 21426 20030 0 -1 4202560 8743 0 0 0 149 2 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131507275960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21426/tid=21442] ppid=21424 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/21426/task/21442/stat : 21442 (java) S 21424 21426 20030 0 -1 4202560 7688 0 0 0 135 2 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131506223160 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21443] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21443/stat : 21443 (java) S 21424 21426 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131505171064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21426/tid=21444] ppid=21424 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/21426/task/21444/stat : 21444 (java) S 21424 21426 20030 0 -1 4202560 43 0 0 0 10 16 0 0 20 0 20 0 334085060 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131504118472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21426/tid=21446] ppid=21424 vsize=11852648 CPUtime=724.43 cores=0,2,4,6
/proc/21426/task/21446/stat : 21446 (java) R 21424 21426 20030 0 -1 4202560 1264 0 0 0 72385 58 0 0 20 0 20 0 334085237 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131502009008 140131634795608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21426/tid=21448] ppid=21424 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21426/task/21448/stat : 21448 (java) S 21424 21426 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334085242 12137111552 927027 33554432000 1073741824 1073778376 140736163208048 140131499906600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1468.81
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 737.281
CPU time (s): 1469.17
CPU user time (s): 1467.4
CPU system time (s): 1.77173
CPU usage (%): 199.269
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1467.4
system time used= 1.77173
maximum resident set size= 3708132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27051
page faults= 1
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19215
involuntary context switches= 20937

runsolver used 3.02554 second user time and 8.35573 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 01:26:30
IDJOB=3730677
IDBENCH=1465
IDSOLVER=2328
FILE ID=node118/3730677-1338679589
RUNJOBID= node118-1338678623-20049
PBS_JOBID= 14636695
Free space on /tmp= 70944 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730677-1338679589/watcher-3730677-1338679589 -o /tmp/evaluation-result-3730677-1338679589/solver-3730677-1338679589 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3730677-1338679589.opb

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=1441511189

node118.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		: 2666.212
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	: 5332.42
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		: 2666.212
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	: 5438.55
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		: 2666.212
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		: 2666.212
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		: 2666.212
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	: 5320.68
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		: 2666.212
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		: 2666.212
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		: 2666.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25321436 kB
Buffers:          481636 kB
Cached:          3861916 kB
SwapCached:            0 kB
Active:          3663824 kB
Inactive:        3005516 kB
Active(anon):    2315708 kB
Inactive(anon):    11340 kB
Active(file):    1348116 kB
Inactive(file):  2994176 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9332 kB
Writeback:            20 kB
AnonPages:       2436644 kB
Mapped:            19900 kB
Shmem:               200 kB
Slab:             724396 kB
SReclaimable:     164876 kB
SUnreclaim:       559520 kB
KernelStack:        1768 kB
PageTables:         8304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2385920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70944 MiB
End job on node118 at 2012-06-03 01:38:47