Trace number 4122758

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 1271.45 1270.26

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-90.cnf.gz-extracted.pb.metafix.opb
MD5SUM02f43588bfaf88f851952f09ad597b59
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 variables361
Total number of constraints360
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)360
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4122758-1467317533.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.16	c ... done. Wall clock time 0.06s.
0.10/0.16	c declared #vars     361
0.10/0.16	c #constraints  360
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
0.10/0.16	c 360 constraints processed.
0.65/0.42	c cleaning 2493 clauses out of 5000 with flag 23516/5000
0.88/0.59	c cleaning 4234 clauses out of 8507 with flag 51119/11000
1.20/0.79	c cleaning 5630 clauses out of 11274 with flag 86967/18001
1.51/1.03	c cleaning 6814 clauses out of 13643 with flag 129122/26000
1.82/1.38	c cleaning 7909 clauses out of 15829 with flag 175475/35000
2.22/1.72	c cleaning 8941 clauses out of 17920 with flag 229916/45000
2.62/2.10	c cleaning 9964 clauses out of 19979 with flag 290079/56000
3.02/2.54	c cleaning 11007 clauses out of 22016 with flag 357353/68001
3.52/3.05	c cleaning 11988 clauses out of 24009 with flag 428515/81001
4.12/3.65	c cleaning 13003 clauses out of 26022 with flag 514381/95002
4.93/4.41	c cleaning 13996 clauses out of 28017 with flag 599938/110000
5.72/5.21	c cleaning 14996 clauses out of 30022 with flag 692346/126001
6.52/6.09	c cleaning 15995 clauses out of 32025 with flag 799405/143000
7.42/6.99	c cleaning 17001 clauses out of 34032 with flag 906639/161002
8.53/8.00	c cleaning 18004 clauses out of 36031 with flag 1023899/180002
9.63/9.11	c cleaning 19000 clauses out of 38025 with flag 1145090/200000
10.83/10.34	c cleaning 19989 clauses out of 40025 with flag 1274610/221000
12.23/11.74	c cleaning 20986 clauses out of 42040 with flag 1411529/243004
13.63/13.12	c cleaning 22012 clauses out of 44050 with flag 1549969/266000
15.12/14.64	c cleaning 23007 clauses out of 46038 with flag 1699264/290000
16.72/16.29	c cleaning 24002 clauses out of 48032 with flag 1855411/315001
18.52/18.04	c cleaning 24999 clauses out of 50029 with flag 2014293/341000
20.43/19.95	c cleaning 25995 clauses out of 52030 with flag 2182727/368000
22.63/22.10	c cleaning 27006 clauses out of 54036 with flag 2361272/396001
24.73/24.30	c cleaning 28002 clauses out of 56029 with flag 2541580/425000
27.02/26.52	c cleaning 28997 clauses out of 58027 with flag 2734689/455000
29.42/28.98	c cleaning 30000 clauses out of 60033 with flag 2935705/486003
31.92/31.46	c cleaning 31009 clauses out of 62031 with flag 3139491/518001
34.62/34.16	c cleaning 31996 clauses out of 64021 with flag 3354969/551000
37.51/37.04	c cleaning 32998 clauses out of 66026 with flag 3577873/585001
40.61/40.12	c cleaning 34005 clauses out of 68027 with flag 3805512/620000
43.72/43.22	c cleaning 34990 clauses out of 70022 with flag 4039908/656000
47.01/46.52	c cleaning 35996 clauses out of 72032 with flag 4282636/693000
50.41/49.93	c cleaning 36999 clauses out of 74037 with flag 4530681/731001
54.11/53.65	c cleaning 38002 clauses out of 76037 with flag 4783814/770000
57.91/57.49	c cleaning 39009 clauses out of 78037 with flag 5044817/810002
62.01/61.54	c cleaning 40003 clauses out of 80026 with flag 5312944/851000
66.11/65.68	c cleaning 40996 clauses out of 82024 with flag 5591891/893001
70.61/70.10	c cleaning 41996 clauses out of 84027 with flag 5877522/936000
75.26/74.70	c cleaning 43004 clauses out of 86031 with flag 6172950/980000
79.96/79.45	c cleaning 44007 clauses out of 88028 with flag 6478821/1025001
84.35/83.90	c cleaning 44989 clauses out of 90020 with flag 6790235/1071000
89.66/89.18	c cleaning 46006 clauses out of 92032 with flag 7088912/1118001
94.95/94.46	c cleaning 46997 clauses out of 94026 with flag 7398507/1166001
100.15/99.63	c cleaning 47999 clauses out of 96028 with flag 7717881/1215000
105.65/105.13	c cleaning 48987 clauses out of 98030 with flag 8038205/1265001
111.66/111.14	c cleaning 50012 clauses out of 100044 with flag 8369098/1316002
117.75/117.20	c cleaning 51001 clauses out of 102030 with flag 8687984/1368000
123.65/123.20	c cleaning 52007 clauses out of 104029 with flag 9029933/1421000
130.25/129.72	c cleaning 52993 clauses out of 106022 with flag 9363972/1475000
136.64/136.15	c cleaning 54004 clauses out of 108029 with flag 9709795/1530000
143.74/143.27	c cleaning 54996 clauses out of 110026 with flag 10056420/1586001
151.04/150.59	c cleaning 56001 clauses out of 112030 with flag 10406244/1643001
158.34/157.85	c cleaning 57000 clauses out of 114028 with flag 10748078/1701000
166.13/165.66	c cleaning 58008 clauses out of 116028 with flag 11098326/1760000
174.44/173.94	c cleaning 58995 clauses out of 118020 with flag 11454719/1820000
182.84/182.39	c cleaning 60004 clauses out of 120027 with flag 11825481/1881002
191.63/191.14	c cleaning 60989 clauses out of 122021 with flag 12178005/1943000
200.29/199.79	c cleaning 62001 clauses out of 124033 with flag 12542472/2006001
209.09/208.55	c cleaning 62994 clauses out of 126032 with flag 12906439/2070001
218.19/217.63	c cleaning 64009 clauses out of 128039 with flag 13272093/2135002
226.99/226.48	c cleaning 65008 clauses out of 130028 with flag 13661992/2201000
236.18/235.63	c cleaning 66002 clauses out of 132021 with flag 14046355/2268001
245.70/245.19	c cleaning 66996 clauses out of 134019 with flag 14432662/2336001
255.60/255.02	c cleaning 67997 clauses out of 136022 with flag 14828207/2405000
265.80/265.24	c cleaning 69010 clauses out of 138026 with flag 15224159/2475001
276.59/276.00	c cleaning 69992 clauses out of 140016 with flag 15623536/2546001
287.08/286.52	c cleaning 70995 clauses out of 142023 with flag 16036534/2618000
298.70/298.11	c cleaning 72002 clauses out of 144029 with flag 16451902/2691001
311.09/310.50	c cleaning 73002 clauses out of 146029 with flag 16878464/2765003
322.48/321.94	c cleaning 73998 clauses out of 148026 with flag 17302375/2840002
334.88/334.32	c cleaning 74992 clauses out of 150028 with flag 17723820/2916002
347.75/347.12	c cleaning 76004 clauses out of 152035 with flag 18159039/2993001
360.54/359.91	c cleaning 76999 clauses out of 154032 with flag 18586160/3071002
373.44/372.85	c cleaning 78005 clauses out of 156033 with flag 19018343/3150002
385.94/385.40	c cleaning 79014 clauses out of 158027 with flag 19459555/3230001
399.74/399.18	c cleaning 79998 clauses out of 160012 with flag 19908345/3311000
412.44/411.87	c cleaning 80987 clauses out of 162015 with flag 20376151/3393001
426.55/425.97	c cleaning 82000 clauses out of 164029 with flag 20849636/3476002
441.35/440.76	c cleaning 83005 clauses out of 166030 with flag 21323110/3560003
455.95/455.32	c cleaning 83998 clauses out of 168023 with flag 21782626/3645001
471.86/471.22	c cleaning 84999 clauses out of 170025 with flag 22246581/3731001
487.06/486.46	c cleaning 85999 clauses out of 172027 with flag 22731113/3818002
503.16/502.53	c cleaning 87008 clauses out of 174027 with flag 23212166/3906001
519.16/518.52	c cleaning 87993 clauses out of 176019 with flag 23700973/3995001
536.43/535.75	c cleaning 88999 clauses out of 178027 with flag 24191415/4085002
553.12/552.43	c cleaning 89999 clauses out of 180026 with flag 24671436/4176000
570.23/569.57	c cleaning 90996 clauses out of 182027 with flag 25172690/4268000
588.24/587.56	c cleaning 92012 clauses out of 184031 with flag 25661626/4361000
606.44/605.79	c cleaning 92996 clauses out of 186020 with flag 26176044/4455001
624.74/624.03	c cleaning 94004 clauses out of 188023 with flag 26701049/4550000
643.85/643.15	c cleaning 94993 clauses out of 190020 with flag 27201355/4646001
663.05/662.36	c cleaning 95998 clauses out of 192028 with flag 27718935/4743002
682.55/681.87	c cleaning 96999 clauses out of 194029 with flag 28232014/4841001
703.15/702.42	c cleaning 97999 clauses out of 196029 with flag 28756647/4940000
723.57/722.72	c cleaning 98997 clauses out of 198031 with flag 29287393/5040001
744.86/744.08	c cleaning 99997 clauses out of 200033 with flag 29825616/5141000
765.66/764.87	c cleaning 100998 clauses out of 202036 with flag 30368408/5243000
787.66/786.85	c cleaning 102001 clauses out of 204038 with flag 30915055/5346000
809.96/809.14	c cleaning 102992 clauses out of 206038 with flag 31472775/5450001
830.38/829.53	c cleaning 104008 clauses out of 208045 with flag 32041194/5555000
852.77/851.96	c cleaning 104999 clauses out of 210037 with flag 32607429/5661000
874.28/873.43	c cleaning 106005 clauses out of 212041 with flag 33186158/5768003
897.28/896.44	c cleaning 107002 clauses out of 214034 with flag 33764258/5876001
920.49/919.66	c cleaning 107992 clauses out of 216031 with flag 34349478/5985000
944.28/943.33	c cleaning 109002 clauses out of 218039 with flag 34932763/6095000
968.00/967.04	c cleaning 110007 clauses out of 220037 with flag 35510878/6206000
991.89/990.96	c cleaning 111002 clauses out of 222030 with flag 36124665/6318000
1016.99/1016.08	c cleaning 111996 clauses out of 224028 with flag 36724355/6431000
1042.49/1041.50	c cleaning 113005 clauses out of 226032 with flag 37338019/6545000
1067.19/1066.22	c cleaning 113999 clauses out of 228028 with flag 37942796/6660001
1094.70/1093.75	c cleaning 114987 clauses out of 230030 with flag 38578013/6776002
1122.70/1121.74	c cleaning 116003 clauses out of 232042 with flag 39205128/6893001
1151.06/1149.92	c cleaning 116996 clauses out of 234038 with flag 39835751/7011000
1178.27/1177.18	c cleaning 118014 clauses out of 236043 with flag 40488544/7130001
1205.16/1204.08	c cleaning 119010 clauses out of 238029 with flag 41138510/7250001
1230.57/1229.42	c cleaning 120002 clauses out of 240019 with flag 41818713/7371001
1256.97/1255.87	c cleaning 121002 clauses out of 242018 with flag 42482946/7493002
1271.45/1270.22	c starts		: 16992
1271.45/1270.22	c conflicts		: 7565798
1271.45/1270.22	c decisions		: 11333311
1271.45/1270.22	c propagations		: 136316510
1271.45/1270.22	c inspects		: 27994108188
1271.45/1270.22	c shortcuts		: 0
1271.45/1270.22	c learnt literals	: 11
1271.45/1270.22	c learnt binary clauses	: 15
1271.45/1270.22	c learnt ternary clauses	: 22
1271.45/1270.22	c learnt constraints	: 7565786
1271.45/1270.22	c ignored constraints	: 0
1271.45/1270.22	c root simplifications	: 0
1271.45/1270.22	c removed literals (reason simplification)	: 0
1271.45/1270.22	c reason swapping (by a shorter reason)	: 0
1271.45/1270.22	c Calls to reduceDB	: 118
1271.45/1270.22	c Number of update (reduction) of LBD	: 2330020
1271.45/1270.22	c Imported unit clauses	: 0
1271.45/1270.22	c number of reductions to clauses (during analyze)	: 0
1271.45/1270.22	c number of learned constraints concerned by reduction	: 0
1271.45/1270.22	c number of learning phase by resolution	: 0
1271.45/1270.22	c number of learning phase by cutting planes	: 0
1271.45/1270.22	c speed (assignments/second)	: 107331.52448208773
1271.45/1270.22	c non guided choices	88600
1271.45/1270.25	c learnt constraints type 
1271.45/1270.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1271.45/1270.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 193785
1271.45/1270.25	s UNSATISFIABLE
1271.45/1270.25	c Total wall clock time (in seconds): 1270.144

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-4122758-1467317533/watcher-4122758-1467317533 -o /tmp/evaluation-result-4122758-1467317533/solver-4122758-1467317533 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13788 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122758-1467317533.opb 

pid=16725
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.10 2.12 2.09 3/194 16728
/proc/meminfo: memFree=26546572/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16728/stat : 16728 (java) D 16725 16728 13214 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 12720649 9515008 175 33554432000 1073741824 1073778376 140735904496656 140735904479384 213193147280 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2323 175 133 9 0 71 0

[startup+0.100115 s]
/proc/loadavg: 2.10 2.12 2.09 3/194 16728
/proc/meminfo: memFree=26546572/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16728/stat : 16728 (java) S 16725 16728 13214 0 -1 4202496 4487 0 1 0 9 1 0 0 20 0 18 0 12720649 9787879424 5614 33554432000 1073741824 1073778376 140735904496656 140735904487792 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2389619 5614 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200379 s]
/proc/loadavg: 2.10 2.12 2.09 3/194 16728
/proc/meminfo: memFree=26546572/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/16728/stat : 16728 (java) S 16725 16728 13214 0 -1 4202496 6020 0 1 0 26 1 0 0 20 0 19 0 12720649 9856040960 7192 33554432000 1073741824 1073778376 140735904496656 140735904487792 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2406260 7192 2224 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300378 s]
/proc/loadavg: 2.10 2.12 2.09 3/194 16728
/proc/meminfo: memFree=26546572/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/16728/stat : 16728 (java) S 16725 16728 13214 0 -1 4202496 6577 0 1 0 50 1 0 0 20 0 19 0 12720649 9856040960 7427 33554432000 1073741824 1073778376 140735904496656 140735904487792 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2406260 7427 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700191 s]
/proc/loadavg: 2.10 2.12 2.09 3/194 16728
/proc/meminfo: memFree=26546572/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/16728/stat : 16728 (java) S 16725 16728 13214 0 -1 4202496 14616 0 1 0 118 2 0 0 20 0 19 0 12720649 9856040960 13482 33554432000 1073741824 1073778376 140735904496656 140735904487792 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2406260 13482 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.10 2.12 2.09 3/213 16747
/proc/meminfo: memFree=26499480/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/16728/stat : 16728 (java) S 16725 16728 13214 0 -1 4202496 14720 0 1 0 200 2 0 0 20 0 19 0 12720649 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140735904487792 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2406260 14514 2256 9 0 2396937 0
[pid=16728/tid=16730] ppid=16725 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/16728/task/16730/stat : 16730 (java) R 16725 16728 13214 0 -1 4202560 2461 0 1 0 147 0 0 0 20 0 19 0 12720650 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619571958024 140619512128634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16731] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16731/stat : 16731 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619415501864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16732] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16732/stat : 16732 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619414449064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16733] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16733/stat : 16733 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619413396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16728/tid=16734] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16734/stat : 16734 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619412343464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16735] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16735/stat : 16735 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619411290664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16736] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16736/stat : 16736 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619410237864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16737] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16737/stat : 16737 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619409185064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16738] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16738/stat : 16738 (java) S 16725 16728 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619408132264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16739] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16739/stat : 16739 (java) S 16725 16728 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12720651 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619395935208 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16740] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16740/stat : 16740 (java) S 16725 16728 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619394881272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16741] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16741/stat : 16741 (java) S 16725 16728 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619393828360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16742] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16742/stat : 16742 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619392776848 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16743] ppid=16725 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/16728/task/16743/stat : 16743 (java) S 16725 16728 13214 0 -1 4202560 7964 0 0 0 28 0 0 0 20 0 19 0 12720654 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619391723960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16744] ppid=16725 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16728/task/16744/stat : 16744 (java) S 16725 16728 13214 0 -1 4202560 3022 0 0 0 22 0 0 0 20 0 19 0 12720654 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619390671160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16745] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16745/stat : 16745 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619389618552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16746] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16746/stat : 16746 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619388565960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16747] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16747/stat : 16747 (java) S 16725 16728 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12720666 9856040960 14514 33554432000 1073741824 1073778376 140735904496656 140619387512488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.10 2.12 2.09 3/213 16747
/proc/meminfo: memFree=26494764/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/16728/stat : 16728 (java) S 16725 16728 13214 0 -1 4202496 14723 0 1 0 360 2 0 0 20 0 19 0 12720649 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140735904487792 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2406260 15538 2256 9 0 2396937 0
[pid=16728/tid=16730] ppid=16725 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/16728/task/16730/stat : 16730 (java) R 16725 16728 13214 0 -1 4202560 2464 0 1 0 305 1 0 0 20 0 19 0 12720650 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619571949248 140619512128291 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16731] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16731/stat : 16731 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619415501864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16732] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16732/stat : 16732 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619414449064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16733] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16733/stat : 16733 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619413396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16728/tid=16734] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16734/stat : 16734 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619412343464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16735] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16735/stat : 16735 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619411290664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16736] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16736/stat : 16736 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619410237864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16737] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16737/stat : 16737 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619409185064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16738] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16738/stat : 16738 (java) S 16725 16728 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619408132264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16739] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16739/stat : 16739 (java) S 16725 16728 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12720651 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619395935208 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16740] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16740/stat : 16740 (java) S 16725 16728 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619394881272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16741] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16741/stat : 16741 (java) S 16725 16728 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619393828360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16742] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16742/stat : 16742 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619392776848 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16743] ppid=16725 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/16728/task/16743/stat : 16743 (java) S 16725 16728 13214 0 -1 4202560 7964 0 0 0 28 0 0 0 20 0 19 0 12720654 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619391723960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16744] ppid=16725 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16728/task/16744/stat : 16744 (java) S 16725 16728 13214 0 -1 4202560 3022 0 0 0 22 0 0 0 20 0 19 0 12720654 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619390671160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16745] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16745/stat : 16745 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619389618552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16746] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16746/stat : 16746 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619388565960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16747] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16747/stat : 16747 (java) S 16725 16728 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12720666 9856040960 15538 33554432000 1073741824 1073778376 140735904496656 140619387512488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30092 s]
/proc/loadavg: 2.09 2.12 2.09 4/213 16747
/proc/meminfo: memFree=26485392/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9625040 CPUtime=6.82 cores=1,3,5,7
/proc/16728/stat : 16728 (java) S 16725 16728 13214 0 -1 4202496 14730 0 1 0 680 2 0 0 20 0 19 0 12720649 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140735904487792 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2406260 17611 2257 9 0 2396937 0
[pid=16728/tid=16730] ppid=16725 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/16728/task/16730/stat : 16730 (java) R 16725 16728 13214 0 -1 4202560 2470 0 1 0 624 1 0 0 20 0 19 0 12720650 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619571949248 140619512075825 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16731] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16731/stat : 16731 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619415501864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16732] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16732/stat : 16732 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619414449064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16733] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16733/stat : 16733 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619413396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16728/tid=16734] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16734/stat : 16734 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619412343464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16735] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16735/stat : 16735 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619411290664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16736] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16736/stat : 16736 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619410237864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16737] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16737/stat : 16737 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619409185064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16738] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16738/stat : 16738 (java) S 16725 16728 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12720650 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619408132264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16739] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16739/stat : 16739 (java) S 16725 16728 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12720651 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619395935208 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16740] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16740/stat : 16740 (java) S 16725 16728 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619394881272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16741] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16741/stat : 16741 (java) S 16725 16728 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619393828360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16742] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16742/stat : 16742 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619392776848 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16743] ppid=16725 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/16728/task/16743/stat : 16743 (java) S 16725 16728 13214 0 -1 4202560 7964 0 0 0 28 0 0 0 20 0 19 0 12720654 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619391723960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16744] ppid=16725 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/16728/task/16744/stat : 16744 (java) S 16725 16728 13214 0 -1 4202560 3022 0 0 0 23 0 0 0 20 0 19 0 12720654 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619390671160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16745] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16745/stat : 16745 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619389618552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16746] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16746/stat : 16746 (java) S 16725 16728 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619388565960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16747] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16747/stat : 16747 (java) S 16725 16728 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12720666 9856040960 17611 33554432000 1073741824 1073778376 140735904496656 140619387512488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625040


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

[pid=16728/tid=16740] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16740/stat : 16740 (java) S 16725 16728 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619394881272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16741] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16741/stat : 16741 (java) S 16725 16728 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619393828360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16742] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16742/stat : 16742 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619392776848 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16743] ppid=16725 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16728/task/16743/stat : 16743 (java) S 16725 16728 13214 0 -1 4202560 7971 0 0 0 33 0 0 0 20 0 19 0 12720654 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619391723960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16744] ppid=16725 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/16728/task/16744/stat : 16744 (java) S 16725 16728 13214 0 -1 4202560 3036 0 0 0 26 0 0 0 20 0 19 0 12720654 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619390671160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16745] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16745/stat : 16745 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619389618552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16746] ppid=16725 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/16728/task/16746/stat : 16746 (java) S 16725 16728 13214 0 -1 4202560 74 0 0 0 10 20 0 0 20 0 19 0 12720654 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619388565960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16747] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16747/stat : 16747 (java) S 16725 16728 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12720666 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619387512488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1270.02
Current children cumulated vsize (KiB) 9625040

[startup+1269.6 s]
/proc/loadavg: 1.18 1.20 1.46 3/188 16810
/proc/meminfo: memFree=26460616/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9625040 CPUtime=1270.82 cores=1,3,5,7
/proc/16728/stat : 16728 (java) S 16725 16728 13214 0 -1 4202496 15753 0 1 0 127045 37 0 0 20 0 19 0 12720649 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140735904487792 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2406260 73867 2272 9 0 2396937 0
[pid=16728/tid=16730] ppid=16725 vsize=9625040 CPUtime=1265.93 cores=1,3,5,7
/proc/16728/task/16730/stat : 16730 (java) R 16725 16728 13214 0 -1 4202560 2534 0 1 0 126571 22 0 0 20 0 19 0 12720650 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619571956272 140619512375610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16731] ppid=16725 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/16728/task/16731/stat : 16731 (java) S 16725 16728 13214 0 -1 4202560 123 0 0 0 8 3 0 0 20 0 19 0 12720650 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619415501864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16732] ppid=16725 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/16728/task/16732/stat : 16732 (java) S 16725 16728 13214 0 -1 4202560 86 0 0 0 12 2 0 0 20 0 19 0 12720650 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619414449064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16733] ppid=16725 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16728/task/16733/stat : 16733 (java) S 16725 16728 13214 0 -1 4202560 115 0 0 0 7 2 0 0 20 0 19 0 12720650 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619413396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16728/tid=16734] ppid=16725 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16728/task/16734/stat : 16734 (java) S 16725 16728 13214 0 -1 4202560 62 0 0 0 7 2 0 0 20 0 19 0 12720650 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619412343464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16735] ppid=16725 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16728/task/16735/stat : 16735 (java) S 16725 16728 13214 0 -1 4202560 59 0 0 0 7 2 0 0 20 0 19 0 12720650 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619411290664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16736] ppid=16725 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/16728/task/16736/stat : 16736 (java) S 16725 16728 13214 0 -1 4202560 165 0 0 0 6 1 0 0 20 0 19 0 12720650 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619410237864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16728/tid=16737] ppid=16725 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16728/task/16737/stat : 16737 (java) S 16725 16728 13214 0 -1 4202560 17 0 0 0 5 1 0 0 20 0 19 0 12720650 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619409185064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16738] ppid=16725 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/16728/task/16738/stat : 16738 (java) S 16725 16728 13214 0 -1 4202560 196 0 0 0 5 2 0 0 20 0 19 0 12720650 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619408132264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16739] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16739/stat : 16739 (java) S 16725 16728 13214 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 19 0 12720651 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619395935208 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16740] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16740/stat : 16740 (java) S 16725 16728 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619394881272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16741] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16741/stat : 16741 (java) S 16725 16728 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619393828360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16742] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16742/stat : 16742 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619392776848 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16743] ppid=16725 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16728/task/16743/stat : 16743 (java) S 16725 16728 13214 0 -1 4202560 7971 0 0 0 33 0 0 0 20 0 19 0 12720654 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619391723960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16744] ppid=16725 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/16728/task/16744/stat : 16744 (java) S 16725 16728 13214 0 -1 4202560 3036 0 0 0 26 0 0 0 20 0 19 0 12720654 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619390671160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16745] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16745/stat : 16745 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619389618552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16746] ppid=16725 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/16728/task/16746/stat : 16746 (java) S 16725 16728 13214 0 -1 4202560 74 0 0 0 10 20 0 0 20 0 19 0 12720654 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619388565960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16747] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16747/stat : 16747 (java) S 16725 16728 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12720666 9856040960 73867 33554432000 1073741824 1073778376 140735904496656 140619387512488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1270.82
Current children cumulated vsize (KiB) 9625040

[startup+1270 s]
/proc/loadavg: 1.18 1.20 1.46 3/188 16810
/proc/meminfo: memFree=26460616/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9625040 CPUtime=1271.25 cores=1,3,5,7
/proc/16728/stat : 16728 (java) S 16725 16728 13214 0 -1 4202496 15762 0 1 0 127088 37 0 0 20 0 19 0 12720649 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140735904487792 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2406260 73876 2272 9 0 2396937 0
[pid=16728/tid=16730] ppid=16725 vsize=9625040 CPUtime=1266.33 cores=1,3,5,7
/proc/16728/task/16730/stat : 16730 (java) R 16725 16728 13214 0 -1 4202560 2534 0 1 0 126611 22 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619571958072 140619512375634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16731] ppid=16725 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/16728/task/16731/stat : 16731 (java) S 16725 16728 13214 0 -1 4202560 123 0 0 0 8 3 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619415501864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16732] ppid=16725 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/16728/task/16732/stat : 16732 (java) S 16725 16728 13214 0 -1 4202560 86 0 0 0 12 2 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619414449064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16733] ppid=16725 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16728/task/16733/stat : 16733 (java) S 16725 16728 13214 0 -1 4202560 115 0 0 0 7 2 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619413396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16728/tid=16734] ppid=16725 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16728/task/16734/stat : 16734 (java) S 16725 16728 13214 0 -1 4202560 62 0 0 0 7 2 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619412343464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16735] ppid=16725 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16728/task/16735/stat : 16735 (java) S 16725 16728 13214 0 -1 4202560 59 0 0 0 7 2 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619411290664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16736] ppid=16725 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/16728/task/16736/stat : 16736 (java) S 16725 16728 13214 0 -1 4202560 165 0 0 0 6 1 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619410237864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16728/tid=16737] ppid=16725 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16728/task/16737/stat : 16737 (java) S 16725 16728 13214 0 -1 4202560 17 0 0 0 5 1 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619409185064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16738] ppid=16725 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/16728/task/16738/stat : 16738 (java) S 16725 16728 13214 0 -1 4202560 196 0 0 0 5 2 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619408132264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16739] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16739/stat : 16739 (java) S 16725 16728 13214 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 19 0 12720651 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619395935208 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16740] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16740/stat : 16740 (java) S 16725 16728 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619394881272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16741] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16741/stat : 16741 (java) S 16725 16728 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619393828360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16742] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16742/stat : 16742 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619392776848 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16743] ppid=16725 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/16728/task/16743/stat : 16743 (java) S 16725 16728 13214 0 -1 4202560 7980 0 0 0 36 0 0 0 20 0 19 0 12720654 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619391723960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16744] ppid=16725 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/16728/task/16744/stat : 16744 (java) S 16725 16728 13214 0 -1 4202560 3036 0 0 0 26 0 0 0 20 0 19 0 12720654 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619390671160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16745] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16745/stat : 16745 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619389618552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16746] ppid=16725 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/16728/task/16746/stat : 16746 (java) S 16725 16728 13214 0 -1 4202560 74 0 0 0 10 20 0 0 20 0 19 0 12720654 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619388565960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16747] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16747/stat : 16747 (java) S 16725 16728 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12720666 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619387512488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1271.25
Current children cumulated vsize (KiB) 9625040

[startup+1270.2 s]
/proc/loadavg: 1.18 1.20 1.46 3/188 16810
/proc/meminfo: memFree=26460616/32872528 swapFree=11480/941500
[pid=16728] ppid=16725 vsize=9625040 CPUtime=1271.45 cores=1,3,5,7
/proc/16728/stat : 16728 (java) S 16725 16728 13214 0 -1 4202496 15762 0 1 0 127108 37 0 0 20 0 19 0 12720649 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140735904487792 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16728/statm: 2406260 73876 2272 9 0 2396937 0
[pid=16728/tid=16730] ppid=16725 vsize=9625040 CPUtime=1266.53 cores=1,3,5,7
/proc/16728/task/16730/stat : 16730 (java) R 16725 16728 13214 0 -1 4202560 2534 0 1 0 126631 22 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619571958072 140619512389756 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16731] ppid=16725 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/16728/task/16731/stat : 16731 (java) S 16725 16728 13214 0 -1 4202560 123 0 0 0 8 3 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619415501864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16732] ppid=16725 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/16728/task/16732/stat : 16732 (java) S 16725 16728 13214 0 -1 4202560 86 0 0 0 12 2 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619414449064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16733] ppid=16725 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16728/task/16733/stat : 16733 (java) S 16725 16728 13214 0 -1 4202560 115 0 0 0 7 2 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619413396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16728/tid=16734] ppid=16725 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16728/task/16734/stat : 16734 (java) S 16725 16728 13214 0 -1 4202560 62 0 0 0 7 2 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619412343464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16735] ppid=16725 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16728/task/16735/stat : 16735 (java) S 16725 16728 13214 0 -1 4202560 59 0 0 0 7 2 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619411290664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16736] ppid=16725 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/16728/task/16736/stat : 16736 (java) S 16725 16728 13214 0 -1 4202560 165 0 0 0 6 1 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619410237864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16728/tid=16737] ppid=16725 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16728/task/16737/stat : 16737 (java) S 16725 16728 13214 0 -1 4202560 17 0 0 0 5 1 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619409185064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16738] ppid=16725 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/16728/task/16738/stat : 16738 (java) S 16725 16728 13214 0 -1 4202560 196 0 0 0 5 2 0 0 20 0 19 0 12720650 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619408132264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16739] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16739/stat : 16739 (java) S 16725 16728 13214 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 19 0 12720651 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619395935208 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16740] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16740/stat : 16740 (java) S 16725 16728 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619394881272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16741] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16741/stat : 16741 (java) S 16725 16728 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12720652 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619393828360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16742] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16742/stat : 16742 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619392776848 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16743] ppid=16725 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/16728/task/16743/stat : 16743 (java) S 16725 16728 13214 0 -1 4202560 7980 0 0 0 36 0 0 0 20 0 19 0 12720654 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619391723960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16728/tid=16744] ppid=16725 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/16728/task/16744/stat : 16744 (java) S 16725 16728 13214 0 -1 4202560 3036 0 0 0 26 0 0 0 20 0 19 0 12720654 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619390671160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16745] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16745/stat : 16745 (java) S 16725 16728 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12720654 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619389618552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16728/tid=16746] ppid=16725 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/16728/task/16746/stat : 16746 (java) S 16725 16728 13214 0 -1 4202560 74 0 0 0 10 20 0 0 20 0 19 0 12720654 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619388565960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16728/tid=16747] ppid=16725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16728/task/16747/stat : 16747 (java) S 16725 16728 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12720666 9856040960 73876 33554432000 1073741824 1073778376 140735904496656 140619387512488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1271.45
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16728 and gives
#  childrusage.ru_utime.tv_sec=1267
#  childrusage.ru_utime.tv_usec=788266
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=711891
# CPU time returned by wait4() is 1268.5
# while last known CPU time is 1271.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1270.26
CPU time (s): 1271.45
CPU user time (s): 1271.08
CPU system time (s): 0.37
CPU usage (%): 100.094
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1267.79
system time used= 0.711891
maximum resident set size= 295588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15792
page faults= 1
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27095
involuntary context switches= 8139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.49971 second user time and 9.59354 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 22:12:13
IDJOB=4122758
IDBENCH=111326
IDSOLVER=2546
FILE ID=node113/4122758-1467317533
RUNJOBID= node113-1467309899-13788
PBS_JOBID= 20005277
Free space on /tmp= 71736 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-90.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122758-1467317533/watcher-4122758-1467317533 -o /tmp/evaluation-result-4122758-1467317533/solver-4122758-1467317533 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13788 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122758-1467317533.opb

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

MD5SUM BENCH= 02f43588bfaf88f851952f09ad597b59
RANDOM SEED=67620882

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26547208 kB
Buffers:          133244 kB
Cached:          4272948 kB
SwapCached:            0 kB
Active:          3140804 kB
Inactive:        1482228 kB
Active(anon):     214008 kB
Inactive(anon):     5656 kB
Active(file):    2926796 kB
Inactive(file):  1476572 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               972 kB
Writeback:             0 kB
AnonPages:       1189244 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             629700 kB
SReclaimable:      73636 kB
SUnreclaim:       556064 kB
KernelStack:        1760 kB
PageTables:         6336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1632388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1159168 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= 71736 MiB
End job on node113 at 2016-06-30 22:33:24