Trace number 4120971

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 290.869 144.328

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n94-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMd81c9ff900285947e6d787dca2b6f7d0
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 benchmark15.8496
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables141
Total number of constraints376
Number of constraints which are clauses376
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4120971-1467309004.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.059s.
0.10/0.17	c declared #vars     141
0.10/0.17	c #constraints  376
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376
0.10/0.17	c 376 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376
0.10/0.17	c 376 constraints processed.
1.45/0.55	c cleaning 2498 clauses out of 5001 with flag 22790/5001
2.24/0.77	c cleaning 0 clauses out of 5000 with flag 0/5000
2.64/0.80	c cleaning 4245 clauses out of 8502 with flag 51966/11000
3.19/1.03	c cleaning 0 clauses out of 11000 with flag 0/11000
3.19/1.06	c cleaning 5627 clauses out of 11257 with flag 85569/18000
4.12/1.33	c cleaning 0 clauses out of 18000 with flag 0/18000
4.12/1.38	c cleaning 6815 clauses out of 13630 with flag 124124/26000
5.34/1.70	c cleaning 0 clauses out of 26001 with flag 0/26001
5.74/1.90	c cleaning 7903 clauses out of 15815 with flag 165688/35000
6.16/2.14	c cleaning 0 clauses out of 35001 with flag 0/35001
6.95/2.56	c cleaning 8955 clauses out of 17913 with flag 209143/45001
7.17/2.63	c cleaning 0 clauses out of 45001 with flag 0/45001
8.40/3.24	c cleaning 0 clauses out of 56001 with flag 0/56001
8.80/3.42	c cleaning 9976 clauses out of 19957 with flag 256994/56000
9.85/3.96	c cleaning 0 clauses out of 68000 with flag 0/68000
10.85/4.47	c cleaning 10991 clauses out of 21981 with flag 308938/68000
11.84/4.91	c cleaning 0 clauses out of 81001 with flag 0/81001
13.43/5.79	c cleaning 11988 clauses out of 23990 with flag 364369/81000
14.25/6.12	c cleaning 0 clauses out of 95000 with flag 0/95000
16.45/7.21	c cleaning 0 clauses out of 110000 with flag 0/110000
16.65/7.30	c cleaning 13000 clauses out of 26003 with flag 424583/95001
19.50/8.72	c cleaning 0 clauses out of 126000 with flag 0/126000
20.30/9.10	c cleaning 13996 clauses out of 28002 with flag 487627/110000
22.30/10.16	c cleaning 0 clauses out of 143001 with flag 0/143001
24.31/11.14	c cleaning 15001 clauses out of 30007 with flag 552792/126001
25.09/11.58	c cleaning 0 clauses out of 161000 with flag 0/161000
29.16/13.50	c cleaning 16002 clauses out of 32005 with flag 615163/143000
29.36/13.60	c cleaning 0 clauses out of 180001 with flag 0/180001
32.97/15.44	c cleaning 0 clauses out of 200000 with flag 0/200000
34.76/16.36	c cleaning 17002 clauses out of 34004 with flag 690004/161001
37.64/17.75	c cleaning 0 clauses out of 221001 with flag 0/221001
40.63/19.20	c cleaning 17996 clauses out of 36001 with flag 774551/180000
43.03/20.47	c cleaning 0 clauses out of 243000 with flag 0/243000
44.63/21.22	c cleaning 18999 clauses out of 38005 with flag 875122/200000
49.43/23.67	c cleaning 20004 clauses out of 40007 with flag 980606/221001
50.23/24.06	c cleaning 0 clauses out of 266001 with flag 0/266001
55.24/26.56	c cleaning 20998 clauses out of 42003 with flag 1084559/243001
59.03/28.45	c cleaning 0 clauses out of 290000 with flag 0/290000
62.29/30.01	c cleaning 22003 clauses out of 44005 with flag 1198899/266001
68.50/33.13	c cleaning 22995 clauses out of 46002 with flag 1310105/290001
70.50/34.11	c cleaning 0 clauses out of 315000 with flag 0/315000
75.28/36.58	c cleaning 23997 clauses out of 48006 with flag 1429770/315000
81.50/39.64	c cleaning 0 clauses out of 341001 with flag 0/341001
82.28/40.08	c cleaning 25005 clauses out of 50009 with flag 1551865/341000
88.48/43.13	c cleaning 25996 clauses out of 52004 with flag 1680470/368000
91.28/44.57	c cleaning 0 clauses out of 368000 with flag 0/368000
96.98/47.31	c cleaning 27003 clauses out of 54009 with flag 1821974/396001
104.97/51.37	c cleaning 27999 clauses out of 56005 with flag 1959755/425000
105.78/51.76	c cleaning 0 clauses out of 396000 with flag 0/396000
116.80/57.23	c cleaning 28998 clauses out of 58007 with flag 2100252/455001
123.60/60.70	c cleaning 0 clauses out of 425000 with flag 0/425000
130.40/64.02	c cleaning 30001 clauses out of 60009 with flag 2241105/486001
139.90/68.73	c cleaning 0 clauses out of 455000 with flag 0/455000
142.90/70.28	c cleaning 31002 clauses out of 62007 with flag 2382168/518000
154.51/76.06	c cleaning 32000 clauses out of 64006 with flag 2533548/551001
161.50/79.58	c cleaning 0 clauses out of 486000 with flag 0/486000
171.10/84.30	c cleaning 32998 clauses out of 66005 with flag 2690444/585000
180.10/88.82	c cleaning 0 clauses out of 518001 with flag 0/518001
190.39/93.92	c cleaning 34004 clauses out of 68008 with flag 2847456/620001
199.98/98.72	c cleaning 0 clauses out of 551001 with flag 0/551001
211.01/104.12	c cleaning 34999 clauses out of 70003 with flag 3010997/656000
219.21/108.27	c cleaning 0 clauses out of 585002 with flag 0/585002
232.70/114.91	c cleaning 35999 clauses out of 72005 with flag 3183831/693001
239.31/118.27	c cleaning 0 clauses out of 620000 with flag 0/620001
257.11/127.10	c cleaning 37003 clauses out of 74005 with flag 3341972/731000
264.11/130.67	c cleaning 0 clauses out of 655999 with flag 0/656000
279.30/138.25	c cleaning 38001 clauses out of 76003 with flag 3514447/770001
290.56/143.78	c And the winner is solver1
290.56/144.21	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
290.56/144.21	c starts		: 50
290.56/144.21	c conflicts		: 793278
290.56/144.21	c decisions		: 993447
290.56/144.21	c propagations		: 4732839
290.56/144.21	c inspects		: 3404392653
290.56/144.21	c shortcuts		: 0
290.56/144.21	c learnt literals	: 0
290.56/144.21	c learnt binary clauses	: 7
290.56/144.21	c learnt ternary clauses	: 92
290.56/144.21	c learnt constraints	: 793278
290.56/144.21	c ignored constraints	: 0
290.56/144.21	c root simplifications	: 0
290.56/144.21	c removed literals (reason simplification)	: 2543115
290.56/144.21	c reason swapping (by a shorter reason)	: 0
290.56/144.21	c Calls to reduceDB	: 35
290.56/144.21	c Number of update (reduction) of LBD	: 113431
290.56/144.21	c Imported unit clauses	: 0
290.56/144.21	c number of reductions to clauses (during analyze)	: 0
290.56/144.21	c number of learned constraints concerned by reduction	: 0
290.56/144.21	c number of learning phase by resolution	: 0
290.56/144.21	c number of learning phase by cutting planes	: 0
290.56/144.21	c speed (assignments/second)	: 32860.09164757342
290.56/144.21	c non guided choices	372
290.56/144.23	c learnt constraints type 
290.56/144.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
290.56/144.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 61272
290.56/144.23	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
290.56/144.23	c starts		: 153
290.56/144.23	c conflicts		: 687262
290.56/144.23	c decisions		: 861925
290.56/144.23	c propagations		: 2977839
290.56/144.23	c inspects		: 1314319381
290.56/144.23	c shortcuts		: 0
290.56/144.23	c learnt literals	: 1
290.56/144.23	c learnt binary clauses	: 2
290.56/144.23	c learnt ternary clauses	: 13
290.56/144.23	c learnt constraints	: 687260
290.56/144.23	c ignored constraints	: 0
290.56/144.23	c root simplifications	: 0
290.56/144.23	c removed literals (reason simplification)	: 0
290.56/144.23	c reason swapping (by a shorter reason)	: 0
290.56/144.23	c Calls to reduceDB	: 32
290.56/144.23	c Number of update (reduction) of LBD	: 0
290.56/144.23	c Imported unit clauses	: 0
290.56/144.23	c number of reductions to clauses (during analyze)	: 0
290.56/144.23	c number of learned constraints concerned by reduction	: 0
290.56/144.23	c number of learning phase by resolution	: 0
290.56/144.23	c number of learning phase by cutting planes	: 0
290.56/144.23	c speed (assignments/second)	: 20671.11163559122
290.56/144.23	c non guided choices	161
290.70/144.32	c learnt constraints type 
290.70/144.32	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 687258
290.70/144.32	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 2
290.70/144.32	s UNSATISFIABLE
290.70/144.32	c Total wall clock time (in seconds): 144.206

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-4120971-1467309004/watcher-4120971-1467309004 -o /tmp/evaluation-result-4120971-1467309004/solver-4120971-1467309004 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31410 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4120971-1467309004.opb 

pid=32345
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: 4.01 2.84 2.17 4/198 32348
/proc/meminfo: memFree=29685284/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/32348/stat : 32348 (java) R 32345 32348 31393 0 -1 4202496 1078 0 0 0 0 0 0 0 20 0 1 0 20929015 23793664 728 33554432000 1073741824 1073778376 140733280395136 140733280384200 139675027635885 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 5809 739 547 9 0 128 0

[startup+0.100115 s]
/proc/loadavg: 4.01 2.84 2.17 4/198 32348
/proc/meminfo: memFree=29685284/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/32348/stat : 32348 (java) S 32345 32348 31393 0 -1 4202496 4495 0 1 0 9 1 0 0 20 0 18 0 20929015 9787879424 5614 33554432000 1073741824 1073778376 140733280395136 140733280386272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 2389619 5614 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 4.01 2.84 2.17 4/198 32348
/proc/meminfo: memFree=29685284/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/32348/stat : 32348 (java) S 32345 32348 31393 0 -1 4202496 4800 0 1 0 24 2 0 0 20 0 22 0 20929015 10060525568 7414 33554432000 1073741824 1073778376 140733280395136 140733280386272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 2456183 7414 2218 9 0 2446860 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300225 s]
/proc/loadavg: 4.01 2.84 2.17 4/198 32348
/proc/meminfo: memFree=29685284/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/32348/stat : 32348 (java) S 32345 32348 31393 0 -1 4202496 7989 0 1 0 62 2 0 0 20 0 22 0 20929015 10060525568 9370 33554432000 1073741824 1073778376 140733280395136 140733280386272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 2456183 9370 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700201 s]
/proc/loadavg: 4.01 2.84 2.17 4/198 32348
/proc/meminfo: memFree=29685284/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/32348/stat : 32348 (java) S 32345 32348 31393 0 -1 4202496 24514 0 1 0 218 6 0 0 20 0 22 0 20929015 10060525568 32453 33554432000 1073741824 1073778376 140733280395136 140733280386272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 2456183 32453 2260 9 0 2446860 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.01 2.84 2.17 6/220 32370
/proc/meminfo: memFree=29491928/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=9824732 CPUtime=4.74 cores=1,3,5,7
/proc/32348/stat : 32348 (java) S 32345 32348 31393 0 -1 4202496 24808 0 1 0 466 8 0 0 20 0 22 0 20929015 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 140733280386272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 2456183 52007 2275 9 0 2446860 0
[pid=32348/tid=32350] ppid=32345 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/32348/task/32350/stat : 32350 (java) S 32345 32348 31393 0 -1 4202560 2464 0 1 0 13 2 0 0 20 0 22 0 20929016 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139675019686776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32351] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32351/stat : 32351 (java) S 32345 32348 31393 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 20929016 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674958416424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32352] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32352/stat : 32352 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674957363624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32353] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32353/stat : 32353 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674956310824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32354] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32354/stat : 32354 (java) S 32345 32348 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674955258024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32355] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32355/stat : 32355 (java) S 32345 32348 31393 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674859027496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32356] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32356/stat : 32356 (java) S 32345 32348 31393 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674857974696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32357] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32357/stat : 32357 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674856921896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32358] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32358/stat : 32358 (java) S 32345 32348 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674855869096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32359] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32359/stat : 32359 (java) S 32345 32348 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674843671016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32360] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32360/stat : 32360 (java) S 32345 32348 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674842617080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32361] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32361/stat : 32361 (java) S 32345 32348 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674841564168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32362] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32362/stat : 32362 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929020 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674840512656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32363] ppid=32345 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/32348/task/32363/stat : 32363 (java) S 32345 32348 31393 0 -1 4202560 9102 0 0 0 77 2 0 0 20 0 22 0 20929020 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674839460792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32364] ppid=32345 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/32348/task/32364/stat : 32364 (java) R 32345 32348 31393 0 -1 4202560 11822 0 0 0 110 2 0 0 20 0 22 0 20929020 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674838384440 139675023803827 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32365] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32365/stat : 32365 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929020 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674837355384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32366] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32366/stat : 32366 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929020 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674836302792 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32367] ppid=32345 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/32348/task/32367/stat : 32367 (java) R 32345 32348 31393 0 -1 4202560 22 0 0 0 129 0 0 0 20 0 22 0 20929033 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674835245840 139674959877338 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32368] ppid=32345 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/32348/task/32368/stat : 32368 (java) R 32345 32348 31393 0 -1 4202560 87 0 0 0 127 2 0 0 20 0 22 0 20929033 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674834193872 139674959872929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32369] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32369/stat : 32369 (java) S 32345 32348 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20929033 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674833142696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32370] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32370/stat : 32370 (java) S 32345 32348 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20929033 10060525568 52007 33554432000 1073741824 1073778376 140733280395136 139674832089896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.17 2.89 2.19 5/220 32370
/proc/meminfo: memFree=29455872/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=9824732 CPUtime=8.17 cores=1,3,5,7
/proc/32348/stat : 32348 (java) S 32345 32348 31393 0 -1 4202496 24916 0 1 0 807 10 0 0 20 0 22 0 20929015 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 140733280386272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 2456183 54653 2275 9 0 2446860 0
[pid=32348/tid=32350] ppid=32345 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/32348/task/32350/stat : 32350 (java) S 32345 32348 31393 0 -1 4202560 2464 0 1 0 13 2 0 0 20 0 22 0 20929016 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139675019686776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32351] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32351/stat : 32351 (java) S 32345 32348 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20929016 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674958416424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32352] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32352/stat : 32352 (java) S 32345 32348 31393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674957363624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32353] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32353/stat : 32353 (java) S 32345 32348 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674956310824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32354] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32354/stat : 32354 (java) S 32345 32348 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674955258024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32355] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32355/stat : 32355 (java) S 32345 32348 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674859027496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32356] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32356/stat : 32356 (java) S 32345 32348 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674857974696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32357] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32357/stat : 32357 (java) S 32345 32348 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674856921896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32358] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32358/stat : 32358 (java) S 32345 32348 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20929017 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674855869096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32359] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32359/stat : 32359 (java) S 32345 32348 31393 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674843671016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32360] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32360/stat : 32360 (java) S 32345 32348 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674842617080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32361] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32361/stat : 32361 (java) S 32345 32348 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674841564168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32362] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32362/stat : 32362 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929020 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674840512656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32363] ppid=32345 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/32348/task/32363/stat : 32363 (java) S 32345 32348 31393 0 -1 4202560 9102 0 0 0 77 2 0 0 20 0 22 0 20929020 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674839460792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32364] ppid=32345 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/32348/task/32364/stat : 32364 (java) S 32345 32348 31393 0 -1 4202560 11843 0 0 0 131 2 0 0 20 0 22 0 20929020 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674838407992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32365] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32365/stat : 32365 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929020 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674837355384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32366] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32366/stat : 32366 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929020 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674836302792 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32367] ppid=32345 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/32348/task/32367/stat : 32367 (java) R 32345 32348 31393 0 -1 4202560 22 0 0 0 285 0 0 0 20 0 22 0 20929033 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674835238928 139674959827123 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32368] ppid=32345 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/32348/task/32368/stat : 32368 (java) R 32345 32348 31393 0 -1 4202560 89 0 0 0 285 2 0 0 20 0 22 0 20929033 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674834186112 139674959822127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32369] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32369/stat : 32369 (java) S 32345 32348 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20929033 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674833142696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32370] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32370/stat : 32370 (java) S 32345 32348 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20929033 10060525568 54653 33554432000 1073741824 1073778376 140733280395136 139674832089896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.17 2.89 2.19 5/220 32370
/proc/meminfo: memFree=29245488/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=9824732 CPUtime=14.65 cores=1,3,5,7
/proc/32348/stat : 32348 (java) S 32345 32348 31393 0 -1 4202496 25566 0 1 0 1449 16 0 0 20 0 22 0 20929015 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 140733280386272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 2456183 85492 2275 9 0 2446860 0
[pid=32348/tid=32350] ppid=32345 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/32348/task/32350/stat : 32350 (java) S 32345 32348 31393 0 -1 4202560 2464 0 1 0 13 2 0 0 20 0 22 0 20929016 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139675019686776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32351] ppid=32345 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32348/task/32351/stat : 32351 (java) S 32345 32348 31393 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 20929016 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674958416424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32352] ppid=32345 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/32348/task/32352/stat : 32352 (java) S 32345 32348 31393 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 20929017 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674957363624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32353] ppid=32345 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32348/task/32353/stat : 32353 (java) S 32345 32348 31393 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 20929017 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674956310824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32354] ppid=32345 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32348/task/32354/stat : 32354 (java) S 32345 32348 31393 0 -1 4202560 123 0 0 0 4 0 0 0 20 0 22 0 20929017 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674955258024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32355] ppid=32345 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/32348/task/32355/stat : 32355 (java) S 32345 32348 31393 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 20929017 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674859027496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32356] ppid=32345 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32348/task/32356/stat : 32356 (java) S 32345 32348 31393 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 22 0 20929017 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674857974696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32357] ppid=32345 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32348/task/32357/stat : 32357 (java) S 32345 32348 31393 0 -1 4202560 123 0 0 0 1 0 0 0 20 0 22 0 20929017 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674856921896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32358] ppid=32345 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/32348/task/32358/stat : 32358 (java) S 32345 32348 31393 0 -1 4202560 143 0 0 0 3 0 0 0 20 0 22 0 20929017 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674855869096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32359] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32359/stat : 32359 (java) S 32345 32348 31393 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674843671016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32360] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32360/stat : 32360 (java) S 32345 32348 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674842617080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32361] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32361/stat : 32361 (java) S 32345 32348 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674841564168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32362] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32362/stat : 32362 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929020 10060525568 85492 33554432000 1073741824 1073778376 140733280395136 139674840512656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32363] ppid=32345 vsize=9824732 CPUtime=0.79 cores=1,3,5,7

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

/proc/32348/task/32359/stat : 32359 (java) S 32345 32348 31393 0 -1 4202560 600 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674843671016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32360] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32360/stat : 32360 (java) S 32345 32348 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674842617080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32361] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32361/stat : 32361 (java) S 32345 32348 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20929018 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674841564168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32362] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32362/stat : 32362 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929020 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674840512656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32363] ppid=32345 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/32348/task/32363/stat : 32363 (java) S 32345 32348 31393 0 -1 4202560 9208 0 0 0 119 3 0 0 20 0 22 0 20929020 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674839460792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32364] ppid=32345 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/32348/task/32364/stat : 32364 (java) S 32345 32348 31393 0 -1 4202560 11846 0 0 0 136 2 0 0 20 0 22 0 20929020 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674838407992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32365] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32365/stat : 32365 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20929020 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674837355384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32366] ppid=32345 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32348/task/32366/stat : 32366 (java) S 32345 32348 31393 0 -1 4202560 9 0 0 0 2 3 0 0 20 0 22 0 20929020 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674836302792 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32367] ppid=32345 vsize=9824732 CPUtime=142.07 cores=1,3,5,7
/proc/32348/task/32367/stat : 32367 (java) R 32345 32348 31393 0 -1 4202560 51 0 0 0 14204 3 0 0 20 0 22 0 20929033 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674835245824 139674959877123 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32368] ppid=32345 vsize=9824732 CPUtime=142.02 cores=1,3,5,7
/proc/32348/task/32368/stat : 32368 (java) R 32345 32348 31393 0 -1 4202560 996 0 0 0 14190 12 0 0 20 0 22 0 20929033 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674834193160 139674959922881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32369] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32369/stat : 32369 (java) S 32345 32348 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20929033 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674833142696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32370] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32370/stat : 32370 (java) S 32345 32348 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20929033 10060525568 279659 33554432000 1073741824 1073778376 140733280395136 139674832089896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 289.56
Current children cumulated vsize (KiB) 9824732

[startup+144.001 s]
/proc/loadavg: 4.11 3.34 2.45 6/219 32373
/proc/meminfo: memFree=28319552/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=9824732 CPUtime=290.02 cores=1,3,5,7
/proc/32348/stat : 32348 (java) S 32345 32348 31393 0 -1 4202496 28128 0 1 0 28946 56 0 0 20 0 19 0 20929015 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 140733280386272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 2456183 279645 2277 9 0 2446860 0
[pid=32348/tid=32350] ppid=32345 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32348/task/32350/stat : 32350 (java) S 32345 32348 31393 0 -1 4202560 2469 0 1 0 14 2 0 0 20 0 19 0 20929016 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139675019686776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32351] ppid=32345 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32348/task/32351/stat : 32351 (java) S 32345 32348 31393 0 -1 4202560 195 0 0 0 17 3 0 0 20 0 19 0 20929016 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674958416424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32352] ppid=32345 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32348/task/32352/stat : 32352 (java) S 32345 32348 31393 0 -1 4202560 100 0 0 0 13 3 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674957363624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32353] ppid=32345 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/32348/task/32353/stat : 32353 (java) S 32345 32348 31393 0 -1 4202560 202 0 0 0 19 5 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674956310824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32354] ppid=32345 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32348/task/32354/stat : 32354 (java) S 32345 32348 31393 0 -1 4202560 227 0 0 0 16 4 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674955258024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32355] ppid=32345 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/32348/task/32355/stat : 32355 (java) S 32345 32348 31393 0 -1 4202560 178 0 0 0 19 4 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674859027496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32356] ppid=32345 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/32348/task/32356/stat : 32356 (java) S 32345 32348 31393 0 -1 4202560 221 0 0 0 23 5 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674857974696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32357] ppid=32345 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/32348/task/32357/stat : 32357 (java) S 32345 32348 31393 0 -1 4202560 269 0 0 0 18 3 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674856921896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32358] ppid=32345 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/32348/task/32358/stat : 32358 (java) S 32345 32348 31393 0 -1 4202560 288 0 0 0 23 5 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674855869096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32359] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32359/stat : 32359 (java) S 32345 32348 31393 0 -1 4202560 600 0 0 0 0 0 0 0 20 0 19 0 20929018 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674843671016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32360] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32360/stat : 32360 (java) S 32345 32348 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 20929018 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674842617080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32361] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32361/stat : 32361 (java) S 32345 32348 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 20929018 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674841564168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32362] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32362/stat : 32362 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20929020 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674840512656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32363] ppid=32345 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/32348/task/32363/stat : 32363 (java) S 32345 32348 31393 0 -1 4202560 9208 0 0 0 119 3 0 0 20 0 19 0 20929020 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674839460792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32364] ppid=32345 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/32348/task/32364/stat : 32364 (java) S 32345 32348 31393 0 -1 4202560 11846 0 0 0 136 2 0 0 20 0 19 0 20929020 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674838407992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32365] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32365/stat : 32365 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20929020 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674837355384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32366] ppid=32345 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32348/task/32366/stat : 32366 (java) S 32345 32348 31393 0 -1 4202560 9 0 0 0 2 3 0 0 20 0 19 0 20929020 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674836302792 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32369] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32369/stat : 32369 (java) S 32345 32348 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 20929033 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674833142696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 290.02
Current children cumulated vsize (KiB) 9824732

[startup+144.208 s]
/proc/loadavg: 4.11 3.34 2.45 3/216 32373
/proc/meminfo: memFree=28319552/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=9824732 CPUtime=290.02 cores=1,3,5,7
/proc/32348/stat : 32348 (java) S 32345 32348 31393 0 -1 4202496 28128 0 1 0 28946 56 0 0 20 0 19 0 20929015 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 140733280386272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 2456183 279645 2277 9 0 2446860 0
[pid=32348/tid=32350] ppid=32345 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32348/task/32350/stat : 32350 (java) S 32345 32348 31393 0 -1 4202560 2469 0 1 0 14 2 0 0 20 0 19 0 20929016 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139675019686776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32351] ppid=32345 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32348/task/32351/stat : 32351 (java) S 32345 32348 31393 0 -1 4202560 195 0 0 0 17 3 0 0 20 0 19 0 20929016 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674958416424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32352] ppid=32345 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32348/task/32352/stat : 32352 (java) S 32345 32348 31393 0 -1 4202560 100 0 0 0 13 3 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674957363624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32353] ppid=32345 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/32348/task/32353/stat : 32353 (java) S 32345 32348 31393 0 -1 4202560 202 0 0 0 19 5 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674956310824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32354] ppid=32345 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32348/task/32354/stat : 32354 (java) S 32345 32348 31393 0 -1 4202560 227 0 0 0 16 4 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674955258024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32355] ppid=32345 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/32348/task/32355/stat : 32355 (java) S 32345 32348 31393 0 -1 4202560 178 0 0 0 19 4 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674859027496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32356] ppid=32345 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/32348/task/32356/stat : 32356 (java) S 32345 32348 31393 0 -1 4202560 221 0 0 0 23 5 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674857974696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32357] ppid=32345 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/32348/task/32357/stat : 32357 (java) S 32345 32348 31393 0 -1 4202560 269 0 0 0 18 3 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674856921896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32358] ppid=32345 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/32348/task/32358/stat : 32358 (java) S 32345 32348 31393 0 -1 4202560 288 0 0 0 23 5 0 0 20 0 19 0 20929017 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674855869096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32359] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32359/stat : 32359 (java) S 32345 32348 31393 0 -1 4202560 600 0 0 0 0 0 0 0 20 0 19 0 20929018 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674843671016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32360] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32360/stat : 32360 (java) S 32345 32348 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 20929018 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674842617080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32361] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32361/stat : 32361 (java) S 32345 32348 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 20929018 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674841564168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32362] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32362/stat : 32362 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20929020 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674840512656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32363] ppid=32345 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/32348/task/32363/stat : 32363 (java) S 32345 32348 31393 0 -1 4202560 9208 0 0 0 119 3 0 0 20 0 19 0 20929020 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674839460792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32364] ppid=32345 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/32348/task/32364/stat : 32364 (java) S 32345 32348 31393 0 -1 4202560 11846 0 0 0 136 2 0 0 20 0 19 0 20929020 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674838407992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32365] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32365/stat : 32365 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20929020 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674837355384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32366] ppid=32345 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32348/task/32366/stat : 32366 (java) S 32345 32348 31393 0 -1 4202560 9 0 0 0 2 3 0 0 20 0 19 0 20929020 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674836302792 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32369] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32369/stat : 32369 (java) S 32345 32348 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 20929033 10060525568 279645 33554432000 1073741824 1073778376 140733280395136 139674833142696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 290.02
Current children cumulated vsize (KiB) 9824732

[startup+144.301 s]
/proc/loadavg: 4.11 3.34 2.45 3/216 32373
/proc/meminfo: memFree=28319552/32872528 swapFree=1394584/1580588
[pid=32348] ppid=32345 vsize=9824732 CPUtime=290.16 cores=1,3,5,7
/proc/32348/stat : 32348 (java) S 32345 32348 31393 0 -1 4202496 28144 0 1 0 28960 56 0 0 20 0 19 0 20929015 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 140733280386272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32348/statm: 2456183 279516 2287 9 0 2446860 0
[pid=32348/tid=32350] ppid=32345 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32348/task/32350/stat : 32350 (java) S 32345 32348 31393 0 -1 4202560 2470 0 1 0 14 2 0 0 20 0 19 0 20929016 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139675019686616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32351] ppid=32345 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32348/task/32351/stat : 32351 (java) S 32345 32348 31393 0 -1 4202560 195 0 0 0 17 3 0 0 20 0 19 0 20929016 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674958416424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32352] ppid=32345 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32348/task/32352/stat : 32352 (java) S 32345 32348 31393 0 -1 4202560 100 0 0 0 13 3 0 0 20 0 19 0 20929017 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674957363624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32353] ppid=32345 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/32348/task/32353/stat : 32353 (java) S 32345 32348 31393 0 -1 4202560 202 0 0 0 19 5 0 0 20 0 19 0 20929017 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674956310824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32354] ppid=32345 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32348/task/32354/stat : 32354 (java) S 32345 32348 31393 0 -1 4202560 227 0 0 0 16 4 0 0 20 0 19 0 20929017 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674955258024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32355] ppid=32345 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/32348/task/32355/stat : 32355 (java) S 32345 32348 31393 0 -1 4202560 178 0 0 0 19 4 0 0 20 0 19 0 20929017 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674859027496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32356] ppid=32345 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/32348/task/32356/stat : 32356 (java) S 32345 32348 31393 0 -1 4202560 221 0 0 0 23 5 0 0 20 0 19 0 20929017 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674857974696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32357] ppid=32345 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/32348/task/32357/stat : 32357 (java) S 32345 32348 31393 0 -1 4202560 269 0 0 0 18 3 0 0 20 0 19 0 20929017 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674856921896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32358] ppid=32345 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/32348/task/32358/stat : 32358 (java) S 32345 32348 31393 0 -1 4202560 288 0 0 0 23 5 0 0 20 0 19 0 20929017 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674855869096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32348/tid=32359] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32359/stat : 32359 (java) S 32345 32348 31393 0 -1 4202560 600 0 0 0 0 0 0 0 20 0 19 0 20929018 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674843671016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32348/tid=32360] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32360/stat : 32360 (java) S 32345 32348 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 20929018 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674842617080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32361] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32361/stat : 32361 (java) S 32345 32348 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 20929018 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674841564168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32362] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32362/stat : 32362 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20929020 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674840512656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32363] ppid=32345 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/32348/task/32363/stat : 32363 (java) S 32345 32348 31393 0 -1 4202560 9215 0 0 0 124 3 0 0 20 0 19 0 20929020 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674839460792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32348/tid=32364] ppid=32345 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/32348/task/32364/stat : 32364 (java) S 32345 32348 31393 0 -1 4202560 11849 0 0 0 137 2 0 0 20 0 19 0 20929020 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674838407992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32365] ppid=32345 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32348/task/32365/stat : 32365 (java) S 32345 32348 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20929020 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674837355384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32348/tid=32366] ppid=32345 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32348/task/32366/stat : 32366 (java) S 32345 32348 31393 0 -1 4202560 9 0 0 0 2 3 0 0 20 0 19 0 20929020 10060525568 279516 33554432000 1073741824 1073778376 140733280395136 139674836302792 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 290.16
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): 0.540009
#  lost CPU user time (s): 0.589996
#  lost CPU system time (s): -0.05

Real time (s): 144.328
CPU time (s): 290.869
CPU user time (s): 290.188
CPU system time (s): 0.680888
CPU usage (%): 201.533
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 289.598
system time used= 0.730888
maximum resident set size= 1144920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28152
page faults= 1
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4245
involuntary context switches= 2848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.555915 second user time and 0.699893 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 19:50:04
IDJOB=4120971
IDBENCH=110203
IDSOLVER=2543
FILE ID=node139/4120971-1467309004
RUNJOBID= node139-1467308838-31410
PBS_JOBID= 20005284
Free space on /tmp= 71708 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-tseitin-regular-n94-d3-i2-r1.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-4120971-1467309004/watcher-4120971-1467309004 -o /tmp/evaluation-result-4120971-1467309004/solver-4120971-1467309004 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31410 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4120971-1467309004.opb

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

MD5SUM BENCH= d81c9ff900285947e6d787dca2b6f7d0
RANDOM SEED=229599177

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
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		: 2667.092
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		: 2667.092
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
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		: 2667.092
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
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:        29685920 kB
Buffers:          176484 kB
Cached:           336776 kB
SwapCached:         3804 kB
Active:           586316 kB
Inactive:         281372 kB
Active(anon):     353132 kB
Inactive(anon):     3900 kB
Active(file):     233184 kB
Inactive(file):   277472 kB
Unevictable:     1580588 kB
Mlocked:         1394584 kB
SwapTotal:      67108856 kB
SwapFree:       67097620 kB
Dirty:              1956 kB
Writeback:             0 kB
AnonPages:       1948704 kB
Mapped:            15956 kB
Shmem:                 0 kB
Slab:             603728 kB
SReclaimable:      47124 kB
SUnreclaim:       556604 kB
KernelStack:        1792 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2643768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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= 71708 MiB
End job on node139 at 2016-06-30 19:52:29