Trace number 4120078

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 PB16UNSAT 1236.6 1235.42

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-95.cnf.gz-extracted.pb.metafix.opb
MD5SUM86c241b1c732605b0c67d43641506fa6
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 benchmark0.011997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables381
Total number of constraints380
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)380
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120078-1467309081.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.18	c ... done. Wall clock time 0.061s.
0.09/0.18	c declared #vars     381
0.09/0.18	c #constraints  380
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 380
0.09/0.18	c 380 constraints processed.
0.64/0.44	c cleaning 2489 clauses out of 5000 with flag 26617/5000
1.09/0.70	c cleaning 4242 clauses out of 8512 with flag 62950/11001
1.32/0.91	c cleaning 5617 clauses out of 11271 with flag 98724/18002
1.53/1.15	c cleaning 6819 clauses out of 13652 with flag 143771/26000
1.84/1.47	c cleaning 7893 clauses out of 15836 with flag 193973/35003
2.14/1.80	c cleaning 8959 clauses out of 17941 with flag 249306/45001
2.65/2.23	c cleaning 9978 clauses out of 19981 with flag 309332/56000
3.04/2.66	c cleaning 10987 clauses out of 22004 with flag 375698/68001
3.54/3.17	c cleaning 11988 clauses out of 24016 with flag 453600/81000
4.14/3.75	c cleaning 13001 clauses out of 26028 with flag 532771/95000
4.74/4.39	c cleaning 13999 clauses out of 28029 with flag 622485/110002
5.44/5.10	c cleaning 14996 clauses out of 30028 with flag 719592/126000
6.34/5.90	c cleaning 16000 clauses out of 32032 with flag 815888/143000
7.15/6.75	c cleaning 17003 clauses out of 34033 with flag 916790/161001
8.15/7.72	c cleaning 17991 clauses out of 36031 with flag 1030470/180002
9.25/8.81	c cleaning 19006 clauses out of 38039 with flag 1154237/200001
10.35/9.96	c cleaning 19986 clauses out of 40032 with flag 1278701/221000
11.65/11.21	c cleaning 21007 clauses out of 42046 with flag 1412379/243000
12.85/12.48	c cleaning 22017 clauses out of 44039 with flag 1551806/266000
14.25/13.89	c cleaning 23005 clauses out of 46024 with flag 1710454/290002
15.75/15.40	c cleaning 23995 clauses out of 48017 with flag 1866903/315000
17.55/17.11	c cleaning 24993 clauses out of 50022 with flag 2029928/341000
19.44/19.02	c cleaning 26000 clauses out of 52029 with flag 2209247/368000
21.35/20.96	c cleaning 27006 clauses out of 54030 with flag 2385728/396001
23.34/22.95	c cleaning 27992 clauses out of 56023 with flag 2575653/425000
25.54/25.17	c cleaning 29002 clauses out of 58031 with flag 2766488/455000
28.06/27.70	c cleaning 30000 clauses out of 60031 with flag 2969246/486002
30.75/30.30	c cleaning 30997 clauses out of 62030 with flag 3171753/518001
33.35/32.94	c cleaning 32001 clauses out of 64033 with flag 3384815/551001
36.15/35.71	c cleaning 33001 clauses out of 66031 with flag 3604219/585000
39.15/38.78	c cleaning 33999 clauses out of 68030 with flag 3823204/620000
42.25/41.89	c cleaning 34996 clauses out of 70032 with flag 4045966/656001
45.55/45.18	c cleaning 35996 clauses out of 72035 with flag 4278780/693000
48.95/48.55	c cleaning 37003 clauses out of 74039 with flag 4516924/731000
52.45/52.09	c cleaning 38005 clauses out of 76036 with flag 4762781/770000
56.25/55.85	c cleaning 38992 clauses out of 78031 with flag 5012920/810000
60.15/59.72	c cleaning 39998 clauses out of 80041 with flag 5267720/851002
64.36/63.93	c cleaning 41015 clauses out of 82043 with flag 5525096/893002
68.85/68.41	c cleaning 41995 clauses out of 84026 with flag 5785864/936000
73.30/72.89	c cleaning 43001 clauses out of 86031 with flag 6042936/980000
77.51/77.07	c cleaning 43992 clauses out of 88030 with flag 6325052/1025000
82.01/81.52	c cleaning 44996 clauses out of 90039 with flag 6607380/1071001
86.50/86.04	c cleaning 46017 clauses out of 92042 with flag 6904417/1118000
91.50/91.03	c cleaning 46991 clauses out of 94026 with flag 7196102/1166001
96.90/96.40	c cleaning 48005 clauses out of 96034 with flag 7494755/1215000
102.21/101.79	c cleaning 48998 clauses out of 98031 with flag 7789506/1265002
107.71/107.27	c cleaning 50007 clauses out of 100034 with flag 8098252/1316003
113.31/112.88	c cleaning 51002 clauses out of 102026 with flag 8410578/1368002
119.11/118.65	c cleaning 51994 clauses out of 104022 with flag 8725917/1421000
125.31/124.80	c cleaning 52991 clauses out of 106029 with flag 9048168/1475001
131.61/131.14	c cleaning 54007 clauses out of 108037 with flag 9380051/1530000
138.31/137.84	c cleaning 55001 clauses out of 110030 with flag 9711016/1586000
145.01/144.59	c cleaning 55993 clauses out of 112029 with flag 10045051/1643000
152.32/151.83	c cleaning 57005 clauses out of 114036 with flag 10380985/1701000
159.41/158.91	c cleaning 57989 clauses out of 116032 with flag 10727216/1760001
167.11/166.64	c cleaning 59010 clauses out of 118044 with flag 11071813/1820002
175.22/174.79	c cleaning 60008 clauses out of 120032 with flag 11437086/1881000
183.32/182.86	c cleaning 60996 clauses out of 122024 with flag 11792381/1943000
191.87/191.34	c cleaning 61995 clauses out of 124028 with flag 12148250/2006000
200.17/199.61	c cleaning 63001 clauses out of 126033 with flag 12522690/2070000
208.68/208.17	c cleaning 64000 clauses out of 128033 with flag 12904243/2135001
217.78/217.23	c cleaning 64996 clauses out of 130033 with flag 13279839/2201001
226.88/226.36	c cleaning 66001 clauses out of 132038 with flag 13671000/2268002
236.30/235.78	c cleaning 67000 clauses out of 134036 with flag 14064817/2336001
246.10/245.59	c cleaning 68000 clauses out of 136035 with flag 14455204/2405000
256.10/255.57	c cleaning 68995 clauses out of 138035 with flag 14847309/2475000
266.59/266.06	c cleaning 70005 clauses out of 140041 with flag 15244803/2546001
276.99/276.41	c cleaning 70991 clauses out of 142035 with flag 15653197/2618000
287.49/286.91	c cleaning 72007 clauses out of 144045 with flag 16055376/2691001
298.80/298.22	c cleaning 72993 clauses out of 146037 with flag 16483557/2765000
310.20/309.65	c cleaning 74009 clauses out of 148045 with flag 16900196/2840001
321.91/321.38	c cleaning 75004 clauses out of 150037 with flag 17330995/2916002
333.61/333.07	c cleaning 75998 clauses out of 152031 with flag 17768207/2993000
345.75/345.18	c cleaning 76993 clauses out of 154033 with flag 18195429/3071000
358.06/357.45	c cleaning 78009 clauses out of 156041 with flag 18652315/3150001
371.16/370.50	c cleaning 79002 clauses out of 158031 with flag 19106523/3230000
384.06/383.45	c cleaning 79991 clauses out of 160030 with flag 19565105/3311001
397.66/397.01	c cleaning 81010 clauses out of 162038 with flag 20029037/3393000
411.47/410.80	c cleaning 82001 clauses out of 164029 with flag 20488487/3476001
425.77/425.10	c cleaning 83001 clauses out of 166029 with flag 20954507/3560002
440.78/440.15	c cleaning 83988 clauses out of 168026 with flag 21420495/3645000
455.17/454.53	c cleaning 85007 clauses out of 170039 with flag 21891564/3731001
469.48/468.87	c cleaning 86002 clauses out of 172031 with flag 22380726/3818000
484.98/484.33	c cleaning 87006 clauses out of 174029 with flag 22869831/3906000
501.08/500.45	c cleaning 87986 clauses out of 176023 with flag 23362729/3995000
516.94/516.21	c cleaning 88998 clauses out of 178037 with flag 23860454/4085000
532.94/532.21	c cleaning 90004 clauses out of 180039 with flag 24363343/4176000
549.45/548.72	c cleaning 91001 clauses out of 182035 with flag 24870307/4268000
566.75/566.04	c cleaning 92003 clauses out of 184036 with flag 25389647/4361002
584.55/583.88	c cleaning 92997 clauses out of 186032 with flag 25898520/4455001
602.25/601.59	c cleaning 94005 clauses out of 188034 with flag 26421040/4550000
619.96/619.28	c cleaning 95007 clauses out of 190029 with flag 26948194/4646000
638.25/637.52	c cleaning 95999 clauses out of 192023 with flag 27475246/4743001
657.75/657.09	c cleaning 96993 clauses out of 194025 with flag 28010722/4841002
677.46/676.80	c cleaning 98000 clauses out of 196030 with flag 28548457/4940000
697.56/696.84	c cleaning 99003 clauses out of 198032 with flag 29084126/5040002
716.73/715.94	c cleaning 99995 clauses out of 200027 with flag 29632556/5141000
736.33/735.58	c cleaning 101005 clauses out of 202034 with flag 30182151/5243002
757.43/756.66	c cleaning 101999 clauses out of 204029 with flag 30737181/5346002
777.83/777.03	c cleaning 102996 clauses out of 206031 with flag 31299074/5450003
799.44/798.63	c cleaning 104001 clauses out of 208033 with flag 31851195/5555001
820.63/819.85	c cleaning 105011 clauses out of 210031 with flag 32430851/5661000
842.35/841.55	c cleaning 106004 clauses out of 212021 with flag 33013395/5768001
863.55/862.71	c cleaning 106990 clauses out of 214017 with flag 33609285/5876001
885.95/885.14	c cleaning 107986 clauses out of 216026 with flag 34187263/5985000
909.98/909.09	c cleaning 108999 clauses out of 218040 with flag 34769913/6095000
933.18/932.22	c cleaning 110004 clauses out of 220042 with flag 35367008/6206001
958.07/957.19	c cleaning 111005 clauses out of 222039 with flag 35965527/6318002
982.16/981.28	c cleaning 111998 clauses out of 224033 with flag 36585816/6431001
1007.24/1006.39	c cleaning 112998 clauses out of 226034 with flag 37199425/6545000
1033.13/1032.24	c cleaning 114006 clauses out of 228038 with flag 37814858/6660002
1058.04/1057.19	c cleaning 115005 clauses out of 230030 with flag 38446080/6776000
1083.42/1082.57	c cleaning 116004 clauses out of 232026 with flag 39079916/6893001
1109.31/1108.42	c cleaning 117002 clauses out of 234022 with flag 39741500/7011001
1135.60/1134.60	c cleaning 117999 clauses out of 236020 with flag 40402613/7130001
1163.90/1162.90	c cleaning 119000 clauses out of 238020 with flag 41061273/7250000
1189.61/1188.61	c cleaning 120000 clauses out of 240022 with flag 41740382/7371002
1215.51/1214.59	c cleaning 121000 clauses out of 242021 with flag 42452740/7493001
1236.49/1235.38	c starts		: 17157
1236.49/1235.38	c conflicts		: 7601033
1236.49/1235.38	c decisions		: 11551659
1236.49/1235.38	c propagations		: 138316155
1236.49/1235.38	c inspects		: 26870424491
1236.49/1235.38	c shortcuts		: 0
1236.49/1235.38	c learnt literals	: 13
1236.49/1235.38	c learnt binary clauses	: 13
1236.49/1235.38	c learnt ternary clauses	: 26
1236.49/1235.38	c learnt constraints	: 7601019
1236.49/1235.38	c ignored constraints	: 0
1236.49/1235.38	c root simplifications	: 0
1236.49/1235.38	c removed literals (reason simplification)	: 0
1236.49/1235.38	c reason swapping (by a shorter reason)	: 0
1236.49/1235.38	c Calls to reduceDB	: 118
1236.49/1235.38	c Number of update (reduction) of LBD	: 2398994
1236.49/1235.38	c Imported unit clauses	: 0
1236.49/1235.38	c number of reductions to clauses (during analyze)	: 0
1236.49/1235.38	c number of learned constraints concerned by reduction	: 0
1236.49/1235.38	c number of learning phase by resolution	: 0
1236.49/1235.38	c number of learning phase by cutting planes	: 0
1236.49/1235.38	c speed (assignments/second)	: 111978.75242875647
1236.49/1235.38	c non guided choices	100964
1236.60/1235.41	c learnt constraints type 
1236.60/1235.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1236.60/1235.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 229026
1236.60/1235.41	s UNSATISFIABLE
1236.60/1235.41	c Total wall clock time (in seconds): 1235.299

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-4120078-1467309081/watcher-4120078-1467309081 -o /tmp/evaluation-result-4120078-1467309081/solver-4120078-1467309081 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17536 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120078-1467309081.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.19 2.03 1.85 3/194 17655
/proc/meminfo: memFree=29200436/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17655/stat : 17655 (java) D 17652 17655 17519 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 11857674 9515008 182 33554432000 1073741824 1073778376 140736607954928 140736607945960 213419638453 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/17655/statm: 2323 182 140 9 0 71 0

[startup+0.10014 s]
/proc/loadavg: 2.19 2.03 1.85 3/194 17655
/proc/meminfo: memFree=29200436/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17655/stat : 17655 (java) S 17652 17655 17519 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 11857674 9787879424 6029 33554432000 1073741824 1073778376 140733641068896 140733641060032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17655/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 2.19 2.03 1.85 3/194 17655
/proc/meminfo: memFree=29200436/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17655/stat : 17655 (java) S 17652 17655 17519 0 -1 4202496 4745 0 1 0 23 1 0 0 20 0 19 0 11857674 9856040960 6863 33554432000 1073741824 1073778376 140733641068896 140733641060032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17655/statm: 2406260 6863 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300212 s]
/proc/loadavg: 2.19 2.03 1.85 3/194 17655
/proc/meminfo: memFree=29200436/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/17655/stat : 17655 (java) S 17652 17655 17519 0 -1 4202496 6782 0 1 0 51 1 0 0 20 0 19 0 11857674 9856040960 7922 33554432000 1073741824 1073778376 140733641068896 140733641060032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17655/statm: 2406260 7922 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700189 s]
/proc/loadavg: 2.19 2.03 1.85 3/194 17655
/proc/meminfo: memFree=29200436/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/17655/stat : 17655 (java) S 17652 17655 17519 0 -1 4202496 8685 0 1 0 107 2 0 0 20 0 19 0 11857674 9856040960 9229 33554432000 1073741824 1073778376 140733641068896 140733641060032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17655/statm: 2406260 9229 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.19 2.03 1.85 3/213 17674
/proc/meminfo: memFree=29169424/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/17655/stat : 17655 (java) S 17652 17655 17519 0 -1 4202496 8733 0 1 0 192 2 0 0 20 0 19 0 11857674 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 140733641060032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17655/statm: 2406260 10297 2257 9 0 2396937 0
[pid=17655/tid=17657] ppid=17652 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/17655/task/17657/stat : 17657 (java) R 17652 17655 17519 0 -1 4202560 2422 0 1 0 146 0 0 0 20 0 19 0 11857675 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658922746088 139658795562768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17658] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17658/stat : 17658 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658766747816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17659] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17659/stat : 17659 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658765695272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17660] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17660/stat : 17660 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658764642728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17661] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17661/stat : 17661 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658763590184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17662] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17662/stat : 17662 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658762537640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17663] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17663/stat : 17663 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658761485096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17664] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17664/stat : 17664 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658760432552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17665] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17665/stat : 17665 (java) S 17652 17655 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658759380008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17666] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17666/stat : 17666 (java) S 17652 17655 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658746968168 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17667] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17667/stat : 17667 (java) S 17652 17655 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658745914488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17668] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17668/stat : 17668 (java) S 17652 17655 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658744861832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17669] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17669/stat : 17669 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658743810576 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17670] ppid=17652 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/17655/task/17670/stat : 17670 (java) S 17652 17655 17519 0 -1 4202560 1028 0 0 0 16 0 0 0 20 0 19 0 11857680 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658742757944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17671] ppid=17652 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17655/task/17671/stat : 17671 (java) S 17652 17655 17519 0 -1 4202560 4011 0 0 0 28 0 0 0 20 0 19 0 11857680 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658741705400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17672] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17672/stat : 17672 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658740653048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17673] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17673/stat : 17673 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658739600712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17674] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17674/stat : 17674 (java) S 17652 17655 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11857692 9856040960 10297 33554432000 1073741824 1073778376 140733641068896 139658738545448 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.25 2.04 1.86 3/213 17674
/proc/meminfo: memFree=29164956/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/17655/stat : 17655 (java) S 17652 17655 17519 0 -1 4202496 8737 0 1 0 352 2 0 0 20 0 19 0 11857674 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 140733641060032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17655/statm: 2406260 11833 2257 9 0 2396937 0
[pid=17655/tid=17657] ppid=17652 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/17655/task/17657/stat : 17657 (java) R 17652 17655 17519 0 -1 4202560 2426 0 1 0 304 1 0 0 20 0 19 0 11857675 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658922737312 139658795587337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17658] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17658/stat : 17658 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658766747816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17659] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17659/stat : 17659 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658765695272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17660] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17660/stat : 17660 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658764642728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17661] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17661/stat : 17661 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658763590184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17662] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17662/stat : 17662 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658762537640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17663] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17663/stat : 17663 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658761485096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17664] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17664/stat : 17664 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658760432552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17665] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17665/stat : 17665 (java) S 17652 17655 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658759380008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17666] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17666/stat : 17666 (java) S 17652 17655 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658746968168 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17667] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17667/stat : 17667 (java) S 17652 17655 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658745914488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17668] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17668/stat : 17668 (java) S 17652 17655 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658744861832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17669] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17669/stat : 17669 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658743810576 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17670] ppid=17652 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/17655/task/17670/stat : 17670 (java) S 17652 17655 17519 0 -1 4202560 1028 0 0 0 16 0 0 0 20 0 19 0 11857680 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658742757944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17671] ppid=17652 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17655/task/17671/stat : 17671 (java) S 17652 17655 17519 0 -1 4202560 4011 0 0 0 28 0 0 0 20 0 19 0 11857680 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658741705400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17672] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17672/stat : 17672 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658740653048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17673] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17673/stat : 17673 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658739600712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17674] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17674/stat : 17674 (java) S 17652 17655 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11857692 9856040960 11833 33554432000 1073741824 1073778376 140733641068896 139658738545448 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.25 2.04 1.86 3/213 17674
/proc/meminfo: memFree=29156188/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9625040 CPUtime=6.74 cores=1,3,5,7
/proc/17655/stat : 17655 (java) S 17652 17655 17519 0 -1 4202496 8743 0 1 0 672 2 0 0 20 0 19 0 11857674 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 140733641060032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17655/statm: 2406260 13310 2258 9 0 2396937 0
[pid=17655/tid=17657] ppid=17652 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/17655/task/17657/stat : 17657 (java) R 17652 17655 17519 0 -1 4202560 2431 0 1 0 624 1 0 0 20 0 19 0 11857675 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658922737312 139658795587544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17658] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17658/stat : 17658 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658766747816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17659] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17659/stat : 17659 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658765695272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17660] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17660/stat : 17660 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658764642728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17661] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17661/stat : 17661 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658763590184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17662] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17662/stat : 17662 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658762537640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17663] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17663/stat : 17663 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658761485096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17664] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17664/stat : 17664 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658760432552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17665] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17665/stat : 17665 (java) S 17652 17655 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11857676 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658759380008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17666] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17666/stat : 17666 (java) S 17652 17655 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658746968168 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17667] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17667/stat : 17667 (java) S 17652 17655 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658745914488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17668] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17668/stat : 17668 (java) S 17652 17655 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658744861832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17669] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17669/stat : 17669 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658743810576 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17670] ppid=17652 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/17655/task/17670/stat : 17670 (java) S 17652 17655 17519 0 -1 4202560 1028 0 0 0 16 0 0 0 20 0 19 0 11857680 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658742757944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17671] ppid=17652 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17655/task/17671/stat : 17671 (java) S 17652 17655 17519 0 -1 4202560 4011 0 0 0 28 0 0 0 20 0 19 0 11857680 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658741705400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17672] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17672/stat : 17672 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658740653048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17673] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17673/stat : 17673 (java) S 17652 17655 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658739600712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17674] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17674/stat : 17674 (java) S 17652 17655 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11857692 9856040960 13310 33554432000 1073741824 1073778376 140733641068896 139658738545448 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=17655/tid=17666] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17666/stat : 17666 (java) S 17652 17655 17519 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658746968168 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17667] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17667/stat : 17667 (java) S 17652 17655 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658745914488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17668] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17668/stat : 17668 (java) S 17652 17655 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658744861832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17669] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17669/stat : 17669 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658743810576 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17670] ppid=17652 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/17655/task/17670/stat : 17670 (java) S 17652 17655 17519 0 -1 4202560 1627 0 0 0 19 0 0 0 20 0 19 0 11857680 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658742757944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17671] ppid=17652 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17655/task/17671/stat : 17671 (java) S 17652 17655 17519 0 -1 4202560 4011 0 0 0 28 0 0 0 20 0 19 0 11857680 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658741705400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17672] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17672/stat : 17672 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658740653048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17673] ppid=17652 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/17655/task/17673/stat : 17673 (java) S 17652 17655 17519 0 -1 4202560 72 0 0 0 14 17 0 0 20 0 19 0 11857680 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658739600712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17674] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17674/stat : 17674 (java) S 17652 17655 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11857692 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658738545448 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1234.61
Current children cumulated vsize (KiB) 9625040

[startup+1234.4 s]
/proc/loadavg: 2.24 2.22 2.10 4/213 17727
/proc/meminfo: memFree=28916332/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9625040 CPUtime=1235.47 cores=1,3,5,7
/proc/17655/stat : 17655 (java) S 17652 17655 17519 0 -1 4202496 10218 0 1 0 123516 31 0 0 20 0 19 0 11857674 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 140733641060032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17655/statm: 2406260 60263 2272 9 0 2396937 0
[pid=17655/tid=17657] ppid=17652 vsize=9625040 CPUtime=1230.92 cores=1,3,5,7
/proc/17655/task/17657/stat : 17657 (java) R 17652 17655 17519 0 -1 4202560 2494 0 1 0 123070 22 0 0 20 0 19 0 11857675 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658922744192 139658795587342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17658] ppid=17652 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17655/task/17658/stat : 17658 (java) S 17652 17655 17519 0 -1 4202560 47 0 0 0 6 1 0 0 20 0 19 0 11857676 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658766747816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17659] ppid=17652 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17655/task/17659/stat : 17659 (java) S 17652 17655 17519 0 -1 4202560 188 0 0 0 7 2 0 0 20 0 19 0 11857676 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658765695272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17660] ppid=17652 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17655/task/17660/stat : 17660 (java) S 17652 17655 17519 0 -1 4202560 168 0 0 0 7 1 0 0 20 0 19 0 11857676 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658764642728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17661] ppid=17652 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17655/task/17661/stat : 17661 (java) S 17652 17655 17519 0 -1 4202560 150 0 0 0 6 0 0 0 20 0 19 0 11857676 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658763590184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17662] ppid=17652 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17655/task/17662/stat : 17662 (java) S 17652 17655 17519 0 -1 4202560 11 0 0 0 8 0 0 0 20 0 19 0 11857676 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658762537640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17663] ppid=17652 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17655/task/17663/stat : 17663 (java) S 17652 17655 17519 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 19 0 11857676 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658761485096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17664] ppid=17652 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17655/task/17664/stat : 17664 (java) S 17652 17655 17519 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 19 0 11857676 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658760432552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17665] ppid=17652 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17655/task/17665/stat : 17665 (java) S 17652 17655 17519 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 19 0 11857676 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658759380008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17666] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17666/stat : 17666 (java) S 17652 17655 17519 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658746968168 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17667] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17667/stat : 17667 (java) S 17652 17655 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658745914488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17668] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17668/stat : 17668 (java) S 17652 17655 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658744861832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17669] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17669/stat : 17669 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658743810576 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17670] ppid=17652 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17655/task/17670/stat : 17670 (java) S 17652 17655 17519 0 -1 4202560 1629 0 0 0 22 0 0 0 20 0 19 0 11857680 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658742757944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17671] ppid=17652 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/17655/task/17671/stat : 17671 (java) R 17652 17655 17519 0 -1 4202560 4011 0 0 0 31 0 0 0 20 0 19 0 11857680 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658741692576 139658928771825 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17672] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17672/stat : 17672 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658740653048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17673] ppid=17652 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/17655/task/17673/stat : 17673 (java) S 17652 17655 17519 0 -1 4202560 72 0 0 0 14 17 0 0 20 0 19 0 11857680 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658739600712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17674] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17674/stat : 17674 (java) S 17652 17655 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11857692 9856040960 60263 33554432000 1073741824 1073778376 140733641068896 139658738545448 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1235.47
Current children cumulated vsize (KiB) 9625040

[startup+1235.2 s]
/proc/loadavg: 2.24 2.22 2.10 4/213 17727
/proc/meminfo: memFree=28916332/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9625040 CPUtime=1236.38 cores=1,3,5,7
/proc/17655/stat : 17655 (java) S 17652 17655 17519 0 -1 4202496 10349 0 1 0 123607 31 0 0 20 0 19 0 11857674 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 140733641060032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17655/statm: 2406260 60265 2272 9 0 2396937 0
[pid=17655/tid=17657] ppid=17652 vsize=9625040 CPUtime=1231.72 cores=1,3,5,7
/proc/17655/task/17657/stat : 17657 (java) R 17652 17655 17519 0 -1 4202560 2495 0 1 0 123150 22 0 0 20 0 19 0 11857675 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658922746336 139658795615840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17658] ppid=17652 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17655/task/17658/stat : 17658 (java) S 17652 17655 17519 0 -1 4202560 47 0 0 0 6 1 0 0 20 0 19 0 11857676 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658766747816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17659] ppid=17652 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17655/task/17659/stat : 17659 (java) S 17652 17655 17519 0 -1 4202560 188 0 0 0 7 2 0 0 20 0 19 0 11857676 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658765695272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17660] ppid=17652 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17655/task/17660/stat : 17660 (java) S 17652 17655 17519 0 -1 4202560 168 0 0 0 7 1 0 0 20 0 19 0 11857676 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658764642728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17661] ppid=17652 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17655/task/17661/stat : 17661 (java) S 17652 17655 17519 0 -1 4202560 150 0 0 0 6 0 0 0 20 0 19 0 11857676 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658763590184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17662] ppid=17652 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17655/task/17662/stat : 17662 (java) S 17652 17655 17519 0 -1 4202560 11 0 0 0 8 0 0 0 20 0 19 0 11857676 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658762537640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17663] ppid=17652 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17655/task/17663/stat : 17663 (java) S 17652 17655 17519 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 19 0 11857676 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658761485096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17664] ppid=17652 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17655/task/17664/stat : 17664 (java) S 17652 17655 17519 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 19 0 11857676 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658760432552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17665] ppid=17652 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17655/task/17665/stat : 17665 (java) S 17652 17655 17519 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 19 0 11857676 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658759380008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17666] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17666/stat : 17666 (java) S 17652 17655 17519 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658746968168 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17667] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17667/stat : 17667 (java) S 17652 17655 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658745914488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17668] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17668/stat : 17668 (java) S 17652 17655 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11857678 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658744861832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17669] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17669/stat : 17669 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658743810576 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17670] ppid=17652 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17655/task/17670/stat : 17670 (java) S 17652 17655 17519 0 -1 4202560 1696 0 0 0 24 0 0 0 20 0 19 0 11857680 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658742757944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17671] ppid=17652 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/17655/task/17671/stat : 17671 (java) S 17652 17655 17519 0 -1 4202560 4074 0 0 0 40 0 0 0 20 0 19 0 11857680 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658741705400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17672] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17672/stat : 17672 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658740653048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17673] ppid=17652 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/17655/task/17673/stat : 17673 (java) S 17652 17655 17519 0 -1 4202560 72 0 0 0 14 17 0 0 20 0 19 0 11857680 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658739600712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17674] ppid=17652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17674/stat : 17674 (java) S 17652 17655 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11857692 9856040960 60265 33554432000 1073741824 1073778376 140733641068896 139658738545448 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1236.38
Current children cumulated vsize (KiB) 9625040

[startup+1235.41 s]
/proc/loadavg: 2.24 2.22 2.10 4/213 17727
/proc/meminfo: memFree=28916332/32872528 swapFree=1391980/1569808
[pid=17655] ppid=17652 vsize=9691604 CPUtime=1236.6 cores=1,3,5,7
/proc/17655/stat : 17655 (java) S 17652 17655 17519 0 -1 4202496 10450 0 1 0 123629 31 0 0 20 0 19 0 11857674 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 140733641060032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17655/statm: 2422901 60342 2281 9 0 2413578 0
[pid=17655/tid=17657] ppid=17652 vsize=9691604 CPUtime=1231.9 cores=1,3,5,7
/proc/17655/task/17657/stat : 17657 (java) S 17652 17655 17519 0 -1 4202560 2497 0 1 0 123168 22 0 0 20 0 19 0 11857675 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658922746584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17658] ppid=17652 vsize=9691604 CPUtime=0.07 cores=1,3,5,7
/proc/17655/task/17658/stat : 17658 (java) S 17652 17655 17519 0 -1 4202560 47 0 0 0 6 1 0 0 20 0 19 0 11857676 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658766747816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17659] ppid=17652 vsize=9691604 CPUtime=0.09 cores=1,3,5,7
/proc/17655/task/17659/stat : 17659 (java) S 17652 17655 17519 0 -1 4202560 188 0 0 0 7 2 0 0 20 0 19 0 11857676 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658765695272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17660] ppid=17652 vsize=9691604 CPUtime=0.08 cores=1,3,5,7
/proc/17655/task/17660/stat : 17660 (java) S 17652 17655 17519 0 -1 4202560 168 0 0 0 7 1 0 0 20 0 19 0 11857676 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658764642728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17661] ppid=17652 vsize=9691604 CPUtime=0.06 cores=1,3,5,7
/proc/17655/task/17661/stat : 17661 (java) S 17652 17655 17519 0 -1 4202560 150 0 0 0 6 0 0 0 20 0 19 0 11857676 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658763590184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17662] ppid=17652 vsize=9691604 CPUtime=0.08 cores=1,3,5,7
/proc/17655/task/17662/stat : 17662 (java) S 17652 17655 17519 0 -1 4202560 11 0 0 0 8 0 0 0 20 0 19 0 11857676 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658762537640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17663] ppid=17652 vsize=9691604 CPUtime=0.05 cores=1,3,5,7
/proc/17655/task/17663/stat : 17663 (java) S 17652 17655 17519 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 19 0 11857676 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658761485096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17655/tid=17664] ppid=17652 vsize=9691604 CPUtime=0.07 cores=1,3,5,7
/proc/17655/task/17664/stat : 17664 (java) S 17652 17655 17519 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 19 0 11857676 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658760432552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17665] ppid=17652 vsize=9691604 CPUtime=0.08 cores=1,3,5,7
/proc/17655/task/17665/stat : 17665 (java) S 17652 17655 17519 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 19 0 11857676 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658759380008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17666] ppid=17652 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17666/stat : 17666 (java) S 17652 17655 17519 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 11857678 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658746968168 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17655/tid=17667] ppid=17652 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17667/stat : 17667 (java) S 17652 17655 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11857678 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658745914488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17668] ppid=17652 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17668/stat : 17668 (java) S 17652 17655 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11857678 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658744861832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17669] ppid=17652 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17669/stat : 17669 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658743810576 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17670] ppid=17652 vsize=9691604 CPUtime=0.26 cores=1,3,5,7
/proc/17655/task/17670/stat : 17670 (java) R 17652 17655 17519 0 -1 4202560 1786 0 0 0 26 0 0 0 20 0 19 0 11857680 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658742757784 139658926835715 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17655/tid=17671] ppid=17652 vsize=9691604 CPUtime=0.4 cores=1,3,5,7
/proc/17655/task/17671/stat : 17671 (java) S 17652 17655 17519 0 -1 4202560 4074 0 0 0 40 0 0 0 20 0 19 0 11857680 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658741705400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17672] ppid=17652 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/17655/task/17672/stat : 17672 (java) S 17652 17655 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11857680 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658740653048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17655/tid=17673] ppid=17652 vsize=9691604 CPUtime=0.31 cores=1,3,5,7
/proc/17655/task/17673/stat : 17673 (java) S 17652 17655 17519 0 -1 4202560 72 0 0 0 14 17 0 0 20 0 19 0 11857680 9924202496 60342 33554432000 1073741824 1073778376 140733641068896 139658739600712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1236.6
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17655 and gives
#  childrusage.ru_utime.tv_sec=1233
#  childrusage.ru_utime.tv_usec=123536
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=612906
# CPU time returned by wait4() is 1233.74
# while last known CPU time is 1236.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1235.42
CPU time (s): 1236.6
CPU user time (s): 1236.29
CPU system time (s): 0.31
CPU usage (%): 100.096
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1233.12
system time used= 0.612906
maximum resident set size= 241372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10467
page faults= 1
swaps= 0
block input operations= 0
block output operations= 824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26380
involuntary context switches= 5691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.11377 second user time and 9.12161 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 19:51:21
IDJOB=4120078
IDBENCH=109688
IDSOLVER=2546
FILE ID=node140/4120078-1467309081
RUNJOBID= node140-1467308852-17536
PBS_JOBID= 20005285
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-95.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120078-1467309081/watcher-4120078-1467309081 -o /tmp/evaluation-result-4120078-1467309081/solver-4120078-1467309081 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17536 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120078-1467309081.opb

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

MD5SUM BENCH= 86c241b1c732605b0c67d43641506fa6
RANDOM SEED=589573708

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.708
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.708
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29200972 kB
Buffers:          142024 kB
Cached:          1043056 kB
SwapCached:            0 kB
Active:           392432 kB
Inactive:         955084 kB
Active(anon):     156828 kB
Inactive(anon):     8448 kB
Active(file):     235604 kB
Inactive(file):   946636 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       1746848 kB
Mapped:            22080 kB
Shmem:               204 kB
Slab:             607292 kB
SReclaimable:      51344 kB
SUnreclaim:       555948 kB
KernelStack:        1584 kB
PageTables:         7708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2260636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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= 71652 MiB
End job on node140 at 2016-06-30 20:11:56