Trace number 4120142

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 1118.31 1116.85

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-83.cnf.gz-extracted.pb.metafix.opb
MD5SUMe2d14e2926e40df10aad66fbacabe439
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.011998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333
Total number of constraints332
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)332
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.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-4120142-1467310317.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.057s.
0.09/0.17	c declared #vars     333
0.09/0.17	c #constraints  332
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 332
0.09/0.17	c 332 constraints processed.
0.67/0.44	c cleaning 2498 clauses out of 5000 with flag 23263/5000
1.10/0.61	c cleaning 4239 clauses out of 8502 with flag 56023/11000
1.30/0.82	c cleaning 5616 clauses out of 11264 with flag 98096/18001
1.51/1.06	c cleaning 6811 clauses out of 13647 with flag 147001/26000
1.82/1.38	c cleaning 7915 clauses out of 15836 with flag 203138/35000
2.22/1.76	c cleaning 8958 clauses out of 17924 with flag 264354/45003
2.62/2.19	c cleaning 9965 clauses out of 19963 with flag 323462/56000
3.12/2.69	c cleaning 10984 clauses out of 21998 with flag 398445/68000
3.72/3.28	c cleaning 11996 clauses out of 24015 with flag 477747/81001
4.42/3.93	c cleaning 12999 clauses out of 26018 with flag 558650/95000
5.03/4.58	c cleaning 14004 clauses out of 28020 with flag 645367/110001
5.82/5.36	c cleaning 14984 clauses out of 30015 with flag 737692/126000
6.82/6.30	c cleaning 15999 clauses out of 32034 with flag 835579/143003
7.83/7.31	c cleaning 17001 clauses out of 34034 with flag 945711/161002
8.83/8.37	c cleaning 17999 clauses out of 36031 with flag 1060037/180000
9.93/9.41	c cleaning 18990 clauses out of 38033 with flag 1177742/200001
11.13/10.62	c cleaning 20011 clauses out of 40044 with flag 1311564/221002
12.43/11.99	c cleaning 21000 clauses out of 42031 with flag 1443209/243000
13.93/13.48	c cleaning 22007 clauses out of 44032 with flag 1593091/266001
15.53/15.08	c cleaning 22999 clauses out of 46025 with flag 1738228/290001
17.23/16.80	c cleaning 23988 clauses out of 48026 with flag 1894758/315001
19.13/18.62	c cleaning 25006 clauses out of 50037 with flag 2059726/341000
21.63/21.14	c cleaning 25985 clauses out of 52031 with flag 2240018/368000
23.63/23.19	c cleaning 27006 clauses out of 54046 with flag 2414048/396000
26.02/25.52	c cleaning 28005 clauses out of 56040 with flag 2610952/425000
28.42/27.97	c cleaning 28997 clauses out of 58035 with flag 2803743/455000
31.02/30.53	c cleaning 30013 clauses out of 60042 with flag 3005652/486004
33.73/33.23	c cleaning 31001 clauses out of 62025 with flag 3215948/518000
36.63/36.12	c cleaning 32001 clauses out of 64025 with flag 3432328/551001
39.73/39.22	c cleaning 32998 clauses out of 66023 with flag 3647240/585000
43.03/42.58	c cleaning 34003 clauses out of 68026 with flag 3866005/620001
46.53/46.02	c cleaning 34997 clauses out of 70024 with flag 4104969/656002
50.13/49.61	c cleaning 36003 clauses out of 72025 with flag 4342082/693000
53.83/53.33	c cleaning 36990 clauses out of 74022 with flag 4587661/731000
57.83/57.37	c cleaning 38005 clauses out of 76033 with flag 4837101/770001
61.93/61.45	c cleaning 39002 clauses out of 78027 with flag 5092448/810000
66.32/65.88	c cleaning 39997 clauses out of 80027 with flag 5354988/851002
70.94/70.47	c cleaning 40995 clauses out of 82028 with flag 5621672/893000
75.73/75.21	c cleaning 42002 clauses out of 84033 with flag 5891656/936000
80.48/79.94	c cleaning 43011 clauses out of 86033 with flag 6177290/980002
85.58/85.02	c cleaning 44002 clauses out of 88020 with flag 6463545/1025000
90.58/90.07	c cleaning 44997 clauses out of 90018 with flag 6766867/1071000
95.58/95.09	c cleaning 46001 clauses out of 92022 with flag 7073916/1118001
101.08/100.54	c cleaning 46995 clauses out of 94021 with flag 7375999/1166001
107.18/106.61	c cleaning 48001 clauses out of 96026 with flag 7685000/1215001
113.38/112.83	c cleaning 49001 clauses out of 98024 with flag 8000294/1265000
119.58/119.03	c cleaning 49998 clauses out of 100023 with flag 8315137/1316000
126.09/125.53	c cleaning 51006 clauses out of 102025 with flag 8637889/1368000
132.69/132.14	c cleaning 51995 clauses out of 104019 with flag 8977833/1421000
139.58/139.03	c cleaning 52997 clauses out of 106025 with flag 9312039/1475001
146.78/146.27	c cleaning 53994 clauses out of 108027 with flag 9643433/1530000
154.09/153.53	c cleaning 54998 clauses out of 110033 with flag 9977265/1586000
161.99/161.42	c cleaning 56008 clauses out of 112035 with flag 10316771/1643000
169.89/169.31	c cleaning 57001 clauses out of 114029 with flag 10650164/1701002
177.99/177.43	c cleaning 58002 clauses out of 116026 with flag 10997845/1760000
186.79/186.26	c cleaning 58996 clauses out of 118024 with flag 11343157/1820000
195.59/195.01	c cleaning 60000 clauses out of 120029 with flag 11690639/1881001
204.49/203.94	c cleaning 61009 clauses out of 122029 with flag 12050446/1943001
214.15/213.53	c cleaning 61991 clauses out of 124021 with flag 12416139/2006002
223.54/222.92	c cleaning 62997 clauses out of 126029 with flag 12790585/2070001
233.25/232.61	c cleaning 64008 clauses out of 128032 with flag 13170618/2135001
243.55/242.94	c cleaning 64998 clauses out of 130024 with flag 13541747/2201001
253.55/252.93	c cleaning 65994 clauses out of 132026 with flag 13940465/2268001
264.07/263.42	c cleaning 67012 clauses out of 134031 with flag 14322580/2336000
275.67/275.05	c cleaning 68001 clauses out of 136019 with flag 14724030/2405000
286.47/285.87	c cleaning 68997 clauses out of 138020 with flag 15130882/2475002
298.37/297.77	c cleaning 69998 clauses out of 140021 with flag 15538337/2546000
309.88/309.25	c cleaning 71002 clauses out of 142023 with flag 15941830/2618000
322.08/321.41	c cleaning 71994 clauses out of 144022 with flag 16348816/2691001
333.78/333.11	c cleaning 73005 clauses out of 146028 with flag 16774321/2765001
346.57/345.95	c cleaning 73994 clauses out of 148022 with flag 17193154/2840000
360.07/359.46	c cleaning 75011 clauses out of 150028 with flag 17618143/2916000
373.48/372.90	c cleaning 75998 clauses out of 152018 with flag 18046847/2993001
387.80/387.10	c cleaning 76991 clauses out of 154020 with flag 18467896/3071001
402.00/401.39	c cleaning 78007 clauses out of 156029 with flag 18903488/3150001
415.80/415.18	c cleaning 78998 clauses out of 158023 with flag 19348178/3230002
430.30/429.70	c cleaning 80003 clauses out of 160025 with flag 19810556/3311002
445.81/445.19	c cleaning 80993 clauses out of 162020 with flag 20251322/3393000
460.91/460.26	c cleaning 82007 clauses out of 164027 with flag 20703948/3476000
477.02/476.32	c cleaning 83003 clauses out of 166022 with flag 21167240/3560002
493.41/492.74	c cleaning 84004 clauses out of 168017 with flag 21618021/3645000
510.62/509.98	c cleaning 84997 clauses out of 170013 with flag 22078253/3731000
528.02/527.35	c cleaning 85996 clauses out of 172016 with flag 22547706/3818000
546.62/545.97	c cleaning 86993 clauses out of 174022 with flag 23022372/3906002
564.73/564.02	c cleaning 88003 clauses out of 176027 with flag 23500774/3995000
582.80/582.06	c cleaning 88996 clauses out of 178025 with flag 23993383/4085001
601.29/600.52	c cleaning 90003 clauses out of 180028 with flag 24482361/4176000
619.80/619.03	c cleaning 90994 clauses out of 182025 with flag 24980108/4268000
638.00/637.21	c cleaning 92003 clauses out of 184033 with flag 25485770/4361002
657.80/657.03	c cleaning 92997 clauses out of 186029 with flag 25978552/4455001
678.00/677.21	c cleaning 94007 clauses out of 188034 with flag 26492644/4550003
698.32/697.57	c cleaning 94998 clauses out of 190025 with flag 27005204/4646001
720.01/719.29	c cleaning 95997 clauses out of 192027 with flag 27516022/4743001
741.81/741.06	c cleaning 97000 clauses out of 194029 with flag 28028785/4841000
763.12/762.37	c cleaning 98005 clauses out of 196029 with flag 28559166/4940000
784.61/783.80	c cleaning 98999 clauses out of 198024 with flag 29092924/5040000
806.97/806.14	c cleaning 100007 clauses out of 200026 with flag 29625980/5141001
829.87/829.04	c cleaning 100998 clauses out of 202020 with flag 30165668/5243002
851.37/850.56	c cleaning 101998 clauses out of 204021 with flag 30710830/5346001
874.08/873.21	c cleaning 102993 clauses out of 206022 with flag 31272271/5450000
897.58/896.75	c cleaning 104003 clauses out of 208030 with flag 31818179/5555001
921.59/920.73	c cleaning 105003 clauses out of 210030 with flag 32389933/5661004
943.70/942.88	c cleaning 105994 clauses out of 212023 with flag 32988193/5768000
967.69/966.89	c cleaning 107005 clauses out of 214030 with flag 33570701/5876001
993.21/992.36	c cleaning 107983 clauses out of 216025 with flag 34154281/5985001
1018.41/1017.41	c cleaning 109014 clauses out of 218042 with flag 34758261/6095001
1044.11/1043.18	c cleaning 110008 clauses out of 220028 with flag 35364336/6206001
1069.42/1068.46	c cleaning 111006 clauses out of 222022 with flag 35982887/6318003
1094.44/1093.43	c cleaning 111992 clauses out of 224013 with flag 36607107/6431000
1117.08/1115.64	c cleaning 113007 clauses out of 226021 with flag 37263428/6545000
1118.31/1116.81	c starts		: 14721
1118.31/1116.81	c conflicts		: 6554773
1118.31/1116.81	c decisions		: 9705559
1118.31/1116.81	c propagations		: 118753126
1118.31/1116.81	c inspects		: 24490273451
1118.31/1116.81	c shortcuts		: 0
1118.31/1116.81	c learnt literals	: 10
1118.31/1116.81	c learnt binary clauses	: 9
1118.31/1116.81	c learnt ternary clauses	: 19
1118.31/1116.81	c learnt constraints	: 6554762
1118.31/1116.81	c ignored constraints	: 0
1118.31/1116.81	c root simplifications	: 0
1118.31/1116.81	c removed literals (reason simplification)	: 0
1118.31/1116.81	c reason swapping (by a shorter reason)	: 0
1118.31/1116.81	c Calls to reduceDB	: 110
1118.31/1116.81	c Number of update (reduction) of LBD	: 2044661
1118.31/1116.81	c Imported unit clauses	: 0
1118.31/1116.81	c number of reductions to clauses (during analyze)	: 0
1118.31/1116.81	c number of learned constraints concerned by reduction	: 0
1118.31/1116.81	c number of learning phase by resolution	: 0
1118.31/1116.81	c number of learning phase by cutting planes	: 0
1118.31/1116.81	c speed (assignments/second)	: 106348.62265367531
1118.31/1116.81	c non guided choices	65099
1118.31/1116.84	c learnt constraints type 
1118.31/1116.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1118.31/1116.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122767
1118.31/1116.84	s UNSATISFIABLE
1118.31/1116.84	c Total wall clock time (in seconds): 1116.726

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

pid=17770
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.24 2.22 2.10 4/194 17773
/proc/meminfo: memFree=29150344/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=20596 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (java) R 17770 17773 17519 0 -1 4202496 539 0 0 0 0 0 0 0 20 0 1 0 11981260 21090304 189 33554432000 1073741824 1073778376 140737208877312 140737208866376 213410476906 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 5149 189 145 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.24 2.22 2.10 4/194 17773
/proc/meminfo: memFree=29150344/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17770 17773 17519 0 -1 4202496 4451 0 1 0 8 1 0 0 20 0 18 0 11981260 9787879424 5572 33554432000 1073741824 1073778376 140737208877312 140737208868448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 2389619 5572 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200185 s]
/proc/loadavg: 2.24 2.22 2.10 4/194 17773
/proc/meminfo: memFree=29150344/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=9625308 CPUtime=0.25 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17770 17773 17519 0 -1 4202496 5419 0 1 0 23 2 0 0 20 0 19 0 11981260 9856315392 6876 33554432000 1073741824 1073778376 140737208877312 140737208868448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 2406327 6904 2219 9 0 2397004 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625308

[startup+0.300254 s]
/proc/loadavg: 2.24 2.22 2.10 4/194 17773
/proc/meminfo: memFree=29150344/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17770 17773 17519 0 -1 4202496 6975 0 1 0 52 2 0 0 20 0 19 0 11981260 9856040960 7482 33554432000 1073741824 1073778376 140737208877312 140737208868448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 2406260 7482 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700189 s]
/proc/loadavg: 2.24 2.22 2.10 4/194 17773
/proc/meminfo: memFree=29150344/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17770 17773 17519 0 -1 4202496 13953 0 1 0 117 3 0 0 20 0 19 0 11981260 9856040960 11817 33554432000 1073741824 1073778376 140737208877312 140737208868448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 2406260 11817 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.24 2.22 2.10 4/213 17792
/proc/meminfo: memFree=29108656/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17770 17773 17519 0 -1 4202496 13962 0 1 0 199 3 0 0 20 0 19 0 11981260 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140737208868448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 2406260 12847 2256 9 0 2396937 0
[pid=17773/tid=17775] ppid=17770 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) R 17770 17773 17519 0 -1 4202560 2467 0 1 0 144 1 0 0 20 0 19 0 11981261 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670921539264 140670794017058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17776] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670765136296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17777] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670764083752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17778] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670763030696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17779] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670761978152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17780] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670760926120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17781] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670759873576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17782] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670758820520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17783] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17770 17773 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670757767976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17784] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) S 17770 17773 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11981263 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670745569640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17785] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17770 17773 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670744515960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17786] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17770 17773 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670743462792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17787] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670742411536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17788] ppid=17770 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17770 17773 17519 0 -1 4202560 2849 0 0 0 20 0 0 0 20 0 19 0 11981266 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670741359416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17770 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17770 17773 17519 0 -1 4202560 7374 0 0 0 32 1 0 0 20 0 19 0 11981266 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670740306872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17790] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670739254008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17791] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670738201672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17792] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17792/stat : 17792 (java) S 17770 17773 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11981278 9856040960 12847 33554432000 1073741824 1073778376 140737208877312 140670737146920 213423011753 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.22 2.21 2.10 4/213 17792
/proc/meminfo: memFree=29103940/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17770 17773 17519 0 -1 4202496 13965 0 1 0 359 3 0 0 20 0 19 0 11981260 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140737208868448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 2406260 13871 2256 9 0 2396937 0
[pid=17773/tid=17775] ppid=17770 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) R 17770 17773 17519 0 -1 4202560 2470 0 1 0 304 1 0 0 20 0 19 0 11981261 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670921539264 140670793976137 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17776] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670765136296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17777] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670764083752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17778] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670763030696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17779] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670761978152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17780] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670760926120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17781] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670759873576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17782] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670758820520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17783] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17770 17773 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670757767976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17784] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) S 17770 17773 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11981263 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670745569640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17785] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17770 17773 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670744515960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17786] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17770 17773 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670743462792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17787] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670742411536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17788] ppid=17770 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17770 17773 17519 0 -1 4202560 2849 0 0 0 20 0 0 0 20 0 19 0 11981266 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670741359416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17770 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17770 17773 17519 0 -1 4202560 7374 0 0 0 32 1 0 0 20 0 19 0 11981266 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670740306872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17790] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670739254008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17791] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670738201672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17792] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17792/stat : 17792 (java) S 17770 17773 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11981278 9856040960 13871 33554432000 1073741824 1073778376 140737208877312 140670737146920 213423011753 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.30079 s]
/proc/loadavg: 2.22 2.21 2.10 4/213 17792
/proc/meminfo: memFree=29100376/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=9625040 CPUtime=6.82 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17770 17773 17519 0 -1 4202496 13971 0 1 0 679 3 0 0 20 0 19 0 11981260 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140737208868448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 2406260 14682 2257 9 0 2396937 0
[pid=17773/tid=17775] ppid=17770 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) R 17770 17773 17519 0 -1 4202560 2475 0 1 0 623 2 0 0 20 0 19 0 11981261 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670921547968 140670794094580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17776] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670765136296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17777] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670764083752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17778] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670763030696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17779] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670761978152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17780] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670760926120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17781] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670759873576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17782] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670758820520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17783] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17770 17773 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11981262 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670757767976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17784] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) S 17770 17773 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11981263 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670745569640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17785] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17770 17773 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670744515960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17786] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17770 17773 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670743462792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17787] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670742411536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17788] ppid=17770 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17770 17773 17519 0 -1 4202560 2849 0 0 0 20 0 0 0 20 0 19 0 11981266 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670741359416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17770 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17770 17773 17519 0 -1 4202560 7374 0 0 0 32 1 0 0 20 0 19 0 11981266 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670740306872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17790] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670739254008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17791] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17770 17773 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670738201672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17792] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17792/stat : 17792 (java) S 17770 17773 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11981278 9856040960 14682 33554432000 1073741824 1073778376 140737208877312 140670737146920 213423011753 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=17773/tid=17785] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17770 17773 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 62681 33554432000 1073741824 1073778376 140737208877312 140670744515960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17786] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17770 17773 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 62681 33554432000 1073741824 1073778376 140737208877312 140670743462792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17787] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 62681 33554432000 1073741824 1073778376 140737208877312 140670742411536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17788] ppid=17770 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17770 17773 17519 0 -1 4202560 2852 0 0 0 22 0 0 0 20 0 19 0 11981266 9856040960 62681 33554432000 1073741824 1073778376 140737208877312 140670741359416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17770 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) R 17770 17773 17519 0 -1 4202560 8941 0 0 0 46 1 0 0 20 0 19 0 11981266 9856040960 62681 33554432000 1073741824 1073778376 140737208877312 140670740284120 140670927505779 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17790] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 62681 33554432000 1073741824 1073778376 140737208877312 140670739254008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17791] ppid=17770 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17770 17773 17519 0 -1 4202560 66 0 0 0 11 17 0 0 20 0 19 0 11981266 9856040960 62681 33554432000 1073741824 1073778376 140737208877312 140670738201672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17792] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17792/stat : 17792 (java) S 17770 17773 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11981278 9856040960 62681 33554432000 1073741824 1073778376 140737208877312 140670737146920 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1116.36
Current children cumulated vsize (KiB) 9625040

[startup+1116 s]
/proc/loadavg: 2.25 2.25 2.16 5/214 18404
/proc/meminfo: memFree=28930860/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=9625040 CPUtime=1117.48 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17770 17773 17519 0 -1 4202496 19199 0 1 0 111717 31 0 0 20 0 19 0 11981260 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140737208868448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 2406260 63906 2272 9 0 2396937 0
[pid=17773/tid=17775] ppid=17770 vsize=9625040 CPUtime=1112.94 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) R 17770 17773 17519 0 -1 4202560 2538 0 1 0 111275 19 0 0 20 0 19 0 11981261 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670921546432 140670793923313 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17776] ppid=17770 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17770 17773 17519 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670765136296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17777] ppid=17770 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17770 17773 17519 0 -1 4202560 222 0 0 0 5 2 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670764083752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17778] ppid=17770 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17770 17773 17519 0 -1 4202560 196 0 0 0 3 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670763030696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17779] ppid=17770 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17770 17773 17519 0 -1 4202560 168 0 0 0 5 2 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670761978152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17780] ppid=17770 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17770 17773 17519 0 -1 4202560 70 0 0 0 5 2 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670760926120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17781] ppid=17770 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17770 17773 17519 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670759873576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17782] ppid=17770 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17770 17773 17519 0 -1 4202560 83 0 0 0 5 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670758820520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17783] ppid=17770 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17770 17773 17519 0 -1 4202560 68 0 0 0 4 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670757767976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17784] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) S 17770 17773 17519 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 11981263 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670745569640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17785] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17770 17773 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670744515960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17786] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17770 17773 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670743462792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17787] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670742411536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17788] ppid=17770 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17770 17773 17519 0 -1 4202560 2852 0 0 0 22 0 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670741359416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17770 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17770 17773 17519 0 -1 4202560 11596 0 0 0 77 1 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670740306872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17790] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670739254008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17791] ppid=17770 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17770 17773 17519 0 -1 4202560 66 0 0 0 11 17 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670738201672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17792] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17792/stat : 17792 (java) S 17770 17773 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11981278 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670737146920 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1117.48
Current children cumulated vsize (KiB) 9625040

[startup+1116.4 s]
/proc/loadavg: 2.25 2.25 2.16 5/214 18404
/proc/meminfo: memFree=28930860/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=9625040 CPUtime=1117.89 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17770 17773 17519 0 -1 4202496 19199 0 1 0 111758 31 0 0 20 0 19 0 11981260 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140737208868448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 2406260 63906 2272 9 0 2396937 0
[pid=17773/tid=17775] ppid=17770 vsize=9625040 CPUtime=1113.34 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) R 17770 17773 17519 0 -1 4202560 2538 0 1 0 111315 19 0 0 20 0 19 0 11981261 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670921539264 140670793976255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17776] ppid=17770 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17770 17773 17519 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670765136296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17777] ppid=17770 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17770 17773 17519 0 -1 4202560 222 0 0 0 5 2 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670764083752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17778] ppid=17770 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17770 17773 17519 0 -1 4202560 196 0 0 0 3 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670763030696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17779] ppid=17770 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17770 17773 17519 0 -1 4202560 168 0 0 0 5 2 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670761978152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17780] ppid=17770 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17770 17773 17519 0 -1 4202560 70 0 0 0 5 2 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670760926120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17781] ppid=17770 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17770 17773 17519 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670759873576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17782] ppid=17770 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17770 17773 17519 0 -1 4202560 83 0 0 0 5 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670758820520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17783] ppid=17770 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17770 17773 17519 0 -1 4202560 68 0 0 0 4 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670757767976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17784] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) S 17770 17773 17519 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 11981263 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670745569640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17785] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17770 17773 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670744515960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17786] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17770 17773 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670743462792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17787] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670742411536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17788] ppid=17770 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17770 17773 17519 0 -1 4202560 2852 0 0 0 22 0 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670741359416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17770 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17770 17773 17519 0 -1 4202560 11596 0 0 0 78 1 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670740306872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17790] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670739254008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17791] ppid=17770 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17770 17773 17519 0 -1 4202560 66 0 0 0 11 17 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670738201672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17792] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17792/stat : 17792 (java) S 17770 17773 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11981278 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670737146920 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1117.89
Current children cumulated vsize (KiB) 9625040

[startup+1116.8 s]
/proc/loadavg: 2.25 2.25 2.16 4/214 18404
/proc/meminfo: memFree=28931356/32872528 swapFree=1391980/1569808
[pid=17773] ppid=17770 vsize=9625040 CPUtime=1118.31 cores=1,3,5,7
/proc/17773/stat : 17773 (java) S 17770 17773 17519 0 -1 4202496 19199 0 1 0 111800 31 0 0 20 0 19 0 11981260 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140737208868448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17773/statm: 2406260 63906 2272 9 0 2396937 0
[pid=17773/tid=17775] ppid=17770 vsize=9625040 CPUtime=1113.74 cores=1,3,5,7
/proc/17773/task/17775/stat : 17775 (java) R 17770 17773 17519 0 -1 4202560 2538 0 1 0 111355 19 0 0 20 0 19 0 11981261 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670921539264 140670794276702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17776] ppid=17770 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17773/task/17776/stat : 17776 (java) S 17770 17773 17519 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670765136296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17777] ppid=17770 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17773/task/17777/stat : 17777 (java) S 17770 17773 17519 0 -1 4202560 222 0 0 0 5 2 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670764083752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17778] ppid=17770 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17773/task/17778/stat : 17778 (java) S 17770 17773 17519 0 -1 4202560 196 0 0 0 3 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670763030696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17779] ppid=17770 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17773/task/17779/stat : 17779 (java) S 17770 17773 17519 0 -1 4202560 168 0 0 0 5 2 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670761978152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17780] ppid=17770 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17773/task/17780/stat : 17780 (java) S 17770 17773 17519 0 -1 4202560 70 0 0 0 5 2 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670760926120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17773/tid=17781] ppid=17770 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17773/task/17781/stat : 17781 (java) S 17770 17773 17519 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670759873576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17782] ppid=17770 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17773/task/17782/stat : 17782 (java) S 17770 17773 17519 0 -1 4202560 83 0 0 0 5 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670758820520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17783] ppid=17770 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17773/task/17783/stat : 17783 (java) S 17770 17773 17519 0 -1 4202560 68 0 0 0 4 0 0 0 20 0 19 0 11981262 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670757767976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17784] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17784/stat : 17784 (java) S 17770 17773 17519 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 11981263 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670745569640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17785] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17785/stat : 17785 (java) S 17770 17773 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670744515960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17786] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17786/stat : 17786 (java) S 17770 17773 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11981264 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670743462792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17787] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17787/stat : 17787 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670742411536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17788] ppid=17770 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17773/task/17788/stat : 17788 (java) S 17770 17773 17519 0 -1 4202560 2852 0 0 0 22 0 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670741359416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17773/tid=17789] ppid=17770 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/17773/task/17789/stat : 17789 (java) S 17770 17773 17519 0 -1 4202560 11596 0 0 0 80 2 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670740306872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17790] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17790/stat : 17790 (java) S 17770 17773 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670739254008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17773/tid=17791] ppid=17770 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17773/task/17791/stat : 17791 (java) S 17770 17773 17519 0 -1 4202560 66 0 0 0 11 17 0 0 20 0 19 0 11981266 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670738201672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17773/tid=17792] ppid=17770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17773/task/17792/stat : 17792 (java) S 17770 17773 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11981278 9856040960 63906 33554432000 1073741824 1073778376 140737208877312 140670737146920 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1118.31
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17773 and gives
#  childrusage.ru_utime.tv_sec=1115
#  childrusage.ru_utime.tv_usec=212461
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=602908
# CPU time returned by wait4() is 1115.82
# while last known CPU time is 1118.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1116.85
CPU time (s): 1118.31
CPU user time (s): 1118
CPU system time (s): 0.31
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 9625308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1115.21
system time used= 0.602908
maximum resident set size= 257188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19223
page faults= 1
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23874
involuntary context switches= 2145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.40403 second user time and 8.24375 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 20:11:57
IDJOB=4120142
IDBENCH=109724
IDSOLVER=2546
FILE ID=node140/4120142-1467310317
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-83.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120142-1467310317/watcher-4120142-1467310317 -o /tmp/evaluation-result-4120142-1467310317/solver-4120142-1467310317 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17536 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120142-1467310317.opb

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

MD5SUM BENCH= e2d14e2926e40df10aad66fbacabe439
RANDOM SEED=1722359600

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:        29150616 kB
Buffers:          143372 kB
Cached:          1043328 kB
SwapCached:            0 kB
Active:           458664 kB
Inactive:         948100 kB
Active(anon):     214056 kB
Inactive(anon):     8448 kB
Active(file):     244608 kB
Inactive(file):   939652 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       1816212 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             607064 kB
SReclaimable:      51408 kB
SUnreclaim:       555656 kB
KernelStack:        1760 kB
PageTables:         7500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2260852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 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:30:34