Trace number 4096219

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) 1800.06 894.467

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_27.opb
MD5SUM6bf17595778ecd6f40d80a634d3566ba
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark145.88
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1056
Total number of constraints4997
Number of constraints which are clauses4992
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint32
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 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 59
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.12	c version PB16.v20160501
0.05/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.12	c java.vm.version	19.1-b02
0.05/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.12	c sun.arch.data.model	64
0.05/0.12	c java.version		1.6.0_24
0.05/0.12	c os.name		Linux
0.05/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.12	c os.arch		amd64
0.05/0.12	c Free memory 		501472288
0.05/0.12	c Max memory 		7480803328
0.05/0.12	c Total memory 		504102912
0.05/0.12	c Number of processors 	8
0.05/0.15	c Pseudo Boolean Optimization by upper bound
0.05/0.15	c ManyCore solver with 2 solvers running in parallel
0.05/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.05/0.15	c --- Begin Solver configuration ---
0.05/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.05/0.15	c Learn all clauses as in MiniSAT
0.05/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.15	c Expensive reason simplification
0.05/0.15	c Glucose 2.1 dynamic restart strategy
0.05/0.15	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.05/0.15	c timeout=2147483s
0.05/0.15	c DB Simplification allowed=false
0.05/0.15	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.15	c --- End Solver configuration ---
0.05/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.05/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.15	c --- Begin Solver configuration ---
0.05/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.05/0.15	c Learn all clauses as in MiniSAT
0.05/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.15	c No reason simplification
0.05/0.15	c Armin Biere (Picosat) restarts strategy
0.05/0.15	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.05/0.15	c timeout=2147483s
0.05/0.15	c DB Simplification allowed=false
0.05/0.15	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.15	c --- End Solver configuration ---
0.05/0.15	c solving HOME/instance-4096219-1466112168.opb
0.05/0.15	c reading problem ... 
0.05/0.15	c  no objective function found
0.43/0.39	c ... done. Wall clock time 0.246s.
0.43/0.39	c declared #vars     1056
0.43/0.39	c #constraints  5001
0.67/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.67/0.40	c constraints type 
0.67/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2976
0.67/0.40	c org.sat4j.specs.Constr$1 => 4
0.67/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.67/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.67/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
0.67/0.40	c 5001 constraints processed.
0.67/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.67/0.40	c constraints type 
0.67/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2015
0.67/0.40	c org.sat4j.specs.Constr$1 => 4
0.67/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2976
0.67/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.67/0.40	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.67/0.40	c 5001 constraints processed.
3.47/1.26	c cleaning 2494 clauses out of 5001 with flag 23965/5001
5.27/1.97	c cleaning 4252 clauses out of 8507 with flag 54474/11001
6.94/2.75	c cleaning 5628 clauses out of 11256 with flag 84465/18002
8.95/3.73	c cleaning 6811 clauses out of 13628 with flag 122610/26002
11.22/4.89	c cleaning 7901 clauses out of 15815 with flag 161688/35000
14.22/6.32	c cleaning 8957 clauses out of 17916 with flag 204017/45002
17.54/7.91	c cleaning 9975 clauses out of 19958 with flag 251993/56001
20.95/9.66	c cleaning 10985 clauses out of 21982 with flag 306614/68000
24.96/11.68	c cleaning 11998 clauses out of 23998 with flag 369907/81001
29.78/14.08	c cleaning 12991 clauses out of 25999 with flag 441754/95000
35.22/16.70	c cleaning 14000 clauses out of 28008 with flag 506499/110000
40.81/19.50	c cleaning 14999 clauses out of 30008 with flag 580599/126000
45.22/21.79	c cleaning 0 clauses out of 5002 with flag 0/5002
47.81/22.80	c cleaning 16001 clauses out of 32009 with flag 662801/143000
55.28/26.52	c cleaning 17004 clauses out of 34008 with flag 748438/161000
63.08/30.50	c cleaning 18000 clauses out of 36004 with flag 847307/180000
71.88/34.84	c cleaning 19002 clauses out of 38005 with flag 962368/200001
81.30/39.59	c cleaning 20002 clauses out of 40005 with flag 1069146/221003
91.73/44.76	c cleaning 21000 clauses out of 42000 with flag 1167017/243000
103.17/50.46	c cleaning 21996 clauses out of 44002 with flag 1285091/266002
116.00/56.83	c cleaning 23002 clauses out of 46006 with flag 1412713/290002
129.63/63.61	c cleaning 23998 clauses out of 48002 with flag 1544794/315000
143.70/70.65	c cleaning 24996 clauses out of 50004 with flag 1680487/341000
161.00/79.21	c cleaning 25999 clauses out of 52009 with flag 1830179/368001
180.26/88.82	c cleaning 27001 clauses out of 54009 with flag 1998775/396000
199.34/98.33	c cleaning 27998 clauses out of 56008 with flag 2166284/425000
221.81/109.52	c cleaning 29005 clauses out of 58010 with flag 2350428/455000
248.56/122.87	c cleaning 29997 clauses out of 60007 with flag 2554743/486002
262.68/129.90	c cleaning 0 clauses out of 11000 with flag 0/11000
273.10/135.06	c cleaning 31000 clauses out of 62010 with flag 2743510/518002
298.83/147.81	c cleaning 32000 clauses out of 64008 with flag 2910079/551000
326.75/161.77	c cleaning 33004 clauses out of 66009 with flag 3111689/585001
356.87/176.77	c cleaning 34000 clauses out of 68006 with flag 3319528/620002
390.45/193.47	c cleaning 35002 clauses out of 70005 with flag 3542236/656001
423.98/210.12	c cleaning 35996 clauses out of 72002 with flag 3766990/693000
463.59/229.88	c cleaning 36999 clauses out of 74006 with flag 4007076/731000
501.78/248.87	c cleaning 37999 clauses out of 76007 with flag 4252956/770000
544.60/270.13	c cleaning 38999 clauses out of 78008 with flag 4514299/810000
591.62/293.50	c cleaning 40002 clauses out of 80010 with flag 4794468/851001
639.26/317.26	c cleaning 40998 clauses out of 82008 with flag 5074330/893001
685.49/340.21	c cleaning 41998 clauses out of 84011 with flag 5287299/936002
736.34/365.54	c cleaning 43002 clauses out of 86012 with flag 5528056/980001
790.75/392.61	c cleaning 43994 clauses out of 88009 with flag 5784849/1025000
844.91/419.50	c cleaning 45006 clauses out of 90015 with flag 6057646/1071000
858.64/426.34	c cleaning 0 clauses out of 18000 with flag 0/18000
902.80/448.37	c cleaning 45996 clauses out of 92010 with flag 6331644/1118001
962.88/478.28	c cleaning 47002 clauses out of 94013 with flag 6613808/1166000
1025.21/509.28	c cleaning 48003 clauses out of 96012 with flag 6898362/1215001
1086.18/539.59	c cleaning 49003 clauses out of 98009 with flag 7205803/1265001
1153.75/573.16	c cleaning 49997 clauses out of 100006 with flag 7561965/1316001
1228.80/610.48	c cleaning 50997 clauses out of 102008 with flag 7908904/1368000
1305.59/648.65	c cleaning 52002 clauses out of 104012 with flag 8272370/1421001
1385.56/688.38	c cleaning 53002 clauses out of 106009 with flag 8620483/1475000
1474.31/732.41	c cleaning 54002 clauses out of 108009 with flag 8999895/1530002
1561.03/775.51	c cleaning 55003 clauses out of 110005 with flag 9401692/1586000
1651.42/820.50	c cleaning 55997 clauses out of 112002 with flag 9811858/1643000
1760.43/874.79	c cleaning 57001 clauses out of 114006 with flag 10269723/1701001
1800.06/894.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/894.41	c starts		: 77
1800.06/894.41	c conflicts		: 1726860
1800.06/894.41	c decisions		: 1892833
1800.06/894.41	c propagations		: 169710795
1800.06/894.41	c inspects		: 11363208457
1800.06/894.41	c shortcuts		: 0
1800.06/894.41	c learnt literals	: 0
1800.06/894.41	c learnt binary clauses	: 1
1800.06/894.41	c learnt ternary clauses	: 34
1800.06/894.41	c learnt constraints	: 1726860
1800.06/894.41	c ignored constraints	: 0
1800.06/894.41	c root simplifications	: 0
1800.06/894.41	c removed literals (reason simplification)	: 19548698
1800.06/894.41	c reason swapping (by a shorter reason)	: 0
1800.06/894.41	c Calls to reduceDB	: 54
1800.06/894.41	c Number of update (reduction) of LBD	: 318408
1800.06/894.41	c Imported unit clauses	: 0
1800.06/894.41	c number of reductions to clauses (during analyze)	: 0
1800.06/894.41	c number of learned constraints concerned by reduction	: 0
1800.06/894.41	c number of learning phase by resolution	: 0
1800.06/894.41	c number of learning phase by cutting planes	: 0
1800.06/894.41	c speed (assignments/second)	: 189837.1385969053
1800.06/894.41	c non guided choices	125
1800.06/894.43	c learnt constraints type 
1800.06/894.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.06/894.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82863
1800.06/894.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/894.43	c starts		: 53
1800.06/894.43	c conflicts		: 24791
1800.06/894.43	c decisions		: 28236
1800.06/894.43	c propagations		: 3117219
1800.06/894.43	c inspects		: 1328823512
1800.06/894.43	c shortcuts		: 0
1800.06/894.43	c learnt literals	: 0
1800.06/894.43	c learnt binary clauses	: 0
1800.06/894.43	c learnt ternary clauses	: 0
1800.06/894.43	c learnt constraints	: 24791
1800.06/894.43	c ignored constraints	: 0
1800.06/894.43	c root simplifications	: 0
1800.06/894.43	c removed literals (reason simplification)	: 0
1800.06/894.43	c reason swapping (by a shorter reason)	: 0
1800.06/894.43	c Calls to reduceDB	: 3
1800.06/894.43	c Number of update (reduction) of LBD	: 0
1800.06/894.43	c Imported unit clauses	: 0
1800.06/894.43	c number of reductions to clauses (during analyze)	: 0
1800.06/894.43	c number of learned constraints concerned by reduction	: 0
1800.06/894.43	c number of learning phase by resolution	: 0
1800.06/894.43	c number of learning phase by cutting planes	: 0
1800.06/894.43	c speed (assignments/second)	: 3486.7207441394326
1800.06/894.43	c non guided choices	125
1800.06/894.44	c learnt constraints type 
1800.06/894.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3820
1800.06/894.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 319
1800.06/894.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20652
1800.06/894.44	s UNKNOWN
1800.06/894.44	c Total wall clock time (in seconds): 894.298

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

pid=17192
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: 0.25 1.03 1.49 2/170 17195
/proc/meminfo: memFree=31827816/32872528 swapFree=188940/188940
[pid=17195] ppid=17192 vsize=268 CPUtime=0 cores=1,3,5,7
/proc/17195/stat : 17195 (java) R 17192 17195 17164 0 -1 4194304 335 0 0 0 0 0 0 0 20 0 1 0 13267370 274432 8 33554432000 1073741824 1073778376 140737034308112 140737115166680 249640784205 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17195/statm: 68 25 18 9 0 25 0

[startup+0.10012 s]
/proc/loadavg: 0.25 1.03 1.49 2/170 17195
/proc/meminfo: memFree=31827816/32872528 swapFree=188940/188940
[pid=17195] ppid=17192 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/17195/stat : 17195 (java) S 17192 17195 17164 0 -1 4202496 3354 0 1 0 4 1 0 0 20 0 18 0 13267370 9787879424 4486 33554432000 1073741824 1073778376 140737034308112 140737034299248 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17195/statm: 2389619 4486 1788 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.20024 s]
/proc/loadavg: 0.25 1.03 1.49 2/170 17195
/proc/meminfo: memFree=31827816/32872528 swapFree=188940/188940
[pid=17195] ppid=17192 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/17195/stat : 17195 (java) S 17192 17195 17164 0 -1 4202496 4556 0 1 0 17 1 0 0 20 0 18 0 13267370 9787879424 6665 33554432000 1073741824 1073778376 140737034308112 140737034299248 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17195/statm: 2389619 6665 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 0.25 1.03 1.49 2/170 17195
/proc/meminfo: memFree=31827816/32872528 swapFree=188940/188940
[pid=17195] ppid=17192 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/17195/stat : 17195 (java) S 17192 17195 17164 0 -1 4202496 5420 0 1 0 41 2 0 0 20 0 18 0 13267370 9787879424 8347 33554432000 1073741824 1073778376 140737034308112 140737034299248 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17195/statm: 2389619 8347 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700153 s]
/proc/loadavg: 0.25 1.03 1.49 2/170 17195
/proc/meminfo: memFree=31827816/32872528 swapFree=188940/188940
[pid=17195] ppid=17192 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/17195/stat : 17195 (java) S 17192 17195 17164 0 -1 4202496 12881 0 1 0 179 3 0 0 20 0 22 0 13267370 10060525568 17146 33554432000 1073741824 1073778376 140737034308112 140737034299248 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17195/statm: 2456183 17146 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.5009 s]
/proc/loadavg: 0.25 1.03 1.49 7/219 17253
/proc/meminfo: memFree=31587824/32872528 swapFree=188940/188940
[pid=17195] ppid=17192 vsize=9824732 CPUtime=4.32 cores=1,3,5,7
/proc/17195/stat : 17195 (java) S 17192 17195 17164 0 -1 4202496 17534 0 1 0 425 7 0 0 20 0 22 0 13267370 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140737034299248 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17195/statm: 2456183 45069 2289 9 0 2446860 0
[pid=17195/tid=17197] ppid=17192 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/17195/task/17197/stat : 17197 (java) S 17192 17195 17164 0 -1 4202560 2450 0 1 0 32 2 0 0 20 0 22 0 13267371 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173429912440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17198] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17198/stat : 17198 (java) S 17192 17195 17164 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173391403688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17199] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17199/stat : 17199 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173390351144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17200] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17200/stat : 17200 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173389298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17201] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17201/stat : 17201 (java) S 17192 17195 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173388246056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17202] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17202/stat : 17202 (java) S 17192 17195 17164 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173387192488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17203] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17203/stat : 17203 (java) S 17192 17195 17164 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173386139944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17204] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17204/stat : 17204 (java) S 17192 17195 17164 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173385087400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17205] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17205/stat : 17205 (java) S 17192 17195 17164 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173384034856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17206] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17206/stat : 17206 (java) S 17192 17195 17164 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13267375 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173253798504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17207] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17207/stat : 17207 (java) S 17192 17195 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173252744824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17208] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17208/stat : 17208 (java) S 17192 17195 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173251692168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17209] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17209/stat : 17209 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173250640912 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17210] ppid=17192 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/17195/task/17210/stat : 17210 (java) R 17192 17195 17164 0 -1 4202560 8283 0 0 0 92 2 0 0 20 0 22 0 13267379 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173249587256 140173432817758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17211] ppid=17192 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/17195/task/17211/stat : 17211 (java) S 17192 17195 17164 0 -1 4202560 5316 0 0 0 87 0 0 0 20 0 22 0 13267379 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173248534712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17212] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17212/stat : 17212 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173247482360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17213] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17213/stat : 17213 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173246430024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17246] ppid=17192 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/17195/task/17246/stat : 17246 (java) R 17192 17195 17164 0 -1 4202560 16 0 0 0 101 0 0 0 20 0 22 0 13267411 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173245006248 140173254414898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17247] ppid=17192 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/17195/task/17247/stat : 17247 (java) R 17192 17195 17164 0 -1 4202560 90 0 0 0 104 2 0 0 20 0 22 0 13267411 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173243953464 140173254591549 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17248] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17248/stat : 17248 (java) S 17192 17195 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267412 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173242902056 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17249] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17249/stat : 17249 (java) S 17192 17195 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267412 10060525568 45069 33554432000 1073741824 1073778376 140737034308112 140173241849512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 0.25 1.03 1.49 5/219 17253
/proc/meminfo: memFree=31414056/32872528 swapFree=188940/188940
[pid=17195] ppid=17192 vsize=9824732 CPUtime=7.76 cores=1,3,5,7
/proc/17195/stat : 17195 (java) S 17192 17195 17164 0 -1 4202496 18925 0 1 0 765 11 0 0 20 0 22 0 13267370 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140737034299248 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17195/statm: 2456183 79581 2292 9 0 2446860 0
[pid=17195/tid=17197] ppid=17192 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/17195/task/17197/stat : 17197 (java) S 17192 17195 17164 0 -1 4202560 2450 0 1 0 32 2 0 0 20 0 22 0 13267371 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173429912440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17198] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17198/stat : 17198 (java) S 17192 17195 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173391403688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17199] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17199/stat : 17199 (java) S 17192 17195 17164 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173390351144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17200] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17200/stat : 17200 (java) S 17192 17195 17164 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173389298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17201] ppid=17192 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17195/task/17201/stat : 17201 (java) S 17192 17195 17164 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 22 0 13267374 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173388246056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17202] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17202/stat : 17202 (java) S 17192 17195 17164 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173387192488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17203] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17203/stat : 17203 (java) S 17192 17195 17164 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173386139944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17204] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17204/stat : 17204 (java) S 17192 17195 17164 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173385087400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17205] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17205/stat : 17205 (java) S 17192 17195 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173384034856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17206] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17206/stat : 17206 (java) S 17192 17195 17164 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 22 0 13267375 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173253798504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17207] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17207/stat : 17207 (java) S 17192 17195 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173252744824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17208] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17208/stat : 17208 (java) S 17192 17195 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173251692168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17209] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17209/stat : 17209 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173250640912 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17210] ppid=17192 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/17195/task/17210/stat : 17210 (java) S 17192 17195 17164 0 -1 4202560 9208 0 0 0 109 2 0 0 20 0 22 0 13267379 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173249587256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17211] ppid=17192 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/17195/task/17211/stat : 17211 (java) S 17192 17195 17164 0 -1 4202560 5318 0 0 0 92 0 0 0 20 0 22 0 13267379 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173248534712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17212] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17212/stat : 17212 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173247482360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17213] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17213/stat : 17213 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173246430024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17246] ppid=17192 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/17195/task/17246/stat : 17246 (java) R 17192 17195 17164 0 -1 4202560 16 0 0 0 258 0 0 0 20 0 22 0 13267411 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173245004688 140173254414763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17247] ppid=17192 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/17195/task/17247/stat : 17247 (java) R 17192 17195 17164 0 -1 4202560 151 0 0 0 259 4 0 0 20 0 22 0 13267411 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173243953688 140173254591806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17248] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17248/stat : 17248 (java) S 17192 17195 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267412 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173242902056 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17249] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17249/stat : 17249 (java) S 17192 17195 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267412 10060525568 79581 33554432000 1073741824 1073778376 140737034308112 140173241849512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 0.55 1.08 1.50 5/219 17253
/proc/meminfo: memFree=30670632/32872528 swapFree=188940/188940
[pid=17195] ppid=17192 vsize=9824732 CPUtime=14.22 cores=1,3,5,7
/proc/17195/stat : 17195 (java) S 17192 17195 17164 0 -1 4202496 19711 0 1 0 1401 21 0 0 20 0 22 0 13267370 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140737034299248 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17195/statm: 2456183 211292 2292 9 0 2446860 0
[pid=17195/tid=17197] ppid=17192 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/17195/task/17197/stat : 17197 (java) S 17192 17195 17164 0 -1 4202560 2450 0 1 0 32 2 0 0 20 0 22 0 13267371 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173429912440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17198] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17198/stat : 17198 (java) S 17192 17195 17164 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173391403688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17199] ppid=17192 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17195/task/17199/stat : 17199 (java) S 17192 17195 17164 0 -1 4202560 77 0 0 0 1 0 0 0 20 0 22 0 13267374 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173390351144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17200] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17200/stat : 17200 (java) S 17192 17195 17164 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173389298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17201] ppid=17192 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17195/task/17201/stat : 17201 (java) S 17192 17195 17164 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 22 0 13267374 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173388246056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17202] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17202/stat : 17202 (java) S 17192 17195 17164 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173387192488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17203] ppid=17192 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17195/task/17203/stat : 17203 (java) S 17192 17195 17164 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 13267374 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173386139944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17204] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17204/stat : 17204 (java) S 17192 17195 17164 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 22 0 13267374 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173385087400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17205] ppid=17192 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17195/task/17205/stat : 17205 (java) S 17192 17195 17164 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13267374 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173384034856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17206] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17206/stat : 17206 (java) S 17192 17195 17164 0 -1 4202560 433 0 0 0 0 0 0 0 20 0 22 0 13267375 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173253798504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17207] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17207/stat : 17207 (java) S 17192 17195 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173252744824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17208] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17208/stat : 17208 (java) S 17192 17195 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173251692168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17209] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17209/stat : 17209 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 211292 33554432000 1073741824 1073778376 140737034308112 140173250640912 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17210] ppid=17192 vsize=9824732 CPUtime=1.11 cores=1,3,5,7

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

/proc/17195/task/17200/stat : 17200 (java) S 17192 17195 17164 0 -1 4202560 370 0 0 0 279 6 0 0 20 0 22 0 13267374 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173389298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17201] ppid=17192 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/17195/task/17201/stat : 17201 (java) S 17192 17195 17164 0 -1 4202560 438 0 0 0 283 6 0 0 20 0 22 0 13267374 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173388246056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17202] ppid=17192 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/17195/task/17202/stat : 17202 (java) S 17192 17195 17164 0 -1 4202560 421 0 0 0 283 5 0 0 20 0 22 0 13267374 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173387192488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17203] ppid=17192 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/17195/task/17203/stat : 17203 (java) S 17192 17195 17164 0 -1 4202560 390 0 0 0 303 6 0 0 20 0 22 0 13267374 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173386139944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17204] ppid=17192 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/17195/task/17204/stat : 17204 (java) S 17192 17195 17164 0 -1 4202560 448 0 0 0 301 6 0 0 20 0 22 0 13267374 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173385087400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17205] ppid=17192 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/17195/task/17205/stat : 17205 (java) S 17192 17195 17164 0 -1 4202560 384 0 0 0 298 5 0 0 20 0 22 0 13267374 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173384034856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17206] ppid=17192 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/17195/task/17206/stat : 17206 (java) S 17192 17195 17164 0 -1 4202560 782 0 0 0 12 36 0 0 20 0 22 0 13267375 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173253798504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17207] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17207/stat : 17207 (java) S 17192 17195 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173252744824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17208] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17208/stat : 17208 (java) S 17192 17195 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173251692168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17209] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17209/stat : 17209 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173250640912 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17210] ppid=17192 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/17195/task/17210/stat : 17210 (java) S 17192 17195 17164 0 -1 4202560 9211 0 0 0 123 2 0 0 20 0 22 0 13267379 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173249587256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17211] ppid=17192 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/17195/task/17211/stat : 17211 (java) S 17192 17195 17164 0 -1 4202560 9521 0 0 0 144 2 0 0 20 0 22 0 13267379 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173248534712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17212] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17212/stat : 17212 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173247482360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17213] ppid=17192 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/17195/task/17213/stat : 17213 (java) S 17192 17195 17164 0 -1 4202560 49 0 0 0 17 18 0 0 20 0 22 0 13267379 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173246430024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17246] ppid=17192 vsize=9824732 CPUtime=811.67 cores=1,3,5,7
/proc/17195/task/17246/stat : 17246 (java) R 17192 17195 17164 0 -1 4202560 261 0 0 0 81153 14 0 0 20 0 22 0 13267411 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173245005456 140173254414861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17247] ppid=17192 vsize=9824732 CPUtime=812.01 cores=1,3,5,7
/proc/17195/task/17247/stat : 17247 (java) R 17192 17195 17164 0 -1 4202560 1147 0 0 0 81171 30 0 0 20 0 22 0 13267411 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173243952144 140173254591920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17248] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17248/stat : 17248 (java) S 17192 17195 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267412 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173242902056 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17249] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17249/stat : 17249 (java) S 17192 17195 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267412 10060525568 342679 33554432000 1073741824 1073778376 140737034308112 140173241849512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1655.04
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.96 3.82 3.00 5/219 17273
/proc/meminfo: memFree=29117000/32872528 swapFree=188940/188940
[pid=17195] ppid=17192 vsize=9824732 CPUtime=1775.75 cores=1,3,5,7
/proc/17195/stat : 17195 (java) S 17192 17195 17164 0 -1 4202496 28027 0 1 0 177452 123 0 0 20 0 22 0 13267370 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140737034299248 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17195/statm: 2456183 346779 2294 9 0 2446860 0
[pid=17195/tid=17197] ppid=17192 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17195/task/17197/stat : 17197 (java) S 17192 17195 17164 0 -1 4202560 2459 0 1 0 34 4 0 0 20 0 22 0 13267371 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173429912440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17198] ppid=17192 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/17195/task/17198/stat : 17198 (java) S 17192 17195 17164 0 -1 4202560 363 0 0 0 319 6 0 0 20 0 22 0 13267374 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173391403688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17199] ppid=17192 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/17195/task/17199/stat : 17199 (java) S 17192 17195 17164 0 -1 4202560 444 0 0 0 310 6 0 0 20 0 22 0 13267374 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173390351144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17200] ppid=17192 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/17195/task/17200/stat : 17200 (java) S 17192 17195 17164 0 -1 4202560 373 0 0 0 298 6 0 0 20 0 22 0 13267374 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173389298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17201] ppid=17192 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/17195/task/17201/stat : 17201 (java) S 17192 17195 17164 0 -1 4202560 443 0 0 0 309 7 0 0 20 0 22 0 13267374 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173388246056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17202] ppid=17192 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/17195/task/17202/stat : 17202 (java) S 17192 17195 17164 0 -1 4202560 424 0 0 0 305 5 0 0 20 0 22 0 13267374 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173387192488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17203] ppid=17192 vsize=9824732 CPUtime=3.31 cores=1,3,5,7
/proc/17195/task/17203/stat : 17203 (java) S 17192 17195 17164 0 -1 4202560 394 0 0 0 325 6 0 0 20 0 22 0 13267374 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173386139944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17204] ppid=17192 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/17195/task/17204/stat : 17204 (java) S 17192 17195 17164 0 -1 4202560 458 0 0 0 328 7 0 0 20 0 22 0 13267374 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173385087400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17205] ppid=17192 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/17195/task/17205/stat : 17205 (java) S 17192 17195 17164 0 -1 4202560 386 0 0 0 317 6 0 0 20 0 22 0 13267374 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173384034856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17206] ppid=17192 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/17195/task/17206/stat : 17206 (java) S 17192 17195 17164 0 -1 4202560 784 0 0 0 13 38 0 0 20 0 22 0 13267375 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173253798504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17207] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17207/stat : 17207 (java) S 17192 17195 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173252744824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17208] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17208/stat : 17208 (java) S 17192 17195 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173251692168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17209] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17209/stat : 17209 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173250640912 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17210] ppid=17192 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/17195/task/17210/stat : 17210 (java) S 17192 17195 17164 0 -1 4202560 9211 0 0 0 123 2 0 0 20 0 22 0 13267379 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173249587256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17211] ppid=17192 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/17195/task/17211/stat : 17211 (java) S 17192 17195 17164 0 -1 4202560 9521 0 0 0 144 2 0 0 20 0 22 0 13267379 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173248534712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17212] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17212/stat : 17212 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173247482360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17213] ppid=17192 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17195/task/17213/stat : 17213 (java) S 17192 17195 17164 0 -1 4202560 51 0 0 0 19 19 0 0 20 0 22 0 13267379 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173246430024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17246] ppid=17192 vsize=9824732 CPUtime=870.91 cores=1,3,5,7
/proc/17195/task/17246/stat : 17246 (java) R 17192 17195 17164 0 -1 4202560 278 0 0 0 87076 15 0 0 20 0 22 0 13267411 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173245005456 140173254414898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17247] ppid=17192 vsize=9824732 CPUtime=871.29 cores=1,3,5,7
/proc/17195/task/17247/stat : 17247 (java) R 17192 17195 17164 0 -1 4202560 1174 0 0 0 87098 31 0 0 20 0 22 0 13267411 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173243954048 140173254555110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17248] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17248/stat : 17248 (java) S 17192 17195 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267412 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173242902056 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17249] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17249/stat : 17249 (java) S 17192 17195 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267412 10060525568 346779 33554432000 1073741824 1073778376 140737034308112 140173241849512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1775.75
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.408 s]
/proc/loadavg: 4.04 3.85 3.02 5/219 17273
/proc/meminfo: memFree=29115816/32872528 swapFree=188940/188940
[pid=17195] ppid=17192 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/17195/stat : 17195 (java) S 17192 17195 17164 0 -1 4202496 28046 0 1 0 179881 125 0 0 20 0 22 0 13267370 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140737034299248 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17195/statm: 2456183 347129 2294 9 0 2446860 0
[pid=17195/tid=17197] ppid=17192 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/17195/task/17197/stat : 17197 (java) S 17192 17195 17164 0 -1 4202560 2459 0 1 0 35 4 0 0 20 0 22 0 13267371 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173429912440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17198] ppid=17192 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/17195/task/17198/stat : 17198 (java) S 17192 17195 17164 0 -1 4202560 364 0 0 0 323 6 0 0 20 0 22 0 13267374 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173391403688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17199] ppid=17192 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/17195/task/17199/stat : 17199 (java) S 17192 17195 17164 0 -1 4202560 444 0 0 0 311 7 0 0 20 0 22 0 13267374 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173390351144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17200] ppid=17192 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/17195/task/17200/stat : 17200 (java) S 17192 17195 17164 0 -1 4202560 375 0 0 0 302 6 0 0 20 0 22 0 13267374 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173389298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17201] ppid=17192 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/17195/task/17201/stat : 17201 (java) S 17192 17195 17164 0 -1 4202560 444 0 0 0 313 7 0 0 20 0 22 0 13267374 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173388246056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17202] ppid=17192 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/17195/task/17202/stat : 17202 (java) S 17192 17195 17164 0 -1 4202560 424 0 0 0 309 5 0 0 20 0 22 0 13267374 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173387192488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17203] ppid=17192 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/17195/task/17203/stat : 17203 (java) S 17192 17195 17164 0 -1 4202560 395 0 0 0 330 6 0 0 20 0 22 0 13267374 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173386139944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17204] ppid=17192 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/17195/task/17204/stat : 17204 (java) S 17192 17195 17164 0 -1 4202560 458 0 0 0 332 7 0 0 20 0 22 0 13267374 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173385087400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17205] ppid=17192 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/17195/task/17205/stat : 17205 (java) S 17192 17195 17164 0 -1 4202560 389 0 0 0 323 6 0 0 20 0 22 0 13267374 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173384034856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17206] ppid=17192 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/17195/task/17206/stat : 17206 (java) S 17192 17195 17164 0 -1 4202560 786 0 0 0 13 39 0 0 20 0 22 0 13267375 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173253798504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17207] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17207/stat : 17207 (java) S 17192 17195 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173252744824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17208] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17208/stat : 17208 (java) S 17192 17195 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267376 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173251692168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17209] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17209/stat : 17209 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173250640912 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17210] ppid=17192 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/17195/task/17210/stat : 17210 (java) S 17192 17195 17164 0 -1 4202560 9211 0 0 0 123 2 0 0 20 0 22 0 13267379 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173249587256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17211] ppid=17192 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/17195/task/17211/stat : 17211 (java) S 17192 17195 17164 0 -1 4202560 9521 0 0 0 144 2 0 0 20 0 22 0 13267379 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173248534712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17195/tid=17212] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17212/stat : 17212 (java) S 17192 17195 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267379 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173247482360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17195/tid=17213] ppid=17192 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17195/task/17213/stat : 17213 (java) S 17192 17195 17164 0 -1 4202560 53 0 0 0 19 19 0 0 20 0 22 0 13267379 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173246430024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17246] ppid=17192 vsize=9824732 CPUtime=882.87 cores=1,3,5,7
/proc/17195/task/17246/stat : 17246 (java) R 17192 17195 17164 0 -1 4202560 281 0 0 0 88272 15 0 0 20 0 22 0 13267411 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173245005456 140173254414898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17247] ppid=17192 vsize=9824732 CPUtime=883.27 cores=1,3,5,7
/proc/17195/task/17247/stat : 17247 (java) R 17192 17195 17164 0 -1 4202560 1178 0 0 0 88296 31 0 0 20 0 22 0 13267411 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173243954096 140173254594042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17195/tid=17248] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17248/stat : 17248 (java) S 17192 17195 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267412 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173242902056 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17195/tid=17249] ppid=17192 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17195/task/17249/stat : 17249 (java) S 17192 17195 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267412 10060525568 347129 33554432000 1073741824 1073778376 140737034308112 140173241849512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 17195 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 17195 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=698164
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=781729
# CPU time returned by wait4() is 1796.48
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.467
CPU time (s): 1800.06
CPU user time (s): 1798.81
CPU system time (s): 1.25
CPU usage (%): 201.244
Max. virtual memory (cumulated for all children) (KiB): 9826220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.7
system time used= 1.78173
maximum resident set size= 1390180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28081
page faults= 1
swaps= 0
block input operations= 544
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40214
involuntary context switches= 48030

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.44117 second user time and 7.84481 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-16 23:22:48
IDJOB=4096219
IDBENCH=107583
IDSOLVER=2543
FILE ID=node102/4096219-1466112168
RUNJOBID= node102-1466112168-17181
PBS_JOBID= 19904127
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_27.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096219-1466112168/watcher-4096219-1466112168 -o /tmp/evaluation-result-4096219-1466112168/solver-4096219-1466112168 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466112168-17181 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096219-1466112168.opb

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

MD5SUM BENCH= 6bf17595778ecd6f40d80a634d3566ba
RANDOM SEED=1864801208

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:        31828352 kB
Buffers:           40584 kB
Cached:           114276 kB
SwapCached:         1412 kB
Active:            74688 kB
Inactive:          83028 kB
Active(anon):       4132 kB
Inactive(anon):     1076 kB
Active(file):      70556 kB
Inactive(file):    81952 kB
Unevictable:      188940 kB
Mlocked:          188940 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:               804 kB
Writeback:             0 kB
AnonPages:        191332 kB
Mapped:             6756 kB
Shmem:                 0 kB
Slab:             567108 kB
SReclaimable:      11636 kB
SUnreclaim:       555472 kB
KernelStack:        1344 kB
PageTables:         4124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     285800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71728 MiB
End job on node102 at 2016-06-16 23:37:43