Trace number 4081369

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 PB16OPT1 153.191 88.0375

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark141.034
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
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 constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4081369-1465232431.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.026s.
0.09/0.14	c declared #vars     94
0.09/0.14	c #constraints  8
0.09/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.15	c 8 constraints processed.
0.09/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.09/0.15	c 8 constraints processed.
0.09/0.15	c objective function length is 64 literals
1.92/0.68	c And the winner is solver1
2.30/0.74	c cleaning 2498 clauses out of 5003 with flag 10048/5003
2.67/1.15	c SATISFIABLE
2.67/1.15	c OPTIMIZING...
2.67/1.15	c Got one! Elapsed wall clock time (in seconds):1.031
2.67/1.15	o 1630
2.67/1.15	c And the winner is solver0
2.68/1.65	c Got one! Elapsed wall clock time (in seconds):1.533
2.68/1.65	o 105
2.68/1.65	c And the winner is solver0
2.69/2.15	c Got one! Elapsed wall clock time (in seconds):2.034
2.69/2.15	o 57
2.69/2.16	c And the winner is solver0
2.72/2.65	c Got one! Elapsed wall clock time (in seconds):2.535
2.72/2.65	o 56
2.72/2.66	c And the winner is solver0
2.72/3.15	c Got one! Elapsed wall clock time (in seconds):3.036
2.72/3.15	o 54
2.72/3.16	c And the winner is solver0
2.72/3.65	c Got one! Elapsed wall clock time (in seconds):3.538
2.72/3.65	o 49
2.72/3.66	c And the winner is solver0
2.72/4.16	c Got one! Elapsed wall clock time (in seconds):4.039
2.72/4.16	o 48
2.72/4.17	c And the winner is solver0
2.72/4.66	c Got one! Elapsed wall clock time (in seconds):4.54
2.72/4.66	o 47
2.72/4.66	c And the winner is solver0
2.74/5.16	c Got one! Elapsed wall clock time (in seconds):5.042
2.74/5.16	o 46
2.74/5.16	c And the winner is solver0
2.74/5.66	c Got one! Elapsed wall clock time (in seconds):5.543
2.74/5.66	o 40
2.74/5.67	c And the winner is solver0
2.75/6.16	c Got one! Elapsed wall clock time (in seconds):6.044
2.75/6.16	o 37
2.75/6.16	c And the winner is solver0
2.75/6.66	c Got one! Elapsed wall clock time (in seconds):6.546
2.75/6.66	o 36
2.75/6.67	c And the winner is solver0
2.75/7.16	c Got one! Elapsed wall clock time (in seconds):7.047
2.75/7.16	o 34
2.75/7.18	c And the winner is solver0
2.77/7.67	c Got one! Elapsed wall clock time (in seconds):7.549
2.77/7.67	o 32
2.77/7.67	c And the winner is solver0
2.77/8.17	c Got one! Elapsed wall clock time (in seconds):8.05
2.77/8.17	o 30
2.77/8.18	c And the winner is solver0
2.79/8.67	c Got one! Elapsed wall clock time (in seconds):8.551
2.79/8.67	o 22
2.79/8.68	c And the winner is solver0
2.79/9.17	c Got one! Elapsed wall clock time (in seconds):9.053
2.79/9.17	o 19
2.79/9.18	c And the winner is solver0
2.90/9.67	c Got one! Elapsed wall clock time (in seconds):9.554
2.90/9.67	o 16
2.90/9.68	c And the winner is solver0
2.90/10.17	c Got one! Elapsed wall clock time (in seconds):10.056
2.90/10.17	o 15
2.90/10.18	c And the winner is solver0
2.94/10.67	c Got one! Elapsed wall clock time (in seconds):10.557
2.94/10.67	o 14
2.94/10.69	c And the winner is solver0
2.99/11.18	c Got one! Elapsed wall clock time (in seconds):11.059
2.99/11.18	o 13
3.04/11.24	c And the winner is solver0
3.14/11.68	c Got one! Elapsed wall clock time (in seconds):11.561
3.14/11.68	o 9
3.18/11.70	c And the winner is solver0
3.20/12.18	c Got one! Elapsed wall clock time (in seconds):12.062
3.20/12.18	o 6
3.69/12.49	c cleaning 5242 clauses out of 10484 with flag 8318/12982
4.72/12.92	c cleaning 5621 clauses out of 11242 with flag 20621/18982
5.74/13.43	c cleaning 6307 clauses out of 12622 with flag 34714/25983
6.98/14.09	c cleaning 7158 clauses out of 14315 with flag 50845/33983
7.18/14.14	c And the winner is solver0
7.18/14.18	c Got one! Elapsed wall clock time (in seconds):14.065
7.18/14.18	o 4
7.94/14.54	c cleaning 6115 clauses out of 12236 with flag 8103/39062
8.74/14.97	c cleaning 6057 clauses out of 12122 with flag 20179/45063
9.75/15.41	c And the winner is solver0
9.78/15.69	c Got one! Elapsed wall clock time (in seconds):15.575
9.78/15.69	o 3
9.80/15.79	c And the winner is solver0
10.01/16.21	c Got one! Elapsed wall clock time (in seconds):16.089
10.01/16.21	o 1
11.17/16.80	c cleaning 9127 clauses out of 18260 with flag 10131/57258
12.18/17.31	c cleaning 7567 clauses out of 15136 with flag 22419/63261
13.18/17.85	c cleaning 7285 clauses out of 14569 with flag 36654/70261
14.39/18.48	c cleaning 7640 clauses out of 15281 with flag 52767/78258
15.99/19.24	c cleaning 8319 clauses out of 16641 with flag 71017/87258
17.79/20.13	c cleaning 9161 clauses out of 18322 with flag 91327/97258
19.81/21.18	c cleaning 10080 clauses out of 20161 with flag 113463/108258
22.41/22.41	c cleaning 11039 clauses out of 22082 with flag 137595/120259
25.22/23.86	c cleaning 12020 clauses out of 24043 with flag 163855/133259
28.62/25.58	c cleaning 13012 clauses out of 26023 with flag 192315/147259
32.82/27.52	c cleaning 14003 clauses out of 28010 with flag 223084/162258
37.66/29.77	c cleaning 15001 clauses out of 30007 with flag 257327/178258
42.07/31.97	c cleaning 16002 clauses out of 32007 with flag 292685/195259
46.48/34.17	c cleaning 16997 clauses out of 34005 with flag 330357/213259
51.89/36.80	c cleaning 18003 clauses out of 36007 with flag 369824/232258
58.09/39.96	c cleaning 18998 clauses out of 38004 with flag 410720/252258
65.52/43.63	c cleaning 20003 clauses out of 40006 with flag 453422/273258
72.97/47.34	c cleaning 21002 clauses out of 42003 with flag 497722/295258
83.41/52.53	c cleaning 22002 clauses out of 44005 with flag 544612/318262
94.65/58.10	c cleaning 22998 clauses out of 46000 with flag 593568/342259
97.90/59.71	c cleaning 0 clauses out of 6587 with flag 0/6606
103.86/62.56	c cleaning 24000 clauses out of 48002 with flag 644639/367259
117.53/69.39	c cleaning 25001 clauses out of 50001 with flag 698040/393258
130.47/75.77	c cleaning 25999 clauses out of 52000 with flag 753556/420259
144.75/82.82	c cleaning 26994 clauses out of 53999 with flag 811385/448258
151.79/86.36	c And the winner is solver0
153.08/88.02	c >>>>>>>>>> Solver number 0 (26 answers) <<<<<<<<<<<<<<<<<<
153.08/88.02	c starts		: 230
153.08/88.02	c conflicts		: 465977
153.08/88.02	c decisions		: 472376
153.08/88.02	c propagations		: 3501314
153.08/88.02	c inspects		: 1750910213
153.08/88.02	c shortcuts		: 0
153.08/88.02	c learnt literals	: 16
153.08/88.02	c learnt binary clauses	: 87
153.08/88.02	c learnt ternary clauses	: 466
153.08/88.02	c learnt constraints	: 465960
153.08/88.02	c ignored constraints	: 0
153.08/88.02	c root simplifications	: 0
153.08/88.02	c removed literals (reason simplification)	: 3480588
153.08/88.02	c reason swapping (by a shorter reason)	: 0
153.08/88.02	c Calls to reduceDB	: 31
153.08/88.02	c Number of update (reduction) of LBD	: 3866
153.08/88.02	c Imported unit clauses	: 0
153.08/88.02	c number of reductions to clauses (during analyze)	: 0
153.08/88.02	c number of learned constraints concerned by reduction	: 0
153.08/88.02	c number of learning phase by resolution	: 0
153.08/88.02	c number of learning phase by cutting planes	: 0
153.08/88.02	c speed (assignments/second)	: 40302.894964028776
153.08/88.02	c non guided choices	367
153.08/88.03	c learnt constraints type 
153.08/88.03	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
153.08/88.03	c starts		: 60
153.08/88.03	c conflicts		: 8138
153.08/88.03	c decisions		: 10940
153.08/88.03	c propagations		: 62553
153.08/88.03	c inspects		: 64882020
153.08/88.03	c shortcuts		: 0
153.08/88.03	c learnt literals	: 0
153.08/88.03	c learnt binary clauses	: 0
153.08/88.03	c learnt ternary clauses	: 0
153.08/88.03	c learnt constraints	: 8118
153.08/88.03	c ignored constraints	: 0
153.08/88.03	c root simplifications	: 0
153.08/88.03	c removed literals (reason simplification)	: 0
153.08/88.03	c reason swapping (by a shorter reason)	: 0
153.08/88.03	c Calls to reduceDB	: 1
153.08/88.03	c Number of update (reduction) of LBD	: 0
153.08/88.03	c Imported unit clauses	: 0
153.08/88.03	c number of reductions to clauses (during analyze)	: 0
153.08/88.03	c number of learned constraints concerned by reduction	: 0
153.08/88.03	c number of learning phase by resolution	: 0
153.08/88.03	c number of learning phase by cutting planes	: 0
153.08/88.03	c speed (assignments/second)	: 871.5030093624611
153.08/88.03	c non guided choices	289
153.08/88.03	c learnt constraints type 
153.08/88.03	s OPTIMUM FOUND
153.08/88.03	c Found 26 solution(s)
153.08/88.03	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 x68 x69 x70 x71 x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 x84 x85 -x86 x87 x88 -x89 x90 x91 x92 -x93 x94 
153.08/88.03	c objective function=1
153.08/88.03	c Total wall clock time (in seconds): 87.91

Verifier Data

OK	1

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-4081369-1465232431/watcher-4081369-1465232431 -o /tmp/evaluation-result-4081369-1465232431/solver-4081369-1465232431 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465220812-974 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081369-1465232431.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.11 4.04 4.00 3/196 5294
/proc/meminfo: memFree=31148900/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/5294/stat : 5294 (java) R 5291 5294 955 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 105177931 278528 33 33554432000 1073741824 1073778376 140737290836016 140735176532072 235365559477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 4.11 4.04 4.00 3/196 5294
/proc/meminfo: memFree=31148900/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/5294/stat : 5294 (java) S 5291 5294 955 0 -1 4202496 4425 0 1 0 8 1 0 0 20 0 18 0 105177931 9787879424 6053 33554432000 1073741824 1073778376 140737290836016 140737290827152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 2389619 6053 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200247 s]
/proc/loadavg: 4.11 4.04 4.00 3/196 5294
/proc/meminfo: memFree=31148900/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/5294/stat : 5294 (java) S 5291 5294 955 0 -1 4202496 6648 0 1 0 30 2 0 0 20 0 22 0 105177931 10060525568 9218 33554432000 1073741824 1073778376 140737290836016 140737290827152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 2456183 9218 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9824732

[startup+0.300244 s]
/proc/loadavg: 4.11 4.04 4.00 3/196 5294
/proc/meminfo: memFree=31148900/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/5294/stat : 5294 (java) S 5291 5294 955 0 -1 4202496 9662 0 1 0 70 2 0 0 20 0 22 0 105177931 10060525568 11059 33554432000 1073741824 1073778376 140737290836016 140737290827152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 2456183 11059 2224 9 0 2446860 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 9824732

[startup+0.700193 s]
/proc/loadavg: 4.11 4.04 4.00 3/196 5294
/proc/meminfo: memFree=31148900/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/5294/stat : 5294 (java) S 5291 5294 955 0 -1 4202496 16902 0 1 0 226 4 0 0 20 0 20 0 105177931 10060525568 21342 33554432000 1073741824 1073778376 140737290836016 140737290827152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 2456183 21342 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50071 s]
/proc/loadavg: 3.94 4.00 3.99 3/215 5316
/proc/meminfo: memFree=31070316/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/5294/stat : 5294 (java) S 5291 5294 955 0 -1 4202496 21126 0 1 0 263 5 0 0 20 0 19 0 105177931 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140737290827152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 2456183 22951 2259 9 0 2446860 0
[pid=5294/tid=5296] ppid=5291 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5294/task/5296/stat : 5296 (java) S 5291 5294 955 0 -1 4202560 2404 0 1 0 12 0 0 0 20 0 19 0 105177932 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352545022840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5297] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5297/stat : 5297 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352506513704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5298] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5298/stat : 5298 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352505460904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5299] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5299/stat : 5299 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352504408616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5300] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5300/stat : 5300 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352503355816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5301] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5301/stat : 5301 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352502303528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5302] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5302/stat : 5302 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352501250728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5303] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5303/stat : 5303 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352500198440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5304] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5304/stat : 5304 (java) S 5291 5294 955 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352499145640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5305] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5305/stat : 5305 (java) S 5291 5294 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352486734056 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5306] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5306/stat : 5306 (java) S 5291 5294 955 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352367354872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5307] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5307/stat : 5307 (java) S 5291 5294 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352366302472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5308] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5308/stat : 5308 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352365250960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5309] ppid=5291 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/5294/task/5309/stat : 5309 (java) S 5291 5294 955 0 -1 4202560 6644 0 0 0 68 0 0 0 20 0 19 0 105177937 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352364198584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5310] ppid=5291 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/5294/task/5310/stat : 5310 (java) S 5291 5294 955 0 -1 4202560 10711 0 0 0 71 2 0 0 20 0 19 0 105177937 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352363145784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5311] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5311/stat : 5311 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352362093688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5312] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5312/stat : 5312 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 22951 33554432000 1073741824 1073778376 140737290836016 140352361041096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 9824732

[startup+3.10074 s]
/proc/loadavg: 3.94 4.00 3.99 3/215 5325
/proc/meminfo: memFree=31053800/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/5294/stat : 5294 (java) S 5291 5294 955 0 -1 4202496 21154 0 1 0 266 6 0 0 20 0 19 0 105177931 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140737290827152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 2456183 27048 2259 9 0 2446860 0
[pid=5294/tid=5296] ppid=5291 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5294/task/5296/stat : 5296 (java) S 5291 5294 955 0 -1 4202560 2405 0 1 0 12 0 0 0 20 0 19 0 105177932 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352545022840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5297] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5297/stat : 5297 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352506513704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5298] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5298/stat : 5298 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352505460904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5299] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5299/stat : 5299 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352504408616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5300] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5300/stat : 5300 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352503355816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5301] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5301/stat : 5301 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352502303528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5302] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5302/stat : 5302 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352501250728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5303] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5303/stat : 5303 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352500198440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5304] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5304/stat : 5304 (java) S 5291 5294 955 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352499145640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5305] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5305/stat : 5305 (java) S 5291 5294 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352486734056 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5306] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5306/stat : 5306 (java) S 5291 5294 955 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352367354872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5307] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5307/stat : 5307 (java) S 5291 5294 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352366302472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5308] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5308/stat : 5308 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352365250960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5309] ppid=5291 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/5294/task/5309/stat : 5309 (java) S 5291 5294 955 0 -1 4202560 6644 0 0 0 69 0 0 0 20 0 19 0 105177937 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352364198584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5310] ppid=5291 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/5294/task/5310/stat : 5310 (java) S 5291 5294 955 0 -1 4202560 10711 0 0 0 73 2 0 0 20 0 19 0 105177937 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352363145784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5311] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5311/stat : 5311 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352362093688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5312] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5312/stat : 5312 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352361041096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5319] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5319/stat : 5319 (java) S 5291 5294 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105178046 10060525568 27048 33554432000 1073741824 1073778376 140737290836016 140352357881512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 9824732

[startup+6.30079 s]
/proc/loadavg: 3.94 4.00 3.99 3/215 5343
/proc/meminfo: memFree=31019508/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/5294/stat : 5294 (java) S 5291 5294 955 0 -1 4202496 21240 0 1 0 269 6 0 0 20 0 19 0 105177931 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140737290827152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 2456183 35995 2261 9 0 2446860 0
[pid=5294/tid=5296] ppid=5291 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/5294/task/5296/stat : 5296 (java) S 5291 5294 955 0 -1 4202560 2407 0 1 0 13 0 0 0 20 0 19 0 105177932 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352545022840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5297] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5297/stat : 5297 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352506513704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5298] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5298/stat : 5298 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352505460904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5299] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5299/stat : 5299 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352504408616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5300] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5300/stat : 5300 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352503355816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5301] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5301/stat : 5301 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352502303528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5302] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5302/stat : 5302 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352501250728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5303] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5303/stat : 5303 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352500198440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5304] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5304/stat : 5304 (java) S 5291 5294 955 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105177933 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352499145640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5305] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5305/stat : 5305 (java) S 5291 5294 955 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352486734056 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5306] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5306/stat : 5306 (java) S 5291 5294 955 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352367354872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5307] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5307/stat : 5307 (java) S 5291 5294 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352366302472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5308] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5308/stat : 5308 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352365250960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5309] ppid=5291 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/5294/task/5309/stat : 5309 (java) S 5291 5294 955 0 -1 4202560 6645 0 0 0 69 0 0 0 20 0 19 0 105177937 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352364198584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5310] ppid=5291 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/5294/task/5310/stat : 5310 (java) S 5291 5294 955 0 -1 4202560 10711 0 0 0 74 2 0 0 20 0 19 0 105177937 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352363145784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5311] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5311/stat : 5311 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352362093688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5312] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5312/stat : 5312 (java) S 5291 5294 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352361041096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5319] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5319/stat : 5319 (java) S 5291 5294 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105178046 10060525568 35995 33554432000 1073741824 1073778376 140737290836016 140352357881512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+12.7008 s]

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

/proc/5294/task/5303/stat : 5303 (java) S 5291 5294 955 0 -1 4202560 57 0 0 0 21 2 0 0 20 0 19 0 105177933 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352500198440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5304] ppid=5291 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/5294/task/5304/stat : 5304 (java) S 5291 5294 955 0 -1 4202560 61 0 0 0 18 2 0 0 20 0 19 0 105177933 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352499145640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5305] ppid=5291 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5294/task/5305/stat : 5305 (java) S 5291 5294 955 0 -1 4202560 579 0 0 0 1 4 0 0 20 0 19 0 105177934 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352486734056 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5306] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5306/stat : 5306 (java) S 5291 5294 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352367354872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5307] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5307/stat : 5307 (java) S 5291 5294 955 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352366302472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5308] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5308/stat : 5308 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352365250960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5309] ppid=5291 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/5294/task/5309/stat : 5309 (java) S 5291 5294 955 0 -1 4202560 6650 0 0 0 96 0 0 0 20 0 19 0 105177937 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352364198584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5310] ppid=5291 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/5294/task/5310/stat : 5310 (java) S 5291 5294 955 0 -1 4202560 18198 0 0 0 190 3 0 0 20 0 19 0 105177937 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352363145784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5311] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5311/stat : 5311 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352362093688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5312] ppid=5291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5294/task/5312/stat : 5312 (java) S 5291 5294 955 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 105177937 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352361041096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5319] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5319/stat : 5319 (java) S 5291 5294 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105178046 10060525568 333691 33554432000 1073741824 1073778376 140737290836016 140352357881512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 151.64
Current children cumulated vsize (KiB) 9824732

[startup+87.2008 s]
/proc/loadavg: 3.85 3.92 3.96 4/215 5418
/proc/meminfo: memFree=29846808/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=9824732 CPUtime=152.13 cores=1,3,5,7
/proc/5294/stat : 5294 (java) S 5291 5294 955 0 -1 4202496 31069 0 1 0 15146 67 0 0 20 0 19 0 105177931 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140737290827152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 2456183 332104 2275 9 0 2446860 0
[pid=5294/tid=5296] ppid=5291 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/5294/task/5296/stat : 5296 (java) R 5291 5294 955 0 -1 4202560 2415 0 1 0 58 2 0 0 20 0 19 0 105177932 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352545021104 140352367630280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5297] ppid=5291 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/5294/task/5297/stat : 5297 (java) S 5291 5294 955 0 -1 4202560 51 0 0 0 17 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352506513704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5298] ppid=5291 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/5294/task/5298/stat : 5298 (java) S 5291 5294 955 0 -1 4202560 74 0 0 0 22 3 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352505460904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5299] ppid=5291 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/5294/task/5299/stat : 5299 (java) S 5291 5294 955 0 -1 4202560 60 0 0 0 21 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352504408616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5300] ppid=5291 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/5294/task/5300/stat : 5300 (java) S 5291 5294 955 0 -1 4202560 79 0 0 0 22 3 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352503355816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5301] ppid=5291 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/5294/task/5301/stat : 5301 (java) S 5291 5294 955 0 -1 4202560 46 0 0 0 17 1 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352502303528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5302] ppid=5291 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/5294/task/5302/stat : 5302 (java) S 5291 5294 955 0 -1 4202560 55 0 0 0 19 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352501250728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5303] ppid=5291 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/5294/task/5303/stat : 5303 (java) S 5291 5294 955 0 -1 4202560 57 0 0 0 21 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352500198440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5304] ppid=5291 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/5294/task/5304/stat : 5304 (java) S 5291 5294 955 0 -1 4202560 61 0 0 0 19 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352499145640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5305] ppid=5291 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5294/task/5305/stat : 5305 (java) S 5291 5294 955 0 -1 4202560 579 0 0 0 1 4 0 0 20 0 19 0 105177934 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352486734056 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5306] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5306/stat : 5306 (java) S 5291 5294 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352367354872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5307] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5307/stat : 5307 (java) S 5291 5294 955 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352366302472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5308] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5308/stat : 5308 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352365250960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5309] ppid=5291 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/5294/task/5309/stat : 5309 (java) S 5291 5294 955 0 -1 4202560 6650 0 0 0 96 0 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352364198584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5310] ppid=5291 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/5294/task/5310/stat : 5310 (java) S 5291 5294 955 0 -1 4202560 18198 0 0 0 192 3 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352363145784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5311] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5311/stat : 5311 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352362093688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5312] ppid=5291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5294/task/5312/stat : 5312 (java) S 5291 5294 955 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352361041096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5319] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5319/stat : 5319 (java) S 5291 5294 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105178046 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352357881512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 152.13
Current children cumulated vsize (KiB) 9824732

[startup+87.6007 s]
/proc/loadavg: 3.85 3.92 3.96 4/215 5418
/proc/meminfo: memFree=29846808/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=9824732 CPUtime=152.53 cores=1,3,5,7
/proc/5294/stat : 5294 (java) S 5291 5294 955 0 -1 4202496 31069 0 1 0 15186 67 0 0 20 0 19 0 105177931 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140737290827152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 2456183 332104 2275 9 0 2446860 0
[pid=5294/tid=5296] ppid=5291 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/5294/task/5296/stat : 5296 (java) R 5291 5294 955 0 -1 4202560 2415 0 1 0 98 2 0 0 20 0 19 0 105177932 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352545022504 140352368572384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5297] ppid=5291 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/5294/task/5297/stat : 5297 (java) S 5291 5294 955 0 -1 4202560 51 0 0 0 17 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352506513704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5298] ppid=5291 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/5294/task/5298/stat : 5298 (java) S 5291 5294 955 0 -1 4202560 74 0 0 0 22 3 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352505460904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5299] ppid=5291 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/5294/task/5299/stat : 5299 (java) S 5291 5294 955 0 -1 4202560 60 0 0 0 21 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352504408616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5300] ppid=5291 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/5294/task/5300/stat : 5300 (java) S 5291 5294 955 0 -1 4202560 79 0 0 0 22 3 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352503355816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5301] ppid=5291 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/5294/task/5301/stat : 5301 (java) S 5291 5294 955 0 -1 4202560 46 0 0 0 17 1 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352502303528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5302] ppid=5291 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/5294/task/5302/stat : 5302 (java) S 5291 5294 955 0 -1 4202560 55 0 0 0 19 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352501250728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5303] ppid=5291 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/5294/task/5303/stat : 5303 (java) S 5291 5294 955 0 -1 4202560 57 0 0 0 21 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352500198440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5304] ppid=5291 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/5294/task/5304/stat : 5304 (java) S 5291 5294 955 0 -1 4202560 61 0 0 0 19 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352499145640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5305] ppid=5291 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5294/task/5305/stat : 5305 (java) S 5291 5294 955 0 -1 4202560 579 0 0 0 1 4 0 0 20 0 19 0 105177934 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352486734056 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5306] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5306/stat : 5306 (java) S 5291 5294 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352367354872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5307] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5307/stat : 5307 (java) S 5291 5294 955 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352366302472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5308] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5308/stat : 5308 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352365250960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5309] ppid=5291 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/5294/task/5309/stat : 5309 (java) S 5291 5294 955 0 -1 4202560 6650 0 0 0 96 0 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352364198584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5310] ppid=5291 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/5294/task/5310/stat : 5310 (java) S 5291 5294 955 0 -1 4202560 18198 0 0 0 192 3 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352363145784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5311] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5311/stat : 5311 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352362093688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5312] ppid=5291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5294/task/5312/stat : 5312 (java) S 5291 5294 955 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352361041096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5319] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5319/stat : 5319 (java) S 5291 5294 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105178046 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352357881512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 152.53
Current children cumulated vsize (KiB) 9824732

[startup+88.0007 s]
/proc/loadavg: 3.85 3.92 3.96 4/215 5418
/proc/meminfo: memFree=29853088/32872528 swapFree=13256/481332
[pid=5294] ppid=5291 vsize=9824732 CPUtime=152.93 cores=1,3,5,7
/proc/5294/stat : 5294 (java) S 5291 5294 955 0 -1 4202496 31069 0 1 0 15226 67 0 0 20 0 19 0 105177931 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140737290827152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5294/statm: 2456183 332104 2275 9 0 2446860 0
[pid=5294/tid=5296] ppid=5291 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/5294/task/5296/stat : 5296 (java) R 5291 5294 955 0 -1 4202560 2415 0 1 0 138 2 0 0 20 0 19 0 105177932 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352545022504 140352367630274 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5297] ppid=5291 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/5294/task/5297/stat : 5297 (java) S 5291 5294 955 0 -1 4202560 51 0 0 0 17 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352506513704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5298] ppid=5291 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/5294/task/5298/stat : 5298 (java) S 5291 5294 955 0 -1 4202560 74 0 0 0 22 3 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352505460904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5299] ppid=5291 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/5294/task/5299/stat : 5299 (java) S 5291 5294 955 0 -1 4202560 60 0 0 0 21 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352504408616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5300] ppid=5291 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/5294/task/5300/stat : 5300 (java) S 5291 5294 955 0 -1 4202560 79 0 0 0 22 3 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352503355816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5301] ppid=5291 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/5294/task/5301/stat : 5301 (java) S 5291 5294 955 0 -1 4202560 46 0 0 0 17 1 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352502303528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5302] ppid=5291 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/5294/task/5302/stat : 5302 (java) S 5291 5294 955 0 -1 4202560 55 0 0 0 19 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352501250728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5303] ppid=5291 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/5294/task/5303/stat : 5303 (java) S 5291 5294 955 0 -1 4202560 57 0 0 0 21 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352500198440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5294/tid=5304] ppid=5291 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/5294/task/5304/stat : 5304 (java) S 5291 5294 955 0 -1 4202560 61 0 0 0 19 2 0 0 20 0 19 0 105177933 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352499145640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5305] ppid=5291 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5294/task/5305/stat : 5305 (java) S 5291 5294 955 0 -1 4202560 579 0 0 0 1 4 0 0 20 0 19 0 105177934 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352486734056 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5306] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5306/stat : 5306 (java) S 5291 5294 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352367354872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5307] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5307/stat : 5307 (java) S 5291 5294 955 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 105177934 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352366302472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5308] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5308/stat : 5308 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352365250960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5309] ppid=5291 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/5294/task/5309/stat : 5309 (java) S 5291 5294 955 0 -1 4202560 6650 0 0 0 96 0 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352364198584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5294/tid=5310] ppid=5291 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/5294/task/5310/stat : 5310 (java) S 5291 5294 955 0 -1 4202560 18198 0 0 0 192 3 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352363145784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5311] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5311/stat : 5311 (java) S 5291 5294 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352362093688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5294/tid=5312] ppid=5291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5294/task/5312/stat : 5312 (java) S 5291 5294 955 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 105177937 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352361041096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5294/tid=5319] ppid=5291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5294/task/5319/stat : 5319 (java) S 5291 5294 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105178046 10060525568 332104 33554432000 1073741824 1073778376 140737290836016 140352357881512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 152.93
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.149994
#  lost CPU user time (s): 0.179993
#  lost CPU system time (s): -0.03

Real time (s): 88.0375
CPU time (s): 153.191
CPU user time (s): 152.419
CPU system time (s): 0.771878
CPU usage (%): 174.006
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.239
system time used= 0.801878
maximum resident set size= 1416532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31080
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4658
involuntary context switches= 4769

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.534918 second user time and 0.715891 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-06 19:00:31
IDJOB=4081369
IDBENCH=2916
IDSOLVER=2543
FILE ID=node104/4081369-1465232431
RUNJOBID= node104-1465220812-974
PBS_JOBID= 19843225
Free space on /tmp= 71740 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-opt-market-split_4_30_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081369-1465232431/watcher-4081369-1465232431 -o /tmp/evaluation-result-4081369-1465232431/solver-4081369-1465232431 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465220812-974 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081369-1465232431.opb

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=1684275107

node104.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.775
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.55
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.775
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.775
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31149816 kB
Buffers:           22048 kB
Cached:            86872 kB
SwapCached:         1724 kB
Active:           467828 kB
Inactive:          52668 kB
Active(anon):     410740 kB
Inactive(anon):     3248 kB
Active(file):      57088 kB
Inactive(file):    49420 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097228 kB
Dirty:               512 kB
Writeback:             0 kB
AnonPages:        892364 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             565920 kB
SReclaimable:      10080 kB
SUnreclaim:       555840 kB
KernelStack:        1624 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1009236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    825344 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 node104 at 2016-06-06 19:01:59