Trace number 4121035

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 916.175 456.359

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n29-d4-i2.cnf.gz-plain.pb.metafix.opb
MD5SUM9ab48804874b4fcb452ce7a25453965c
Bench CategoryDEC-SMALLINT-LIN (no 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 benchmark151.136
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables117
Total number of constraints244
Number of constraints which are clauses244
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4121035-1467309036.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.042s.
0.11/0.15	c declared #vars     117
0.11/0.15	c #constraints  244
0.11/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 244
0.11/0.15	c 244 constraints processed.
0.11/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 244
0.11/0.15	c 244 constraints processed.
1.51/0.58	c cleaning 2498 clauses out of 5000 with flag 38437/5000
2.30/0.75	c cleaning 0 clauses out of 5000 with flag 0/5000
2.70/0.86	c cleaning 4248 clauses out of 8504 with flag 84592/11002
3.35/1.12	c cleaning 0 clauses out of 11000 with flag 0/11000
3.35/1.20	c cleaning 5614 clauses out of 11257 with flag 142608/18003
4.54/1.60	c cleaning 0 clauses out of 18000 with flag 0/18000
5.06/1.70	c cleaning 6815 clauses out of 13641 with flag 208432/26001
6.28/2.23	c cleaning 0 clauses out of 26000 with flag 0/26000
6.48/2.38	c cleaning 7908 clauses out of 15826 with flag 290604/35001
7.87/3.08	c cleaning 0 clauses out of 35000 with flag 0/35000
8.07/3.19	c cleaning 8953 clauses out of 17917 with flag 374334/45000
9.88/4.06	c cleaning 0 clauses out of 45000 with flag 0/45000
9.88/4.09	c cleaning 9975 clauses out of 19964 with flag 476659/56000
12.11/5.19	c cleaning 10988 clauses out of 21989 with flag 585036/68000
12.51/5.39	c cleaning 0 clauses out of 56001 with flag 0/56001
15.14/6.70	c cleaning 11995 clauses out of 24001 with flag 712270/81000
16.15/7.12	c cleaning 0 clauses out of 68001 with flag 0/68001
18.38/8.28	c cleaning 13002 clauses out of 26006 with flag 845253/95000
20.78/9.43	c cleaning 0 clauses out of 81000 with flag 0/81000
21.80/9.92	c cleaning 14000 clauses out of 28005 with flag 960669/110001
25.81/11.99	c cleaning 0 clauses out of 95000 with flag 0/95000
26.01/12.02	c cleaning 14996 clauses out of 30005 with flag 1092208/126001
30.83/14.44	c cleaning 16003 clauses out of 32010 with flag 1227641/143002
32.05/15.03	c cleaning 0 clauses out of 110004 with flag 0/110004
36.25/17.13	c cleaning 16995 clauses out of 34005 with flag 1375432/161000
39.26/18.68	c cleaning 0 clauses out of 126000 with flag 0/126000
42.25/20.13	c cleaning 17998 clauses out of 36010 with flag 1515150/180000
48.12/23.09	c cleaning 0 clauses out of 143001 with flag 0/143001
49.32/23.61	c cleaning 19004 clauses out of 38014 with flag 1663483/200002
57.13/27.57	c cleaning 20003 clauses out of 40009 with flag 1813208/221001
59.53/28.73	c cleaning 0 clauses out of 161001 with flag 0/161001
66.15/32.07	c cleaning 20997 clauses out of 42005 with flag 1982118/243000
73.94/35.93	c cleaning 0 clauses out of 180003 with flag 0/180003
75.95/36.98	c cleaning 21997 clauses out of 44008 with flag 2169059/266000
87.38/42.68	c cleaning 22999 clauses out of 46011 with flag 2351731/290000
88.19/43.02	c cleaning 0 clauses out of 200001 with flag 0/200001
99.77/48.89	c cleaning 23999 clauses out of 48012 with flag 2538478/315000
104.62/51.22	c cleaning 0 clauses out of 221002 with flag 0/221002
112.62/55.25	c cleaning 25002 clauses out of 50014 with flag 2721330/341001
121.82/59.84	c cleaning 0 clauses out of 243002 with flag 0/243002
127.67/62.78	c cleaning 26003 clauses out of 52011 with flag 2908308/368000
142.87/70.37	c cleaning 0 clauses out of 266000 with flag 0/266000
143.47/70.65	c cleaning 27006 clauses out of 54015 with flag 3099360/396007
161.70/79.73	c cleaning 27995 clauses out of 56003 with flag 3307090/425001
170.90/84.31	c cleaning 0 clauses out of 290001 with flag 0/290001
180.33/89.01	c cleaning 28998 clauses out of 58007 with flag 3510808/455000
200.13/98.99	c cleaning 29999 clauses out of 60009 with flag 3720214/486000
202.93/100.34	c cleaning 0 clauses out of 315001 with flag 0/315001
221.76/109.75	c cleaning 31001 clauses out of 62010 with flag 3939202/518000
230.19/113.90	c cleaning 0 clauses out of 341000 with flag 0/341000
246.00/121.80	c cleaning 31997 clauses out of 64009 with flag 4166685/551000
263.68/130.63	c cleaning 0 clauses out of 368001 with flag 0/368001
272.48/135.09	c cleaning 33001 clauses out of 66013 with flag 4397531/585001
300.92/149.26	c cleaning 34001 clauses out of 68011 with flag 4632827/620000
303.53/150.58	c cleaning 0 clauses out of 396000 with flag 0/396000
331.17/164.35	c cleaning 34997 clauses out of 70012 with flag 4873282/656002
346.83/172.11	c cleaning 0 clauses out of 425002 with flag 0/425002
361.62/179.59	c cleaning 36001 clauses out of 72014 with flag 5111056/693001
394.66/196.02	c cleaning 37003 clauses out of 74012 with flag 5365301/731000
402.06/199.70	c cleaning 0 clauses out of 455000 with flag 0/455000
429.08/213.21	c cleaning 37996 clauses out of 76009 with flag 5610245/770000
457.05/227.18	c cleaning 0 clauses out of 486002 with flag 0/486002
463.49/230.29	c cleaning 39000 clauses out of 78013 with flag 5869005/810000
500.77/248.87	c cleaning 0 clauses out of 518000 with flag 0/518000
501.77/249.30	c cleaning 40006 clauses out of 80016 with flag 6130043/851003
542.30/269.52	c cleaning 41000 clauses out of 82007 with flag 6406371/893000
547.68/272.26	c cleaning 0 clauses out of 551000 with flag 0/551000
584.96/290.81	c cleaning 41999 clauses out of 84008 with flag 6694839/936001
601.56/299.17	c cleaning 0 clauses out of 585000 with flag 0/585000
633.21/314.93	c cleaning 42998 clauses out of 86007 with flag 6986502/980000
684.86/340.74	c cleaning 44001 clauses out of 88011 with flag 7264436/1025002
694.72/345.67	c cleaning 0 clauses out of 620001 with flag 0/620001
737.45/366.98	c cleaning 45001 clauses out of 90008 with flag 7554208/1071000
779.75/388.03	c cleaning 0 clauses out of 656000 with flag 0/656000
790.14/393.21	c cleaning 46001 clauses out of 92007 with flag 7846285/1118000
846.12/421.19	c cleaning 47001 clauses out of 94005 with flag 8154794/1166000
872.35/434.24	c cleaning 0 clauses out of 693000 with flag 0/693000
905.89/450.92	c cleaning 47999 clauses out of 96004 with flag 8476989/1215002
915.92/455.99	c And the winner is solver0
915.92/456.24	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
915.92/456.24	c starts		: 469
915.92/456.24	c conflicts		: 1228403
915.92/456.24	c decisions		: 1414943
915.92/456.24	c propagations		: 17130100
915.92/456.24	c inspects		: 9488319618
915.92/456.24	c shortcuts		: 0
915.92/456.24	c learnt literals	: 17
915.92/456.24	c learnt binary clauses	: 151
915.92/456.24	c learnt ternary clauses	: 687
915.92/456.24	c learnt constraints	: 1228385
915.92/456.24	c ignored constraints	: 0
915.92/456.24	c root simplifications	: 0
915.92/456.24	c removed literals (reason simplification)	: 4206718
915.92/456.24	c reason swapping (by a shorter reason)	: 0
915.92/456.24	c Calls to reduceDB	: 45
915.92/456.24	c Number of update (reduction) of LBD	: 286177
915.92/456.24	c Imported unit clauses	: 0
915.92/456.24	c number of reductions to clauses (during analyze)	: 0
915.92/456.24	c number of learned constraints concerned by reduction	: 0
915.92/456.24	c number of learning phase by resolution	: 0
915.92/456.24	c number of learning phase by cutting planes	: 0
915.92/456.24	c speed (assignments/second)	: 37559.33704758585
915.92/456.24	c non guided choices	27
915.92/456.27	c learnt constraints type 
915.92/456.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 151
915.92/456.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 61241
915.92/456.27	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
915.92/456.27	c starts		: 169
915.92/456.27	c conflicts		: 715602
915.92/456.27	c decisions		: 792197
915.92/456.27	c propagations		: 10688125
915.92/456.27	c inspects		: 4271123874
915.92/456.27	c shortcuts		: 0
915.92/456.27	c learnt literals	: 0
915.92/456.27	c learnt binary clauses	: 0
915.92/456.27	c learnt ternary clauses	: 2
915.92/456.27	c learnt constraints	: 715601
915.92/456.27	c ignored constraints	: 0
915.92/456.27	c root simplifications	: 0
915.92/456.27	c removed literals (reason simplification)	: 0
915.92/456.27	c reason swapping (by a shorter reason)	: 0
915.92/456.27	c Calls to reduceDB	: 33
915.92/456.27	c Number of update (reduction) of LBD	: 0
915.92/456.27	c Imported unit clauses	: 0
915.92/456.27	c number of reductions to clauses (during analyze)	: 0
915.92/456.27	c number of learned constraints concerned by reduction	: 0
915.92/456.27	c number of learning phase by resolution	: 0
915.92/456.27	c number of learning phase by cutting planes	: 0
915.92/456.27	c speed (assignments/second)	: 23433.217864111728
915.92/456.27	c non guided choices	24
916.03/456.35	c learnt constraints type 
916.03/456.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 715601
916.03/456.35	s UNSATISFIABLE
916.03/456.35	c Total wall clock time (in seconds): 456.243

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4121035-1467309036/watcher-4121035-1467309036 -o /tmp/evaluation-result-4121035-1467309036/solver-4121035-1467309036 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13228 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4121035-1467309036.opb 

pid=15050
running on 4 cores: 1,3,5,7

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.89 3.20 2.09 4/262 15053
/proc/meminfo: memFree=29389584/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 12010125 95129600 927 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 23225 927 703 9 0 16769 0
[pid=15053/tid=15054] ppid=15050 vsize=94176 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) R 15050 15053 13211 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 2 0 12010126 96436224 939 33554432000 1073741824 1073778376 140736400044800 140594890092072 249640873770 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 3.89 3.20 2.09 4/262 15053
/proc/meminfo: memFree=29389584/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 4496 0 1 0 10 1 0 0 20 0 18 0 12010125 9787879424 6121 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 2389619 6121 2156 9 0 2380296 0
[pid=15053/tid=15054] ppid=15050 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) R 15050 15053 13211 0 -1 4202560 2394 0 1 0 6 1 0 0 20 0 18 0 12010126 9787879424 6121 33554432000 1073741824 1073778376 140736400044800 140594890095520 249653421325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 3.89 3.20 2.09 4/262 15053
/proc/meminfo: memFree=29389584/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 6271 0 1 0 29 1 0 0 20 0 22 0 12010125 10060525568 8969 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 2456183 8971 2217 9 0 2446860 0
[pid=15053/tid=15054] ppid=15050 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) S 15050 15053 13211 0 -1 4202560 2424 0 1 0 12 1 0 0 20 0 22 0 12010126 10060525568 8971 33554432000 1073741824 1073778376 140736400044800 140594890097528 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300287 s]
/proc/loadavg: 3.89 3.20 2.09 4/262 15053
/proc/meminfo: memFree=29389584/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 7846 0 1 0 69 2 0 0 20 0 22 0 12010125 10060525568 10220 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 2456183 10220 2240 9 0 2446860 0
[pid=15053/tid=15054] ppid=15050 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) S 15050 15053 13211 0 -1 4202560 2424 0 1 0 12 1 0 0 20 0 22 0 12010126 10060525568 10220 33554432000 1073741824 1073778376 140736400044800 140594890097528 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9824732

[startup+0.700238 s]
/proc/loadavg: 3.89 3.20 2.09 4/262 15053
/proc/meminfo: memFree=29389584/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 23864 0 1 0 226 4 0 0 20 0 22 0 12010125 10060525568 34722 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 2456183 34722 2260 9 0 2446860 0
[pid=15053/tid=15054] ppid=15050 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) S 15050 15053 13211 0 -1 4202560 2424 0 1 0 12 1 0 0 20 0 22 0 12010126 10060525568 34722 33554432000 1073741824 1073778376 140736400044800 140594890097528 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 3.89 3.20 2.09 5/284 15075
/proc/meminfo: memFree=29195652/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 24081 0 1 0 449 5 0 0 20 0 22 0 12010125 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 2456183 50777 2275 9 0 2446860 0
[pid=15053/tid=15054] ppid=15050 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) S 15050 15053 13211 0 -1 4202560 2424 0 1 0 12 1 0 0 20 0 22 0 12010126 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594890097528 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 13211 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594734074280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594733021736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594731968680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594730916136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594729864104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594728811560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594727758504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594726705960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12010128 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594714294632 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12010128 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594713240952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12010128 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594712187784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010130 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594711136528 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 13211 0 -1 4202560 9065 0 0 0 68 1 0 0 20 0 22 0 12010130 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594710084408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/15053/task/15069/stat : 15069 (java) S 15050 15053 13211 0 -1 4202560 11174 0 0 0 99 2 0 0 20 0 22 0 12010130 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594709031864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010130 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594707979000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010130 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594706926664 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15072] ppid=15050 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/15053/task/15072/stat : 15072 (java) R 15050 15053 13211 0 -1 4202560 23 0 0 0 131 0 0 0 20 0 22 0 12010141 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594705862528 140594762502050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15073] ppid=15050 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/15053/task/15073/stat : 15073 (java) R 15050 15053 13211 0 -1 4202560 92 0 0 0 130 1 0 0 20 0 22 0 12010141 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594704810000 140594762999092 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15074] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15074/stat : 15074 (java) S 15050 15053 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12010142 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594703766312 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15075] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15075/stat : 15075 (java) S 15050 15053 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12010142 10060525568 50777 33554432000 1073741824 1073778376 140736400044800 140594702713768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 3.89 3.20 2.09 5/284 15075
/proc/meminfo: memFree=29188764/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=9824732 CPUtime=8.07 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 24105 0 1 0 801 6 0 0 20 0 22 0 12010125 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 2456183 53339 2275 9 0 2446860 0
[pid=15053/tid=15054] ppid=15050 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) S 15050 15053 13211 0 -1 4202560 2424 0 1 0 12 1 0 0 20 0 22 0 12010126 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594890097528 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 13211 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594734074280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594733021736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594731968680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594730916136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594729864104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594728811560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594727758504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594726705960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12010128 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594714294632 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12010128 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594713240952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12010128 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594712187784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010130 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594711136528 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 13211 0 -1 4202560 9065 0 0 0 68 1 0 0 20 0 22 0 12010130 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594710084408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/15053/task/15069/stat : 15069 (java) S 15050 15053 13211 0 -1 4202560 11174 0 0 0 131 2 0 0 20 0 22 0 12010130 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594709031864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010130 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594707979000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010130 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594706926664 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15072] ppid=15050 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/15053/task/15072/stat : 15072 (java) R 15050 15053 13211 0 -1 4202560 24 0 0 0 290 0 0 0 20 0 22 0 12010141 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594705869440 140594762874479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15073] ppid=15050 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/15053/task/15073/stat : 15073 (java) R 15050 15053 13211 0 -1 4202560 93 0 0 0 287 1 0 0 20 0 22 0 12010141 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594704817216 140594762997959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15074] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15074/stat : 15074 (java) S 15050 15053 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12010142 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594703766312 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15075] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15075/stat : 15075 (java) S 15050 15053 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12010142 10060525568 53339 33554432000 1073741824 1073778376 140736400044800 140594702713768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.90 3.21 2.10 5/284 15075
/proc/meminfo: memFree=29196160/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=9824732 CPUtime=14.53 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 24205 0 1 0 1444 9 0 0 20 0 22 0 12010125 10060525568 50342 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 2456183 50342 2275 9 0 2446860 0
[pid=15053/tid=15054] ppid=15050 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) S 15050 15053 13211 0 -1 4202560 2424 0 1 0 12 1 0 0 20 0 22 0 12010126 10060525568 50342 33554432000 1073741824 1073778376 140736400044800 140594890097528 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 13211 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 12010127 10060525568 50342 33554432000 1073741824 1073778376 140736400044800 140594734074280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 50342 33554432000 1073741824 1073778376 140736400044800 140594733021736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 13211 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 12010127 10060525568 50342 33554432000 1073741824 1073778376 140736400044800 140594731968680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 13211 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 12010127 10060525568 50342 33554432000 1073741824 1073778376 140736400044800 140594730916136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12010127 10060525568 50342 33554432000 1073741824 1073778376 140736400044800 140594729864104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 13211 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 12010127 10060525568 50342 33554432000 1073741824 1073778376 140736400044800 140594728811560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 13211 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 12010127 10060525568 50342 33554432000 1073741824 1073778376 140736400044800 140594727758504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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

/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 13211 0 -1 4202560 170 0 0 0 1 4 0 0 20 0 22 0 12010128 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594714294632 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12010128 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594713240952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12010128 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594712187784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010130 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594711136528 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 13211 0 -1 4202560 9074 0 0 0 99 1 0 0 20 0 22 0 12010130 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594710084408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/15053/task/15069/stat : 15069 (java) S 15050 15053 13211 0 -1 4202560 15092 0 0 0 169 2 0 0 20 0 22 0 12010130 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594709031864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12010130 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594707979000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 13211 0 -1 4202560 27 0 0 0 6 12 0 0 20 0 22 0 12010130 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594706926664 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15072] ppid=15050 vsize=9824732 CPUtime=452.61 cores=1,3,5,7
/proc/15053/task/15072/stat : 15072 (java) R 15050 15053 13211 0 -1 4202560 76 0 0 0 45254 7 0 0 20 0 22 0 12010141 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594705869656 140594762879528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15073] ppid=15050 vsize=9824732 CPUtime=452.63 cores=1,3,5,7
/proc/15053/task/15073/stat : 15073 (java) R 15050 15053 13211 0 -1 4202560 457 0 0 0 45252 11 0 0 20 0 22 0 12010141 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594704816912 140594762997670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15074] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15074/stat : 15074 (java) S 15050 15053 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12010142 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594703766312 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15075] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15075/stat : 15075 (java) S 15050 15053 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12010142 10060525568 122178 33554432000 1073741824 1073778376 140736400044800 140594702713768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 914.49
Current children cumulated vsize (KiB) 9824732

[startup+456.001 s]
/proc/loadavg: 4.02 3.83 2.82 5/283 15287
/proc/meminfo: memFree=30549604/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=9824732 CPUtime=913.96 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 29617 0 1 0 91325 71 0 0 20 0 19 0 12010125 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 2456183 121553 2277 9 0 2446860 0
[pid=15053/tid=15054] ppid=15050 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) S 15050 15053 13211 0 -1 4202560 2427 0 1 0 13 2 0 0 20 0 19 0 12010126 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594890097528 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 13211 0 -1 4202560 134 0 0 0 42 2 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594734074280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 13211 0 -1 4202560 139 0 0 0 47 4 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594733021736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 13211 0 -1 4202560 114 0 0 0 41 4 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594731968680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 13211 0 -1 4202560 116 0 0 0 42 3 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594730916136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 13211 0 -1 4202560 136 0 0 0 43 3 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594729864104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 13211 0 -1 4202560 131 0 0 0 54 5 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594728811560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 13211 0 -1 4202560 126 0 0 0 50 4 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594727758504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 13211 0 -1 4202560 129 0 0 0 42 4 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594726705960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 13211 0 -1 4202560 170 0 0 0 1 4 0 0 20 0 19 0 12010128 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594714294632 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12010128 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594713240952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12010128 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594712187784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010130 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594711136528 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 13211 0 -1 4202560 9074 0 0 0 99 1 0 0 20 0 19 0 12010130 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594710084408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/15053/task/15069/stat : 15069 (java) S 15050 15053 13211 0 -1 4202560 15092 0 0 0 169 2 0 0 20 0 19 0 12010130 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594709031864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010130 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594707979000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 13211 0 -1 4202560 27 0 0 0 6 12 0 0 20 0 19 0 12010130 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594706926664 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15074] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15074/stat : 15074 (java) S 15050 15053 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010142 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594703766312 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 913.96
Current children cumulated vsize (KiB) 9824732

[startup+456.201 s]
/proc/loadavg: 4.02 3.83 2.82 5/283 15287
/proc/meminfo: memFree=30549604/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=9824732 CPUtime=913.96 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 29617 0 1 0 91325 71 0 0 20 0 19 0 12010125 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 2456183 121553 2277 9 0 2446860 0
[pid=15053/tid=15054] ppid=15050 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) S 15050 15053 13211 0 -1 4202560 2427 0 1 0 13 2 0 0 20 0 19 0 12010126 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594890097528 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 13211 0 -1 4202560 134 0 0 0 42 2 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594734074280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 13211 0 -1 4202560 139 0 0 0 47 4 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594733021736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 13211 0 -1 4202560 114 0 0 0 41 4 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594731968680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 13211 0 -1 4202560 116 0 0 0 42 3 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594730916136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 13211 0 -1 4202560 136 0 0 0 43 3 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594729864104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 13211 0 -1 4202560 131 0 0 0 54 5 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594728811560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 13211 0 -1 4202560 126 0 0 0 50 4 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594727758504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 13211 0 -1 4202560 129 0 0 0 42 4 0 0 20 0 19 0 12010127 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594726705960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 13211 0 -1 4202560 170 0 0 0 1 4 0 0 20 0 19 0 12010128 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594714294632 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12010128 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594713240952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12010128 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594712187784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010130 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594711136528 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 13211 0 -1 4202560 9074 0 0 0 99 1 0 0 20 0 19 0 12010130 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594710084408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/15053/task/15069/stat : 15069 (java) S 15050 15053 13211 0 -1 4202560 15092 0 0 0 169 2 0 0 20 0 19 0 12010130 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594709031864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010130 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594707979000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 13211 0 -1 4202560 27 0 0 0 6 12 0 0 20 0 19 0 12010130 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594706926664 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15074] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15074/stat : 15074 (java) S 15050 15053 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010142 10060525568 121553 33554432000 1073741824 1073778376 140736400044800 140594703766312 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 913.96
Current children cumulated vsize (KiB) 9824732

[startup+456.301 s]
/proc/loadavg: 4.02 3.83 2.82 5/283 15287
/proc/meminfo: memFree=30549604/32872528 swapFree=189444/189444
[pid=15053] ppid=15050 vsize=9824732 CPUtime=914.07 cores=1,3,5,7
/proc/15053/stat : 15053 (java) S 15050 15053 13211 0 -1 4202496 29630 0 1 0 91336 71 0 0 20 0 19 0 12010125 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140736400035936 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15053/statm: 2456183 121564 2287 9 0 2446860 0
[pid=15053/tid=15054] ppid=15050 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (java) S 15050 15053 13211 0 -1 4202560 2427 0 1 0 13 3 0 0 20 0 19 0 12010126 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594890097368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 13211 0 -1 4202560 134 0 0 0 42 2 0 0 20 0 19 0 12010127 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594734074280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 13211 0 -1 4202560 139 0 0 0 47 4 0 0 20 0 19 0 12010127 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594733021736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 13211 0 -1 4202560 114 0 0 0 41 4 0 0 20 0 19 0 12010127 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594731968680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 13211 0 -1 4202560 116 0 0 0 42 3 0 0 20 0 19 0 12010127 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594730916136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 13211 0 -1 4202560 136 0 0 0 43 3 0 0 20 0 19 0 12010127 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594729864104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 13211 0 -1 4202560 131 0 0 0 54 5 0 0 20 0 19 0 12010127 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594728811560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 13211 0 -1 4202560 126 0 0 0 50 4 0 0 20 0 19 0 12010127 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594727758504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 13211 0 -1 4202560 129 0 0 0 42 4 0 0 20 0 19 0 12010127 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594726705960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 13211 0 -1 4202560 170 0 0 0 1 4 0 0 20 0 19 0 12010128 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594714294632 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12010128 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594713240952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12010128 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594712187784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010130 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594711136528 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 13211 0 -1 4202560 9077 0 0 0 99 1 0 0 20 0 19 0 12010130 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594710084408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/15053/task/15069/stat : 15069 (java) R 15050 15053 13211 0 -1 4202560 15099 0 0 0 174 2 0 0 20 0 19 0 12010130 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594709031864 140594894214496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010130 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594707979000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 13211 0 -1 4202560 27 0 0 0 6 12 0 0 20 0 19 0 12010130 10060525568 121564 33554432000 1073741824 1073778376 140736400044800 140594706926664 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 914.07
Current children cumulated vsize (KiB) 9824732

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): 1.96002
#  lost CPU user time (s): 2.09003
#  lost CPU system time (s): -0.13

Real time (s): 456.359
CPU time (s): 916.175
CPU user time (s): 915.454
CPU system time (s): 0.72087
CPU usage (%): 200.758
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 913.364
system time used= 0.85087
maximum resident set size= 518784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29632
page faults= 1
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12296
involuntary context switches= 13008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.78373 second user time and 2.13967 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 19:50:36
IDJOB=4121035
IDBENCH=110247
IDSOLVER=2543
FILE ID=node102/4121035-1467309036
RUNJOBID= node102-1467308727-13228
PBS_JOBID= 20005272
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n29-d4-i2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121035-1467309036/watcher-4121035-1467309036 -o /tmp/evaluation-result-4121035-1467309036/solver-4121035-1467309036 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13228 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121035-1467309036.opb

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

MD5SUM BENCH= 9ab48804874b4fcb452ce7a25453965c
RANDOM SEED=2062049960

node102.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.744
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.48
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.744
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	: 5332.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.744
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	: 5332.55
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.744
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	: 5332.49
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.744
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	: 5332.54
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.744
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	: 5332.55
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.744
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	: 5332.55
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.744
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29390220 kB
Buffers:          152784 kB
Cached:           536608 kB
SwapCached:            0 kB
Active:          2121736 kB
Inactive:         417176 kB
Active(anon):    1851452 kB
Inactive(anon):      244 kB
Active(file):     270284 kB
Inactive(file):   416932 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               672 kB
Writeback:             0 kB
AnonPages:       2042360 kB
Mapped:            22656 kB
Shmem:               204 kB
Slab:             608056 kB
SReclaimable:      51660 kB
SUnreclaim:       556396 kB
KernelStack:        2304 kB
PageTables:         8480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2390292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1794048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node102 at 2016-06-30 19:58:12