Trace number 4121467

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 268.252 132.317

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-18.cnf.gz-plain.pb.metafix.opb
MD5SUMa09d4ba319480401182e254880178390
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 benchmark40.5538
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables73
Total number of constraints156
Number of constraints which are clauses156
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version PB16.v20160501
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.06/0.13	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-4121467-1467309427.opb
0.06/0.14	c reading problem ... 
0.06/0.14	c  no objective function found
0.06/0.16	c ... done. Wall clock time 0.029s.
0.06/0.16	c declared #vars     73
0.06/0.16	c #constraints  156
0.06/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.17	c constraints type 
0.06/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 156
0.06/0.17	c 156 constraints processed.
0.06/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.17	c constraints type 
0.06/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 156
0.06/0.17	c 156 constraints processed.
1.42/0.59	c cleaning 2498 clauses out of 5001 with flag 28951/5001
2.19/0.77	c cleaning 0 clauses out of 5000 with flag 0/5000
2.95/0.99	c cleaning 4249 clauses out of 8502 with flag 78407/11000
3.58/1.20	c cleaning 0 clauses out of 11001 with flag 0/11001
4.79/1.51	c cleaning 5623 clauses out of 11253 with flag 138416/18000
5.25/1.70	c cleaning 0 clauses out of 18002 with flag 0/18002
6.05/2.19	c cleaning 6810 clauses out of 13631 with flag 192102/26001
6.66/2.41	c cleaning 0 clauses out of 26002 with flag 0/26002
7.87/3.04	c cleaning 7908 clauses out of 15820 with flag 259039/35000
8.50/3.33	c cleaning 0 clauses out of 35001 with flag 0/35001
9.90/4.01	c cleaning 8953 clauses out of 17912 with flag 341556/45000
10.93/4.57	c cleaning 0 clauses out of 45001 with flag 0/45001
12.31/5.25	c cleaning 9977 clauses out of 19960 with flag 427734/56001
14.12/6.11	c cleaning 0 clauses out of 56000 with flag 0/56000
15.52/6.83	c cleaning 10989 clauses out of 21982 with flag 530786/68000
18.35/8.24	c cleaning 0 clauses out of 68000 with flag 0/68000
19.17/8.68	c cleaning 11990 clauses out of 23993 with flag 644096/81000
22.97/10.58	c cleaning 12999 clauses out of 26003 with flag 745822/95000
23.37/10.74	c cleaning 0 clauses out of 81000 with flag 0/81000
27.79/12.91	c cleaning 14000 clauses out of 28004 with flag 854939/110000
29.62/13.87	c cleaning 0 clauses out of 95001 with flag 0/95001
32.84/15.49	c cleaning 14999 clauses out of 30005 with flag 977120/126001
37.25/17.62	c cleaning 0 clauses out of 110000 with flag 0/110000
39.04/18.57	c cleaning 16002 clauses out of 32005 with flag 1107061/143000
45.98/22.00	c cleaning 17000 clauses out of 34003 with flag 1232313/161000
47.51/22.53	c cleaning 0 clauses out of 126000 with flag 0/126000
54.13/25.83	c cleaning 17994 clauses out of 36004 with flag 1365653/180001
57.93/27.74	c cleaning 0 clauses out of 143000 with flag 0/143000
62.34/29.93	c cleaning 18999 clauses out of 38009 with flag 1508526/200000
67.55/32.57	c cleaning 0 clauses out of 161000 with flag 0/161000
71.78/34.65	c cleaning 19998 clauses out of 40011 with flag 1659629/221001
81.80/39.68	c cleaning 0 clauses out of 180001 with flag 0/180001
81.80/39.69	c cleaning 21000 clauses out of 42012 with flag 1820473/243000
93.41/45.40	c cleaning 22002 clauses out of 44014 with flag 1999102/266002
99.03/48.24	c cleaning 0 clauses out of 200000 with flag 0/200000
105.45/51.45	c cleaning 22999 clauses out of 46011 with flag 2183597/290001
114.90/56.16	c cleaning 0 clauses out of 221001 with flag 0/221001
118.51/57.90	c cleaning 24001 clauses out of 48012 with flag 2375537/315001
133.14/65.22	c cleaning 25003 clauses out of 50010 with flag 2570119/341000
137.95/67.68	c cleaning 0 clauses out of 243001 with flag 0/243001
148.78/73.00	c cleaning 25998 clauses out of 52009 with flag 2780699/368002
164.66/80.86	c cleaning 0 clauses out of 266002 with flag 0/266002
166.86/81.97	c cleaning 27001 clauses out of 54010 with flag 2983209/396002
186.74/91.87	c cleaning 28002 clauses out of 56009 with flag 3180029/425002
193.94/95.46	c cleaning 0 clauses out of 290000 with flag 0/290000
208.20/102.55	c cleaning 29002 clauses out of 58008 with flag 3387540/455003
225.08/111.00	c cleaning 0 clauses out of 315000 with flag 0/315000
230.90/113.83	c cleaning 29997 clauses out of 60003 with flag 3599854/486001
257.01/126.86	c cleaning 31000 clauses out of 62003 with flag 3817602/518000
257.21/126.93	c cleaning 0 clauses out of 341002 with flag 0/341002
267.98/132.14	c And the winner is solver0
267.98/132.24	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
267.98/132.24	c starts		: 116
267.98/132.24	c conflicts		: 535054
267.98/132.24	c decisions		: 615477
267.98/132.24	c propagations		: 10421957
267.98/132.24	c inspects		: 3061186684
267.98/132.24	c shortcuts		: 0
267.98/132.24	c learnt literals	: 22
267.98/132.24	c learnt binary clauses	: 136
267.98/132.24	c learnt ternary clauses	: 612
267.98/132.24	c learnt constraints	: 535031
267.98/132.24	c ignored constraints	: 0
267.98/132.24	c root simplifications	: 0
267.98/132.24	c removed literals (reason simplification)	: 2016890
267.98/132.24	c reason swapping (by a shorter reason)	: 0
267.98/132.24	c Calls to reduceDB	: 28
267.98/132.24	c Number of update (reduction) of LBD	: 160236
267.98/132.24	c Imported unit clauses	: 0
267.98/132.24	c number of reductions to clauses (during analyze)	: 0
267.98/132.24	c number of learned constraints concerned by reduction	: 0
267.98/132.24	c number of learning phase by resolution	: 0
267.98/132.24	c number of learning phase by cutting planes	: 0
267.98/132.24	c speed (assignments/second)	: 78915.35986067467
267.98/132.24	c non guided choices	14
267.98/132.26	c learnt constraints type 
267.98/132.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 136
267.98/132.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47902
267.98/132.26	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
267.98/132.26	c starts		: 136
267.98/132.26	c conflicts		: 347433
267.98/132.26	c decisions		: 384091
267.98/132.26	c propagations		: 7357604
267.98/132.26	c inspects		: 1413474320
267.98/132.26	c shortcuts		: 0
267.98/132.26	c learnt literals	: 0
267.98/132.26	c learnt binary clauses	: 0
267.98/132.26	c learnt ternary clauses	: 3
267.98/132.26	c learnt constraints	: 347433
267.98/132.26	c ignored constraints	: 0
267.98/132.26	c root simplifications	: 0
267.98/132.26	c removed literals (reason simplification)	: 0
267.98/132.26	c reason swapping (by a shorter reason)	: 0
267.98/132.26	c Calls to reduceDB	: 22
267.98/132.26	c Number of update (reduction) of LBD	: 0
267.98/132.26	c Imported unit clauses	: 0
267.98/132.26	c number of reductions to clauses (during analyze)	: 0
267.98/132.26	c number of learned constraints concerned by reduction	: 0
267.98/132.26	c number of learning phase by resolution	: 0
267.98/132.26	c number of learning phase by cutting planes	: 0
267.98/132.26	c speed (assignments/second)	: 55702.71109193184
267.98/132.26	c non guided choices	14
268.09/132.31	c learnt constraints type 
268.09/132.31	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 347433
268.09/132.31	s UNSATISFIABLE
268.09/132.31	c Total wall clock time (in seconds): 132.173

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

pid=15261
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.07 3.79 2.74 4/261 15264
/proc/meminfo: memFree=30752724/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/15264/stat : 15264 (java) R 15261 15264 13211 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 12049233 3653632 50 33554432000 1073741824 1073778376 140735508778752 140735508775880 249640815785 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 1408 55 43 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 4.07 3.79 2.74 4/261 15264
/proc/meminfo: memFree=30752724/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/15264/stat : 15264 (java) S 15261 15264 13211 0 -1 4202496 3550 0 1 0 5 1 0 0 20 0 18 0 12049233 9787879424 4681 33554432000 1073741824 1073778376 140735508778752 140735508769888 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 2389619 4681 1789 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 4.07 3.79 2.74 4/261 15264
/proc/meminfo: memFree=30752724/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/15264/stat : 15264 (java) S 15261 15264 13211 0 -1 4202496 4646 0 1 0 21 1 0 0 20 0 22 0 12049233 10060525568 7784 33554432000 1073741824 1073778376 140735508778752 140735508769888 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 2456183 7784 2197 9 0 2446860 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9824732

[startup+0.300219 s]
/proc/loadavg: 4.07 3.79 2.74 4/261 15264
/proc/meminfo: memFree=30752724/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/15264/stat : 15264 (java) S 15261 15264 13211 0 -1 4202496 8186 0 1 0 60 1 0 0 20 0 22 0 12049233 10060525568 9665 33554432000 1073741824 1073778376 140735508778752 140735508769888 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 2456183 9665 2239 9 0 2446860 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700191 s]
/proc/loadavg: 4.07 3.79 2.74 4/261 15264
/proc/meminfo: memFree=30752724/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/15264/stat : 15264 (java) S 15261 15264 13211 0 -1 4202496 21627 0 1 0 215 4 0 0 20 0 22 0 12049233 10060525568 33125 33554432000 1073741824 1073778376 140735508778752 140735508769888 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 2456183 33125 2260 9 0 2446860 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.07 3.79 2.74 6/283 15286
/proc/meminfo: memFree=30561816/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=9824732 CPUtime=4.79 cores=0,2,4,6
/proc/15264/stat : 15264 (java) S 15261 15264 13211 0 -1 4202496 28655 0 1 0 473 6 0 0 20 0 22 0 12049233 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 140735508769888 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 2456183 49870 2275 9 0 2446860 0
[pid=15264/tid=15266] ppid=15261 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15264/task/15266/stat : 15266 (java) S 15261 15264 13211 0 -1 4202560 2415 0 1 0 11 1 0 0 20 0 22 0 12049234 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139727047332728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15264/tid=15267] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15267/stat : 15267 (java) S 15261 15264 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139727036394536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15268] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15268/stat : 15268 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139727035341736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15269] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15269/stat : 15269 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139727034288936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15270] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15270/stat : 15270 (java) S 15261 15264 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139727033236136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15264/tid=15271] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15271/stat : 15271 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139727032183336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15272] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15272/stat : 15272 (java) S 15261 15264 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726885173672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15273] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15273/stat : 15273 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726884120872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15274] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15274/stat : 15274 (java) S 15261 15264 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726883068072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15275] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15275/stat : 15275 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726870871016 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15276] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15276/stat : 15276 (java) S 15261 15264 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726869817080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15277] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15277/stat : 15277 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726868764168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15278] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15278/stat : 15278 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726867712656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15279] ppid=15261 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/15264/task/15279/stat : 15279 (java) R 15261 15264 13211 0 -1 4202560 13544 0 0 0 126 2 0 0 20 0 22 0 12049241 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726866637880 139727049934181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15280] ppid=15261 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/15264/task/15280/stat : 15280 (java) S 15261 15264 13211 0 -1 4202560 11270 0 0 0 69 1 0 0 20 0 22 0 12049241 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726865606968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15281] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15281/stat : 15281 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726864554360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15282] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15282/stat : 15282 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726863501768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15283] ppid=15261 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/15264/task/15283/stat : 15283 (java) R 15261 15264 13211 0 -1 4202560 25 0 0 0 130 0 0 0 20 0 22 0 12049250 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726862438928 139726913187589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15284] ppid=15261 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/15264/task/15284/stat : 15284 (java) R 15261 15264 13211 0 -1 4202560 97 0 0 0 127 2 0 0 20 0 22 0 12049250 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726861386128 139726913201465 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15264/tid=15285] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15285/stat : 15285 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12049251 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726860342696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15286] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15286/stat : 15286 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12049251 10060525568 49870 33554432000 1073741824 1073778376 140735508778752 139726859289896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.07 3.80 2.74 5/283 15286
/proc/meminfo: memFree=30558400/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=9824732 CPUtime=8.09 cores=0,2,4,6
/proc/15264/stat : 15264 (java) S 15261 15264 13211 0 -1 4202496 28680 0 1 0 802 7 0 0 20 0 22 0 12049233 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 140735508769888 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 2456183 51756 2275 9 0 2446860 0
[pid=15264/tid=15266] ppid=15261 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15264/task/15266/stat : 15266 (java) S 15261 15264 13211 0 -1 4202560 2415 0 1 0 11 1 0 0 20 0 22 0 12049234 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139727047332728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15267] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15267/stat : 15267 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139727036394536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15268] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15268/stat : 15268 (java) S 15261 15264 13211 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139727035341736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15264/tid=15269] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15269/stat : 15269 (java) S 15261 15264 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139727034288936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15270] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15270/stat : 15270 (java) S 15261 15264 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139727033236136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15264/tid=15271] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15271/stat : 15271 (java) S 15261 15264 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139727032183336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15272] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15272/stat : 15272 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726885173672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15273] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15273/stat : 15273 (java) S 15261 15264 13211 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726884120872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15274] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15274/stat : 15274 (java) S 15261 15264 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726883068072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15275] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15275/stat : 15275 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726870871016 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15276] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15276/stat : 15276 (java) S 15261 15264 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726869817080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15277] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15277/stat : 15277 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726868764168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15278] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15278/stat : 15278 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726867712656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15279] ppid=15261 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/15264/task/15279/stat : 15279 (java) S 15261 15264 13211 0 -1 4202560 13545 0 0 0 132 2 0 0 20 0 22 0 12049241 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726866659768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15280] ppid=15261 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/15264/task/15280/stat : 15280 (java) S 15261 15264 13211 0 -1 4202560 11270 0 0 0 73 1 0 0 20 0 22 0 12049241 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726865606968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15281] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15281/stat : 15281 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726864554360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15282] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15282/stat : 15282 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726863501768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15283] ppid=15261 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/15264/task/15283/stat : 15283 (java) R 15261 15264 13211 0 -1 4202560 25 0 0 0 289 0 0 0 20 0 22 0 12049250 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726862445944 139726913220064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15284] ppid=15261 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/15264/task/15284/stat : 15284 (java) R 15261 15264 13211 0 -1 4202560 99 0 0 0 285 2 0 0 20 0 22 0 12049250 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726861393648 139726913505778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15285] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15285/stat : 15285 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12049251 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726860342696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15286] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15286/stat : 15286 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12049251 10060525568 51756 33554432000 1073741824 1073778376 140735508778752 139726859289896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 4.07 3.80 2.74 5/283 15286
/proc/meminfo: memFree=30559048/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=9824732 CPUtime=14.52 cores=0,2,4,6
/proc/15264/stat : 15264 (java) S 15261 15264 13211 0 -1 4202496 28711 0 1 0 1443 9 0 0 20 0 22 0 12049233 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 140735508769888 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 2456183 52889 2275 9 0 2446860 0
[pid=15264/tid=15266] ppid=15261 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15264/task/15266/stat : 15266 (java) S 15261 15264 13211 0 -1 4202560 2415 0 1 0 11 1 0 0 20 0 22 0 12049234 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139727047332728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15267] ppid=15261 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15264/task/15267/stat : 15267 (java) S 15261 15264 13211 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 12049237 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139727036394536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15268] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15268/stat : 15268 (java) S 15261 15264 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139727035341736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15269] ppid=15261 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15264/task/15269/stat : 15269 (java) S 15261 15264 13211 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 12049237 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139727034288936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15270] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15270/stat : 15270 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139727033236136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15264/tid=15271] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15271/stat : 15271 (java) S 15261 15264 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139727032183336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15272] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15272/stat : 15272 (java) S 15261 15264 13211 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139726885173672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15273] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15273/stat : 15273 (java) S 15261 15264 13211 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139726884120872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15274] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15274/stat : 15274 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049237 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139726883068072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15264/tid=15275] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15275/stat : 15275 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139726870871016 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15276] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15276/stat : 15276 (java) S 15261 15264 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139726869817080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15277] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15277/stat : 15277 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139726868764168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15278] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15278/stat : 15278 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 52889 33554432000 1073741824 1073778376 140735508778752 139726867712656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15279] ppid=15261 vsize=9824732 CPUtime=1.34 cores=0,2,4,6

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

/proc/15264/task/15278/stat : 15278 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726867712656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15279] ppid=15261 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/15264/task/15279/stat : 15279 (java) S 15261 15264 13211 0 -1 4202560 13997 0 0 0 163 2 0 0 20 0 22 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726866659768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15280] ppid=15261 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/15264/task/15280/stat : 15280 (java) R 15261 15264 13211 0 -1 4202560 11330 0 0 0 137 2 0 0 20 0 22 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726865606968 139727053318330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15281] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15281/stat : 15281 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726864554360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15282] ppid=15261 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15264/task/15282/stat : 15282 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 22 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726863501768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15283] ppid=15261 vsize=9824732 CPUtime=129.8 cores=0,2,4,6
/proc/15264/task/15283/stat : 15283 (java) R 15261 15264 13211 0 -1 4202560 71 0 0 0 12979 1 0 0 20 0 22 0 12049250 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726862446024 139726913187459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15284] ppid=15261 vsize=9824732 CPUtime=129.76 cores=0,2,4,6
/proc/15264/task/15284/stat : 15284 (java) R 15261 15264 13211 0 -1 4202560 127 0 0 0 12973 3 0 0 20 0 22 0 12049250 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726861393144 139726913201465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15285] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15285/stat : 15285 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12049251 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726860342696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15286] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15286/stat : 15286 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12049251 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726859289896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 266.03
Current children cumulated vsize (KiB) 9824732

[startup+132.001 s]
/proc/loadavg: 4.08 3.89 2.91 5/283 15695
/proc/meminfo: memFree=29769948/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=9824732 CPUtime=267.78 cores=0,2,4,6
/proc/15264/stat : 15264 (java) S 15261 15264 13211 0 -1 4202496 29710 0 1 0 26752 26 0 0 20 0 22 0 12049233 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 140735508769888 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 2456183 56585 2275 9 0 2446860 0
[pid=15264/tid=15266] ppid=15261 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/15264/task/15266/stat : 15266 (java) S 15261 15264 13211 0 -1 4202560 2420 0 1 0 11 2 0 0 20 0 22 0 12049234 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727047332728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15267] ppid=15261 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15264/task/15267/stat : 15267 (java) S 15261 15264 13211 0 -1 4202560 59 0 0 0 31 0 0 0 20 0 22 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727036394536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15268] ppid=15261 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/15264/task/15268/stat : 15268 (java) S 15261 15264 13211 0 -1 4202560 54 0 0 0 23 2 0 0 20 0 22 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727035341736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15269] ppid=15261 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15264/task/15269/stat : 15269 (java) S 15261 15264 13211 0 -1 4202560 63 0 0 0 29 2 0 0 20 0 22 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727034288936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15264/tid=15270] ppid=15261 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15264/task/15270/stat : 15270 (java) S 15261 15264 13211 0 -1 4202560 55 0 0 0 32 0 0 0 20 0 22 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727033236136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15271] ppid=15261 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/15264/task/15271/stat : 15271 (java) S 15261 15264 13211 0 -1 4202560 51 0 0 0 24 2 0 0 20 0 22 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727032183336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15272] ppid=15261 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/15264/task/15272/stat : 15272 (java) S 15261 15264 13211 0 -1 4202560 47 0 0 0 26 2 0 0 20 0 22 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726885173672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15273] ppid=15261 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15264/task/15273/stat : 15273 (java) S 15261 15264 13211 0 -1 4202560 82 0 0 0 29 2 0 0 20 0 22 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726884120872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15274] ppid=15261 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/15264/task/15274/stat : 15274 (java) S 15261 15264 13211 0 -1 4202560 67 0 0 0 33 2 0 0 20 0 22 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726883068072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15275] ppid=15261 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15264/task/15275/stat : 15275 (java) S 15261 15264 13211 0 -1 4202560 16 0 0 0 1 6 0 0 20 0 22 0 12049238 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726870871016 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15276] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15276/stat : 15276 (java) S 15261 15264 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726869817080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15277] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15277/stat : 15277 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12049238 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726868764168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15278] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15278/stat : 15278 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726867712656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15279] ppid=15261 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/15264/task/15279/stat : 15279 (java) S 15261 15264 13211 0 -1 4202560 13997 0 0 0 163 2 0 0 20 0 22 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726866659768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15280] ppid=15261 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/15264/task/15280/stat : 15280 (java) S 15261 15264 13211 0 -1 4202560 11330 0 0 0 150 2 0 0 20 0 22 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726865606968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15281] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15281/stat : 15281 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726864554360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15282] ppid=15261 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15264/task/15282/stat : 15282 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 22 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726863501768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15283] ppid=15261 vsize=9824732 CPUtime=130.61 cores=0,2,4,6
/proc/15264/task/15283/stat : 15283 (java) R 15261 15264 13211 0 -1 4202560 71 0 0 0 13060 1 0 0 20 0 22 0 12049250 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726862446024 139726913328010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15284] ppid=15261 vsize=9824732 CPUtime=130.56 cores=0,2,4,6
/proc/15264/task/15284/stat : 15284 (java) R 15261 15264 13211 0 -1 4202560 127 0 0 0 13053 3 0 0 20 0 22 0 12049250 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726861395208 139726913201465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15285] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15285/stat : 15285 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12049251 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726860342696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15286] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15286/stat : 15286 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12049251 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726859289896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 267.78
Current children cumulated vsize (KiB) 9824732

[startup+132.201 s]
/proc/loadavg: 4.08 3.89 2.91 5/283 15695
/proc/meminfo: memFree=29769948/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=9824732 CPUtime=267.39 cores=0,2,4,6
/proc/15264/stat : 15264 (java) S 15261 15264 13211 0 -1 4202496 29711 0 1 0 26710 29 0 0 20 0 19 0 12049233 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 140735508769888 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 2456183 56572 2276 9 0 2446860 0
[pid=15264/tid=15266] ppid=15261 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/15264/task/15266/stat : 15266 (java) S 15261 15264 13211 0 -1 4202560 2420 0 1 0 11 2 0 0 20 0 19 0 12049234 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139727047332728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15267] ppid=15261 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15264/task/15267/stat : 15267 (java) S 15261 15264 13211 0 -1 4202560 59 0 0 0 31 0 0 0 20 0 19 0 12049237 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139727036394536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15268] ppid=15261 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/15264/task/15268/stat : 15268 (java) S 15261 15264 13211 0 -1 4202560 54 0 0 0 23 2 0 0 20 0 19 0 12049237 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139727035341736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15269] ppid=15261 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15264/task/15269/stat : 15269 (java) S 15261 15264 13211 0 -1 4202560 63 0 0 0 29 2 0 0 20 0 19 0 12049237 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139727034288936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15264/tid=15270] ppid=15261 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15264/task/15270/stat : 15270 (java) S 15261 15264 13211 0 -1 4202560 55 0 0 0 32 0 0 0 20 0 19 0 12049237 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139727033236136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15271] ppid=15261 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/15264/task/15271/stat : 15271 (java) S 15261 15264 13211 0 -1 4202560 51 0 0 0 24 2 0 0 20 0 19 0 12049237 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139727032183336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15272] ppid=15261 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/15264/task/15272/stat : 15272 (java) S 15261 15264 13211 0 -1 4202560 47 0 0 0 26 2 0 0 20 0 19 0 12049237 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726885173672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15273] ppid=15261 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15264/task/15273/stat : 15273 (java) S 15261 15264 13211 0 -1 4202560 82 0 0 0 29 2 0 0 20 0 19 0 12049237 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726884120872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15274] ppid=15261 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/15264/task/15274/stat : 15274 (java) S 15261 15264 13211 0 -1 4202560 67 0 0 0 33 2 0 0 20 0 19 0 12049237 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726883068072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15275] ppid=15261 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15264/task/15275/stat : 15275 (java) S 15261 15264 13211 0 -1 4202560 16 0 0 0 1 6 0 0 20 0 19 0 12049238 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726870871016 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15276] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15276/stat : 15276 (java) S 15261 15264 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12049238 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726869817080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15277] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15277/stat : 15277 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12049238 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726868764168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15278] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15278/stat : 15278 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12049241 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726867712656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15279] ppid=15261 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/15264/task/15279/stat : 15279 (java) S 15261 15264 13211 0 -1 4202560 13997 0 0 0 163 2 0 0 20 0 19 0 12049241 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726866659768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15280] ppid=15261 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/15264/task/15280/stat : 15280 (java) S 15261 15264 13211 0 -1 4202560 11330 0 0 0 150 2 0 0 20 0 19 0 12049241 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726865606968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15281] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15281/stat : 15281 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12049241 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726864554360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15282] ppid=15261 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15264/task/15282/stat : 15282 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 19 0 12049241 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726863501768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15286] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15286/stat : 15286 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12049251 10060525568 56572 33554432000 1073741824 1073778376 140735508778752 139726859289896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 267.39
Current children cumulated vsize (KiB) 9824732

[startup+132.301 s]
/proc/loadavg: 4.08 3.89 2.91 5/283 15695
/proc/meminfo: memFree=29769948/32872528 swapFree=189444/189444
[pid=15264] ppid=15261 vsize=9824732 CPUtime=267.5 cores=0,2,4,6
/proc/15264/stat : 15264 (java) S 15261 15264 13211 0 -1 4202496 29726 0 1 0 26721 29 0 0 20 0 19 0 12049233 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 140735508769888 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15264/statm: 2456183 56585 2287 9 0 2446860 0
[pid=15264/tid=15266] ppid=15261 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/15264/task/15266/stat : 15266 (java) S 15261 15264 13211 0 -1 4202560 2421 0 1 0 12 2 0 0 20 0 19 0 12049234 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727047332568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15267] ppid=15261 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15264/task/15267/stat : 15267 (java) S 15261 15264 13211 0 -1 4202560 59 0 0 0 31 0 0 0 20 0 19 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727036394536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15268] ppid=15261 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/15264/task/15268/stat : 15268 (java) S 15261 15264 13211 0 -1 4202560 54 0 0 0 23 2 0 0 20 0 19 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727035341736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15269] ppid=15261 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15264/task/15269/stat : 15269 (java) S 15261 15264 13211 0 -1 4202560 63 0 0 0 29 2 0 0 20 0 19 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727034288936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15264/tid=15270] ppid=15261 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15264/task/15270/stat : 15270 (java) S 15261 15264 13211 0 -1 4202560 55 0 0 0 32 0 0 0 20 0 19 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727033236136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15271] ppid=15261 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/15264/task/15271/stat : 15271 (java) S 15261 15264 13211 0 -1 4202560 51 0 0 0 24 2 0 0 20 0 19 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139727032183336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15272] ppid=15261 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/15264/task/15272/stat : 15272 (java) S 15261 15264 13211 0 -1 4202560 47 0 0 0 26 2 0 0 20 0 19 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726885173672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15273] ppid=15261 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15264/task/15273/stat : 15273 (java) S 15261 15264 13211 0 -1 4202560 82 0 0 0 29 2 0 0 20 0 19 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726884120872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15274] ppid=15261 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/15264/task/15274/stat : 15274 (java) S 15261 15264 13211 0 -1 4202560 67 0 0 0 33 2 0 0 20 0 19 0 12049237 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726883068072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15264/tid=15275] ppid=15261 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15264/task/15275/stat : 15275 (java) S 15261 15264 13211 0 -1 4202560 16 0 0 0 1 6 0 0 20 0 19 0 12049238 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726870871016 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15276] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15276/stat : 15276 (java) S 15261 15264 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12049238 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726869817080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15277] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15277/stat : 15277 (java) S 15261 15264 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12049238 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726868764168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15278] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15278/stat : 15278 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726867712656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15279] ppid=15261 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/15264/task/15279/stat : 15279 (java) S 15261 15264 13211 0 -1 4202560 14007 0 0 0 165 2 0 0 20 0 19 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726866659768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15264/tid=15280] ppid=15261 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/15264/task/15280/stat : 15280 (java) S 15261 15264 13211 0 -1 4202560 11331 0 0 0 154 2 0 0 20 0 19 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726865606968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15281] ppid=15261 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15264/task/15281/stat : 15281 (java) S 15261 15264 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726864554360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15264/tid=15282] ppid=15261 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15264/task/15282/stat : 15282 (java) S 15261 15264 13211 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 19 0 12049241 10060525568 56585 33554432000 1073741824 1073778376 140735508778752 139726863501768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 267.5
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.589996
#  lost CPU user time (s): 0.619995
#  lost CPU system time (s): -0.03

Real time (s): 132.317
CPU time (s): 268.252
CPU user time (s): 267.81
CPU system time (s): 0.441928
CPU usage (%): 202.734
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.19
system time used= 0.471928
maximum resident set size= 227716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29733
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5534
involuntary context switches= 7099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.956854 second user time and 1.18282 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 19:57:07
IDJOB=4121467
IDBENCH=110498
IDSOLVER=2543
FILE ID=node102/4121467-1467309427
RUNJOBID= node102-1467308727-13227
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-fixed-bandwidth-18.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-4121467-1467309427/watcher-4121467-1467309427 -o /tmp/evaluation-result-4121467-1467309427/solver-4121467-1467309427 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13227 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121467-1467309427.opb

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

MD5SUM BENCH= a09d4ba319480401182e254880178390
RANDOM SEED=846480127

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:        30753896 kB
Buffers:          153152 kB
Cached:           536860 kB
SwapCached:            0 kB
Active:           769860 kB
Inactive:         416924 kB
Active(anon):     499484 kB
Inactive(anon):        0 kB
Active(file):     270376 kB
Inactive(file):   416924 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:        622784 kB
Mapped:            22656 kB
Shmem:               204 kB
Slab:             607936 kB
SReclaimable:      51640 kB
SUnreclaim:       556296 kB
KernelStack:        2296 kB
PageTables:         6284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     968276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 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:59:19