Trace number 4100941

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1795.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ship04s.opb
MD5SUMfe1a2bbeb11180a9cf7bf3ad481e98b1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables43740
Total number of constraints348
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints348
Minimum length of a constraint30
Maximum length of a constraint1980
Number of terms in the objective function 43740
Biggest coefficient in the objective function 3749
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 560502
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 560502
Number of bits of the biggest sum of numbers20
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	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-4100941-1466218656.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.09/0.67	c ... done. Wall clock time 0.559s.
1.09/0.67	c declared #vars     43740
1.09/0.67	c #constraints  660
1.09/0.67	c constraints type 
1.09/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 217
1.09/0.67	c org.sat4j.specs.Constr$1 => 56
1.09/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 387
1.09/0.67	c 660 constraints processed.
1.09/0.67	c objective function length is 43740 literals
2.97/1.95	c cleaning 2482 clauses out of 5002 with flag 12053/5002
4.16/3.08	c cleaning 4231 clauses out of 8520 with flag 26487/11002
5.57/4.50	c cleaning 5623 clauses out of 11287 with flag 43215/18000
6.93/5.71	c cleaning 6832 clauses out of 13664 with flag 60218/26000
8.34/7.19	c cleaning 7906 clauses out of 15836 with flag 78286/35004
10.34/9.19	c cleaning 8953 clauses out of 17929 with flag 98340/45003
12.44/11.24	c cleaning 9975 clauses out of 19979 with flag 120404/56006
14.55/13.24	c cleaning 10989 clauses out of 22001 with flag 144414/68003
16.64/15.31	c cleaning 11992 clauses out of 24014 with flag 170456/81005
19.45/18.14	c cleaning 12994 clauses out of 26017 with flag 198524/95000
22.65/21.32	c cleaning 14000 clauses out of 28028 with flag 228635/110005
26.95/25.64	c cleaning 14997 clauses out of 30023 with flag 260728/126000
30.65/29.34	c cleaning 16000 clauses out of 32030 with flag 294837/143004
34.24/32.95	c cleaning 17003 clauses out of 34030 with flag 330837/161004
38.27/36.77	c cleaning 17999 clauses out of 36024 with flag 368831/180001
42.17/40.60	c cleaning 19001 clauses out of 38029 with flag 408839/200005
46.56/45.09	c cleaning 19997 clauses out of 40024 with flag 450831/221001
51.27/49.75	c cleaning 21003 clauses out of 42035 with flag 494847/243009
56.06/54.51	c cleaning 21994 clauses out of 44028 with flag 540839/266005
60.86/59.33	c cleaning 23003 clauses out of 46029 with flag 588829/290000
66.37/64.60	c cleaning 24000 clauses out of 48027 with flag 638831/315001
71.98/70.27	c cleaning 25005 clauses out of 50034 with flag 690845/341008
78.18/76.44	c cleaning 26001 clauses out of 52029 with flag 744845/368008
84.78/83.01	c cleaning 26998 clauses out of 54021 with flag 800831/396001
91.58/89.80	c cleaning 27995 clauses out of 56022 with flag 858829/425000
99.47/97.71	c cleaning 29001 clauses out of 58028 with flag 919150/455001
108.18/106.43	c cleaning 29987 clauses out of 60028 with flag 981249/486002
116.58/114.89	c cleaning 31010 clauses out of 62049 with flag 1045265/518010
126.81/124.74	c cleaning 31986 clauses out of 64033 with flag 1111253/551004
138.62/136.53	c cleaning 33010 clauses out of 66050 with flag 1179259/585007
151.62/149.60	c cleaning 34002 clauses out of 68041 with flag 1249261/620008
165.71/163.64	c cleaning 34986 clauses out of 70033 with flag 1321249/656002
180.91/178.82	c cleaning 36009 clauses out of 72045 with flag 1395245/693000
197.01/194.97	c cleaning 37005 clauses out of 74037 with flag 1471247/731001
214.31/212.27	c cleaning 38007 clauses out of 76039 with flag 1549261/770008
234.64/232.31	c cleaning 39000 clauses out of 78027 with flag 1629251/810003
254.64/252.38	c cleaning 40000 clauses out of 80028 with flag 1711253/851004
274.04/271.76	c cleaning 40984 clauses out of 82028 with flag 1795253/893004
293.84/291.60	c cleaning 42005 clauses out of 84046 with flag 1881257/936006
315.44/313.15	c cleaning 43007 clauses out of 86041 with flag 1969257/980006
335.24/332.98	c cleaning 44000 clauses out of 88029 with flag 2059247/1025001
348.44/346.11	c cleaning 44992 clauses out of 90029 with flag 2151247/1071001
361.64/359.38	c cleaning 46003 clauses out of 92036 with flag 2245245/1118000
375.94/373.62	c cleaning 46990 clauses out of 94036 with flag 2341251/1166003
391.94/389.63	c cleaning 48009 clauses out of 96046 with flag 2439251/1215003
410.35/408.05	c cleaning 49005 clauses out of 98039 with flag 2539255/1265005
428.72/425.93	c cleaning 50000 clauses out of 100032 with flag 2641251/1316003
445.23/442.41	c cleaning 51008 clauses out of 102040 with flag 2745267/1368011
463.43/460.60	c cleaning 51997 clauses out of 104022 with flag 2851247/1421001
484.73/481.92	c cleaning 52996 clauses out of 106024 with flag 2959245/1475000
504.83/502.05	c cleaning 54003 clauses out of 108029 with flag 3069247/1530001
526.13/523.35	c cleaning 55001 clauses out of 110025 with flag 3181245/1586000
552.73/549.93	c cleaning 56001 clauses out of 112034 with flag 3295265/1643010
576.23/573.47	c cleaning 56993 clauses out of 114030 with flag 3411259/1701007
603.69/600.65	c cleaning 58002 clauses out of 116031 with flag 3529247/1760001
629.49/626.45	c cleaning 58993 clauses out of 118032 with flag 3649253/1820004
656.50/653.47	c cleaning 60011 clauses out of 120046 with flag 3771267/1881011
684.50/681.49	c cleaning 60979 clauses out of 122025 with flag 3895247/1943001
714.20/711.10	c cleaning 61998 clauses out of 124049 with flag 4021253/2006004
743.80/740.76	c cleaning 63012 clauses out of 126051 with flag 4149253/2070004
776.31/773.30	c cleaning 64005 clauses out of 128038 with flag 4279251/2135003
808.52/805.47	c cleaning 65004 clauses out of 130032 with flag 4411249/2201002
845.29/841.93	c cleaning 65990 clauses out of 132033 with flag 4545259/2268007
874.91/871.59	c cleaning 67007 clauses out of 134038 with flag 4681249/2336002
906.31/902.94	c cleaning 68006 clauses out of 136035 with flag 4819257/2405006
938.41/935.09	c cleaning 68999 clauses out of 138028 with flag 4959255/2475005
972.62/969.28	c cleaning 70000 clauses out of 140028 with flag 5101253/2546004
1005.91/1002.53	c cleaning 70999 clauses out of 142025 with flag 5245247/2618001
1041.16/1037.42	c cleaning 72003 clauses out of 144034 with flag 5391263/2691009
1078.75/1075.07	c cleaning 72996 clauses out of 146022 with flag 5539245/2765000
1118.86/1115.11	c cleaning 74000 clauses out of 148033 with flag 5689259/2840007
1160.06/1156.38	c cleaning 75005 clauses out of 150037 with flag 5841267/2916011
1197.57/1193.82	c cleaning 75980 clauses out of 152024 with flag 5995251/2993003
1235.92/1232.05	c cleaning 76993 clauses out of 154046 with flag 6151255/3071005
1275.02/1271.14	c cleaning 78014 clauses out of 156054 with flag 6309257/3150006
1315.12/1311.26	c cleaning 79005 clauses out of 158035 with flag 6469247/3230001
1357.03/1353.12	c cleaning 80000 clauses out of 160029 with flag 6631245/3311000
1401.53/1397.66	c cleaning 81000 clauses out of 162029 with flag 6795245/3393000
1448.03/1443.91	c cleaning 81991 clauses out of 164032 with flag 6961251/3476003
1487.42/1483.36	c cleaning 83004 clauses out of 166038 with flag 7129245/3560000
1526.02/1521.91	c cleaning 83997 clauses out of 168037 with flag 7299251/3645003
1566.41/1562.34	c cleaning 85004 clauses out of 170037 with flag 7471245/3731000
1607.91/1603.81	c cleaning 85992 clauses out of 172036 with flag 7645251/3818003
1650.47/1646.20	c cleaning 87009 clauses out of 174045 with flag 7821253/3906004
1697.78/1693.52	c cleaning 88003 clauses out of 176035 with flag 7999251/3995003
1747.38/1743.10	c cleaning 89005 clauses out of 178038 with flag 8179263/4085009
1792.10/1787.82	c cleaning 90003 clauses out of 180033 with flag 8361263/4176009
1800.04/1795.60	c starts		: 3
1800.04/1795.60	c conflicts		: 4197379
1800.04/1795.60	c decisions		: 4252898
1800.04/1795.60	c propagations		: 101336779
1800.04/1795.60	c inspects		: 20298465334
1800.04/1795.60	c shortcuts		: 0
1800.04/1795.60	c learnt literals	: 0
1800.04/1795.60	c learnt binary clauses	: 0
1800.04/1795.60	c learnt ternary clauses	: 0
1800.04/1795.60	c learnt constraints	: 4197379
1800.04/1795.60	c ignored constraints	: 0
1800.04/1795.60	c root simplifications	: 0
1800.04/1795.60	c removed literals (reason simplification)	: 0
1800.04/1795.60	c reason swapping (by a shorter reason)	: 0
1800.04/1795.60	c Calls to reduceDB	: 87
1800.04/1795.60	c Number of update (reduction) of LBD	: 5959
1800.04/1795.60	c Imported unit clauses	: 0
1800.04/1795.60	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.60	c number of learned constraints concerned by reduction	: 0
1800.04/1795.60	c number of learning phase by resolution	: 0
1800.04/1795.60	c number of learning phase by cutting planes	: 0
1800.04/1795.60	c speed (assignments/second)	: 56460.44022045567
1800.04/1795.60	c non guided choices	18337
1800.04/1795.60	c timeout
1800.04/1795.63	c learnt constraints type 
1800.04/1795.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111400
1800.04/1795.63	s UNKNOWN
1800.04/1795.63	c Total wall clock time (in seconds): 1795.518

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-4100941-1466218656/watcher-4100941-1466218656 -o /tmp/evaluation-result-4100941-1466218656/solver-4100941-1466218656 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100941-1466218656.opb 

pid=4613
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.11 2.05 2.01 3/194 4616
/proc/meminfo: memFree=31571856/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23916097 98570240 978 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 24065 978 744 9 0 16771 0
[pid=4616/tid=4617] ppid=4613 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 2 0 23916098 98578432 980 33554432000 1073741824 1073778376 140734875965872 140169493245480 249653425630 0 0 4096 2048 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 4616
/proc/meminfo: memFree=31571856/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 4451 0 1 0 8 2 0 0 20 0 18 0 23916097 9787879424 6075 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 2389619 6075 2140 9 0 2380296 0
[pid=4616/tid=4617] ppid=4613 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 2379 0 1 0 6 2 0 0 20 0 18 0 23916098 9787879424 6075 33554432000 1073741824 1073778376 140734875965872 140169493248928 249653421325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200322 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 4616
/proc/meminfo: memFree=31571856/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 5049 0 1 0 27 2 0 0 20 0 18 0 23916097 9787879424 7501 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 2389619 7501 2220 9 0 2380296 0
[pid=4616/tid=4617] ppid=4613 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 2399 0 1 0 16 2 0 0 20 0 18 0 23916098 9787879424 7501 33554432000 1073741824 1073778376 140734875965872 140169493249784 140169500678276 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 4616
/proc/meminfo: memFree=31571856/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 5373 0 1 0 45 2 0 0 20 0 18 0 23916097 9787879424 12806 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 2389619 12806 2231 9 0 2380296 0
[pid=4616/tid=4617] ppid=4613 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 2409 0 1 0 25 2 0 0 20 0 18 0 23916098 9787879424 12806 33554432000 1073741824 1073778376 140734875965872 140169493249784 140169361938213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700252 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 4616
/proc/meminfo: memFree=31571856/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 10063 0 1 0 128 5 0 0 20 0 18 0 23916097 9787879424 46109 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 2389619 46109 2270 9 0 2380296 0
[pid=4616/tid=4617] ppid=4613 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 2474 0 1 0 61 3 0 0 20 0 18 0 23916098 9787879424 46109 33554432000 1073741824 1073778376 140734875965872 140169493248424 140169361603175 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.11 2.05 2.01 3/213 4635
/proc/meminfo: memFree=31388252/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 14460 0 1 0 251 6 0 0 20 0 19 0 23916097 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 2406260 48139 2273 9 0 2396937 0
[pid=4616/tid=4617] ppid=4613 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 2477 0 1 0 141 4 0 0 20 0 19 0 23916098 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169493250296 140169362272246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4619] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4619/stat : 4619 (java) S 4613 4616 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169482312744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4620] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4620/stat : 4620 (java) S 4613 4616 2916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169481259944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4621] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4621/stat : 4621 (java) S 4613 4616 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169480207144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4622] ppid=4613 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4616/task/4622/stat : 4622 (java) S 4613 4616 2916 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 23916098 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169333914280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4623] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4623/stat : 4623 (java) S 4613 4616 2916 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169332861480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4624] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4624/stat : 4624 (java) S 4613 4616 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169331808680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4625] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4625/stat : 4625 (java) S 4613 4616 2916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169330755880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4626] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4626/stat : 4626 (java) S 4613 4616 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169329703080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4627] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4627/stat : 4627 (java) S 4613 4616 2916 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169317506024 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4628] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4628/stat : 4628 (java) S 4613 4616 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169316452088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4629] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4629/stat : 4629 (java) S 4613 4616 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169315399176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4630] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4630/stat : 4630 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169314347664 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4631] ppid=4613 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/4616/task/4631/stat : 4631 (java) S 4613 4616 2916 0 -1 4202560 7017 0 0 0 51 1 0 0 20 0 19 0 23916102 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169313294776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4632] ppid=4613 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/4616/task/4632/stat : 4632 (java) S 4613 4616 2916 0 -1 4202560 3560 0 0 0 44 0 0 0 20 0 19 0 23916102 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169312241976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4633] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4633/stat : 4633 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169311189368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4634] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4634/stat : 4634 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169310136776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4635] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4635/stat : 4635 (java) S 4613 4616 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23916175 9856040960 48139 33554432000 1073741824 1073778376 140734875965872 140169309034152 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.18 2.07 2.01 3/213 4635
/proc/meminfo: memFree=31387252/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 14480 0 1 0 420 6 0 0 20 0 19 0 23916097 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 2406260 48157 2278 9 0 2396937 0
[pid=4616/tid=4617] ppid=4613 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 2478 0 1 0 300 4 0 0 20 0 19 0 23916098 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169493250392 140169362272216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4619] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4619/stat : 4619 (java) S 4613 4616 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169482312744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4620] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4620/stat : 4620 (java) S 4613 4616 2916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169481259944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4621] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4621/stat : 4621 (java) S 4613 4616 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169480207144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4622] ppid=4613 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4616/task/4622/stat : 4622 (java) S 4613 4616 2916 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 23916098 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169333914280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4623] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4623/stat : 4623 (java) S 4613 4616 2916 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169332861480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4624] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4624/stat : 4624 (java) S 4613 4616 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169331808680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4625] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4625/stat : 4625 (java) S 4613 4616 2916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169330755880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4626] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4626/stat : 4626 (java) S 4613 4616 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169329703080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4627] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4627/stat : 4627 (java) S 4613 4616 2916 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169317506024 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4628] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4628/stat : 4628 (java) S 4613 4616 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169316452088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4629] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4629/stat : 4629 (java) S 4613 4616 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169315399176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4630] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4630/stat : 4630 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169314347664 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4631] ppid=4613 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/4616/task/4631/stat : 4631 (java) S 4613 4616 2916 0 -1 4202560 7030 0 0 0 57 1 0 0 20 0 19 0 23916102 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169313294776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4632] ppid=4613 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4616/task/4632/stat : 4632 (java) S 4613 4616 2916 0 -1 4202560 3565 0 0 0 48 0 0 0 20 0 19 0 23916102 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169312241976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4633] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4633/stat : 4633 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169311189368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4634] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4634/stat : 4634 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169310136776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4635] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4635/stat : 4635 (java) S 4613 4616 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23916175 9856040960 48157 33554432000 1073741824 1073778376 140734875965872 140169309034152 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.18 2.07 2.01 3/213 4635
/proc/meminfo: memFree=31378564/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=9625040 CPUtime=7.54 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 14487 0 1 0 748 6 0 0 20 0 19 0 23916097 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 2406260 48162 2278 9 0 2396937 0
[pid=4616/tid=4617] ppid=4613 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 2480 0 1 0 620 4 0 0 20 0 19 0 23916098 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169493250344 140169362246895 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4619] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4619/stat : 4619 (java) S 4613 4616 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169482312744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4620] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4620/stat : 4620 (java) S 4613 4616 2916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169481259944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4621] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4621/stat : 4621 (java) S 4613 4616 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169480207144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4622] ppid=4613 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4616/task/4622/stat : 4622 (java) S 4613 4616 2916 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 23916098 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169333914280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4623] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4623/stat : 4623 (java) S 4613 4616 2916 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169332861480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4624] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4624/stat : 4624 (java) S 4613 4616 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169331808680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4625] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4625/stat : 4625 (java) S 4613 4616 2916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169330755880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4626] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4626/stat : 4626 (java) S 4613 4616 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23916098 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169329703080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4627] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4627/stat : 4627 (java) S 4613 4616 2916 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169317506024 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4628] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4628/stat : 4628 (java) S 4613 4616 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169316452088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4629] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4629/stat : 4629 (java) S 4613 4616 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169315399176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4630] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4630/stat : 4630 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169314347664 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4631] ppid=4613 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/4616/task/4631/stat : 4631 (java) S 4613 4616 2916 0 -1 4202560 7030 0 0 0 59 1 0 0 20 0 19 0 23916102 9856040960 48162 33554432000 1073741824 1073778376 140734875965872 140169313294776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4632] ppid=4613 vsize=9625040 CPUtime=0.54 cores=0,2,4,6

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

[pid=4616/tid=4635] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4635/stat : 4635 (java) S 4613 4616 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23916175 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169309034152 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.57
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/213 4701
/proc/meminfo: memFree=29620596/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=9625040 CPUtime=1726.58 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 19761 0 1 0 172520 138 0 0 20 0 19 0 23916097 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 2406260 432656 2287 9 0 2396937 0
[pid=4616/tid=4617] ppid=4613 vsize=9625040 CPUtime=1716.03 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 3499 0 1 0 171562 41 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169493241552 140169362245898 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4619] ppid=4613 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/4616/task/4619/stat : 4619 (java) S 4613 4616 2916 0 -1 4202560 469 0 0 0 52 16 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169482312744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4620] ppid=4613 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/4616/task/4620/stat : 4620 (java) S 4613 4616 2916 0 -1 4202560 521 0 0 0 39 12 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169481259944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4621] ppid=4613 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/4616/task/4621/stat : 4621 (java) S 4613 4616 2916 0 -1 4202560 385 0 0 0 28 8 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169480207144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4622] ppid=4613 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/4616/task/4622/stat : 4622 (java) S 4613 4616 2916 0 -1 4202560 326 0 0 0 35 10 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169333914280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4623] ppid=4613 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/4616/task/4623/stat : 4623 (java) S 4613 4616 2916 0 -1 4202560 385 0 0 0 36 14 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169332861480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4624] ppid=4613 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/4616/task/4624/stat : 4624 (java) S 4613 4616 2916 0 -1 4202560 308 0 0 0 35 14 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169331808680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4625] ppid=4613 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/4616/task/4625/stat : 4625 (java) S 4613 4616 2916 0 -1 4202560 439 0 0 0 41 19 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169330755880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4626] ppid=4613 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/4616/task/4626/stat : 4626 (java) S 4613 4616 2916 0 -1 4202560 551 0 0 0 32 8 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169329703080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4627] ppid=4613 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/4616/task/4627/stat : 4627 (java) S 4613 4616 2916 0 -1 4202560 912 0 0 0 71 0 0 0 20 0 19 0 23916100 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169317506024 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4628] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4628/stat : 4628 (java) S 4613 4616 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169316452088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4629] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4629/stat : 4629 (java) S 4613 4616 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169315399176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4630] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4630/stat : 4630 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169314347664 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4631] ppid=4613 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/4616/task/4631/stat : 4631 (java) S 4613 4616 2916 0 -1 4202560 7030 0 0 0 59 1 0 0 20 0 19 0 23916102 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169313294776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4632] ppid=4613 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/4616/task/4632/stat : 4632 (java) S 4613 4616 2916 0 -1 4202560 3573 0 0 0 56 0 0 0 20 0 19 0 23916102 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169312241976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4633] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4633/stat : 4633 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169311189368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4634] ppid=4613 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/4616/task/4634/stat : 4634 (java) S 4613 4616 2916 0 -1 4202560 99 0 0 0 19 21 0 0 20 0 19 0 23916102 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169310136776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4635] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4635/stat : 4635 (java) S 4613 4616 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23916175 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169309034152 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.58
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.02 3/213 4768
/proc/meminfo: memFree=29447380/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=9625040 CPUtime=1786.6 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 19765 0 1 0 178521 139 0 0 20 0 19 0 23916097 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 2406260 432656 2287 9 0 2396937 0
[pid=4616/tid=4617] ppid=4613 vsize=9625040 CPUtime=1775.88 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 3499 0 1 0 177547 41 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169493241552 140169362272246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4619] ppid=4613 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/4616/task/4619/stat : 4619 (java) S 4613 4616 2916 0 -1 4202560 469 0 0 0 52 16 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169482312744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4620] ppid=4613 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/4616/task/4620/stat : 4620 (java) S 4613 4616 2916 0 -1 4202560 521 0 0 0 39 12 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169481259944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4621] ppid=4613 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/4616/task/4621/stat : 4621 (java) S 4613 4616 2916 0 -1 4202560 385 0 0 0 28 8 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169480207144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4622] ppid=4613 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/4616/task/4622/stat : 4622 (java) S 4613 4616 2916 0 -1 4202560 326 0 0 0 35 10 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169333914280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4623] ppid=4613 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/4616/task/4623/stat : 4623 (java) S 4613 4616 2916 0 -1 4202560 385 0 0 0 36 14 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169332861480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4616/tid=4624] ppid=4613 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/4616/task/4624/stat : 4624 (java) S 4613 4616 2916 0 -1 4202560 308 0 0 0 35 14 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169331808680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4625] ppid=4613 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/4616/task/4625/stat : 4625 (java) S 4613 4616 2916 0 -1 4202560 439 0 0 0 41 19 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169330755880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4626] ppid=4613 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/4616/task/4626/stat : 4626 (java) S 4613 4616 2916 0 -1 4202560 551 0 0 0 32 8 0 0 20 0 19 0 23916098 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169329703080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4627] ppid=4613 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/4616/task/4627/stat : 4627 (java) S 4613 4616 2916 0 -1 4202560 912 0 0 0 71 0 0 0 20 0 19 0 23916100 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169317506024 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4628] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4628/stat : 4628 (java) S 4613 4616 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169316452088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4629] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4629/stat : 4629 (java) S 4613 4616 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169315399176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4630] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4630/stat : 4630 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169314347664 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4631] ppid=4613 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/4616/task/4631/stat : 4631 (java) S 4613 4616 2916 0 -1 4202560 7030 0 0 0 59 1 0 0 20 0 19 0 23916102 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169313294776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4632] ppid=4613 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/4616/task/4632/stat : 4632 (java) S 4613 4616 2916 0 -1 4202560 3573 0 0 0 56 0 0 0 20 0 19 0 23916102 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169312241976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4633] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4633/stat : 4633 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169311189368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4634] ppid=4613 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/4616/task/4634/stat : 4634 (java) S 4613 4616 2916 0 -1 4202560 103 0 0 0 21 22 0 0 20 0 19 0 23916102 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169310136776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4635] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4635/stat : 4635 (java) S 4613 4616 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23916175 9856040960 432656 33554432000 1073741824 1073778376 140734875965872 140169309034152 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.6
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.04 2.03 2.02 3/213 4768
/proc/meminfo: memFree=29477480/32872528 swapFree=190484/190484
[pid=4616] ppid=4613 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/4616/stat : 4616 (java) S 4613 4616 2916 0 -1 4202496 19768 0 1 0 179865 139 0 0 20 0 19 0 23916097 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140734875957008 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4616/statm: 2406260 418933 2287 9 0 2396937 0
[pid=4616/tid=4617] ppid=4613 vsize=9625040 CPUtime=1789.09 cores=0,2,4,6
/proc/4616/task/4617/stat : 4617 (java) R 4613 4616 2916 0 -1 4202560 3500 0 1 0 178867 42 0 0 20 0 19 0 23916098 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169493249264 140169362024656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4619] ppid=4613 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/4616/task/4619/stat : 4619 (java) S 4613 4616 2916 0 -1 4202560 469 0 0 0 53 16 0 0 20 0 19 0 23916098 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169482312744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4620] ppid=4613 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/4616/task/4620/stat : 4620 (java) S 4613 4616 2916 0 -1 4202560 521 0 0 0 41 12 0 0 20 0 19 0 23916098 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169481259944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4621] ppid=4613 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/4616/task/4621/stat : 4621 (java) S 4613 4616 2916 0 -1 4202560 385 0 0 0 29 8 0 0 20 0 19 0 23916098 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169480207144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4622] ppid=4613 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/4616/task/4622/stat : 4622 (java) S 4613 4616 2916 0 -1 4202560 326 0 0 0 37 10 0 0 20 0 19 0 23916098 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169333914280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4623] ppid=4613 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/4616/task/4623/stat : 4623 (java) S 4613 4616 2916 0 -1 4202560 385 0 0 0 41 14 0 0 20 0 19 0 23916098 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169332861480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4624] ppid=4613 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/4616/task/4624/stat : 4624 (java) S 4613 4616 2916 0 -1 4202560 308 0 0 0 37 14 0 0 20 0 19 0 23916098 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169331808680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4625] ppid=4613 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/4616/task/4625/stat : 4625 (java) S 4613 4616 2916 0 -1 4202560 439 0 0 0 45 19 0 0 20 0 19 0 23916098 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169330755880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4626] ppid=4613 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/4616/task/4626/stat : 4626 (java) S 4613 4616 2916 0 -1 4202560 551 0 0 0 33 9 0 0 20 0 19 0 23916098 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169329703080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4627] ppid=4613 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/4616/task/4627/stat : 4627 (java) S 4613 4616 2916 0 -1 4202560 914 0 0 0 71 0 0 0 20 0 19 0 23916100 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169317506024 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4628] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4628/stat : 4628 (java) S 4613 4616 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169316452088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4629] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4629/stat : 4629 (java) S 4613 4616 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23916100 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169315399176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4630] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4630/stat : 4630 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169314347664 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4631] ppid=4613 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/4616/task/4631/stat : 4631 (java) S 4613 4616 2916 0 -1 4202560 7030 0 0 0 59 1 0 0 20 0 19 0 23916102 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169313294776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4616/tid=4632] ppid=4613 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/4616/task/4632/stat : 4632 (java) S 4613 4616 2916 0 -1 4202560 3573 0 0 0 56 0 0 0 20 0 19 0 23916102 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169312241976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4633] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4633/stat : 4633 (java) S 4613 4616 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23916102 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169311189368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4616/tid=4634] ppid=4613 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/4616/task/4634/stat : 4634 (java) S 4613 4616 2916 0 -1 4202560 103 0 0 0 21 22 0 0 20 0 19 0 23916102 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169310136776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4616/tid=4635] ppid=4613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4616/task/4635/stat : 4635 (java) S 4613 4616 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23916175 9856040960 418933 33554432000 1073741824 1073778376 140734875965872 140169309034152 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 4616 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4616 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=78258
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=811724
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.64
CPU time (s): 1800.04
CPU user time (s): 1798.65
CPU system time (s): 1.39
CPU usage (%): 100.245
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.08
system time used= 1.81172
maximum resident set size= 1797516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19807
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38357
involuntary context switches= 10378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0415 second user time and 13.5839 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 04:57:36
IDJOB=4100941
IDBENCH=1680
IDSOLVER=2546
FILE ID=node102/4100941-1466218656
RUNJOBID= node102-1466206108-2932
PBS_JOBID= 19918170
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-ship04s.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100941-1466218656/watcher-4100941-1466218656 -o /tmp/evaluation-result-4100941-1466218656/solver-4100941-1466218656 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100941-1466218656.opb

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

MD5SUM BENCH= fe1a2bbeb11180a9cf7bf3ad481e98b1
RANDOM SEED=1143851400

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31572136 kB
Buffers:           93768 kB
Cached:            86492 kB
SwapCached:         1828 kB
Active:           253504 kB
Inactive:         121708 kB
Active(anon):     196124 kB
Inactive(anon):     1504 kB
Active(file):      57380 kB
Inactive(file):   120204 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099020 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:        389164 kB
Mapped:            15240 kB
Shmem:                 0 kB
Slab:             599260 kB
SReclaimable:      42800 kB
SUnreclaim:       556460 kB
KernelStack:        1632 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     881324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71724 MiB
End job on node102 at 2016-06-18 05:27:31