Trace number 4102786

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 PB16? (TO) 1800.8 898.312

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM18a894a2ba4f3cf6bad1b497c8fca8eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4102786-1466218705.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
2.05/0.88	c ... done. Wall clock time 0.77s.
2.05/0.88	c declared #vars     4500
2.05/0.88	c #constraints  72413
2.05/0.88	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.05/0.88	c constraints type 
2.05/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
2.05/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72288
2.05/0.88	c 72413 constraints processed.
2.05/0.88	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.05/0.88	c constraints type 
2.05/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
2.05/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
2.05/0.88	c 72413 constraints processed.
2.05/0.88	c objective function length is 4500 literals
5.33/2.08	c cleaning 2498 clauses out of 5001 with flag 29622/5001
6.22/2.46	c cleaning 0 clauses out of 5000 with flag 0/5000
9.44/3.87	c cleaning 4244 clauses out of 8502 with flag 80476/11000
11.82/4.71	c cleaning 0 clauses out of 11001 with flag 0/11001
14.31/5.96	c cleaning 5621 clauses out of 11259 with flag 127868/18001
16.14/6.89	c cleaning 0 clauses out of 18001 with flag 0/18001
19.61/8.57	c cleaning 6810 clauses out of 13637 with flag 206241/26000
22.43/9.90	c cleaning 0 clauses out of 26000 with flag 0/26000
25.88/11.66	c cleaning 7901 clauses out of 15831 with flag 310515/35004
30.48/13.93	c cleaning 0 clauses out of 35000 with flag 0/35000
32.48/14.90	c cleaning 8960 clauses out of 17926 with flag 389369/45000
39.72/18.51	c cleaning 9970 clauses out of 19966 with flag 475179/56000
42.92/20.16	c cleaning 0 clauses out of 45000 with flag 0/45000
47.32/22.34	c cleaning 10993 clauses out of 21996 with flag 573732/68000
55.64/26.49	c cleaning 11996 clauses out of 24003 with flag 661264/81000
59.03/28.12	c cleaning 0 clauses out of 56001 with flag 0/56001
64.23/30.79	c cleaning 12990 clauses out of 26007 with flag 799978/95000
74.03/35.66	c cleaning 14011 clauses out of 28021 with flag 892771/110004
77.64/37.45	c cleaning 0 clauses out of 68001 with flag 0/68001
84.56/40.82	c cleaning 15003 clauses out of 30006 with flag 988575/126000
97.35/47.22	c cleaning 15994 clauses out of 32006 with flag 1144464/143003
101.55/49.39	c cleaning 0 clauses out of 81000 with flag 0/81000
110.15/53.65	c cleaning 17005 clauses out of 34009 with flag 1263111/161000
124.13/60.57	c cleaning 18003 clauses out of 36007 with flag 1383181/180003
127.12/62.09	c cleaning 0 clauses out of 95000 with flag 0/95000
138.72/67.80	c cleaning 18976 clauses out of 38001 with flag 1538700/200000
154.25/75.56	c cleaning 20006 clauses out of 40025 with flag 1681729/221000
161.45/79.19	c cleaning 0 clauses out of 110000 with flag 0/110000
171.85/84.31	c cleaning 21005 clauses out of 42019 with flag 1834100/243000
190.26/93.59	c cleaning 22003 clauses out of 44015 with flag 2022232/266001
199.97/98.36	c cleaning 0 clauses out of 126001 with flag 0/126001
210.77/103.77	c cleaning 22988 clauses out of 46012 with flag 2193694/290001
233.37/115.03	c cleaning 24003 clauses out of 48023 with flag 2380623/315000
257.55/127.14	c cleaning 25002 clauses out of 50020 with flag 2570208/341000
259.95/128.32	c cleaning 0 clauses out of 143000 with flag 0/143000
282.15/139.42	c cleaning 25992 clauses out of 52019 with flag 2809695/368001
308.77/152.79	c cleaning 27004 clauses out of 54026 with flag 2998750/396000
330.79/163.75	c cleaning 0 clauses out of 161000 with flag 0/161000
336.79/166.74	c cleaning 28002 clauses out of 56024 with flag 3225547/425002
367.65/182.10	c cleaning 29008 clauses out of 58021 with flag 3431651/455001
400.84/198.71	c cleaning 29994 clauses out of 60012 with flag 3661668/486000
403.44/200.04	c cleaning 0 clauses out of 180001 with flag 0/180001
435.90/216.21	c cleaning 30999 clauses out of 62019 with flag 3892132/518001
457.55/227.20	c cleaning 0 clauses out of 200002 with flag 0/200002
473.34/235.03	c cleaning 32000 clauses out of 64019 with flag 4140675/551000
510.59/253.65	c cleaning 33005 clauses out of 66019 with flag 4390073/585000
529.20/262.97	c cleaning 0 clauses out of 221002 with flag 0/221002
549.08/272.86	c cleaning 34002 clauses out of 68014 with flag 4680377/620000
591.87/294.22	c cleaning 34999 clauses out of 70015 with flag 4950791/656003
636.12/316.30	c cleaning 35993 clauses out of 72014 with flag 5236624/693001
644.92/320.72	c cleaning 0 clauses out of 243003 with flag 0/243003
683.77/340.18	c cleaning 37007 clauses out of 74021 with flag 5529392/731001
733.00/364.83	c cleaning 37997 clauses out of 76015 with flag 5841798/770002
780.06/388.31	c cleaning 0 clauses out of 266000 with flag 0/266000
784.46/390.54	c cleaning 39001 clauses out of 78016 with flag 6158444/810000
837.51/417.03	c cleaning 39989 clauses out of 80015 with flag 6488353/851000
861.75/429.11	c cleaning 0 clauses out of 290000 with flag 0/290000
892.19/444.35	c cleaning 41004 clauses out of 82027 with flag 6843238/893001
955.53/475.95	c cleaning 42007 clauses out of 84022 with flag 7197550/936000
972.73/484.53	c cleaning 0 clauses out of 315001 with flag 0/315001
1020.67/508.68	c cleaning 42994 clauses out of 86016 with flag 7587317/980001
1066.49/531.53	c cleaning 0 clauses out of 341001 with flag 0/341001
1084.34/540.45	c cleaning 44002 clauses out of 88022 with flag 7971444/1025001
1139.88/568.18	c cleaning 0 clauses out of 368002 with flag 0/368002
1148.48/572.40	c cleaning 45002 clauses out of 90021 with flag 8365260/1071002
1215.97/606.30	c cleaning 46005 clauses out of 92017 with flag 8776787/1118000
1252.81/624.65	c cleaning 0 clauses out of 396001 with flag 0/396001
1289.05/642.71	c cleaning 47002 clauses out of 94012 with flag 9190830/1166000
1368.06/682.13	c cleaning 48006 clauses out of 96012 with flag 9632740/1215002
1401.65/699.07	c cleaning 0 clauses out of 425000 with flag 0/425000
1448.96/722.66	c cleaning 48995 clauses out of 98004 with flag 10081207/1265000
1531.36/763.72	c cleaning 49999 clauses out of 100010 with flag 10549162/1316001
1599.24/797.74	c cleaning 0 clauses out of 455001 with flag 0/455001
1616.86/806.53	c cleaning 51000 clauses out of 102012 with flag 11033882/1368002
1707.85/851.99	c cleaning 51989 clauses out of 104010 with flag 11531480/1421000
1800.11/898.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/898.20	c starts		: 11142
1800.11/898.20	c conflicts		: 1472961
1800.11/898.20	c decisions		: 8243817
1800.11/898.20	c propagations		: 482039082
1800.11/898.20	c inspects		: 9234876565
1800.11/898.20	c shortcuts		: 0
1800.11/898.20	c learnt literals	: 0
1800.11/898.20	c learnt binary clauses	: 0
1800.11/898.20	c learnt ternary clauses	: 0
1800.11/898.20	c learnt constraints	: 1472961
1800.11/898.20	c ignored constraints	: 0
1800.11/898.20	c root simplifications	: 0
1800.11/898.20	c removed literals (reason simplification)	: 19023943
1800.11/898.20	c reason swapping (by a shorter reason)	: 0
1800.11/898.20	c Calls to reduceDB	: 49
1800.11/898.20	c Number of update (reduction) of LBD	: 653759
1800.11/898.20	c Imported unit clauses	: 0
1800.11/898.20	c number of reductions to clauses (during analyze)	: 0
1800.11/898.20	c number of learned constraints concerned by reduction	: 0
1800.11/898.20	c number of learning phase by resolution	: 0
1800.11/898.20	c number of learning phase by cutting planes	: 0
1800.11/898.20	c speed (assignments/second)	: 537216.5988699306
1800.11/898.20	c non guided choices	0
1800.11/898.23	c learnt constraints type 
1800.11/898.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103982
1800.11/898.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/898.23	c starts		: 151
1800.11/898.23	c conflicts		: 473578
1800.11/898.23	c decisions		: 615010
1800.11/898.23	c propagations		: 158511358
1800.11/898.23	c inspects		: 3906785980
1800.11/898.23	c shortcuts		: 0
1800.11/898.23	c learnt literals	: 0
1800.11/898.23	c learnt binary clauses	: 0
1800.11/898.23	c learnt ternary clauses	: 0
1800.11/898.23	c learnt constraints	: 473578
1800.11/898.23	c ignored constraints	: 0
1800.11/898.23	c root simplifications	: 0
1800.11/898.23	c removed literals (reason simplification)	: 0
1800.11/898.23	c reason swapping (by a shorter reason)	: 0
1800.11/898.23	c Calls to reduceDB	: 26
1800.11/898.23	c Number of update (reduction) of LBD	: 0
1800.11/898.23	c Imported unit clauses	: 0
1800.11/898.23	c number of reductions to clauses (during analyze)	: 0
1800.11/898.23	c number of learned constraints concerned by reduction	: 0
1800.11/898.23	c number of learning phase by resolution	: 0
1800.11/898.23	c number of learning phase by cutting planes	: 0
1800.11/898.23	c speed (assignments/second)	: 176649.7548254803
1800.11/898.23	c non guided choices	14
1800.11/898.30	c learnt constraints type 
1800.11/898.30	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 473578
1800.11/898.30	s UNKNOWN
1800.11/898.30	c Total wall clock time (in seconds): 898.194

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4102786-1466218705/watcher-4102786-1466218705 -o /tmp/evaluation-result-4102786-1466218705/solver-4102786-1466218705 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4102786-1466218705.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.54 3.89 3.89 4/197 18808
/proc/meminfo: memFree=31183368/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 23920436 94019584 916 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 22954 916 697 9 0 16769 0
[pid=18808/tid=18809] ppid=18805 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) R 18805 18808 13538 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 23920437 94019584 916 33554432000 1073741824 1073778376 140734706807376 140668205243944 224913354023 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 3.54 3.89 3.89 4/197 18808
/proc/meminfo: memFree=31183368/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 4480 0 1 0 9 2 0 0 20 0 18 0 23920436 9787879424 6118 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 2389619 6118 2156 9 0 2380296 0
[pid=18808/tid=18809] ppid=18805 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) R 18805 18808 13538 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 23920437 9787879424 6118 33554432000 1073741824 1073778376 140734706807376 140668205247392 140668213295183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 3.54 3.89 3.89 4/197 18808
/proc/meminfo: memFree=31183368/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 4964 0 1 0 27 2 0 0 20 0 18 0 23920436 9787879424 6957 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 2389619 6957 2219 9 0 2380296 0
[pid=18808/tid=18809] ppid=18805 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) R 18805 18808 13538 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 18 0 23920437 9787879424 6957 33554432000 1073741824 1073778376 140734706807376 140668205247392 140668047542817 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300262 s]
/proc/loadavg: 3.54 3.89 3.89 4/197 18808
/proc/meminfo: memFree=31183368/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 5879 0 1 0 48 2 0 0 20 0 18 0 23920436 9787879424 8972 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 2389619 8972 2233 9 0 2380296 0
[pid=18808/tid=18809] ppid=18805 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) R 18805 18808 13538 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 18 0 23920437 9787879424 8972 33554432000 1073741824 1073778376 140734706807376 140668205247392 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700211 s]
/proc/loadavg: 3.54 3.89 3.89 4/197 18808
/proc/meminfo: memFree=31183368/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=9558476 CPUtime=1.66 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 22708 0 1 0 160 6 0 0 20 0 18 0 23920436 9787879424 38639 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 2389619 38639 2247 9 0 2380296 0
[pid=18808/tid=18809] ppid=18805 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) R 18805 18808 13538 0 -1 4202560 2441 0 1 0 64 3 0 0 20 0 18 0 23920437 9787879424 38639 33554432000 1073741824 1073778376 140734706807376 140668205240480 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 3.54 3.89 3.89 7/219 18830
/proc/meminfo: memFree=30990828/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=9824732 CPUtime=4.32 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 23493 0 1 0 423 9 0 0 20 0 22 0 23920436 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 2456183 53703 2282 9 0 2446860 0
[pid=18808/tid=18809] ppid=18805 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) S 18805 18808 13538 0 -1 4202560 2484 0 1 0 80 4 0 0 20 0 22 0 23920437 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140668205249400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18811] ppid=18805 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18808/task/18811/stat : 18811 (java) S 18805 18808 13538 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23920438 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140668166741032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18812] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18812/stat : 18812 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920438 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140668047453096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18813] ppid=18805 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18808/task/18813/stat : 18813 (java) S 18805 18808 13538 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23920438 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140668046400296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18814] ppid=18805 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18808/task/18814/stat : 18814 (java) S 18805 18808 13538 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23920438 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140668045347496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18815] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18815/stat : 18815 (java) S 18805 18808 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23920438 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140668044294696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18816] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18816/stat : 18816 (java) S 18805 18808 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23920438 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140668043241896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18817] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18817/stat : 18817 (java) S 18805 18808 13538 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23920438 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140668042189096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18818] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18818/stat : 18818 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920438 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140668041136296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18819] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18819/stat : 18819 (java) S 18805 18808 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23920439 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667558808552 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18820] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18820/stat : 18820 (java) S 18805 18808 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23920439 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667557754616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18821] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18821/stat : 18821 (java) S 18805 18808 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23920439 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667556701704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18822] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18822/stat : 18822 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23920441 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667555650192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18823] ppid=18805 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/18808/task/18823/stat : 18823 (java) R 18805 18808 13538 0 -1 4202560 7904 0 0 0 112 2 0 0 20 0 22 0 23920441 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667554573832 140668212224711 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18824] ppid=18805 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/18808/task/18824/stat : 18824 (java) S 18805 18808 13538 0 -1 4202560 11660 0 0 0 97 1 0 0 20 0 22 0 23920441 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667553544504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18825] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18825/stat : 18825 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23920441 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667552491896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18826] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18826/stat : 18826 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23920441 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667551439304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18827] ppid=18805 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/18808/task/18827/stat : 18827 (java) R 18805 18808 13538 0 -1 4202560 15 0 0 0 56 0 0 0 20 0 22 0 23920525 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667550383248 140668048358783 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18828] ppid=18805 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/18808/task/18828/stat : 18828 (java) R 18805 18808 13538 0 -1 4202560 27 0 0 0 57 0 0 0 20 0 22 0 23920525 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667549330840 140668047582031 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18829] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18829/stat : 18829 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920528 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667548280232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18830] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18830/stat : 18830 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920528 10060525568 53703 33554432000 1073741824 1073778376 140734706807376 140667547227432 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 3.54 3.89 3.89 11/219 18830
/proc/meminfo: memFree=30841852/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=9824732 CPUtime=7.99 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 25736 0 1 0 786 13 0 0 20 0 22 0 23920436 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 2456183 87167 2288 9 0 2446860 0
[pid=18808/tid=18809] ppid=18805 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) S 18805 18808 13538 0 -1 4202560 2484 0 1 0 80 4 0 0 20 0 22 0 23920437 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140668205249400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18811] ppid=18805 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18808/task/18811/stat : 18811 (java) S 18805 18808 13538 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 23920438 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140668166741032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18812] ppid=18805 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18808/task/18812/stat : 18812 (java) S 18805 18808 13538 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23920438 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140668047453096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18813] ppid=18805 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18808/task/18813/stat : 18813 (java) S 18805 18808 13538 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23920438 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140668046400296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18814] ppid=18805 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18808/task/18814/stat : 18814 (java) S 18805 18808 13538 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 23920438 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140668045347496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18815] ppid=18805 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18808/task/18815/stat : 18815 (java) S 18805 18808 13538 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23920438 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140668044294696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18816] ppid=18805 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18808/task/18816/stat : 18816 (java) S 18805 18808 13538 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 23920438 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140668043241896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18817] ppid=18805 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18808/task/18817/stat : 18817 (java) S 18805 18808 13538 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 23920438 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140668042189096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18818] ppid=18805 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18808/task/18818/stat : 18818 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 23920438 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140668041136296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18819] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18819/stat : 18819 (java) S 18805 18808 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23920439 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667558808552 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18820] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18820/stat : 18820 (java) S 18805 18808 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23920439 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667557754616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18821] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18821/stat : 18821 (java) S 18805 18808 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23920439 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667556701704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18822] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18822/stat : 18822 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23920441 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667555650192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18823] ppid=18805 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/18808/task/18823/stat : 18823 (java) S 18805 18808 13538 0 -1 4202560 9934 0 0 0 151 3 0 0 20 0 22 0 23920441 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667554597304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18824] ppid=18805 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/18808/task/18824/stat : 18824 (java) S 18805 18808 13538 0 -1 4202560 11662 0 0 0 102 2 0 0 20 0 22 0 23920441 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667553544504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18825] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18825/stat : 18825 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23920441 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667552491896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18826] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18826/stat : 18826 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23920441 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667551439304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18827] ppid=18805 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/18808/task/18827/stat : 18827 (java) R 18805 18808 13538 0 -1 4202560 16 0 0 0 213 0 0 0 20 0 22 0 23920525 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667550383328 140668048619249 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18828] ppid=18805 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/18808/task/18828/stat : 18828 (java) R 18805 18808 13538 0 -1 4202560 85 0 0 0 212 2 0 0 20 0 22 0 23920525 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667549332232 140668048363435 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18829] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18829/stat : 18829 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920528 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667548280232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18830] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18830/stat : 18830 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920528 10060525568 87167 33554432000 1073741824 1073778376 140734706807376 140667547227432 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.65 3.90 3.89 6/219 18830
/proc/meminfo: memFree=30565952/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=9824732 CPUtime=15.14 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 29632 0 1 0 1492 22 0 0 20 0 22 0 23920436 10060525568 155359 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 2456183 155359 2288 9 0 2446860 0
[pid=18808/tid=18809] ppid=18805 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) S 18805 18808 13538 0 -1 4202560 2484 0 1 0 80 4 0 0 20 0 22 0 23920437 10060525568 155359 33554432000 1073741824 1073778376 140734706807376 140668205249400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18811] ppid=18805 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18808/task/18811/stat : 18811 (java) S 18805 18808 13538 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 23920438 10060525568 155359 33554432000 1073741824 1073778376 140734706807376 140668166741032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18812] ppid=18805 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18808/task/18812/stat : 18812 (java) S 18805 18808 13538 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 23920438 10060525568 155359 33554432000 1073741824 1073778376 140734706807376 140668047453096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18813] ppid=18805 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18808/task/18813/stat : 18813 (java) S 18805 18808 13538 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 23920438 10060525568 155359 33554432000 1073741824 1073778376 140734706807376 140668046400296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18814] ppid=18805 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18808/task/18814/stat : 18814 (java) S 18805 18808 13538 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 23920438 10060525568 155359 33554432000 1073741824 1073778376 140734706807376 140668045347496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18815] ppid=18805 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18808/task/18815/stat : 18815 (java) S 18805 18808 13538 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 23920438 10060525568 155359 33554432000 1073741824 1073778376 140734706807376 140668044294696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18816] ppid=18805 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18808/task/18816/stat : 18816 (java) S 18805 18808 13538 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 23920438 10060525568 155359 33554432000 1073741824 1073778376 140734706807376 140668043241896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18817] ppid=18805 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18808/task/18817/stat : 18817 (java) S 18805 18808 13538 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 23920438 10060525568 155359 33554432000 1073741824 1073778376 140734706807376 140668042189096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18818] ppid=18805 vsize=9824732 CPUtime=0.04 cores=0,2,4,6

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

[pid=18808/tid=18826] ppid=18805 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18808/task/18826/stat : 18826 (java) S 18805 18808 13538 0 -1 4202560 47 0 0 0 11 17 0 0 20 0 22 0 23920441 10060525568 391297 33554432000 1073741824 1073778376 140734706807376 140667551439304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18827] ppid=18805 vsize=9824732 CPUtime=817.1 cores=0,2,4,6
/proc/18808/task/18827/stat : 18827 (java) R 18805 18808 13538 0 -1 4202560 71 0 0 0 81696 14 0 0 20 0 22 0 23920525 10060525568 391297 33554432000 1073741824 1073778376 140734706807376 140667550384176 140668047523712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18828] ppid=18805 vsize=9824732 CPUtime=817.03 cores=0,2,4,6
/proc/18808/task/18828/stat : 18828 (java) R 18805 18808 13538 0 -1 4202560 1759 0 0 0 81657 46 0 0 20 0 22 0 23920525 10060525568 391297 33554432000 1073741824 1073778376 140734706807376 140667549330512 140668048647734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18829] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18829/stat : 18829 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920528 10060525568 391297 33554432000 1073741824 1073778376 140734706807376 140667548280232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18830] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18830/stat : 18830 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920528 10060525568 391297 33554432000 1073741824 1073778376 140734706807376 140667547227432 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1648.51
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.04 4.03 3.96 5/218 19296
/proc/meminfo: memFree=27146060/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=9824732 CPUtime=1768.76 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 35376 0 1 0 176691 185 0 0 20 0 22 0 23920436 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 2456183 375973 2297 9 0 2446860 0
[pid=18808/tid=18809] ppid=18805 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) S 18805 18808 13538 0 -1 4202560 2488 0 1 0 83 5 0 0 20 0 22 0 23920437 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140668205249400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18811] ppid=18805 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/18808/task/18811/stat : 18811 (java) S 18805 18808 13538 0 -1 4202560 436 0 0 0 96 17 0 0 20 0 22 0 23920438 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140668166741032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18812] ppid=18805 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/18808/task/18812/stat : 18812 (java) S 18805 18808 13538 0 -1 4202560 432 0 0 0 91 17 0 0 20 0 22 0 23920438 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140668047453096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18813] ppid=18805 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/18808/task/18813/stat : 18813 (java) S 18805 18808 13538 0 -1 4202560 411 0 0 0 101 16 0 0 20 0 22 0 23920438 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140668046400296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18814] ppid=18805 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/18808/task/18814/stat : 18814 (java) S 18805 18808 13538 0 -1 4202560 291 0 0 0 83 10 0 0 20 0 22 0 23920438 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140668045347496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18815] ppid=18805 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/18808/task/18815/stat : 18815 (java) S 18805 18808 13538 0 -1 4202560 458 0 0 0 104 17 0 0 20 0 22 0 23920438 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140668044294696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18816] ppid=18805 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/18808/task/18816/stat : 18816 (java) S 18805 18808 13538 0 -1 4202560 307 0 0 0 87 13 0 0 20 0 22 0 23920438 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140668043241896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18817] ppid=18805 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/18808/task/18817/stat : 18817 (java) S 18805 18808 13538 0 -1 4202560 407 0 0 0 93 19 0 0 20 0 22 0 23920438 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140668042189096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18818] ppid=18805 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/18808/task/18818/stat : 18818 (java) S 18805 18808 13538 0 -1 4202560 300 0 0 0 96 12 0 0 20 0 22 0 23920438 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140668041136296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18819] ppid=18805 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/18808/task/18819/stat : 18819 (java) S 18805 18808 13538 0 -1 4202560 1659 0 0 0 196 5 0 0 20 0 22 0 23920439 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667558808552 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18820] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18820/stat : 18820 (java) S 18805 18808 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23920439 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667557754616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18821] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18821/stat : 18821 (java) S 18805 18808 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23920439 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667556701704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18822] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18822/stat : 18822 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23920441 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667555650192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18823] ppid=18805 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/18808/task/18823/stat : 18823 (java) S 18805 18808 13538 0 -1 4202560 13372 0 0 0 215 3 0 0 20 0 22 0 23920441 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667554597304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18824] ppid=18805 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/18808/task/18824/stat : 18824 (java) S 18805 18808 13538 0 -1 4202560 11662 0 0 0 108 2 0 0 20 0 22 0 23920441 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667553544504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18825] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18825/stat : 18825 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23920441 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667552491896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18826] ppid=18805 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/18808/task/18826/stat : 18826 (java) S 18805 18808 13538 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 23920441 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667551439304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18827] ppid=18805 vsize=9824732 CPUtime=876.92 cores=0,2,4,6
/proc/18808/task/18827/stat : 18827 (java) R 18805 18808 13538 0 -1 4202560 74 0 0 0 87677 15 0 0 20 0 22 0 23920525 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667550384176 140668048647739 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18828] ppid=18805 vsize=9824732 CPUtime=876.88 cores=0,2,4,6
/proc/18808/task/18828/stat : 18828 (java) R 18805 18808 13538 0 -1 4202560 1764 0 0 0 87640 48 0 0 20 0 22 0 23920525 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667549330592 140668048647734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18829] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18829/stat : 18829 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920528 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667548280232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18830] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18830/stat : 18830 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920528 10060525568 375973 33554432000 1073741824 1073778376 140734706807376 140667547227432 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1768.76
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.201 s]
/proc/loadavg: 4.03 4.03 3.96 5/219 19297
/proc/meminfo: memFree=27056768/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=9824732 CPUtime=1800.11 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 35402 0 1 0 179824 187 0 0 20 0 22 0 23920436 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 2456183 369280 2297 9 0 2446860 0
[pid=18808/tid=18809] ppid=18805 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) S 18805 18808 13538 0 -1 4202560 2489 0 1 0 83 5 0 0 20 0 22 0 23920437 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140668205249400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18811] ppid=18805 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/18808/task/18811/stat : 18811 (java) S 18805 18808 13538 0 -1 4202560 442 0 0 0 100 17 0 0 20 0 22 0 23920438 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140668166741032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18812] ppid=18805 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/18808/task/18812/stat : 18812 (java) S 18805 18808 13538 0 -1 4202560 433 0 0 0 94 17 0 0 20 0 22 0 23920438 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140668047453096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18813] ppid=18805 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/18808/task/18813/stat : 18813 (java) S 18805 18808 13538 0 -1 4202560 416 0 0 0 104 16 0 0 20 0 22 0 23920438 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140668046400296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18814] ppid=18805 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/18808/task/18814/stat : 18814 (java) S 18805 18808 13538 0 -1 4202560 291 0 0 0 84 10 0 0 20 0 22 0 23920438 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140668045347496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18815] ppid=18805 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/18808/task/18815/stat : 18815 (java) S 18805 18808 13538 0 -1 4202560 462 0 0 0 106 18 0 0 20 0 22 0 23920438 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140668044294696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18816] ppid=18805 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/18808/task/18816/stat : 18816 (java) S 18805 18808 13538 0 -1 4202560 308 0 0 0 88 14 0 0 20 0 22 0 23920438 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140668043241896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18817] ppid=18805 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/18808/task/18817/stat : 18817 (java) S 18805 18808 13538 0 -1 4202560 407 0 0 0 94 19 0 0 20 0 22 0 23920438 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140668042189096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18818] ppid=18805 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/18808/task/18818/stat : 18818 (java) S 18805 18808 13538 0 -1 4202560 304 0 0 0 98 13 0 0 20 0 22 0 23920438 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140668041136296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18819] ppid=18805 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/18808/task/18819/stat : 18819 (java) S 18805 18808 13538 0 -1 4202560 1659 0 0 0 248 6 0 0 20 0 22 0 23920439 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667558808552 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18820] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18820/stat : 18820 (java) S 18805 18808 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23920439 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667557754616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18821] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18821/stat : 18821 (java) S 18805 18808 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23920439 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667556701704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18822] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18822/stat : 18822 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23920441 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667555650192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18823] ppid=18805 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/18808/task/18823/stat : 18823 (java) S 18805 18808 13538 0 -1 4202560 13372 0 0 0 215 3 0 0 20 0 22 0 23920441 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667554597304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18824] ppid=18805 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/18808/task/18824/stat : 18824 (java) S 18805 18808 13538 0 -1 4202560 11662 0 0 0 108 2 0 0 20 0 22 0 23920441 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667553544504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18825] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18825/stat : 18825 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23920441 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667552491896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18826] ppid=18805 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/18808/task/18826/stat : 18826 (java) S 18805 18808 13538 0 -1 4202560 53 0 0 0 12 18 0 0 20 0 22 0 23920441 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667551439304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18827] ppid=18805 vsize=9824732 CPUtime=892.23 cores=0,2,4,6
/proc/18808/task/18827/stat : 18827 (java) R 18805 18808 13538 0 -1 4202560 74 0 0 0 89208 15 0 0 20 0 22 0 23920525 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667550383392 140668048647734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18828] ppid=18805 vsize=9824732 CPUtime=892.19 cores=0,2,4,6
/proc/18808/task/18828/stat : 18828 (java) R 18805 18808 13538 0 -1 4202560 1766 0 0 0 89171 48 0 0 20 0 22 0 23920525 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667549331296 140668048647734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18829] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18829/stat : 18829 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920528 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667548280232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18830] ppid=18805 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18830/stat : 18830 (java) S 18805 18808 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23920528 10060525568 369280 33554432000 1073741824 1073778376 140734706807376 140667547227432 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 18808 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.305 s]
/proc/loadavg: 4.03 4.03 3.96 5/219 19297
/proc/meminfo: memFree=27056768/32872528 swapFree=163656/177964
[pid=18808] ppid=18805 vsize=9957860 CPUtime=1800.63 cores=0,2,4,6
/proc/18808/stat : 18808 (java) S 18805 18808 13538 0 -1 4202496 35437 0 1 0 179846 217 0 0 20 0 20 0 23920436 10196848640 369298 33554432000 1073741824 1073778376 140734706807376 140734706798512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18808/statm: 2489465 369298 2298 9 0 2480142 0
[pid=18808/tid=18809] ppid=18805 vsize=9957860 CPUtime=0.88 cores=0,2,4,6
/proc/18808/task/18809/stat : 18809 (java) S 18805 18808 13538 0 -1 4202560 2489 0 1 0 83 5 0 0 20 0 20 0 23920437 10196848640 369298 33554432000 1073741824 1073778376 140734706807376 140668205249400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18811] ppid=18805 vsize=9957860 CPUtime=1.17 cores=0,2,4,6
/proc/18808/task/18811/stat : 18811 (java) S 18805 18808 13538 0 -1 4202560 442 0 0 0 100 17 0 0 20 0 19 0 23920438 10196848640 369295 33554432000 1073741824 1073778376 140734706807376 140668166741032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18812] ppid=18805 vsize=9957860 CPUtime=1.11 cores=0,2,4,6
/proc/18808/task/18812/stat : 18812 (java) S 18805 18808 13538 0 -1 4202560 433 0 0 0 94 17 0 0 20 0 19 0 23920438 10196848640 369295 33554432000 1073741824 1073778376 140734706807376 140668047453096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18808/tid=18813] ppid=18805 vsize=9957860 CPUtime=1.2 cores=0,2,4,6
/proc/18808/task/18813/stat : 18813 (java) S 18805 18808 13538 0 -1 4202560 416 0 0 0 104 16 0 0 20 0 19 0 23920438 10196848640 369295 33554432000 1073741824 1073778376 140734706807376 140668046400296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18814] ppid=18805 vsize=9957860 CPUtime=0.94 cores=0,2,4,6
/proc/18808/task/18814/stat : 18814 (java) S 18805 18808 13538 0 -1 4202560 291 0 0 0 84 10 0 0 20 0 19 0 23920438 10196848640 369295 33554432000 1073741824 1073778376 140734706807376 140668045347496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18815] ppid=18805 vsize=9957860 CPUtime=1.24 cores=0,2,4,6
/proc/18808/task/18815/stat : 18815 (java) S 18805 18808 13538 0 -1 4202560 462 0 0 0 106 18 0 0 20 0 19 0 23920438 10196848640 369295 33554432000 1073741824 1073778376 140734706807376 140668044294696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18816] ppid=18805 vsize=9957860 CPUtime=1.02 cores=0,2,4,6
/proc/18808/task/18816/stat : 18816 (java) S 18805 18808 13538 0 -1 4202560 308 0 0 0 88 14 0 0 20 0 18 0 23920438 10196848640 369293 33554432000 1073741824 1073778376 140734706807376 140668043241896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18817] ppid=18805 vsize=9957860 CPUtime=1.13 cores=0,2,4,6
/proc/18808/task/18817/stat : 18817 (java) S 18805 18808 13538 0 -1 4202560 407 0 0 0 94 19 0 0 20 0 18 0 23920438 10196848640 369293 33554432000 1073741824 1073778376 140734706807376 140668042189096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18818] ppid=18805 vsize=9957860 CPUtime=1.11 cores=0,2,4,6
/proc/18808/task/18818/stat : 18818 (java) S 18805 18808 13538 0 -1 4202560 304 0 0 0 98 13 0 0 20 0 17 0 23920438 10196848640 369293 33554432000 1073741824 1073778376 140734706807376 140668041136296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18819] ppid=18805 vsize=9957860 CPUtime=2.54 cores=0,2,4,6
/proc/18808/task/18819/stat : 18819 (java) R 18805 18808 13538 0 -1 4202560 1659 0 0 0 248 6 0 0 20 0 17 0 23920439 10196848640 369293 33554432000 1073741824 1073778376 140734706807376 140667558808552 224925890473 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18820] ppid=18805 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18820/stat : 18820 (java) S 18805 18808 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 23920439 10196848640 369294 33554432000 1073741824 1073778376 140734706807376 140667557754616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18821] ppid=18805 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18821/stat : 18821 (java) S 18805 18808 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 23920439 10196848640 369294 33554432000 1073741824 1073778376 140734706807376 140667556701704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18808/tid=18823] ppid=18805 vsize=9957860 CPUtime=2.23 cores=0,2,4,6
/proc/18808/task/18823/stat : 18823 (java) S 18805 18808 13538 0 -1 4202560 13374 0 0 0 220 3 0 0 20 0 17 0 23920441 10196848640 369294 33554432000 1073741824 1073778376 140734706807376 140667554597304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18808/tid=18824] ppid=18805 vsize=9957860 CPUtime=1.1 cores=0,2,4,6
/proc/18808/task/18824/stat : 18824 (java) S 18805 18808 13538 0 -1 4202560 11662 0 0 0 108 2 0 0 20 0 17 0 23920441 10196848640 369294 33554432000 1073741824 1073778376 140734706807376 140667553544504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18808/tid=18825] ppid=18805 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/18808/task/18825/stat : 18825 (java) S 18805 18808 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 23920441 10196848640 369294 33554432000 1073741824 1073778376 140734706807376 140667552491896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 9957860

Child status: 143
Real time (s): 898.312
CPU time (s): 1800.8
CPU user time (s): 1798.43
CPU system time (s): 2.37264
CPU usage (%): 200.465
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 2.37264
maximum resident set size= 3061956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35438
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23437
involuntary context switches= 26427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49316 second user time and 7.39487 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 04:58:25
IDJOB=4102786
IDBENCH=2173
IDSOLVER=2543
FILE ID=node105/4102786-1466218705
RUNJOBID= node105-1466206102-13554
PBS_JOBID= 19918167
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102786-1466218705/watcher-4102786-1466218705 -o /tmp/evaluation-result-4102786-1466218705/solver-4102786-1466218705 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4102786-1466218705.opb

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

MD5SUM BENCH= 18a894a2ba4f3cf6bad1b497c8fca8eb
RANDOM SEED=1219307681

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31184020 kB
Buffers:           88324 kB
Cached:            97196 kB
SwapCached:         1764 kB
Active:           647360 kB
Inactive:         127972 kB
Active(anon):     590172 kB
Inactive(anon):     1884 kB
Active(file):      57188 kB
Inactive(file):   126088 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:              2756 kB
Writeback:             0 kB
AnonPages:        769068 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             601404 kB
SReclaimable:      44508 kB
SUnreclaim:       556896 kB
KernelStack:        1640 kB
PageTables:         5952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     941556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 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= 71744 MiB
End job on node105 at 2016-06-18 05:13:24