Trace number 4089957

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.48 1798.43

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v051-n3.opb
MD5SUMfe4ccff3f6a053c0e2165283056abf6a
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.32195
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089957-1466035782.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.02s.
0.11/0.12	c declared #vars     153
0.11/0.12	c #constraints  102
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 51
0.11/0.12	c 102 constraints processed.
0.75/0.50	c cleaning 2497 clauses out of 5002 with flag 37235/5002
1.44/0.94	c cleaning 4246 clauses out of 8503 with flag 89556/11000
2.14/1.60	c cleaning 5624 clauses out of 11257 with flag 157536/18000
2.95/2.45	c cleaning 6812 clauses out of 13634 with flag 244233/26001
4.08/3.52	c cleaning 7910 clauses out of 15823 with flag 326472/35002
5.28/4.80	c cleaning 8948 clauses out of 17912 with flag 416626/45001
6.98/6.47	c cleaning 9975 clauses out of 19964 with flag 537712/56001
8.88/8.33	c cleaning 10985 clauses out of 21989 with flag 673942/68001
11.28/10.72	c cleaning 11994 clauses out of 24003 with flag 820408/81000
13.78/13.21	c cleaning 12995 clauses out of 26012 with flag 966481/95003
16.48/15.92	c cleaning 13992 clauses out of 28014 with flag 1133198/110000
19.18/18.66	c cleaning 15006 clauses out of 30022 with flag 1298160/126000
22.18/21.68	c cleaning 15994 clauses out of 32016 with flag 1468549/143000
25.89/25.36	c cleaning 17006 clauses out of 34023 with flag 1680341/161001
29.68/29.15	c cleaning 18000 clauses out of 36016 with flag 1886311/180000
34.18/33.63	c cleaning 18999 clauses out of 38018 with flag 2087356/200002
39.28/38.73	c cleaning 19990 clauses out of 40018 with flag 2297776/221001
44.68/44.14	c cleaning 20989 clauses out of 42027 with flag 2531860/243000
50.28/49.76	c cleaning 22011 clauses out of 44038 with flag 2791906/266000
56.47/55.90	c cleaning 23010 clauses out of 46031 with flag 3056544/290004
63.08/62.54	c cleaning 24002 clauses out of 48018 with flag 3314973/315001
70.08/69.59	c cleaning 25003 clauses out of 50015 with flag 3587814/341000
77.98/77.42	c cleaning 26001 clauses out of 52014 with flag 3882048/368002
86.48/85.98	c cleaning 26992 clauses out of 54013 with flag 4173787/396002
96.13/95.59	c cleaning 28003 clauses out of 56023 with flag 4478043/425004
106.53/105.90	c cleaning 28999 clauses out of 58018 with flag 4796360/455002
117.43/116.83	c cleaning 30000 clauses out of 60018 with flag 5150562/486001
125.74/125.13	c cleaning 31005 clauses out of 62018 with flag 5458677/518001
135.84/135.23	c cleaning 32003 clauses out of 64012 with flag 5732358/551000
146.94/146.35	c cleaning 32997 clauses out of 66009 with flag 6046471/585000
157.24/156.67	c cleaning 34002 clauses out of 68013 with flag 6376131/620001
169.44/168.88	c cleaning 35002 clauses out of 70010 with flag 6686952/656000
182.15/181.54	c cleaning 35998 clauses out of 72008 with flag 7043138/693000
195.95/195.34	c cleaning 36997 clauses out of 74010 with flag 7375593/731000
209.35/208.79	c cleaning 38000 clauses out of 76013 with flag 7743058/770000
225.55/224.90	c cleaning 39001 clauses out of 78014 with flag 8117267/810001
243.05/242.43	c cleaning 40001 clauses out of 80012 with flag 8516903/851000
259.41/258.70	c cleaning 41001 clauses out of 82011 with flag 8930482/893000
274.41/273.75	c cleaning 42002 clauses out of 84013 with flag 9359395/936003
292.51/291.81	c cleaning 42995 clauses out of 86008 with flag 9812278/980000
309.01/308.39	c cleaning 44000 clauses out of 88016 with flag 10255763/1025003
327.53/326.87	c cleaning 45001 clauses out of 90013 with flag 10718692/1071000
348.03/347.36	c cleaning 45995 clauses out of 92012 with flag 11177540/1118000
369.74/369.06	c cleaning 46998 clauses out of 94018 with flag 11674974/1166001
392.85/392.19	c cleaning 48004 clauses out of 96020 with flag 12183275/1215001
417.06/416.31	c cleaning 49002 clauses out of 98016 with flag 12709366/1265001
441.76/441.01	c cleaning 50001 clauses out of 100016 with flag 13230647/1316003
466.49/465.77	c cleaning 50997 clauses out of 102012 with flag 13797940/1368000
494.70/493.98	c cleaning 52002 clauses out of 104015 with flag 14384306/1421000
523.80/523.03	c cleaning 53002 clauses out of 106013 with flag 14996144/1475000
549.90/549.17	c cleaning 53997 clauses out of 108011 with flag 15568763/1530000
581.21/580.40	c cleaning 55000 clauses out of 110014 with flag 16149612/1586000
619.72/618.95	c cleaning 56000 clauses out of 112016 with flag 16807885/1643002
657.13/656.39	c cleaning 56996 clauses out of 114014 with flag 17475081/1701000
700.85/699.90	c cleaning 57999 clauses out of 116019 with flag 18174868/1760001
745.46/744.54	c cleaning 59001 clauses out of 118021 with flag 18888107/1820002
787.77/786.81	c cleaning 60003 clauses out of 120019 with flag 19578660/1881001
831.78/830.86	c cleaning 60997 clauses out of 122015 with flag 20263566/1943000
878.60/877.67	c cleaning 62000 clauses out of 124018 with flag 20957229/2006000
927.32/926.34	c cleaning 63003 clauses out of 126018 with flag 21669143/2070000
980.34/979.39	c cleaning 63998 clauses out of 128016 with flag 22415366/2135001
1034.36/1033.29	c cleaning 65000 clauses out of 130018 with flag 23176654/2201001
1086.26/1085.16	c cleaning 65997 clauses out of 132018 with flag 23950891/2268001
1143.10/1141.92	c cleaning 67001 clauses out of 134022 with flag 24720908/2336002
1198.53/1197.31	c cleaning 68003 clauses out of 136019 with flag 25489211/2405000
1258.35/1257.18	c cleaning 68997 clauses out of 138016 with flag 26273200/2475000
1312.06/1310.80	c cleaning 70008 clauses out of 140020 with flag 27066151/2546001
1366.58/1365.22	c cleaning 70998 clauses out of 142012 with flag 27871847/2618001
1414.00/1412.64	c cleaning 72004 clauses out of 144014 with flag 28638764/2691001
1472.01/1470.67	c cleaning 73001 clauses out of 146009 with flag 29436725/2765000
1549.15/1547.74	c cleaning 73995 clauses out of 148008 with flag 30329944/2840000
1630.57/1629.12	c cleaning 74994 clauses out of 150013 with flag 31205351/2916000
1713.57/1711.96	c cleaning 76003 clauses out of 152019 with flag 32097024/2993000
1794.29/1792.63	c cleaning 76999 clauses out of 154016 with flag 33032791/3071000
1800.09/1798.40	c starts		: 1002
1800.09/1798.40	c conflicts		: 3081259
1800.09/1798.40	c decisions		: 3497169
1800.09/1798.40	c propagations		: 58111210
1800.09/1798.40	c inspects		: 33417952587
1800.09/1798.40	c shortcuts		: 0
1800.09/1798.40	c learnt literals	: 0
1800.09/1798.40	c learnt binary clauses	: 0
1800.09/1798.40	c learnt ternary clauses	: 0
1800.09/1798.40	c learnt constraints	: 3081259
1800.09/1798.40	c ignored constraints	: 0
1800.09/1798.40	c root simplifications	: 0
1800.09/1798.40	c removed literals (reason simplification)	: 0
1800.09/1798.40	c reason swapping (by a shorter reason)	: 0
1800.09/1798.40	c Calls to reduceDB	: 74
1800.09/1798.40	c Number of update (reduction) of LBD	: 1032089
1800.09/1798.40	c Imported unit clauses	: 0
1800.09/1798.40	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.40	c number of learned constraints concerned by reduction	: 0
1800.09/1798.40	c number of learning phase by resolution	: 0
1800.09/1798.40	c number of learning phase by cutting planes	: 0
1800.09/1798.40	c speed (assignments/second)	: 32314.886447049405
1800.09/1798.40	c non guided choices	53
1800.09/1798.40	c timeout
1800.09/1798.43	c learnt constraints type 
1800.09/1798.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87277
1800.09/1798.43	s UNKNOWN
1800.09/1798.43	c Total wall clock time (in seconds): 1798.328

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-4089957-1466035782/watcher-4089957-1466035782 -o /tmp/evaluation-result-4089957-1466035782/solver-4089957-1466035782 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089957-1466035782.opb 

pid=9349
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.01 2.03 2.00 3/194 9352
/proc/meminfo: memFree=31197612/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 5623844 98570240 977 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 24065 977 743 9 0 16771 0
[pid=9352/tid=9353] ppid=9349 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 5623844 98570240 977 33554432000 1073741824 1073778376 140737064266464 139802961149480 206629062016 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 9352
/proc/meminfo: memFree=31197612/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 4488 0 1 0 10 1 0 0 20 0 18 0 5623844 9787879424 6121 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 2389619 6121 2157 9 0 2380296 0
[pid=9352/tid=9353] ppid=9349 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 2382 0 1 0 6 2 0 0 20 0 18 0 5623844 9787879424 6121 33554432000 1073741824 1073778376 140737064266464 139802961152648 206632445197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 9352
/proc/meminfo: memFree=31197612/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 7175 0 1 0 30 2 0 0 20 0 19 0 5623844 9856040960 7609 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 2406260 7609 2220 9 0 2396937 0
[pid=9352/tid=9353] ppid=9349 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 2402 0 1 0 16 2 0 0 20 0 19 0 5623844 9856040960 7609 33554432000 1073741824 1073778376 140737064266464 139802961154688 139802812899206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300369 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 9352
/proc/meminfo: memFree=31197612/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 7205 0 1 0 48 3 0 0 20 0 19 0 5623844 9856040960 7629 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 2406260 7629 2226 9 0 2396937 0
[pid=9352/tid=9353] ppid=9349 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 2402 0 1 0 26 2 0 0 20 0 19 0 5623844 9856040960 7629 33554432000 1073741824 1073778376 140737064266464 139802961154120 139802813290664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700346 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 9352
/proc/meminfo: memFree=31197612/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 13425 0 1 0 118 4 0 0 20 0 19 0 5623844 9856040960 12380 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 2406260 12380 2240 9 0 2396937 0
[pid=9352/tid=9353] ppid=9349 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 2403 0 1 0 66 2 0 0 20 0 19 0 5623844 9856040960 12380 33554432000 1073741824 1073778376 140737064266464 139802961154120 139802813291880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.01 2.03 2.00 4/213 9371
/proc/meminfo: memFree=31154140/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 13429 0 1 0 200 4 0 0 20 0 19 0 5623844 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 2406260 13405 2241 9 0 2396937 0
[pid=9352/tid=9353] ppid=9349 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 2406 0 1 0 146 2 0 0 20 0 19 0 5623844 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802961152336 139802813304935 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9355] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9355/stat : 9355 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802933607464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9356] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9356/stat : 9356 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802932554664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9357] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9357/stat : 9357 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802931501864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9358] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9358/stat : 9358 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802801908392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9359] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9359/stat : 9359 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802800855592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9360] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9360/stat : 9360 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802799802792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9361] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9361/stat : 9361 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802798749992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9362] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9362/stat : 9362 (java) S 9349 9352 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802797697192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9363] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9363/stat : 9363 (java) S 9349 9352 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802315185128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9364] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9364/stat : 9364 (java) S 9349 9352 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802314131192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9365] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9365/stat : 9365 (java) S 9349 9352 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802313078280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9366] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9366/stat : 9366 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623848 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802312026768 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9367] ppid=9349 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/9352/task/9367/stat : 9367 (java) S 9349 9352 6151 0 -1 4202560 6284 0 0 0 30 1 0 0 20 0 19 0 5623849 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802310973880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9368] ppid=9349 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9352/task/9368/stat : 9368 (java) S 9349 9352 6151 0 -1 4202560 3468 0 0 0 21 0 0 0 20 0 19 0 5623849 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802309921080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9369] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9369/stat : 9369 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623849 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802308868472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9370] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9370/stat : 9370 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623849 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802307815880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9371] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9371/stat : 9371 (java) S 9349 9352 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5623856 9856040960 13405 33554432000 1073741824 1073778376 140737064266464 139802306762408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 9371
/proc/meminfo: memFree=31149796/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 13434 0 1 0 364 4 0 0 20 0 19 0 5623844 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 2406260 14432 2241 9 0 2396937 0
[pid=9352/tid=9353] ppid=9349 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 2408 0 1 0 306 2 0 0 20 0 19 0 5623844 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802961145520 139802813345119 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9355] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9355/stat : 9355 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802933607464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9356] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9356/stat : 9356 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802932554664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9357] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9357/stat : 9357 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802931501864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9358] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9358/stat : 9358 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802801908392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9359] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9359/stat : 9359 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802800855592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9360] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9360/stat : 9360 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802799802792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9361] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9361/stat : 9361 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802798749992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9362] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9362/stat : 9362 (java) S 9349 9352 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802797697192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9363] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9363/stat : 9363 (java) S 9349 9352 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802315185128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9364] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9364/stat : 9364 (java) S 9349 9352 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802314131192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9365] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9365/stat : 9365 (java) S 9349 9352 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802313078280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9366] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9366/stat : 9366 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623848 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802312026768 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9367] ppid=9349 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9352/task/9367/stat : 9367 (java) S 9349 9352 6151 0 -1 4202560 6284 0 0 0 30 2 0 0 20 0 19 0 5623849 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802310973880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9368] ppid=9349 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9352/task/9368/stat : 9368 (java) S 9349 9352 6151 0 -1 4202560 3471 0 0 0 24 0 0 0 20 0 19 0 5623849 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802309921080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9369] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9369/stat : 9369 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623849 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802308868472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9370] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9370/stat : 9370 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623849 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802307815880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9371] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9371/stat : 9371 (java) S 9349 9352 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5623856 9856040960 14432 33554432000 1073741824 1073778376 140737064266464 139802306762408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 9371
/proc/meminfo: memFree=31144396/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=9625040 CPUtime=6.88 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 13440 0 1 0 684 4 0 0 20 0 19 0 5623844 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 2406260 15854 2242 9 0 2396937 0
[pid=9352/tid=9353] ppid=9349 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 2413 0 1 0 626 2 0 0 20 0 19 0 5623844 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802961145520 139802813345172 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9355] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9355/stat : 9355 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802933607464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9356] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9356/stat : 9356 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802932554664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9357] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9357/stat : 9357 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802931501864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9358] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9358/stat : 9358 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802801908392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9359] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9359/stat : 9359 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802800855592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9360] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9360/stat : 9360 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802799802792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9361] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9361/stat : 9361 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802798749992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9362] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9362/stat : 9362 (java) S 9349 9352 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5623845 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802797697192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9363] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9363/stat : 9363 (java) S 9349 9352 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802315185128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9364] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9364/stat : 9364 (java) S 9349 9352 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802314131192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9365] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9365/stat : 9365 (java) S 9349 9352 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802313078280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9366] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9366/stat : 9366 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623848 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802312026768 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9367] ppid=9349 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9352/task/9367/stat : 9367 (java) S 9349 9352 6151 0 -1 4202560 6284 0 0 0 30 2 0 0 20 0 19 0 5623849 9856040960 15854 33554432000 1073741824 1073778376 140737064266464 139802310973880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9368] ppid=9349 vsize=9625040 CPUtime=0.24 cores=1,3,5,7

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

[pid=9352/tid=9364] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9364/stat : 9364 (java) S 9349 9352 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 76588 33554432000 1073741824 1073778376 140737064266464 139802314131192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9365] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9365/stat : 9365 (java) S 9349 9352 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 76588 33554432000 1073741824 1073778376 140737064266464 139802313078280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9366] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9366/stat : 9366 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623848 9856040960 76588 33554432000 1073741824 1073778376 140737064266464 139802312026768 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9367] ppid=9349 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9352/task/9367/stat : 9367 (java) S 9349 9352 6151 0 -1 4202560 6284 0 0 0 30 2 0 0 20 0 19 0 5623849 9856040960 76588 33554432000 1073741824 1073778376 140737064266464 139802310973880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9368] ppid=9349 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9352/task/9368/stat : 9368 (java) S 9349 9352 6151 0 -1 4202560 3474 0 0 0 27 0 0 0 20 0 19 0 5623849 9856040960 76588 33554432000 1073741824 1073778376 140737064266464 139802309921080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9369] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9369/stat : 9369 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623849 9856040960 76588 33554432000 1073741824 1073778376 140737064266464 139802308868472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9370] ppid=9349 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/9352/task/9370/stat : 9370 (java) S 9349 9352 6151 0 -1 4202560 95 0 0 0 27 41 0 0 20 0 19 0 5623849 9856040960 76588 33554432000 1073741824 1073778376 140737064266464 139802307815880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9371] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9371/stat : 9371 (java) S 9349 9352 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5623856 9856040960 76588 33554432000 1073741824 1073778376 140737064266464 139802306762408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.76
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 9479
/proc/meminfo: memFree=30847352/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=9625040 CPUtime=1723.97 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 14477 0 1 0 172329 68 0 0 20 0 19 0 5623844 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 2406260 86342 2257 9 0 2396937 0
[pid=9352/tid=9353] ppid=9349 vsize=9625040 CPUtime=1722.04 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 2475 0 1 0 172175 29 0 0 20 0 19 0 5623844 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802961145520 139802813290647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9355] ppid=9349 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9352/task/9355/stat : 9355 (java) S 9349 9352 6151 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802933607464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9356] ppid=9349 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9352/task/9356/stat : 9356 (java) S 9349 9352 6151 0 -1 4202560 180 0 0 0 11 4 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802932554664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9357] ppid=9349 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9352/task/9357/stat : 9357 (java) S 9349 9352 6151 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802931501864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9358] ppid=9349 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9352/task/9358/stat : 9358 (java) S 9349 9352 6151 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802801908392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9359] ppid=9349 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9352/task/9359/stat : 9359 (java) S 9349 9352 6151 0 -1 4202560 41 0 0 0 5 3 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802800855592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9360] ppid=9349 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/9352/task/9360/stat : 9360 (java) S 9349 9352 6151 0 -1 4202560 205 0 0 0 6 3 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802799802792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9361] ppid=9349 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9352/task/9361/stat : 9361 (java) S 9349 9352 6151 0 -1 4202560 132 0 0 0 4 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802798749992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9362] ppid=9349 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9352/task/9362/stat : 9362 (java) S 9349 9352 6151 0 -1 4202560 28 0 0 0 6 1 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802797697192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9363] ppid=9349 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9352/task/9363/stat : 9363 (java) S 9349 9352 6151 0 -1 4202560 77 0 0 0 1 1 0 0 20 0 19 0 5623846 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802315185128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9364] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9364/stat : 9364 (java) S 9349 9352 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802314131192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9365] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9365/stat : 9365 (java) S 9349 9352 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802313078280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9366] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9366/stat : 9366 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623848 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802312026768 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9367] ppid=9349 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9352/task/9367/stat : 9367 (java) S 9349 9352 6151 0 -1 4202560 6284 0 0 0 30 2 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802310973880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9368] ppid=9349 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9352/task/9368/stat : 9368 (java) S 9349 9352 6151 0 -1 4202560 3474 0 0 0 27 0 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802309921080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9369] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9369/stat : 9369 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802308868472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9370] ppid=9349 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/9352/task/9370/stat : 9370 (java) S 9349 9352 6151 0 -1 4202560 99 0 0 0 29 42 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802307815880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9371] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9371/stat : 9371 (java) S 9349 9352 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5623856 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802306762408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.97
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 9481
/proc/meminfo: memFree=30847348/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=9625040 CPUtime=1783.98 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 14481 0 1 0 178328 70 0 0 20 0 19 0 5623844 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 2406260 86342 2257 9 0 2396937 0
[pid=9352/tid=9353] ppid=9349 vsize=9625040 CPUtime=1782.04 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 2475 0 1 0 178173 31 0 0 20 0 19 0 5623844 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802961145520 139802813344645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9355] ppid=9349 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9352/task/9355/stat : 9355 (java) S 9349 9352 6151 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802933607464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9356] ppid=9349 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9352/task/9356/stat : 9356 (java) S 9349 9352 6151 0 -1 4202560 180 0 0 0 11 4 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802932554664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9357] ppid=9349 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9352/task/9357/stat : 9357 (java) S 9349 9352 6151 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802931501864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9358] ppid=9349 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9352/task/9358/stat : 9358 (java) S 9349 9352 6151 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802801908392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9359] ppid=9349 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9352/task/9359/stat : 9359 (java) S 9349 9352 6151 0 -1 4202560 41 0 0 0 5 3 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802800855592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9360] ppid=9349 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/9352/task/9360/stat : 9360 (java) S 9349 9352 6151 0 -1 4202560 205 0 0 0 6 3 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802799802792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9361] ppid=9349 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9352/task/9361/stat : 9361 (java) S 9349 9352 6151 0 -1 4202560 132 0 0 0 4 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802798749992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9362] ppid=9349 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9352/task/9362/stat : 9362 (java) S 9349 9352 6151 0 -1 4202560 28 0 0 0 6 1 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802797697192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9363] ppid=9349 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9352/task/9363/stat : 9363 (java) S 9349 9352 6151 0 -1 4202560 77 0 0 0 1 1 0 0 20 0 19 0 5623846 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802315185128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9364] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9364/stat : 9364 (java) S 9349 9352 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802314131192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9365] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9365/stat : 9365 (java) S 9349 9352 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802313078280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9366] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9366/stat : 9366 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623848 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802312026768 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9367] ppid=9349 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9352/task/9367/stat : 9367 (java) S 9349 9352 6151 0 -1 4202560 6284 0 0 0 30 2 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802310973880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9368] ppid=9349 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9352/task/9368/stat : 9368 (java) S 9349 9352 6151 0 -1 4202560 3474 0 0 0 27 0 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802309921080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9369] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9369/stat : 9369 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802308868472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9370] ppid=9349 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/9352/task/9370/stat : 9370 (java) S 9349 9352 6151 0 -1 4202560 103 0 0 0 29 45 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802307815880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9371] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9371/stat : 9371 (java) S 9349 9352 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5623856 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802306762408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.98
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 9482
/proc/meminfo: memFree=30830476/32872528 swapFree=532444/565148
[pid=9352] ppid=9349 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/9352/stat : 9352 (java) S 9349 9352 6151 0 -1 4202496 14481 0 1 0 179938 71 0 0 20 0 19 0 5623844 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 140737064257600 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9352/statm: 2406260 86342 2257 9 0 2396937 0
[pid=9352/tid=9353] ppid=9349 vsize=9625040 CPUtime=1798.14 cores=1,3,5,7
/proc/9352/task/9353/stat : 9353 (java) R 9349 9352 6151 0 -1 4202560 2475 0 1 0 179783 31 0 0 20 0 19 0 5623844 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802961145520 139802813345119 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9355] ppid=9349 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9352/task/9355/stat : 9355 (java) S 9349 9352 6151 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802933607464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9356] ppid=9349 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9352/task/9356/stat : 9356 (java) S 9349 9352 6151 0 -1 4202560 180 0 0 0 11 4 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802932554664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9352/tid=9357] ppid=9349 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9352/task/9357/stat : 9357 (java) S 9349 9352 6151 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802931501864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9358] ppid=9349 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9352/task/9358/stat : 9358 (java) S 9349 9352 6151 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802801908392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9359] ppid=9349 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9352/task/9359/stat : 9359 (java) S 9349 9352 6151 0 -1 4202560 41 0 0 0 5 3 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802800855592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9360] ppid=9349 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/9352/task/9360/stat : 9360 (java) S 9349 9352 6151 0 -1 4202560 205 0 0 0 6 3 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802799802792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9361] ppid=9349 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9352/task/9361/stat : 9361 (java) S 9349 9352 6151 0 -1 4202560 132 0 0 0 4 2 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802798749992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9362] ppid=9349 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9352/task/9362/stat : 9362 (java) S 9349 9352 6151 0 -1 4202560 28 0 0 0 6 1 0 0 20 0 19 0 5623845 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802797697192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9363] ppid=9349 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9352/task/9363/stat : 9363 (java) S 9349 9352 6151 0 -1 4202560 77 0 0 0 1 1 0 0 20 0 19 0 5623846 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802315185128 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9364] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9364/stat : 9364 (java) S 9349 9352 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802314131192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9365] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9365/stat : 9365 (java) S 9349 9352 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5623846 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802313078280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9366] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9366/stat : 9366 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623848 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802312026768 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9367] ppid=9349 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9352/task/9367/stat : 9367 (java) S 9349 9352 6151 0 -1 4202560 6284 0 0 0 30 2 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802310973880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9352/tid=9368] ppid=9349 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9352/task/9368/stat : 9368 (java) S 9349 9352 6151 0 -1 4202560 3474 0 0 0 27 0 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802309921080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9369] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9369/stat : 9369 (java) S 9349 9352 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802308868472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9352/tid=9370] ppid=9349 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/9352/task/9370/stat : 9370 (java) S 9349 9352 6151 0 -1 4202560 103 0 0 0 29 45 0 0 20 0 19 0 5623849 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802307815880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9352/tid=9371] ppid=9349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9352/task/9371/stat : 9371 (java) S 9349 9352 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5623856 9856040960 86342 33554432000 1073741824 1073778376 140737064266464 139802306762408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9352 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.43
CPU time (s): 1800.48
CPU user time (s): 1799.36
CPU system time (s): 1.12183
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 1.12183
maximum resident set size= 345516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14525
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38135
involuntary context switches= 2502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.32419 second user time and 7.12592 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-16 02:09:42
IDJOB=4089957
IDBENCH=107480
IDSOLVER=2546
FILE ID=node138/4089957-1466035782
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v051-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089957-1466035782/watcher-4089957-1466035782 -o /tmp/evaluation-result-4089957-1466035782/solver-4089957-1466035782 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089957-1466035782.opb

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

MD5SUM BENCH= fe4ccff3f6a053c0e2165283056abf6a
RANDOM SEED=1510989257

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31198024 kB
Buffers:           25144 kB
Cached:            42428 kB
SwapCached:         1268 kB
Active:           366384 kB
Inactive:          44424 kB
Active(anon):     343388 kB
Inactive(anon):     1708 kB
Active(file):      22996 kB
Inactive(file):    42716 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:        906992 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             565756 kB
SReclaimable:       9528 kB
SUnreclaim:       556228 kB
KernelStack:        1608 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1372112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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= 71748 MiB
End job on node138 at 2016-06-16 02:39:41