Trace number 4122126

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 1370.26 1368.85

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-76.cnf.gz-extracted.pb.metafix.opb
MD5SUMdb4a3fc40a34df92ee9fa61b9628fa81
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 variables305
Total number of constraints304
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)304
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4122126-1467316433.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.053s.
0.09/0.17	c declared #vars     305
0.09/0.17	c #constraints  304
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 304
0.09/0.17	c 304 constraints processed.
0.64/0.44	c cleaning 2490 clauses out of 5001 with flag 22298/5001
1.15/0.63	c cleaning 4246 clauses out of 8511 with flag 54810/11001
1.40/0.83	c cleaning 5623 clauses out of 11266 with flag 90110/18002
1.61/1.10	c cleaning 6805 clauses out of 13641 with flag 135050/26000
2.02/1.43	c cleaning 7890 clauses out of 15837 with flag 182516/35001
2.32/1.79	c cleaning 8954 clauses out of 17946 with flag 237732/45000
2.83/2.24	c cleaning 9982 clauses out of 19992 with flag 302824/56000
3.32/2.78	c cleaning 10992 clauses out of 22011 with flag 369842/68001
3.93/3.36	c cleaning 12001 clauses out of 24019 with flag 444955/81001
4.62/4.05	c cleaning 12995 clauses out of 26018 with flag 533428/95001
5.42/4.82	c cleaning 13993 clauses out of 28022 with flag 616675/110000
6.23/5.68	c cleaning 15006 clauses out of 30030 with flag 707992/126001
7.23/6.65	c cleaning 15995 clauses out of 32023 with flag 808432/143000
8.33/7.73	c cleaning 16999 clauses out of 34029 with flag 913482/161001
9.53/8.96	c cleaning 18007 clauses out of 36029 with flag 1029188/180000
10.82/10.23	c cleaning 18992 clauses out of 38022 with flag 1152075/200000
12.13/11.56	c cleaning 20009 clauses out of 40030 with flag 1284504/221000
13.63/13.07	c cleaning 21007 clauses out of 42022 with flag 1424558/243001
15.23/14.63	c cleaning 21998 clauses out of 44015 with flag 1568381/266001
16.93/16.39	c cleaning 22997 clauses out of 46017 with flag 1730887/290001
18.83/18.25	c cleaning 23999 clauses out of 48019 with flag 1894120/315000
20.93/20.32	c cleaning 24987 clauses out of 50020 with flag 2061673/341000
23.23/22.66	c cleaning 25993 clauses out of 52034 with flag 2241267/368001
25.53/24.91	c cleaning 27008 clauses out of 54040 with flag 2424383/396000
27.83/27.28	c cleaning 28006 clauses out of 56036 with flag 2610479/425004
30.33/29.76	c cleaning 28997 clauses out of 58026 with flag 2805907/455000
33.12/32.52	c cleaning 30006 clauses out of 60030 with flag 3008413/486001
36.02/35.45	c cleaning 30996 clauses out of 62024 with flag 3215046/518001
39.23/38.68	c cleaning 32004 clauses out of 64028 with flag 3423634/551001
42.44/41.88	c cleaning 32992 clauses out of 66023 with flag 3648985/585000
45.84/45.25	c cleaning 34006 clauses out of 68031 with flag 3877709/620000
49.33/48.80	c cleaning 34997 clauses out of 70026 with flag 4125257/656001
53.03/52.46	c cleaning 36001 clauses out of 72028 with flag 4367791/693000
57.13/56.57	c cleaning 36994 clauses out of 74027 with flag 4622341/731000
61.43/60.80	c cleaning 38004 clauses out of 76033 with flag 4876058/770000
66.22/65.65	c cleaning 38996 clauses out of 78029 with flag 5149804/810000
70.72/70.17	c cleaning 39998 clauses out of 80034 with flag 5417484/851001
75.32/74.71	c cleaning 41006 clauses out of 82035 with flag 5704957/893000
80.52/79.93	c cleaning 41999 clauses out of 84029 with flag 5981040/936000
85.77/85.18	c cleaning 43002 clauses out of 86031 with flag 6260829/980001
90.98/90.31	c cleaning 44007 clauses out of 88028 with flag 6557740/1025000
96.48/95.82	c cleaning 44995 clauses out of 90021 with flag 6853857/1071000
101.98/101.37	c cleaning 46000 clauses out of 92027 with flag 7151924/1118001
107.97/107.33	c cleaning 47005 clauses out of 94028 with flag 7459318/1166002
114.17/113.57	c cleaning 47999 clauses out of 96021 with flag 7765833/1215000
120.37/119.79	c cleaning 48994 clauses out of 98023 with flag 8084583/1265001
127.07/126.49	c cleaning 49992 clauses out of 100028 with flag 8410930/1316000
133.89/133.22	c cleaning 51004 clauses out of 102036 with flag 8739246/1368000
140.68/140.05	c cleaning 52008 clauses out of 104032 with flag 9070649/1421000
148.09/147.50	c cleaning 52996 clauses out of 106024 with flag 9403117/1475000
155.58/154.92	c cleaning 54007 clauses out of 108029 with flag 9742987/1530001
163.68/163.01	c cleaning 55011 clauses out of 110022 with flag 10087791/1586001
171.88/171.30	c cleaning 55996 clauses out of 112011 with flag 10428650/1643001
180.48/179.82	c cleaning 56986 clauses out of 114014 with flag 10777306/1701000
189.08/188.45	c cleaning 58000 clauses out of 116029 with flag 11121435/1760001
198.18/197.53	c cleaning 59010 clauses out of 118029 with flag 11481028/1820001
207.78/207.17	c cleaning 60006 clauses out of 120020 with flag 11833801/1881002
217.88/217.22	c cleaning 60996 clauses out of 122012 with flag 12194399/1943000
228.14/227.42	c cleaning 61999 clauses out of 124016 with flag 12554827/2006000
238.14/237.42	c cleaning 62997 clauses out of 126017 with flag 12918741/2070000
248.54/247.83	c cleaning 63999 clauses out of 128020 with flag 13292290/2135000
259.64/258.93	c cleaning 65002 clauses out of 130023 with flag 13674125/2201002
270.44/269.80	c cleaning 65989 clauses out of 132019 with flag 14069373/2268000
281.87/281.17	c cleaning 67000 clauses out of 134030 with flag 14462767/2336000
293.37/292.69	c cleaning 68002 clauses out of 136030 with flag 14856308/2405000
305.67/304.97	c cleaning 69004 clauses out of 138028 with flag 15256510/2475000
318.17/317.45	c cleaning 69999 clauses out of 140024 with flag 15665542/2546000
330.87/330.14	c cleaning 70996 clauses out of 142025 with flag 16078408/2618000
344.18/343.45	c cleaning 71991 clauses out of 144029 with flag 16489070/2691000
357.98/357.28	c cleaning 73014 clauses out of 146039 with flag 16903249/2765001
372.28/371.58	c cleaning 73999 clauses out of 148026 with flag 17317728/2840002
386.18/385.43	c cleaning 74990 clauses out of 150026 with flag 17743166/2916001
401.37/400.58	c cleaning 76003 clauses out of 152036 with flag 18159699/2993001
416.47/415.62	c cleaning 76999 clauses out of 154032 with flag 18604958/3071000
431.76/430.97	c cleaning 78008 clauses out of 156033 with flag 19041424/3150000
447.47/446.66	c cleaning 79005 clauses out of 158026 with flag 19476319/3230001
462.87/462.02	c cleaning 79999 clauses out of 160020 with flag 19930536/3311000
479.76/478.94	c cleaning 80994 clauses out of 162022 with flag 20388650/3393001
496.56/495.74	c cleaning 82000 clauses out of 164027 with flag 20854267/3476000
513.76/512.96	c cleaning 83005 clauses out of 166027 with flag 21308210/3560000
532.16/531.38	c cleaning 83995 clauses out of 168022 with flag 21764072/3645000
550.17/549.33	c cleaning 85005 clauses out of 170027 with flag 22232259/3731000
568.27/567.45	c cleaning 86003 clauses out of 172023 with flag 22705866/3818001
587.36/586.55	c cleaning 87002 clauses out of 174019 with flag 23205466/3906000
606.56/605.79	c cleaning 87996 clauses out of 176017 with flag 23682250/3995000
626.15/625.24	c cleaning 89000 clauses out of 178023 with flag 24182531/4085002
646.24/645.33	c cleaning 90004 clauses out of 180021 with flag 24682447/4176000
665.64/664.74	c cleaning 91001 clauses out of 182019 with flag 25170686/4268002
686.25/685.32	c cleaning 91993 clauses out of 184016 with flag 25673600/4361000
707.55/706.66	c cleaning 93000 clauses out of 186024 with flag 26173604/4455001
729.44/728.57	c cleaning 94002 clauses out of 188024 with flag 26684558/4550001
751.44/750.56	c cleaning 94999 clauses out of 190021 with flag 27211675/4646000
772.74/771.81	c cleaning 95990 clauses out of 192022 with flag 27757467/4743000
794.54/793.62	c cleaning 96998 clauses out of 194032 with flag 28283246/4841000
818.85/817.92	c cleaning 98006 clauses out of 196036 with flag 28812729/4940002
843.15/842.12	c cleaning 99005 clauses out of 198030 with flag 29340439/5040002
866.55/865.59	c cleaning 100005 clauses out of 200025 with flag 29874371/5141002
891.55/890.53	c cleaning 101006 clauses out of 202018 with flag 30415767/5243000
917.35/916.36	c cleaning 101995 clauses out of 204012 with flag 30949515/5346000
942.96/941.97	c cleaning 103003 clauses out of 206018 with flag 31503475/5450001
967.85/966.80	c cleaning 104000 clauses out of 208014 with flag 32051148/5555000
993.05/992.09	c cleaning 104999 clauses out of 210014 with flag 32627703/5661000
1018.67/1017.63	c cleaning 105992 clauses out of 212017 with flag 33215180/5768002
1047.86/1046.87	c cleaning 106998 clauses out of 214024 with flag 33791920/5876001
1078.67/1077.64	c cleaning 108001 clauses out of 216025 with flag 34386013/5985000
1107.11/1105.92	c cleaning 108996 clauses out of 218024 with flag 34983033/6095000
1135.42/1134.21	c cleaning 109999 clauses out of 220030 with flag 35570413/6206002
1164.11/1162.94	c cleaning 111005 clauses out of 222029 with flag 36192023/6318000
1194.61/1193.47	c cleaning 111996 clauses out of 224024 with flag 36819884/6431000
1227.32/1226.19	c cleaning 113001 clauses out of 226028 with flag 37441766/6545000
1258.72/1257.56	c cleaning 114004 clauses out of 228027 with flag 38061208/6660000
1287.42/1286.23	c cleaning 115001 clauses out of 230024 with flag 38682997/6776001
1315.63/1314.49	c cleaning 116001 clauses out of 232025 with flag 39365403/6893003
1346.34/1345.11	c cleaning 117008 clauses out of 234021 with flag 40065919/7011000
1370.26/1368.81	c starts		: 16042
1370.26/1368.81	c conflicts		: 7103833
1370.26/1368.81	c decisions		: 10377323
1370.26/1368.81	c propagations		: 125938877
1370.26/1368.81	c inspects		: 29970889852
1370.26/1368.81	c shortcuts		: 0
1370.26/1368.81	c learnt literals	: 13
1370.26/1368.81	c learnt binary clauses	: 10
1370.26/1368.81	c learnt ternary clauses	: 23
1370.26/1368.81	c learnt constraints	: 7103819
1370.26/1368.81	c ignored constraints	: 0
1370.26/1368.81	c root simplifications	: 0
1370.26/1368.81	c removed literals (reason simplification)	: 0
1370.26/1368.81	c reason swapping (by a shorter reason)	: 0
1370.26/1368.81	c Calls to reduceDB	: 114
1370.26/1368.81	c Number of update (reduction) of LBD	: 2192122
1370.26/1368.81	c Imported unit clauses	: 0
1370.26/1368.82	c number of reductions to clauses (during analyze)	: 0
1370.26/1368.82	c number of learned constraints concerned by reduction	: 0
1370.26/1368.82	c number of learning phase by resolution	: 0
1370.26/1368.82	c number of learning phase by cutting planes	: 0
1370.26/1368.82	c speed (assignments/second)	: 92017.06283650934
1370.26/1368.82	c non guided choices	52923
1370.26/1368.85	c learnt constraints type 
1370.26/1368.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1370.26/1368.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 209822
1370.26/1368.85	s UNSATISFIABLE
1370.26/1368.85	c Total wall clock time (in seconds): 1368.733

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-4122126-1467316433/watcher-4122126-1467316433 -o /tmp/evaluation-result-4122126-1467316433/solver-4122126-1467316433 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467316432-20346 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122126-1467316433.opb 

pid=20359
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: 1.24 1.24 1.47 2/172 20362
/proc/meminfo: memFree=28327212/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20362/stat : 20362 (java) R 20359 20362 17580 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 12595999 9515008 171 33554432000 1073741824 1073778376 140733838770480 140733838767608 215124952640 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2323 175 133 9 0 71 0

[startup+0.10011 s]
/proc/loadavg: 1.24 1.24 1.47 2/172 20362
/proc/meminfo: memFree=28327212/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20362/stat : 20362 (java) S 20359 20362 17580 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 12595999 9787879424 6034 33554432000 1073741824 1073778376 140733838770480 140733838761616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200193 s]
/proc/loadavg: 1.24 1.24 1.47 2/172 20362
/proc/meminfo: memFree=28327212/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20362/stat : 20362 (java) S 20359 20362 17580 0 -1 4202496 5920 0 1 0 23 2 0 0 20 0 19 0 12595999 9856040960 7603 33554432000 1073741824 1073778376 140733838770480 140733838761616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2406260 7603 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300244 s]
/proc/loadavg: 1.24 1.24 1.47 2/172 20362
/proc/meminfo: memFree=28327212/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/20362/stat : 20362 (java) S 20359 20362 17580 0 -1 4202496 6966 0 1 0 50 2 0 0 20 0 19 0 12595999 9856040960 7913 33554432000 1073741824 1073778376 140733838770480 140733838761616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2406260 7913 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700292 s]
/proc/loadavg: 1.24 1.24 1.47 2/172 20362
/proc/meminfo: memFree=28327212/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/20362/stat : 20362 (java) S 20359 20362 17580 0 -1 4202496 16668 0 1 0 127 3 0 0 20 0 19 0 12595999 9856040960 14767 33554432000 1073741824 1073778376 140733838770480 140733838761616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2406260 14767 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 1.54 1.31 1.49 4/215 20412
/proc/meminfo: memFree=28227380/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/20362/stat : 20362 (java) S 20359 20362 17580 0 -1 4202496 16673 0 1 0 209 3 0 0 20 0 19 0 12595999 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 140733838761616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2406260 15282 2257 9 0 2396937 0
[pid=20362/tid=20367] ppid=20359 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/20362/task/20367/stat : 20367 (java) R 20359 20362 17580 0 -1 4202560 2408 0 1 0 145 1 0 0 20 0 19 0 12596000 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651513594360 139651348645553 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20372] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20372/stat : 20372 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651475086120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20373] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20373/stat : 20373 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651474033320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20374] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20374/stat : 20374 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651472981032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20375] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20375/stat : 20375 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651471928232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20376] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20376/stat : 20376 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651470874920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20377] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20377/stat : 20377 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651469822120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20378] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20378/stat : 20378 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651468769832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20379] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20379/stat : 20379 (java) S 20359 20362 17580 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651467717032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20385] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20385/stat : 20385 (java) S 20359 20362 17580 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12596002 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651337018088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20386] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20386/stat : 20386 (java) S 20359 20362 17580 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651335964152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20387] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20387/stat : 20387 (java) S 20359 20362 17580 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651334911752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20399] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20399/stat : 20399 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651333860240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20400] ppid=20359 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20362/task/20400/stat : 20400 (java) S 20359 20362 17580 0 -1 4202560 4804 0 0 0 27 0 0 0 20 0 19 0 12596005 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139651332806840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20401] ppid=20359 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20362/task/20401/stat : 20401 (java) S 20359 20362 17580 0 -1 4202560 8190 0 0 0 33 2 0 0 20 0 19 0 12596005 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139650458970168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20402] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20402/stat : 20402 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139650457918072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20403] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20403/stat : 20403 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139650456865480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20412] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20412/stat : 20412 (java) S 20359 20362 17580 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12596016 9856040960 15282 33554432000 1073741824 1073778376 140733838770480 139650455811496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 1.54 1.31 1.49 4/215 20477
/proc/meminfo: memFree=28242672/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9625040 CPUtime=3.72 cores=1,3,5,7
/proc/20362/stat : 20362 (java) S 20359 20362 17580 0 -1 4202496 16677 0 1 0 369 3 0 0 20 0 19 0 12595999 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 140733838761616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2406260 16818 2257 9 0 2396937 0
[pid=20362/tid=20367] ppid=20359 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/20362/task/20367/stat : 20367 (java) R 20359 20362 17580 0 -1 4202560 2412 0 1 0 305 1 0 0 20 0 19 0 12596000 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651513585344 139651348645408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20372] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20372/stat : 20372 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651475086120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20373] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20373/stat : 20373 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651474033320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20374] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20374/stat : 20374 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651472981032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20375] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20375/stat : 20375 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651471928232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20376] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20376/stat : 20376 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651470874920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20377] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20377/stat : 20377 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651469822120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20378] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20378/stat : 20378 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651468769832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20379] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20379/stat : 20379 (java) S 20359 20362 17580 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651467717032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20385] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20385/stat : 20385 (java) S 20359 20362 17580 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12596002 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651337018088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20386] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20386/stat : 20386 (java) S 20359 20362 17580 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651335964152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20387] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20387/stat : 20387 (java) S 20359 20362 17580 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651334911752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20399] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20399/stat : 20399 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651333860240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20400] ppid=20359 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20362/task/20400/stat : 20400 (java) S 20359 20362 17580 0 -1 4202560 4804 0 0 0 27 0 0 0 20 0 19 0 12596005 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139651332806840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20401] ppid=20359 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20362/task/20401/stat : 20401 (java) S 20359 20362 17580 0 -1 4202560 8190 0 0 0 33 2 0 0 20 0 19 0 12596005 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139650458970168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20402] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20402/stat : 20402 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139650457918072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20403] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20403/stat : 20403 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139650456865480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20412] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20412/stat : 20412 (java) S 20359 20362 17580 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12596016 9856040960 16818 33554432000 1073741824 1073778376 140733838770480 139650455811496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 1.57 1.32 1.49 3/215 20672
/proc/meminfo: memFree=28230272/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9625040 CPUtime=6.92 cores=1,3,5,7
/proc/20362/stat : 20362 (java) S 20359 20362 17580 0 -1 4202496 16683 0 1 0 689 3 0 0 20 0 19 0 12595999 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 140733838761616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2406260 18305 2258 9 0 2396937 0
[pid=20362/tid=20367] ppid=20359 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/20362/task/20367/stat : 20367 (java) R 20359 20362 17580 0 -1 4202560 2417 0 1 0 624 1 0 0 20 0 19 0 12596000 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651513585344 139651348645595 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20372] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20372/stat : 20372 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651475086120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20373] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20373/stat : 20373 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651474033320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20374] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20374/stat : 20374 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651472981032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20375] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20375/stat : 20375 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651471928232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20376] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20376/stat : 20376 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651470874920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20377] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20377/stat : 20377 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651469822120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20378] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20378/stat : 20378 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651468769832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20379] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20379/stat : 20379 (java) S 20359 20362 17580 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12596001 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651467717032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20385] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20385/stat : 20385 (java) S 20359 20362 17580 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12596002 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651337018088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20386] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20386/stat : 20386 (java) S 20359 20362 17580 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651335964152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20387] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20387/stat : 20387 (java) S 20359 20362 17580 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651334911752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20399] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20399/stat : 20399 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651333860240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20400] ppid=20359 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20362/task/20400/stat : 20400 (java) S 20359 20362 17580 0 -1 4202560 4804 0 0 0 27 0 0 0 20 0 19 0 12596005 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139651332806840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20401] ppid=20359 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20362/task/20401/stat : 20401 (java) S 20359 20362 17580 0 -1 4202560 8190 0 0 0 33 2 0 0 20 0 19 0 12596005 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139650458970168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20402] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20402/stat : 20402 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139650457918072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20403] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20403/stat : 20403 (java) S 20359 20362 17580 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139650456865480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20412] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20412/stat : 20412 (java) S 20359 20362 17580 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12596016 9856040960 18305 33554432000 1073741824 1073778376 140733838770480 139650455811496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 9625040


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

[pid=20362/tid=20386] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20386/stat : 20386 (java) S 20359 20362 17580 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651335964152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20387] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20387/stat : 20387 (java) S 20359 20362 17580 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651334911752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20399] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20399/stat : 20399 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651333860240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20400] ppid=20359 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20362/task/20400/stat : 20400 (java) S 20359 20362 17580 0 -1 4202560 4804 0 0 0 27 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651332806840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20401] ppid=20359 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20362/task/20401/stat : 20401 (java) S 20359 20362 17580 0 -1 4202560 8197 0 0 0 40 2 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650458970168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20402] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20402/stat : 20402 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650457918072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20403] ppid=20359 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20362/task/20403/stat : 20403 (java) S 20359 20362 17580 0 -1 4202560 80 0 0 0 20 18 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650456865480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20412] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20412/stat : 20412 (java) S 20359 20362 17580 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12596016 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650455811496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1367.82
Current children cumulated vsize (KiB) 9625040

[startup+1368 s]
/proc/loadavg: 2.26 2.20 2.00 3/215 20728
/proc/meminfo: memFree=27761724/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9625040 CPUtime=1369.45 cores=1,3,5,7
/proc/20362/stat : 20362 (java) S 20359 20362 17580 0 -1 4202496 18045 0 1 0 136917 28 0 0 20 0 19 0 12595999 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 140733838761616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2406260 75944 2272 9 0 2396937 0
[pid=20362/tid=20367] ppid=20359 vsize=9625040 CPUtime=1364.21 cores=1,3,5,7
/proc/20362/task/20367/stat : 20367 (java) R 20359 20362 17580 0 -1 4202560 2482 0 1 0 136398 23 0 0 20 0 19 0 12596000 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651513594168 139651348934204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20372] ppid=20359 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20362/task/20372/stat : 20372 (java) S 20359 20362 17580 0 -1 4202560 125 0 0 0 8 1 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651475086120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20373] ppid=20359 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/20362/task/20373/stat : 20373 (java) S 20359 20362 17580 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651474033320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20374] ppid=20359 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20362/task/20374/stat : 20374 (java) S 20359 20362 17580 0 -1 4202560 127 0 0 0 8 0 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651472981032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20375] ppid=20359 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/20362/task/20375/stat : 20375 (java) S 20359 20362 17580 0 -1 4202560 234 0 0 0 9 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651471928232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20376] ppid=20359 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20362/task/20376/stat : 20376 (java) S 20359 20362 17580 0 -1 4202560 129 0 0 0 12 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651470874920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20377] ppid=20359 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20362/task/20377/stat : 20377 (java) S 20359 20362 17580 0 -1 4202560 100 0 0 0 6 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651469822120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20378] ppid=20359 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/20362/task/20378/stat : 20378 (java) S 20359 20362 17580 0 -1 4202560 213 0 0 0 11 0 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651468769832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20379] ppid=20359 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20362/task/20379/stat : 20379 (java) S 20359 20362 17580 0 -1 4202560 196 0 0 0 12 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651467717032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20385] ppid=20359 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20362/task/20385/stat : 20385 (java) S 20359 20362 17580 0 -1 4202560 57 0 0 0 0 1 0 0 20 0 19 0 12596002 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651337018088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20386] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20386/stat : 20386 (java) S 20359 20362 17580 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651335964152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20387] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20387/stat : 20387 (java) S 20359 20362 17580 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651334911752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20399] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20399/stat : 20399 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651333860240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20400] ppid=20359 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20362/task/20400/stat : 20400 (java) S 20359 20362 17580 0 -1 4202560 4804 0 0 0 27 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651332806840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20401] ppid=20359 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/20362/task/20401/stat : 20401 (java) S 20359 20362 17580 0 -1 4202560 8198 0 0 0 43 2 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650458970168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20402] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20402/stat : 20402 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650457918072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20403] ppid=20359 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20362/task/20403/stat : 20403 (java) S 20359 20362 17580 0 -1 4202560 80 0 0 0 20 18 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650456865480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20412] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20412/stat : 20412 (java) S 20359 20362 17580 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12596016 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650455811496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1369.45
Current children cumulated vsize (KiB) 9625040

[startup+1368.4 s]
/proc/loadavg: 2.26 2.20 2.00 3/215 20728
/proc/meminfo: memFree=27761724/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9625040 CPUtime=1369.86 cores=1,3,5,7
/proc/20362/stat : 20362 (java) S 20359 20362 17580 0 -1 4202496 18047 0 1 0 136958 28 0 0 20 0 19 0 12595999 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 140733838761616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2406260 75944 2272 9 0 2396937 0
[pid=20362/tid=20367] ppid=20359 vsize=9625040 CPUtime=1364.61 cores=1,3,5,7
/proc/20362/task/20367/stat : 20367 (java) R 20359 20362 17580 0 -1 4202560 2483 0 1 0 136438 23 0 0 20 0 19 0 12596000 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651513592488 139651348934167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20372] ppid=20359 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20362/task/20372/stat : 20372 (java) S 20359 20362 17580 0 -1 4202560 125 0 0 0 8 1 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651475086120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20373] ppid=20359 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/20362/task/20373/stat : 20373 (java) S 20359 20362 17580 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651474033320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20374] ppid=20359 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20362/task/20374/stat : 20374 (java) S 20359 20362 17580 0 -1 4202560 127 0 0 0 8 0 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651472981032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20375] ppid=20359 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/20362/task/20375/stat : 20375 (java) S 20359 20362 17580 0 -1 4202560 234 0 0 0 9 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651471928232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20376] ppid=20359 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20362/task/20376/stat : 20376 (java) S 20359 20362 17580 0 -1 4202560 129 0 0 0 12 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651470874920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20377] ppid=20359 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20362/task/20377/stat : 20377 (java) S 20359 20362 17580 0 -1 4202560 100 0 0 0 6 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651469822120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20378] ppid=20359 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/20362/task/20378/stat : 20378 (java) S 20359 20362 17580 0 -1 4202560 213 0 0 0 11 0 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651468769832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20379] ppid=20359 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20362/task/20379/stat : 20379 (java) S 20359 20362 17580 0 -1 4202560 196 0 0 0 12 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651467717032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20385] ppid=20359 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20362/task/20385/stat : 20385 (java) S 20359 20362 17580 0 -1 4202560 58 0 0 0 0 1 0 0 20 0 19 0 12596002 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651337018088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20386] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20386/stat : 20386 (java) S 20359 20362 17580 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651335964152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20387] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20387/stat : 20387 (java) S 20359 20362 17580 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651334911752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20399] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20399/stat : 20399 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651333860240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20400] ppid=20359 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20362/task/20400/stat : 20400 (java) S 20359 20362 17580 0 -1 4202560 4804 0 0 0 27 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651332806840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20401] ppid=20359 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/20362/task/20401/stat : 20401 (java) S 20359 20362 17580 0 -1 4202560 8198 0 0 0 43 2 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650458970168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20402] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20402/stat : 20402 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650457918072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20403] ppid=20359 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20362/task/20403/stat : 20403 (java) S 20359 20362 17580 0 -1 4202560 80 0 0 0 20 18 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650456865480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20412] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20412/stat : 20412 (java) S 20359 20362 17580 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12596016 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650455811496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1369.86
Current children cumulated vsize (KiB) 9625040

[startup+1368.8 s]
/proc/loadavg: 2.26 2.20 2.00 3/215 20728
/proc/meminfo: memFree=27761724/32872528 swapFree=1515120/1684772
[pid=20362] ppid=20359 vsize=9625040 CPUtime=1370.26 cores=1,3,5,7
/proc/20362/stat : 20362 (java) S 20359 20362 17580 0 -1 4202496 18047 0 1 0 136998 28 0 0 20 0 19 0 12595999 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 140733838761616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20362/statm: 2406260 75944 2272 9 0 2396937 0
[pid=20362/tid=20367] ppid=20359 vsize=9625040 CPUtime=1365 cores=1,3,5,7
/proc/20362/task/20367/stat : 20367 (java) R 20359 20362 17580 0 -1 4202560 2483 0 1 0 136477 23 0 0 20 0 19 0 12596000 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651513594312 139651348934023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20362/tid=20372] ppid=20359 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20362/task/20372/stat : 20372 (java) S 20359 20362 17580 0 -1 4202560 125 0 0 0 8 1 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651475086120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20373] ppid=20359 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/20362/task/20373/stat : 20373 (java) S 20359 20362 17580 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651474033320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20374] ppid=20359 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20362/task/20374/stat : 20374 (java) S 20359 20362 17580 0 -1 4202560 127 0 0 0 8 0 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651472981032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20375] ppid=20359 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/20362/task/20375/stat : 20375 (java) S 20359 20362 17580 0 -1 4202560 234 0 0 0 9 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651471928232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20376] ppid=20359 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20362/task/20376/stat : 20376 (java) S 20359 20362 17580 0 -1 4202560 129 0 0 0 12 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651470874920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20377] ppid=20359 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20362/task/20377/stat : 20377 (java) S 20359 20362 17580 0 -1 4202560 100 0 0 0 6 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651469822120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20378] ppid=20359 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/20362/task/20378/stat : 20378 (java) S 20359 20362 17580 0 -1 4202560 213 0 0 0 11 0 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651468769832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20379] ppid=20359 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20362/task/20379/stat : 20379 (java) S 20359 20362 17580 0 -1 4202560 196 0 0 0 12 2 0 0 20 0 19 0 12596001 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651467717032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20385] ppid=20359 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20362/task/20385/stat : 20385 (java) S 20359 20362 17580 0 -1 4202560 58 0 0 0 0 1 0 0 20 0 19 0 12596002 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651337018088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20386] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20386/stat : 20386 (java) S 20359 20362 17580 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651335964152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20387] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20387/stat : 20387 (java) S 20359 20362 17580 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12596003 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651334911752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20399] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20399/stat : 20399 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651333860240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20400] ppid=20359 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20362/task/20400/stat : 20400 (java) S 20359 20362 17580 0 -1 4202560 4804 0 0 0 27 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139651332806840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20401] ppid=20359 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/20362/task/20401/stat : 20401 (java) S 20359 20362 17580 0 -1 4202560 8198 0 0 0 44 2 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650458970168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20362/tid=20402] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20402/stat : 20402 (java) S 20359 20362 17580 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650457918072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20362/tid=20403] ppid=20359 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20362/task/20403/stat : 20403 (java) S 20359 20362 17580 0 -1 4202560 80 0 0 0 20 18 0 0 20 0 19 0 12596005 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650456865480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20362/tid=20412] ppid=20359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20362/task/20412/stat : 20412 (java) S 20359 20362 17580 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12596016 9856040960 75944 33554432000 1073741824 1073778376 140733838770480 139650455811496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1370.26
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20362 and gives
#  childrusage.ru_utime.tv_sec=1366
#  childrusage.ru_utime.tv_usec=593246
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=673897
# CPU time returned by wait4() is 1367.27
# while last known CPU time is 1370.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1368.85
CPU time (s): 1370.26
CPU user time (s): 1369.98
CPU system time (s): 0.28
CPU usage (%): 100.103
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1366.59
system time used= 0.673897
maximum resident set size= 303876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18079
page faults= 1
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29233
involuntary context switches= 3082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.06177 second user time and 10.2874 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-30 21:53:53
IDJOB=4122126
IDBENCH=110925
IDSOLVER=2546
FILE ID=node135/4122126-1467316433
RUNJOBID= node135-1467316432-20346
PBS_JOBID= 20005260
Free space on /tmp= 71704 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-76.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122126-1467316433/watcher-4122126-1467316433 -o /tmp/evaluation-result-4122126-1467316433/solver-4122126-1467316433 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467316432-20346 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122126-1467316433.opb

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

MD5SUM BENCH= db4a3fc40a34df92ee9fa61b9628fa81
RANDOM SEED=323335639

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28327220 kB
Buffers:          212864 kB
Cached:          1881080 kB
SwapCached:            0 kB
Active:           345464 kB
Inactive:        1768996 kB
Active(anon):      23344 kB
Inactive(anon):        0 kB
Active(file):     322120 kB
Inactive(file):  1768996 kB
Unevictable:     1684772 kB
Mlocked:         1515120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               760 kB
Writeback:             0 kB
AnonPages:       1705480 kB
Mapped:            13536 kB
Shmem:               216 kB
Slab:             614036 kB
SReclaimable:      58164 kB
SUnreclaim:       555872 kB
KernelStack:        1392 kB
PageTables:         7176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1788972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71700 MiB
End job on node135 at 2016-06-30 22:16:42