Trace number 4095928

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.67 1799.24

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-random4regular-45.opb
MD5SUM69459a524bcb658fbd70dc41a395b3ed
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.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables181
Total number of constraints90
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4095928-1466098910.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.023s.
0.10/0.13	c declared #vars     181
0.10/0.13	c #constraints  180
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
0.10/0.13	c 180 constraints processed.
0.64/0.47	c cleaning 2499 clauses out of 5001 with flag 35158/5001
1.00/0.77	c cleaning 4236 clauses out of 8501 with flag 79381/11000
1.45/1.16	c cleaning 5619 clauses out of 11265 with flag 136988/18000
2.05/1.76	c cleaning 6814 clauses out of 13646 with flag 204298/26000
2.67/2.35	c cleaning 7905 clauses out of 15832 with flag 271071/35000
3.36/3.07	c cleaning 8956 clauses out of 17927 with flag 345534/45000
4.26/3.93	c cleaning 9969 clauses out of 19971 with flag 427647/56000
5.56/5.25	c cleaning 10981 clauses out of 22002 with flag 527745/68000
7.26/6.98	c cleaning 11991 clauses out of 24021 with flag 648229/81000
9.26/8.95	c cleaning 12996 clauses out of 26033 with flag 765429/95003
10.87/10.52	c cleaning 14013 clauses out of 28036 with flag 878260/110002
12.86/12.56	c cleaning 14997 clauses out of 30022 with flag 995670/126001
14.87/14.57	c cleaning 15997 clauses out of 32025 with flag 1117807/143001
17.16/16.87	c cleaning 16999 clauses out of 34027 with flag 1260585/161000
19.76/19.40	c cleaning 18000 clauses out of 36028 with flag 1406679/180000
22.47/22.17	c cleaning 19001 clauses out of 38030 with flag 1553304/200002
25.67/25.32	c cleaning 19995 clauses out of 40028 with flag 1716704/221001
28.86/28.51	c cleaning 20992 clauses out of 42032 with flag 1878556/243000
33.06/32.73	c cleaning 21994 clauses out of 44041 with flag 2055878/266001
38.26/37.93	c cleaning 23002 clauses out of 46047 with flag 2256274/290001
43.86/43.50	c cleaning 24001 clauses out of 48044 with flag 2487009/315000
48.56/48.24	c cleaning 25011 clauses out of 50043 with flag 2683572/341000
53.36/53.05	c cleaning 26008 clauses out of 52032 with flag 2877625/368000
58.26/57.94	c cleaning 26993 clauses out of 54025 with flag 3071209/396001
63.76/63.44	c cleaning 27999 clauses out of 56032 with flag 3265659/425001
69.46/69.16	c cleaning 29011 clauses out of 58032 with flag 3477735/455000
75.56/75.30	c cleaning 29984 clauses out of 60021 with flag 3689421/486000
83.87/83.55	c cleaning 30998 clauses out of 62037 with flag 3930447/518000
92.56/92.30	c cleaning 32000 clauses out of 64044 with flag 4180576/551005
100.77/100.40	c cleaning 33016 clauses out of 66040 with flag 4451853/585001
109.58/109.24	c cleaning 33996 clauses out of 68023 with flag 4697841/620000
118.47/118.19	c cleaning 35005 clauses out of 70027 with flag 4965483/656000
127.67/127.35	c cleaning 35991 clauses out of 72022 with flag 5218379/693000
136.97/136.60	c cleaning 37008 clauses out of 74032 with flag 5486260/731001
146.97/146.65	c cleaning 38003 clauses out of 76023 with flag 5744139/770000
157.00/156.66	c cleaning 38998 clauses out of 78020 with flag 6019369/810000
169.81/169.46	c cleaning 39997 clauses out of 80022 with flag 6323959/851000
184.30/183.94	c cleaning 40998 clauses out of 82025 with flag 6639930/893000
198.60/198.20	c cleaning 41997 clauses out of 84028 with flag 6933736/936001
210.91/210.56	c cleaning 43008 clauses out of 86032 with flag 7230440/980002
223.81/223.49	c cleaning 43995 clauses out of 88024 with flag 7527437/1025002
237.32/236.91	c cleaning 45006 clauses out of 90029 with flag 7828783/1071002
252.52/252.13	c cleaning 45998 clauses out of 92022 with flag 8138559/1118001
267.62/267.25	c cleaning 46994 clauses out of 94025 with flag 8479656/1166002
285.13/284.71	c cleaning 47995 clauses out of 96029 with flag 8797703/1215000
301.63/301.24	c cleaning 49009 clauses out of 98036 with flag 9125071/1265002
318.93/318.51	c cleaning 50009 clauses out of 100025 with flag 9451398/1316000
336.83/336.42	c cleaning 50997 clauses out of 102016 with flag 9783451/1368000
355.53/355.11	c cleaning 51996 clauses out of 104019 with flag 10127818/1421000
374.54/374.15	c cleaning 53006 clauses out of 106023 with flag 10470047/1475000
395.14/394.79	c cleaning 54000 clauses out of 108017 with flag 10810507/1530000
415.84/415.46	c cleaning 54999 clauses out of 110017 with flag 11158672/1586000
439.58/439.19	c cleaning 55983 clauses out of 112018 with flag 11551174/1643000
460.38/459.98	c cleaning 57009 clauses out of 114035 with flag 11938228/1701000
483.67/483.26	c cleaning 58002 clauses out of 116026 with flag 12308166/1760000
507.47/507.07	c cleaning 58991 clauses out of 118024 with flag 12682841/1820000
531.48/531.07	c cleaning 60010 clauses out of 120033 with flag 13071829/1881000
557.48/557.04	c cleaning 61007 clauses out of 122024 with flag 13453317/1943001
583.38/582.94	c cleaning 61995 clauses out of 124016 with flag 13848064/2006000
610.59/610.16	c cleaning 63003 clauses out of 126022 with flag 14246146/2070001
637.30/636.82	c cleaning 64008 clauses out of 128018 with flag 14674987/2135000
665.31/664.80	c cleaning 64999 clauses out of 130010 with flag 15066359/2201000
695.32/694.85	c cleaning 65998 clauses out of 132011 with flag 15470890/2268000
726.73/726.27	c cleaning 67001 clauses out of 134013 with flag 15886071/2336000
761.04/760.57	c cleaning 67998 clauses out of 136012 with flag 16302287/2405000
803.41/802.87	c cleaning 68995 clauses out of 138015 with flag 16761003/2475001
838.61/838.05	c cleaning 69994 clauses out of 140020 with flag 17198848/2546001
875.62/875.02	c cleaning 70999 clauses out of 142025 with flag 17656724/2618000
908.23/907.65	c cleaning 72011 clauses out of 144026 with flag 18095536/2691000
947.43/946.89	c cleaning 73001 clauses out of 146016 with flag 18528341/2765001
986.33/985.73	c cleaning 73990 clauses out of 148015 with flag 18986936/2840001
1025.83/1025.26	c cleaning 75006 clauses out of 150024 with flag 19442270/2916000
1064.23/1063.60	c cleaning 76004 clauses out of 152018 with flag 19912962/2993000
1107.23/1106.67	c cleaning 76999 clauses out of 154014 with flag 20360570/3071000
1152.94/1152.38	c cleaning 77993 clauses out of 156018 with flag 20841404/3150003
1196.85/1196.28	c cleaning 78992 clauses out of 158022 with flag 21317940/3230000
1246.12/1245.45	c cleaning 80010 clauses out of 160032 with flag 21816106/3311002
1291.23/1290.55	c cleaning 81007 clauses out of 162022 with flag 22301085/3393002
1339.25/1338.58	c cleaning 82004 clauses out of 164015 with flag 22786081/3476002
1390.25/1389.57	c cleaning 82995 clauses out of 166010 with flag 23283068/3560001
1442.05/1441.34	c cleaning 83994 clauses out of 168014 with flag 23810597/3645000
1499.95/1499.22	c cleaning 85007 clauses out of 170020 with flag 24354099/3731000
1553.96/1553.23	c cleaning 86002 clauses out of 172014 with flag 24863147/3818001
1605.16/1604.45	c cleaning 87003 clauses out of 174013 with flag 25385013/3906002
1663.06/1662.32	c cleaning 87991 clauses out of 176008 with flag 25892492/3995000
1720.98/1720.25	c cleaning 89002 clauses out of 178019 with flag 26408555/4085002
1776.46/1775.70	c cleaning 89993 clauses out of 180015 with flag 26934356/4176000
1800.06/1799.20	c starts		: 19151
1800.06/1799.20	c conflicts		: 4222910
1800.06/1799.20	c decisions		: 6382665
1800.06/1799.20	c propagations		: 104631626
1800.06/1799.20	c inspects		: 36654137165
1800.06/1799.20	c shortcuts		: 0
1800.06/1799.20	c learnt literals	: 0
1800.06/1799.20	c learnt binary clauses	: 0
1800.06/1799.20	c learnt ternary clauses	: 0
1800.06/1799.20	c learnt constraints	: 4222910
1800.06/1799.20	c ignored constraints	: 0
1800.06/1799.20	c root simplifications	: 0
1800.06/1799.20	c removed literals (reason simplification)	: 0
1800.06/1799.20	c reason swapping (by a shorter reason)	: 0
1800.06/1799.20	c Calls to reduceDB	: 87
1800.06/1799.20	c Number of update (reduction) of LBD	: 1241704
1800.06/1799.20	c Imported unit clauses	: 0
1800.06/1799.20	c number of reductions to clauses (during analyze)	: 0
1800.06/1799.20	c number of learned constraints concerned by reduction	: 0
1800.06/1799.20	c number of learning phase by resolution	: 0
1800.06/1799.20	c number of learning phase by cutting planes	: 0
1800.06/1799.20	c speed (assignments/second)	: 58158.734790753006
1800.06/1799.20	c non guided choices	70
1800.06/1799.20	c timeout
1800.06/1799.23	c learnt constraints type 
1800.06/1799.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 136933
1800.06/1799.23	s UNKNOWN
1800.06/1799.23	c Total wall clock time (in seconds): 1799.122

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-4095928-1466098910/watcher-4095928-1466098910 -o /tmp/evaluation-result-4095928-1466098910/solver-4095928-1466098910 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466097110-5878 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4095928-1466098910.opb 

pid=6099
running on 4 cores: 0,2,4,6

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.15 2.17 2.13 5/194 6102
/proc/meminfo: memFree=30594768/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 11939621 98570240 976 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 24065 976 743 9 0 16771 0
[pid=6102/tid=6103] ppid=6099 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 11939622 98570240 976 33554432000 1073741824 1073778376 140734648680192 140446587723304 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.15 2.17 2.13 5/194 6102
/proc/meminfo: memFree=30594768/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 4425 0 1 0 10 0 0 0 20 0 18 0 11939621 9787879424 6060 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 2389619 6060 2140 9 0 2380296 0
[pid=6102/tid=6103] ppid=6099 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 11939622 9787879424 6060 33554432000 1073741824 1073778376 140734648680192 140446587726752 272889865485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20031 s]
/proc/loadavg: 2.15 2.17 2.13 5/194 6102
/proc/meminfo: memFree=30594768/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 6330 0 1 0 30 1 0 0 20 0 19 0 11939621 9856040960 7279 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 2406260 7279 2221 9 0 2396937 0
[pid=6102/tid=6103] ppid=6099 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 19 0 11939622 9856040960 7279 33554432000 1073741824 1073778376 140734648680192 140446587728512 140446454101216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300325 s]
/proc/loadavg: 2.15 2.17 2.13 5/194 6102
/proc/meminfo: memFree=30594768/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 6687 0 1 0 50 1 0 0 20 0 19 0 11939621 9856040960 7866 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 2406260 7866 2226 9 0 2396937 0
[pid=6102/tid=6103] ppid=6099 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 2397 0 1 0 27 0 0 0 20 0 19 0 11939622 9856040960 7866 33554432000 1073741824 1073778376 140734648680192 140446587728512 140446454012270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700216 s]
/proc/loadavg: 2.15 2.17 2.13 5/194 6102
/proc/meminfo: memFree=30594768/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 7663 0 1 0 99 1 0 0 20 0 19 0 11939621 9856040960 7909 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 2406260 7909 2237 9 0 2396937 0
[pid=6102/tid=6103] ppid=6099 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 2397 0 1 0 67 0 0 0 20 0 19 0 11939622 9856040960 7909 33554432000 1073741824 1073778376 140734648680192 140446587719360 140446454013512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.15 2.17 2.13 3/213 6121
/proc/meminfo: memFree=30566096/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 7669 0 1 0 184 1 0 0 20 0 19 0 11939621 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 2406260 8936 2240 9 0 2396937 0
[pid=6102/tid=6103] ppid=6099 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 2400 0 1 0 147 0 0 0 20 0 19 0 11939622 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446587719360 140446454447416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6105] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6105/stat : 6105 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446576789800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6106] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6106/stat : 6106 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446575737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6107] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6107/stat : 6107 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446574684712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6102/tid=6108] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6108/stat : 6108 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446573631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6109] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6109/stat : 6109 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446572579624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6110] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6110/stat : 6110 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446426413736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6111] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6111/stat : 6111 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446425361448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6112] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6112/stat : 6112 (java) S 6099 6102 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446424308648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6113] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6113/stat : 6113 (java) S 6099 6102 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446411897064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6114] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6114/stat : 6114 (java) S 6099 6102 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446410843128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6115] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6115/stat : 6115 (java) S 6099 6102 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446409790728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6116] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6116/stat : 6116 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446408739216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6117] ppid=6099 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/6102/task/6117/stat : 6117 (java) S 6099 6102 3284 0 -1 4202560 1456 0 0 0 15 0 0 0 20 0 19 0 11939626 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446407686840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6118] ppid=6099 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6102/task/6118/stat : 6118 (java) S 6099 6102 3284 0 -1 4202560 2544 0 0 0 18 0 0 0 20 0 19 0 11939626 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446406634040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6119] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6119/stat : 6119 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446405581944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6120] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6120/stat : 6120 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446404529352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6121] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6121/stat : 6121 (java) S 6099 6102 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11939635 9856040960 8936 33554432000 1073741824 1073778376 140734648680192 140446403474344 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.15 2.17 2.13 3/213 6121
/proc/meminfo: memFree=30559332/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 7672 0 1 0 345 1 0 0 20 0 19 0 11939621 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 2406260 9449 2240 9 0 2396937 0
[pid=6102/tid=6103] ppid=6099 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 2402 0 1 0 307 0 0 0 20 0 19 0 11939622 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446587719360 140446454448512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6105] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6105/stat : 6105 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446576789800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6106] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6106/stat : 6106 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446575737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6107] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6107/stat : 6107 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446574684712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6102/tid=6108] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6108/stat : 6108 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446573631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6109] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6109/stat : 6109 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446572579624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6110] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6110/stat : 6110 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446426413736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6111] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6111/stat : 6111 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446425361448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6112] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6112/stat : 6112 (java) S 6099 6102 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446424308648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6113] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6113/stat : 6113 (java) S 6099 6102 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446411897064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6114] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6114/stat : 6114 (java) S 6099 6102 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446410843128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6115] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6115/stat : 6115 (java) S 6099 6102 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446409790728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6116] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6116/stat : 6116 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446408739216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6117] ppid=6099 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/6102/task/6117/stat : 6117 (java) S 6099 6102 3284 0 -1 4202560 1457 0 0 0 16 0 0 0 20 0 19 0 11939626 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446407686840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6118] ppid=6099 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6102/task/6118/stat : 6118 (java) S 6099 6102 3284 0 -1 4202560 2544 0 0 0 19 0 0 0 20 0 19 0 11939626 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446406634040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6119] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6119/stat : 6119 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446405581944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6120] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6120/stat : 6120 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446404529352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6121] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6121/stat : 6121 (java) S 6099 6102 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11939635 9856040960 9449 33554432000 1073741824 1073778376 140734648680192 140446403474344 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.13 2.17 2.13 3/213 6121
/proc/meminfo: memFree=30545024/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=9625040 CPUtime=6.66 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 7677 0 1 0 665 1 0 0 20 0 19 0 11939621 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 2406260 10962 2241 9 0 2396937 0
[pid=6102/tid=6103] ppid=6099 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 2406 0 1 0 628 0 0 0 20 0 19 0 11939622 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446587719360 140446454447136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6105] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6105/stat : 6105 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446576789800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6106] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6106/stat : 6106 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446575737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6107] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6107/stat : 6107 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446574684712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6102/tid=6108] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6108/stat : 6108 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446573631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6109] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6109/stat : 6109 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446572579624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6110] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6110/stat : 6110 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446426413736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6111] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6111/stat : 6111 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446425361448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6112] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6112/stat : 6112 (java) S 6099 6102 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11939622 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446424308648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6113] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6113/stat : 6113 (java) S 6099 6102 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446411897064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6114] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6114/stat : 6114 (java) S 6099 6102 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446410843128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6115] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6115/stat : 6115 (java) S 6099 6102 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446409790728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6116] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6116/stat : 6116 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446408739216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6117] ppid=6099 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/6102/task/6117/stat : 6117 (java) S 6099 6102 3284 0 -1 4202560 1457 0 0 0 16 0 0 0 20 0 19 0 11939626 9856040960 10962 33554432000 1073741824 1073778376 140734648680192 140446407686840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6118] ppid=6099 vsize=9625040 CPUtime=0.19 cores=0,2,4,6

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

[pid=6102/tid=6114] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6114/stat : 6114 (java) S 6099 6102 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446410843128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6115] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6115/stat : 6115 (java) S 6099 6102 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446409790728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6116] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6116/stat : 6116 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446408739216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6117] ppid=6099 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/6102/task/6117/stat : 6117 (java) S 6099 6102 3284 0 -1 4202560 1457 0 0 0 16 0 0 0 20 0 19 0 11939626 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446407686840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6118] ppid=6099 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/6102/task/6118/stat : 6118 (java) S 6099 6102 3284 0 -1 4202560 2787 0 0 0 22 0 0 0 20 0 19 0 11939626 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446406634040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6119] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6119/stat : 6119 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446405581944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6120] ppid=6099 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6102/task/6120/stat : 6120 (java) S 6099 6102 3284 0 -1 4202560 96 0 0 0 32 24 0 0 20 0 19 0 11939626 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446404529352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6121] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6121/stat : 6121 (java) S 6099 6102 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11939635 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446403474344 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.06
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.23 2.15 3/214 6187
/proc/meminfo: memFree=30114220/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=9625040 CPUtime=1723.08 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 8650 0 1 0 172278 30 0 0 20 0 19 0 11939621 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 2406260 52511 2257 9 0 2396937 0
[pid=6102/tid=6103] ppid=6099 vsize=9625040 CPUtime=1722.21 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 2467 0 1 0 172187 34 0 0 20 0 19 0 11939622 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446587719456 140446454447323 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6105] ppid=6099 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6102/task/6105/stat : 6105 (java) S 6099 6102 3284 0 -1 4202560 116 0 0 0 3 0 0 0 20 0 19 0 11939622 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446576789800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6106] ppid=6099 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6102/task/6106/stat : 6106 (java) S 6099 6102 3284 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 11939622 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446575737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6107] ppid=6099 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6102/task/6107/stat : 6107 (java) S 6099 6102 3284 0 -1 4202560 60 0 0 0 1 0 0 0 20 0 19 0 11939622 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446574684712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6108] ppid=6099 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6102/task/6108/stat : 6108 (java) S 6099 6102 3284 0 -1 4202560 139 0 0 0 3 0 0 0 20 0 19 0 11939622 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446573631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6109] ppid=6099 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6102/task/6109/stat : 6109 (java) S 6099 6102 3284 0 -1 4202560 64 0 0 0 2 0 0 0 20 0 19 0 11939622 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446572579624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6110] ppid=6099 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6102/task/6110/stat : 6110 (java) S 6099 6102 3284 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 11939622 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446426413736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6111] ppid=6099 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6102/task/6111/stat : 6111 (java) S 6099 6102 3284 0 -1 4202560 123 0 0 0 2 0 0 0 20 0 19 0 11939622 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446425361448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6102/tid=6112] ppid=6099 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6102/task/6112/stat : 6112 (java) S 6099 6102 3284 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 11939622 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446424308648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6113] ppid=6099 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6102/task/6113/stat : 6113 (java) S 6099 6102 3284 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 11939624 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446411897064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6114] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6114/stat : 6114 (java) S 6099 6102 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446410843128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6115] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6115/stat : 6115 (java) S 6099 6102 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446409790728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6116] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6116/stat : 6116 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446408739216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6117] ppid=6099 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/6102/task/6117/stat : 6117 (java) S 6099 6102 3284 0 -1 4202560 1457 0 0 0 16 0 0 0 20 0 19 0 11939626 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446407686840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6118] ppid=6099 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/6102/task/6118/stat : 6118 (java) S 6099 6102 3284 0 -1 4202560 2787 0 0 0 22 0 0 0 20 0 19 0 11939626 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446406634040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6119] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6119/stat : 6119 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446405581944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6120] ppid=6099 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/6102/task/6120/stat : 6120 (java) S 6099 6102 3284 0 -1 4202560 100 0 0 0 33 25 0 0 20 0 19 0 11939626 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446404529352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6121] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6121/stat : 6121 (java) S 6099 6102 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11939635 9856040960 52511 33554432000 1073741824 1073778376 140734648680192 140446403474344 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.08
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.24 2.16 3/213 6188
/proc/meminfo: memFree=30097320/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=9625040 CPUtime=1783.17 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 8673 0 1 0 178286 31 0 0 20 0 19 0 11939621 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 2406260 53543 2257 9 0 2396937 0
[pid=6102/tid=6103] ppid=6099 vsize=9625040 CPUtime=1782.18 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 2468 0 1 0 178183 35 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446587719456 140446454409273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6105] ppid=6099 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/6102/task/6105/stat : 6105 (java) S 6099 6102 3284 0 -1 4202560 116 0 0 0 4 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446576789800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6106] ppid=6099 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6102/task/6106/stat : 6106 (java) S 6099 6102 3284 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446575737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6107] ppid=6099 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6102/task/6107/stat : 6107 (java) S 6099 6102 3284 0 -1 4202560 62 0 0 0 3 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446574684712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6108] ppid=6099 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/6102/task/6108/stat : 6108 (java) S 6099 6102 3284 0 -1 4202560 141 0 0 0 4 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446573631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6109] ppid=6099 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6102/task/6109/stat : 6109 (java) S 6099 6102 3284 0 -1 4202560 66 0 0 0 3 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446572579624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6110] ppid=6099 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6102/task/6110/stat : 6110 (java) S 6099 6102 3284 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446426413736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6111] ppid=6099 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/6102/task/6111/stat : 6111 (java) S 6099 6102 3284 0 -1 4202560 125 0 0 0 5 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446425361448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6112] ppid=6099 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6102/task/6112/stat : 6112 (java) S 6099 6102 3284 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446424308648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6102/tid=6113] ppid=6099 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6102/task/6113/stat : 6113 (java) S 6099 6102 3284 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 19 0 11939624 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446411897064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6114] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6114/stat : 6114 (java) S 6099 6102 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446410843128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6115] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6115/stat : 6115 (java) S 6099 6102 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446409790728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6116] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6116/stat : 6116 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446408739216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6117] ppid=6099 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/6102/task/6117/stat : 6117 (java) S 6099 6102 3284 0 -1 4202560 1457 0 0 0 16 0 0 0 20 0 19 0 11939626 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446407686840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6118] ppid=6099 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/6102/task/6118/stat : 6118 (java) S 6099 6102 3284 0 -1 4202560 2787 0 0 0 22 0 0 0 20 0 19 0 11939626 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446406634040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6119] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6119/stat : 6119 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446405581944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6120] ppid=6099 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/6102/task/6120/stat : 6120 (java) S 6099 6102 3284 0 -1 4202560 104 0 0 0 35 26 0 0 20 0 19 0 11939626 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446404529352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6121] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6121/stat : 6121 (java) S 6099 6102 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11939635 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446403474344 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.17
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.22 2.23 2.15 4/213 6254
/proc/meminfo: memFree=30390668/32872528 swapFree=1243920/1391088
[pid=6102] ppid=6099 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/6102/stat : 6102 (java) S 6099 6102 3284 0 -1 4202496 8673 0 1 0 179975 31 0 0 20 0 19 0 11939621 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140734648671328 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6102/statm: 2406260 53543 2257 9 0 2396937 0
[pid=6102/tid=6103] ppid=6099 vsize=9625040 CPUtime=1799.08 cores=0,2,4,6
/proc/6102/task/6103/stat : 6103 (java) R 6099 6102 3284 0 -1 4202560 2468 0 1 0 179873 35 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446587719456 140446454410996 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6105] ppid=6099 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/6102/task/6105/stat : 6105 (java) S 6099 6102 3284 0 -1 4202560 116 0 0 0 4 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446576789800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6106] ppid=6099 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6102/task/6106/stat : 6106 (java) S 6099 6102 3284 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446575737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6107] ppid=6099 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6102/task/6107/stat : 6107 (java) S 6099 6102 3284 0 -1 4202560 62 0 0 0 3 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446574684712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6108] ppid=6099 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/6102/task/6108/stat : 6108 (java) S 6099 6102 3284 0 -1 4202560 141 0 0 0 4 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446573631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6109] ppid=6099 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6102/task/6109/stat : 6109 (java) S 6099 6102 3284 0 -1 4202560 66 0 0 0 3 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446572579624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6110] ppid=6099 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6102/task/6110/stat : 6110 (java) S 6099 6102 3284 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446426413736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6111] ppid=6099 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/6102/task/6111/stat : 6111 (java) S 6099 6102 3284 0 -1 4202560 125 0 0 0 5 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446425361448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6112] ppid=6099 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6102/task/6112/stat : 6112 (java) S 6099 6102 3284 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 11939622 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446424308648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6102/tid=6113] ppid=6099 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6102/task/6113/stat : 6113 (java) S 6099 6102 3284 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 19 0 11939624 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446411897064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6102/tid=6114] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6114/stat : 6114 (java) S 6099 6102 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446410843128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6115] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6115/stat : 6115 (java) S 6099 6102 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11939624 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446409790728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6116] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6116/stat : 6116 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446408739216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6117] ppid=6099 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/6102/task/6117/stat : 6117 (java) S 6099 6102 3284 0 -1 4202560 1457 0 0 0 16 0 0 0 20 0 19 0 11939626 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446407686840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6118] ppid=6099 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/6102/task/6118/stat : 6118 (java) S 6099 6102 3284 0 -1 4202560 2787 0 0 0 22 0 0 0 20 0 19 0 11939626 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446406634040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6119] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6119/stat : 6119 (java) S 6099 6102 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11939626 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446405581944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6102/tid=6120] ppid=6099 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/6102/task/6120/stat : 6120 (java) S 6099 6102 3284 0 -1 4202560 104 0 0 0 35 26 0 0 20 0 19 0 11939626 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446404529352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6102/tid=6121] ppid=6099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6102/task/6121/stat : 6121 (java) S 6099 6102 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11939635 9856040960 53543 33554432000 1073741824 1073778376 140734648680192 140446403474344 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 6102 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1799.24
CPU time (s): 1800.67
CPU user time (s): 1799.92
CPU system time (s): 0.750885
CPU usage (%): 100.08
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.750885
maximum resident set size= 214352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8724
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38075
involuntary context switches= 3993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5844 second user time and 13.4819 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 19:41:50
IDJOB=4095928
IDBENCH=107541
IDSOLVER=2546
FILE ID=node119/4095928-1466098910
RUNJOBID= node119-1466097110-5878
PBS_JOBID= 19904040
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-random4regular-45.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4095928-1466098910/watcher-4095928-1466098910 -o /tmp/evaluation-result-4095928-1466098910/solver-4095928-1466098910 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466097110-5878 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4095928-1466098910.opb

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

MD5SUM BENCH= 69459a524bcb658fbd70dc41a395b3ed
RANDOM SEED=1235459811

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        30595676 kB
Buffers:           49444 kB
Cached:           100324 kB
SwapCached:         1048 kB
Active:            91288 kB
Inactive:          89236 kB
Active(anon):      31420 kB
Inactive(anon):     1560 kB
Active(file):      59868 kB
Inactive(file):    87676 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       1408452 kB
Mapped:            14884 kB
Shmem:                 0 kB
Slab:             570576 kB
SReclaimable:      14152 kB
SUnreclaim:       556424 kB
KernelStack:        1696 kB
PageTables:         7312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2080020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-16 20:11:49