Trace number 3689482

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 1454.09 739.441

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-859770.opb
MD5SUMcbc412f006cacd8e2fcdc61d20cbc351
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 benchmark134.834
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2504
Total number of constraints2065
Number of constraints which are clauses1536
Number of constraints which are cardinality constraints (but not clauses)529
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint1446
Number of terms in the objective function 2504
Biggest coefficient in the objective function 10
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 16472
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 16472
Number of bits of the biggest sum of numbers15
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689482-1337882420.opb
0.07/0.13	c reading problem ... 
1.72/1.41	c ... done. Wall clock time 1.282s.
1.72/1.41	c declared #vars     2504
1.72/1.41	c #constraints  2084
1.72/1.41	c constraints type 
1.72/1.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1555
1.72/1.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 529
1.72/1.41	c 2084 constraints processed.
1.72/1.41	c constraints type 
1.72/1.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1555
1.72/1.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 529
1.72/1.41	c 2084 constraints processed.
1.72/1.41	c objective function length is 2504 literals
7.68/3.89	c cleaning 2500 clauses out of 5000 with flag 5000/5000
16.70/8.02	c cleaning 4255 clauses out of 8514 with flag 11014/11014
24.94/11.99	c cleaning 5618 clauses out of 11246 with flag 18001/18001
32.55/15.58	c cleaning 6757 clauses out of 13627 with flag 26000/26000
44.17/21.34	c cleaning 7931 clauses out of 15870 with flag 35001/35001
55.89/27.26	c cleaning 8962 clauses out of 17944 with flag 45006/45006
69.42/34.01	c cleaning 9988 clauses out of 19976 with flag 56001/56001
82.99/40.80	c cleaning 10932 clauses out of 21995 with flag 68009/68009
97.59/48.28	c cleaning 12018 clauses out of 24057 with flag 81003/81003
115.86/57.43	c cleaning 12936 clauses out of 26034 with flag 95000/95000
129.06/64.18	c cleaning 14007 clauses out of 28098 with flag 110000/110000
145.61/72.58	c cleaning 14979 clauses out of 30096 with flag 126005/126005
167.02/83.50	c cleaning 16046 clauses out of 32115 with flag 143003/143003
189.90/94.91	c cleaning 16809 clauses out of 34066 with flag 161000/161000
227.54/114.09	c cleaning 18128 clauses out of 36259 with flag 180002/180002
260.49/130.74	c cleaning 19052 clauses out of 38129 with flag 200000/200000
285.32/143.30	c cleaning 20004 clauses out of 40079 with flag 221002/221002
311.38/156.57	c cleaning 21023 clauses out of 42074 with flag 243002/243002
335.57/168.82	c cleaning 21952 clauses out of 44050 with flag 266001/266001
366.12/184.59	c cleaning 22838 clauses out of 46097 with flag 290000/290000
403.16/203.29	c cleaning 24123 clauses out of 48259 with flag 315000/315000
442.94/223.36	c cleaning 24919 clauses out of 50137 with flag 341001/341001
488.29/246.22	c cleaning 26079 clauses out of 52217 with flag 368000/368000
539.34/272.27	c cleaning 27064 clauses out of 54139 with flag 396002/396002
575.40/290.61	c cleaning 28017 clauses out of 56073 with flag 425000/425000
627.85/317.06	c cleaning 28895 clauses out of 58056 with flag 455000/455000
675.11/341.95	c cleaning 30056 clauses out of 60161 with flag 486000/486000
715.59/362.52	c cleaning 31006 clauses out of 62105 with flag 518000/518000
746.36/378.33	c cleaning 32036 clauses out of 64099 with flag 551000/551000
790.57/400.94	c cleaning 33025 clauses out of 66063 with flag 585000/585000
842.76/427.89	c cleaning 33947 clauses out of 68039 with flag 620002/620002
879.23/446.59	c cleaning 34962 clauses out of 70090 with flag 656000/656000
930.63/472.51	c cleaning 36021 clauses out of 72127 with flag 693000/693000
988.11/501.65	c cleaning 37045 clauses out of 74104 with flag 731000/731000
1065.94/541.36	c cleaning 37948 clauses out of 76062 with flag 770003/770003
1133.94/575.75	c cleaning 39050 clauses out of 78114 with flag 810004/810004
1190.86/604.62	c cleaning 40017 clauses out of 80058 with flag 851001/851001
1256.13/637.80	c cleaning 41012 clauses out of 82042 with flag 893002/893002
1329.79/675.55	c cleaning 42008 clauses out of 84027 with flag 936001/936001
1412.51/717.35	c cleaning 42991 clauses out of 86018 with flag 980000/980000
1452.91/738.11	c  And the winner is solver0
1452.41/739.39	c starts		: 171
1452.41/739.39	c conflicts		: 1009877
1452.41/739.39	c decisions		: 10532017
1452.41/739.40	c propagations		: 99769714
1452.41/739.40	c inspects		: 995857469
1452.41/739.40	c shortcuts		: 0
1452.41/739.40	c learnt literals	: 48
1452.41/739.40	c learnt binary clauses	: 2156
1452.41/739.40	c learnt ternary clauses	: 2117
1452.41/739.40	c learnt constraints	: 1009828
1452.41/739.40	c ignored constraints	: 0
1452.41/739.40	c root simplifications	: 0
1452.41/739.40	c removed literals (reason simplification)	: 56606399
1452.41/739.40	c reason swapping (by a shorter reason)	: 0
1452.41/739.40	c Calls to reduceDB	: 40
1452.41/739.40	c number of reductions to clauses (during analyze)	: 0
1452.41/739.40	c number of learned constraints concerned by reduction	: 0
1452.41/739.40	c number of learning phase by resolution	: 0
1452.41/739.40	c number of learning phase by cutting planes	: 0
1452.41/739.40	c speed (assignments/second)	: 135196.45889145904
1452.41/739.40	c non guided choices	247
1450.77/739.42	c learnt constraints type 
1450.77/739.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2156
1450.77/739.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70716
1450.77/739.42	c constraints type 
1450.77/739.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1555
1450.77/739.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 529
1450.77/739.42	c 2084 constraints processed.
1450.77/739.42	c constraints type 
1450.77/739.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1555
1450.77/739.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 529
1450.77/739.42	c 2084 constraints processed.
1450.77/739.42	s UNSATISFIABLE
1450.77/739.42	c Total wall clock time (in seconds): 739.29

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-3689482-1337882420/watcher-3689482-1337882420 -o /tmp/evaluation-result-3689482-1337882420/solver-3689482-1337882420 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689482-1337882420.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.61 3.61 3.38 4/198 26203
/proc/meminfo: memFree=24102496/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/26203/stat : 26203 (java) D 26201 26203 21231 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 254367656 2560000 47 33554432000 1073741824 1073778376 140736586149408 140736586146536 272877317415 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/26203/statm: 625 47 37 9 0 29 0

[startup+0.0404801 s]
/proc/loadavg: 3.61 3.61 3.38 4/198 26203
/proc/meminfo: memFree=24102496/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/26203/stat : 26203 (java) S 26201 26203 21231 0 -1 4202496 2808 0 1 0 0 1 0 0 20 0 10 0 254367656 9233014784 3508 33554432000 1073741824 1073778376 140733227319616 140733227310752 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26203/statm: 2254154 3510 1562 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100276 s]
/proc/loadavg: 3.61 3.61 3.38 4/198 26203
/proc/meminfo: memFree=24102496/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/26203/stat : 26203 (java) S 26201 26203 21231 0 -1 4202496 3921 0 1 0 6 1 0 0 20 0 18 0 254367656 9787813888 5121 33554432000 1073741824 1073778376 140733227319616 140733227310752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26203/statm: 2389603 5121 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300223 s]
/proc/loadavg: 3.61 3.61 3.38 4/198 26203
/proc/meminfo: memFree=24102496/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/26203/stat : 26203 (java) S 26201 26203 21231 0 -1 4202496 7147 0 1 0 50 2 0 0 20 0 18 0 254367656 9787813888 9810 33554432000 1073741824 1073778376 140733227319616 140733227310752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26203/statm: 2389603 9810 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.70023 s]
/proc/loadavg: 3.61 3.61 3.38 4/198 26203
/proc/meminfo: memFree=24102496/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=9558412 CPUtime=1 cores=0,2,4,6
/proc/26203/stat : 26203 (java) S 26201 26203 21231 0 -1 4202496 7329 0 1 0 97 3 0 0 20 0 18 0 254367656 9787813888 40053 33554432000 1073741824 1073778376 140733227319616 140733227310752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26203/statm: 2389603 40053 2236 9 0 2380296 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558412

[startup+1.50062 s]
/proc/loadavg: 3.61 3.61 3.38 4/216 26221
/proc/meminfo: memFree=23942568/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/26203/stat : 26203 (java) S 26201 26203 21231 0 -1 4202496 8079 0 1 0 198 5 0 0 20 0 22 0 254367656 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140733227310752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26203/statm: 2456167 43704 2251 9 0 2446860 0
[pid=26203/tid=26205] ppid=26201 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/26203/task/26205/stat : 26205 (java) S 26201 26203 21231 0 -1 4202560 2520 0 1 0 132 3 0 0 20 0 22 0 254367658 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530347471864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26206] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26206/stat : 26206 (java) S 26201 26203 21231 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530325572264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26207] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26207/stat : 26207 (java) S 26201 26203 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530324519720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26208] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26208/stat : 26208 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530121960360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26209] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26209/stat : 26209 (java) S 26201 26203 21231 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530120907816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26210] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26210/stat : 26210 (java) S 26201 26203 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530119854248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26211] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26211/stat : 26211 (java) S 26201 26203 21231 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530118801704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26212] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26212/stat : 26212 (java) S 26201 26203 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530117749160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26213] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26213/stat : 26213 (java) S 26201 26203 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530116696616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26214] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26214/stat : 26214 (java) S 26201 26203 21231 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 254367661 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530104285800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26215] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26215/stat : 26215 (java) S 26201 26203 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254367661 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530103232120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26216] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26216/stat : 26216 (java) S 26201 26203 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254367661 10060460032 43704 33554432000 1073741824 1073778376 140733227319616 140530102179464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26217] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26217/stat : 26217 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254367664 10060460032 43702 33554432000 1073741824 1073778376 140733227319616 140530101128208 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26218] ppid=26201 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/26203/task/26218/stat : 26218 (java) R 26201 26203 21231 0 -1 4202560 1727 0 0 0 20 0 0 0 20 0 22 0 254367664 10060460032 43703 33554432000 1073741824 1073778376 140733227319616 140530100074120 272886107979 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26219] ppid=26201 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/26203/task/26219/stat : 26219 (java) R 26201 26203 21231 0 -1 4202560 2435 0 0 0 23 0 0 0 20 0 22 0 254367664 10060460032 43705 33554432000 1073741824 1073778376 140733227319616 140530099022008 140530353434780 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26220] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26220/stat : 26220 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254367664 10060460032 43705 33554432000 1073741824 1073778376 140733227319616 140530097969656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26221] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26221/stat : 26221 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254367664 10060460032 43705 33554432000 1073741824 1073778376 140733227319616 140530096917320 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9824668

[startup+3.10081 s]
/proc/loadavg: 3.72 3.63 3.38 6/220 26225
/proc/meminfo: memFree=23924428/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=9824668 CPUtime=6.28 cores=0,2,4,6
/proc/26203/stat : 26203 (java) S 26201 26203 21231 0 -1 4202496 18202 0 1 0 619 9 0 0 20 0 22 0 254367656 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140733227310752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26203/statm: 2456167 51551 2265 9 0 2446860 0
[pid=26203/tid=26205] ppid=26201 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/26203/task/26205/stat : 26205 (java) S 26201 26203 21231 0 -1 4202560 2520 0 1 0 132 3 0 0 20 0 22 0 254367658 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530347471864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26206] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26206/stat : 26206 (java) S 26201 26203 21231 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530325572264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26207] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26207/stat : 26207 (java) S 26201 26203 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530324519720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26208] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26208/stat : 26208 (java) S 26201 26203 21231 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530121960360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26209] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26209/stat : 26209 (java) S 26201 26203 21231 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530120907816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26210] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26210/stat : 26210 (java) S 26201 26203 21231 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530119854248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26211] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26211/stat : 26211 (java) S 26201 26203 21231 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530118801704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26212] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26212/stat : 26212 (java) S 26201 26203 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530117749160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26213] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26213/stat : 26213 (java) S 26201 26203 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530116696616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26214] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26214/stat : 26214 (java) S 26201 26203 21231 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254367661 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530104285800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26215] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26215/stat : 26215 (java) S 26201 26203 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254367661 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530103232120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26216] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26216/stat : 26216 (java) S 26201 26203 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254367661 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530102179464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26217] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26217/stat : 26217 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254367664 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530101128208 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26218] ppid=26201 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26203/task/26218/stat : 26218 (java) S 26201 26203 21231 0 -1 4202560 4683 0 0 0 69 0 0 0 20 0 22 0 254367664 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530100074552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26219] ppid=26201 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/26203/task/26219/stat : 26219 (java) S 26201 26203 21231 0 -1 4202560 9557 0 0 0 77 2 0 0 20 0 22 0 254367664 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530099022008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26220] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26220/stat : 26220 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254367664 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530097969656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26221] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26221/stat : 26221 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254367664 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530096917320 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26222] ppid=26201 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/26203/task/26222/stat : 26222 (java) R 26201 26203 21231 0 -1 4202560 32 0 0 0 164 0 0 0 20 0 22 0 254367798 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530095862744 140530206494330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26223] ppid=26201 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/26203/task/26223/stat : 26223 (java) R 26201 26203 21231 0 -1 4202560 72 0 0 0 165 0 0 0 20 0 22 0 254367798 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530094809000 140530206512296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26224] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26224/stat : 26224 (java) S 26201 26203 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254367800 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530093757992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26225] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26225/stat : 26225 (java) S 26201 26203 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254367800 10060460032 51551 33554432000 1073741824 1073778376 140733227319616 140530092705448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.72 3.63 3.38 4/220 26225
/proc/meminfo: memFree=23859512/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=9824668 CPUtime=13.16 cores=0,2,4,6
/proc/26203/stat : 26203 (java) S 26201 26203 21231 0 -1 4202496 24157 0 1 0 1302 14 0 0 20 0 22 0 254367656 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140733227310752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26203/statm: 2456167 65721 2279 9 0 2446860 0
[pid=26203/tid=26205] ppid=26201 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/26203/task/26205/stat : 26205 (java) S 26201 26203 21231 0 -1 4202560 2520 0 1 0 132 3 0 0 20 0 22 0 254367658 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530347471864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26206] ppid=26201 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26203/task/26206/stat : 26206 (java) S 26201 26203 21231 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 22 0 254367659 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530325572264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26207] ppid=26201 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26203/task/26207/stat : 26207 (java) S 26201 26203 21231 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254367659 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530324519720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26208] ppid=26201 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26203/task/26208/stat : 26208 (java) S 26201 26203 21231 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 22 0 254367659 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530121960360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26209] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26209/stat : 26209 (java) S 26201 26203 21231 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530120907816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26210] ppid=26201 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26203/task/26210/stat : 26210 (java) S 26201 26203 21231 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254367659 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530119854248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26211] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26211/stat : 26211 (java) S 26201 26203 21231 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530118801704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26212] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26212/stat : 26212 (java) S 26201 26203 21231 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530117749160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26213] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26213/stat : 26213 (java) S 26201 26203 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254367659 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530116696616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26214] ppid=26201 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26203/task/26214/stat : 26214 (java) S 26201 26203 21231 0 -1 4202560 102 0 0 0 3 0 0 0 20 0 22 0 254367661 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530104285800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26215] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26215/stat : 26215 (java) S 26201 26203 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254367661 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530103232120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26216] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26216/stat : 26216 (java) S 26201 26203 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254367661 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530102179464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26217] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26217/stat : 26217 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254367664 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530101128208 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26218] ppid=26201 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/26203/task/26218/stat : 26218 (java) S 26201 26203 21231 0 -1 4202560 10552 0 0 0 112 2 0 0 20 0 22 0 254367664 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530100074552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26219] ppid=26201 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/26203/task/26219/stat : 26219 (java) S 26201 26203 21231 0 -1 4202560 9557 0 0 0 84 2 0 0 20 0 22 0 254367664 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530099022008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26220] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26220/stat : 26220 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254367664 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530097969656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26221] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26221/stat : 26221 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254367664 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530096917320 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26222] ppid=26201 vsize=9824668 CPUtime=4.74 cores=0,2,4,6
/proc/26203/task/26222/stat : 26222 (java) R 26201 26203 21231 0 -1 4202560 37 0 0 0 474 0 0 0 20 0 22 0 254367798 10060460032 65721 33554432000 1073741824 1073778376 140733227319616 140530095860192 140530206456462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

[pid=26203/tid=26214] ppid=26201 vsize=9824668 CPUtime=36.81 cores=0,2,4,6
/proc/26203/task/26214/stat : 26214 (java) S 26201 26203 21231 0 -1 4202560 2407 0 0 0 3660 21 0 0 20 0 20 0 254367661 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530104285800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26215] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26215/stat : 26215 (java) S 26201 26203 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254367661 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530103232120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26216] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26216/stat : 26216 (java) S 26201 26203 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254367661 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530102179464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26217] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26217/stat : 26217 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530101128208 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26218] ppid=26201 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/26203/task/26218/stat : 26218 (java) S 26201 26203 21231 0 -1 4202560 10718 0 0 0 138 2 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530100074552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26219] ppid=26201 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/26203/task/26219/stat : 26219 (java) S 26201 26203 21231 0 -1 4202560 19724 0 0 0 190 3 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530099022008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26220] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26220/stat : 26220 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530097969656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26221] ppid=26201 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/26203/task/26221/stat : 26221 (java) S 26201 26203 21231 0 -1 4202560 43 0 0 0 10 15 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530096917320 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26223] ppid=26201 vsize=9824668 CPUtime=691.55 cores=0,2,4,6
/proc/26203/task/26223/stat : 26223 (java) R 26201 26203 21231 0 -1 4202560 859 0 0 0 69131 24 0 0 20 0 20 0 254367798 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530094808080 140530206318951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26225] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26225/stat : 26225 (java) S 26201 26203 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254367800 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530092705448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1451.41
Current children cumulated vsize (KiB) 9824668

[startup+739.101 s]
/proc/loadavg: 3.86 3.81 3.62 4/217 26626
/proc/meminfo: memFree=24979860/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=9824668 CPUtime=1452.22 cores=0,2,4,6
/proc/26203/stat : 26203 (java) S 26201 26203 21231 0 -1 4202496 43868 0 1 0 144975 247 0 0 20 0 20 0 254367656 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140733227310752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26203/statm: 2456167 727472 2280 9 0 2446860 0
[pid=26203/tid=26205] ppid=26201 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/26203/task/26205/stat : 26205 (java) S 26201 26203 21231 0 -1 4202560 2549 0 1 0 134 4 0 0 20 0 20 0 254367658 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530347471864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26206] ppid=26201 vsize=9824668 CPUtime=2.99 cores=0,2,4,6
/proc/26203/task/26206/stat : 26206 (java) S 26201 26203 21231 0 -1 4202560 742 0 0 0 275 24 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530325572264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26207] ppid=26201 vsize=9824668 CPUtime=3.03 cores=0,2,4,6
/proc/26203/task/26207/stat : 26207 (java) S 26201 26203 21231 0 -1 4202560 1127 0 0 0 276 27 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530324519720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26208] ppid=26201 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/26203/task/26208/stat : 26208 (java) S 26201 26203 21231 0 -1 4202560 817 0 0 0 282 19 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530121960360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26209] ppid=26201 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/26203/task/26209/stat : 26209 (java) S 26201 26203 21231 0 -1 4202560 504 0 0 0 291 20 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530120907816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26210] ppid=26201 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/26203/task/26210/stat : 26210 (java) S 26201 26203 21231 0 -1 4202560 823 0 0 0 279 21 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530119854248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26211] ppid=26201 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/26203/task/26211/stat : 26211 (java) S 26201 26203 21231 0 -1 4202560 906 0 0 0 316 24 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530118801704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26212] ppid=26201 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/26203/task/26212/stat : 26212 (java) S 26201 26203 21231 0 -1 4202560 660 0 0 0 259 21 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530117749160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26213] ppid=26201 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/26203/task/26213/stat : 26213 (java) S 26201 26203 21231 0 -1 4202560 727 0 0 0 318 22 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530116696616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26214] ppid=26201 vsize=9824668 CPUtime=36.81 cores=0,2,4,6
/proc/26203/task/26214/stat : 26214 (java) S 26201 26203 21231 0 -1 4202560 2407 0 0 0 3660 21 0 0 20 0 20 0 254367661 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530104285800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26215] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26215/stat : 26215 (java) S 26201 26203 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254367661 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530103232120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26216] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26216/stat : 26216 (java) S 26201 26203 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254367661 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530102179464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26217] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26217/stat : 26217 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530101128208 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26218] ppid=26201 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/26203/task/26218/stat : 26218 (java) S 26201 26203 21231 0 -1 4202560 10718 0 0 0 138 2 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530100074552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26219] ppid=26201 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/26203/task/26219/stat : 26219 (java) S 26201 26203 21231 0 -1 4202560 19724 0 0 0 190 3 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530099022008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26220] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26220/stat : 26220 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530097969656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26221] ppid=26201 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/26203/task/26221/stat : 26221 (java) S 26201 26203 21231 0 -1 4202560 43 0 0 0 10 15 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530096917320 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26223] ppid=26201 vsize=9824668 CPUtime=692.35 cores=0,2,4,6
/proc/26203/task/26223/stat : 26223 (java) R 26201 26203 21231 0 -1 4202560 859 0 0 0 69211 24 0 0 20 0 20 0 254367798 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530094808080 140530207040013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26225] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26225/stat : 26225 (java) S 26201 26203 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254367800 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530092705448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1452.22
Current children cumulated vsize (KiB) 9824668

[startup+739.301 s]
/proc/loadavg: 3.86 3.81 3.62 4/217 26626
/proc/meminfo: memFree=24979860/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=9824668 CPUtime=1452.41 cores=0,2,4,6
/proc/26203/stat : 26203 (java) S 26201 26203 21231 0 -1 4202496 43868 0 1 0 144994 247 0 0 20 0 20 0 254367656 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140733227310752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26203/statm: 2456167 727472 2280 9 0 2446860 0
[pid=26203/tid=26205] ppid=26201 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/26203/task/26205/stat : 26205 (java) S 26201 26203 21231 0 -1 4202560 2549 0 1 0 134 4 0 0 20 0 20 0 254367658 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530347471864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26206] ppid=26201 vsize=9824668 CPUtime=2.99 cores=0,2,4,6
/proc/26203/task/26206/stat : 26206 (java) S 26201 26203 21231 0 -1 4202560 742 0 0 0 275 24 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530325572264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26207] ppid=26201 vsize=9824668 CPUtime=3.03 cores=0,2,4,6
/proc/26203/task/26207/stat : 26207 (java) S 26201 26203 21231 0 -1 4202560 1127 0 0 0 276 27 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530324519720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26208] ppid=26201 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/26203/task/26208/stat : 26208 (java) S 26201 26203 21231 0 -1 4202560 817 0 0 0 282 19 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530121960360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26209] ppid=26201 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/26203/task/26209/stat : 26209 (java) S 26201 26203 21231 0 -1 4202560 504 0 0 0 291 20 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530120907816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26210] ppid=26201 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/26203/task/26210/stat : 26210 (java) S 26201 26203 21231 0 -1 4202560 823 0 0 0 279 21 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530119854248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26211] ppid=26201 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/26203/task/26211/stat : 26211 (java) S 26201 26203 21231 0 -1 4202560 906 0 0 0 316 24 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530118801704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26212] ppid=26201 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/26203/task/26212/stat : 26212 (java) S 26201 26203 21231 0 -1 4202560 660 0 0 0 259 21 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530117749160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26213] ppid=26201 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/26203/task/26213/stat : 26213 (java) S 26201 26203 21231 0 -1 4202560 727 0 0 0 318 22 0 0 20 0 20 0 254367659 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530116696616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26214] ppid=26201 vsize=9824668 CPUtime=36.81 cores=0,2,4,6
/proc/26203/task/26214/stat : 26214 (java) S 26201 26203 21231 0 -1 4202560 2407 0 0 0 3660 21 0 0 20 0 20 0 254367661 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530104285800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26215] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26215/stat : 26215 (java) S 26201 26203 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254367661 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530103232120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26216] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26216/stat : 26216 (java) S 26201 26203 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254367661 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530102179464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26217] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26217/stat : 26217 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530101128208 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26218] ppid=26201 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/26203/task/26218/stat : 26218 (java) S 26201 26203 21231 0 -1 4202560 10718 0 0 0 138 2 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530100074552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26219] ppid=26201 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/26203/task/26219/stat : 26219 (java) S 26201 26203 21231 0 -1 4202560 19724 0 0 0 190 3 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530099022008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26220] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26220/stat : 26220 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530097969656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26221] ppid=26201 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/26203/task/26221/stat : 26221 (java) S 26201 26203 21231 0 -1 4202560 43 0 0 0 10 15 0 0 20 0 20 0 254367664 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530096917320 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26223] ppid=26201 vsize=9824668 CPUtime=692.54 cores=0,2,4,6
/proc/26203/task/26223/stat : 26223 (java) R 26201 26203 21231 0 -1 4202560 859 0 0 0 69230 24 0 0 20 0 20 0 254367798 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530094808080 140530207039805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26225] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26225/stat : 26225 (java) S 26201 26203 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254367800 10060460032 727472 33554432000 1073741824 1073778376 140733227319616 140530092705448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1452.41
Current children cumulated vsize (KiB) 9824668

[startup+739.401 s]
/proc/loadavg: 3.86 3.81 3.62 4/217 26626
/proc/meminfo: memFree=24979860/32873844 swapFree=7104/7104
[pid=26203] ppid=26201 vsize=9824668 CPUtime=1450.77 cores=0,2,4,6
/proc/26203/stat : 26203 (java) S 26201 26203 21231 0 -1 4202496 43871 0 1 0 144819 258 0 0 20 0 20 0 254367656 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140733227310752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26203/statm: 2456167 727467 2280 9 0 2446860 0
[pid=26203/tid=26205] ppid=26201 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/26203/task/26205/stat : 26205 (java) S 26201 26203 21231 0 -1 4202560 2549 0 1 0 134 4 0 0 20 0 20 0 254367658 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530347471576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26206] ppid=26201 vsize=9824668 CPUtime=2.99 cores=0,2,4,6
/proc/26203/task/26206/stat : 26206 (java) S 26201 26203 21231 0 -1 4202560 742 0 0 0 275 24 0 0 20 0 20 0 254367659 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530325572264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26207] ppid=26201 vsize=9824668 CPUtime=3.03 cores=0,2,4,6
/proc/26203/task/26207/stat : 26207 (java) S 26201 26203 21231 0 -1 4202560 1127 0 0 0 276 27 0 0 20 0 20 0 254367659 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530324519720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26208] ppid=26201 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/26203/task/26208/stat : 26208 (java) S 26201 26203 21231 0 -1 4202560 817 0 0 0 282 19 0 0 20 0 20 0 254367659 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530121960360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26209] ppid=26201 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/26203/task/26209/stat : 26209 (java) S 26201 26203 21231 0 -1 4202560 504 0 0 0 291 20 0 0 20 0 20 0 254367659 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530120907816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26210] ppid=26201 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/26203/task/26210/stat : 26210 (java) S 26201 26203 21231 0 -1 4202560 823 0 0 0 279 21 0 0 20 0 20 0 254367659 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530119854248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26211] ppid=26201 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/26203/task/26211/stat : 26211 (java) S 26201 26203 21231 0 -1 4202560 906 0 0 0 316 24 0 0 20 0 20 0 254367659 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530118801704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26212] ppid=26201 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/26203/task/26212/stat : 26212 (java) S 26201 26203 21231 0 -1 4202560 660 0 0 0 259 21 0 0 20 0 20 0 254367659 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530117749160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26213] ppid=26201 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/26203/task/26213/stat : 26213 (java) S 26201 26203 21231 0 -1 4202560 727 0 0 0 318 22 0 0 20 0 20 0 254367659 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530116696616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26214] ppid=26201 vsize=9824668 CPUtime=36.81 cores=0,2,4,6
/proc/26203/task/26214/stat : 26214 (java) S 26201 26203 21231 0 -1 4202560 2407 0 0 0 3660 21 0 0 20 0 20 0 254367661 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530104285800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26215] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26215/stat : 26215 (java) S 26201 26203 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254367661 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530103232120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26216] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26216/stat : 26216 (java) S 26201 26203 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254367661 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530102179464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26217] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26217/stat : 26217 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254367664 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530101128208 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26203/tid=26218] ppid=26201 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/26203/task/26218/stat : 26218 (java) S 26201 26203 21231 0 -1 4202560 10718 0 0 0 138 2 0 0 20 0 20 0 254367664 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530100074552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26219] ppid=26201 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/26203/task/26219/stat : 26219 (java) S 26201 26203 21231 0 -1 4202560 19724 0 0 0 190 3 0 0 20 0 20 0 254367664 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530099022008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26203/tid=26220] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26220/stat : 26220 (java) S 26201 26203 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254367664 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530097969656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26203/tid=26221] ppid=26201 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/26203/task/26221/stat : 26221 (java) S 26201 26203 21231 0 -1 4202560 43 0 0 0 10 15 0 0 20 0 20 0 254367664 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530096917320 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26203/tid=26225] ppid=26201 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26203/task/26225/stat : 26225 (java) S 26201 26203 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254367800 10060460032 727467 33554432000 1073741824 1073778376 140733227319616 140530092705448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1450.77
Current children cumulated vsize (KiB) 9824668

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.24011
#  lost CPU user time (s): 3.45007
#  lost CPU system time (s): -0.21

Real time (s): 739.441
CPU time (s): 1454.09
CPU user time (s): 1451.53
CPU system time (s): 2.56258
CPU usage (%): 196.648
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1448.08
system time used= 2.77258
maximum resident set size= 2909924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43880
page faults= 1
swaps= 0
block input operations= 0
block output operations= 768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21192
involuntary context switches= 32108

runsolver used 3.2845 second user time and 8.00078 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 20:00:20
IDJOB=3689482
IDBENCH=89844
IDSOLVER=2268
FILE ID=node119/3689482-1337882420
RUNJOBID= node119-1337871880-21247
PBS_JOBID= 14620085
Free space on /tmp= 71392 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-859770.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689482-1337882420/watcher-3689482-1337882420 -o /tmp/evaluation-result-3689482-1337882420/solver-3689482-1337882420 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689482-1337882420.opb

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

MD5SUM BENCH= cbc412f006cacd8e2fcdc61d20cbc351
RANDOM SEED=2068128039

node119.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.943
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	: 5333.88
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.943
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		: 2666.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:       32873844 kB
MemFree:        24103404 kB
Buffers:          212228 kB
Cached:          3123452 kB
SwapCached:            0 kB
Active:          5333168 kB
Inactive:        2656392 kB
Active(anon):    4656052 kB
Inactive(anon):        0 kB
Active(file):     677116 kB
Inactive(file):  2656392 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7728 kB
Writeback:             0 kB
AnonPages:       4660232 kB
Mapped:            21636 kB
Shmem:               200 kB
Slab:             634016 kB
SReclaimable:      76304 kB
SUnreclaim:       557712 kB
KernelStack:        1648 kB
PageTables:        13104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5505004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4573184 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= 71692 MiB
End job on node119 at 2012-05-24 20:12:39