Trace number 4116118

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 Res+CP PB16? (TO) 1801.12 895.554

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round21-0.opb
MD5SUM9f8c3eda3a9e01f51a065bf79094fc86
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 benchmark37.8332
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7904
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4116118-1466948600.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.70/0.47	c ... done. Wall clock time 0.351s.
0.70/0.47	c declared #vars     3968
0.70/0.47	c #constraints  9152
0.70/0.47	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.70/0.47	c constraints type 
0.70/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.70/0.47	c org.sat4j.specs.Constr$1 => 904
0.70/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.70/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.70/0.47	c 9152 constraints processed.
0.70/0.47	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.70/0.47	c constraints type 
0.70/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.70/0.47	c org.sat4j.specs.Constr$1 => 904
0.70/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5958
0.70/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1658
0.70/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.70/0.47	c 9152 constraints processed.
4.57/1.46	c cleaning 2499 clauses out of 4998 with flag 16152/5000
6.79/2.11	c cleaning 4238 clauses out of 8500 with flag 37442/11001
8.27/2.88	c cleaning 5612 clauses out of 11261 with flag 65854/18000
10.13/3.77	c cleaning 6809 clauses out of 13651 with flag 101192/26002
12.41/4.83	c cleaning 7910 clauses out of 15840 with flag 144269/35000
14.80/6.06	c cleaning 8951 clauses out of 17930 with flag 193512/45000
17.47/7.36	c cleaning 9962 clauses out of 19979 with flag 250011/56000
20.48/8.90	c cleaning 11002 clauses out of 22017 with flag 313363/68000
24.19/10.62	c cleaning 11998 clauses out of 24016 with flag 384591/81001
27.92/12.47	c cleaning 13010 clauses out of 26020 with flag 462664/95003
32.12/14.52	c cleaning 13980 clauses out of 28010 with flag 547922/110003
36.53/16.73	c cleaning 14955 clauses out of 30030 with flag 641963/126003
41.97/19.34	c cleaning 16021 clauses out of 32072 with flag 742161/143000
47.16/21.98	c cleaning 0 clauses out of 5001 with flag 0/5001
47.42/22.09	c cleaning 17020 clauses out of 34052 with flag 849522/161001
53.59/25.04	c cleaning 17989 clauses out of 36031 with flag 966268/180000
60.16/28.29	c cleaning 19008 clauses out of 38042 with flag 1089040/200000
67.16/31.75	c cleaning 19993 clauses out of 40035 with flag 1219739/221001
74.92/35.57	c cleaning 21007 clauses out of 42041 with flag 1360039/243000
82.93/39.56	c cleaning 22007 clauses out of 44035 with flag 1502416/266001
91.41/43.75	c cleaning 22984 clauses out of 46027 with flag 1656007/290000
100.41/48.24	c cleaning 24006 clauses out of 48043 with flag 1816217/315000
110.10/53.01	c cleaning 25011 clauses out of 50037 with flag 1981918/341000
120.09/58.02	c cleaning 26005 clauses out of 52028 with flag 2154303/368002
130.98/63.44	c cleaning 26981 clauses out of 54023 with flag 2333658/396002
142.50/69.17	c cleaning 27991 clauses out of 56040 with flag 2520969/425000
154.50/75.19	c cleaning 29007 clauses out of 58050 with flag 2712935/455001
167.38/81.51	c cleaning 30015 clauses out of 60042 with flag 2913389/486000
180.25/87.96	c cleaning 31006 clauses out of 62029 with flag 3121198/518002
194.33/94.98	c cleaning 31986 clauses out of 64023 with flag 3336818/551002
209.02/102.28	c cleaning 32999 clauses out of 66035 with flag 3559917/585000
225.50/110.84	c cleaning 34014 clauses out of 68038 with flag 3789541/620002
241.56/118.83	c cleaning 34982 clauses out of 70024 with flag 4027278/656002
258.20/127.11	c cleaning 36002 clauses out of 72040 with flag 4270959/693000
275.64/135.80	c cleaning 37000 clauses out of 74038 with flag 4520219/731000
294.33/145.13	c cleaning 38005 clauses out of 76039 with flag 4781174/770001
314.03/154.92	c cleaning 38987 clauses out of 78033 with flag 5047235/810000
334.10/164.96	c cleaning 40003 clauses out of 80048 with flag 5322102/851002
355.96/175.72	c cleaning 40980 clauses out of 82043 with flag 5601695/893000
377.68/186.53	c cleaning 42028 clauses out of 84064 with flag 5886965/936001
391.22/193.22	c cleaning 0 clauses out of 11000 with flag 0/11000
400.23/197.73	c cleaning 42970 clauses out of 86035 with flag 6177774/980000
421.97/208.60	c cleaning 44023 clauses out of 88065 with flag 6478356/1025000
446.86/220.99	c cleaning 45000 clauses out of 90042 with flag 6789501/1071000
473.34/234.10	c cleaning 45996 clauses out of 92044 with flag 7107062/1118002
500.63/247.57	c cleaning 46989 clauses out of 94046 with flag 7426344/1166000
529.86/262.62	c cleaning 48019 clauses out of 96057 with flag 7757173/1215000
558.17/276.75	c cleaning 49011 clauses out of 98038 with flag 8094535/1265000
587.68/291.45	c cleaning 49999 clauses out of 100028 with flag 8435691/1316001
617.78/306.41	c cleaning 50978 clauses out of 102029 with flag 8782583/1368001
648.85/321.87	c cleaning 52014 clauses out of 104050 with flag 9136447/1421000
681.75/338.20	c cleaning 52990 clauses out of 106036 with flag 9499562/1475000
714.91/354.69	c cleaning 54017 clauses out of 108047 with flag 9867740/1530001
750.15/372.15	c cleaning 54992 clauses out of 110030 with flag 10245578/1586001
787.53/390.61	c cleaning 55994 clauses out of 112037 with flag 10630826/1643000
825.28/409.48	c cleaning 57016 clauses out of 114044 with flag 11021103/1701001
864.21/428.85	c cleaning 57998 clauses out of 116027 with flag 11421868/1760000
904.95/449.04	c cleaning 58992 clauses out of 118029 with flag 11830306/1820000
946.79/469.82	c cleaning 59994 clauses out of 120037 with flag 12244884/1881000
989.77/491.27	c cleaning 61010 clauses out of 122043 with flag 12666576/1943000
1034.53/513.43	c cleaning 61983 clauses out of 124034 with flag 13094007/2006001
1079.13/535.68	c cleaning 63025 clauses out of 126050 with flag 13530880/2070000
1125.47/558.63	c cleaning 63986 clauses out of 128025 with flag 13973274/2135000
1173.42/582.48	c cleaning 64982 clauses out of 130040 with flag 14423355/2201001
1222.70/606.90	c cleaning 66024 clauses out of 132057 with flag 14872795/2268000
1275.25/633.81	c cleaning 66979 clauses out of 134033 with flag 15333070/2336000
1326.04/659.20	c cleaning 67970 clauses out of 136056 with flag 15808077/2405002
1378.20/685.11	c cleaning 69019 clauses out of 138084 with flag 16280540/2475000
1432.12/711.91	c cleaning 70020 clauses out of 140066 with flag 16754073/2546001
1488.04/739.71	c cleaning 70994 clauses out of 142045 with flag 17234186/2618000
1495.65/743.52	c cleaning 0 clauses out of 18002 with flag 0/18002
1541.11/766.14	c cleaning 71992 clauses out of 144051 with flag 17726133/2691000
1591.31/791.27	c cleaning 72990 clauses out of 146064 with flag 18226113/2765005
1648.88/819.85	c cleaning 73986 clauses out of 148070 with flag 18733647/2840001
1699.67/845.20	c cleaning 75010 clauses out of 150083 with flag 19243856/2916000
1751.68/871.21	c cleaning 76004 clauses out of 152073 with flag 19760648/2993000
1800.07/895.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.50	c starts		: 30836
1800.07/895.50	c conflicts		: 3066524
1800.07/895.50	c decisions		: 29821821
1800.07/895.50	c propagations		: 429847238
1800.07/895.50	c inspects		: 9513471142
1800.07/895.50	c shortcuts		: 0
1800.07/895.50	c learnt literals	: 2
1800.07/895.50	c learnt binary clauses	: 59
1800.07/895.50	c learnt ternary clauses	: 788
1800.07/895.50	c learnt constraints	: 3066523
1800.07/895.50	c ignored constraints	: 0
1800.07/895.50	c root simplifications	: 0
1800.07/895.50	c removed literals (reason simplification)	: 2683528
1800.07/895.50	c reason swapping (by a shorter reason)	: 0
1800.07/895.50	c Calls to reduceDB	: 73
1800.07/895.50	c Number of update (reduction) of LBD	: 657620
1800.07/895.50	c Imported unit clauses	: 0
1800.07/895.50	c number of reductions to clauses (during analyze)	: 0
1800.07/895.50	c number of learned constraints concerned by reduction	: 0
1800.07/895.50	c number of learning phase by resolution	: 0
1800.07/895.50	c number of learning phase by cutting planes	: 0
1800.07/895.50	c speed (assignments/second)	: 480268.1988570024
1800.07/895.50	c non guided choices	2922
1800.71/895.53	c learnt constraints type 
1800.71/895.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 59
1800.71/895.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 149535
1800.71/895.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.71/895.53	c starts		: 44
1800.71/895.53	c conflicts		: 18252
1800.71/895.53	c decisions		: 63876
1800.71/895.53	c propagations		: 2262021
1800.71/895.53	c inspects		: 726284920
1800.71/895.53	c shortcuts		: 0
1800.71/895.53	c learnt literals	: 0
1800.71/895.53	c learnt binary clauses	: 0
1800.71/895.53	c learnt ternary clauses	: 0
1800.71/895.53	c learnt constraints	: 18251
1800.71/895.53	c ignored constraints	: 0
1800.71/895.53	c root simplifications	: 0
1800.71/895.53	c removed literals (reason simplification)	: 0
1800.71/895.53	c reason swapping (by a shorter reason)	: 0
1800.71/895.53	c Calls to reduceDB	: 3
1800.71/895.53	c Number of update (reduction) of LBD	: 0
1800.71/895.53	c Imported unit clauses	: 0
1800.71/895.53	c number of reductions to clauses (during analyze)	: 0
1800.71/895.53	c number of learned constraints concerned by reduction	: 0
1800.71/895.53	c number of learning phase by resolution	: 0
1800.71/895.53	c number of learning phase by cutting planes	: 0
1800.71/895.53	c speed (assignments/second)	: 2527.2763431477592
1800.71/895.53	c non guided choices	281
1800.71/895.53	c learnt constraints type 
1800.71/895.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.71/895.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18246
1800.71/895.53	s UNKNOWN
1800.71/895.53	c Total wall clock time (in seconds): 895.415

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-4116118-1466948600/watcher-4116118-1466948600 -o /tmp/evaluation-result-4116118-1466948600/solver-4116118-1466948600 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18143 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116118-1466948600.opb 

pid=18721
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: 4.27 4.29 4.02 4/197 18724
/proc/meminfo: memFree=27057528/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18724/stat : 18724 (java) D 18721 18724 18126 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 27899327 9515008 182 33554432000 1073741824 1073778376 140734879156928 140734879147960 266435641013 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/18724/statm: 2323 182 140 9 0 71 0

[startup+0.100112 s]
/proc/loadavg: 4.27 4.29 4.02 4/197 18724
/proc/meminfo: memFree=27057528/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/18724/stat : 18724 (java) S 18721 18724 18126 0 -1 4202496 4404 0 1 0 7 1 0 0 20 0 18 0 27899327 9787879424 6032 33554432000 1073741824 1073778376 140734411704384 140734411695520 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18724/statm: 2389619 6032 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 4.27 4.29 4.02 4/197 18724
/proc/meminfo: memFree=27057528/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/18724/stat : 18724 (java) S 18721 18724 18126 0 -1 4202496 4710 0 1 0 22 1 0 0 20 0 18 0 27899327 9787879424 6812 33554432000 1073741824 1073778376 140734411704384 140734411695520 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18724/statm: 2389619 6812 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 4.27 4.29 4.02 4/197 18724
/proc/meminfo: memFree=27057528/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/18724/stat : 18724 (java) S 18721 18724 18126 0 -1 4202496 5656 0 1 0 45 2 0 0 20 0 18 0 27899327 9787879424 8353 33554432000 1073741824 1073778376 140734411704384 140734411695520 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18724/statm: 2389619 8353 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700205 s]
/proc/loadavg: 4.27 4.29 4.02 4/197 18724
/proc/meminfo: memFree=27057528/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/18724/stat : 18724 (java) S 18721 18724 18126 0 -1 4202496 16628 0 1 0 177 4 0 0 20 0 22 0 27899327 10060525568 25401 33554432000 1073741824 1073778376 140734411704384 140734411695520 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18724/statm: 2456183 25401 2264 9 0 2446860 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9824732

[startup+1.50094 s]
/proc/loadavg: 4.27 4.29 4.02 7/219 18746
/proc/meminfo: memFree=26928484/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9824732 CPUtime=4.83 cores=1,3,5,7
/proc/18724/stat : 18724 (java) S 18721 18724 18126 0 -1 4202496 22111 0 1 0 477 6 0 0 20 0 22 0 27899327 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140734411695520 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18724/statm: 2456183 48649 2292 9 0 2446860 0
[pid=18724/tid=18726] ppid=18721 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/18724/task/18726/stat : 18726 (java) S 18721 18724 18126 0 -1 4202560 2435 0 1 0 42 2 0 0 20 0 22 0 27899328 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140445106201464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18727] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18727/stat : 18727 (java) S 18721 18724 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27899329 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444950018600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18728] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18728/stat : 18728 (java) S 18721 18724 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27899329 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444948965800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18729] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18729/stat : 18729 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899329 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444947913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18730] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18730/stat : 18730 (java) S 18721 18724 18126 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 27899329 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444946860200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18731] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18731/stat : 18731 (java) S 18721 18724 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27899329 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444945808424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18732] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18732/stat : 18732 (java) S 18721 18724 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27899329 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444944755624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18733] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18733/stat : 18733 (java) S 18721 18724 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27899329 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444943702824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18734] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18734/stat : 18734 (java) S 18721 18724 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27899329 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444942650024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18735] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18735/stat : 18735 (java) S 18721 18724 18126 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444930451944 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18736] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18736/stat : 18736 (java) S 18721 18724 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444929398008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18737] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18737/stat : 18737 (java) S 18721 18724 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444928345096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18738] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18738/stat : 18738 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444927293584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18739] ppid=18721 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/18724/task/18739/stat : 18739 (java) S 18721 18724 18126 0 -1 4202560 9543 0 0 0 113 0 0 0 20 0 22 0 27899333 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444926241720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18740] ppid=18721 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/18724/task/18740/stat : 18740 (java) R 18721 18724 18126 0 -1 4202560 8668 0 0 0 117 2 0 0 20 0 22 0 27899333 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444925188920 266439013436 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18741] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18741/stat : 18741 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444924136312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18742] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18742/stat : 18742 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444923083720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18743] ppid=18721 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/18724/task/18743/stat : 18743 (java) R 18721 18724 18126 0 -1 4202560 17 0 0 0 98 0 0 0 20 0 22 0 27899375 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444921609048 140444978434834 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18744] ppid=18721 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/18724/task/18744/stat : 18744 (java) R 18721 18724 18126 0 -1 4202560 75 0 0 0 97 1 0 0 20 0 22 0 27899375 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444920556928 140444978142811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18745] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18745/stat : 18745 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899376 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444919505832 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18746] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18746/stat : 18746 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899376 10060525568 48649 33554432000 1073741824 1073778376 140734411704384 140444918453032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.27 4.29 4.02 5/219 18746
/proc/meminfo: memFree=26817080/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9824732 CPUtime=8.88 cores=1,3,5,7
/proc/18724/stat : 18724 (java) S 18721 18724 18126 0 -1 4202496 25472 0 1 0 877 11 0 0 20 0 22 0 27899327 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140734411695520 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18724/statm: 2456183 86153 2292 9 0 2446860 0
[pid=18724/tid=18726] ppid=18721 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/18724/task/18726/stat : 18726 (java) S 18721 18724 18126 0 -1 4202560 2435 0 1 0 42 2 0 0 20 0 22 0 27899328 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140445106201464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18727] ppid=18721 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18724/task/18727/stat : 18727 (java) S 18721 18724 18126 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 27899329 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444950018600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18728] ppid=18721 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18724/task/18728/stat : 18728 (java) S 18721 18724 18126 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 27899329 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444948965800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18729] ppid=18721 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18724/task/18729/stat : 18729 (java) S 18721 18724 18126 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27899329 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444947913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18730] ppid=18721 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18724/task/18730/stat : 18730 (java) S 18721 18724 18126 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 27899329 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444946860200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18731] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18731/stat : 18731 (java) S 18721 18724 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27899329 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444945808424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18732] ppid=18721 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18724/task/18732/stat : 18732 (java) S 18721 18724 18126 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 27899329 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444944755624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18733] ppid=18721 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18724/task/18733/stat : 18733 (java) S 18721 18724 18126 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 27899329 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444943702824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18734] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18734/stat : 18734 (java) S 18721 18724 18126 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27899329 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444942650024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18735] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18735/stat : 18735 (java) S 18721 18724 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444930451944 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18736] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18736/stat : 18736 (java) S 18721 18724 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444929398008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18737] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18737/stat : 18737 (java) S 18721 18724 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444928345096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18738] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18738/stat : 18738 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444927293584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18739] ppid=18721 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/18724/task/18739/stat : 18739 (java) S 18721 18724 18126 0 -1 4202560 11162 0 0 0 147 2 0 0 20 0 22 0 27899333 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444926241720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18740] ppid=18721 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/18724/task/18740/stat : 18740 (java) S 18721 18724 18126 0 -1 4202560 10171 0 0 0 162 2 0 0 20 0 22 0 27899333 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444925188920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18741] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18741/stat : 18741 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444924136312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18742] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18742/stat : 18742 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444923083720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18743] ppid=18721 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/18724/task/18743/stat : 18743 (java) R 18721 18724 18126 0 -1 4202560 18 0 0 0 254 0 0 0 20 0 22 0 27899375 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444921602080 140444978324404 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18744] ppid=18721 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/18724/task/18744/stat : 18744 (java) R 18721 18724 18126 0 -1 4202560 136 0 0 0 250 3 0 0 20 0 22 0 27899375 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444920557448 140444978451206 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18745] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18745/stat : 18745 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899376 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444919505832 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18746] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18746/stat : 18746 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899376 10060525568 86153 33554432000 1073741824 1073778376 140734411704384 140444918453032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.25 4.29 4.02 5/219 18746
/proc/meminfo: memFree=26435720/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9824732 CPUtime=15.47 cores=1,3,5,7
/proc/18724/stat : 18724 (java) S 18721 18724 18126 0 -1 4202496 26086 0 1 0 1521 26 0 0 20 0 22 0 27899327 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140734411695520 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18724/statm: 2456183 164759 2292 9 0 2446860 0
[pid=18724/tid=18726] ppid=18721 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/18724/task/18726/stat : 18726 (java) S 18721 18724 18126 0 -1 4202560 2435 0 1 0 42 2 0 0 20 0 22 0 27899328 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140445106201464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18727] ppid=18721 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18724/task/18727/stat : 18727 (java) S 18721 18724 18126 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 22 0 27899329 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444950018600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18728] ppid=18721 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18724/task/18728/stat : 18728 (java) S 18721 18724 18126 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 27899329 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444948965800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18729] ppid=18721 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18724/task/18729/stat : 18729 (java) S 18721 18724 18126 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 22 0 27899329 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444947913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18730] ppid=18721 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18724/task/18730/stat : 18730 (java) S 18721 18724 18126 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 22 0 27899329 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444946860200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18731] ppid=18721 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18724/task/18731/stat : 18731 (java) S 18721 18724 18126 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 27899329 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444945808424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18732] ppid=18721 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18724/task/18732/stat : 18732 (java) S 18721 18724 18126 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 27899329 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444944755624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18733] ppid=18721 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18724/task/18733/stat : 18733 (java) S 18721 18724 18126 0 -1 4202560 39 0 0 0 5 3 0 0 20 0 22 0 27899329 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444943702824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18734] ppid=18721 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18724/task/18734/stat : 18734 (java) S 18721 18724 18126 0 -1 4202560 44 0 0 0 4 1 0 0 20 0 22 0 27899329 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444942650024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18735] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18735/stat : 18735 (java) S 18721 18724 18126 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444930451944 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18736] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18736/stat : 18736 (java) S 18721 18724 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444929398008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18737] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18737/stat : 18737 (java) S 18721 18724 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444928345096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18738] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18738/stat : 18738 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 164759 33554432000 1073741824 1073778376 140734411704384 140444927293584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18739] ppid=18721 vsize=9824732 CPUtime=1.51 cores=1,3,5,7

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

[pid=18724/tid=18745] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18745/stat : 18745 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899376 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444919505832 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18746] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18746/stat : 18746 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899376 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444918453032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1653.88
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.32 4.34 4.18 5/219 18835
/proc/meminfo: memFree=23465076/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9824732 CPUtime=1773.87 cores=1,3,5,7
/proc/18724/stat : 18724 (java) S 18721 18724 18126 0 -1 4202496 34627 0 1 0 177192 195 0 0 20 0 22 0 27899327 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140734411695520 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18724/statm: 2456183 906158 2301 9 0 2446860 0
[pid=18724/tid=18726] ppid=18721 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18724/task/18726/stat : 18726 (java) S 18721 18724 18126 0 -1 4202560 2444 0 1 0 45 4 0 0 20 0 22 0 27899328 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140445106201464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18727] ppid=18721 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/18724/task/18727/stat : 18727 (java) S 18721 18724 18126 0 -1 4202560 623 0 0 0 273 17 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444950018600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18728] ppid=18721 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/18724/task/18728/stat : 18728 (java) S 18721 18724 18126 0 -1 4202560 533 0 0 0 242 16 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444948965800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18729] ppid=18721 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/18724/task/18729/stat : 18729 (java) S 18721 18724 18126 0 -1 4202560 557 0 0 0 254 14 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444947913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18730] ppid=18721 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/18724/task/18730/stat : 18730 (java) S 18721 18724 18126 0 -1 4202560 547 0 0 0 235 13 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444946860200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18731] ppid=18721 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/18724/task/18731/stat : 18731 (java) S 18721 18724 18126 0 -1 4202560 565 0 0 0 254 19 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444945808424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18732] ppid=18721 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/18724/task/18732/stat : 18732 (java) S 18721 18724 18126 0 -1 4202560 533 0 0 0 261 16 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444944755624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18733] ppid=18721 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/18724/task/18733/stat : 18733 (java) S 18721 18724 18126 0 -1 4202560 529 0 0 0 253 15 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444943702824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18734] ppid=18721 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/18724/task/18734/stat : 18734 (java) S 18721 18724 18126 0 -1 4202560 547 0 0 0 229 14 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444942650024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18735] ppid=18721 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/18724/task/18735/stat : 18735 (java) S 18721 18724 18126 0 -1 4202560 2315 0 0 0 347 9 0 0 20 0 22 0 27899330 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444930451944 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18736] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18736/stat : 18736 (java) S 18721 18724 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444929398008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18737] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18737/stat : 18737 (java) S 18721 18724 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444928345096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18738] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18738/stat : 18738 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444927293584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18739] ppid=18721 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/18724/task/18739/stat : 18739 (java) S 18721 18724 18126 0 -1 4202560 11169 0 0 0 166 2 0 0 20 0 22 0 27899333 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444926241720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18740] ppid=18721 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/18724/task/18740/stat : 18740 (java) S 18721 18724 18126 0 -1 4202560 10936 0 0 0 191 3 0 0 20 0 22 0 27899333 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444925188920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18741] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18741/stat : 18741 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444924136312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18742] ppid=18721 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/18724/task/18742/stat : 18742 (java) S 18721 18724 18126 0 -1 4202560 51 0 0 0 12 23 0 0 20 0 22 0 27899333 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444923083720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18743] ppid=18721 vsize=9824732 CPUtime=872.43 cores=1,3,5,7
/proc/18724/task/18743/stat : 18743 (java) R 18721 18724 18126 0 -1 4202560 55 0 0 0 87225 18 0 0 20 0 22 0 27899375 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444921602160 140444978142791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18744] ppid=18721 vsize=9824732 CPUtime=872.45 cores=1,3,5,7
/proc/18724/task/18744/stat : 18744 (java) R 18721 18724 18126 0 -1 4202560 1958 0 0 0 87198 47 0 0 20 0 22 0 27899375 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444920558248 140444979004112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18745] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18745/stat : 18745 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899376 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444919505832 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18746] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18746/stat : 18746 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899376 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444918453032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1773.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.401 s]
/proc/loadavg: 4.47 4.37 4.19 5/219 18835
/proc/meminfo: memFree=23454276/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/18724/stat : 18724 (java) S 18721 18724 18126 0 -1 4202496 34627 0 1 0 179811 196 0 0 20 0 22 0 27899327 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140734411695520 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18724/statm: 2456183 906158 2301 9 0 2446860 0
[pid=18724/tid=18726] ppid=18721 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18724/task/18726/stat : 18726 (java) S 18721 18724 18126 0 -1 4202560 2444 0 1 0 45 4 0 0 20 0 22 0 27899328 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140445106201464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18727] ppid=18721 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/18724/task/18727/stat : 18727 (java) S 18721 18724 18126 0 -1 4202560 623 0 0 0 273 17 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444950018600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18728] ppid=18721 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/18724/task/18728/stat : 18728 (java) S 18721 18724 18126 0 -1 4202560 533 0 0 0 242 16 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444948965800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18729] ppid=18721 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/18724/task/18729/stat : 18729 (java) S 18721 18724 18126 0 -1 4202560 557 0 0 0 254 14 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444947913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18730] ppid=18721 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/18724/task/18730/stat : 18730 (java) S 18721 18724 18126 0 -1 4202560 547 0 0 0 235 13 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444946860200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18731] ppid=18721 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/18724/task/18731/stat : 18731 (java) S 18721 18724 18126 0 -1 4202560 565 0 0 0 254 19 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444945808424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18732] ppid=18721 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/18724/task/18732/stat : 18732 (java) S 18721 18724 18126 0 -1 4202560 533 0 0 0 261 16 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444944755624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18733] ppid=18721 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/18724/task/18733/stat : 18733 (java) S 18721 18724 18126 0 -1 4202560 529 0 0 0 253 15 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444943702824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18734] ppid=18721 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/18724/task/18734/stat : 18734 (java) S 18721 18724 18126 0 -1 4202560 547 0 0 0 229 14 0 0 20 0 22 0 27899329 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444942650024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18735] ppid=18721 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/18724/task/18735/stat : 18735 (java) S 18721 18724 18126 0 -1 4202560 2315 0 0 0 347 9 0 0 20 0 22 0 27899330 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444930451944 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18736] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18736/stat : 18736 (java) S 18721 18724 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444929398008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18737] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18737/stat : 18737 (java) S 18721 18724 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27899330 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444928345096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18738] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18738/stat : 18738 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444927293584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18739] ppid=18721 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/18724/task/18739/stat : 18739 (java) S 18721 18724 18126 0 -1 4202560 11169 0 0 0 166 2 0 0 20 0 22 0 27899333 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444926241720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18740] ppid=18721 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/18724/task/18740/stat : 18740 (java) S 18721 18724 18126 0 -1 4202560 10936 0 0 0 191 3 0 0 20 0 22 0 27899333 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444925188920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18741] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18741/stat : 18741 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27899333 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444924136312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18742] ppid=18721 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/18724/task/18742/stat : 18742 (java) S 18721 18724 18126 0 -1 4202560 51 0 0 0 12 23 0 0 20 0 22 0 27899333 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444923083720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18743] ppid=18721 vsize=9824732 CPUtime=885.53 cores=1,3,5,7
/proc/18724/task/18743/stat : 18743 (java) R 18721 18724 18126 0 -1 4202560 55 0 0 0 88535 18 0 0 20 0 22 0 27899375 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444921602160 140444978395086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18744] ppid=18721 vsize=9824732 CPUtime=885.55 cores=1,3,5,7
/proc/18724/task/18744/stat : 18744 (java) R 18721 18724 18126 0 -1 4202560 1958 0 0 0 88508 47 0 0 20 0 22 0 27899375 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444920558248 140444979157487 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18745] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18745/stat : 18745 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899376 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444919505832 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18746] ppid=18721 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18746/stat : 18746 (java) S 18721 18724 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27899376 10060525568 906158 33554432000 1073741824 1073778376 140734411704384 140444918453032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

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 18724 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.513 s]
/proc/loadavg: 4.47 4.37 4.19 5/219 18835
/proc/meminfo: memFree=23454276/32872528 swapFree=1437460/1543748
[pid=18724] ppid=18721 vsize=9957860 CPUtime=1800.71 cores=1,3,5,7
/proc/18724/stat : 18724 (java) S 18721 18724 18126 0 -1 4202496 34761 0 1 0 179854 217 0 0 20 0 21 0 27899327 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140734411695520 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18724/statm: 2489465 918471 2302 9 0 2480142 0
[pid=18724/tid=18726] ppid=18721 vsize=9957860 CPUtime=0.49 cores=1,3,5,7
/proc/18724/task/18726/stat : 18726 (java) S 18721 18724 18126 0 -1 4202560 2445 0 1 0 45 4 0 0 20 0 21 0 27899328 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140445106201464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18727] ppid=18721 vsize=9957860 CPUtime=2.94 cores=1,3,5,7
/proc/18724/task/18727/stat : 18727 (java) S 18721 18724 18126 0 -1 4202560 639 0 0 0 277 17 0 0 20 0 21 0 27899329 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444950018600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18728] ppid=18721 vsize=9957860 CPUtime=2.63 cores=1,3,5,7
/proc/18724/task/18728/stat : 18728 (java) S 18721 18724 18126 0 -1 4202560 543 0 0 0 246 17 0 0 20 0 21 0 27899329 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444948965800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18729] ppid=18721 vsize=9957860 CPUtime=2.73 cores=1,3,5,7
/proc/18724/task/18729/stat : 18729 (java) S 18721 18724 18126 0 -1 4202560 568 0 0 0 258 15 0 0 20 0 21 0 27899329 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444947913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18730] ppid=18721 vsize=9957860 CPUtime=2.53 cores=1,3,5,7
/proc/18724/task/18730/stat : 18730 (java) S 18721 18724 18126 0 -1 4202560 561 0 0 0 239 14 0 0 20 0 21 0 27899329 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444946860200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18731] ppid=18721 vsize=9957860 CPUtime=2.77 cores=1,3,5,7
/proc/18724/task/18731/stat : 18731 (java) S 18721 18724 18126 0 -1 4202560 577 0 0 0 258 19 0 0 20 0 21 0 27899329 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444945808424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18732] ppid=18721 vsize=9957860 CPUtime=2.81 cores=1,3,5,7
/proc/18724/task/18732/stat : 18732 (java) S 18721 18724 18126 0 -1 4202560 546 0 0 0 264 17 0 0 20 0 21 0 27899329 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444944755624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18733] ppid=18721 vsize=9957860 CPUtime=2.72 cores=1,3,5,7
/proc/18724/task/18733/stat : 18733 (java) S 18721 18724 18126 0 -1 4202560 541 0 0 0 257 15 0 0 20 0 21 0 27899329 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444943702824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18734] ppid=18721 vsize=9957860 CPUtime=2.47 cores=1,3,5,7
/proc/18724/task/18734/stat : 18734 (java) S 18721 18724 18126 0 -1 4202560 559 0 0 0 233 14 0 0 20 0 21 0 27899329 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444942650024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18735] ppid=18721 vsize=9957860 CPUtime=3.56 cores=1,3,5,7
/proc/18724/task/18735/stat : 18735 (java) S 18721 18724 18126 0 -1 4202560 2316 0 0 0 347 9 0 0 20 0 21 0 27899330 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444930451944 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18736] ppid=18721 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18736/stat : 18736 (java) S 18721 18724 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 27899330 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444929398008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18737] ppid=18721 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18737/stat : 18737 (java) S 18721 18724 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 27899330 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444928345096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18738] ppid=18721 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18738/stat : 18738 (java) S 18721 18724 18126 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 27899333 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444927293584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18724/tid=18739] ppid=18721 vsize=9957860 CPUtime=1.69 cores=1,3,5,7
/proc/18724/task/18739/stat : 18739 (java) R 18721 18724 18126 0 -1 4202560 11169 0 0 0 167 2 0 0 20 0 21 0 27899333 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444926241720 266439025077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18724/tid=18740] ppid=18721 vsize=9957860 CPUtime=1.94 cores=1,3,5,7
/proc/18724/task/18740/stat : 18740 (java) S 18721 18724 18126 0 -1 4202560 10937 0 0 0 191 3 0 0 20 0 21 0 27899333 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444925188920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18741] ppid=18721 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/18724/task/18741/stat : 18741 (java) S 18721 18724 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 27899333 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444924136312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18724/tid=18742] ppid=18721 vsize=9957860 CPUtime=0.35 cores=1,3,5,7
/proc/18724/task/18742/stat : 18742 (java) S 18721 18724 18126 0 -1 4202560 51 0 0 0 12 23 0 0 20 0 21 0 27899333 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444923083720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18724/tid=18744] ppid=18721 vsize=9957860 CPUtime=885.57 cores=1,3,5,7
/proc/18724/task/18744/stat : 18744 (java) R 18721 18724 18126 0 -1 4202560 1958 0 0 0 88510 47 0 0 20 0 21 0 27899375 10196848640 918471 33554432000 1073741824 1073778376 140734411704384 140444920555808 140444979004089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 9957860

Child status: 143
Real time (s): 895.554
CPU time (s): 1801.12
CPU user time (s): 1798.61
CPU system time (s): 2.51162
CPU usage (%): 201.118
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 2.51162
maximum resident set size= 3673912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34763
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23895
involuntary context switches= 27469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72313 second user time and 7.71283 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 15:43:20
IDJOB=4116118
IDBENCH=109430
IDSOLVER=2543
FILE ID=node116/4116118-1466948600
RUNJOBID= node116-1466946428-18143
PBS_JOBID= 19976367
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round21-0.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116118-1466948600/watcher-4116118-1466948600 -o /tmp/evaluation-result-4116118-1466948600/solver-4116118-1466948600 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18143 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116118-1466948600.opb

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

MD5SUM BENCH= 9f8c3eda3a9e01f51a065bf79094fc86
RANDOM SEED=1775800876

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.206
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.206
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.206
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.206
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.206
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:        27058056 kB
Buffers:            8348 kB
Cached:           300288 kB
SwapCached:         2088 kB
Active:          3272880 kB
Inactive:         287128 kB
Active(anon):    3251476 kB
Inactive(anon):     1904 kB
Active(file):      21404 kB
Inactive(file):   285224 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098664 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:       4918968 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             564536 kB
SReclaimable:       8556 kB
SUnreclaim:       555980 kB
KernelStack:        1808 kB
PageTables:        13704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5272520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3420160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node116 at 2016-06-26 15:58:16