Trace number 4097965

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 Resolution PB16? (TO) 1800.06 1796.48

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_10.opb
MD5SUMf1acc2fb39eccfc74fef16372cea6500
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark23.8374
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1806
Total number of constraints8614
Number of constraints which are clauses8610
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint42
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4097965-1466119109.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.72/0.41	c ... done. Wall clock time 0.307s.
0.72/0.41	c declared #vars     1806
0.72/0.41	c #constraints  8618
0.72/0.41	c constraints type 
0.72/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5166
0.72/0.41	c org.sat4j.specs.Constr$1 => 3
0.72/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.72/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.72/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3444
0.72/0.41	c 8618 constraints processed.
1.85/1.22	c cleaning 2501 clauses out of 5002 with flag 21154/5002
2.71/2.00	c cleaning 4250 clauses out of 8499 with flag 44915/11000
3.61/2.93	c cleaning 5621 clauses out of 11249 with flag 73654/18000
4.51/3.81	c cleaning 6816 clauses out of 13632 with flag 103877/26004
5.63/4.97	c cleaning 7905 clauses out of 15815 with flag 141980/35003
6.93/6.27	c cleaning 8947 clauses out of 17908 with flag 183673/45001
8.33/7.64	c cleaning 9977 clauses out of 19960 with flag 225211/56000
9.83/9.19	c cleaning 10978 clauses out of 21984 with flag 273278/68001
11.53/10.85	c cleaning 11999 clauses out of 24006 with flag 326488/81001
13.34/12.61	c cleaning 12991 clauses out of 26006 with flag 382454/95000
15.44/14.74	c cleaning 14000 clauses out of 28016 with flag 446580/110001
17.64/16.93	c cleaning 15007 clauses out of 30015 with flag 513768/126000
20.04/19.35	c cleaning 16002 clauses out of 32008 with flag 584986/143000
22.33/21.69	c cleaning 17002 clauses out of 34007 with flag 658495/161001
24.83/24.12	c cleaning 17999 clauses out of 36004 with flag 738198/180000
27.33/26.68	c cleaning 19001 clauses out of 38008 with flag 822378/200003
30.24/29.51	c cleaning 20003 clauses out of 40008 with flag 914895/221004
33.64/32.94	c cleaning 20995 clauses out of 42002 with flag 1010788/243001
36.86/36.14	c cleaning 21999 clauses out of 44006 with flag 1109626/266000
40.16/39.45	c cleaning 22999 clauses out of 46008 with flag 1212288/290001
43.76/43.08	c cleaning 24002 clauses out of 48008 with flag 1323082/315000
47.55/46.86	c cleaning 25003 clauses out of 50007 with flag 1436235/341001
51.46/50.71	c cleaning 26001 clauses out of 52003 with flag 1552089/368000
55.45/54.79	c cleaning 26997 clauses out of 54004 with flag 1677281/396002
59.85/59.17	c cleaning 27996 clauses out of 56005 with flag 1805125/425000
64.05/63.36	c cleaning 29003 clauses out of 58012 with flag 1941611/455003
68.45/67.75	c cleaning 30002 clauses out of 60007 with flag 2083007/486001
73.95/73.26	c cleaning 31004 clauses out of 62010 with flag 2228354/518006
79.65/78.92	c cleaning 31996 clauses out of 64000 with flag 2377409/551000
85.25/84.57	c cleaning 33001 clauses out of 66006 with flag 2530473/585002
91.32/90.50	c cleaning 33995 clauses out of 68007 with flag 2690371/620004
97.42/96.60	c cleaning 35002 clauses out of 70008 with flag 2859887/656000
103.52/102.71	c cleaning 36005 clauses out of 72009 with flag 3033498/693003
109.92/109.12	c cleaning 36995 clauses out of 74004 with flag 3208048/731003
116.72/115.93	c cleaning 38000 clauses out of 76009 with flag 3391974/770003
123.72/122.92	c cleaning 39001 clauses out of 78011 with flag 3585324/810005
132.09/131.19	c cleaning 39995 clauses out of 80007 with flag 3771299/851002
140.68/139.41	c cleaning 40999 clauses out of 82014 with flag 3965899/893004
149.48/148.20	c cleaning 42003 clauses out of 84013 with flag 4169522/936002
158.72/157.47	c cleaning 42992 clauses out of 86008 with flag 4366503/980000
168.41/167.17	c cleaning 44005 clauses out of 88018 with flag 4578942/1025002
178.31/177.07	c cleaning 45005 clauses out of 90013 with flag 4806270/1071002
188.24/187.00	c cleaning 46000 clauses out of 92006 with flag 5032475/1118000
198.34/197.06	c cleaning 47002 clauses out of 94010 with flag 5257553/1166004
209.14/207.83	c cleaning 47998 clauses out of 96007 with flag 5498483/1215003
220.25/218.94	c cleaning 48992 clauses out of 98007 with flag 5740239/1265001
231.21/229.89	c cleaning 50006 clauses out of 100014 with flag 5989224/1316000
242.01/240.63	c cleaning 51002 clauses out of 102009 with flag 6254202/1368001
254.02/252.69	c cleaning 51995 clauses out of 104006 with flag 6504589/1421000
265.23/263.85	c cleaning 52995 clauses out of 106011 with flag 6761521/1475000
277.82/276.41	c cleaning 54004 clauses out of 108016 with flag 7021614/1530000
290.02/288.61	c cleaning 54999 clauses out of 110012 with flag 7297107/1586000
302.33/300.85	c cleaning 55998 clauses out of 112013 with flag 7576454/1643000
315.53/314.04	c cleaning 57005 clauses out of 114017 with flag 7862454/1701002
329.83/328.32	c cleaning 58006 clauses out of 116011 with flag 8149523/1760001
344.34/342.85	c cleaning 58998 clauses out of 118008 with flag 8468865/1820004
360.45/358.93	c cleaning 60000 clauses out of 120006 with flag 8765375/1881001
377.07/375.46	c cleaning 60999 clauses out of 122007 with flag 9067398/1943002
394.08/392.49	c cleaning 61981 clauses out of 124008 with flag 9379770/2006002
411.28/409.68	c cleaning 63007 clauses out of 126025 with flag 9689739/2070000
427.98/426.34	c cleaning 64008 clauses out of 128020 with flag 10014066/2135002
446.37/444.59	c cleaning 65001 clauses out of 130011 with flag 10341052/2201001
465.16/463.32	c cleaning 66002 clauses out of 132009 with flag 10667440/2268000
484.27/482.45	c cleaning 66999 clauses out of 134008 with flag 11016148/2336001
502.27/500.46	c cleaning 67995 clauses out of 136008 with flag 11351879/2405000
521.37/519.56	c cleaning 69000 clauses out of 138015 with flag 11698144/2475002
540.70/538.71	c cleaning 70002 clauses out of 140016 with flag 12048971/2546003
559.80/557.81	c cleaning 70998 clauses out of 142012 with flag 12419529/2618001
578.81/576.89	c cleaning 72001 clauses out of 144013 with flag 12802472/2691000
600.25/598.19	c cleaning 73007 clauses out of 146013 with flag 13175374/2765001
621.66/619.58	c cleaning 73996 clauses out of 148008 with flag 13568083/2840003
644.06/641.99	c cleaning 75002 clauses out of 150010 with flag 13973161/2916001
667.17/665.07	c cleaning 76004 clauses out of 152010 with flag 14358400/2993003
692.16/689.91	c cleaning 76997 clauses out of 154005 with flag 14728008/3071002
716.26/714.01	c cleaning 77999 clauses out of 156006 with flag 15107822/3150000
741.35/739.10	c cleaning 78994 clauses out of 158009 with flag 15510017/3230002
767.20/764.86	c cleaning 80004 clauses out of 160016 with flag 15918723/3311003
793.01/790.67	c cleaning 81000 clauses out of 162010 with flag 16329012/3393001
821.33/818.89	c cleaning 82001 clauses out of 164010 with flag 16741481/3476001
848.54/846.01	c cleaning 83000 clauses out of 166013 with flag 17165935/3560005
877.33/874.88	c cleaning 84002 clauses out of 168008 with flag 17604345/3645000
909.02/906.44	c cleaning 85002 clauses out of 170005 with flag 18033360/3731000
940.61/938.01	c cleaning 86004 clauses out of 172008 with flag 18487082/3818005
976.02/973.40	c cleaning 86990 clauses out of 174001 with flag 18978485/3906003
1010.83/1008.18	c cleaning 87998 clauses out of 176009 with flag 19450556/3995002
1048.13/1045.46	c cleaning 89001 clauses out of 178009 with flag 19915254/4085000
1083.86/1081.09	c cleaning 90002 clauses out of 180010 with flag 20365899/4176002
1120.77/1117.92	c cleaning 90998 clauses out of 182007 with flag 20862294/4268001
1160.23/1157.33	c cleaning 92002 clauses out of 184008 with flag 21330185/4361000
1198.64/1195.78	c cleaning 93001 clauses out of 186010 with flag 21824261/4455004
1238.73/1235.71	c cleaning 93999 clauses out of 188009 with flag 22310430/4550004
1279.24/1276.24	c cleaning 95004 clauses out of 190007 with flag 22825432/4646001
1322.10/1319.05	c cleaning 95997 clauses out of 192004 with flag 23350929/4743002
1365.89/1362.72	c cleaning 96998 clauses out of 194005 with flag 23873148/4841000
1410.29/1407.15	c cleaning 97997 clauses out of 196007 with flag 24428771/4940000
1460.70/1457.43	c cleaning 99002 clauses out of 198009 with flag 25011398/5040001
1506.02/1502.72	c cleaning 99999 clauses out of 200010 with flag 25515389/5141004
1553.75/1550.35	c cleaning 101001 clauses out of 202008 with flag 26045656/5243001
1600.86/1597.48	c cleaning 101998 clauses out of 204006 with flag 26571294/5346000
1644.22/1640.73	c cleaning 103000 clauses out of 206011 with flag 27130821/5450003
1690.43/1686.92	c cleaning 104002 clauses out of 208012 with flag 27690465/5555004
1737.83/1734.24	c cleaning 105003 clauses out of 210007 with flag 28241063/5661001
1785.55/1781.96	c cleaning 105993 clauses out of 212003 with flag 28829519/5768000
1800.06/1796.44	c starts		: 7939
1800.06/1796.44	c conflicts		: 5817328
1800.06/1796.44	c decisions		: 10143952
1800.06/1796.44	c propagations		: 430060029
1800.06/1796.44	c inspects		: 28685312849
1800.06/1796.44	c shortcuts		: 0
1800.06/1796.44	c learnt literals	: 6
1800.06/1796.44	c learnt binary clauses	: 12
1800.06/1796.44	c learnt ternary clauses	: 58
1800.06/1796.44	c learnt constraints	: 5817322
1800.06/1796.44	c ignored constraints	: 0
1800.06/1796.44	c root simplifications	: 0
1800.06/1796.44	c removed literals (reason simplification)	: 0
1800.06/1796.44	c reason swapping (by a shorter reason)	: 0
1800.06/1796.44	c Calls to reduceDB	: 103
1800.06/1796.44	c Number of update (reduction) of LBD	: 1353657
1800.06/1796.44	c Imported unit clauses	: 0
1800.06/1796.44	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.44	c number of learned constraints concerned by reduction	: 0
1800.06/1796.44	c number of learning phase by resolution	: 0
1800.06/1796.44	c number of learning phase by cutting planes	: 0
1800.06/1796.44	c speed (assignments/second)	: 239450.35996057972
1800.06/1796.44	c timeout
1800.06/1796.44	c non guided choices	1231
1800.06/1796.47	c learnt constraints type 
1800.06/1796.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1800.06/1796.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155327
1800.06/1796.47	s UNKNOWN
1800.06/1796.47	c Total wall clock time (in seconds): 1796.369

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-4097965-1466119109/watcher-4097965-1466119109 -o /tmp/evaluation-result-4097965-1466119109/solver-4097965-1466119109 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097965-1466119109.opb 

pid=31931
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: 2.07 2.16 2.17 4/194 31934
/proc/meminfo: memFree=30568348/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 13959924 98570240 978 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 24065 978 744 9 0 16771 0
[pid=31934/tid=31935] ppid=31931 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 13959924 98582528 985 33554432000 1073741824 1073778376 140733441558448 140022075775512 271787574685 0 0 0 16784584 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.07 2.16 2.17 4/194 31934
/proc/meminfo: memFree=30568348/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 4500 0 1 0 10 1 0 0 20 0 18 0 13959924 9787879424 6130 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 2389619 6130 2157 9 0 2380296 0
[pid=31934/tid=31935] ppid=31931 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 2379 0 1 0 6 2 0 0 20 0 18 0 13959924 9787879424 6130 33554432000 1073741824 1073778376 140733441558448 140022075784096 271790957837 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.200306 s]
/proc/loadavg: 2.07 2.16 2.17 4/194 31934
/proc/meminfo: memFree=30568348/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 4993 0 1 0 28 1 0 0 20 0 18 0 13959924 9787879424 6936 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 2389619 6936 2216 9 0 2380296 0
[pid=31934/tid=31935] ppid=31931 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 2397 0 1 0 16 2 0 0 20 0 18 0 13959924 9787879424 6936 33554432000 1073741824 1073778376 140733441558448 140022075783400 140021923432456 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.300268 s]
/proc/loadavg: 2.07 2.16 2.17 4/194 31934
/proc/meminfo: memFree=30568348/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 7663 0 1 0 56 2 0 0 20 0 18 0 13959924 9787879424 11003 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 2389619 11003 2233 9 0 2380296 0
[pid=31934/tid=31935] ppid=31931 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 2402 0 1 0 26 2 0 0 20 0 18 0 13959924 9787879424 11003 33554432000 1073741824 1073778376 140733441558448 140022075783400 271790957837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.70025 s]
/proc/loadavg: 2.07 2.16 2.17 4/194 31934
/proc/meminfo: memFree=30568348/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 8239 0 1 0 123 2 0 0 20 0 19 0 13959924 9856040960 18726 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 2406260 18726 2257 9 0 2396937 0
[pid=31934/tid=31935] ppid=31931 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 2430 0 1 0 66 2 0 0 20 0 19 0 13959924 9856040960 18726 33554432000 1073741824 1073778376 140733441558448 140022075785320 140021923959347 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.07 2.16 2.17 4/213 31953
/proc/meminfo: memFree=30498456/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 9356 0 1 0 216 2 0 0 20 0 19 0 13959924 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 2406260 19278 2268 9 0 2396937 0
[pid=31934/tid=31935] ppid=31931 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 2432 0 1 0 146 2 0 0 20 0 19 0 13959924 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140022075776736 140021923942920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31937] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31931 31934 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140022048237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31938] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140022047185064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31939] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140022046132776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31940] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140022045079976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31941] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140022044027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31942] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140022042974888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31943] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140022041922600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31944] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31931 31934 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140021912349608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31945] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31931 31934 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140021429401832 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31946] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31931 31934 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140021428347896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31947] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31931 31934 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140021427295496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31948] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140021426243984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31949] ppid=31931 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31931 31934 24719 0 -1 4202560 3201 0 0 0 40 0 0 0 20 0 19 0 13959928 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140021425191608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31950] ppid=31931 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31931 31934 24719 0 -1 4202560 2449 0 0 0 26 0 0 0 20 0 19 0 13959928 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140021424138808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31951] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140021423086712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31952] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140021422034120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31953] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31953/stat : 31953 (java) S 31931 31934 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13959965 9856040960 19278 33554432000 1073741824 1073778376 140733441558448 140021420979112 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.07 2.16 2.17 4/213 31953
/proc/meminfo: memFree=30496656/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=9625040 CPUtime=3.81 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 9359 0 1 0 379 2 0 0 20 0 19 0 13959924 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 2406260 20302 2268 9 0 2396937 0
[pid=31934/tid=31935] ppid=31931 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 2435 0 1 0 306 2 0 0 20 0 19 0 13959924 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140022075785720 140021923942920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31937] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31931 31934 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140022048237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31938] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140022047185064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31939] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140022046132776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31940] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140022045079976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31941] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140022044027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31942] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140022042974888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31943] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140022041922600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31944] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31931 31934 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140021912349608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31945] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31931 31934 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140021429401832 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31946] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31931 31934 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140021428347896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31947] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31931 31934 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140021427295496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31948] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140021426243984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31949] ppid=31931 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31931 31934 24719 0 -1 4202560 3201 0 0 0 42 0 0 0 20 0 19 0 13959928 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140021425191608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31950] ppid=31931 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31931 31934 24719 0 -1 4202560 2449 0 0 0 28 0 0 0 20 0 19 0 13959928 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140021424138808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31951] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140021423086712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31952] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140021422034120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31953] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31953/stat : 31953 (java) S 31931 31934 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13959965 9856040960 20302 33554432000 1073741824 1073778376 140733441558448 140021420979112 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.06 2.16 2.17 4/213 31953
/proc/meminfo: memFree=30486584/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=9625040 CPUtime=7.03 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 9365 0 1 0 701 2 0 0 20 0 19 0 13959924 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 2406260 22314 2269 9 0 2396937 0
[pid=31934/tid=31935] ppid=31931 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 2440 0 1 0 625 2 0 0 20 0 19 0 13959924 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140022075776704 140021924016611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31937] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31931 31934 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140022048237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31938] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140022047185064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31939] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140022046132776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31940] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140022045079976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31941] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140022044027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31942] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140022042974888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31943] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140022041922600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31944] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31931 31934 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13959925 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140021912349608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31945] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31931 31934 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140021429401832 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31946] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31931 31934 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140021428347896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31947] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31931 31934 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140021427295496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31948] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140021426243984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31949] ppid=31931 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31931 31934 24719 0 -1 4202560 3201 0 0 0 43 0 0 0 20 0 19 0 13959928 9856040960 22314 33554432000 1073741824 1073778376 140733441558448 140021425191608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31950] ppid=31931 vsize=9625040 CPUtime=0.29 cores=0,2,4,6

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

[pid=31934/tid=31953] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31953/stat : 31953 (java) S 31931 31934 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13959965 9856040960 136257 33554432000 1073741824 1073778376 140733441558448 140021420979112 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.83
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.55 1.93 2.03 2/188 32029
/proc/meminfo: memFree=30248448/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=9625040 CPUtime=1725.93 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 19001 0 1 0 172518 75 0 0 20 0 19 0 13959924 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 2406260 134554 2292 9 0 2396937 0
[pid=31934/tid=31935] ppid=31931 vsize=9625040 CPUtime=1716.73 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 2510 0 1 0 171643 30 0 0 20 0 19 0 13959924 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022075784400 140021923977568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31937] ppid=31931 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31931 31934 24719 0 -1 4202560 327 0 0 0 30 7 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022048237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31938] ppid=31931 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31931 31934 24719 0 -1 4202560 380 0 0 0 32 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022047185064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31939] ppid=31931 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31931 31934 24719 0 -1 4202560 287 0 0 0 28 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022046132776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31940] ppid=31931 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31931 31934 24719 0 -1 4202560 362 0 0 0 31 4 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022045079976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31941] ppid=31931 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31931 31934 24719 0 -1 4202560 209 0 0 0 30 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022044027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31942] ppid=31931 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31931 31934 24719 0 -1 4202560 412 0 0 0 35 7 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022042974888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31943] ppid=31931 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31931 31934 24719 0 -1 4202560 163 0 0 0 30 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022041922600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31944] ppid=31931 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31931 31934 24719 0 -1 4202560 240 0 0 0 28 5 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021912349608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31945] ppid=31931 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31931 31934 24719 0 -1 4202560 168 0 0 0 24 2 0 0 20 0 19 0 13959926 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021429401832 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31946] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31931 31934 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021428347896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31947] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31931 31934 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021427295496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31948] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021426243984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31949] ppid=31931 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31931 31934 24719 0 -1 4202560 10131 0 0 0 87 2 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021425191608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31950] ppid=31931 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31931 31934 24719 0 -1 4202560 2453 0 0 0 34 0 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021424138808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31951] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021423086712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31952] ppid=31931 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31931 31934 24719 0 -1 4202560 100 0 0 0 31 31 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021422034120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31953] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31953/stat : 31953 (java) S 31931 31934 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13959965 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021420979112 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.93
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.30 1.78 1.98 2/188 32030
/proc/meminfo: memFree=30248328/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=9625040 CPUtime=1785.95 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 19005 0 1 0 178519 76 0 0 20 0 19 0 13959924 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 2406260 134554 2292 9 0 2396937 0
[pid=31934/tid=31935] ppid=31931 vsize=9625040 CPUtime=1776.57 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 2510 0 1 0 177626 31 0 0 20 0 19 0 13959924 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022075776704 140021924157275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31937] ppid=31931 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31931 31934 24719 0 -1 4202560 327 0 0 0 30 7 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022048237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31938] ppid=31931 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31931 31934 24719 0 -1 4202560 380 0 0 0 32 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022047185064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31939] ppid=31931 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31931 31934 24719 0 -1 4202560 287 0 0 0 28 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022046132776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31940] ppid=31931 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31931 31934 24719 0 -1 4202560 362 0 0 0 31 4 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022045079976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31941] ppid=31931 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31931 31934 24719 0 -1 4202560 209 0 0 0 30 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022044027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31942] ppid=31931 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31931 31934 24719 0 -1 4202560 412 0 0 0 35 7 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022042974888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31943] ppid=31931 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31931 31934 24719 0 -1 4202560 163 0 0 0 30 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022041922600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31944] ppid=31931 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31931 31934 24719 0 -1 4202560 240 0 0 0 28 5 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021912349608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31945] ppid=31931 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31931 31934 24719 0 -1 4202560 168 0 0 0 24 2 0 0 20 0 19 0 13959926 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021429401832 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31946] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31931 31934 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021428347896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31947] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31931 31934 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021427295496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31948] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021426243984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31949] ppid=31931 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31931 31934 24719 0 -1 4202560 10131 0 0 0 87 2 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021425191608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31950] ppid=31931 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31931 31934 24719 0 -1 4202560 2453 0 0 0 34 0 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021424138808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31951] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021423086712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31952] ppid=31931 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31931 31934 24719 0 -1 4202560 104 0 0 0 33 32 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021422034120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31953] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31953/stat : 31953 (java) S 31931 31934 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13959965 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021420979112 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.95
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.41 s]
/proc/loadavg: 1.23 1.75 1.96 2/188 32030
/proc/meminfo: memFree=30248472/32872528 swapFree=1103228/1182944
[pid=31934] ppid=31931 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31931 31934 24719 0 -1 4202496 19005 0 1 0 179930 76 0 0 20 0 19 0 13959924 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140733441549584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31934/statm: 2406260 134554 2292 9 0 2396937 0
[pid=31934/tid=31935] ppid=31931 vsize=9625040 CPUtime=1790.64 cores=0,2,4,6
/proc/31934/task/31935/stat : 31935 (java) R 31931 31934 24719 0 -1 4202560 2510 0 1 0 179033 31 0 0 20 0 19 0 13959924 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022075776704 140021923977732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31937] ppid=31931 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31931 31934 24719 0 -1 4202560 327 0 0 0 30 7 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022048237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31938] ppid=31931 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31931 31934 24719 0 -1 4202560 380 0 0 0 32 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022047185064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31939] ppid=31931 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31931 31934 24719 0 -1 4202560 287 0 0 0 28 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022046132776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31940] ppid=31931 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31931 31934 24719 0 -1 4202560 362 0 0 0 31 4 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022045079976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31941] ppid=31931 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31931 31934 24719 0 -1 4202560 209 0 0 0 30 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022044027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31942] ppid=31931 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31931 31934 24719 0 -1 4202560 412 0 0 0 35 7 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022042974888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31943] ppid=31931 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31931 31934 24719 0 -1 4202560 163 0 0 0 30 6 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140022041922600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31934/tid=31944] ppid=31931 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31931 31934 24719 0 -1 4202560 240 0 0 0 28 5 0 0 20 0 19 0 13959925 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021912349608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31945] ppid=31931 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31931 31934 24719 0 -1 4202560 168 0 0 0 24 2 0 0 20 0 19 0 13959926 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021429401832 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31946] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31931 31934 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021428347896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31947] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31931 31934 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13959926 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021427295496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31948] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021426243984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31934/tid=31949] ppid=31931 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31931 31934 24719 0 -1 4202560 10131 0 0 0 87 2 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021425191608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31950] ppid=31931 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31931 31934 24719 0 -1 4202560 2453 0 0 0 34 0 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021424138808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31951] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31931 31934 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021423086712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31934/tid=31952] ppid=31931 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31931 31934 24719 0 -1 4202560 104 0 0 0 33 32 0 0 20 0 19 0 13959928 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021422034120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31934/tid=31953] ppid=31931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31953/stat : 31953 (java) S 31931 31934 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13959965 9856040960 134554 33554432000 1073741824 1073778376 140733441558448 140021420979112 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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 31934 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 31934 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=859139
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=280805
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.48
CPU time (s): 1800.06
CPU user time (s): 1799.3
CPU system time (s): 0.76
CPU usage (%): 100.199
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.86
system time used= 1.2808
maximum resident set size= 612804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19053
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38583
involuntary context switches= 6507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.93549 second user time and 13.8009 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-17 01:18:29
IDJOB=4097965
IDBENCH=107832
IDSOLVER=2546
FILE ID=node115/4097965-1466119109
RUNJOBID= node115-1466113234-27740
PBS_JOBID= 19904041
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_10.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097965-1466119109/watcher-4097965-1466119109 -o /tmp/evaluation-result-4097965-1466119109/solver-4097965-1466119109 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097965-1466119109.opb

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

MD5SUM BENCH= f1acc2fb39eccfc74fef16372cea6500
RANDOM SEED=1644563223

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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		: 2667.103
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:        30568628 kB
Buffers:           76292 kB
Cached:           128168 kB
SwapCached:         2104 kB
Active:           290292 kB
Inactive:         120740 kB
Active(anon):     207944 kB
Inactive(anon):     1636 kB
Active(file):      82348 kB
Inactive(file):   119104 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:              1424 kB
Writeback:             0 kB
AnonPages:       1331716 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             571420 kB
SReclaimable:      14776 kB
SUnreclaim:       556644 kB
KernelStack:        1752 kB
PageTables:         6940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1889940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node115 at 2016-06-17 01:48:26