Trace number 4081355

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 1081.47 535.985

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark165.369
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081355-1465231850.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.14	c ... done. Wall clock time 0.02s.
0.09/0.14	c declared #vars     31
0.09/0.14	c #constraints  9
0.09/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.14	c 9 constraints processed.
0.09/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.09/0.14	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.14	c 9 constraints processed.
0.09/0.14	c objective function length is 1 literals
2.32/0.73	c cleaning 2500 clauses out of 5000 with flag 10094/5000
3.52/1.08	c cleaning 4248 clauses out of 8500 with flag 22170/11000
4.81/1.51	c cleaning 5627 clauses out of 11253 with flag 36266/18001
5.83/2.06	c cleaning 6813 clauses out of 13625 with flag 52532/26000
7.27/2.76	c cleaning 7907 clauses out of 15813 with flag 70897/35001
9.08/3.62	c cleaning 8953 clauses out of 17905 with flag 91180/45000
11.09/4.67	c cleaning 9970 clauses out of 19952 with flag 113884/56000
13.69/5.96	c cleaning 10992 clauses out of 21984 with flag 138296/68002
16.91/7.56	c cleaning 11990 clauses out of 23990 with flag 164880/81000
20.75/9.40	c cleaning 12997 clauses out of 26002 with flag 193361/95002
24.75/11.45	c cleaning 14002 clauses out of 28003 with flag 224971/110000
29.15/13.68	c cleaning 15000 clauses out of 30003 with flag 257996/126002
33.96/16.03	c cleaning 16001 clauses out of 32001 with flag 293001/143000
39.57/18.81	c cleaning 16998 clauses out of 34000 with flag 329741/161000
41.18/19.65	c cleaning 0 clauses out of 5003 with flag 0/5003
45.88/21.79	c cleaning 17999 clauses out of 36004 with flag 368428/180002
52.59/24.80	c cleaning 19001 clauses out of 38003 with flag 410263/200000
58.99/28.09	c cleaning 19999 clauses out of 40003 with flag 453767/221001
65.80/31.48	c cleaning 20998 clauses out of 42003 with flag 498699/243000
74.82/35.95	c cleaning 21999 clauses out of 44006 with flag 546946/266001
84.04/40.53	c cleaning 23003 clauses out of 46009 with flag 596184/290003
93.26/45.12	c cleaning 24002 clauses out of 48005 with flag 647693/315002
102.68/49.88	c cleaning 25002 clauses out of 50003 with flag 700395/341002
113.73/55.34	c cleaning 25998 clauses out of 51999 with flag 755345/368000
127.80/62.37	c cleaning 27000 clauses out of 54001 with flag 812710/396000
141.03/68.97	c cleaning 28000 clauses out of 56001 with flag 872403/425000
155.93/76.32	c cleaning 29001 clauses out of 58002 with flag 935145/455001
169.98/83.37	c cleaning 29997 clauses out of 60001 with flag 998464/486001
188.30/92.46	c cleaning 30999 clauses out of 62004 with flag 1064157/518001
209.61/103.07	c cleaning 32002 clauses out of 64004 with flag 1131914/551000
230.88/113.67	c cleaning 32996 clauses out of 66002 with flag 1202477/585000
240.77/118.50	c cleaning 0 clauses out of 11001 with flag 0/11001
255.05/125.65	c cleaning 34000 clauses out of 68006 with flag 1275608/620000
276.57/136.33	c cleaning 35003 clauses out of 70009 with flag 1350002/656003
300.50/148.25	c cleaning 36002 clauses out of 72004 with flag 1426801/693001
328.26/162.05	c cleaning 36998 clauses out of 74001 with flag 1508074/731000
354.02/174.84	c cleaning 38003 clauses out of 76005 with flag 1589758/770002
383.11/189.12	c cleaning 38999 clauses out of 78000 with flag 1672594/810000
413.07/203.95	c cleaning 39997 clauses out of 80001 with flag 1758741/851000
445.05/219.82	c cleaning 40999 clauses out of 82004 with flag 1846861/893000
478.21/236.35	c cleaning 42002 clauses out of 84007 with flag 1936353/936002
512.82/253.58	c cleaning 42994 clauses out of 86003 with flag 2027837/980000
548.98/271.51	c cleaning 44002 clauses out of 88009 with flag 2120345/1025000
588.55/291.28	c cleaning 45000 clauses out of 90008 with flag 2218142/1071001
619.73/306.70	c cleaning 46003 clauses out of 92007 with flag 2317027/1118000
652.46/323.09	c cleaning 47000 clauses out of 94005 with flag 2419304/1166001
690.27/341.85	c cleaning 47999 clauses out of 96004 with flag 2523263/1215000
712.63/352.96	c cleaning 0 clauses out of 18000 with flag 0/18000
733.03/363.06	c cleaning 49004 clauses out of 98007 with flag 2628857/1265002
777.48/385.14	c cleaning 49994 clauses out of 100000 with flag 2736165/1316000
823.31/407.99	c cleaning 51002 clauses out of 102006 with flag 2845589/1368000
873.95/433.14	c cleaning 51998 clauses out of 104004 with flag 2958329/1421000
920.33/456.23	c cleaning 52998 clauses out of 106006 with flag 3071216/1475000
971.45/481.69	c cleaning 54003 clauses out of 108007 with flag 3187257/1530000
1035.15/513.38	c cleaning 55000 clauses out of 110003 with flag 3304375/1586000
1080.41/535.80	c And the winner is solver0
1080.89/535.93	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1080.89/535.93	c starts		: 425
1080.89/535.93	c conflicts		: 1634627
1080.89/535.93	c decisions		: 1652385
1080.89/535.93	c propagations		: 11133230
1080.89/535.93	c inspects		: 9882198412
1080.89/535.93	c shortcuts		: 0
1080.89/535.93	c learnt literals	: 17
1080.89/535.93	c learnt binary clauses	: 154
1080.89/535.93	c learnt ternary clauses	: 783
1080.89/535.93	c learnt constraints	: 1634609
1080.89/535.93	c ignored constraints	: 0
1080.89/535.93	c root simplifications	: 0
1080.89/535.93	c removed literals (reason simplification)	: 13073587
1080.89/535.93	c reason swapping (by a shorter reason)	: 0
1080.89/535.93	c Calls to reduceDB	: 52
1080.89/535.93	c Number of update (reduction) of LBD	: 31545
1080.89/535.93	c Imported unit clauses	: 0
1080.89/535.93	c number of reductions to clauses (during analyze)	: 0
1080.89/535.93	c number of learned constraints concerned by reduction	: 0
1080.89/535.93	c number of learning phase by resolution	: 0
1080.89/535.93	c number of learning phase by cutting planes	: 0
1080.89/535.93	c speed (assignments/second)	: 20779.402816817284
1080.89/535.93	c non guided choices	13
1080.89/535.97	c learnt constraints type 
1080.89/535.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 154
1080.89/535.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103461
1080.89/535.97	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1080.89/535.97	c starts		: 50
1080.89/535.97	c conflicts		: 21894
1080.89/535.97	c decisions		: 23125
1080.89/535.97	c propagations		: 163153
1080.89/535.97	c inspects		: 496898251
1080.89/535.97	c shortcuts		: 0
1080.89/535.97	c learnt literals	: 0
1080.89/535.97	c learnt binary clauses	: 0
1080.89/535.97	c learnt ternary clauses	: 0
1080.89/535.97	c learnt constraints	: 21894
1080.89/535.97	c ignored constraints	: 0
1080.89/535.97	c root simplifications	: 0
1080.89/535.97	c removed literals (reason simplification)	: 0
1080.89/535.97	c reason swapping (by a shorter reason)	: 0
1080.89/535.97	c Calls to reduceDB	: 3
1080.89/535.97	c Number of update (reduction) of LBD	: 0
1080.89/535.97	c Imported unit clauses	: 0
1080.89/535.97	c number of reductions to clauses (during analyze)	: 0
1080.89/535.97	c number of learned constraints concerned by reduction	: 0
1080.89/535.97	c number of learning phase by resolution	: 0
1080.89/535.97	c number of learning phase by cutting planes	: 0
1080.89/535.97	c speed (assignments/second)	: 304.49104366748657
1080.89/535.97	c non guided choices	13
1080.89/535.97	c learnt constraints type 
1080.89/535.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21894
1080.89/535.97	s UNSATISFIABLE
1080.89/535.97	c Total wall clock time (in seconds): 535.853

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-4081355-1465231850/watcher-4081355-1465231850 -o /tmp/evaluation-result-4081355-1465231850/solver-4081355-1465231850 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8289 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081355-1465231850.opb 

pid=13411
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.13 4.22 4.19 5/200 13414
/proc/meminfo: memFree=26700952/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/13414/stat : 13414 (java) R 13411 13414 8273 0 -1 4202496 528 0 0 0 0 0 0 0 20 0 1 0 105117744 9547776 182 33554432000 1073741824 1073778376 140734163331024 140734163313752 273905698176 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2323 182 140 9 0 71 0

[startup+0.100176 s]
/proc/loadavg: 4.13 4.22 4.19 5/200 13414
/proc/meminfo: memFree=26700952/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13414/stat : 13414 (java) S 13411 13414 8273 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 105117744 9787879424 6022 33554432000 1073741824 1073778376 140734163331024 140734163322160 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2389619 6022 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 4.13 4.22 4.19 5/200 13414
/proc/meminfo: memFree=26700952/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/13414/stat : 13414 (java) S 13411 13414 8273 0 -1 4202496 6212 0 1 0 31 1 0 0 20 0 22 0 105117744 10060525568 8927 33554432000 1073741824 1073778376 140734163331024 140734163322160 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2456183 8936 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9824732

[startup+0.300213 s]
/proc/loadavg: 4.13 4.22 4.19 5/200 13414
/proc/meminfo: memFree=26700952/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/13414/stat : 13414 (java) S 13411 13414 8273 0 -1 4202496 10198 0 1 0 70 3 0 0 20 0 22 0 105117744 10060525568 11447 33554432000 1073741824 1073778376 140734163331024 140734163322160 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2456183 11447 2227 9 0 2446860 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+0.700187 s]
/proc/loadavg: 4.13 4.22 4.19 5/200 13414
/proc/meminfo: memFree=26700952/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/13414/stat : 13414 (java) S 13411 13414 8273 0 -1 4202496 20444 0 1 0 227 5 0 0 20 0 22 0 105117744 10060525568 32588 33554432000 1073741824 1073778376 140734163331024 140734163322160 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2456183 32588 2250 9 0 2446860 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.13 4.22 4.19 6/222 13436
/proc/meminfo: memFree=26509744/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9824732 CPUtime=4.81 cores=0,2,4,6
/proc/13414/stat : 13414 (java) S 13411 13414 8273 0 -1 4202496 24332 0 1 0 474 7 0 0 20 0 22 0 105117744 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140734163322160 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2456183 50025 2272 9 0 2446860 0
[pid=13414/tid=13416] ppid=13411 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/13414/task/13416/stat : 13416 (java) S 13411 13414 8273 0 -1 4202560 2407 0 1 0 11 0 0 0 20 0 22 0 105117745 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140223131833208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13417] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13417/stat : 13417 (java) S 13411 13414 8273 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140223104284968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13418] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13418/stat : 13418 (java) S 13411 13414 8273 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140223103232168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13419] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13419/stat : 13419 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140223102179880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13420] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13420/stat : 13420 (java) S 13411 13414 8273 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140223101127080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13421] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13421/stat : 13421 (java) S 13411 13414 8273 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140223100074792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13422] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13422/stat : 13422 (java) S 13411 13414 8273 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222970505896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13423] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13423/stat : 13423 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222969453608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13424] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13424/stat : 13424 (java) S 13411 13414 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222968400808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13425] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13425/stat : 13425 (java) S 13411 13414 8273 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 105117747 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222485453032 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13426] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13426/stat : 13426 (java) S 13411 13414 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105117748 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222484399096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13427] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13427/stat : 13427 (java) S 13411 13414 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105117748 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222483346696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13428] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13428/stat : 13428 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222482295184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13429] ppid=13411 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/13414/task/13429/stat : 13429 (java) S 13411 13414 8273 0 -1 4202560 11154 0 0 0 91 2 0 0 20 0 22 0 105117750 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222481242808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13430] ppid=13411 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/13414/task/13430/stat : 13430 (java) S 13411 13414 8273 0 -1 4202560 9269 0 0 0 101 2 0 0 20 0 22 0 105117750 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222480190008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13431] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13431/stat : 13431 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222479137912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13432] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13432/stat : 13432 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222478085320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13433] ppid=13411 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/13414/task/13433/stat : 13433 (java) R 13411 13414 8273 0 -1 4202560 43 0 0 0 132 0 0 0 20 0 22 0 105117759 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222477030064 140222982477913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13434] ppid=13411 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/13414/task/13434/stat : 13434 (java) R 13411 13414 8273 0 -1 4202560 87 0 0 0 130 2 0 0 20 0 22 0 105117759 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222475975928 140222981995675 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13435] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13435/stat : 13435 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105117759 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222474925224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13436] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13436/stat : 13436 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105117759 10060525568 50025 33554432000 1073741824 1073778376 140734163331024 140222473872424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.13 4.22 4.19 6/222 13436
/proc/meminfo: memFree=26375264/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9824732 CPUtime=8.06 cores=0,2,4,6
/proc/13414/stat : 13414 (java) S 13411 13414 8273 0 -1 4202496 25018 0 1 0 794 12 0 0 20 0 22 0 105117744 10060525568 123252 33554432000 1073741824 1073778376 140734163331024 140734163322160 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2456183 123252 2272 9 0 2446860 0
[pid=13414/tid=13416] ppid=13411 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/13414/task/13416/stat : 13416 (java) S 13411 13414 8273 0 -1 4202560 2407 0 1 0 11 0 0 0 20 0 22 0 105117745 10060525568 123252 33554432000 1073741824 1073778376 140734163331024 140223131833208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13417] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13417/stat : 13417 (java) S 13411 13414 8273 0 -1 4202560 102 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140223104284968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13418] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13418/stat : 13418 (java) S 13411 13414 8273 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140223103232168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13419] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13419/stat : 13419 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140223102179880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13420] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13420/stat : 13420 (java) S 13411 13414 8273 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140223101127080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13421] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13421/stat : 13421 (java) S 13411 13414 8273 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140223100074792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13422] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13422/stat : 13422 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222970505896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13423] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13423/stat : 13423 (java) S 13411 13414 8273 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222969453608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13424] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13424/stat : 13424 (java) S 13411 13414 8273 0 -1 4202560 100 0 0 0 0 0 0 0 20 0 22 0 105117746 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222968400808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13425] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13425/stat : 13425 (java) S 13411 13414 8273 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 105117747 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222485453032 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13426] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13426/stat : 13426 (java) S 13411 13414 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105117748 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222484399096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13427] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13427/stat : 13427 (java) S 13411 13414 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105117748 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222483346696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13428] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13428/stat : 13428 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222482295184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13429] ppid=13411 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/13414/task/13429/stat : 13429 (java) S 13411 13414 8273 0 -1 4202560 11154 0 0 0 94 3 0 0 20 0 22 0 105117750 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222481242808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13430] ppid=13411 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/13414/task/13430/stat : 13430 (java) S 13411 13414 8273 0 -1 4202560 9269 0 0 0 102 2 0 0 20 0 22 0 105117750 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222480190008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13431] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13431/stat : 13431 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222479137912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13432] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13432/stat : 13432 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222478085320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13433] ppid=13411 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/13414/task/13433/stat : 13433 (java) R 13411 13414 8273 0 -1 4202560 48 0 0 0 290 0 0 0 20 0 22 0 105117759 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222477020928 140222982174370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13434] ppid=13411 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/13414/task/13434/stat : 13434 (java) R 13411 13414 8273 0 -1 4202560 219 0 0 0 284 6 0 0 20 0 22 0 105117759 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222475975792 140222982037644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13435] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13435/stat : 13435 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105117759 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222474925224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13436] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13436/stat : 13436 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105117759 10060525568 123764 33554432000 1073741824 1073778376 140734163331024 140222473872424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.20 4.23 4.19 5/222 13436
/proc/meminfo: memFree=25853008/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9824732 CPUtime=14.51 cores=0,2,4,6
/proc/13414/stat : 13414 (java) S 13411 13414 8273 0 -1 4202496 26140 0 1 0 1430 21 0 0 20 0 22 0 105117744 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140734163322160 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2456183 276636 2272 9 0 2446860 0
[pid=13414/tid=13416] ppid=13411 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/13414/task/13416/stat : 13416 (java) S 13411 13414 8273 0 -1 4202560 2407 0 1 0 11 0 0 0 20 0 22 0 105117745 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140223131833208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13417] ppid=13411 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13414/task/13417/stat : 13417 (java) S 13411 13414 8273 0 -1 4202560 143 0 0 0 2 0 0 0 20 0 22 0 105117746 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140223104284968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13418] ppid=13411 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13414/task/13418/stat : 13418 (java) S 13411 13414 8273 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 105117746 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140223103232168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13419] ppid=13411 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13414/task/13419/stat : 13419 (java) S 13411 13414 8273 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 105117746 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140223102179880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13420] ppid=13411 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13414/task/13420/stat : 13420 (java) S 13411 13414 8273 0 -1 4202560 42 0 0 0 1 0 0 0 20 0 22 0 105117746 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140223101127080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13421] ppid=13411 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13414/task/13421/stat : 13421 (java) S 13411 13414 8273 0 -1 4202560 181 0 0 0 2 0 0 0 20 0 22 0 105117746 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140223100074792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13422] ppid=13411 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13414/task/13422/stat : 13422 (java) S 13411 13414 8273 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 105117746 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140222970505896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13423] ppid=13411 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13414/task/13423/stat : 13423 (java) S 13411 13414 8273 0 -1 4202560 118 0 0 0 2 0 0 0 20 0 22 0 105117746 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140222969453608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13424] ppid=13411 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13414/task/13424/stat : 13424 (java) S 13411 13414 8273 0 -1 4202560 128 0 0 0 1 0 0 0 20 0 22 0 105117746 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140222968400808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13425] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13425/stat : 13425 (java) S 13411 13414 8273 0 -1 4202560 733 0 0 0 0 0 0 0 20 0 22 0 105117747 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140222485453032 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13426] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13426/stat : 13426 (java) S 13411 13414 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105117748 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140222484399096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13427] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13427/stat : 13427 (java) S 13411 13414 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105117748 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140222483346696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13428] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13428/stat : 13428 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 276636 33554432000 1073741824 1073778376 140734163331024 140222482295184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13429] ppid=13411 vsize=9824732 CPUtime=0.97 cores=0,2,4,6

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

[pid=13414/tid=13427] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13427/stat : 13427 (java) S 13411 13414 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105117748 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222483346696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13428] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13428/stat : 13428 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222482295184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13429] ppid=13411 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/13414/task/13429/stat : 13429 (java) S 13411 13414 8273 0 -1 4202560 11396 0 0 0 192 3 0 0 20 0 22 0 105117750 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222481242808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13430] ppid=13411 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/13414/task/13430/stat : 13430 (java) S 13411 13414 8273 0 -1 4202560 17310 0 0 0 213 4 0 0 20 0 22 0 105117750 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222480190008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13431] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13431/stat : 13431 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222479137912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13432] ppid=13411 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/13414/task/13432/stat : 13432 (java) S 13411 13414 8273 0 -1 4202560 31 0 0 0 7 11 0 0 20 0 22 0 105117750 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222478085320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13433] ppid=13411 vsize=9824732 CPUtime=530.04 cores=0,2,4,6
/proc/13414/task/13433/stat : 13433 (java) R 13411 13414 8273 0 -1 4202560 251 0 0 0 52994 10 0 0 20 0 22 0 105117759 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222477027840 140222982174407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13434] ppid=13411 vsize=9824732 CPUtime=530.2 cores=0,2,4,6
/proc/13414/task/13434/stat : 13434 (java) R 13411 13414 8273 0 -1 4202560 1489 0 0 0 52989 31 0 0 20 0 22 0 105117759 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222475975808 140222982008748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13435] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13435/stat : 13435 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105117759 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222474925224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13436] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13436/stat : 13436 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105117759 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222473872424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1079.4
Current children cumulated vsize (KiB) 9824732

[startup+535.601 s]
/proc/loadavg: 4.47 4.36 4.27 3/218 13521
/proc/meminfo: memFree=28778872/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9824732 CPUtime=1080.2 cores=0,2,4,6
/proc/13414/stat : 13414 (java) S 13411 13414 8273 0 -1 4202496 38092 0 1 0 107910 110 0 0 20 0 22 0 105117744 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140734163322160 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2456183 384641 2273 9 0 2446860 0
[pid=13414/tid=13416] ppid=13411 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/13414/task/13416/stat : 13416 (java) S 13411 13414 8273 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 22 0 105117745 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140223131833208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13417] ppid=13411 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/13414/task/13417/stat : 13417 (java) S 13411 13414 8273 0 -1 4202560 464 0 0 0 180 5 0 0 20 0 22 0 105117746 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140223104284968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13418] ppid=13411 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/13414/task/13418/stat : 13418 (java) S 13411 13414 8273 0 -1 4202560 341 0 0 0 174 6 0 0 20 0 22 0 105117746 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140223103232168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13419] ppid=13411 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/13414/task/13419/stat : 13419 (java) S 13411 13414 8273 0 -1 4202560 322 0 0 0 185 6 0 0 20 0 22 0 105117746 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140223102179880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13420] ppid=13411 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/13414/task/13420/stat : 13420 (java) S 13411 13414 8273 0 -1 4202560 347 0 0 0 174 5 0 0 20 0 22 0 105117746 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140223101127080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13421] ppid=13411 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/13414/task/13421/stat : 13421 (java) S 13411 13414 8273 0 -1 4202560 491 0 0 0 173 4 0 0 20 0 22 0 105117746 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140223100074792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13422] ppid=13411 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/13414/task/13422/stat : 13422 (java) S 13411 13414 8273 0 -1 4202560 318 0 0 0 174 4 0 0 20 0 22 0 105117746 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222970505896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13423] ppid=13411 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/13414/task/13423/stat : 13423 (java) S 13411 13414 8273 0 -1 4202560 433 0 0 0 183 5 0 0 20 0 22 0 105117746 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222969453608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13424] ppid=13411 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/13414/task/13424/stat : 13424 (java) S 13411 13414 8273 0 -1 4202560 445 0 0 0 183 6 0 0 20 0 22 0 105117746 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222968400808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13425] ppid=13411 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/13414/task/13425/stat : 13425 (java) S 13411 13414 8273 0 -1 4202560 776 0 0 0 9 28 0 0 20 0 22 0 105117747 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222485453032 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13426] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13426/stat : 13426 (java) S 13411 13414 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105117748 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222484399096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13427] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13427/stat : 13427 (java) S 13411 13414 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105117748 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222483346696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13428] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13428/stat : 13428 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222482295184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13429] ppid=13411 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/13414/task/13429/stat : 13429 (java) S 13411 13414 8273 0 -1 4202560 11396 0 0 0 192 3 0 0 20 0 22 0 105117750 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222481242808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13430] ppid=13411 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/13414/task/13430/stat : 13430 (java) S 13411 13414 8273 0 -1 4202560 17310 0 0 0 213 4 0 0 20 0 22 0 105117750 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222480190008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13431] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13431/stat : 13431 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105117750 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222479137912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13432] ppid=13411 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/13414/task/13432/stat : 13432 (java) S 13411 13414 8273 0 -1 4202560 31 0 0 0 7 11 0 0 20 0 22 0 105117750 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222478085320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13433] ppid=13411 vsize=9824732 CPUtime=530.44 cores=0,2,4,6
/proc/13414/task/13433/stat : 13433 (java) R 13411 13414 8273 0 -1 4202560 251 0 0 0 53034 10 0 0 20 0 22 0 105117759 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222477027840 140222982090310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13434] ppid=13411 vsize=9824732 CPUtime=530.6 cores=0,2,4,6
/proc/13414/task/13434/stat : 13434 (java) R 13411 13414 8273 0 -1 4202560 1489 0 0 0 53029 31 0 0 20 0 22 0 105117759 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222475975808 140222981951322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13435] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13435/stat : 13435 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105117759 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222474925224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13436] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13436/stat : 13436 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105117759 10060525568 384641 33554432000 1073741824 1073778376 140734163331024 140222473872424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1080.2
Current children cumulated vsize (KiB) 9824732

[startup+535.808 s]
/proc/loadavg: 4.47 4.36 4.27 6/221 13527
/proc/meminfo: memFree=28674976/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9824732 CPUtime=1080.76 cores=0,2,4,6
/proc/13414/stat : 13414 (java) S 13411 13414 8273 0 -1 4202496 38093 0 1 0 107957 119 0 0 20 0 20 0 105117744 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140734163322160 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2456183 384633 2274 9 0 2446860 0
[pid=13414/tid=13416] ppid=13411 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/13414/task/13416/stat : 13416 (java) S 13411 13414 8273 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 20 0 105117745 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140223131833208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13417] ppid=13411 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/13414/task/13417/stat : 13417 (java) S 13411 13414 8273 0 -1 4202560 464 0 0 0 180 5 0 0 20 0 20 0 105117746 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140223104284968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13418] ppid=13411 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/13414/task/13418/stat : 13418 (java) S 13411 13414 8273 0 -1 4202560 341 0 0 0 174 6 0 0 20 0 20 0 105117746 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140223103232168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13419] ppid=13411 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/13414/task/13419/stat : 13419 (java) S 13411 13414 8273 0 -1 4202560 322 0 0 0 185 6 0 0 20 0 20 0 105117746 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140223102179880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13420] ppid=13411 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/13414/task/13420/stat : 13420 (java) S 13411 13414 8273 0 -1 4202560 347 0 0 0 174 5 0 0 20 0 20 0 105117746 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140223101127080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13421] ppid=13411 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/13414/task/13421/stat : 13421 (java) S 13411 13414 8273 0 -1 4202560 491 0 0 0 173 4 0 0 20 0 20 0 105117746 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140223100074792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13422] ppid=13411 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/13414/task/13422/stat : 13422 (java) S 13411 13414 8273 0 -1 4202560 318 0 0 0 174 4 0 0 20 0 20 0 105117746 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222970505896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13423] ppid=13411 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/13414/task/13423/stat : 13423 (java) S 13411 13414 8273 0 -1 4202560 433 0 0 0 183 5 0 0 20 0 20 0 105117746 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222969453608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13424] ppid=13411 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/13414/task/13424/stat : 13424 (java) S 13411 13414 8273 0 -1 4202560 445 0 0 0 183 6 0 0 20 0 20 0 105117746 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222968400808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13425] ppid=13411 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/13414/task/13425/stat : 13425 (java) S 13411 13414 8273 0 -1 4202560 776 0 0 0 9 28 0 0 20 0 20 0 105117747 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222485453032 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13426] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13426/stat : 13426 (java) S 13411 13414 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 105117748 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222484399096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13427] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13427/stat : 13427 (java) S 13411 13414 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 105117748 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222483346696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13428] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13428/stat : 13428 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 105117750 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222482295184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13429] ppid=13411 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/13414/task/13429/stat : 13429 (java) S 13411 13414 8273 0 -1 4202560 11396 0 0 0 192 3 0 0 20 0 20 0 105117750 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222481242808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13430] ppid=13411 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/13414/task/13430/stat : 13430 (java) S 13411 13414 8273 0 -1 4202560 17310 0 0 0 213 4 0 0 20 0 20 0 105117750 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222480190008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13431] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13431/stat : 13431 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 105117750 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222479137912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13432] ppid=13411 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/13414/task/13432/stat : 13432 (java) S 13411 13414 8273 0 -1 4202560 31 0 0 0 7 11 0 0 20 0 20 0 105117750 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222478085320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13434] ppid=13411 vsize=9824732 CPUtime=530.8 cores=0,2,4,6
/proc/13414/task/13434/stat : 13434 (java) R 13411 13414 8273 0 -1 4202560 1489 0 0 0 53049 31 0 0 20 0 20 0 105117759 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222475975808 140222982037649 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13435] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13435/stat : 13435 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 105117759 10060525568 384633 33554432000 1073741824 1073778376 140734163331024 140222474925224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1080.76
Current children cumulated vsize (KiB) 9824732

[startup+535.901 s]
/proc/loadavg: 4.47 4.36 4.27 6/221 13527
/proc/meminfo: memFree=28674976/32872528 swapFree=15540/1663004
[pid=13414] ppid=13411 vsize=9824732 CPUtime=1080.89 cores=0,2,4,6
/proc/13414/stat : 13414 (java) S 13411 13414 8273 0 -1 4202496 38098 0 1 0 107970 119 0 0 20 0 20 0 105117744 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140734163322160 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 2456183 385145 2274 9 0 2446860 0
[pid=13414/tid=13416] ppid=13411 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/13414/task/13416/stat : 13416 (java) S 13411 13414 8273 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 20 0 105117745 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140223131833208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13417] ppid=13411 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/13414/task/13417/stat : 13417 (java) S 13411 13414 8273 0 -1 4202560 465 0 0 0 180 5 0 0 20 0 20 0 105117746 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140223104284968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13418] ppid=13411 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/13414/task/13418/stat : 13418 (java) S 13411 13414 8273 0 -1 4202560 341 0 0 0 175 6 0 0 20 0 20 0 105117746 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140223103232168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13419] ppid=13411 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/13414/task/13419/stat : 13419 (java) S 13411 13414 8273 0 -1 4202560 322 0 0 0 185 6 0 0 20 0 20 0 105117746 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140223102179880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13420] ppid=13411 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/13414/task/13420/stat : 13420 (java) S 13411 13414 8273 0 -1 4202560 348 0 0 0 174 5 0 0 20 0 20 0 105117746 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140223101127080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13421] ppid=13411 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/13414/task/13421/stat : 13421 (java) S 13411 13414 8273 0 -1 4202560 492 0 0 0 173 5 0 0 20 0 20 0 105117746 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140223100074792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13422] ppid=13411 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/13414/task/13422/stat : 13422 (java) S 13411 13414 8273 0 -1 4202560 319 0 0 0 175 4 0 0 20 0 20 0 105117746 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222970505896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13423] ppid=13411 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/13414/task/13423/stat : 13423 (java) S 13411 13414 8273 0 -1 4202560 433 0 0 0 184 5 0 0 20 0 20 0 105117746 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222969453608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13414/tid=13424] ppid=13411 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/13414/task/13424/stat : 13424 (java) S 13411 13414 8273 0 -1 4202560 445 0 0 0 184 6 0 0 20 0 20 0 105117746 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222968400808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13425] ppid=13411 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/13414/task/13425/stat : 13425 (java) S 13411 13414 8273 0 -1 4202560 776 0 0 0 9 28 0 0 20 0 20 0 105117747 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222485453032 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13426] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13426/stat : 13426 (java) S 13411 13414 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 105117748 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222484399096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13427] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13427/stat : 13427 (java) S 13411 13414 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 105117748 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222483346696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13428] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13428/stat : 13428 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 105117750 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222482295184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13429] ppid=13411 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/13414/task/13429/stat : 13429 (java) S 13411 13414 8273 0 -1 4202560 11396 0 0 0 192 3 0 0 20 0 20 0 105117750 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222481242808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13414/tid=13430] ppid=13411 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/13414/task/13430/stat : 13430 (java) S 13411 13414 8273 0 -1 4202560 17310 0 0 0 213 4 0 0 20 0 20 0 105117750 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222480190008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13431] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13431/stat : 13431 (java) S 13411 13414 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 105117750 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222479137912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13414/tid=13432] ppid=13411 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/13414/task/13432/stat : 13432 (java) S 13411 13414 8273 0 -1 4202560 31 0 0 0 7 11 0 0 20 0 20 0 105117750 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222478085320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13434] ppid=13411 vsize=9824732 CPUtime=530.88 cores=0,2,4,6
/proc/13414/task/13434/stat : 13434 (java) R 13411 13414 8273 0 -1 4202560 1490 0 0 0 53057 31 0 0 20 0 20 0 105117759 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222475975888 140222981995396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13414/tid=13435] ppid=13411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13414/task/13435/stat : 13435 (java) S 13411 13414 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 105117759 10060525568 385145 33554432000 1073741824 1073778376 140734163331024 140222474925224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1080.89
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 535.985
CPU time (s): 1081.47
CPU user time (s): 1080
CPU system time (s): 1.47278
CPU usage (%): 201.772
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1080
system time used= 1.47278
maximum resident set size= 1740964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23885
involuntary context switches= 31042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.41648 second user time and 4.49332 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 18:50:50
IDJOB=4081355
IDBENCH=2897
IDSOLVER=2543
FILE ID=node134/4081355-1465231850
RUNJOBID= node134-1465220363-8289
PBS_JOBID= 19843220
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081355-1465231850/watcher-4081355-1465231850 -o /tmp/evaluation-result-4081355-1465231850/solver-4081355-1465231850 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8289 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081355-1465231850.opb

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=681542261

node134.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.403
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	: 5332.80
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.403
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.403
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.56
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.403
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.56
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.403
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.403
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.403
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.56
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.403
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:        26701108 kB
Buffers:           26236 kB
Cached:            86428 kB
SwapCached:         1804 kB
Active:          3732808 kB
Inactive:          52468 kB
Active(anon):    3673804 kB
Inactive(anon):     1036 kB
Active(file):      59004 kB
Inactive(file):    51432 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098292 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       5351732 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             566752 kB
SReclaimable:      10684 kB
SUnreclaim:       556068 kB
KernelStack:        1736 kB
PageTables:        14724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5833816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5277696 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= 71732 MiB
End job on node134 at 2016-06-06 18:59:46