Trace number 4090013

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.58 1797.84

General information on the benchmark

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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090013-1466036430.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.031s.
0.10/0.15	c declared #vars     273
0.10/0.15	c #constraints  182
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
0.10/0.15	c 182 constraints processed.
0.79/0.53	c cleaning 2496 clauses out of 5000 with flag 28953/5000
1.17/0.89	c cleaning 4251 clauses out of 8506 with flag 71296/11002
1.90/1.53	c cleaning 5623 clauses out of 11253 with flag 122523/18000
2.72/2.33	c cleaning 6808 clauses out of 13630 with flag 185862/26000
3.73/3.39	c cleaning 7906 clauses out of 15822 with flag 259952/35000
4.62/4.22	c cleaning 8953 clauses out of 17917 with flag 328156/45001
5.62/5.28	c cleaning 9979 clauses out of 19964 with flag 419366/56001
6.82/6.47	c cleaning 10972 clauses out of 21985 with flag 516696/68001
8.13/7.76	c cleaning 12003 clauses out of 24012 with flag 622330/81000
9.52/9.15	c cleaning 13000 clauses out of 26010 with flag 740015/95001
11.32/10.91	c cleaning 14001 clauses out of 28009 with flag 877348/110000
13.22/12.83	c cleaning 15000 clauses out of 30009 with flag 1021023/126001
15.23/14.83	c cleaning 15997 clauses out of 32010 with flag 1174019/143002
17.52/17.12	c cleaning 16974 clauses out of 34012 with flag 1367111/161001
20.12/19.74	c cleaning 18013 clauses out of 36040 with flag 1557366/180003
23.12/22.70	c cleaning 18987 clauses out of 38025 with flag 1762519/200001
26.52/26.19	c cleaning 20009 clauses out of 40037 with flag 1993121/221000
30.83/30.45	c cleaning 21003 clauses out of 42030 with flag 2252582/243002
34.54/34.17	c cleaning 21986 clauses out of 44026 with flag 2492565/266001
39.04/38.61	c cleaning 22999 clauses out of 46039 with flag 2776772/290000
43.23/42.89	c cleaning 24016 clauses out of 48040 with flag 3034131/315000
48.13/47.79	c cleaning 24996 clauses out of 50025 with flag 3327341/341001
53.44/53.04	c cleaning 26007 clauses out of 52028 with flag 3620583/368000
58.75/58.33	c cleaning 27007 clauses out of 54022 with flag 3950124/396001
64.14/63.80	c cleaning 28004 clauses out of 56016 with flag 4285467/425002
71.24/70.87	c cleaning 29001 clauses out of 58011 with flag 4627413/455001
77.45/77.06	c cleaning 29996 clauses out of 60009 with flag 4986008/486000
84.34/83.92	c cleaning 31001 clauses out of 62013 with flag 5336566/518000
92.04/91.67	c cleaning 32002 clauses out of 64012 with flag 5702438/551000
99.55/99.15	c cleaning 32998 clauses out of 66010 with flag 6084269/585000
107.84/107.49	c cleaning 34001 clauses out of 68014 with flag 6485330/620002
116.44/116.07	c cleaning 35000 clauses out of 70011 with flag 6895835/656000
126.32/125.81	c cleaning 35991 clauses out of 72011 with flag 7338887/693000
136.92/136.47	c cleaning 36984 clauses out of 74024 with flag 7850477/731004
146.22/145.77	c cleaning 38008 clauses out of 76037 with flag 8324280/770001
156.62/156.15	c cleaning 39004 clauses out of 78030 with flag 8833497/810002
168.82/168.33	c cleaning 40003 clauses out of 80024 with flag 9281633/851000
180.02/179.59	c cleaning 41002 clauses out of 82021 with flag 9780989/893000
195.81/195.38	c cleaning 42001 clauses out of 84019 with flag 10312007/936000
212.31/211.88	c cleaning 43005 clauses out of 86018 with flag 10871314/980000
229.61/229.02	c cleaning 43999 clauses out of 88013 with flag 11446091/1025000
247.51/246.93	c cleaning 45000 clauses out of 90014 with flag 12042059/1071000
266.02/265.45	c cleaning 45985 clauses out of 92016 with flag 12667487/1118002
281.12/280.59	c cleaning 47007 clauses out of 94029 with flag 13243404/1166000
295.01/294.44	c cleaning 48008 clauses out of 96023 with flag 13808050/1215001
313.61/313.06	c cleaning 49002 clauses out of 98015 with flag 14420259/1265001
329.78/329.12	c cleaning 49998 clauses out of 100012 with flag 15010189/1316000
346.09/345.48	c cleaning 50995 clauses out of 102014 with flag 15620417/1368000
363.57/362.94	c cleaning 52005 clauses out of 104020 with flag 16255038/1421001
380.97/380.31	c cleaning 52999 clauses out of 106015 with flag 16931414/1475001
399.57/398.93	c cleaning 53986 clauses out of 108016 with flag 17667060/1530001
418.78/418.17	c cleaning 55015 clauses out of 110031 with flag 18347540/1586002
438.27/437.69	c cleaning 56000 clauses out of 112014 with flag 19053784/1643000
459.34/458.69	c cleaning 56998 clauses out of 114015 with flag 19750978/1701001
482.24/481.58	c cleaning 57998 clauses out of 116016 with flag 20464297/1760000
505.34/504.60	c cleaning 59004 clauses out of 118020 with flag 21157385/1820002
536.33/535.66	c cleaning 60001 clauses out of 120015 with flag 21911310/1881001
568.23/567.50	c cleaning 60999 clauses out of 122014 with flag 22716245/1943001
599.99/599.19	c cleaning 62001 clauses out of 124015 with flag 23502359/2006001
623.60/622.72	c cleaning 63002 clauses out of 126014 with flag 24290198/2070001
648.29/647.40	c cleaning 63991 clauses out of 128012 with flag 25136876/2135001
682.08/681.28	c cleaning 65001 clauses out of 130020 with flag 26020698/2201000
717.69/716.73	c cleaning 65996 clauses out of 132020 with flag 26912282/2268001
762.42/761.41	c cleaning 67001 clauses out of 134024 with flag 27865620/2336001
791.23/790.27	c cleaning 67999 clauses out of 136022 with flag 28735798/2405000
819.70/818.53	c cleaning 69002 clauses out of 138024 with flag 29549259/2475001
849.71/848.59	c cleaning 70006 clauses out of 140021 with flag 30420435/2546000
880.51/879.37	c cleaning 71004 clauses out of 142018 with flag 31266412/2618003
918.16/916.86	c cleaning 71997 clauses out of 144011 with flag 32139595/2691000
949.96/948.66	c cleaning 73003 clauses out of 146014 with flag 33037172/2765000
984.27/982.98	c cleaning 74000 clauses out of 148012 with flag 33948945/2840001
1019.09/1017.62	c cleaning 75000 clauses out of 150012 with flag 34898574/2916001
1065.58/1064.16	c cleaning 76001 clauses out of 152011 with flag 35863338/2993000
1101.59/1100.08	c cleaning 76998 clauses out of 154010 with flag 36818128/3071000
1137.10/1135.58	c cleaning 78001 clauses out of 156012 with flag 37798418/3150000
1174.20/1172.65	c cleaning 79001 clauses out of 158013 with flag 38762850/3230002
1210.27/1208.61	c cleaning 79997 clauses out of 160010 with flag 39735765/3311000
1250.67/1249.08	c cleaning 81002 clauses out of 162013 with flag 40742856/3393000
1292.36/1290.66	c cleaning 82001 clauses out of 164012 with flag 41762450/3476001
1335.76/1334.07	c cleaning 82995 clauses out of 166010 with flag 42842681/3560000
1378.52/1376.73	c cleaning 84003 clauses out of 168016 with flag 43869764/3645001
1425.43/1423.69	c cleaning 84998 clauses out of 170012 with flag 44971835/3731000
1475.43/1473.59	c cleaning 86000 clauses out of 172014 with flag 46122923/3818000
1551.43/1549.52	c cleaning 86997 clauses out of 174014 with flag 47182933/3906000
1602.94/1600.93	c cleaning 88003 clauses out of 176017 with flag 48296441/3995000
1661.06/1659.04	c cleaning 88995 clauses out of 178015 with flag 49492690/4085001
1714.05/1711.92	c cleaning 90005 clauses out of 180019 with flag 50641077/4176000
1766.74/1764.60	c cleaning 91003 clauses out of 182015 with flag 51793661/4268001
1800.02/1797.80	c starts		: 8763
1800.02/1797.80	c conflicts		: 4328510
1800.02/1797.80	c decisions		: 5852462
1800.02/1797.80	c timeout
1800.02/1797.80	c propagations		: 97698132
1800.02/1797.80	c inspects		: 37326609552
1800.02/1797.80	c shortcuts		: 0
1800.02/1797.80	c learnt literals	: 0
1800.02/1797.80	c learnt binary clauses	: 0
1800.02/1797.80	c learnt ternary clauses	: 0
1800.02/1797.80	c learnt constraints	: 4328510
1800.02/1797.80	c ignored constraints	: 0
1800.02/1797.80	c root simplifications	: 0
1800.02/1797.80	c removed literals (reason simplification)	: 0
1800.02/1797.80	c reason swapping (by a shorter reason)	: 0
1800.02/1797.80	c Calls to reduceDB	: 88
1800.02/1797.80	c Number of update (reduction) of LBD	: 1275048
1800.02/1797.80	c Imported unit clauses	: 0
1800.02/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.80	c number of learned constraints concerned by reduction	: 0
1800.02/1797.80	c number of learning phase by resolution	: 0
1800.02/1797.80	c number of learning phase by cutting planes	: 0
1800.02/1797.80	c speed (assignments/second)	: 54347.5125385502
1800.02/1797.80	c non guided choices	160
1800.02/1797.83	c learnt constraints type 
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151521
1800.02/1797.83	s UNKNOWN
1800.02/1797.83	c Total wall clock time (in seconds): 1797.717

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

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.07 1.93 3/195 12904
/proc/meminfo: memFree=31317696/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/12904/stat : 12904 (java) R 12901 12904 6207 0 -1 4202496 461 0 0 0 0 0 0 0 20 0 1 0 5689843 9379840 117 33554432000 1073741824 1073778376 140735482919248 140735482916376 242167067280 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2290 122 94 9 0 38 0

[startup+0.10011 s]
/proc/loadavg: 2.10 2.07 1.93 3/195 12904
/proc/meminfo: memFree=31317696/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12904/stat : 12904 (java) S 12901 12904 6207 0 -1 4202496 4406 0 1 0 9 1 0 0 20 0 18 0 5689843 9787879424 6031 33554432000 1073741824 1073778376 140735482919248 140735482910384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 2.10 2.07 1.93 3/195 12904
/proc/meminfo: memFree=31317696/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12904/stat : 12904 (java) S 12901 12904 6207 0 -1 4202496 6575 0 1 0 26 1 0 0 20 0 19 0 5689843 9856040960 7487 33554432000 1073741824 1073778376 140735482919248 140735482910384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2406260 7487 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300286 s]
/proc/loadavg: 2.10 2.07 1.93 3/195 12904
/proc/meminfo: memFree=31317696/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12904/stat : 12904 (java) S 12901 12904 6207 0 -1 4202496 7036 0 1 0 50 1 0 0 20 0 19 0 5689843 9856040960 8019 33554432000 1073741824 1073778376 140735482919248 140735482910384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2406260 8019 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700229 s]
/proc/loadavg: 2.10 2.07 1.93 3/195 12904
/proc/meminfo: memFree=31317696/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/12904/stat : 12904 (java) S 12901 12904 6207 0 -1 4202496 8613 0 1 0 105 2 0 0 20 0 19 0 5689843 9856040960 9041 33554432000 1073741824 1073778376 140735482919248 140735482910384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2406260 9041 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.10 2.07 1.93 3/214 12923
/proc/meminfo: memFree=31286048/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/12904/stat : 12904 (java) S 12901 12904 6207 0 -1 4202496 8624 0 1 0 188 2 0 0 20 0 19 0 5689843 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140735482910384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2406260 10073 2250 9 0 2396937 0
[pid=12904/tid=12906] ppid=12901 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/12904/task/12906/stat : 12906 (java) R 12901 12904 6207 0 -1 4202560 2399 0 1 0 146 2 0 0 20 0 19 0 5689844 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140270581314048 140270427698596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12907] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12907/stat : 12907 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140270553766952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12908] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12908/stat : 12908 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140270552714152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12909] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12909/stat : 12909 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140270551661352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12904/tid=12910] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12910/stat : 12910 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140270550608552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12911] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12911/stat : 12911 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140270549555752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12912] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12912/stat : 12912 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140270548502952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12913] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12913/stat : 12913 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140270547450152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12914] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12914/stat : 12914 (java) S 12901 12904 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140270546397352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12915] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12915/stat : 12915 (java) S 12901 12904 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140269934578664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12916] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12916/stat : 12916 (java) S 12901 12904 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140269933524728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12917] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12917/stat : 12917 (java) S 12901 12904 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140269932471816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12918] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12918/stat : 12918 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140269931420304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12919] ppid=12901 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12904/task/12919/stat : 12919 (java) S 12901 12904 6207 0 -1 4202560 1733 0 0 0 15 0 0 0 20 0 19 0 5689848 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140269930367416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12920] ppid=12901 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/12904/task/12920/stat : 12920 (java) S 12901 12904 6207 0 -1 4202560 3223 0 0 0 24 0 0 0 20 0 19 0 5689848 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140269929314616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12921] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12921/stat : 12921 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140269928262008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12922] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12922/stat : 12922 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140269927209416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12923] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12923/stat : 12923 (java) S 12901 12904 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5689858 9856040960 10073 33554432000 1073741824 1073778376 140735482919248 140269926155944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.10 2.07 1.93 4/214 12923
/proc/meminfo: memFree=31281336/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/12904/stat : 12904 (java) S 12901 12904 6207 0 -1 4202496 8640 0 1 0 350 2 0 0 20 0 19 0 5689843 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140735482910384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2406260 11111 2250 9 0 2396937 0
[pid=12904/tid=12906] ppid=12901 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/12904/task/12906/stat : 12906 (java) R 12901 12904 6207 0 -1 4202560 2401 0 1 0 306 2 0 0 20 0 19 0 5689844 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140270581313944 140270427913377 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12907] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12907/stat : 12907 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140270553766952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12908] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12908/stat : 12908 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140270552714152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12909] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12909/stat : 12909 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140270551661352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12904/tid=12910] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12910/stat : 12910 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140270550608552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12911] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12911/stat : 12911 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140270549555752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12912] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12912/stat : 12912 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140270548502952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12913] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12913/stat : 12913 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140270547450152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12914] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12914/stat : 12914 (java) S 12901 12904 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140270546397352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12915] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12915/stat : 12915 (java) S 12901 12904 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140269934578664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12916] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12916/stat : 12916 (java) S 12901 12904 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140269933524728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12917] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12917/stat : 12917 (java) S 12901 12904 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140269932471816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12918] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12918/stat : 12918 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140269931420304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12919] ppid=12901 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/12904/task/12919/stat : 12919 (java) S 12901 12904 6207 0 -1 4202560 1733 0 0 0 16 0 0 0 20 0 19 0 5689848 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140269930367416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12920] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12920/stat : 12920 (java) S 12901 12904 6207 0 -1 4202560 3237 0 0 0 25 0 0 0 20 0 19 0 5689848 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140269929314616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12921] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12921/stat : 12921 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140269928262008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12922] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12922/stat : 12922 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140269927209416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12923] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12923/stat : 12923 (java) S 12901 12904 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5689858 9856040960 11111 33554432000 1073741824 1073778376 140735482919248 140269926155944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.17 2.08 1.94 3/214 12923
/proc/meminfo: memFree=31267120/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/12904/stat : 12904 (java) S 12901 12904 6207 0 -1 4202496 8648 0 1 0 670 2 0 0 20 0 19 0 5689843 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140735482910384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2406260 14014 2251 9 0 2396937 0
[pid=12904/tid=12906] ppid=12901 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/12904/task/12906/stat : 12906 (java) R 12901 12904 6207 0 -1 4202560 2408 0 1 0 625 2 0 0 20 0 19 0 5689844 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140270581305040 140270427877407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12907] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12907/stat : 12907 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140270553766952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12908] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12908/stat : 12908 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140270552714152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12909] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12909/stat : 12909 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140270551661352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12904/tid=12910] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12910/stat : 12910 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140270550608552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12911] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12911/stat : 12911 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140270549555752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12912] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12912/stat : 12912 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140270548502952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12913] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12913/stat : 12913 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140270547450152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12914] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12914/stat : 12914 (java) S 12901 12904 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5689844 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140270546397352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12915] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12915/stat : 12915 (java) S 12901 12904 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140269934578664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12916] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12916/stat : 12916 (java) S 12901 12904 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140269933524728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12917] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12917/stat : 12917 (java) S 12901 12904 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140269932471816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12918] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12918/stat : 12918 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140269931420304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12919] ppid=12901 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/12904/task/12919/stat : 12919 (java) S 12901 12904 6207 0 -1 4202560 1733 0 0 0 16 0 0 0 20 0 19 0 5689848 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140269930367416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12920] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12920/stat : 12920 (java) S 12901 12904 6207 0 -1 4202560 3237 0 0 0 25 0 0 0 20 0 19 0 5689848 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140269929314616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12921] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12921/stat : 12921 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140269928262008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12922] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12922/stat : 12922 (java) S 12901 12904 6207 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140269927209416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12923] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12923/stat : 12923 (java) S 12901 12904 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5689858 9856040960 14014 33554432000 1073741824 1073778376 140735482919248 140269926155944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=12904/tid=12916] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12916/stat : 12916 (java) S 12901 12904 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 130286 33554432000 1073741824 1073778376 140735482919248 140269933524728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12917] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12917/stat : 12917 (java) S 12901 12904 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 130286 33554432000 1073741824 1073778376 140735482919248 140269932471816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12918] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12918/stat : 12918 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 130286 33554432000 1073741824 1073778376 140735482919248 140269931420304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12919] ppid=12901 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/12904/task/12919/stat : 12919 (java) S 12901 12904 6207 0 -1 4202560 1858 0 0 0 18 0 0 0 20 0 19 0 5689848 9856040960 130286 33554432000 1073741824 1073778376 140735482919248 140269930367416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12920] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12920/stat : 12920 (java) S 12901 12904 6207 0 -1 4202560 3237 0 0 0 25 0 0 0 20 0 19 0 5689848 9856040960 130286 33554432000 1073741824 1073778376 140735482919248 140269929314616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12921] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12921/stat : 12921 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 130286 33554432000 1073741824 1073778376 140735482919248 140269928262008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12922] ppid=12901 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12904/task/12922/stat : 12922 (java) S 12901 12904 6207 0 -1 4202560 96 0 0 0 26 25 0 0 20 0 19 0 5689848 9856040960 130286 33554432000 1073741824 1073778376 140735482919248 140269927209416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12923] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12923/stat : 12923 (java) S 12901 12904 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5689858 9856040960 130286 33554432000 1073741824 1073778376 140735482919248 140269926155944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1664.36
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.11 2.03 3/213 12962
/proc/meminfo: memFree=30673648/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9625040 CPUtime=1724.45 cores=0,2,4,6
/proc/12904/stat : 12904 (java) S 12901 12904 6207 0 -1 4202496 11396 0 1 0 172372 73 0 0 20 0 19 0 5689843 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140735482910384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2406260 135357 2266 9 0 2396937 0
[pid=12904/tid=12906] ppid=12901 vsize=9625040 CPUtime=1721.57 cores=0,2,4,6
/proc/12904/task/12906/stat : 12906 (java) R 12901 12904 6207 0 -1 4202560 2477 0 1 0 172126 31 0 0 20 0 19 0 5689844 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140270581305040 140270427883621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12907] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12907/stat : 12907 (java) S 12901 12904 6207 0 -1 4202560 580 0 0 0 19 6 0 0 20 0 19 0 5689844 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140270553766952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12904/tid=12908] ppid=12901 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12904/task/12908/stat : 12908 (java) S 12901 12904 6207 0 -1 4202560 282 0 0 0 16 4 0 0 20 0 19 0 5689844 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140270552714152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12904/tid=12909] ppid=12901 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/12904/task/12909/stat : 12909 (java) S 12901 12904 6207 0 -1 4202560 314 0 0 0 19 5 0 0 20 0 19 0 5689844 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140270551661352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12910] ppid=12901 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12904/task/12910/stat : 12910 (java) S 12901 12904 6207 0 -1 4202560 338 0 0 0 23 8 0 0 20 0 19 0 5689844 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140270550608552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12911] ppid=12901 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/12904/task/12911/stat : 12911 (java) S 12901 12904 6207 0 -1 4202560 110 0 0 0 23 6 0 0 20 0 19 0 5689844 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140270549555752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12912] ppid=12901 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12904/task/12912/stat : 12912 (java) S 12901 12904 6207 0 -1 4202560 303 0 0 0 21 5 0 0 20 0 19 0 5689844 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140270548502952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12913] ppid=12901 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/12904/task/12913/stat : 12913 (java) S 12901 12904 6207 0 -1 4202560 334 0 0 0 26 7 0 0 20 0 19 0 5689844 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140270547450152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12914] ppid=12901 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/12904/task/12914/stat : 12914 (java) S 12901 12904 6207 0 -1 4202560 95 0 0 0 19 5 0 0 20 0 19 0 5689844 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140270546397352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12915] ppid=12901 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12904/task/12915/stat : 12915 (java) S 12901 12904 6207 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 5689846 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140269934578664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12916] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12916/stat : 12916 (java) S 12901 12904 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140269933524728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12917] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12917/stat : 12917 (java) S 12901 12904 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140269932471816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12918] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12918/stat : 12918 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140269931420304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12919] ppid=12901 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/12904/task/12919/stat : 12919 (java) S 12901 12904 6207 0 -1 4202560 1858 0 0 0 18 0 0 0 20 0 19 0 5689848 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140269930367416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12920] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12920/stat : 12920 (java) S 12901 12904 6207 0 -1 4202560 3237 0 0 0 25 0 0 0 20 0 19 0 5689848 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140269929314616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12921] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12921/stat : 12921 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140269928262008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12922] ppid=12901 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12904/task/12922/stat : 12922 (java) S 12901 12904 6207 0 -1 4202560 100 0 0 0 28 26 0 0 20 0 19 0 5689848 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140269927209416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12923] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12923/stat : 12923 (java) S 12901 12904 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5689858 9856040960 135357 33554432000 1073741824 1073778376 140735482919248 140269926155944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.12 2.03 3/214 13292
/proc/meminfo: memFree=30695548/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9625040 CPUtime=1784.52 cores=0,2,4,6
/proc/12904/stat : 12904 (java) S 12901 12904 6207 0 -1 4202496 11435 0 1 0 178376 76 0 0 20 0 19 0 5689843 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140735482910384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2406260 140092 2266 9 0 2396937 0
[pid=12904/tid=12906] ppid=12901 vsize=9625040 CPUtime=1781.55 cores=0,2,4,6
/proc/12904/task/12906/stat : 12906 (java) R 12901 12904 6207 0 -1 4202560 2478 0 1 0 178123 32 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270581312720 140270427913362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12907] ppid=12901 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12904/task/12907/stat : 12907 (java) S 12901 12904 6207 0 -1 4202560 587 0 0 0 21 6 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270553766952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12908] ppid=12901 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12904/task/12908/stat : 12908 (java) S 12901 12904 6207 0 -1 4202560 286 0 0 0 17 4 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270552714152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12909] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12909/stat : 12909 (java) S 12901 12904 6207 0 -1 4202560 317 0 0 0 20 5 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270551661352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12910] ppid=12901 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12904/task/12910/stat : 12910 (java) S 12901 12904 6207 0 -1 4202560 344 0 0 0 23 8 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270550608552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12911] ppid=12901 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/12904/task/12911/stat : 12911 (java) S 12901 12904 6207 0 -1 4202560 111 0 0 0 24 6 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270549555752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12912] ppid=12901 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12904/task/12912/stat : 12912 (java) S 12901 12904 6207 0 -1 4202560 304 0 0 0 21 6 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270548502952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12913] ppid=12901 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12904/task/12913/stat : 12913 (java) S 12901 12904 6207 0 -1 4202560 341 0 0 0 28 7 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270547450152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12914] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12914/stat : 12914 (java) S 12901 12904 6207 0 -1 4202560 98 0 0 0 20 5 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270546397352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12915] ppid=12901 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12904/task/12915/stat : 12915 (java) S 12901 12904 6207 0 -1 4202560 113 0 0 0 1 1 0 0 20 0 19 0 5689846 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269934578664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12916] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12916/stat : 12916 (java) S 12901 12904 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269933524728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12917] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12917/stat : 12917 (java) S 12901 12904 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269932471816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12918] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12918/stat : 12918 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269931420304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12919] ppid=12901 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/12904/task/12919/stat : 12919 (java) S 12901 12904 6207 0 -1 4202560 1858 0 0 0 18 0 0 0 20 0 19 0 5689848 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269930367416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12920] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12920/stat : 12920 (java) S 12901 12904 6207 0 -1 4202560 3237 0 0 0 25 0 0 0 20 0 19 0 5689848 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269929314616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12921] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12921/stat : 12921 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269928262008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12922] ppid=12901 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12904/task/12922/stat : 12922 (java) S 12901 12904 6207 0 -1 4202560 104 0 0 0 28 27 0 0 20 0 19 0 5689848 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269927209416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=12904/tid=12923] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12923/stat : 12923 (java) S 12901 12904 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5689858 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269926155944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.52
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.12 2.11 2.03 3/214 13292
/proc/meminfo: memFree=30695336/32872528 swapFree=337904/354256
[pid=12904] ppid=12901 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/12904/stat : 12904 (java) S 12901 12904 6207 0 -1 4202496 11435 0 1 0 179926 76 0 0 20 0 19 0 5689843 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140735482910384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12904/statm: 2406260 140092 2266 9 0 2396937 0
[pid=12904/tid=12906] ppid=12901 vsize=9625040 CPUtime=1797.05 cores=0,2,4,6
/proc/12904/task/12906/stat : 12906 (java) R 12901 12904 6207 0 -1 4202560 2478 0 1 0 179673 32 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270581312720 140270427925151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12907] ppid=12901 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12904/task/12907/stat : 12907 (java) S 12901 12904 6207 0 -1 4202560 587 0 0 0 21 6 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270553766952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12908] ppid=12901 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12904/task/12908/stat : 12908 (java) S 12901 12904 6207 0 -1 4202560 286 0 0 0 17 4 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270552714152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12909] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12909/stat : 12909 (java) S 12901 12904 6207 0 -1 4202560 317 0 0 0 20 5 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270551661352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12910] ppid=12901 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12904/task/12910/stat : 12910 (java) S 12901 12904 6207 0 -1 4202560 344 0 0 0 23 8 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270550608552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12911] ppid=12901 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/12904/task/12911/stat : 12911 (java) S 12901 12904 6207 0 -1 4202560 111 0 0 0 24 6 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270549555752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12912] ppid=12901 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12904/task/12912/stat : 12912 (java) S 12901 12904 6207 0 -1 4202560 304 0 0 0 21 6 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270548502952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12913] ppid=12901 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12904/task/12913/stat : 12913 (java) S 12901 12904 6207 0 -1 4202560 341 0 0 0 28 7 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270547450152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12914] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12914/stat : 12914 (java) S 12901 12904 6207 0 -1 4202560 98 0 0 0 20 5 0 0 20 0 19 0 5689844 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140270546397352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12915] ppid=12901 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12904/task/12915/stat : 12915 (java) S 12901 12904 6207 0 -1 4202560 113 0 0 0 1 1 0 0 20 0 19 0 5689846 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269934578664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12904/tid=12916] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12916/stat : 12916 (java) S 12901 12904 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269933524728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12917] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12917/stat : 12917 (java) S 12901 12904 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5689846 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269932471816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12918] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12918/stat : 12918 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269931420304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12919] ppid=12901 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/12904/task/12919/stat : 12919 (java) S 12901 12904 6207 0 -1 4202560 1858 0 0 0 18 0 0 0 20 0 19 0 5689848 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269930367416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12904/tid=12920] ppid=12901 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12904/task/12920/stat : 12920 (java) S 12901 12904 6207 0 -1 4202560 3237 0 0 0 25 0 0 0 20 0 19 0 5689848 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269929314616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12921] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12921/stat : 12921 (java) S 12901 12904 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5689848 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269928262008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12904/tid=12922] ppid=12901 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/12904/task/12922/stat : 12922 (java) S 12901 12904 6207 0 -1 4202560 104 0 0 0 29 27 0 0 20 0 19 0 5689848 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269927209416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=12904/tid=12923] ppid=12901 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12904/task/12923/stat : 12923 (java) S 12901 12904 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5689858 9856040960 140092 33554432000 1073741824 1073778376 140735482919248 140269926155944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 12904 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.58
CPU user time (s): 1799.37
CPU system time (s): 1.21181
CPU usage (%): 100.152
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 1.21182
maximum resident set size= 561908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11481
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38452
involuntary context switches= 12861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6644 second user time and 13.271 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-16 02:20:30
IDJOB=4090013
IDBENCH=107488
IDSOLVER=2546
FILE ID=node126/4090013-1466036430
RUNJOBID= node126-1466034510-12392
PBS_JOBID= 19902818
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v091-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090013-1466036430/watcher-4090013-1466036430 -o /tmp/evaluation-result-4090013-1466036430/solver-4090013-1466036430 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466034510-12392 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090013-1466036430.opb

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

MD5SUM BENCH= e6bc379e6d1df32d474a50649f29ffd0
RANDOM SEED=100148926

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31318844 kB
Buffers:          105768 kB
Cached:           278288 kB
SwapCached:            0 kB
Active:           224292 kB
Inactive:         261744 kB
Active(anon):      94112 kB
Inactive(anon):    10680 kB
Active(file):     130180 kB
Inactive(file):   251064 kB
Unevictable:      354256 kB
Mlocked:          337904 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:        475036 kB
Mapped:            20948 kB
Shmem:               204 kB
Slab:             574684 kB
SReclaimable:      18480 kB
SUnreclaim:       556204 kB
KernelStack:        1768 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1041980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 71740 MiB
End job on node126 at 2016-06-16 02:50:28