Trace number 4107041

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.72 1795.04

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_4_15.opb
MD5SUMc41d0ae6b2deb2ba6caac7b74c416b6f
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4107041-1466285371.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  no objective function found
0.73/0.41	c ... done. Wall clock time 0.289s.
0.73/0.41	c declared #vars     200
0.73/0.41	c internal #vars     3270
0.73/0.41	c #constraints  6443
0.73/0.41	c constraints type 
0.73/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3070
0.73/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.73/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.73/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3070
0.73/0.41	c 6443 constraints processed.
1.81/0.92	c cleaning 2491 clauses out of 5000 with flag 12108/5000
2.18/1.25	c cleaning 4250 clauses out of 8509 with flag 28451/11000
2.59/1.67	c cleaning 5629 clauses out of 11261 with flag 47528/18002
3.10/2.14	c cleaning 6805 clauses out of 13630 with flag 69734/26000
3.62/2.66	c cleaning 7906 clauses out of 15827 with flag 93002/35002
4.23/3.27	c cleaning 8951 clauses out of 17920 with flag 118289/45001
4.92/3.90	c cleaning 9976 clauses out of 19968 with flag 143896/56000
5.62/4.63	c cleaning 10991 clauses out of 21992 with flag 173827/68000
6.53/5.51	c cleaning 11999 clauses out of 24004 with flag 208920/81003
7.42/6.47	c cleaning 12992 clauses out of 26002 with flag 246300/95000
8.42/7.47	c cleaning 13994 clauses out of 28010 with flag 285936/110000
9.52/8.59	c cleaning 14999 clauses out of 30016 with flag 327443/126000
10.82/9.86	c cleaning 16002 clauses out of 32019 with flag 370435/143002
12.52/11.45	c cleaning 17005 clauses out of 34015 with flag 416622/161000
14.92/13.83	c cleaning 18002 clauses out of 36011 with flag 462684/180001
16.92/15.86	c cleaning 19004 clauses out of 38008 with flag 528000/200000
19.32/18.27	c cleaning 20002 clauses out of 40004 with flag 611388/221000
22.63/21.56	c cleaning 21001 clauses out of 42003 with flag 692534/243001
26.23/25.19	c cleaning 22000 clauses out of 44005 with flag 787454/266004
30.23/29.16	c cleaning 22999 clauses out of 46001 with flag 892790/290000
34.14/33.05	c cleaning 24001 clauses out of 48004 with flag 1000325/315002
38.33/37.26	c cleaning 24997 clauses out of 50002 with flag 1104672/341001
43.19/42.07	c cleaning 25995 clauses out of 52004 with flag 1206306/368000
47.89/46.75	c cleaning 27002 clauses out of 54009 with flag 1301814/396000
53.29/52.11	c cleaning 27996 clauses out of 56011 with flag 1397123/425004
59.39/58.23	c cleaning 29004 clauses out of 58013 with flag 1501944/455002
66.89/65.77	c cleaning 29996 clauses out of 60010 with flag 1602448/486003
74.19/73.03	c cleaning 31003 clauses out of 62012 with flag 1709131/518001
82.25/81.04	c cleaning 31978 clauses out of 64008 with flag 1819593/551000
90.95/89.71	c cleaning 32991 clauses out of 66031 with flag 1933045/585001
100.56/99.38	c cleaning 34013 clauses out of 68043 with flag 2063048/620004
110.16/108.92	c cleaning 35009 clauses out of 70028 with flag 2198611/656002
119.76/118.59	c cleaning 35988 clauses out of 72017 with flag 2333283/693000
130.55/129.34	c cleaning 37009 clauses out of 74029 with flag 2476452/731000
142.05/140.79	c cleaning 37997 clauses out of 76020 with flag 2612114/770000
153.75/152.48	c cleaning 39002 clauses out of 78025 with flag 2756875/810002
165.45/164.16	c cleaning 39996 clauses out of 80023 with flag 2907846/851002
178.45/177.18	c cleaning 41000 clauses out of 82025 with flag 3034243/893000
193.61/192.12	c cleaning 42003 clauses out of 84032 with flag 3170653/936007
207.40/205.90	c cleaning 43000 clauses out of 86023 with flag 3317938/980001
221.80/220.40	c cleaning 44003 clauses out of 88024 with flag 3470221/1025002
238.80/237.31	c cleaning 44993 clauses out of 90019 with flag 3622815/1071000
254.80/253.35	c cleaning 45992 clauses out of 92027 with flag 3787985/1118001
271.20/269.62	c cleaning 47003 clauses out of 94034 with flag 3948090/1166000
286.49/284.95	c cleaning 47997 clauses out of 96033 with flag 4102424/1215002
303.78/302.24	c cleaning 49004 clauses out of 98034 with flag 4277171/1265000
322.60/320.90	c cleaning 49998 clauses out of 100031 with flag 4446720/1316001
343.80/342.17	c cleaning 51008 clauses out of 102032 with flag 4610880/1368000
365.39/363.75	c cleaning 52008 clauses out of 104025 with flag 4778725/1421001
384.00/382.36	c cleaning 52997 clauses out of 106018 with flag 4949250/1475002
403.97/402.17	c cleaning 53997 clauses out of 108020 with flag 5128603/1530001
424.17/422.32	c cleaning 55003 clauses out of 110026 with flag 5308503/1586004
443.41/441.49	c cleaning 56005 clauses out of 112021 with flag 5472959/1643002
466.01/464.05	c cleaning 56984 clauses out of 114014 with flag 5685709/1701000
487.82/485.87	c cleaning 58001 clauses out of 116030 with flag 5873824/1760000
510.68/508.50	c cleaning 59005 clauses out of 118030 with flag 6052833/1820001
535.58/533.42	c cleaning 59998 clauses out of 120024 with flag 6256177/1881000
560.54/558.22	c cleaning 61003 clauses out of 122027 with flag 6443652/1943001
586.45/584.17	c cleaning 62008 clauses out of 124025 with flag 6631091/2006002
612.86/610.58	c cleaning 62996 clauses out of 126016 with flag 6818519/2070001
640.03/637.66	c cleaning 64002 clauses out of 128020 with flag 7003575/2135001
665.55/663.11	c cleaning 64996 clauses out of 130017 with flag 7202236/2201000
694.34/691.80	c cleaning 65998 clauses out of 132021 with flag 7405857/2268000
723.85/721.32	c cleaning 67003 clauses out of 134024 with flag 7615205/2336001
751.86/749.27	c cleaning 67998 clauses out of 136020 with flag 7822175/2405000
780.47/777.84	c cleaning 68998 clauses out of 138022 with flag 8048182/2475000
813.38/810.76	c cleaning 69999 clauses out of 140024 with flag 8283384/2546000
845.66/842.97	c cleaning 71003 clauses out of 142025 with flag 8511681/2618000
879.17/876.41	c cleaning 72003 clauses out of 144022 with flag 8749740/2691000
914.16/911.37	c cleaning 73004 clauses out of 146020 with flag 8982139/2765001
947.36/944.54	c cleaning 73997 clauses out of 148016 with flag 9230186/2840001
978.73/975.87	c cleaning 75000 clauses out of 150018 with flag 9482744/2916000
1011.13/1008.15	c cleaning 75999 clauses out of 152019 with flag 9754762/2993001
1042.84/1039.81	c cleaning 77002 clauses out of 154020 with flag 10011544/3071001
1071.90/1068.88	c cleaning 77999 clauses out of 156017 with flag 10289521/3150000
1103.39/1100.29	c cleaning 78993 clauses out of 158020 with flag 10562250/3230002
1134.19/1131.04	c cleaning 80004 clauses out of 160026 with flag 10806992/3311001
1169.98/1166.73	c cleaning 80988 clauses out of 162021 with flag 11050061/3393000
1200.67/1197.39	c cleaning 82006 clauses out of 164035 with flag 11369763/3476002
1232.58/1229.20	c cleaning 82999 clauses out of 166027 with flag 11691570/3560000
1263.32/1259.99	c cleaning 84006 clauses out of 168028 with flag 11978737/3645000
1295.01/1291.51	c cleaning 84995 clauses out of 170022 with flag 12239891/3731000
1327.47/1323.95	c cleaning 85996 clauses out of 172027 with flag 12487149/3818000
1359.18/1355.57	c cleaning 86999 clauses out of 174031 with flag 12781818/3906000
1380.58/1377.00	c cleaning 88004 clauses out of 176032 with flag 13082897/3995000
1400.05/1396.37	c cleaning 89008 clauses out of 178029 with flag 13401688/4085001
1421.02/1417.23	c cleaning 90002 clauses out of 180022 with flag 13701953/4176002
1443.31/1439.45	c cleaning 91002 clauses out of 182021 with flag 14045480/4268003
1465.18/1461.21	c cleaning 91997 clauses out of 184016 with flag 14375799/4361000
1488.45/1484.49	c cleaning 93001 clauses out of 186019 with flag 14676883/4455000
1511.06/1506.95	c cleaning 94008 clauses out of 188028 with flag 14968576/4550010
1537.05/1532.83	c cleaning 94995 clauses out of 190010 with flag 15263150/4646000
1565.32/1561.09	c cleaning 96002 clauses out of 192016 with flag 15609096/4743001
1593.41/1589.09	c cleaning 96998 clauses out of 194017 with flag 15944309/4841004
1622.42/1618.09	c cleaning 98000 clauses out of 196016 with flag 16288358/4940001
1652.27/1647.76	c cleaning 98992 clauses out of 198015 with flag 16605588/5040000
1680.80/1676.11	c cleaning 100003 clauses out of 200026 with flag 16903534/5141003
1711.98/1707.26	c cleaning 101002 clauses out of 202026 with flag 17252751/5243006
1747.27/1742.46	c cleaning 101993 clauses out of 204018 with flag 17602291/5346000
1780.98/1776.04	c cleaning 103002 clauses out of 206026 with flag 17926169/5450001
1800.09/1795.00	c starts		: 268
1800.09/1795.00	c conflicts		: 5519108
1800.09/1795.00	c decisions		: 8360968
1800.09/1795.00	c propagations		: 88303036
1800.09/1795.00	c inspects		: 32613491929
1800.09/1795.00	c shortcuts		: 0
1800.09/1795.00	c learnt literals	: 0
1800.09/1795.00	c learnt binary clauses	: 0
1800.09/1795.00	c learnt ternary clauses	: 6407
1800.09/1795.00	c learnt constraints	: 5519108
1800.09/1795.00	c ignored constraints	: 0
1800.09/1795.00	c root simplifications	: 0
1800.09/1795.00	c removed literals (reason simplification)	: 0
1800.09/1795.00	c reason swapping (by a shorter reason)	: 0
1800.09/1795.00	c Calls to reduceDB	: 100
1800.09/1795.00	c Number of update (reduction) of LBD	: 1303062
1800.09/1795.00	c Imported unit clauses	: 0
1800.09/1795.00	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.00	c number of learned constraints concerned by reduction	: 0
1800.09/1795.00	c number of learning phase by resolution	: 0
1800.09/1795.00	c number of learning phase by cutting planes	: 0
1800.09/1795.00	c timeout
1800.09/1795.00	c speed (assignments/second)	: 49205.26807033381
1800.09/1795.00	c non guided choices	3137
1800.09/1795.03	c learnt constraints type 
1800.09/1795.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 172131
1800.09/1795.03	s UNKNOWN
1800.09/1795.03	c Total wall clock time (in seconds): 1794.908

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-4107041-1466285371/watcher-4107041-1466285371 -o /tmp/evaluation-result-4107041-1466285371/solver-4107041-1466285371 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107041-1466285371.opb 

pid=30209
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.06 2.02 2.00 3/194 30212
/proc/meminfo: memFree=27749612/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30212/stat : 30212 (java) R 30209 30212 24550 0 -1 4202496 497 0 0 0 0 0 0 0 20 0 1 0 30583863 9515008 150 33554432000 1073741824 1073778376 140735838558128 140735838555256 242167711968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2323 156 114 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 30212
/proc/meminfo: memFree=27749612/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/30212/stat : 30212 (java) S 30209 30212 24550 0 -1 4202496 4357 0 1 0 8 0 0 0 20 0 18 0 30583863 9787879424 5485 33554432000 1073741824 1073778376 140735838558128 140735838549264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2389619 5485 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 30212
/proc/meminfo: memFree=27749612/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/30212/stat : 30212 (java) S 30209 30212 24550 0 -1 4202496 4572 0 1 0 22 0 0 0 20 0 18 0 30583863 9787879424 6682 33554432000 1073741824 1073778376 140735838558128 140735838549264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2389619 6682 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300219 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 30212
/proc/meminfo: memFree=27749612/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/30212/stat : 30212 (java) S 30209 30212 24550 0 -1 4202496 6024 0 1 0 43 1 0 0 20 0 18 0 30583863 9787879424 9248 33554432000 1073741824 1073778376 140735838558128 140735838549264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2389619 9248 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700173 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 30212
/proc/meminfo: memFree=27749612/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9625040 CPUtime=1.54 cores=0,2,4,6
/proc/30212/stat : 30212 (java) S 30209 30212 24550 0 -1 4202496 12851 0 1 0 152 2 0 0 20 0 19 0 30583863 9856040960 14914 33554432000 1073741824 1073778376 140735838558128 140735838549264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2406260 14914 2266 9 0 2396937 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.06 2.02 2.00 4/213 30231
/proc/meminfo: memFree=27692272/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/30212/stat : 30212 (java) S 30209 30212 24550 0 -1 4202496 12868 0 1 0 246 3 0 0 20 0 19 0 30583863 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 140735838549264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2406260 17996 2275 9 0 2396937 0
[pid=30212/tid=30214] ppid=30209 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (java) R 30209 30212 24550 0 -1 4202560 2429 0 1 0 145 1 0 0 20 0 19 0 30583864 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638326775520 139638195536293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638315846184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30216] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30216/stat : 30216 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638314793384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30217] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30217/stat : 30217 (java) S 30209 30212 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638313740584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30218] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30218/stat : 30218 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638167255208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30212/tid=30219] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30219/stat : 30219 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638166203432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30220] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30220/stat : 30220 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638165150632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30212/tid=30221] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30221/stat : 30221 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638164097832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30222] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30222/stat : 30222 (java) S 30209 30212 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638163045032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30223] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30223/stat : 30223 (java) S 30209 30212 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30583866 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638150846952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30224] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30224/stat : 30224 (java) S 30209 30212 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638149793016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30225] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30225/stat : 30225 (java) S 30209 30212 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638148740104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30226] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30226/stat : 30226 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638147688592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30227] ppid=30209 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/30212/task/30227/stat : 30227 (java) S 30209 30212 24550 0 -1 4202560 3323 0 0 0 47 0 0 0 20 0 19 0 30583869 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638146636728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30228] ppid=30209 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/30212/task/30228/stat : 30228 (java) S 30209 30212 24550 0 -1 4202560 5837 0 0 0 51 2 0 0 20 0 19 0 30583869 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638145583928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30229] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30229/stat : 30229 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638144531320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30230] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30230/stat : 30230 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583870 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638143478728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30231] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30231/stat : 30231 (java) S 30209 30212 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30583905 9856040960 17996 33554432000 1073741824 1073778376 140735838558128 139638142424232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 30231
/proc/meminfo: memFree=27677316/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9625040 CPUtime=4.12 cores=0,2,4,6
/proc/30212/stat : 30212 (java) S 30209 30212 24550 0 -1 4202496 12879 0 1 0 409 3 0 0 20 0 19 0 30583863 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 140735838549264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2406260 23116 2275 9 0 2396937 0
[pid=30212/tid=30214] ppid=30209 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (java) R 30209 30212 24550 0 -1 4202560 2440 0 1 0 304 2 0 0 20 0 19 0 30583864 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638326782368 139638195722700 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638315846184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30216] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30216/stat : 30216 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638314793384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30217] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30217/stat : 30217 (java) S 30209 30212 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638313740584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30218] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30218/stat : 30218 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638167255208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30212/tid=30219] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30219/stat : 30219 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638166203432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30220] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30220/stat : 30220 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638165150632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30212/tid=30221] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30221/stat : 30221 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638164097832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30222] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30222/stat : 30222 (java) S 30209 30212 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638163045032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30223] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30223/stat : 30223 (java) S 30209 30212 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30583866 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638150846952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30224] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30224/stat : 30224 (java) S 30209 30212 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638149793016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30225] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30225/stat : 30225 (java) S 30209 30212 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638148740104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30226] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30226/stat : 30226 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638147688592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30227] ppid=30209 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/30212/task/30227/stat : 30227 (java) S 30209 30212 24550 0 -1 4202560 3323 0 0 0 49 0 0 0 20 0 19 0 30583869 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638146636728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30228] ppid=30209 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/30212/task/30228/stat : 30228 (java) S 30209 30212 24550 0 -1 4202560 5837 0 0 0 52 2 0 0 20 0 19 0 30583869 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638145583928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30229] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30229/stat : 30229 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638144531320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30230] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30230/stat : 30230 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583870 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638143478728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30231] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30231/stat : 30231 (java) S 30209 30212 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30583905 9856040960 23116 33554432000 1073741824 1073778376 140735838558128 139638142424232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 30231
/proc/meminfo: memFree=27639732/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9625040 CPUtime=7.32 cores=0,2,4,6
/proc/30212/stat : 30212 (java) S 30209 30212 24550 0 -1 4202496 12899 0 1 0 729 3 0 0 20 0 19 0 30583863 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 140735838549264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2406260 31256 2276 9 0 2396937 0
[pid=30212/tid=30214] ppid=30209 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (java) R 30209 30212 24550 0 -1 4202560 2459 0 1 0 624 2 0 0 20 0 19 0 30583864 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638326775504 139638195447317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638315846184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30216] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30216/stat : 30216 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638314793384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30217] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30217/stat : 30217 (java) S 30209 30212 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638313740584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30218] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30218/stat : 30218 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638167255208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30212/tid=30219] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30219/stat : 30219 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638166203432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30220] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30220/stat : 30220 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638165150632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30212/tid=30221] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30221/stat : 30221 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638164097832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30222] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30222/stat : 30222 (java) S 30209 30212 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30583865 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638163045032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30223] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30223/stat : 30223 (java) S 30209 30212 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30583866 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638150846952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30224] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30224/stat : 30224 (java) S 30209 30212 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638149793016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30225] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30225/stat : 30225 (java) S 30209 30212 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638148740104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30226] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30226/stat : 30226 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638147688592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30227] ppid=30209 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/30212/task/30227/stat : 30227 (java) S 30209 30212 24550 0 -1 4202560 3323 0 0 0 49 0 0 0 20 0 19 0 30583869 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638146636728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30228] ppid=30209 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/30212/task/30228/stat : 30228 (java) S 30209 30212 24550 0 -1 4202560 5837 0 0 0 52 2 0 0 20 0 19 0 30583869 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638145583928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30229] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30229/stat : 30229 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638144531320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30230] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30230/stat : 30230 (java) S 30209 30212 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30583870 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638143478728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30231] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30231/stat : 30231 (java) S 30209 30212 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30583905 9856040960 31256 33554432000 1073741824 1073778376 140735838558128 139638142424232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 9625040


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

[pid=30212/tid=30224] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30224/stat : 30224 (java) S 30209 30212 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 116109 33554432000 1073741824 1073778376 140735838558128 139638149793016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30225] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30225/stat : 30225 (java) S 30209 30212 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 116109 33554432000 1073741824 1073778376 140735838558128 139638148740104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30226] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30226/stat : 30226 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 116109 33554432000 1073741824 1073778376 140735838558128 139638147688592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30227] ppid=30209 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/30212/task/30227/stat : 30227 (java) S 30209 30212 24550 0 -1 4202560 3323 0 0 0 49 0 0 0 20 0 19 0 30583869 9856040960 116109 33554432000 1073741824 1073778376 140735838558128 139638146636728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30228] ppid=30209 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/30212/task/30228/stat : 30228 (java) S 30209 30212 24550 0 -1 4202560 5854 0 0 0 59 2 0 0 20 0 19 0 30583869 9856040960 116109 33554432000 1073741824 1073778376 140735838558128 139638145583928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30229] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30229/stat : 30229 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 116109 33554432000 1073741824 1073778376 140735838558128 139638144531320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30230] ppid=30209 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/30212/task/30230/stat : 30230 (java) S 30209 30212 24550 0 -1 4202560 96 0 0 0 38 26 0 0 20 0 19 0 30583870 9856040960 116109 33554432000 1073741824 1073778376 140735838558128 139638143478728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30231] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30231/stat : 30231 (java) S 30209 30212 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30583905 9856040960 116109 33554432000 1073741824 1073778376 140735838558128 139638142424232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.87
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.08 2.06 4/213 30416
/proc/meminfo: memFree=27735988/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9625040 CPUtime=1727.16 cores=0,2,4,6
/proc/30212/stat : 30212 (java) S 30209 30212 24550 0 -1 4202496 16484 0 1 0 172634 82 0 0 20 0 19 0 30583863 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 140735838549264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2406260 116278 2298 9 0 2396937 0
[pid=30212/tid=30214] ppid=30209 vsize=9625040 CPUtime=1720.16 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (java) R 30209 30212 24550 0 -1 4202560 2525 0 1 0 171984 32 0 0 20 0 19 0 30583864 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638326783184 139638195584511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (java) S 30209 30212 24550 0 -1 4202560 503 0 0 0 57 8 0 0 20 0 19 0 30583865 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638315846184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30216] ppid=30209 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/30212/task/30216/stat : 30216 (java) S 30209 30212 24550 0 -1 4202560 335 0 0 0 57 8 0 0 20 0 19 0 30583865 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638314793384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30217] ppid=30209 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/30212/task/30217/stat : 30217 (java) S 30209 30212 24550 0 -1 4202560 236 0 0 0 52 6 0 0 20 0 19 0 30583865 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638313740584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30218] ppid=30209 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/30212/task/30218/stat : 30218 (java) S 30209 30212 24550 0 -1 4202560 514 0 0 0 54 8 0 0 20 0 19 0 30583865 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638167255208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30219] ppid=30209 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/30212/task/30219/stat : 30219 (java) S 30209 30212 24550 0 -1 4202560 429 0 0 0 56 7 0 0 20 0 19 0 30583865 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638166203432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30220] ppid=30209 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/30212/task/30220/stat : 30220 (java) S 30209 30212 24550 0 -1 4202560 392 0 0 0 59 7 0 0 20 0 19 0 30583865 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638165150632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30221] ppid=30209 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/30212/task/30221/stat : 30221 (java) S 30209 30212 24550 0 -1 4202560 267 0 0 0 49 6 0 0 20 0 19 0 30583865 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638164097832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30222] ppid=30209 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/30212/task/30222/stat : 30222 (java) S 30209 30212 24550 0 -1 4202560 469 0 0 0 56 5 0 0 20 0 19 0 30583865 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638163045032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30212/tid=30223] ppid=30209 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/30212/task/30223/stat : 30223 (java) S 30209 30212 24550 0 -1 4202560 273 0 0 0 56 2 0 0 20 0 19 0 30583866 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638150846952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30224] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30224/stat : 30224 (java) S 30209 30212 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638149793016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30225] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30225/stat : 30225 (java) S 30209 30212 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638148740104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30226] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30226/stat : 30226 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638147688592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30227] ppid=30209 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/30212/task/30227/stat : 30227 (java) S 30209 30212 24550 0 -1 4202560 3323 0 0 0 49 0 0 0 20 0 19 0 30583869 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638146636728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30228] ppid=30209 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/30212/task/30228/stat : 30228 (java) S 30209 30212 24550 0 -1 4202560 5854 0 0 0 59 2 0 0 20 0 19 0 30583869 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638145583928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30229] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30229/stat : 30229 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638144531320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30230] ppid=30209 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/30212/task/30230/stat : 30230 (java) S 30209 30212 24550 0 -1 4202560 100 0 0 0 39 27 0 0 20 0 19 0 30583870 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638143478728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30231] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30231/stat : 30231 (java) S 30209 30212 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30583905 9856040960 116278 33554432000 1073741824 1073778376 140735838558128 139638142424232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.16
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/213 30417
/proc/meminfo: memFree=27735856/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9625040 CPUtime=1787.28 cores=0,2,4,6
/proc/30212/stat : 30212 (java) S 30209 30212 24550 0 -1 4202496 16513 0 1 0 178645 83 0 0 20 0 19 0 30583863 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 140735838549264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2406260 116154 2298 9 0 2396937 0
[pid=30212/tid=30214] ppid=30209 vsize=9625040 CPUtime=1780.08 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (java) R 30209 30212 24550 0 -1 4202560 2527 0 1 0 177975 33 0 0 20 0 19 0 30583864 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638326775488 139638195583742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (java) S 30209 30212 24550 0 -1 4202560 503 0 0 0 60 8 0 0 20 0 19 0 30583865 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638315846184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30216] ppid=30209 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/30212/task/30216/stat : 30216 (java) S 30209 30212 24550 0 -1 4202560 335 0 0 0 59 8 0 0 20 0 19 0 30583865 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638314793384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30217] ppid=30209 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/30212/task/30217/stat : 30217 (java) S 30209 30212 24550 0 -1 4202560 236 0 0 0 54 6 0 0 20 0 19 0 30583865 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638313740584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30218] ppid=30209 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/30212/task/30218/stat : 30218 (java) S 30209 30212 24550 0 -1 4202560 514 0 0 0 56 8 0 0 20 0 19 0 30583865 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638167255208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30212/tid=30219] ppid=30209 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/30212/task/30219/stat : 30219 (java) S 30209 30212 24550 0 -1 4202560 449 0 0 0 58 7 0 0 20 0 19 0 30583865 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638166203432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30220] ppid=30209 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/30212/task/30220/stat : 30220 (java) S 30209 30212 24550 0 -1 4202560 392 0 0 0 60 7 0 0 20 0 19 0 30583865 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638165150632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30221] ppid=30209 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/30212/task/30221/stat : 30221 (java) S 30209 30212 24550 0 -1 4202560 267 0 0 0 51 6 0 0 20 0 19 0 30583865 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638164097832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30222] ppid=30209 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/30212/task/30222/stat : 30222 (java) S 30209 30212 24550 0 -1 4202560 469 0 0 0 59 5 0 0 20 0 19 0 30583865 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638163045032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30223] ppid=30209 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/30212/task/30223/stat : 30223 (java) S 30209 30212 24550 0 -1 4202560 276 0 0 0 56 2 0 0 20 0 19 0 30583866 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638150846952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30224] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30224/stat : 30224 (java) S 30209 30212 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638149793016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30225] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30225/stat : 30225 (java) S 30209 30212 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638148740104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30226] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30226/stat : 30226 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638147688592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30227] ppid=30209 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/30212/task/30227/stat : 30227 (java) S 30209 30212 24550 0 -1 4202560 3323 0 0 0 49 0 0 0 20 0 19 0 30583869 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638146636728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30228] ppid=30209 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/30212/task/30228/stat : 30228 (java) S 30209 30212 24550 0 -1 4202560 5854 0 0 0 59 2 0 0 20 0 19 0 30583869 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638145583928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30229] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30229/stat : 30229 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638144531320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30230] ppid=30209 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/30212/task/30230/stat : 30230 (java) S 30209 30212 24550 0 -1 4202560 104 0 0 0 42 27 0 0 20 0 19 0 30583870 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638143478728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30231] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30231/stat : 30231 (java) S 30209 30212 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30583905 9856040960 116154 33554432000 1073741824 1073778376 140735838558128 139638142424232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.08 2.07 2.06 3/213 30418
/proc/meminfo: memFree=27738688/32872528 swapFree=338416/354768
[pid=30212] ppid=30209 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/30212/stat : 30212 (java) S 30209 30212 24550 0 -1 4202496 16528 0 1 0 179926 83 0 0 20 0 19 0 30583863 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 140735838549264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30212/statm: 2406260 115492 2298 9 0 2396937 0
[pid=30212/tid=30214] ppid=30209 vsize=9625040 CPUtime=1792.73 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (java) R 30209 30212 24550 0 -1 4202560 2528 0 1 0 179240 33 0 0 20 0 19 0 30583864 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638326783168 139638195722700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (java) S 30209 30212 24550 0 -1 4202560 503 0 0 0 62 8 0 0 20 0 19 0 30583865 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638315846184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30216] ppid=30209 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/30212/task/30216/stat : 30216 (java) S 30209 30212 24550 0 -1 4202560 335 0 0 0 61 8 0 0 20 0 19 0 30583865 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638314793384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30217] ppid=30209 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/30212/task/30217/stat : 30217 (java) S 30209 30212 24550 0 -1 4202560 236 0 0 0 55 6 0 0 20 0 19 0 30583865 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638313740584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30218] ppid=30209 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/30212/task/30218/stat : 30218 (java) S 30209 30212 24550 0 -1 4202560 514 0 0 0 60 8 0 0 20 0 19 0 30583865 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638167255208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30219] ppid=30209 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/30212/task/30219/stat : 30219 (java) S 30209 30212 24550 0 -1 4202560 449 0 0 0 60 7 0 0 20 0 19 0 30583865 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638166203432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30212/tid=30220] ppid=30209 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/30212/task/30220/stat : 30220 (java) S 30209 30212 24550 0 -1 4202560 392 0 0 0 62 7 0 0 20 0 19 0 30583865 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638165150632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30221] ppid=30209 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/30212/task/30221/stat : 30221 (java) S 30209 30212 24550 0 -1 4202560 279 0 0 0 55 6 0 0 20 0 19 0 30583865 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638164097832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30222] ppid=30209 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/30212/task/30222/stat : 30222 (java) S 30209 30212 24550 0 -1 4202560 469 0 0 0 60 5 0 0 20 0 19 0 30583865 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638163045032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30223] ppid=30209 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/30212/task/30223/stat : 30223 (java) S 30209 30212 24550 0 -1 4202560 278 0 0 0 56 2 0 0 20 0 19 0 30583866 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638150846952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30224] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30224/stat : 30224 (java) S 30209 30212 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638149793016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30225] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30225/stat : 30225 (java) S 30209 30212 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30583867 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638148740104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30226] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30226/stat : 30226 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638147688592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30227] ppid=30209 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/30212/task/30227/stat : 30227 (java) S 30209 30212 24550 0 -1 4202560 3323 0 0 0 49 0 0 0 20 0 19 0 30583869 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638146636728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30228] ppid=30209 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/30212/task/30228/stat : 30228 (java) S 30209 30212 24550 0 -1 4202560 5854 0 0 0 59 2 0 0 20 0 19 0 30583869 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638145583928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30229] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30229/stat : 30229 (java) S 30209 30212 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30583869 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638144531320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30212/tid=30230] ppid=30209 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/30212/task/30230/stat : 30230 (java) S 30209 30212 24550 0 -1 4202560 104 0 0 0 42 27 0 0 20 0 19 0 30583870 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638143478728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30212/tid=30231] ppid=30209 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30212/task/30231/stat : 30231 (java) S 30209 30212 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30583905 9856040960 115492 33554432000 1073741824 1073778376 140735838558128 139638142424232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 30212 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.04
CPU time (s): 1800.72
CPU user time (s): 1799.39
CPU system time (s): 1.3328
CPU usage (%): 100.317
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 1.3328
maximum resident set size= 658756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16560
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39299
involuntary context switches= 21264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6772 second user time and 11.2633 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 23:29:31
IDJOB=4107041
IDBENCH=48383
IDSOLVER=2546
FILE ID=node126/4107041-1466285371
RUNJOBID= node126-1466264639-24566
PBS_JOBID= 19918224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_4_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107041-1466285371/watcher-4107041-1466285371 -o /tmp/evaluation-result-4107041-1466285371/solver-4107041-1466285371 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107041-1466285371.opb

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

MD5SUM BENCH= c41d0ae6b2deb2ba6caac7b74c416b6f
RANDOM SEED=1779351773

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        27749876 kB
Buffers:          151460 kB
Cached:           255136 kB
SwapCached:         1736 kB
Active:          3693008 kB
Inactive:         320840 kB
Active(anon):    3607688 kB
Inactive(anon):     1796 kB
Active(file):      85320 kB
Inactive(file):   319044 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       4013832 kB
Mapped:            17072 kB
Shmem:                 0 kB
Slab:             606356 kB
SReclaimable:      50336 kB
SUnreclaim:       556020 kB
KernelStack:        1760 kB
PageTables:        11952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4571440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3588096 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= 71708 MiB
End job on node126 at 2016-06-18 23:59:26