Trace number 4095956

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.07 1798.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-geq-fixedbandwidth-70.opb
MD5SUM81759c64f3cd5262cf5092ac9ecdc7a3
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.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables281
Total number of constraints140
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)140
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4095956-1466099979.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  no objective function found
0.07/0.16	c ... done. Wall clock time 0.032s.
0.07/0.16	c declared #vars     281
0.07/0.16	c #constraints  140
0.07/0.16	c constraints type 
0.07/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
0.07/0.16	c 140 constraints processed.
0.67/0.46	c cleaning 2491 clauses out of 5001 with flag 25305/5001
1.08/0.64	c cleaning 4247 clauses out of 8510 with flag 55474/11001
1.32/0.86	c cleaning 5624 clauses out of 11263 with flag 90419/18001
1.52/1.10	c cleaning 6812 clauses out of 13638 with flag 132089/26000
1.84/1.39	c cleaning 7905 clauses out of 15828 with flag 177515/35002
2.24/1.73	c cleaning 8952 clauses out of 17921 with flag 230901/45000
2.64/2.15	c cleaning 9983 clauses out of 19969 with flag 290028/56000
3.14/2.65	c cleaning 10975 clauses out of 21986 with flag 355582/68000
3.75/3.23	c cleaning 11990 clauses out of 24011 with flag 429010/81000
4.45/3.92	c cleaning 13006 clauses out of 26021 with flag 520372/95000
5.14/4.61	c cleaning 13988 clauses out of 28015 with flag 606204/110000
5.94/5.41	c cleaning 15012 clauses out of 30027 with flag 703868/126000
6.84/6.32	c cleaning 15990 clauses out of 32015 with flag 806386/143000
7.84/7.37	c cleaning 17005 clauses out of 34026 with flag 911877/161001
8.95/8.42	c cleaning 17994 clauses out of 36021 with flag 1031706/180001
10.05/9.57	c cleaning 18997 clauses out of 38026 with flag 1156768/200000
11.35/10.88	c cleaning 19998 clauses out of 40031 with flag 1285082/221002
12.84/12.33	c cleaning 21004 clauses out of 42031 with flag 1419154/243000
14.44/13.99	c cleaning 22000 clauses out of 44027 with flag 1568751/266000
16.24/15.74	c cleaning 22995 clauses out of 46027 with flag 1720434/290000
18.04/17.57	c cleaning 24003 clauses out of 48032 with flag 1878503/315000
20.04/19.51	c cleaning 25004 clauses out of 50030 with flag 2047118/341001
22.04/21.59	c cleaning 25994 clauses out of 52026 with flag 2223293/368001
24.34/23.82	c cleaning 27001 clauses out of 54031 with flag 2408741/396000
26.65/26.18	c cleaning 28002 clauses out of 56030 with flag 2593879/425000
29.25/28.71	c cleaning 29004 clauses out of 58028 with flag 2786851/455000
31.95/31.44	c cleaning 29999 clauses out of 60024 with flag 2990122/486000
34.75/34.25	c cleaning 31006 clauses out of 62025 with flag 3194172/518000
37.95/37.47	c cleaning 31993 clauses out of 64019 with flag 3408684/551000
41.14/40.67	c cleaning 33000 clauses out of 66027 with flag 3628535/585001
44.44/43.99	c cleaning 34003 clauses out of 68027 with flag 3864846/620001
47.85/47.40	c cleaning 34988 clauses out of 70023 with flag 4097287/656000
51.54/51.03	c cleaning 36004 clauses out of 72035 with flag 4334243/693000
55.84/55.31	c cleaning 37010 clauses out of 74032 with flag 4586901/731001
60.05/59.54	c cleaning 37995 clauses out of 76021 with flag 4841812/770000
64.45/63.93	c cleaning 38998 clauses out of 78027 with flag 5102542/810001
69.04/68.55	c cleaning 40007 clauses out of 80028 with flag 5377194/851000
73.94/73.45	c cleaning 41000 clauses out of 82021 with flag 5650274/893000
79.25/78.73	c cleaning 42000 clauses out of 84021 with flag 5935490/936000
84.55/84.05	c cleaning 42995 clauses out of 86021 with flag 6219848/980000
89.89/89.37	c cleaning 43996 clauses out of 88026 with flag 6509831/1025000
95.29/94.71	c cleaning 45003 clauses out of 90030 with flag 6811336/1071000
100.69/100.14	c cleaning 46006 clauses out of 92030 with flag 7114873/1118003
106.58/106.05	c cleaning 47002 clauses out of 94021 with flag 7409545/1166000
112.79/112.25	c cleaning 47991 clauses out of 96019 with flag 7724401/1215000
118.69/118.19	c cleaning 49006 clauses out of 98032 with flag 8038305/1265004
125.28/124.76	c cleaning 50000 clauses out of 100022 with flag 8361445/1316000
131.88/131.38	c cleaning 51006 clauses out of 102022 with flag 8695753/1368000
138.98/138.46	c cleaning 51999 clauses out of 104020 with flag 9026968/1421004
146.18/145.65	c cleaning 52995 clauses out of 106017 with flag 9367339/1475000
153.98/153.43	c cleaning 54001 clauses out of 108022 with flag 9695276/1530000
162.19/161.60	c cleaning 54997 clauses out of 110022 with flag 10029911/1586001
170.10/169.51	c cleaning 56000 clauses out of 112027 with flag 10379991/1643003
178.60/178.02	c cleaning 56999 clauses out of 114024 with flag 10738861/1701000
187.20/186.70	c cleaning 57998 clauses out of 116026 with flag 11097939/1760001
196.30/195.76	c cleaning 59005 clauses out of 118027 with flag 11444635/1820000
206.20/205.62	c cleaning 60001 clauses out of 120022 with flag 11797970/1881000
215.90/215.38	c cleaning 60996 clauses out of 122021 with flag 12160481/1943000
226.17/225.55	c cleaning 62007 clauses out of 124025 with flag 12525123/2006000
236.36/235.74	c cleaning 63002 clauses out of 126021 with flag 12906075/2070003
246.86/246.20	c cleaning 63995 clauses out of 128017 with flag 13292442/2135001
257.26/256.66	c cleaning 65001 clauses out of 130023 with flag 13674517/2201002
268.56/267.90	c cleaning 65996 clauses out of 132021 with flag 14062510/2268001
279.68/279.05	c cleaning 67001 clauses out of 134025 with flag 14451735/2336001
291.49/290.81	c cleaning 67997 clauses out of 136025 with flag 14847745/2405002
303.79/303.13	c cleaning 69001 clauses out of 138026 with flag 15246275/2475000
316.40/315.77	c cleaning 70003 clauses out of 140026 with flag 15653269/2546001
329.19/328.53	c cleaning 70999 clauses out of 142022 with flag 16061112/2618000
342.69/342.06	c cleaning 72009 clauses out of 144023 with flag 16468224/2691000
356.40/355.75	c cleaning 72992 clauses out of 146017 with flag 16880476/2765003
370.60/369.91	c cleaning 74001 clauses out of 148022 with flag 17295996/2840000
384.50/383.83	c cleaning 75009 clauses out of 150021 with flag 17738975/2916000
398.60/397.92	c cleaning 75986 clauses out of 152013 with flag 18171858/2993001
413.23/412.54	c cleaning 76998 clauses out of 154026 with flag 18610816/3071000
428.92/428.22	c cleaning 78004 clauses out of 156028 with flag 19050645/3150000
445.12/444.49	c cleaning 79008 clauses out of 158025 with flag 19505195/3230001
461.22/460.55	c cleaning 79997 clauses out of 160016 with flag 19951541/3311000
477.72/477.03	c cleaning 81006 clauses out of 162020 with flag 20404997/3393001
494.92/494.27	c cleaning 81987 clauses out of 164014 with flag 20870779/3476001
512.53/511.81	c cleaning 83003 clauses out of 166027 with flag 21333738/3560001
530.33/529.63	c cleaning 83997 clauses out of 168023 with flag 21798973/3645000
548.44/547.78	c cleaning 85009 clauses out of 170026 with flag 22272981/3731000
567.34/566.61	c cleaning 85993 clauses out of 172017 with flag 22746653/3818000
586.23/585.51	c cleaning 87005 clauses out of 174024 with flag 23214625/3906000
606.53/605.86	c cleaning 87997 clauses out of 176019 with flag 23701667/3995000
625.37/624.63	c cleaning 88996 clauses out of 178022 with flag 24192005/4085000
643.47/642.78	c cleaning 90004 clauses out of 180026 with flag 24683114/4176000
662.47/661.76	c cleaning 90995 clauses out of 182023 with flag 25182973/4268001
682.36/681.68	c cleaning 92002 clauses out of 184028 with flag 25699319/4361001
703.26/702.52	c cleaning 93006 clauses out of 186026 with flag 26209342/4455001
723.75/723.09	c cleaning 93999 clauses out of 188019 with flag 26719686/4550000
744.65/743.97	c cleaning 94992 clauses out of 190021 with flag 27237763/4646001
765.75/765.09	c cleaning 96006 clauses out of 192028 with flag 27759978/4743000
786.94/786.25	c cleaning 97000 clauses out of 194022 with flag 28277931/4841000
810.66/809.96	c cleaning 98010 clauses out of 196023 with flag 28807682/4940001
834.43/833.69	c cleaning 99000 clauses out of 198015 with flag 29342828/5040003
858.24/857.43	c cleaning 99986 clauses out of 200012 with flag 29882587/5141000
883.24/882.49	c cleaning 100997 clauses out of 202026 with flag 30423910/5243000
907.64/906.89	c cleaning 102006 clauses out of 204030 with flag 30978209/5346001
933.95/933.10	c cleaning 103001 clauses out of 206025 with flag 31526621/5450002
960.45/959.65	c cleaning 104007 clauses out of 208024 with flag 32065258/5555002
987.66/986.85	c cleaning 104986 clauses out of 210015 with flag 32621237/5661000
1015.56/1014.72	c cleaning 106008 clauses out of 212030 with flag 33180709/5768001
1043.87/1043.00	c cleaning 106999 clauses out of 214021 with flag 33743942/5876000
1073.17/1072.31	c cleaning 107993 clauses out of 216022 with flag 34310774/5985000
1101.96/1101.04	c cleaning 109014 clauses out of 218030 with flag 34891204/6095001
1130.56/1129.68	c cleaning 109993 clauses out of 220015 with flag 35479311/6206000
1160.76/1159.84	c cleaning 110993 clauses out of 222023 with flag 36066609/6318001
1191.87/1190.90	c cleaning 112003 clauses out of 224030 with flag 36655046/6431001
1222.87/1221.91	c cleaning 113004 clauses out of 226026 with flag 37260739/6545000
1255.00/1254.05	c cleaning 114000 clauses out of 228023 with flag 37852185/6660001
1288.10/1287.13	c cleaning 115003 clauses out of 230022 with flag 38449632/6776000
1321.60/1320.65	c cleaning 116002 clauses out of 232019 with flag 39056769/6893000
1355.99/1354.98	c cleaning 116997 clauses out of 234018 with flag 39683033/7011001
1389.79/1388.79	c cleaning 117999 clauses out of 236021 with flag 40303308/7130001
1423.79/1422.78	c cleaning 119004 clauses out of 238021 with flag 40928639/7250000
1458.20/1457.14	c cleaning 119996 clauses out of 240018 with flag 41554961/7371001
1495.11/1494.05	c cleaning 121002 clauses out of 242021 with flag 42186709/7493000
1532.32/1531.24	c cleaning 121999 clauses out of 244019 with flag 42812646/7616000
1568.92/1567.81	c cleaning 122999 clauses out of 246021 with flag 43451472/7740001
1607.23/1606.16	c cleaning 124004 clauses out of 248021 with flag 44099844/7865000
1644.56/1643.33	c cleaning 124989 clauses out of 250017 with flag 44764254/7991000
1682.66/1681.49	c cleaning 126002 clauses out of 252029 with flag 45433458/8118001
1722.17/1720.90	c cleaning 127005 clauses out of 254027 with flag 46101239/8246001
1762.37/1761.12	c cleaning 128001 clauses out of 256021 with flag 46764556/8375000
1800.07/1798.80	c starts		: 23724
1800.07/1798.80	c conflicts		: 8499682
1800.07/1798.80	c decisions		: 12763611
1800.07/1798.80	c propagations		: 152963561
1800.07/1798.80	c inspects		: 42240489838
1800.07/1798.80	c shortcuts		: 0
1800.07/1798.80	c learnt literals	: 0
1800.07/1798.80	c learnt binary clauses	: 0
1800.07/1798.80	c learnt ternary clauses	: 0
1800.07/1798.80	c timeout
1800.07/1798.80	c learnt constraints	: 8499682
1800.07/1798.80	c ignored constraints	: 0
1800.07/1798.80	c root simplifications	: 0
1800.07/1798.80	c removed literals (reason simplification)	: 0
1800.07/1798.80	c reason swapping (by a shorter reason)	: 0
1800.07/1798.80	c Calls to reduceDB	: 125
1800.07/1798.80	c Number of update (reduction) of LBD	: 2473072
1800.07/1798.80	c Imported unit clauses	: 0
1800.07/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.80	c number of learned constraints concerned by reduction	: 0
1800.07/1798.80	c number of learning phase by resolution	: 0
1800.07/1798.80	c number of learning phase by cutting planes	: 0
1800.07/1798.80	c speed (assignments/second)	: 85043.91702184203
1800.07/1798.80	c non guided choices	50697
1800.07/1798.83	c learnt constraints type 
1800.07/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 252702
1800.07/1798.83	s UNKNOWN
1800.07/1798.83	c Total wall clock time (in seconds): 1798.706

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-4095956-1466099979/watcher-4095956-1466099979 -o /tmp/evaluation-result-4095956-1466099979/solver-4095956-1466099979 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466098180-14176 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4095956-1466099979.opb 

pid=14341
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: 1.96 2.05 2.07 1/171 14344
/proc/meminfo: memFree=31716828/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14344/stat : 14344 (java) D 14341 14344 14160 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 12047959 9515008 183 33554432000 1073741824 1073778376 140733766250736 140733766241768 251143208629 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/14344/statm: 2323 183 140 9 0 71 0

[startup+0.100116 s]
/proc/loadavg: 1.96 2.05 2.07 1/171 14344
/proc/meminfo: memFree=31716828/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14344/stat : 14344 (java) S 14341 14344 14160 0 -1 4202496 4163 0 1 0 6 1 0 0 20 0 18 0 12047959 9787879424 5285 33554432000 1073741824 1073778376 140733911871728 140733911862864 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14344/statm: 2389619 5286 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200298 s]
/proc/loadavg: 1.96 2.05 2.07 1/171 14344
/proc/meminfo: memFree=31716828/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/14344/stat : 14344 (java) S 14341 14344 14160 0 -1 4202496 5737 0 1 0 22 2 0 0 20 0 19 0 12047959 9856040960 6908 33554432000 1073741824 1073778376 140733911871728 140733911862864 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14344/statm: 2406260 6908 2212 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300248 s]
/proc/loadavg: 1.96 2.05 2.07 1/171 14344
/proc/meminfo: memFree=31716828/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/14344/stat : 14344 (java) S 14341 14344 14160 0 -1 4202496 7309 0 1 0 49 2 0 0 20 0 19 0 12047959 9856040960 7577 33554432000 1073741824 1073778376 140733911871728 140733911862864 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14344/statm: 2406260 7577 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700168 s]
/proc/loadavg: 1.96 2.05 2.07 1/171 14344
/proc/meminfo: memFree=31716828/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/14344/stat : 14344 (java) S 14341 14344 14160 0 -1 4202496 11829 0 1 0 120 2 0 0 20 0 19 0 12047959 9856040960 10593 33554432000 1073741824 1073778376 140733911871728 140733911862864 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14344/statm: 2406260 10593 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 1.96 2.05 2.07 4/213 14419
/proc/meminfo: memFree=31650904/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/14344/stat : 14344 (java) S 14341 14344 14160 0 -1 4202496 11836 0 1 0 202 2 0 0 20 0 19 0 12047959 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 140733911862864 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14344/statm: 2406260 11621 2257 9 0 2396937 0
[pid=14344/tid=14346] ppid=14341 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/14344/task/14346/stat : 14346 (java) R 14341 14344 14160 0 -1 4202560 2423 0 1 0 144 2 0 0 20 0 19 0 12047960 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139886522626312 139886363868108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14347] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14347/stat : 14347 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139886484118568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14348] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14348/stat : 14348 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139886483065768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14349] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14349/stat : 14349 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139886482012968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14350] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14350/stat : 14350 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139886363404968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14351] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14351/stat : 14351 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139886362352168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14352] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14352/stat : 14352 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139886361299368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14353] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14353/stat : 14353 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139886360246568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14354] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14354/stat : 14354 (java) S 14341 14344 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139886359193768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14359] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14359/stat : 14359 (java) S 14341 14344 14160 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139885876866024 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14361] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14361/stat : 14361 (java) S 14341 14344 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139885875812088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14362] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14362/stat : 14362 (java) S 14341 14344 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139885874759176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14367] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14367/stat : 14367 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139885873707664 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14368] ppid=14341 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14344/task/14368/stat : 14368 (java) S 14341 14344 14160 0 -1 4202560 5305 0 0 0 32 0 0 0 20 0 19 0 12047966 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139885872654776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14369] ppid=14341 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/14344/task/14369/stat : 14369 (java) S 14341 14344 14160 0 -1 4202560 2837 0 0 0 21 0 0 0 20 0 19 0 12047966 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139885871601976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14370] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14370/stat : 14370 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139885870549368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14371] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14371/stat : 14371 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139885869496776 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14386] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14386/stat : 14386 (java) S 14341 14344 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047976 9856040960 11621 33554432000 1073741824 1073778376 140733911871728 139885868443304 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10068 s]
/proc/loadavg: 1.96 2.05 2.07 3/213 14419
/proc/meminfo: memFree=31643768/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/14344/stat : 14344 (java) S 14341 14344 14160 0 -1 4202496 11839 0 1 0 362 3 0 0 20 0 19 0 12047959 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 140733911862864 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14344/statm: 2406260 13157 2257 9 0 2396937 0
[pid=14344/tid=14346] ppid=14341 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/14344/task/14346/stat : 14346 (java) R 14341 14344 14160 0 -1 4202560 2426 0 1 0 304 2 0 0 20 0 19 0 12047960 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139886522617536 139886364089155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14347] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14347/stat : 14347 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139886484118568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14348] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14348/stat : 14348 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139886483065768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14349] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14349/stat : 14349 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139886482012968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14350] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14350/stat : 14350 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139886363404968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14351] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14351/stat : 14351 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139886362352168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14352] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14352/stat : 14352 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139886361299368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14353] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14353/stat : 14353 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139886360246568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14354] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14354/stat : 14354 (java) S 14341 14344 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139886359193768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14359] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14359/stat : 14359 (java) S 14341 14344 14160 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139885876866024 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14361] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14361/stat : 14361 (java) S 14341 14344 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139885875812088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14362] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14362/stat : 14362 (java) S 14341 14344 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139885874759176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14367] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14367/stat : 14367 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139885873707664 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14368] ppid=14341 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14344/task/14368/stat : 14368 (java) S 14341 14344 14160 0 -1 4202560 5305 0 0 0 32 0 0 0 20 0 19 0 12047966 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139885872654776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14369] ppid=14341 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/14344/task/14369/stat : 14369 (java) S 14341 14344 14160 0 -1 4202560 2837 0 0 0 21 0 0 0 20 0 19 0 12047966 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139885871601976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14370] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14370/stat : 14370 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139885870549368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14371] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14371/stat : 14371 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139885869496776 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14386] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14386/stat : 14386 (java) S 14341 14344 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047976 9856040960 13157 33554432000 1073741824 1073778376 140733911871728 139885868443304 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 1.96 2.05 2.07 3/213 14419
/proc/meminfo: memFree=31631220/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9625040 CPUtime=6.84 cores=0,2,4,6
/proc/14344/stat : 14344 (java) S 14341 14344 14160 0 -1 4202496 11845 0 1 0 681 3 0 0 20 0 19 0 12047959 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 140733911862864 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14344/statm: 2406260 13661 2258 9 0 2396937 0
[pid=14344/tid=14346] ppid=14341 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/14344/task/14346/stat : 14346 (java) R 14341 14344 14160 0 -1 4202560 2431 0 1 0 623 2 0 0 20 0 19 0 12047960 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139886522617536 139886363927926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14347] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14347/stat : 14347 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139886484118568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14348] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14348/stat : 14348 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139886483065768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14349] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14349/stat : 14349 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139886482012968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14350] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14350/stat : 14350 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139886363404968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14351] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14351/stat : 14351 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139886362352168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14352] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14352/stat : 14352 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139886361299368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14353] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14353/stat : 14353 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139886360246568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14354] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14354/stat : 14354 (java) S 14341 14344 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12047962 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139886359193768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14359] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14359/stat : 14359 (java) S 14341 14344 14160 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139885876866024 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14361] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14361/stat : 14361 (java) S 14341 14344 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139885875812088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14362] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14362/stat : 14362 (java) S 14341 14344 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139885874759176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14367] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14367/stat : 14367 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139885873707664 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14368] ppid=14341 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14344/task/14368/stat : 14368 (java) S 14341 14344 14160 0 -1 4202560 5305 0 0 0 32 0 0 0 20 0 19 0 12047966 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139885872654776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14369] ppid=14341 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/14344/task/14369/stat : 14369 (java) S 14341 14344 14160 0 -1 4202560 2837 0 0 0 21 0 0 0 20 0 19 0 12047966 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139885871601976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14370] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14370/stat : 14370 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139885870549368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14371] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14371/stat : 14371 (java) S 14341 14344 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139885869496776 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14386] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14386/stat : 14386 (java) S 14341 14344 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047976 9856040960 13661 33554432000 1073741824 1073778376 140733911871728 139885868443304 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 9625040


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

[pid=14344/tid=14386] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14386/stat : 14386 (java) S 14341 14344 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047976 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885868443304 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.56
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/213 14485
/proc/meminfo: memFree=31258612/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9625040 CPUtime=1723.57 cores=0,2,4,6
/proc/14344/stat : 14344 (java) S 14341 14344 14160 0 -1 4202496 12362 0 1 0 172318 39 0 0 20 0 19 0 12047959 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 140733911862864 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14344/statm: 2406260 61298 2272 9 0 2396937 0
[pid=14344/tid=14346] ppid=14341 vsize=9625040 CPUtime=1717.63 cores=0,2,4,6
/proc/14344/task/14346/stat : 14346 (java) R 14341 14344 14160 0 -1 4202560 2493 0 1 0 171732 31 0 0 20 0 19 0 12047960 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886522617632 139886363927828 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14347] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14347/stat : 14347 (java) S 14341 14344 14160 0 -1 4202560 48 0 0 0 7 1 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886484118568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14348] ppid=14341 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14344/task/14348/stat : 14348 (java) S 14341 14344 14160 0 -1 4202560 25 0 0 0 7 2 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886483065768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14349] ppid=14341 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14344/task/14349/stat : 14349 (java) S 14341 14344 14160 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886482012968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14350] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14350/stat : 14350 (java) S 14341 14344 14160 0 -1 4202560 27 0 0 0 7 1 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886363404968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14351] ppid=14341 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14344/task/14351/stat : 14351 (java) S 14341 14344 14160 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886362352168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14352] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14352/stat : 14352 (java) S 14341 14344 14160 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886361299368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14353] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14353/stat : 14353 (java) S 14341 14344 14160 0 -1 4202560 24 0 0 0 7 1 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886360246568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14354] ppid=14341 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14344/task/14354/stat : 14354 (java) S 14341 14344 14160 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886359193768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14359] ppid=14341 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14344/task/14359/stat : 14359 (java) S 14341 14344 14160 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 12047963 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885876866024 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14361] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14361/stat : 14361 (java) S 14341 14344 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885875812088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14362] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14362/stat : 14362 (java) S 14341 14344 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885874759176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14367] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14367/stat : 14367 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885873707664 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14368] ppid=14341 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/14344/task/14368/stat : 14368 (java) S 14341 14344 14160 0 -1 4202560 5434 0 0 0 35 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885872654776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14369] ppid=14341 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/14344/task/14369/stat : 14369 (java) S 14341 14344 14160 0 -1 4202560 2837 0 0 0 21 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885871601976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14370] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14370/stat : 14370 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885870549368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14371] ppid=14341 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/14344/task/14371/stat : 14371 (java) S 14341 14344 14160 0 -1 4202560 100 0 0 0 22 22 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885869496776 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14386] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14386/stat : 14386 (java) S 14341 14344 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047976 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885868443304 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.57
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/213 14487
/proc/meminfo: memFree=31258116/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9625040 CPUtime=1783.56 cores=0,2,4,6
/proc/14344/stat : 14344 (java) S 14341 14344 14160 0 -1 4202496 12366 0 1 0 178317 39 0 0 20 0 19 0 12047959 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 140733911862864 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14344/statm: 2406260 61298 2272 9 0 2396937 0
[pid=14344/tid=14346] ppid=14341 vsize=9625040 CPUtime=1777.48 cores=0,2,4,6
/proc/14344/task/14346/stat : 14346 (java) R 14341 14344 14160 0 -1 4202560 2493 0 1 0 177715 33 0 0 20 0 19 0 12047960 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886522617632 139886363927926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14347] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14347/stat : 14347 (java) S 14341 14344 14160 0 -1 4202560 48 0 0 0 7 1 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886484118568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14348] ppid=14341 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14344/task/14348/stat : 14348 (java) S 14341 14344 14160 0 -1 4202560 25 0 0 0 7 2 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886483065768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14349] ppid=14341 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14344/task/14349/stat : 14349 (java) S 14341 14344 14160 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886482012968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14350] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14350/stat : 14350 (java) S 14341 14344 14160 0 -1 4202560 27 0 0 0 7 1 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886363404968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14351] ppid=14341 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14344/task/14351/stat : 14351 (java) S 14341 14344 14160 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886362352168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14352] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14352/stat : 14352 (java) S 14341 14344 14160 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886361299368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14353] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14353/stat : 14353 (java) S 14341 14344 14160 0 -1 4202560 24 0 0 0 7 1 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886360246568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14354] ppid=14341 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14344/task/14354/stat : 14354 (java) S 14341 14344 14160 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886359193768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14359] ppid=14341 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14344/task/14359/stat : 14359 (java) S 14341 14344 14160 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 12047963 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885876866024 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14361] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14361/stat : 14361 (java) S 14341 14344 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885875812088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14362] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14362/stat : 14362 (java) S 14341 14344 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885874759176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14367] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14367/stat : 14367 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885873707664 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14368] ppid=14341 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/14344/task/14368/stat : 14368 (java) S 14341 14344 14160 0 -1 4202560 5434 0 0 0 35 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885872654776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14369] ppid=14341 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/14344/task/14369/stat : 14369 (java) S 14341 14344 14160 0 -1 4202560 2837 0 0 0 21 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885871601976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14370] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14370/stat : 14370 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885870549368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14371] ppid=14341 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14344/task/14371/stat : 14371 (java) S 14341 14344 14160 0 -1 4202560 104 0 0 0 22 24 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885869496776 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14386] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14386/stat : 14386 (java) S 14341 14344 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047976 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885868443304 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.56
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.10 2.06 2.00 3/213 14487
/proc/meminfo: memFree=31258368/32872528 swapFree=240572/273276
[pid=14344] ppid=14341 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/14344/stat : 14344 (java) S 14341 14344 14160 0 -1 4202496 12368 0 1 0 179967 40 0 0 20 0 19 0 12047959 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 140733911862864 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14344/statm: 2406260 61298 2272 9 0 2396937 0
[pid=14344/tid=14346] ppid=14341 vsize=9625040 CPUtime=1793.94 cores=0,2,4,6
/proc/14344/task/14346/stat : 14346 (java) R 14341 14344 14160 0 -1 4202560 2493 0 1 0 179361 33 0 0 20 0 19 0 12047960 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886522617632 139886363868131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14347] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14347/stat : 14347 (java) S 14341 14344 14160 0 -1 4202560 48 0 0 0 7 1 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886484118568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14348] ppid=14341 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14344/task/14348/stat : 14348 (java) S 14341 14344 14160 0 -1 4202560 25 0 0 0 7 2 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886483065768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14344/tid=14349] ppid=14341 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14344/task/14349/stat : 14349 (java) S 14341 14344 14160 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886482012968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14350] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14350/stat : 14350 (java) S 14341 14344 14160 0 -1 4202560 27 0 0 0 7 1 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886363404968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14351] ppid=14341 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14344/task/14351/stat : 14351 (java) S 14341 14344 14160 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886362352168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14352] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14352/stat : 14352 (java) S 14341 14344 14160 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886361299368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14353] ppid=14341 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14344/task/14353/stat : 14353 (java) S 14341 14344 14160 0 -1 4202560 24 0 0 0 7 1 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886360246568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14354] ppid=14341 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14344/task/14354/stat : 14354 (java) S 14341 14344 14160 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 12047962 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139886359193768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14344/tid=14359] ppid=14341 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14344/task/14359/stat : 14359 (java) S 14341 14344 14160 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 12047963 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885876866024 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14361] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14361/stat : 14361 (java) S 14341 14344 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885875812088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14362] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14362/stat : 14362 (java) S 14341 14344 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12047963 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885874759176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14367] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14367/stat : 14367 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885873707664 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14368] ppid=14341 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/14344/task/14368/stat : 14368 (java) S 14341 14344 14160 0 -1 4202560 5434 0 0 0 35 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885872654776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14369] ppid=14341 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/14344/task/14369/stat : 14369 (java) S 14341 14344 14160 0 -1 4202560 2837 0 0 0 21 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885871601976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14370] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14370/stat : 14370 (java) S 14341 14344 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885870549368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14344/tid=14371] ppid=14341 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14344/task/14371/stat : 14371 (java) S 14341 14344 14160 0 -1 4202560 106 0 0 0 23 24 0 0 20 0 19 0 12047966 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885869496776 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14344/tid=14386] ppid=14341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14344/task/14386/stat : 14386 (java) S 14341 14344 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047976 9856040960 61298 33554432000 1073741824 1073778376 140733911871728 139885868443304 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 14344 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14344 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=138097
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=761884
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.84
CPU time (s): 1800.07
CPU user time (s): 1799.67
CPU system time (s): 0.4
CPU usage (%): 100.068
Max. virtual memory (cumulated for all children) (KiB): 9625832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.14
system time used= 0.761884
maximum resident set size= 245340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12411
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38248
involuntary context switches= 7899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.64453 second user time and 13.7709 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-16 19:59:39
IDJOB=4095956
IDBENCH=107545
IDSOLVER=2546
FILE ID=node107/4095956-1466099979
RUNJOBID= node107-1466098180-14176
PBS_JOBID= 19904056
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-geq-fixedbandwidth-70.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4095956-1466099979/watcher-4095956-1466099979 -o /tmp/evaluation-result-4095956-1466099979/solver-4095956-1466099979 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466098180-14176 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4095956-1466099979.opb

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

MD5SUM BENCH= 81759c64f3cd5262cf5092ac9ecdc7a3
RANDOM SEED=1211287393

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.953
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.953
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.56
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.953
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.953
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31717324 kB
Buffers:           54136 kB
Cached:           124992 kB
SwapCached:         2504 kB
Active:            86928 kB
Inactive:          96144 kB
Active(anon):       3960 kB
Inactive(anon):     2216 kB
Active(file):      82968 kB
Inactive(file):    93928 kB
Unevictable:      273276 kB
Mlocked:          240572 kB
SwapTotal:      67108856 kB
SwapFree:       67099248 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:        320788 kB
Mapped:             7052 kB
Shmem:                 0 kB
Slab:             568052 kB
SReclaimable:      12008 kB
SUnreclaim:       556044 kB
KernelStack:        1760 kB
PageTables:         4516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     369224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71680 MiB
End job on node107 at 2016-06-16 20:29:38