Trace number 4106398

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 PB16OPT3 620.41 309.572

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=211-P1=331-P2=199-P3=307-P4=457-P5=293-B.opb
MD5SUM55e3096e9013fd2f39f8572a635bf07d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.112982
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
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 constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

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.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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106398-1466271049.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.22/0.21	c ... done. Wall clock time 0.091s.
0.22/0.21	c declared #vars     135
0.22/0.21	c internal #vars     540
0.22/0.21	c #constraints  826
0.22/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.21	c constraints type 
0.22/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.22/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.22/0.21	c 826 constraints processed.
0.22/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.21	c constraints type 
0.22/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.22/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
0.22/0.21	c 826 constraints processed.
0.22/0.21	c objective function length is 9 literals
3.35/1.00	c cleaning 2498 clauses out of 5000 with flag 10808/5000
4.94/1.49	c cleaning 4250 clauses out of 8503 with flag 23948/11001
6.25/2.01	c cleaning 5618 clauses out of 11253 with flag 39428/18001
7.47/2.68	c cleaning 6807 clauses out of 13634 with flag 57628/26000
9.51/3.68	c cleaning 7903 clauses out of 15827 with flag 76389/35000
11.76/4.73	c cleaning 8949 clauses out of 17924 with flag 97709/45000
11.96/4.84	c And the winner is solver0
12.05/5.22	c SATISFIABLE
12.05/5.22	c OPTIMIZING...
12.05/5.22	c Got one! Elapsed wall clock time (in seconds):5.099
12.05/5.22	o 53
12.40/5.40	c cleaning 7175 clauses out of 14355 with flag 6407/50380
12.62/5.59	c And the winner is solver0
12.81/5.72	c Got one! Elapsed wall clock time (in seconds):5.599
12.81/5.72	o 19
12.96/5.83	c cleaning 6230 clauses out of 12484 with flag 4258/55684
12.96/5.84	c And the winner is solver0
13.09/6.22	c Got one! Elapsed wall clock time (in seconds):6.1
13.09/6.22	o 3
13.67/6.51	c cleaning 5785 clauses out of 11588 with flag 10622/61018
14.46/6.90	c cleaning 5887 clauses out of 11804 with flag 24275/67019
15.49/7.41	c cleaning 6447 clauses out of 12916 with flag 40747/74018
16.70/8.01	c cleaning 7229 clauses out of 14469 with flag 59397/82018
18.09/8.74	c cleaning 8109 clauses out of 16241 with flag 81538/91019
19.91/9.68	c cleaning 9057 clauses out of 18132 with flag 105160/101019
21.31/10.38	c cleaning 10037 clauses out of 20076 with flag 129311/112020
24.77/12.05	c cleaning 11009 clauses out of 22038 with flag 154824/124019
27.18/13.25	c cleaning 12014 clauses out of 24029 with flag 183300/137019
29.39/14.38	c cleaning 12984 clauses out of 26016 with flag 213500/151020
32.82/16.09	c cleaning 14006 clauses out of 28030 with flag 247690/166018
36.62/17.98	c cleaning 15001 clauses out of 30025 with flag 284210/182019
39.83/19.54	c cleaning 16002 clauses out of 32023 with flag 322793/199018
43.87/21.55	c cleaning 16991 clauses out of 34022 with flag 362066/217019
48.06/23.62	c cleaning 18004 clauses out of 36032 with flag 404765/236020
53.52/26.35	c cleaning 19005 clauses out of 38027 with flag 454228/256019
58.93/29.07	c cleaning 0 clauses out of 6015 with flag 0/6016
60.45/29.64	c cleaning 19998 clauses out of 40021 with flag 508297/277018
65.99/32.34	c cleaning 20993 clauses out of 42024 with flag 561789/299019
70.65/34.63	c cleaning 22005 clauses out of 44031 with flag 614441/322019
76.47/37.55	c cleaning 23004 clauses out of 46025 with flag 669895/346018
83.30/40.90	c cleaning 23993 clauses out of 48021 with flag 727669/371018
88.50/43.51	c cleaning 25002 clauses out of 50028 with flag 786256/397018
96.97/47.77	c cleaning 26001 clauses out of 52027 with flag 845984/424019
109.44/53.93	c cleaning 27003 clauses out of 54026 with flag 905316/452019
118.69/58.54	c cleaning 28004 clauses out of 56022 with flag 970271/481018
131.07/64.73	c cleaning 29006 clauses out of 58019 with flag 1043405/511019
143.31/70.86	c cleaning 30001 clauses out of 60013 with flag 1112880/542020
156.60/77.47	c cleaning 30994 clauses out of 62010 with flag 1183728/574018
169.64/83.90	c cleaning 31995 clauses out of 64016 with flag 1255779/607018
181.89/90.10	c cleaning 33001 clauses out of 66021 with flag 1333449/641018
184.50/91.34	c cleaning 0 clauses out of 12015 with flag 0/12016
193.52/95.86	c cleaning 34007 clauses out of 68020 with flag 1413069/676018
206.20/102.15	c cleaning 34998 clauses out of 70013 with flag 1494339/712018
219.46/108.71	c cleaning 36000 clauses out of 72015 with flag 1579047/749018
233.08/115.54	c cleaning 37004 clauses out of 74016 with flag 1669725/787019
249.54/123.70	c cleaning 38002 clauses out of 76011 with flag 1760251/826018
266.21/132.03	c cleaning 39000 clauses out of 78008 with flag 1854545/866018
286.28/142.05	c cleaning 39996 clauses out of 80009 with flag 1944715/907019
306.34/152.08	c cleaning 40997 clauses out of 82012 with flag 2038831/949018
324.44/161.03	c cleaning 42004 clauses out of 84015 with flag 2135548/992018
345.33/171.48	c cleaning 43002 clauses out of 86011 with flag 2233792/1036018
362.01/179.78	c cleaning 43995 clauses out of 88009 with flag 2335357/1081018
382.56/190.11	c cleaning 45002 clauses out of 90015 with flag 2441004/1127019
400.44/199.07	c cleaning 45996 clauses out of 92013 with flag 2546067/1174019
420.10/208.89	c cleaning 47003 clauses out of 94017 with flag 2657524/1222019
448.37/222.97	c cleaning 48002 clauses out of 96012 with flag 2785318/1271018
482.94/240.11	c cleaning 48998 clauses out of 98011 with flag 2910963/1321019
513.47/255.39	c cleaning 50003 clauses out of 100012 with flag 3038185/1372018
557.42/277.24	c cleaning 51001 clauses out of 102010 with flag 3152399/1424020
603.36/300.17	c cleaning 52000 clauses out of 104004 with flag 3263848/1477018
619.06/308.14	c And the winner is solver0
620.20/309.56	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
620.20/309.56	c starts		: 4107
620.20/309.56	c conflicts		: 1507206
620.20/309.56	c decisions		: 1764220
620.20/309.56	c propagations		: 33415555
620.20/309.56	c inspects		: 4726099099
620.20/309.56	c shortcuts		: 0
620.20/309.56	c learnt literals	: 25
620.20/309.56	c learnt binary clauses	: 39
620.20/309.56	c learnt ternary clauses	: 91
620.20/309.56	c learnt constraints	: 1507180
620.20/309.56	c ignored constraints	: 0
620.20/309.56	c root simplifications	: 0
620.20/309.56	c removed literals (reason simplification)	: 4929228
620.20/309.56	c reason swapping (by a shorter reason)	: 0
620.20/309.56	c Calls to reduceDB	: 57
620.20/309.56	c Number of update (reduction) of LBD	: 57471
620.20/309.56	c Imported unit clauses	: 0
620.20/309.56	c number of reductions to clauses (during analyze)	: 0
620.20/309.56	c number of learned constraints concerned by reduction	: 0
620.20/309.56	c number of learning phase by resolution	: 0
620.20/309.56	c number of learning phase by cutting planes	: 0
620.20/309.56	c speed (assignments/second)	: 108022.09542897783
620.20/309.56	c non guided choices	7246
620.20/309.56	c learnt constraints type 
620.20/309.56	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
620.20/309.56	c starts		: 59
620.20/309.56	c conflicts		: 18975
620.20/309.56	c decisions		: 21467
620.20/309.56	c propagations		: 353857
620.20/309.56	c inspects		: 405482381
620.20/309.56	c shortcuts		: 0
620.20/309.56	c learnt literals	: 0
620.20/309.56	c learnt binary clauses	: 0
620.20/309.56	c learnt ternary clauses	: 0
620.20/309.56	c learnt constraints	: 18974
620.20/309.56	c ignored constraints	: 0
620.20/309.56	c root simplifications	: 0
620.20/309.56	c removed literals (reason simplification)	: 0
620.20/309.56	c reason swapping (by a shorter reason)	: 0
620.20/309.56	c Calls to reduceDB	: 2
620.20/309.56	c Number of update (reduction) of LBD	: 0
620.20/309.56	c Imported unit clauses	: 0
620.20/309.56	c number of reductions to clauses (during analyze)	: 0
620.20/309.56	c number of learned constraints concerned by reduction	: 0
620.20/309.56	c number of learning phase by resolution	: 0
620.20/309.56	c number of learning phase by cutting planes	: 0
620.20/309.56	c speed (assignments/second)	: 1166.5589745956602
620.20/309.56	c non guided choices	866
620.20/309.56	c learnt constraints type 
620.20/309.56	s OPTIMUM FOUND
620.20/309.56	c Found 3 solution(s)
620.20/309.56	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 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 
620.20/309.56	c objective function=3
620.20/309.56	c Total wall clock time (in seconds): 309.438

Verifier Data

OK	3

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-4106398-1466271049/watcher-4106398-1466271049 -o /tmp/evaluation-result-4106398-1466271049/solver-4106398-1466271049 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106398-1466271049.opb 

pid=1962
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: 3.19 2.96 3.19 3/197 1965
/proc/meminfo: memFree=28097948/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/1965/stat : 1965 (java) R 1962 1965 30091 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 29153563 278528 33 33554432000 1073741824 1073778376 140734188439520 140734474379000 270320889013 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 68 33 25 9 0 25 0

[startup+0.100063 s]
/proc/loadavg: 3.19 2.96 3.19 3/197 1965
/proc/meminfo: memFree=28097948/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1965/stat : 1965 (java) S 1962 1965 30091 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 29153563 9787879424 6032 33554432000 1073741824 1073778376 140734188439520 140734188430656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 2389619 6032 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 3.19 2.96 3.19 3/197 1965
/proc/meminfo: memFree=28097948/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/1965/stat : 1965 (java) S 1962 1965 30091 0 -1 4202496 4573 0 1 0 21 1 0 0 20 0 18 0 29153563 9787879424 7213 33554432000 1073741824 1073778376 140734188439520 140734188430656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 2389619 7213 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300252 s]
/proc/loadavg: 3.19 2.96 3.19 3/197 1965
/proc/meminfo: memFree=28097948/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/1965/stat : 1965 (java) S 1962 1965 30091 0 -1 4202496 7900 0 1 0 55 1 0 0 20 0 22 0 29153563 10060525568 9862 33554432000 1073741824 1073778376 140734188439520 140734188430656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 2456183 9862 2235 9 0 2446860 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9824732

[startup+0.700194 s]
/proc/loadavg: 3.19 2.96 3.19 3/197 1965
/proc/meminfo: memFree=28097948/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/1965/stat : 1965 (java) S 1962 1965 30091 0 -1 4202496 16390 0 1 0 212 3 0 0 20 0 22 0 29153563 10060525568 22060 33554432000 1073741824 1073778376 140734188439520 140734188430656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 2456183 22060 2255 9 0 2446860 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 3.19 2.96 3.19 6/219 1987
/proc/meminfo: memFree=27913756/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=9824732 CPUtime=5.22 cores=1,3,5,7
/proc/1965/stat : 1965 (java) S 1962 1965 30091 0 -1 4202496 33188 0 1 0 512 10 0 0 20 0 22 0 29153563 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140734188430656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 2456183 47808 2279 9 0 2446860 0
[pid=1965/tid=1967] ppid=1962 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/1965/task/1967/stat : 1967 (java) S 1962 1965 30091 0 -1 4202560 2437 0 1 0 18 0 0 0 20 0 22 0 29153564 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685254947704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1968] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1968/stat : 1968 (java) S 1962 1965 30091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29153565 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685216438696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1969] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1969/stat : 1969 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29153565 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685215386152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1970] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1970/stat : 1970 (java) S 1962 1965 30091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29153565 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685214333096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1971] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1971/stat : 1971 (java) S 1962 1965 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29153565 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685213280552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1972] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1972/stat : 1972 (java) S 1962 1965 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29153565 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685212228520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1973] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1973/stat : 1973 (java) S 1962 1965 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29153565 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685093104680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1974] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1974/stat : 1974 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29153565 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685092051624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1975] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1975/stat : 1975 (java) S 1962 1965 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29153565 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685090999080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1976] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1976/stat : 1976 (java) S 1962 1965 30091 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 29153566 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685078800744 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1977] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1977/stat : 1977 (java) S 1962 1965 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29153567 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140685077747064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1978] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1978/stat : 1978 (java) S 1962 1965 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29153567 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140684472345480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1979] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1979/stat : 1979 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29153569 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140684471294224 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1980] ppid=1962 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/1965/task/1980/stat : 1980 (java) S 1962 1965 30091 0 -1 4202560 14814 0 0 0 116 3 0 0 20 0 22 0 29153569 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140684470242104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1981] ppid=1962 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/1965/task/1981/stat : 1981 (java) S 1962 1965 30091 0 -1 4202560 14419 0 0 0 122 2 0 0 20 0 22 0 29153569 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140684469189560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1982] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1982/stat : 1982 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29153569 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140684468136696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1983] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1983/stat : 1983 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29153569 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140684467084360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1984] ppid=1962 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/1965/task/1984/stat : 1984 (java) R 1962 1965 30091 0 -1 4202560 36 0 0 0 122 0 0 0 20 0 22 0 29153585 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140684466020256 140685093618061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1985] ppid=1962 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/1965/task/1985/stat : 1985 (java) R 1962 1965 30091 0 -1 4202560 88 0 0 0 121 2 0 0 20 0 22 0 29153585 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140684464975168 140685093691088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1986] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1986/stat : 1986 (java) S 1962 1965 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29153585 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140684463924008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1987] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1987/stat : 1987 (java) S 1962 1965 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29153586 10060525568 47808 33554432000 1073741824 1073778376 140734188439520 140684462871464 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 9824732

[startup+3.10317 s]
/proc/loadavg: 3.19 2.96 3.19 4/219 1987
/proc/meminfo: memFree=27900096/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=9824732 CPUtime=8.51 cores=1,3,5,7
/proc/1965/stat : 1965 (java) S 1962 1965 30091 0 -1 4202496 33430 0 1 0 835 16 0 0 20 0 22 0 29153563 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140734188430656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 2456183 85307 2279 9 0 2446860 0
[pid=1965/tid=1967] ppid=1962 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/1965/task/1967/stat : 1967 (java) S 1962 1965 30091 0 -1 4202560 2438 0 1 0 18 0 0 0 20 0 22 0 29153564 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685254947704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1968] ppid=1962 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1965/task/1968/stat : 1968 (java) S 1962 1965 30091 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 29153565 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685216438696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1969] ppid=1962 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1965/task/1969/stat : 1969 (java) S 1962 1965 30091 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 29153565 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685215386152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1970] ppid=1962 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1965/task/1970/stat : 1970 (java) S 1962 1965 30091 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 29153565 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685214333096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1971] ppid=1962 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1965/task/1971/stat : 1971 (java) R 1962 1965 30091 0 -1 4202560 17 0 0 0 0 1 0 0 20 0 22 0 29153565 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685213280552 270333424700 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1972] ppid=1962 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1965/task/1972/stat : 1972 (java) S 1962 1965 30091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 29153565 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685212228520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1973] ppid=1962 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1965/task/1973/stat : 1973 (java) S 1962 1965 30091 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 29153565 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685093104648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1974] ppid=1962 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1965/task/1974/stat : 1974 (java) S 1962 1965 30091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 29153565 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685092051624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1975] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1975/stat : 1975 (java) S 1962 1965 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29153565 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685090999080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1976] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1976/stat : 1976 (java) S 1962 1965 30091 0 -1 4202560 190 0 0 0 0 0 0 0 20 0 22 0 29153566 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685078799624 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1977] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1977/stat : 1977 (java) S 1962 1965 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29153567 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140685077747064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1978] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1978/stat : 1978 (java) S 1962 1965 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29153567 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140684472345480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1979] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1979/stat : 1979 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29153569 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140684471294224 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1980] ppid=1962 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/1965/task/1980/stat : 1980 (java) S 1962 1965 30091 0 -1 4202560 14815 0 0 0 117 3 0 0 20 0 22 0 29153569 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140684470242104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1981] ppid=1962 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/1965/task/1981/stat : 1981 (java) S 1962 1965 30091 0 -1 4202560 14419 0 0 0 124 3 0 0 20 0 22 0 29153569 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140684469189560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1982] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1982/stat : 1982 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29153569 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140684468136696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1983] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1983/stat : 1983 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29153569 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140684467084360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1984] ppid=1962 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/1965/task/1984/stat : 1984 (java) S 1962 1965 30091 0 -1 4202560 40 0 0 0 277 0 0 0 20 0 22 0 29153585 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140684466029128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1985] ppid=1962 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/1965/task/1985/stat : 1985 (java) S 1962 1965 30091 0 -1 4202560 143 0 0 0 274 4 0 0 20 0 22 0 29153585 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140684464975464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1986] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1986/stat : 1986 (java) S 1962 1965 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29153585 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140684463924008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1987] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1987/stat : 1987 (java) S 1962 1965 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29153586 10060525568 85307 33554432000 1073741824 1073778376 140734188439520 140684462871464 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 9824732

[startup+6.30637 s]
/proc/loadavg: 3.25 2.98 3.20 4/219 1990
/proc/meminfo: memFree=27513124/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=9824732 CPUtime=13.27 cores=1,3,5,7
/proc/1965/stat : 1965 (java) S 1962 1965 30091 0 -1 4202496 33898 0 1 0 1296 31 0 0 20 0 22 0 29153563 10060525568 151935 33554432000 1073741824 1073778376 140734188439520 140734188430656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 2456183 151935 2286 9 0 2446860 0
[pid=1965/tid=1967] ppid=1962 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/1965/task/1967/stat : 1967 (java) S 1962 1965 30091 0 -1 4202560 2438 0 1 0 18 0 0 0 20 0 22 0 29153564 10060525568 151935 33554432000 1073741824 1073778376 140734188439520 140685254947704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1968] ppid=1962 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1965/task/1968/stat : 1968 (java) R 1962 1965 30091 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 29153565 10060525568 151935 33554432000 1073741824 1073778376 140734188439520 140685216438696 140685257418483 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1969] ppid=1962 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1965/task/1969/stat : 1969 (java) S 1962 1965 30091 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 29153565 10060525568 151935 33554432000 1073741824 1073778376 140734188439520 140685215386152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1970] ppid=1962 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1965/task/1970/stat : 1970 (java) S 1962 1965 30091 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 22 0 29153565 10060525568 151935 33554432000 1073741824 1073778376 140734188439520 140685214333096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1971] ppid=1962 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1965/task/1971/stat : 1971 (java) R 1962 1965 30091 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 22 0 29153565 10060525568 151936 33554432000 1073741824 1073778376 140734188439520 140685213280728 140685257418483 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1972] ppid=1962 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1965/task/1972/stat : 1972 (java) R 1962 1965 30091 0 -1 4202560 35 0 0 0 2 2 0 0 20 0 22 0 29153565 10060525568 151936 33554432000 1073741824 1073778376 140734188439520 140685212228520 140685258225564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1973] ppid=1962 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1965/task/1973/stat : 1973 (java) R 1962 1965 30091 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 22 0 29153565 10060525568 151936 33554432000 1073741824 1073778376 140734188439520 140685093104680 140685257418483 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1974] ppid=1962 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1965/task/1974/stat : 1974 (java) R 1962 1965 30091 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 29153565 10060525568 151936 33554432000 1073741824 1073778376 140734188439520 140685092051624 270333424700 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1975] ppid=1962 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1965/task/1975/stat : 1975 (java) R 1962 1965 30091 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 29153565 10060525568 151936 33554432000 1073741824 1073778376 140734188439520 140685090999256 140685257418483 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1976] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1976/stat : 1976 (java) S 1962 1965 30091 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 22 0 29153566 10060525568 151936 33554432000 1073741824 1073778376 140734188439520 140685078799624 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1977] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1977/stat : 1977 (java) S 1962 1965 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29153567 10060525568 151936 33554432000 1073741824 1073778376 140734188439520 140685077747064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1978] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1978/stat : 1978 (java) S 1962 1965 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29153567 10060525568 151936 33554432000 1073741824 1073778376 140734188439520 140684472345480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1979] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1979/stat : 1979 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29153569 10060525568 151936 33554432000 1073741824 1073778376 140734188439520 140684471294224 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1980] ppid=1962 vsize=9824732 CPUtime=1.2 cores=1,3,5,7

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

/proc/1965/task/1974/stat : 1974 (java) S 1962 1965 30091 0 -1 4202560 215 0 0 0 81 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685092051624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1975] ppid=1962 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/1965/task/1975/stat : 1975 (java) S 1962 1965 30091 0 -1 4202560 230 0 0 0 86 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685090999080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1976] ppid=1962 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/1965/task/1976/stat : 1976 (java) S 1962 1965 30091 0 -1 4202560 1310 0 0 0 69 11 0 0 20 0 19 0 29153566 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685078800744 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1977] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1977/stat : 1977 (java) S 1962 1965 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29153567 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685077747064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1978] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1978/stat : 1978 (java) S 1962 1965 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29153567 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684472345480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1979] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1979/stat : 1979 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684471294224 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1980] ppid=1962 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/1965/task/1980/stat : 1980 (java) S 1962 1965 30091 0 -1 4202560 14819 0 0 0 127 3 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684470242104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1981] ppid=1962 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/1965/task/1981/stat : 1981 (java) S 1962 1965 30091 0 -1 4202560 16592 0 0 0 185 3 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684469189560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1982] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1982/stat : 1982 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684468136696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1983] ppid=1962 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1965/task/1983/stat : 1983 (java) S 1962 1965 30091 0 -1 4202560 19 0 0 0 3 9 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684467084360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1986] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1986/stat : 1986 (java) S 1962 1965 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29153585 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684463924008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 618.29
Current children cumulated vsize (KiB) 9824732

[startup+309.208 s]
/proc/loadavg: 3.43 3.25 3.24 3/215 2002
/proc/meminfo: memFree=25634264/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=9824732 CPUtime=618.7 cores=1,3,5,7
/proc/1965/stat : 1965 (java) S 1962 1965 30091 0 -1 4202496 39692 0 1 0 61733 137 0 0 20 0 19 0 29153563 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140734188430656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 2456183 596540 2294 9 0 2446860 0
[pid=1965/tid=1967] ppid=1962 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/1965/task/1967/stat : 1967 (java) R 1962 1965 30091 0 -1 4202560 2441 0 1 0 100 2 0 0 20 0 19 0 29153564 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685254947368 140685094519370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1968] ppid=1962 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/1965/task/1968/stat : 1968 (java) S 1962 1965 30091 0 -1 4202560 260 0 0 0 81 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685216438696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1969] ppid=1962 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/1965/task/1969/stat : 1969 (java) S 1962 1965 30091 0 -1 4202560 208 0 0 0 81 7 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685215386152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1970] ppid=1962 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/1965/task/1970/stat : 1970 (java) S 1962 1965 30091 0 -1 4202560 194 0 0 0 75 7 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685214333096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1971] ppid=1962 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/1965/task/1971/stat : 1971 (java) S 1962 1965 30091 0 -1 4202560 209 0 0 0 76 6 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685213280552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1972] ppid=1962 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/1965/task/1972/stat : 1972 (java) S 1962 1965 30091 0 -1 4202560 227 0 0 0 75 9 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685212228520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1973] ppid=1962 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/1965/task/1973/stat : 1973 (java) S 1962 1965 30091 0 -1 4202560 228 0 0 0 79 7 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685093104680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1974] ppid=1962 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/1965/task/1974/stat : 1974 (java) S 1962 1965 30091 0 -1 4202560 215 0 0 0 81 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685092051624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1975] ppid=1962 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/1965/task/1975/stat : 1975 (java) S 1962 1965 30091 0 -1 4202560 230 0 0 0 86 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685090999080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1976] ppid=1962 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/1965/task/1976/stat : 1976 (java) S 1962 1965 30091 0 -1 4202560 1310 0 0 0 69 11 0 0 20 0 19 0 29153566 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685078800744 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1977] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1977/stat : 1977 (java) S 1962 1965 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29153567 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685077747064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1978] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1978/stat : 1978 (java) S 1962 1965 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29153567 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684472345480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1979] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1979/stat : 1979 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684471294224 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1980] ppid=1962 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/1965/task/1980/stat : 1980 (java) S 1962 1965 30091 0 -1 4202560 14819 0 0 0 127 3 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684470242104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1981] ppid=1962 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/1965/task/1981/stat : 1981 (java) S 1962 1965 30091 0 -1 4202560 16592 0 0 0 185 3 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684469189560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1982] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1982/stat : 1982 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684468136696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1983] ppid=1962 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1965/task/1983/stat : 1983 (java) S 1962 1965 30091 0 -1 4202560 19 0 0 0 3 9 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684467084360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1986] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1986/stat : 1986 (java) S 1962 1965 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29153585 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684463924008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 618.7
Current children cumulated vsize (KiB) 9824732

[startup+309.401 s]
/proc/loadavg: 3.43 3.25 3.24 3/215 2002
/proc/meminfo: memFree=25634264/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=9824732 CPUtime=618.9 cores=1,3,5,7
/proc/1965/stat : 1965 (java) S 1962 1965 30091 0 -1 4202496 39692 0 1 0 61752 138 0 0 20 0 19 0 29153563 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140734188430656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 2456183 596540 2294 9 0 2446860 0
[pid=1965/tid=1967] ppid=1962 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/1965/task/1967/stat : 1967 (java) R 1962 1965 30091 0 -1 4202560 2441 0 1 0 119 2 0 0 20 0 19 0 29153564 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685254945328 140685094519724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1968] ppid=1962 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/1965/task/1968/stat : 1968 (java) S 1962 1965 30091 0 -1 4202560 260 0 0 0 81 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685216438696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1969] ppid=1962 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/1965/task/1969/stat : 1969 (java) S 1962 1965 30091 0 -1 4202560 208 0 0 0 81 7 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685215386152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1970] ppid=1962 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/1965/task/1970/stat : 1970 (java) S 1962 1965 30091 0 -1 4202560 194 0 0 0 75 7 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685214333096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1971] ppid=1962 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/1965/task/1971/stat : 1971 (java) S 1962 1965 30091 0 -1 4202560 209 0 0 0 76 6 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685213280552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1972] ppid=1962 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/1965/task/1972/stat : 1972 (java) S 1962 1965 30091 0 -1 4202560 227 0 0 0 75 9 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685212228520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1973] ppid=1962 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/1965/task/1973/stat : 1973 (java) S 1962 1965 30091 0 -1 4202560 228 0 0 0 79 7 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685093104680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1974] ppid=1962 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/1965/task/1974/stat : 1974 (java) S 1962 1965 30091 0 -1 4202560 215 0 0 0 81 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685092051624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1975] ppid=1962 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/1965/task/1975/stat : 1975 (java) S 1962 1965 30091 0 -1 4202560 230 0 0 0 86 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685090999080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1976] ppid=1962 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/1965/task/1976/stat : 1976 (java) S 1962 1965 30091 0 -1 4202560 1310 0 0 0 69 11 0 0 20 0 19 0 29153566 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685078800744 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1977] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1977/stat : 1977 (java) S 1962 1965 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29153567 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685077747064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1978] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1978/stat : 1978 (java) S 1962 1965 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29153567 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684472345480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1979] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1979/stat : 1979 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684471294224 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1980] ppid=1962 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/1965/task/1980/stat : 1980 (java) S 1962 1965 30091 0 -1 4202560 14819 0 0 0 127 3 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684470242104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1981] ppid=1962 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/1965/task/1981/stat : 1981 (java) S 1962 1965 30091 0 -1 4202560 16592 0 0 0 185 3 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684469189560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1982] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1982/stat : 1982 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684468136696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1983] ppid=1962 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1965/task/1983/stat : 1983 (java) S 1962 1965 30091 0 -1 4202560 19 0 0 0 3 9 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684467084360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1986] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1986/stat : 1986 (java) S 1962 1965 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29153585 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684463924008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 618.9
Current children cumulated vsize (KiB) 9824732

[startup+309.501 s]
/proc/loadavg: 3.43 3.25 3.24 3/215 2002
/proc/meminfo: memFree=25634264/32872528 swapFree=1556504/1720024
[pid=1965] ppid=1962 vsize=9824732 CPUtime=619 cores=1,3,5,7
/proc/1965/stat : 1965 (java) S 1962 1965 30091 0 -1 4202496 39692 0 1 0 61762 138 0 0 20 0 19 0 29153563 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140734188430656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1965/statm: 2456183 596540 2294 9 0 2446860 0
[pid=1965/tid=1967] ppid=1962 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/1965/task/1967/stat : 1967 (java) R 1962 1965 30091 0 -1 4202560 2441 0 1 0 129 2 0 0 20 0 19 0 29153564 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685254945328 140685093377986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1968] ppid=1962 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/1965/task/1968/stat : 1968 (java) S 1962 1965 30091 0 -1 4202560 260 0 0 0 81 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685216438696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1969] ppid=1962 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/1965/task/1969/stat : 1969 (java) S 1962 1965 30091 0 -1 4202560 208 0 0 0 81 7 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685215386152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1970] ppid=1962 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/1965/task/1970/stat : 1970 (java) S 1962 1965 30091 0 -1 4202560 194 0 0 0 75 7 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685214333096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1971] ppid=1962 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/1965/task/1971/stat : 1971 (java) S 1962 1965 30091 0 -1 4202560 209 0 0 0 76 6 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685213280552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1972] ppid=1962 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/1965/task/1972/stat : 1972 (java) S 1962 1965 30091 0 -1 4202560 227 0 0 0 75 9 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685212228520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1973] ppid=1962 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/1965/task/1973/stat : 1973 (java) S 1962 1965 30091 0 -1 4202560 228 0 0 0 79 7 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685093104680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1974] ppid=1962 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/1965/task/1974/stat : 1974 (java) S 1962 1965 30091 0 -1 4202560 215 0 0 0 81 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685092051624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1975] ppid=1962 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/1965/task/1975/stat : 1975 (java) S 1962 1965 30091 0 -1 4202560 230 0 0 0 86 8 0 0 20 0 19 0 29153565 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685090999080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1965/tid=1976] ppid=1962 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/1965/task/1976/stat : 1976 (java) S 1962 1965 30091 0 -1 4202560 1310 0 0 0 69 11 0 0 20 0 19 0 29153566 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685078800744 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1977] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1977/stat : 1977 (java) S 1962 1965 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29153567 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140685077747064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1978] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1978/stat : 1978 (java) S 1962 1965 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29153567 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684472345480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1979] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1979/stat : 1979 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684471294224 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1965/tid=1980] ppid=1962 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/1965/task/1980/stat : 1980 (java) S 1962 1965 30091 0 -1 4202560 14819 0 0 0 127 3 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684470242104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1981] ppid=1962 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/1965/task/1981/stat : 1981 (java) S 1962 1965 30091 0 -1 4202560 16592 0 0 0 185 3 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684469189560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1965/tid=1982] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1982/stat : 1982 (java) S 1962 1965 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684468136696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1983] ppid=1962 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1965/task/1983/stat : 1983 (java) S 1962 1965 30091 0 -1 4202560 19 0 0 0 3 9 0 0 20 0 19 0 29153569 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684467084360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1965/tid=1986] ppid=1962 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1965/task/1986/stat : 1986 (java) S 1962 1965 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29153585 10060525568 596540 33554432000 1073741824 1073778376 140734188439520 140684463924008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 619
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): 1.20007
#  lost CPU user time (s): 1.29004
#  lost CPU system time (s): -0.09

Real time (s): 309.572
CPU time (s): 620.41
CPU user time (s): 618.919
CPU system time (s): 1.49076
CPU usage (%): 200.409
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 617.629
system time used= 1.58076
maximum resident set size= 2880900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39704
page faults= 1
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11725
involuntary context switches= 15281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.28465 second user time and 2.77758 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 19:30:49
IDJOB=4106398
IDBENCH=48045
IDSOLVER=2543
FILE ID=node117/4106398-1466271049
RUNJOBID= node117-1466265252-30108
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=211-P1=331-P2=199-P3=307-P4=457-P5=293-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106398-1466271049/watcher-4106398-1466271049 -o /tmp/evaluation-result-4106398-1466271049/solver-4106398-1466271049 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106398-1466271049.opb

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

MD5SUM BENCH= 55e3096e9013fd2f39f8572a635bf07d
RANDOM SEED=1006648543

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
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.912
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.54
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.912
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:        28098484 kB
Buffers:          136748 kB
Cached:           318340 kB
SwapCached:            0 kB
Active:          1937404 kB
Inactive:         355220 kB
Active(anon):    1829340 kB
Inactive(anon):    10636 kB
Active(file):     108064 kB
Inactive(file):   344584 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       3596360 kB
Mapped:            21124 kB
Shmem:               204 kB
Slab:             621388 kB
SReclaimable:      65224 kB
SUnreclaim:       556164 kB
KernelStack:        1808 kB
PageTables:        11408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4599556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1980416 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= 71740 MiB
End job on node117 at 2016-06-18 19:35:59