Trace number 4088841

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 47.9367 22.0339

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/
pb16-16-elffers/SUMINEQ/normalized-sumineqArity5pyramidP0064.opb
MD5SUM901149921f7945f9ee6395d2e6971c54
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 benchmark5.11622
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10725
Total number of constraints2146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints2080
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4088841-1466012443.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.54/0.37	c ... done. Wall clock time 0.26s.
0.54/0.37	c declared #vars     10725
0.54/0.37	c #constraints  2146
0.54/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.54/0.37	c constraints type 
0.54/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2146
0.54/0.37	c 2146 constraints processed.
0.54/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.54/0.37	c constraints type 
0.54/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2146
0.54/0.37	c 2146 constraints processed.
2.39/0.88	c cleaning 2495 clauses out of 5000 with flag 12911/5000
3.60/1.15	c cleaning 4244 clauses out of 8505 with flag 30394/11000
4.77/1.50	c cleaning 5629 clauses out of 11261 with flag 48783/18000
5.49/1.61	c cleaning 6813 clauses out of 13632 with flag 70211/26000
5.71/1.71	c cleaning 7896 clauses out of 15820 with flag 94345/35001
5.90/1.87	c cleaning 8945 clauses out of 17925 with flag 121178/45002
6.43/2.01	c cleaning 9983 clauses out of 19978 with flag 151390/56000
6.71/2.16	c cleaning 10989 clauses out of 21996 with flag 183706/68001
7.27/2.37	c cleaning 11995 clauses out of 24006 with flag 220367/81000
7.70/2.54	c cleaning 12991 clauses out of 26011 with flag 259167/95000
8.10/2.73	c cleaning 14002 clauses out of 28020 with flag 301548/110000
8.75/3.00	c cleaning 14971 clauses out of 30018 with flag 352104/126000
9.15/3.24	c cleaning 16019 clauses out of 32047 with flag 411642/143000
9.75/3.51	c cleaning 16982 clauses out of 34029 with flag 468203/161001
9.75/3.58	c cleaning 0 clauses out of 5000 with flag 0/5000
10.66/3.83	c cleaning 18020 clauses out of 36048 with flag 524455/180002
11.31/4.11	c cleaning 18987 clauses out of 38027 with flag 582937/200001
12.14/4.44	c cleaning 19998 clauses out of 40041 with flag 646222/221002
12.72/4.75	c cleaning 20987 clauses out of 42042 with flag 713490/243001
13.52/5.12	c cleaning 21994 clauses out of 44054 with flag 783011/266000
14.12/5.47	c cleaning 23014 clauses out of 46062 with flag 855299/290002
14.98/5.86	c cleaning 23998 clauses out of 48047 with flag 933274/315001
15.78/6.28	c cleaning 25008 clauses out of 50048 with flag 1011241/341000
16.60/6.70	c cleaning 26011 clauses out of 52040 with flag 1094349/368000
17.59/7.18	c cleaning 27006 clauses out of 54030 with flag 1176939/396001
18.59/7.61	c cleaning 28004 clauses out of 56025 with flag 1263174/425002
19.67/8.13	c cleaning 29002 clauses out of 58021 with flag 1354558/455002
20.67/8.64	c cleaning 29984 clauses out of 60018 with flag 1443167/486001
21.67/9.17	c cleaning 31012 clauses out of 62033 with flag 1533222/518000
22.67/9.69	c cleaning 31995 clauses out of 64021 with flag 1625669/551000
24.10/10.36	c cleaning 33008 clauses out of 66026 with flag 1729563/585000
25.29/10.94	c cleaning 34003 clauses out of 68019 with flag 1832356/620001
26.50/11.53	c cleaning 34993 clauses out of 70015 with flag 1935934/656000
27.72/12.13	c cleaning 36003 clauses out of 72022 with flag 2047557/693000
29.24/12.87	c cleaning 36986 clauses out of 74020 with flag 2158249/731001
30.63/13.53	c cleaning 38007 clauses out of 76033 with flag 2269313/770000
31.84/14.15	c cleaning 39011 clauses out of 78028 with flag 2389607/810002
33.24/14.86	c cleaning 39995 clauses out of 80016 with flag 2516440/851001
35.04/15.75	c cleaning 41007 clauses out of 82021 with flag 2642122/893001
35.84/16.15	c cleaning 0 clauses out of 11001 with flag 0/11001
36.67/16.54	c cleaning 41992 clauses out of 84014 with flag 2770501/936001
38.82/17.53	c cleaning 43002 clauses out of 86021 with flag 2902486/980000
40.82/18.58	c cleaning 43979 clauses out of 88021 with flag 3046415/1025002
42.41/19.39	c cleaning 45018 clauses out of 90041 with flag 3178740/1071001
44.62/20.46	c cleaning 45963 clauses out of 92022 with flag 3324721/1118000
46.64/21.42	c cleaning 47002 clauses out of 94061 with flag 3475603/1166002
47.67/21.91	c And the winner is solver0
47.67/21.99	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
47.67/21.99	c starts		: 842
47.67/21.99	c conflicts		: 1189830
47.67/21.99	c decisions		: 4914069
47.67/21.99	c propagations		: 10965732
47.67/21.99	c inspects		: 204257198
47.67/21.99	c shortcuts		: 0
47.67/21.99	c learnt literals	: 8
47.67/21.99	c learnt binary clauses	: 38
47.67/21.99	c learnt ternary clauses	: 5768
47.67/21.99	c learnt constraints	: 1189821
47.67/21.99	c ignored constraints	: 0
47.67/21.99	c root simplifications	: 0
47.67/21.99	c removed literals (reason simplification)	: 990209
47.67/21.99	c reason swapping (by a shorter reason)	: 0
47.67/21.99	c Calls to reduceDB	: 44
47.67/21.99	c Number of update (reduction) of LBD	: 220210
47.67/21.99	c Imported unit clauses	: 0
47.67/21.99	c number of reductions to clauses (during analyze)	: 0
47.67/21.99	c number of learned constraints concerned by reduction	: 0
47.67/21.99	c number of learning phase by resolution	: 0
47.67/21.99	c number of learning phase by cutting planes	: 0
47.67/21.99	c speed (assignments/second)	: 507649.2754965048
47.67/21.99	c non guided choices	2982148
47.82/22.01	c learnt constraints type 
47.82/22.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38
47.82/22.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70840
47.82/22.01	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
47.82/22.01	c starts		: 41
47.82/22.01	c conflicts		: 14232
47.82/22.01	c decisions		: 43866
47.82/22.01	c propagations		: 211053
47.82/22.01	c inspects		: 29840183
47.82/22.01	c shortcuts		: 0
47.82/22.01	c learnt literals	: 0
47.82/22.01	c learnt binary clauses	: 0
47.82/22.01	c learnt ternary clauses	: 0
47.82/22.01	c learnt constraints	: 14231
47.82/22.01	c ignored constraints	: 0
47.82/22.01	c root simplifications	: 0
47.82/22.01	c removed literals (reason simplification)	: 0
47.82/22.01	c reason swapping (by a shorter reason)	: 0
47.82/22.01	c Calls to reduceDB	: 2
47.82/22.01	c Number of update (reduction) of LBD	: 0
47.82/22.01	c Imported unit clauses	: 0
47.82/22.01	c number of reductions to clauses (during analyze)	: 0
47.82/22.01	c number of learned constraints concerned by reduction	: 0
47.82/22.01	c number of learning phase by resolution	: 0
47.82/22.01	c number of learning phase by cutting planes	: 0
47.82/22.01	c speed (assignments/second)	: 9758.773755028436
47.82/22.01	c non guided choices	1465
47.82/22.02	c learnt constraints type 
47.82/22.02	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 21
47.82/22.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 26
47.82/22.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14184
47.82/22.02	s UNSATISFIABLE
47.82/22.02	c Total wall clock time (in seconds): 21.911

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-4088841-1466012443/watcher-4088841-1466012443 -o /tmp/evaluation-result-4088841-1466012443/solver-4088841-1466012443 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4088841-1466012443.opb 

pid=7308
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.31 4.24 4.16 4/198 7311
/proc/meminfo: memFree=28151096/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 3293495 98570240 978 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 24065 978 744 9 0 16771 0
[pid=7311/tid=7312] ppid=7308 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) R 7308 7311 5545 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3293495 98570240 978 33554432000 1073741824 1073778376 140735507323072 139946287644200 219513963904 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.31 4.24 4.16 4/198 7311
/proc/meminfo: memFree=28151096/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 4514 0 1 0 10 1 0 0 20 0 18 0 3293495 9787879424 6133 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 2389619 6133 2158 9 0 2380296 0
[pid=7311/tid=7312] ppid=7308 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) R 7308 7311 5545 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 3293495 9787879424 6133 33554432000 1073741824 1073778376 140735507323072 139946287647648 139946295075684 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200381 s]
/proc/loadavg: 4.31 4.24 4.16 4/198 7311
/proc/meminfo: memFree=28151096/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 4823 0 1 0 27 1 0 0 20 0 18 0 3293495 9787879424 7350 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 2389619 7350 2218 9 0 2380296 0
[pid=7311/tid=7312] ppid=7308 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) R 7308 7311 5545 0 -1 4202560 2403 0 1 0 17 0 0 0 20 0 18 0 3293495 9787879424 7350 33554432000 1073741824 1073778376 140735507323072 139946287647648 219517336632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300266 s]
/proc/loadavg: 4.31 4.24 4.16 4/198 7311
/proc/meminfo: memFree=28151096/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 5999 0 1 0 53 1 0 0 20 0 18 0 3293495 9787879424 10140 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 2389619 10140 2235 9 0 2380296 0
[pid=7311/tid=7312] ppid=7308 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) R 7308 7311 5545 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 3293495 9787879424 10140 33554432000 1073741824 1073778376 140735507323072 139946287647648 139946157520144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 4.31 4.24 4.16 4/198 7311
/proc/meminfo: memFree=28151096/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 10466 0 1 0 195 3 0 0 20 0 22 0 3293495 10060525568 24709 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 2456183 24709 2263 9 0 2446860 0
[pid=7311/tid=7312] ppid=7308 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) S 7308 7311 5545 0 -1 4202560 2430 0 1 0 33 2 0 0 20 0 22 0 3293495 10060525568 24709 33554432000 1073741824 1073778376 140735507323072 139946287649656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.31 4.24 4.16 7/220 7333
/proc/meminfo: memFree=27964660/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=9824732 CPUtime=5.17 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 24973 0 1 0 506 11 0 0 20 0 22 0 3293495 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 2456183 51812 2285 9 0 2446860 0
[pid=7311/tid=7312] ppid=7308 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) S 7308 7311 5545 0 -1 4202560 2430 0 1 0 33 2 0 0 20 0 22 0 3293495 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946287649656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7314] ppid=7308 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7311/task/7314/stat : 7314 (java) S 7308 7311 5545 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 3293496 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946276710568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7315] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7315/stat : 7315 (java) S 7308 7311 5545 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 3293496 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946129832232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7316] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7316/stat : 7316 (java) S 7308 7311 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3293496 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946128779688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7317] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7317/stat : 7317 (java) S 7308 7311 5545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3293496 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946127727144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7318] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7318/stat : 7318 (java) S 7308 7311 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3293496 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946126674600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7319] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7319/stat : 7319 (java) S 7308 7311 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3293496 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946125622056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7320] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7320/stat : 7320 (java) S 7308 7311 5545 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 3293496 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946124569512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7321] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7321/stat : 7321 (java) S 7308 7311 5545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3293496 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946123516968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7322] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7322/stat : 7322 (java) S 7308 7311 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946111318120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7323] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7323/stat : 7323 (java) S 7308 7311 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946110264440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7324] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7324/stat : 7324 (java) S 7308 7311 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946109211784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7325] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7325/stat : 7325 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946108160528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7326] ppid=7308 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/7311/task/7326/stat : 7326 (java) R 7308 7311 5545 0 -1 4202560 13146 0 0 0 121 3 0 0 20 0 22 0 3293499 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946107083576 139946294111170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7327] ppid=7308 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/7311/task/7327/stat : 7327 (java) R 7308 7311 5545 0 -1 4202560 7868 0 0 0 121 2 0 0 20 0 22 0 3293499 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946106042752 139946291766624 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7328] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7328/stat : 7328 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946105003000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7329] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7329/stat : 7329 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946103950664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7330] ppid=7308 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/7311/task/7330/stat : 7330 (java) R 7308 7311 5545 0 -1 4202560 26 0 0 0 107 0 0 0 20 0 22 0 3293532 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946102886016 139946158202956 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7331] ppid=7308 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/7311/task/7331/stat : 7331 (java) R 7308 7311 5545 0 -1 4202560 91 0 0 0 106 1 0 0 20 0 22 0 3293532 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946101841136 139946158087416 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7332] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7332/stat : 7332 (java) S 7308 7311 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3293533 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946100790312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7333] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7333/stat : 7333 (java) S 7308 7311 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3293533 10060525568 51812 33554432000 1073741824 1073778376 140735507323072 139946099737768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.28 4.24 4.16 12/220 7333
/proc/meminfo: memFree=27791640/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=9824732 CPUtime=8.95 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 28462 0 1 0 874 21 0 0 20 0 22 0 3293495 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 2456183 153067 2290 9 0 2446860 0
[pid=7311/tid=7312] ppid=7308 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) S 7308 7311 5545 0 -1 4202560 2430 0 1 0 33 2 0 0 20 0 22 0 3293495 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946287649656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7314] ppid=7308 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7311/task/7314/stat : 7314 (java) S 7308 7311 5545 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 3293496 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946276710568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7315] ppid=7308 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7311/task/7315/stat : 7315 (java) S 7308 7311 5545 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 3293496 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946129832232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7316] ppid=7308 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/7311/task/7316/stat : 7316 (java) S 7308 7311 5545 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 22 0 3293496 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946128779688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7317] ppid=7308 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7311/task/7317/stat : 7317 (java) S 7308 7311 5545 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 3293496 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946127727144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7318] ppid=7308 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7311/task/7318/stat : 7318 (java) S 7308 7311 5545 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 3293496 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946126674600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7319] ppid=7308 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7311/task/7319/stat : 7319 (java) S 7308 7311 5545 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 3293496 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946125622056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7320] ppid=7308 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7311/task/7320/stat : 7320 (java) S 7308 7311 5545 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 3293496 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946124569512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7321] ppid=7308 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7311/task/7321/stat : 7321 (java) S 7308 7311 5545 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 3293496 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946123516968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7322] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7322/stat : 7322 (java) S 7308 7311 5545 0 -1 4202560 451 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946111318120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7323] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7323/stat : 7323 (java) S 7308 7311 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946110264440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7324] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7324/stat : 7324 (java) S 7308 7311 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946109211784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7325] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7325/stat : 7325 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946108160528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7326] ppid=7308 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/7311/task/7326/stat : 7326 (java) S 7308 7311 5545 0 -1 4202560 13151 0 0 0 134 3 0 0 20 0 22 0 3293499 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946107107896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7327] ppid=7308 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/7311/task/7327/stat : 7327 (java) S 7308 7311 5545 0 -1 4202560 10695 0 0 0 155 2 0 0 20 0 22 0 3293499 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946106055352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7328] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7328/stat : 7328 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946105003000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7329] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7329/stat : 7329 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946103950664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7330] ppid=7308 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/7311/task/7330/stat : 7330 (java) R 7308 7311 5545 0 -1 4202560 30 0 0 0 257 0 0 0 20 0 22 0 3293532 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946102886032 139946158022184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7331] ppid=7308 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/7311/task/7331/stat : 7331 (java) R 7308 7311 5545 0 -1 4202560 258 0 0 0 251 6 0 0 20 0 22 0 3293532 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946101841304 139946158088687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7332] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7332/stat : 7332 (java) S 7308 7311 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3293533 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946100790312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7333] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7333/stat : 7333 (java) S 7308 7311 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3293533 10060525568 153067 33554432000 1073741824 1073778376 140735507323072 139946099737768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.28 4.24 4.16 5/220 7333
/proc/meminfo: memFree=27074104/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=9824732 CPUtime=15.98 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 35027 0 1 0 1563 35 0 0 20 0 22 0 3293495 10060525568 285227 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 2456183 285227 2290 9 0 2446860 0
[pid=7311/tid=7312] ppid=7308 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) S 7308 7311 5545 0 -1 4202560 2430 0 1 0 33 2 0 0 20 0 22 0 3293495 10060525568 285227 33554432000 1073741824 1073778376 140735507323072 139946287649656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7314] ppid=7308 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7311/task/7314/stat : 7314 (java) S 7308 7311 5545 0 -1 4202560 40 0 0 0 4 3 0 0 20 0 22 0 3293496 10060525568 285227 33554432000 1073741824 1073778376 140735507323072 139946276710568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7315] ppid=7308 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7311/task/7315/stat : 7315 (java) S 7308 7311 5545 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 22 0 3293496 10060525568 285227 33554432000 1073741824 1073778376 140735507323072 139946129832232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7316] ppid=7308 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7311/task/7316/stat : 7316 (java) S 7308 7311 5545 0 -1 4202560 79 0 0 0 6 1 0 0 20 0 22 0 3293496 10060525568 285227 33554432000 1073741824 1073778376 140735507323072 139946128779688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7317] ppid=7308 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7311/task/7317/stat : 7317 (java) S 7308 7311 5545 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 22 0 3293496 10060525568 285227 33554432000 1073741824 1073778376 140735507323072 139946127727144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7318] ppid=7308 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7311/task/7318/stat : 7318 (java) S 7308 7311 5545 0 -1 4202560 96 0 0 0 6 1 0 0 20 0 22 0 3293496 10060525568 285227 33554432000 1073741824 1073778376 140735507323072 139946126674600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7319] ppid=7308 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/7311/task/7319/stat : 7319 (java) S 7308 7311 5545 0 -1 4202560 74 0 0 0 5 0 0 0 20 0 22 0 3293496 10060525568 285227 33554432000 1073741824 1073778376 140735507323072 139946125622056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7320] ppid=7308 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/7311/task/7320/stat : 7320 (java) S 7308 7311 5545 0 -1 4202560 111 0 0 0 7 2 0 0 20 0 22 0 3293496 10060525568 285227 33554432000 1073741824 1073778376 140735507323072 139946124569512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7321] ppid=7308 vsize=9824732 CPUtime=0.08 cores=0,2,4,6

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

[pid=7311/tid=7325] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7325/stat : 7325 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946108160528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7326] ppid=7308 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/7311/task/7326/stat : 7326 (java) S 7308 7311 5545 0 -1 4202560 13151 0 0 0 140 3 0 0 20 0 22 0 3293499 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946107107896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7327] ppid=7308 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/7311/task/7327/stat : 7327 (java) S 7308 7311 5545 0 -1 4202560 16184 0 0 0 207 3 0 0 20 0 22 0 3293499 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946106055352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7328] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7328/stat : 7328 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946105003000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7329] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7329/stat : 7329 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946103950664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7330] ppid=7308 vsize=9824732 CPUtime=18.35 cores=0,2,4,6
/proc/7311/task/7330/stat : 7330 (java) R 7308 7311 5545 0 -1 4202560 53 0 0 0 1835 0 0 0 20 0 22 0 3293532 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946102895176 139946158274549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7331] ppid=7308 vsize=9824732 CPUtime=18.35 cores=0,2,4,6
/proc/7311/task/7331/stat : 7331 (java) R 7308 7311 5545 0 -1 4202560 1243 0 0 0 1809 26 0 0 20 0 22 0 3293532 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946101840272 139946158086898 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7332] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7332/stat : 7332 (java) S 7308 7311 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3293533 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946100790312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7333] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7333/stat : 7333 (java) S 7308 7311 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3293533 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946099737768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 42.21
Current children cumulated vsize (KiB) 9824732

[startup+20.8009 s]
/proc/loadavg: 4.21 4.22 4.16 5/219 7333
/proc/meminfo: memFree=25897900/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=9824732 CPUtime=45.42 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 36644 0 1 0 4474 68 0 0 20 0 22 0 3293495 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 2456183 569905 2290 9 0 2446860 0
[pid=7311/tid=7312] ppid=7308 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) S 7308 7311 5545 0 -1 4202560 2431 0 1 0 33 2 0 0 20 0 22 0 3293495 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946287649656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7314] ppid=7308 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7311/task/7314/stat : 7314 (java) S 7308 7311 5545 0 -1 4202560 94 0 0 0 14 5 0 0 20 0 22 0 3293496 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946276710568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7315] ppid=7308 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7311/task/7315/stat : 7315 (java) S 7308 7311 5545 0 -1 4202560 122 0 0 0 12 3 0 0 20 0 22 0 3293496 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946129832232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7316] ppid=7308 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7311/task/7316/stat : 7316 (java) S 7308 7311 5545 0 -1 4202560 151 0 0 0 17 6 0 0 20 0 22 0 3293496 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946128779688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7317] ppid=7308 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/7311/task/7317/stat : 7317 (java) S 7308 7311 5545 0 -1 4202560 85 0 0 0 10 4 0 0 20 0 22 0 3293496 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946127727144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7318] ppid=7308 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/7311/task/7318/stat : 7318 (java) S 7308 7311 5545 0 -1 4202560 139 0 0 0 10 3 0 0 20 0 22 0 3293496 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946126674600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7319] ppid=7308 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7311/task/7319/stat : 7319 (java) S 7308 7311 5545 0 -1 4202560 172 0 0 0 14 3 0 0 20 0 22 0 3293496 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946125622056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7320] ppid=7308 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7311/task/7320/stat : 7320 (java) S 7308 7311 5545 0 -1 4202560 181 0 0 0 15 5 0 0 20 0 22 0 3293496 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946124569512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7321] ppid=7308 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7311/task/7321/stat : 7321 (java) S 7308 7311 5545 0 -1 4202560 109 0 0 0 12 3 0 0 20 0 22 0 3293496 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946123516968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7322] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7322/stat : 7322 (java) S 7308 7311 5545 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946111318120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7323] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7323/stat : 7323 (java) S 7308 7311 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946110264440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7324] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7324/stat : 7324 (java) S 7308 7311 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946109211784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7325] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7325/stat : 7325 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946108160528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7326] ppid=7308 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/7311/task/7326/stat : 7326 (java) S 7308 7311 5545 0 -1 4202560 13151 0 0 0 140 3 0 0 20 0 22 0 3293499 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946107107896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7327] ppid=7308 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/7311/task/7327/stat : 7327 (java) S 7308 7311 5545 0 -1 4202560 16184 0 0 0 207 3 0 0 20 0 22 0 3293499 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946106055352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7328] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7328/stat : 7328 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946105003000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7329] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7329/stat : 7329 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946103950664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7330] ppid=7308 vsize=9824732 CPUtime=19.94 cores=0,2,4,6
/proc/7311/task/7330/stat : 7330 (java) R 7308 7311 5545 0 -1 4202560 53 0 0 0 1994 0 0 0 20 0 22 0 3293532 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946102886032 139946158244259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7331] ppid=7308 vsize=9824732 CPUtime=19.95 cores=0,2,4,6
/proc/7311/task/7331/stat : 7331 (java) R 7308 7311 5545 0 -1 4202560 1243 0 0 0 1969 26 0 0 20 0 22 0 3293532 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946101840272 139946158088116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7332] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7332/stat : 7332 (java) S 7308 7311 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3293533 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946100790312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7333] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7333/stat : 7333 (java) S 7308 7311 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3293533 10060525568 569905 33554432000 1073741824 1073778376 140735507323072 139946099737768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 45.42
Current children cumulated vsize (KiB) 9824732

[startup+21.6009 s]
/proc/loadavg: 4.21 4.22 4.16 5/219 7333
/proc/meminfo: memFree=25897900/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=9824732 CPUtime=47.04 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 37137 0 1 0 4633 71 0 0 20 0 22 0 3293495 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 2456183 613833 2290 9 0 2446860 0
[pid=7311/tid=7312] ppid=7308 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) S 7308 7311 5545 0 -1 4202560 2431 0 1 0 33 2 0 0 20 0 22 0 3293495 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946287649656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7314] ppid=7308 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7311/task/7314/stat : 7314 (java) S 7308 7311 5545 0 -1 4202560 94 0 0 0 14 5 0 0 20 0 22 0 3293496 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946276710568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7315] ppid=7308 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7311/task/7315/stat : 7315 (java) S 7308 7311 5545 0 -1 4202560 122 0 0 0 12 3 0 0 20 0 22 0 3293496 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946129832232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7316] ppid=7308 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7311/task/7316/stat : 7316 (java) S 7308 7311 5545 0 -1 4202560 151 0 0 0 17 6 0 0 20 0 22 0 3293496 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946128779688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7317] ppid=7308 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/7311/task/7317/stat : 7317 (java) S 7308 7311 5545 0 -1 4202560 85 0 0 0 10 4 0 0 20 0 22 0 3293496 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946127727144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7318] ppid=7308 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/7311/task/7318/stat : 7318 (java) S 7308 7311 5545 0 -1 4202560 139 0 0 0 10 3 0 0 20 0 22 0 3293496 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946126674600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7319] ppid=7308 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7311/task/7319/stat : 7319 (java) S 7308 7311 5545 0 -1 4202560 172 0 0 0 14 3 0 0 20 0 22 0 3293496 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946125622056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7320] ppid=7308 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7311/task/7320/stat : 7320 (java) S 7308 7311 5545 0 -1 4202560 181 0 0 0 15 5 0 0 20 0 22 0 3293496 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946124569512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7321] ppid=7308 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7311/task/7321/stat : 7321 (java) S 7308 7311 5545 0 -1 4202560 109 0 0 0 12 3 0 0 20 0 22 0 3293496 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946123516968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7322] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7322/stat : 7322 (java) S 7308 7311 5545 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946111318120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7323] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7323/stat : 7323 (java) S 7308 7311 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946110264440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7324] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7324/stat : 7324 (java) S 7308 7311 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3293497 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946109211784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7325] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7325/stat : 7325 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946108160528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7326] ppid=7308 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/7311/task/7326/stat : 7326 (java) S 7308 7311 5545 0 -1 4202560 13151 0 0 0 142 3 0 0 20 0 22 0 3293499 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946107107896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7327] ppid=7308 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/7311/task/7327/stat : 7327 (java) S 7308 7311 5545 0 -1 4202560 16184 0 0 0 207 3 0 0 20 0 22 0 3293499 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946106055352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7328] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7328/stat : 7328 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946105003000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7329] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7329/stat : 7329 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3293499 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946103950664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7330] ppid=7308 vsize=9824732 CPUtime=20.74 cores=0,2,4,6
/proc/7311/task/7330/stat : 7330 (java) R 7308 7311 5545 0 -1 4202560 55 0 0 0 2074 0 0 0 20 0 22 0 3293532 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946102886032 139946158202971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7331] ppid=7308 vsize=9824732 CPUtime=20.75 cores=0,2,4,6
/proc/7311/task/7331/stat : 7331 (java) R 7308 7311 5545 0 -1 4202560 1734 0 0 0 2046 29 0 0 20 0 22 0 3293532 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946101840272 139946158848666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7311/tid=7332] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7332/stat : 7332 (java) S 7308 7311 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3293533 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946100790312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7333] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7333/stat : 7333 (java) S 7308 7311 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3293533 10060525568 613833 33554432000 1073741824 1073778376 140735507323072 139946099737768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.04
Current children cumulated vsize (KiB) 9824732

[startup+22.0008 s]
/proc/loadavg: 4.20 4.22 4.16 6/216 7334
/proc/meminfo: memFree=25567880/32872528 swapFree=1073728/1155488
[pid=7311] ppid=7308 vsize=9824732 CPUtime=47.82 cores=0,2,4,6
/proc/7311/stat : 7311 (java) S 7308 7311 5545 0 -1 4202496 37226 0 1 0 4710 72 0 0 20 0 19 0 3293495 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 140735507314208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7311/statm: 2456183 652228 2292 9 0 2446860 0
[pid=7311/tid=7312] ppid=7308 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7311/task/7312/stat : 7312 (java) S 7308 7311 5545 0 -1 4202560 2432 0 1 0 33 2 0 0 20 0 19 0 3293495 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946287649496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7314] ppid=7308 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7311/task/7314/stat : 7314 (java) S 7308 7311 5545 0 -1 4202560 94 0 0 0 14 5 0 0 20 0 19 0 3293496 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946276710568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7315] ppid=7308 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7311/task/7315/stat : 7315 (java) S 7308 7311 5545 0 -1 4202560 122 0 0 0 12 3 0 0 20 0 19 0 3293496 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946129832232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7316] ppid=7308 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7311/task/7316/stat : 7316 (java) S 7308 7311 5545 0 -1 4202560 151 0 0 0 17 6 0 0 20 0 19 0 3293496 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946128779688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7317] ppid=7308 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/7311/task/7317/stat : 7317 (java) S 7308 7311 5545 0 -1 4202560 85 0 0 0 10 4 0 0 20 0 19 0 3293496 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946127727144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7318] ppid=7308 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/7311/task/7318/stat : 7318 (java) S 7308 7311 5545 0 -1 4202560 139 0 0 0 10 3 0 0 20 0 19 0 3293496 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946126674600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7319] ppid=7308 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7311/task/7319/stat : 7319 (java) S 7308 7311 5545 0 -1 4202560 172 0 0 0 14 3 0 0 20 0 19 0 3293496 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946125622056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7320] ppid=7308 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7311/task/7320/stat : 7320 (java) S 7308 7311 5545 0 -1 4202560 181 0 0 0 15 5 0 0 20 0 19 0 3293496 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946124569512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7321] ppid=7308 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7311/task/7321/stat : 7321 (java) S 7308 7311 5545 0 -1 4202560 109 0 0 0 12 3 0 0 20 0 19 0 3293496 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946123516968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7322] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7322/stat : 7322 (java) S 7308 7311 5545 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 19 0 3293497 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946111318120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7323] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7323/stat : 7323 (java) S 7308 7311 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3293497 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946110264440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7324] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7324/stat : 7324 (java) S 7308 7311 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3293497 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946109211784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7325] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7325/stat : 7325 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3293499 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946108160528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7326] ppid=7308 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/7311/task/7326/stat : 7326 (java) R 7308 7311 5545 0 -1 4202560 13152 0 0 0 156 3 0 0 20 0 19 0 3293499 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946107107896 139946291766651 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7327] ppid=7308 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/7311/task/7327/stat : 7327 (java) R 7308 7311 5545 0 -1 4202560 16189 0 0 0 211 3 0 0 20 0 19 0 3293499 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946106028800 139946293606689 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7311/tid=7328] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7328/stat : 7328 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3293499 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946105003000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7311/tid=7329] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7329/stat : 7329 (java) S 7308 7311 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3293499 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946103950664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7311/tid=7334] ppid=7308 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7311/task/7334/stat : 7334 (java) R 7308 7311 5545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3295694 10060525568 652228 33554432000 1073741824 1073778376 140735507323072 139946101844968 139946157520097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.82
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 22.0339
CPU time (s): 47.9367
CPU user time (s): 47.0868
CPU system time (s): 0.84987
CPU usage (%): 217.559
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.0868
system time used= 0.84987
maximum resident set size= 2608924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37233
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1207
involuntary context switches= 1673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.137979 second user time and 0.220966 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 19:40:43
IDJOB=4088841
IDBENCH=107321
IDSOLVER=2543
FILE ID=node114/4088841-1466012443
RUNJOBID= node114-1466008022-5561
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/SUMINEQ/normalized-sumineqArity5pyramidP0064.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088841-1466012443/watcher-4088841-1466012443 -o /tmp/evaluation-result-4088841-1466012443/solver-4088841-1466012443 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4088841-1466012443.opb

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

MD5SUM BENCH= 901149921f7945f9ee6395d2e6971c54
RANDOM SEED=2027555298

node114.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.761
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.52
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.761
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.56
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.761
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.54
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.761
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		: 2666.761
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.55
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.761
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.761
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.761
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:        28151516 kB
Buffers:            8384 kB
Cached:            39892 kB
SwapCached:        33296 kB
Active:          2802488 kB
Inactive:          59204 kB
Active(anon):    2782616 kB
Inactive(anon):    33292 kB
Active(file):      19872 kB
Inactive(file):    25912 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               944 kB
Writeback:             0 kB
AnonPages:       3936484 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565048 kB
SReclaimable:       8692 kB
SUnreclaim:       556356 kB
KernelStack:        1616 kB
PageTables:        11692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4078396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2799616 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= 71736 MiB
End job on node114 at 2016-06-15 19:41:05