Trace number 4084681

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.08 1785.24

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_15.opb
MD5SUMeb83986855f475edbe62b7e6495068f1
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.235963
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084681-1465263291.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
1.06/0.52	c ... done. Wall clock time 0.405s.
1.06/0.52	c declared #vars     400
1.06/0.52	c internal #vars     6626
1.06/0.52	c #constraints  13055
1.06/0.52	c constraints type 
1.06/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1.06/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.06/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.06/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1.06/0.52	c 13055 constraints processed.
3.70/1.83	c cleaning 2507 clauses out of 5013 with flag 10841/5013
4.64/2.76	c cleaning 4274 clauses out of 8550 with flag 23527/11057
5.65/3.79	c cleaning 5593 clauses out of 11220 with flag 38418/18001
6.25/4.35	c cleaning 6804 clauses out of 13626 with flag 57415/26000
7.11/5.15	c cleaning 7919 clauses out of 15839 with flag 77660/35017
8.20/6.22	c cleaning 8959 clauses out of 17920 with flag 99466/45017
9.50/7.59	c cleaning 9971 clauses out of 19944 with flag 123286/56000
11.37/9.36	c cleaning 11000 clauses out of 22002 with flag 148934/68029
13.47/11.41	c cleaning 11983 clauses out of 23974 with flag 176604/81001
16.17/14.12	c cleaning 12997 clauses out of 25995 with flag 206304/95005
19.07/17.09	c cleaning 14004 clauses out of 28009 with flag 238107/110016
24.47/22.41	c cleaning 15011 clauses out of 30025 with flag 272629/126036
27.93/25.76	c cleaning 15975 clauses out of 31978 with flag 310416/143000
30.73/28.50	c cleaning 16999 clauses out of 34003 with flag 351036/161000
34.73/32.50	c cleaning 18012 clauses out of 36030 with flag 392358/180026
39.64/37.49	c cleaning 18997 clauses out of 37999 with flag 435175/200007
45.03/42.80	c cleaning 19981 clauses out of 39995 with flag 480566/221000
48.02/45.69	c cleaning 21003 clauses out of 42015 with flag 536390/243001
51.42/49.02	c cleaning 22001 clauses out of 44011 with flag 591672/266000
55.23/52.83	c cleaning 23002 clauses out of 46010 with flag 648017/290000
59.95/57.35	c cleaning 24009 clauses out of 48020 with flag 706275/315012
64.96/62.39	c cleaning 25006 clauses out of 50013 with flag 765752/341014
70.56/67.98	c cleaning 25996 clauses out of 51994 with flag 827066/368001
76.84/74.13	c cleaning 27000 clauses out of 54001 with flag 890884/396004
83.44/80.76	c cleaning 27992 clauses out of 55998 with flag 956487/425001
91.04/88.30	c cleaning 28987 clauses out of 58005 with flag 1024076/455000
99.22/96.32	c cleaning 30011 clauses out of 60023 with flag 1093245/486005
108.02/105.15	c cleaning 30986 clauses out of 62007 with flag 1164716/518000
117.32/114.46	c cleaning 31997 clauses out of 64030 with flag 1238205/551009
128.36/125.26	c cleaning 33015 clauses out of 66036 with flag 1313305/585012
140.46/137.36	c cleaning 33999 clauses out of 68010 with flag 1390204/620001
153.34/149.96	c cleaning 35017 clauses out of 70040 with flag 1469517/656030
170.73/167.16	c cleaning 36003 clauses out of 72011 with flag 1548125/693018
192.30/188.64	c cleaning 36994 clauses out of 73995 with flag 1628244/731005
212.40/208.69	c cleaning 37989 clauses out of 75996 with flag 1711765/770000
228.31/224.43	c cleaning 38991 clauses out of 78008 with flag 1800202/810001
245.20/241.29	c cleaning 40000 clauses out of 80020 with flag 1890196/851004
261.87/257.83	c cleaning 40989 clauses out of 82016 with flag 1983389/893000
282.59/278.42	c cleaning 42022 clauses out of 84054 with flag 2076885/936027
303.18/298.96	c cleaning 42961 clauses out of 86005 with flag 2172889/980000
321.15/316.85	c cleaning 43995 clauses out of 88046 with flag 2272955/1025002
338.66/334.37	c cleaning 45008 clauses out of 90056 with flag 2375272/1071007
355.04/350.67	c cleaning 46014 clauses out of 92056 with flag 2481499/1118015
367.51/362.93	c cleaning 46992 clauses out of 94028 with flag 2598423/1166001
383.51/378.82	c cleaning 48008 clauses out of 96035 with flag 2712937/1215000
401.99/397.23	c cleaning 48996 clauses out of 98027 with flag 2827028/1265000
423.51/418.61	c cleaning 50005 clauses out of 100031 with flag 2941198/1316000
445.89/440.92	c cleaning 51014 clauses out of 102042 with flag 3057622/1368016
468.63/463.58	c cleaning 51995 clauses out of 104012 with flag 3175333/1421000
485.44/480.22	c cleaning 52998 clauses out of 106017 with flag 3319149/1475000
503.43/498.16	c cleaning 54002 clauses out of 108019 with flag 3460329/1530000
520.38/514.92	c cleaning 55005 clauses out of 110019 with flag 3602333/1586002
540.52/535.06	c cleaning 55997 clauses out of 112013 with flag 3744158/1643001
561.45/555.80	c cleaning 57007 clauses out of 114022 with flag 3889412/1701007
583.24/577.54	c cleaning 57998 clauses out of 116009 with flag 4033475/1760001
607.30/601.40	c cleaning 59005 clauses out of 118012 with flag 4179551/1820002
630.83/624.85	c cleaning 59995 clauses out of 120007 with flag 4327381/1881002
655.06/648.96	c cleaning 61008 clauses out of 122018 with flag 4477362/1943008
679.39/673.02	c cleaning 61995 clauses out of 124002 with flag 4628875/2006000
707.77/701.27	c cleaning 62995 clauses out of 126007 with flag 4782160/2070000
738.87/732.20	c cleaning 64005 clauses out of 128013 with flag 4937323/2135001
769.66/762.87	c cleaning 65001 clauses out of 130010 with flag 5097246/2201003
799.81/792.90	c cleaning 65999 clauses out of 132010 with flag 5255431/2268004
836.18/829.07	c cleaning 66996 clauses out of 134007 with flag 5417319/2336000
869.40/862.06	c cleaning 67986 clauses out of 136012 with flag 5583695/2405001
912.11/904.54	c cleaning 69004 clauses out of 138025 with flag 5746375/2475000
948.73/940.93	c cleaning 70002 clauses out of 140021 with flag 5917928/2546000
991.72/983.65	c cleaning 70995 clauses out of 142020 with flag 6084726/2618001
1030.77/1022.42	c cleaning 71998 clauses out of 144024 with flag 6260996/2691000
1077.66/1068.98	c cleaning 73006 clauses out of 146026 with flag 6430438/2765000
1118.43/1109.43	c cleaning 74018 clauses out of 148037 with flag 6610159/2840017
1171.76/1162.48	c cleaning 74997 clauses out of 150002 with flag 6784489/2916000
1229.85/1220.18	c cleaning 76004 clauses out of 152010 with flag 6958060/2993005
1296.54/1286.21	c cleaning 77000 clauses out of 154001 with flag 7131066/3071000
1362.52/1351.68	c cleaning 77999 clauses out of 156003 with flag 7306279/3150002
1434.94/1423.45	c cleaning 78988 clauses out of 158003 with flag 7483352/3230001
1507.68/1495.56	c cleaning 80007 clauses out of 160021 with flag 7661193/3311007
1584.81/1571.91	c cleaning 80994 clauses out of 162007 with flag 7840495/3393000
1666.16/1652.64	c cleaning 82005 clauses out of 164018 with flag 8021917/3476005
1748.67/1734.37	c cleaning 82984 clauses out of 166009 with flag 8206237/3560001
1800.08/1785.20	c starts		: 1
1800.08/1785.20	c conflicts		: 3618339
1800.08/1785.20	c decisions		: 6608731
1800.08/1785.20	c propagations		: 35007872
1800.08/1785.20	c inspects		: 32680871318
1800.08/1785.20	c shortcuts		: 0
1800.08/1785.20	c learnt literals	: 0
1800.08/1785.20	c learnt binary clauses	: 0
1800.08/1785.20	c learnt ternary clauses	: 0
1800.08/1785.20	c learnt constraints	: 3618339
1800.08/1785.20	c ignored constraints	: 0
1800.08/1785.20	c root simplifications	: 0
1800.08/1785.20	c removed literals (reason simplification)	: 0
1800.08/1785.20	c reason swapping (by a shorter reason)	: 0
1800.08/1785.20	c Calls to reduceDB	: 80
1800.08/1785.20	c Number of update (reduction) of LBD	: 759606
1800.08/1785.20	c Imported unit clauses	: 0
1800.08/1785.20	c number of reductions to clauses (during analyze)	: 0
1800.08/1785.20	c number of learned constraints concerned by reduction	: 0
1800.08/1785.20	c number of learning phase by resolution	: 0
1800.08/1785.20	c number of learning phase by cutting planes	: 0
1800.08/1785.20	c speed (assignments/second)	: 19615.80274749997
1800.08/1785.20	c non guided choices	6378
1800.08/1785.21	c timeout
1800.08/1785.23	c learnt constraints type 
1800.08/1785.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 141363
1800.08/1785.23	s UNKNOWN
1800.08/1785.23	c Total wall clock time (in seconds): 1785.12

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-4084681-1465263291/watcher-4084681-1465263291 -o /tmp/evaluation-result-4084681-1465263291/solver-4084681-1465263291 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3502 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084681-1465263291.opb 

pid=6622
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.14 2.09 3/195 6625
/proc/meminfo: memFree=30912824/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/6625/stat : 6625 (java) R 6622 6625 3485 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 108263605 278528 33 33554432000 1073741824 1073778376 140736844298432 140734499580040 213857168565 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6625/statm: 68 33 25 9 0 25 0

[startup+0.100159 s]
/proc/loadavg: 2.14 2.14 2.09 3/195 6625
/proc/meminfo: memFree=30912824/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6625/stat : 6625 (java) S 6622 6625 3485 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 108263605 9787879424 6019 33554432000 1073741824 1073778376 140736844298432 140736844289568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6625/statm: 2389619 6019 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.14 2.14 2.09 3/195 6625
/proc/meminfo: memFree=30912824/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/6625/stat : 6625 (java) S 6622 6625 3485 0 -1 4202496 4689 0 1 0 22 1 0 0 20 0 18 0 108263605 9787879424 6781 33554432000 1073741824 1073778376 140736844298432 140736844289568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6625/statm: 2389619 6781 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300356 s]
/proc/loadavg: 2.14 2.14 2.09 3/195 6625
/proc/meminfo: memFree=30912824/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/6625/stat : 6625 (java) S 6622 6625 3485 0 -1 4202496 6076 0 1 0 44 2 0 0 20 0 18 0 108263605 9787879424 9257 33554432000 1073741824 1073778376 140736844298432 140736844289568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6625/statm: 2389619 9257 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700316 s]
/proc/loadavg: 2.14 2.14 2.09 3/195 6625
/proc/meminfo: memFree=30912824/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/6625/stat : 6625 (java) S 6622 6625 3485 0 -1 4202496 30254 0 1 0 159 7 0 0 20 0 19 0 108263605 9856040960 33903 33554432000 1073741824 1073778376 140736844298432 140736844289568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6625/statm: 2406260 33903 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.29 2.17 2.10 4/214 6644
/proc/meminfo: memFree=30785392/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/6625/stat : 6625 (java) S 6622 6625 3485 0 -1 4202496 33462 0 1 0 328 8 0 0 20 0 19 0 108263605 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 140736844289568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6625/statm: 2406260 34592 2270 9 0 2396937 0
[pid=6625/tid=6627] ppid=6622 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/6625/task/6627/stat : 6627 (java) R 6622 6625 3485 0 -1 4202560 2439 0 1 0 144 1 0 0 20 0 19 0 108263606 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809737636504 139809591663472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6628] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6628/stat : 6628 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809710091176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6629] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6629/stat : 6629 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809579904040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6630] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6630/stat : 6630 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809578850984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6631] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6631/stat : 6631 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809577798440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6632] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6632/stat : 6632 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809576745384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6633] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6633/stat : 6633 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809575692840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6634] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6634/stat : 6634 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809238542504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6635] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6635/stat : 6635 (java) S 6622 6625 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809237489960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6636] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6636/stat : 6636 (java) S 6622 6625 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809225292648 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6637] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6637/stat : 6637 (java) S 6622 6625 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809224238968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6638] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6638/stat : 6638 (java) S 6622 6625 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809223185800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6639] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6639/stat : 6639 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809222134544 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6640] ppid=6622 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/6625/task/6640/stat : 6640 (java) S 6622 6625 3485 0 -1 4202560 13142 0 0 0 85 4 0 0 20 0 19 0 108263612 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809221081400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6641] ppid=6622 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/6625/task/6641/stat : 6641 (java) S 6622 6625 3485 0 -1 4202560 16605 0 0 0 94 3 0 0 20 0 19 0 108263612 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809220028856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6642] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6642/stat : 6642 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809218975992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6643] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6643/stat : 6643 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809217923656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6644] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6644/stat : 6644 (java) S 6622 6625 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108263658 9856040960 34592 33554432000 1073741824 1073778376 140736844298432 139809216869928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.29 2.17 2.10 3/214 6644
/proc/meminfo: memFree=30772732/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=9625040 CPUtime=5.04 cores=1,3,5,7
/proc/6625/stat : 6625 (java) S 6622 6625 3485 0 -1 4202496 33480 0 1 0 496 8 0 0 20 0 19 0 108263605 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 140736844289568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6625/statm: 2406260 38696 2277 9 0 2396937 0
[pid=6625/tid=6627] ppid=6622 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/6625/task/6627/stat : 6627 (java) R 6622 6625 3485 0 -1 4202560 2449 0 1 0 302 2 0 0 20 0 19 0 108263606 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809737638392 139809591626445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6628] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6628/stat : 6628 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809710091176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6629] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6629/stat : 6629 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809579904040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6630] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6630/stat : 6630 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809578850984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6631] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6631/stat : 6631 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809577798440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6632] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6632/stat : 6632 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809576745384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6633] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6633/stat : 6633 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809575692840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6634] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6634/stat : 6634 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809238542504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6635] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6635/stat : 6635 (java) S 6622 6625 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809237489960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6636] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6636/stat : 6636 (java) S 6622 6625 3485 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809225292648 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6637] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6637/stat : 6637 (java) S 6622 6625 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809224238968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6638] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6638/stat : 6638 (java) S 6622 6625 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809223185800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6639] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6639/stat : 6639 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809222134544 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6640] ppid=6622 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/6625/task/6640/stat : 6640 (java) S 6622 6625 3485 0 -1 4202560 13147 0 0 0 92 4 0 0 20 0 19 0 108263612 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809221081400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6641] ppid=6622 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/6625/task/6641/stat : 6641 (java) S 6622 6625 3485 0 -1 4202560 16607 0 0 0 95 3 0 0 20 0 19 0 108263612 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809220028856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6642] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6642/stat : 6642 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809218975992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6643] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6643/stat : 6643 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809217923656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6644] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6644/stat : 6644 (java) S 6622 6625 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108263658 9856040960 38696 33554432000 1073741824 1073778376 140736844298432 139809216869928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 9625040

[startup+6.3009 s]
/proc/loadavg: 2.35 2.19 2.11 3/214 6644
/proc/meminfo: memFree=30746536/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=9625040 CPUtime=8.3 cores=1,3,5,7
/proc/6625/stat : 6625 (java) S 6622 6625 3485 0 -1 4202496 33624 0 1 0 820 10 0 0 20 0 19 0 108263605 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 140736844289568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6625/statm: 2406260 44994 2277 9 0 2396937 0
[pid=6625/tid=6627] ppid=6622 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/6625/task/6627/stat : 6627 (java) R 6622 6625 3485 0 -1 4202560 2476 0 1 0 619 3 0 0 20 0 19 0 108263606 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809737629392 139809591627693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6628] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6628/stat : 6628 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809710091176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6629] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6629/stat : 6629 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809579904040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6630] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6630/stat : 6630 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809578850984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6631] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6631/stat : 6631 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809577798440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6632] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6632/stat : 6632 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809576745384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6633] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6633/stat : 6633 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809575692840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6634] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6634/stat : 6634 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809238542504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6635] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6635/stat : 6635 (java) S 6622 6625 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108263608 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809237489960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6636] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6636/stat : 6636 (java) S 6622 6625 3485 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809225292648 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6637] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6637/stat : 6637 (java) S 6622 6625 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809224238968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6638] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6638/stat : 6638 (java) S 6622 6625 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809223185800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6639] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6639/stat : 6639 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809222134544 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6640] ppid=6622 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/6625/task/6640/stat : 6640 (java) S 6622 6625 3485 0 -1 4202560 13147 0 0 0 94 4 0 0 20 0 19 0 108263612 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809221081400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6641] ppid=6622 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/6625/task/6641/stat : 6641 (java) S 6622 6625 3485 0 -1 4202560 16724 0 0 0 101 3 0 0 20 0 19 0 108263612 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809220028856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6642] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6642/stat : 6642 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809218975992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6643] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6643/stat : 6643 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809217923656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6644] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6644/stat : 6644 (java) S 6622 6625 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108263658 9856040960 44994 33554432000 1073741824 1073778376 140736844298432 139809216869928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 9625040


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

[pid=6625/tid=6644] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6644/stat : 6644 (java) S 6622 6625 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108263658 9856040960 100100 33554432000 1073741824 1073778376 140736844298432 139809216869928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1676.05
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.37 2.14 2.11 3/213 6978
/proc/meminfo: memFree=30465020/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=9625040 CPUtime=1736.45 cores=1,3,5,7
/proc/6625/stat : 6625 (java) S 6622 6625 3485 0 -1 4202496 45957 0 1 0 173441 204 0 0 20 0 19 0 108263605 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 140736844289568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6625/statm: 2406260 93248 2299 9 0 2396937 0
[pid=6625/tid=6627] ppid=6622 vsize=9625040 CPUtime=1707.9 cores=1,3,5,7
/proc/6625/task/6627/stat : 6627 (java) R 6622 6625 3485 0 -1 4202560 2823 0 1 0 170739 51 0 0 20 0 19 0 108263606 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809737637088 139809591685175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6628] ppid=6622 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/6625/task/6628/stat : 6628 (java) S 6622 6625 3485 0 -1 4202560 1169 0 0 0 198 14 0 0 20 0 19 0 108263608 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809710091176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6629] ppid=6622 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/6625/task/6629/stat : 6629 (java) S 6622 6625 3485 0 -1 4202560 1312 0 0 0 204 18 0 0 20 0 19 0 108263608 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809579904040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6630] ppid=6622 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/6625/task/6630/stat : 6630 (java) S 6622 6625 3485 0 -1 4202560 1792 0 0 0 212 19 0 0 20 0 19 0 108263608 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809578850984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6631] ppid=6622 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/6625/task/6631/stat : 6631 (java) S 6622 6625 3485 0 -1 4202560 970 0 0 0 202 18 0 0 20 0 19 0 108263608 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809577798440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6632] ppid=6622 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/6625/task/6632/stat : 6632 (java) S 6622 6625 3485 0 -1 4202560 1766 0 0 0 197 17 0 0 20 0 19 0 108263608 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809576745384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6633] ppid=6622 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/6625/task/6633/stat : 6633 (java) S 6622 6625 3485 0 -1 4202560 1176 0 0 0 197 19 0 0 20 0 19 0 108263608 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809575692840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6634] ppid=6622 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/6625/task/6634/stat : 6634 (java) S 6622 6625 3485 0 -1 4202560 1010 0 0 0 196 14 0 0 20 0 19 0 108263608 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809238542504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6635] ppid=6622 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/6625/task/6635/stat : 6635 (java) S 6622 6625 3485 0 -1 4202560 1201 0 0 0 191 14 0 0 20 0 19 0 108263608 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809237489960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6636] ppid=6622 vsize=9625040 CPUtime=4.38 cores=1,3,5,7
/proc/6625/task/6636/stat : 6636 (java) S 6622 6625 3485 0 -1 4202560 1504 0 0 0 432 6 0 0 20 0 19 0 108263609 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809225292648 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6637] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6637/stat : 6637 (java) S 6622 6625 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809224238968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6638] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6638/stat : 6638 (java) S 6622 6625 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809223185800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6639] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6639/stat : 6639 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809222134544 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6640] ppid=6622 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/6625/task/6640/stat : 6640 (java) S 6622 6625 3485 0 -1 4202560 13147 0 0 0 94 4 0 0 20 0 19 0 108263612 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809221081400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6641] ppid=6622 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/6625/task/6641/stat : 6641 (java) S 6622 6625 3485 0 -1 4202560 16726 0 0 0 103 3 0 0 20 0 19 0 108263612 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809220028856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6642] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6642/stat : 6642 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809218975992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6643] ppid=6622 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6625/task/6643/stat : 6643 (java) S 6622 6625 3485 0 -1 4202560 99 0 0 0 29 36 0 0 20 0 19 0 108263612 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809217923656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6644] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6644/stat : 6644 (java) S 6622 6625 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108263658 9856040960 93248 33554432000 1073741824 1073778376 140736844298432 139809216869928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1736.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.11 2.10 3/213 6979
/proc/meminfo: memFree=30524524/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=9625040 CPUtime=1797.14 cores=1,3,5,7
/proc/6625/stat : 6625 (java) S 6622 6625 3485 0 -1 4202496 47177 0 1 0 179505 209 0 0 20 0 19 0 108263605 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 140736844289568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6625/statm: 2406260 82975 2299 9 0 2396937 0
[pid=6625/tid=6627] ppid=6622 vsize=9625040 CPUtime=1767.19 cores=1,3,5,7
/proc/6625/task/6627/stat : 6627 (java) R 6622 6625 3485 0 -1 4202560 2851 0 1 0 176667 52 0 0 20 0 19 0 108263606 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809737637088 139809591784336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6628] ppid=6622 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/6625/task/6628/stat : 6628 (java) S 6622 6625 3485 0 -1 4202560 1260 0 0 0 211 15 0 0 20 0 19 0 108263608 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809710091176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6629] ppid=6622 vsize=9625040 CPUtime=2.38 cores=1,3,5,7
/proc/6625/task/6629/stat : 6629 (java) S 6622 6625 3485 0 -1 4202560 1360 0 0 0 220 18 0 0 20 0 19 0 108263608 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809579904040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6630] ppid=6622 vsize=9625040 CPUtime=2.44 cores=1,3,5,7
/proc/6625/task/6630/stat : 6630 (java) S 6622 6625 3485 0 -1 4202560 2152 0 0 0 224 20 0 0 20 0 19 0 108263608 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809578850984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6631] ppid=6622 vsize=9625040 CPUtime=2.32 cores=1,3,5,7
/proc/6625/task/6631/stat : 6631 (java) S 6622 6625 3485 0 -1 4202560 1021 0 0 0 214 18 0 0 20 0 19 0 108263608 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809577798440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6632] ppid=6622 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/6625/task/6632/stat : 6632 (java) S 6622 6625 3485 0 -1 4202560 1778 0 0 0 208 18 0 0 20 0 19 0 108263608 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809576745384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6633] ppid=6622 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/6625/task/6633/stat : 6633 (java) S 6622 6625 3485 0 -1 4202560 1320 0 0 0 210 19 0 0 20 0 19 0 108263608 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809575692840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6634] ppid=6622 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/6625/task/6634/stat : 6634 (java) S 6622 6625 3485 0 -1 4202560 1438 0 0 0 209 15 0 0 20 0 19 0 108263608 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809238542504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6635] ppid=6622 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/6625/task/6635/stat : 6635 (java) S 6622 6625 3485 0 -1 4202560 1204 0 0 0 202 14 0 0 20 0 19 0 108263608 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809237489960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6636] ppid=6622 vsize=9625040 CPUtime=4.59 cores=1,3,5,7
/proc/6625/task/6636/stat : 6636 (java) S 6622 6625 3485 0 -1 4202560 1555 0 0 0 452 7 0 0 20 0 19 0 108263609 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809225292648 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6637] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6637/stat : 6637 (java) S 6622 6625 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809224238968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6638] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6638/stat : 6638 (java) S 6622 6625 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809223185800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6639] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6639/stat : 6639 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809222134544 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6640] ppid=6622 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/6625/task/6640/stat : 6640 (java) S 6622 6625 3485 0 -1 4202560 13147 0 0 0 94 4 0 0 20 0 19 0 108263612 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809221081400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6641] ppid=6622 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/6625/task/6641/stat : 6641 (java) S 6622 6625 3485 0 -1 4202560 16726 0 0 0 103 3 0 0 20 0 19 0 108263612 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809220028856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6642] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6642/stat : 6642 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809218975992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6643] ppid=6622 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/6625/task/6643/stat : 6643 (java) S 6622 6625 3485 0 -1 4202560 103 0 0 0 31 37 0 0 20 0 19 0 108263612 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809217923656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6644] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6644/stat : 6644 (java) S 6622 6625 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108263658 9856040960 82975 33554432000 1073741824 1073778376 140736844298432 139809216869928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.2 s]
/proc/loadavg: 2.14 2.11 2.10 3/213 6979
/proc/meminfo: memFree=30514780/32872528 swapFree=12352/737972
[pid=6625] ppid=6622 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/6625/stat : 6625 (java) S 6622 6625 3485 0 -1 4202496 47185 0 1 0 179799 209 0 0 20 0 19 0 108263605 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 140736844289568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6625/statm: 2406260 83935 2299 9 0 2396937 0
[pid=6625/tid=6627] ppid=6622 vsize=9625040 CPUtime=1770.07 cores=1,3,5,7
/proc/6625/task/6627/stat : 6627 (java) R 6622 6625 3485 0 -1 4202560 2852 0 1 0 176955 52 0 0 20 0 19 0 108263606 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809737637088 139809591685088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6628] ppid=6622 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/6625/task/6628/stat : 6628 (java) S 6622 6625 3485 0 -1 4202560 1260 0 0 0 212 15 0 0 20 0 19 0 108263608 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809710091176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6629] ppid=6622 vsize=9625040 CPUtime=2.38 cores=1,3,5,7
/proc/6625/task/6629/stat : 6629 (java) S 6622 6625 3485 0 -1 4202560 1362 0 0 0 220 18 0 0 20 0 19 0 108263608 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809579904040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6630] ppid=6622 vsize=9625040 CPUtime=2.44 cores=1,3,5,7
/proc/6625/task/6630/stat : 6630 (java) S 6622 6625 3485 0 -1 4202560 2152 0 0 0 224 20 0 0 20 0 19 0 108263608 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809578850984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6631] ppid=6622 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/6625/task/6631/stat : 6631 (java) S 6622 6625 3485 0 -1 4202560 1023 0 0 0 214 19 0 0 20 0 19 0 108263608 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809577798440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6632] ppid=6622 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/6625/task/6632/stat : 6632 (java) S 6622 6625 3485 0 -1 4202560 1778 0 0 0 209 18 0 0 20 0 19 0 108263608 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809576745384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6633] ppid=6622 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/6625/task/6633/stat : 6633 (java) S 6622 6625 3485 0 -1 4202560 1321 0 0 0 212 19 0 0 20 0 19 0 108263608 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809575692840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6634] ppid=6622 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/6625/task/6634/stat : 6634 (java) S 6622 6625 3485 0 -1 4202560 1438 0 0 0 210 15 0 0 20 0 19 0 108263608 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809238542504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6635] ppid=6622 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/6625/task/6635/stat : 6635 (java) S 6622 6625 3485 0 -1 4202560 1206 0 0 0 203 14 0 0 20 0 19 0 108263608 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809237489960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6636] ppid=6622 vsize=9625040 CPUtime=4.59 cores=1,3,5,7
/proc/6625/task/6636/stat : 6636 (java) S 6622 6625 3485 0 -1 4202560 1555 0 0 0 452 7 0 0 20 0 19 0 108263609 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809225292648 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6637] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6637/stat : 6637 (java) S 6622 6625 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809224238968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6638] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6638/stat : 6638 (java) S 6622 6625 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108263609 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809223185800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6639] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6639/stat : 6639 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809222134544 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6640] ppid=6622 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/6625/task/6640/stat : 6640 (java) S 6622 6625 3485 0 -1 4202560 13147 0 0 0 94 4 0 0 20 0 19 0 108263612 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809221081400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6625/tid=6641] ppid=6622 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/6625/task/6641/stat : 6641 (java) S 6622 6625 3485 0 -1 4202560 16726 0 0 0 103 3 0 0 20 0 19 0 108263612 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809220028856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6625/tid=6642] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6642/stat : 6642 (java) S 6622 6625 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108263612 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809218975992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6625/tid=6643] ppid=6622 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/6625/task/6643/stat : 6643 (java) S 6622 6625 3485 0 -1 4202560 103 0 0 0 31 37 0 0 20 0 19 0 108263612 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809217923656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6625/tid=6644] ppid=6622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6625/task/6644/stat : 6644 (java) S 6622 6625 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108263658 9856040960 83935 33554432000 1073741824 1073778376 140736844298432 139809216869928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 6625 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 6625 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=560337
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=561610
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1785.24
CPU time (s): 1800.08
CPU user time (s): 1797.99
CPU system time (s): 2.09
CPU usage (%): 100.831
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.56
system time used= 2.56161
maximum resident set size= 861328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47217
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48836
involuntary context switches= 48176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7684 second user time and 8.04978 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 03:34:51
IDJOB=4084681
IDBENCH=48321
IDSOLVER=2546
FILE ID=node112/4084681-1465263291
RUNJOBID= node112-1465252319-3502
PBS_JOBID= 19843261
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= eb83986855f475edbe62b7e6495068f1
RANDOM SEED=1062268913

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.72
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.783
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.783
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:        30913352 kB
Buffers:           54708 kB
Cached:           111732 kB
SwapCached:         1612 kB
Active:           408832 kB
Inactive:         104404 kB
Active(anon):     346596 kB
Inactive(anon):     2552 kB
Active(file):      62236 kB
Inactive(file):   101852 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098580 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1090496 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             568164 kB
SReclaimable:      11616 kB
SUnreclaim:       556548 kB
KernelStack:        1584 kB
PageTables:         6780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1253032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1064960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node112 at 2016-06-07 04:04:37