Trace number 4106980

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.15 897.87

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_1_40.opb
MD5SUM3f7fb60f05fdea42d317cf95beb113ab
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2496
Sum of products size (including duplicates)4992
Number of different products1248
Sum of products size2496

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-4106980-1466279129.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.48/0.32	c ... done. Wall clock time 0.215s.
0.48/0.32	c declared #vars     200
0.48/0.32	c internal #vars     1448
0.48/0.32	c #constraints  2799
0.48/0.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1248
0.48/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1248
0.48/0.33	c 2799 constraints processed.
0.48/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1248
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1248
0.48/0.33	c 2799 constraints processed.
3.19/1.08	c cleaning 2484 clauses out of 5001 with flag 19103/5001
4.16/1.37	c cleaning 4251 clauses out of 8516 with flag 37587/11000
5.11/1.72	c cleaning 5628 clauses out of 11266 with flag 60018/18001
6.07/2.11	c cleaning 6810 clauses out of 13637 with flag 88088/26000
6.97/2.58	c cleaning 7910 clauses out of 15827 with flag 115016/35000
8.23/3.10	c cleaning 8952 clauses out of 17917 with flag 146268/45000
9.24/3.68	c cleaning 9969 clauses out of 19965 with flag 180841/56000
10.92/4.43	c cleaning 10990 clauses out of 21996 with flag 223310/68000
12.77/5.33	c cleaning 11971 clauses out of 24006 with flag 269030/81000
14.61/6.24	c cleaning 13005 clauses out of 26035 with flag 313543/95000
16.83/7.30	c cleaning 14000 clauses out of 28030 with flag 357369/110000
19.12/8.44	c cleaning 15006 clauses out of 30030 with flag 406326/126000
21.32/9.58	c cleaning 16000 clauses out of 32029 with flag 453603/143005
24.24/10.99	c cleaning 17002 clauses out of 34024 with flag 507309/161000
27.63/12.61	c cleaning 17990 clauses out of 36022 with flag 570308/180000
30.83/14.28	c cleaning 19008 clauses out of 38033 with flag 630536/200001
34.43/16.06	c cleaning 20002 clauses out of 40026 with flag 691693/221002
38.50/18.03	c cleaning 21005 clauses out of 42023 with flag 758001/243001
42.70/20.12	c cleaning 22004 clauses out of 44018 with flag 827452/266001
46.52/22.02	c cleaning 22998 clauses out of 46015 with flag 898618/290002
50.12/23.80	c cleaning 24000 clauses out of 48015 with flag 975508/315000
54.67/26.04	c cleaning 24999 clauses out of 50015 with flag 1056816/341000
59.67/28.59	c cleaning 26004 clauses out of 52020 with flag 1142048/368004
64.87/31.18	c cleaning 26995 clauses out of 54014 with flag 1234046/396002
69.67/33.59	c cleaning 27995 clauses out of 56017 with flag 1320591/425000
75.07/36.29	c cleaning 28999 clauses out of 58022 with flag 1405689/455000
82.88/40.09	c cleaning 30002 clauses out of 60023 with flag 1498482/486000
93.47/45.38	c cleaning 30997 clauses out of 62022 with flag 1599522/518001
103.60/50.36	c cleaning 32005 clauses out of 64025 with flag 1699974/551001
113.80/55.49	c cleaning 32998 clauses out of 66020 with flag 1798956/585001
124.67/60.81	c cleaning 34004 clauses out of 68022 with flag 1907006/620001
134.96/65.96	c cleaning 34998 clauses out of 70018 with flag 2017135/656001
146.56/71.75	c cleaning 36002 clauses out of 72019 with flag 2132826/693000
157.44/77.15	c cleaning 37002 clauses out of 74019 with flag 2239200/731002
169.23/83.28	c cleaning 38001 clauses out of 76016 with flag 2359089/770001
172.46/84.82	c cleaning 0 clauses out of 5000 with flag 0/5000
182.30/89.53	c cleaning 39003 clauses out of 78015 with flag 2482405/810001
195.76/96.27	c cleaning 39992 clauses out of 80011 with flag 2608623/851000
211.35/104.07	c cleaning 40996 clauses out of 82020 with flag 2740830/893001
224.82/110.75	c cleaning 42002 clauses out of 84024 with flag 2866033/936001
237.66/117.20	c cleaning 42994 clauses out of 86022 with flag 2998741/980001
252.07/124.34	c cleaning 44000 clauses out of 88027 with flag 3140621/1025000
265.49/131.10	c cleaning 44999 clauses out of 90028 with flag 3282663/1071001
281.34/138.96	c cleaning 46009 clauses out of 92036 with flag 3429473/1118008
299.79/148.19	c cleaning 47000 clauses out of 94020 with flag 3579244/1166001
319.86/158.10	c cleaning 47989 clauses out of 96019 with flag 3725383/1215000
338.39/167.34	c cleaning 49000 clauses out of 98032 with flag 3871989/1265002
355.18/175.77	c cleaning 50004 clauses out of 100030 with flag 4018854/1316000
374.47/185.33	c cleaning 50999 clauses out of 102026 with flag 4168263/1368000
396.07/196.05	c cleaning 51997 clauses out of 104027 with flag 4331957/1421000
418.94/207.41	c cleaning 53005 clauses out of 106030 with flag 4501243/1475000
443.15/219.83	c cleaning 53998 clauses out of 108025 with flag 4665225/1530000
467.26/231.87	c cleaning 55004 clauses out of 110027 with flag 4832192/1586000
496.90/246.61	c cleaning 56003 clauses out of 112026 with flag 5005295/1643003
522.18/259.23	c cleaning 56996 clauses out of 114021 with flag 5179598/1701001
548.06/272.16	c cleaning 58004 clauses out of 116025 with flag 5364354/1760001
570.14/283.19	c cleaning 58996 clauses out of 118020 with flag 5542925/1820000
593.55/294.87	c cleaning 60005 clauses out of 120024 with flag 5720214/1881000
617.94/307.09	c cleaning 60996 clauses out of 122020 with flag 5910575/1943001
640.83/318.48	c cleaning 61990 clauses out of 124023 with flag 6092748/2006000
664.05/330.09	c cleaning 63003 clauses out of 126033 with flag 6281692/2070000
688.03/342.04	c cleaning 63999 clauses out of 128030 with flag 6476552/2135000
713.62/354.83	c cleaning 64998 clauses out of 130033 with flag 6668175/2201002
743.16/369.50	c cleaning 66001 clauses out of 132034 with flag 6867168/2268001
770.96/383.40	c cleaning 67002 clauses out of 134033 with flag 7074494/2336001
799.55/397.79	c cleaning 68000 clauses out of 136030 with flag 7274490/2405000
830.74/413.30	c cleaning 69000 clauses out of 138031 with flag 7469219/2475001
860.15/428.02	c cleaning 70005 clauses out of 140032 with flag 7685180/2546002
889.34/442.69	c cleaning 71002 clauses out of 142027 with flag 7897263/2618002
923.12/459.54	c cleaning 72003 clauses out of 144023 with flag 8112272/2691000
957.59/477.12	c cleaning 72999 clauses out of 146021 with flag 8332116/2765001
991.40/494.02	c cleaning 73999 clauses out of 148021 with flag 8559590/2840000
1030.37/513.50	c cleaning 74999 clauses out of 150022 with flag 8784016/2916000
1065.16/530.91	c cleaning 75990 clauses out of 152023 with flag 9008659/2993000
1103.38/550.05	c cleaning 77002 clauses out of 154033 with flag 9234243/3071000
1149.25/572.95	c cleaning 78001 clauses out of 156031 with flag 9457373/3150000
1204.71/600.58	c cleaning 79000 clauses out of 158031 with flag 9684104/3230001
1253.46/624.76	c cleaning 79999 clauses out of 160030 with flag 9925686/3311000
1301.22/648.50	c cleaning 81001 clauses out of 162031 with flag 10178660/3393000
1343.22/669.59	c cleaning 82002 clauses out of 164030 with flag 10431317/3476000
1384.54/690.16	c cleaning 83000 clauses out of 166028 with flag 10676601/3560000
1430.15/712.91	c cleaning 83999 clauses out of 168028 with flag 10928111/3645000
1476.74/736.26	c cleaning 85013 clauses out of 170030 with flag 11188775/3731001
1527.74/761.77	c cleaning 86002 clauses out of 172018 with flag 11439630/3818002
1574.34/785.09	c cleaning 86996 clauses out of 174014 with flag 11694054/3906000
1621.55/808.69	c cleaning 87993 clauses out of 176018 with flag 11949218/3995000
1676.14/835.81	c cleaning 89002 clauses out of 178026 with flag 12206739/4085001
1731.94/863.72	c cleaning 90004 clauses out of 180025 with flag 12472142/4176002
1786.95/891.28	c cleaning 90997 clauses out of 182019 with flag 12743488/4268000
1800.15/897.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/897.80	c starts		: 3
1800.15/897.80	c conflicts		: 4298540
1800.15/897.80	c decisions		: 6534400
1800.15/897.80	c propagations		: 34395575
1800.15/897.80	c inspects		: 15098342363
1800.15/897.80	c shortcuts		: 0
1800.15/897.80	c learnt literals	: 0
1800.15/897.80	c learnt binary clauses	: 0
1800.15/897.80	c learnt ternary clauses	: 462
1800.15/897.80	c learnt constraints	: 4298540
1800.15/897.80	c ignored constraints	: 0
1800.15/897.80	c root simplifications	: 0
1800.15/897.80	c removed literals (reason simplification)	: 16257666
1800.15/897.80	c reason swapping (by a shorter reason)	: 0
1800.15/897.80	c Calls to reduceDB	: 88
1800.15/897.80	c Number of update (reduction) of LBD	: 1230696
1800.15/897.80	c Imported unit clauses	: 0
1800.15/897.80	c number of reductions to clauses (during analyze)	: 0
1800.15/897.80	c number of learned constraints concerned by reduction	: 0
1800.15/897.80	c number of learning phase by resolution	: 0
1800.15/897.80	c number of learning phase by cutting planes	: 0
1800.15/897.80	c speed (assignments/second)	: 38324.91339572333
1800.15/897.80	c non guided choices	1333
1800.15/897.83	c learnt constraints type 
1800.15/897.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121562
1800.15/897.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/897.83	c starts		: 33
1800.15/897.83	c conflicts		: 9570
1800.15/897.83	c decisions		: 28055
1800.15/897.83	c propagations		: 782233
1800.15/897.83	c inspects		: 288389674
1800.15/897.83	c shortcuts		: 0
1800.15/897.83	c learnt literals	: 0
1800.15/897.83	c learnt binary clauses	: 0
1800.15/897.83	c learnt ternary clauses	: 0
1800.15/897.83	c learnt constraints	: 9569
1800.15/897.83	c ignored constraints	: 0
1800.15/897.83	c root simplifications	: 0
1800.15/897.83	c removed literals (reason simplification)	: 0
1800.15/897.83	c reason swapping (by a shorter reason)	: 0
1800.15/897.83	c Calls to reduceDB	: 1
1800.15/897.83	c Number of update (reduction) of LBD	: 0
1800.15/897.83	c Imported unit clauses	: 0
1800.15/897.83	c number of reductions to clauses (during analyze)	: 0
1800.15/897.83	c number of learned constraints concerned by reduction	: 0
1800.15/897.83	c number of learning phase by resolution	: 0
1800.15/897.83	c number of learning phase by cutting planes	: 0
1800.15/897.83	c speed (assignments/second)	: 871.5658889162487
1800.15/897.83	c non guided choices	1333
1800.15/897.84	c learnt constraints type 
1800.15/897.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.15/897.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9568
1800.15/897.84	s UNKNOWN
1800.15/897.84	c Total wall clock time (in seconds): 897.729

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-4106980-1466279129/watcher-4106980-1466279129 -o /tmp/evaluation-result-4106980-1466279129/solver-4106980-1466279129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466275489-17659 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106980-1466279129.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.10 4.24 4.20 4/195 19873
/proc/meminfo: memFree=27401892/32872528 swapFree=1316768/1463936
[pid=19873] ppid=19870 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/19873/stat : 19873 (java) S 19870 19873 17643 0 -1 4202496 1270 0 0 0 0 0 0 0 20 0 2 0 29959785 94019584 904 33554432000 1073741824 1073778376 140735485627776 140735485618912 227515859005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19873/statm: 22954 914 693 9 0 16769 0
[pid=19873/tid=19874] ppid=19870 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19874/stat : 19874 (java) D 19870 19873 17643 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 29959786 94019584 918 33554432000 1073741824 1073778376 140735485627776 139940184092200 227503336743 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 4.10 4.24 4.20 4/195 19873
/proc/meminfo: memFree=27401892/32872528 swapFree=1316768/1463936
[pid=19873] ppid=19870 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/19873/stat : 19873 (java) S 19870 19873 17643 0 -1 4202496 4483 0 1 0 9 2 0 0 20 0 18 0 29959785 9787879424 6114 33554432000 1073741824 1073778376 140735485627776 140735485618912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19873/statm: 2389619 6114 2156 9 0 2380296 0
[pid=19873/tid=19874] ppid=19870 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/19873/task/19874/stat : 19874 (java) R 19870 19873 17643 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 29959786 9787879424 6114 33554432000 1073741824 1073778376 140735485627776 139940184095448 227515884813 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.200326 s]
/proc/loadavg: 4.10 4.24 4.20 4/195 19873
/proc/meminfo: memFree=27401892/32872528 swapFree=1316768/1463936
[pid=19873] ppid=19870 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/19873/stat : 19873 (java) S 19870 19873 17643 0 -1 4202496 4615 0 1 0 22 2 0 0 20 0 18 0 29959785 9787879424 7251 33554432000 1073741824 1073778376 140735485627776 140735485618912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19873/statm: 2389619 7251 2213 9 0 2380296 0
[pid=19873/tid=19874] ppid=19870 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/19873/task/19874/stat : 19874 (java) R 19870 19873 17643 0 -1 4202560 2408 0 1 0 16 1 0 0 20 0 18 0 29959786 9787879424 7251 33554432000 1073741824 1073778376 140735485627776 139940184089032 139940050577610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 4.10 4.24 4.20 4/195 19873
/proc/meminfo: memFree=27401892/32872528 swapFree=1316768/1463936
[pid=19873] ppid=19870 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/19873/stat : 19873 (java) S 19870 19873 17643 0 -1 4202496 6040 0 1 0 46 2 0 0 20 0 18 0 29959785 9787879424 9642 33554432000 1073741824 1073778376 140735485627776 140735485618912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19873/statm: 2389619 9642 2240 9 0 2380296 0
[pid=19873/tid=19874] ppid=19870 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/19873/task/19874/stat : 19874 (java) R 19870 19873 17643 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 18 0 29959786 9787879424 9642 33554432000 1073741824 1073778376 140735485627776 139940184089032 139940050597475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 4.10 4.24 4.20 4/195 19873
/proc/meminfo: memFree=27401892/32872528 swapFree=1316768/1463936
[pid=19873] ppid=19870 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/19873/stat : 19873 (java) S 19870 19873 17643 0 -1 4202496 16757 0 1 0 196 4 0 0 20 0 22 0 29959785 10060525568 19012 33554432000 1073741824 1073778376 140735485627776 140735485618912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19873/statm: 2456183 19012 2265 9 0 2446860 0
[pid=19873/tid=19874] ppid=19870 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19873/task/19874/stat : 19874 (java) S 19870 19873 17643 0 -1 4202560 2424 0 1 0 29 1 0 0 20 0 22 0 29959786 10060525568 19012 33554432000 1073741824 1073778376 140735485627776 139940184097656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824732

[startup+1.50391 s]
/proc/loadavg: 4.10 4.24 4.20 6/217 19895
/proc/meminfo: memFree=27306184/32872528 swapFree=1316768/1463936
[pid=19873] ppid=19870 vsize=9824732 CPUtime=4.67 cores=0,2,4,6
/proc/19873/stat : 19873 (java) S 19870 19873 17643 0 -1 4202496 24692 0 1 0 459 8 0 0 20 0 22 0 29959785 10060525568 46914 33554432000 1073741824 1073778376 140735485627776 140735485618912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19873/statm: 2456183 46914 2285 9 0 2446860 0
[pid=19873/tid=19874] ppid=19870 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19873/task/19874/stat : 19874 (java) S 19870 19873 17643 0 -1 4202560 2424 0 1 0 29 1 0 0 20 0 22 0 29959786 10060525568 46914 33554432000 1073741824 1073778376 140735485627776 139940184097656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19876] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19876/stat : 19876 (java) R 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959787 10060525568 46914 33554432000 1073741824 1073778376 140735485627776 139940173159176 139940186568385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19877] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19877/stat : 19877 (java) R 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959787 10060525568 46914 33554432000 1073741824 1073778376 140735485627776 139940172106792 139940186568377 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19878] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19878/stat : 19878 (java) R 19870 19873 17643 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29959787 10060525568 46914 33554432000 1073741824 1073778376 140735485627776 139940171052392 139940186568435 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19879] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19879/stat : 19879 (java) R 19870 19873 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29959787 10060525568 46914 33554432000 1073741824 1073778376 140735485627776 139940169999848 139940186568435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19880] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19880/stat : 19880 (java) R 19870 19873 17643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29959787 10060525568 46914 33554432000 1073741824 1073778376 140735485627776 139940022924248 139940186568435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19881] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19881/stat : 19881 (java) R 19870 19873 17643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29959787 10060525568 46914 33554432000 1073741824 1073778376 140735485627776 139940021871704 227515872316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19882] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19882/stat : 19882 (java) R 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959787 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139940020820136 227515872316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19883] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19883/stat : 19883 (java) S 19870 19873 17643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29959787 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139940019767592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19884] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19884/stat : 19884 (java) R 19870 19873 17643 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139940007569168 227515883957 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19885] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19885/stat : 19885 (java) S 19870 19873 17643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139940006516600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19886] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19886/stat : 19886 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139940005463432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19887] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19887/stat : 19887 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139940004412176 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19888] ppid=19870 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/19873/task/19888/stat : 19888 (java) R 19870 19873 17643 0 -1 4202560 12204 0 0 0 110 2 0 0 20 0 22 0 29959790 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139940003336280 139940188183642 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19889] ppid=19870 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/19873/task/19889/stat : 19889 (java) S 19870 19873 17643 0 -1 4202560 8651 0 0 0 86 2 0 0 20 0 22 0 29959790 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139940002306488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19890] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19890/stat : 19890 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139940001253624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19891] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19891/stat : 19891 (java) R 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139940000201288 227515873193 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19892] ppid=19870 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/19873/task/19892/stat : 19892 (java) S 19870 19873 17643 0 -1 4202560 21 0 0 0 112 0 0 0 20 0 22 0 29959818 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139939999145160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19893] ppid=19870 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/19873/task/19893/stat : 19893 (java) S 19870 19873 17643 0 -1 4202560 86 0 0 0 112 2 0 0 20 0 22 0 29959818 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139939998093272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19894] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19894/stat : 19894 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959819 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139939997041960 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19895] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19895/stat : 19895 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959819 10060525568 47426 33554432000 1073741824 1073778376 140735485627776 139939995989416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.09 4.24 4.20 6/217 19895
/proc/meminfo: memFree=27145448/32872528 swapFree=1316768/1463936
[pid=19873] ppid=19870 vsize=9824732 CPUtime=8.23 cores=0,2,4,6
/proc/19873/stat : 19873 (java) S 19870 19873 17643 0 -1 4202496 25153 0 1 0 806 17 0 0 20 0 22 0 29959785 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 140735485618912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19873/statm: 2456183 93265 2291 9 0 2446860 0
[pid=19873/tid=19874] ppid=19870 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19873/task/19874/stat : 19874 (java) S 19870 19873 17643 0 -1 4202560 2424 0 1 0 29 1 0 0 20 0 22 0 29959786 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940184097656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19876] ppid=19870 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19873/task/19876/stat : 19876 (java) S 19870 19873 17643 0 -1 4202560 56 0 0 0 2 1 0 0 20 0 22 0 29959787 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940173159336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19877] ppid=19870 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19873/task/19877/stat : 19877 (java) S 19870 19873 17643 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 22 0 29959787 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940172106792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19878] ppid=19870 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19873/task/19878/stat : 19878 (java) S 19870 19873 17643 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 29959787 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940171053736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19879] ppid=19870 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19873/task/19879/stat : 19879 (java) S 19870 19873 17643 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 29959787 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940170001192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19880] ppid=19870 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19873/task/19880/stat : 19880 (java) S 19870 19873 17643 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 22 0 29959787 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940022925736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19881] ppid=19870 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19873/task/19881/stat : 19881 (java) S 19870 19873 17643 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 22 0 29959787 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940021873192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19882] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19882/stat : 19882 (java) S 19870 19873 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29959787 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940020820136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19883] ppid=19870 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19873/task/19883/stat : 19883 (java) S 19870 19873 17643 0 -1 4202560 39 0 0 0 2 2 0 0 20 0 22 0 29959787 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940019767592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19884] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19884/stat : 19884 (java) S 19870 19873 17643 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940007570280 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19885] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19885/stat : 19885 (java) S 19870 19873 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940006516600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19886] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19886/stat : 19886 (java) S 19870 19873 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940005463432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19887] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19887/stat : 19887 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940004412176 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19888] ppid=19870 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/19873/task/19888/stat : 19888 (java) S 19870 19873 17643 0 -1 4202560 12204 0 0 0 123 2 0 0 20 0 22 0 29959790 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940003359032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19889] ppid=19870 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/19873/task/19889/stat : 19889 (java) S 19870 19873 17643 0 -1 4202560 8652 0 0 0 99 2 0 0 20 0 22 0 29959790 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940002306488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19890] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19890/stat : 19890 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940001253624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19891] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19891/stat : 19891 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139940000201288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19892] ppid=19870 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/19873/task/19892/stat : 19892 (java) R 19870 19873 17643 0 -1 4202560 24 0 0 0 262 0 0 0 20 0 22 0 29959818 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139939999145136 139940050769858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19893] ppid=19870 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/19873/task/19893/stat : 19893 (java) R 19870 19873 17643 0 -1 4202560 142 0 0 0 260 3 0 0 20 0 22 0 29959818 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139939998093480 139940051232025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19894] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19894/stat : 19894 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959819 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139939997041960 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19895] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19895/stat : 19895 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959819 10060525568 93265 33554432000 1073741824 1073778376 140735485627776 139939995989416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.09 4.24 4.20 5/217 19895
/proc/meminfo: memFree=26725056/32872528 swapFree=1316768/1463936
[pid=19873] ppid=19870 vsize=9824732 CPUtime=14.81 cores=0,2,4,6
/proc/19873/stat : 19873 (java) S 19870 19873 17643 0 -1 4202496 25794 0 1 0 1454 27 0 0 20 0 22 0 29959785 10060525568 164614 33554432000 1073741824 1073778376 140735485627776 140735485618912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19873/statm: 2456183 164614 2291 9 0 2446860 0
[pid=19873/tid=19874] ppid=19870 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19873/task/19874/stat : 19874 (java) S 19870 19873 17643 0 -1 4202560 2424 0 1 0 29 1 0 0 20 0 22 0 29959786 10060525568 164614 33554432000 1073741824 1073778376 140735485627776 139940184097656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19876] ppid=19870 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19873/task/19876/stat : 19876 (java) S 19870 19873 17643 0 -1 4202560 85 0 0 0 4 3 0 0 20 0 22 0 29959787 10060525568 164614 33554432000 1073741824 1073778376 140735485627776 139940173159336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19877] ppid=19870 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19873/task/19877/stat : 19877 (java) S 19870 19873 17643 0 -1 4202560 78 0 0 0 5 2 0 0 20 0 22 0 29959787 10060525568 164614 33554432000 1073741824 1073778376 140735485627776 139940172106792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19878] ppid=19870 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19873/task/19878/stat : 19878 (java) S 19870 19873 17643 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 29959787 10060525568 164614 33554432000 1073741824 1073778376 140735485627776 139940171053736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19879] ppid=19870 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19873/task/19879/stat : 19879 (java) S 19870 19873 17643 0 -1 4202560 46 0 0 0 3 1 0 0 20 0 22 0 29959787 10060525568 164614 33554432000 1073741824 1073778376 140735485627776 139940170001192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19880] ppid=19870 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/19873/task/19880/stat : 19880 (java) S 19870 19873 17643 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 22 0 29959787 10060525568 164614 33554432000 1073741824 1073778376 140735485627776 139940022925736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19881] ppid=19870 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19873/task/19881/stat : 19881 (java) S 19870 19873 17643 0 -1 4202560 82 0 0 0 5 2 0 0 20 0 22 0 29959787 10060525568 164614 33554432000 1073741824 1073778376 140735485627776 139940021873192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19882] ppid=19870 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19873/task/19882/stat : 19882 (java) S 19870 19873 17643 0 -1 4202560 45 0 0 0 4 1 0 0 20 0 22 0 29959787 10060525568 164614 33554432000 1073741824 1073778376 140735485627776 139940020820136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19883] ppid=19870 vsize=9824732 CPUtime=0.06 cores=0,2,4,6

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

/proc/19873/task/19878/stat : 19878 (java) S 19870 19873 17643 0 -1 4202560 1576 0 0 0 105 19 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940171053736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19879] ppid=19870 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/19873/task/19879/stat : 19879 (java) S 19870 19873 17643 0 -1 4202560 1710 0 0 0 103 16 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940170001192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19880] ppid=19870 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/19873/task/19880/stat : 19880 (java) S 19870 19873 17643 0 -1 4202560 973 0 0 0 99 16 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940022925736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19881] ppid=19870 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/19873/task/19881/stat : 19881 (java) S 19870 19873 17643 0 -1 4202560 1896 0 0 0 115 22 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940021873192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19882] ppid=19870 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/19873/task/19882/stat : 19882 (java) S 19870 19873 17643 0 -1 4202560 970 0 0 0 93 15 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940020820136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19883] ppid=19870 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/19873/task/19883/stat : 19883 (java) S 19870 19873 17643 0 -1 4202560 1381 0 0 0 112 19 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940019767592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19884] ppid=19870 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/19873/task/19884/stat : 19884 (java) S 19870 19873 17643 0 -1 4202560 3662 0 0 0 216 5 0 0 20 0 22 0 29959788 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940007570280 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19885] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19885/stat : 19885 (java) S 19870 19873 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940006516600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19886] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19886/stat : 19886 (java) S 19870 19873 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940005463432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19887] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19887/stat : 19887 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940004412176 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19888] ppid=19870 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/19873/task/19888/stat : 19888 (java) S 19870 19873 17643 0 -1 4202560 13465 0 0 0 173 3 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940003359032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19889] ppid=19870 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/19873/task/19889/stat : 19889 (java) S 19870 19873 17643 0 -1 4202560 8653 0 0 0 106 2 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940002306488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19890] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19890/stat : 19890 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940001253624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19891] ppid=19870 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/19873/task/19891/stat : 19891 (java) S 19870 19873 17643 0 -1 4202560 47 0 0 0 13 10 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940000201288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19892] ppid=19870 vsize=9824732 CPUtime=814.78 cores=0,2,4,6
/proc/19873/task/19892/stat : 19892 (java) R 19870 19873 17643 0 -1 4202560 66 0 0 0 81464 14 0 0 20 0 22 0 29959818 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939999145888 139940051124869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19893] ppid=19870 vsize=9824732 CPUtime=814.69 cores=0,2,4,6
/proc/19873/task/19893/stat : 19893 (java) R 19870 19873 17643 0 -1 4202560 2183 0 0 0 81418 51 0 0 20 0 22 0 29959818 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939998092144 139940051891987 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19894] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19894/stat : 19894 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959819 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939997041960 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19895] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19895/stat : 19895 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959819 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939995989416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1649.14
Current children cumulated vsize (KiB) 9824732

[startup+882.307 s]
/proc/loadavg: 4.36 4.34 4.27 5/218 19986
/proc/meminfo: memFree=24689408/32872528 swapFree=1316768/1463936
[pid=19873] ppid=19870 vsize=9824732 CPUtime=1769.15 cores=0,2,4,6
/proc/19873/stat : 19873 (java) S 19870 19873 17643 0 -1 4202496 43901 0 1 0 176703 212 0 0 20 0 22 0 29959785 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 140735485618912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19873/statm: 2456183 848603 2300 9 0 2446860 0
[pid=19873/tid=19874] ppid=19870 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/19873/task/19874/stat : 19874 (java) S 19870 19873 17643 0 -1 4202560 2427 0 1 0 32 2 0 0 20 0 22 0 29959786 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940184097656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19876] ppid=19870 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/19873/task/19876/stat : 19876 (java) S 19870 19873 17643 0 -1 4202560 1483 0 0 0 109 19 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940173159336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19877] ppid=19870 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/19873/task/19877/stat : 19877 (java) S 19870 19873 17643 0 -1 4202560 2139 0 0 0 110 24 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940172106792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19878] ppid=19870 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/19873/task/19878/stat : 19878 (java) S 19870 19873 17643 0 -1 4202560 1576 0 0 0 105 19 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940171053736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19879] ppid=19870 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/19873/task/19879/stat : 19879 (java) S 19870 19873 17643 0 -1 4202560 1710 0 0 0 103 16 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940170001192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19880] ppid=19870 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/19873/task/19880/stat : 19880 (java) S 19870 19873 17643 0 -1 4202560 973 0 0 0 99 16 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940022925736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19881] ppid=19870 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/19873/task/19881/stat : 19881 (java) S 19870 19873 17643 0 -1 4202560 1896 0 0 0 115 22 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940021873192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19882] ppid=19870 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/19873/task/19882/stat : 19882 (java) S 19870 19873 17643 0 -1 4202560 970 0 0 0 93 15 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940020820136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19883] ppid=19870 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/19873/task/19883/stat : 19883 (java) S 19870 19873 17643 0 -1 4202560 1381 0 0 0 112 19 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940019767592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19884] ppid=19870 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/19873/task/19884/stat : 19884 (java) S 19870 19873 17643 0 -1 4202560 3662 0 0 0 216 6 0 0 20 0 22 0 29959788 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940007570280 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19885] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19885/stat : 19885 (java) S 19870 19873 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940006516600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19886] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19886/stat : 19886 (java) S 19870 19873 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940005463432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19887] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19887/stat : 19887 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940004412176 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19888] ppid=19870 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/19873/task/19888/stat : 19888 (java) S 19870 19873 17643 0 -1 4202560 13465 0 0 0 173 3 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940003359032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19889] ppid=19870 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/19873/task/19889/stat : 19889 (java) S 19870 19873 17643 0 -1 4202560 8653 0 0 0 106 2 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940002306488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19890] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19890/stat : 19890 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940001253624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19891] ppid=19870 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/19873/task/19891/stat : 19891 (java) S 19870 19873 17643 0 -1 4202560 51 0 0 0 14 11 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940000201288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19892] ppid=19870 vsize=9824732 CPUtime=874.63 cores=0,2,4,6
/proc/19873/task/19892/stat : 19892 (java) R 19870 19873 17643 0 -1 4202560 66 0 0 0 87448 15 0 0 20 0 22 0 29959818 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939999138192 139940051118410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19893] ppid=19870 vsize=9824732 CPUtime=874.54 cores=0,2,4,6
/proc/19873/task/19893/stat : 19893 (java) R 19870 19873 17643 0 -1 4202560 2183 0 0 0 87402 52 0 0 20 0 22 0 29959818 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939998092144 139940051891865 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19894] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19894/stat : 19894 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959819 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939997041960 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19895] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19895/stat : 19895 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959819 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939995989416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1769.15
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.801 s]
/proc/loadavg: 4.26 4.32 4.26 5/218 19987
/proc/meminfo: memFree=23986272/32872528 swapFree=1316768/1463936
[pid=19873] ppid=19870 vsize=9824732 CPUtime=1800.15 cores=0,2,4,6
/proc/19873/stat : 19873 (java) S 19870 19873 17643 0 -1 4202496 43901 0 1 0 179802 213 0 0 20 0 22 0 29959785 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 140735485618912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19873/statm: 2456183 848603 2300 9 0 2446860 0
[pid=19873/tid=19874] ppid=19870 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/19873/task/19874/stat : 19874 (java) S 19870 19873 17643 0 -1 4202560 2427 0 1 0 32 2 0 0 20 0 22 0 29959786 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940184097656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19876] ppid=19870 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/19873/task/19876/stat : 19876 (java) S 19870 19873 17643 0 -1 4202560 1483 0 0 0 109 19 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940173159336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19877] ppid=19870 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/19873/task/19877/stat : 19877 (java) S 19870 19873 17643 0 -1 4202560 2139 0 0 0 110 24 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940172106792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19878] ppid=19870 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/19873/task/19878/stat : 19878 (java) S 19870 19873 17643 0 -1 4202560 1576 0 0 0 105 19 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940171053736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19879] ppid=19870 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/19873/task/19879/stat : 19879 (java) S 19870 19873 17643 0 -1 4202560 1710 0 0 0 103 16 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940170001192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19880] ppid=19870 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/19873/task/19880/stat : 19880 (java) S 19870 19873 17643 0 -1 4202560 973 0 0 0 99 16 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940022925736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19881] ppid=19870 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/19873/task/19881/stat : 19881 (java) S 19870 19873 17643 0 -1 4202560 1896 0 0 0 115 22 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940021873192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19882] ppid=19870 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/19873/task/19882/stat : 19882 (java) S 19870 19873 17643 0 -1 4202560 970 0 0 0 93 15 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940020820136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19883] ppid=19870 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/19873/task/19883/stat : 19883 (java) S 19870 19873 17643 0 -1 4202560 1381 0 0 0 112 19 0 0 20 0 22 0 29959787 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940019767592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19884] ppid=19870 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/19873/task/19884/stat : 19884 (java) S 19870 19873 17643 0 -1 4202560 3662 0 0 0 216 6 0 0 20 0 22 0 29959788 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940007570280 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19885] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19885/stat : 19885 (java) S 19870 19873 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940006516600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19886] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19886/stat : 19886 (java) S 19870 19873 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29959788 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940005463432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19887] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19887/stat : 19887 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940004412176 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19888] ppid=19870 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/19873/task/19888/stat : 19888 (java) S 19870 19873 17643 0 -1 4202560 13465 0 0 0 173 3 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940003359032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19889] ppid=19870 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/19873/task/19889/stat : 19889 (java) S 19870 19873 17643 0 -1 4202560 8653 0 0 0 106 2 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940002306488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19890] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19890/stat : 19890 (java) S 19870 19873 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940001253624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19873/tid=19891] ppid=19870 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/19873/task/19891/stat : 19891 (java) S 19870 19873 17643 0 -1 4202560 51 0 0 0 14 11 0 0 20 0 22 0 29959790 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139940000201288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19873/tid=19892] ppid=19870 vsize=9824732 CPUtime=890.09 cores=0,2,4,6
/proc/19873/task/19892/stat : 19892 (java) R 19870 19873 17643 0 -1 4202560 66 0 0 0 88994 15 0 0 20 0 22 0 29959818 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939999138192 139940051124864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19893] ppid=19870 vsize=9824732 CPUtime=889.99 cores=0,2,4,6
/proc/19873/task/19893/stat : 19893 (java) R 19870 19873 17643 0 -1 4202560 2183 0 0 0 88947 52 0 0 20 0 22 0 29959818 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939998092144 139940051474287 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19873/tid=19894] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19894/stat : 19894 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959819 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939997041960 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19873/tid=19895] ppid=19870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19873/task/19895/stat : 19895 (java) S 19870 19873 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29959819 10060525568 848603 33554432000 1073741824 1073778376 140735485627776 139939995989416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 19873 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19873 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=518343
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=582607
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.87
CPU time (s): 1800.15
CPU user time (s): 1798.02
CPU system time (s): 2.13
CPU usage (%): 200.491
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.52
system time used= 2.58261
maximum resident set size= 3472644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43939
page faults= 1
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23145
involuntary context switches= 21207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.543 second user time and 5.77412 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-18 21:45:29
IDJOB=4106980
IDBENCH=48351
IDSOLVER=2543
FILE ID=node121/4106980-1466279129
RUNJOBID= node121-1466275489-17659
PBS_JOBID= 19918247
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_1_40.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106980-1466279129/watcher-4106980-1466279129 -o /tmp/evaluation-result-4106980-1466279129/solver-4106980-1466279129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466275489-17659 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106980-1466279129.opb

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

MD5SUM BENCH= 3f7fb60f05fdea42d317cf95beb113ab
RANDOM SEED=352176304

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
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:        27402164 kB
Buffers:          167264 kB
Cached:           221572 kB
SwapCached:         1900 kB
Active:          2938504 kB
Inactive:         294564 kB
Active(anon):    2843820 kB
Inactive(anon):     2792 kB
Active(file):      94684 kB
Inactive(file):   291772 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101124 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       4328948 kB
Mapped:            16952 kB
Shmem:                 0 kB
Slab:             613988 kB
SReclaimable:      57740 kB
SUnreclaim:       556248 kB
KernelStack:        1592 kB
PageTables:        12820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4715664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2947072 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= 71704 MiB
End job on node121 at 2016-06-18 22:00:27