Trace number 4097381

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.1 894.056

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_31.opb
MD5SUM40b6cc1d7ffe1df6b267abb7f869f3da
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 benchmark211.893
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1406
Total number of constraints6702
Number of constraints which are clauses6697
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 constraint37
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 68
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4097381-1466113624.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.52/0.38	c ... done. Wall clock time 0.279s.
0.52/0.38	c declared #vars     1406
0.52/0.38	c #constraints  6706
0.52/0.39	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.52/0.39	c constraints type 
0.52/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3996
0.52/0.39	c org.sat4j.specs.Constr$1 => 4
0.52/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.52/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.52/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2700
0.52/0.39	c 6706 constraints processed.
0.52/0.39	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.52/0.39	c constraints type 
0.52/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2700
0.52/0.39	c org.sat4j.specs.Constr$1 => 4
0.52/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3996
0.52/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.52/0.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.52/0.39	c 6706 constraints processed.
3.97/1.28	c cleaning 2500 clauses out of 5000 with flag 18857/5000
5.71/1.96	c cleaning 4251 clauses out of 8501 with flag 44234/11001
7.56/2.87	c cleaning 5622 clauses out of 11249 with flag 77584/18000
9.60/3.88	c cleaning 6811 clauses out of 13628 with flag 112974/26001
12.25/5.12	c cleaning 7905 clauses out of 15818 with flag 148800/35002
15.36/6.62	c cleaning 8949 clauses out of 17912 with flag 196375/45001
18.35/8.18	c cleaning 9978 clauses out of 19963 with flag 245213/56001
22.20/10.09	c cleaning 10984 clauses out of 21984 with flag 295947/68000
26.59/12.25	c cleaning 11998 clauses out of 24002 with flag 349494/81002
31.99/14.98	c cleaning 12999 clauses out of 26003 with flag 427415/95001
36.99/17.44	c cleaning 13997 clauses out of 28004 with flag 489556/110001
42.82/20.30	c cleaning 15003 clauses out of 30006 with flag 564704/126000
43.02/20.44	c cleaning 0 clauses out of 5000 with flag 0/5000
49.13/23.33	c cleaning 15996 clauses out of 32004 with flag 632139/143001
55.92/26.65	c cleaning 16996 clauses out of 34008 with flag 710270/161001
62.73/30.08	c cleaning 18001 clauses out of 36012 with flag 794928/180001
69.93/33.67	c cleaning 18996 clauses out of 38012 with flag 886444/200002
77.75/37.52	c cleaning 20002 clauses out of 40014 with flag 979944/221000
86.17/41.80	c cleaning 20997 clauses out of 42012 with flag 1080139/243000
95.97/46.67	c cleaning 22007 clauses out of 44017 with flag 1181047/266002
107.00/52.18	c cleaning 22998 clauses out of 46008 with flag 1290231/290000
118.62/57.96	c cleaning 24002 clauses out of 48013 with flag 1409489/315003
132.08/64.61	c cleaning 25000 clauses out of 50009 with flag 1545648/341001
146.53/71.86	c cleaning 26000 clauses out of 52009 with flag 1687960/368001
160.76/78.93	c cleaning 27002 clauses out of 54008 with flag 1841040/396000
177.19/87.13	c cleaning 27997 clauses out of 56006 with flag 1998118/425000
194.86/95.92	c cleaning 29000 clauses out of 58010 with flag 2141280/455001
213.38/105.19	c cleaning 29998 clauses out of 60011 with flag 2295727/486002
233.49/115.14	c cleaning 31001 clauses out of 62011 with flag 2457374/518000
254.99/125.86	c cleaning 31997 clauses out of 64010 with flag 2616881/551000
275.86/136.26	c cleaning 0 clauses out of 11000 with flag 0/11000
276.89/136.73	c cleaning 33005 clauses out of 66015 with flag 2776923/585002
300.18/148.30	c cleaning 33999 clauses out of 68008 with flag 2950128/620000
326.31/161.35	c cleaning 35001 clauses out of 70009 with flag 3155498/656000
353.44/174.85	c cleaning 35996 clauses out of 72008 with flag 3339585/693000
383.98/190.06	c cleaning 37000 clauses out of 74014 with flag 3542005/731002
414.08/205.01	c cleaning 37999 clauses out of 76012 with flag 3743149/770000
446.26/221.10	c cleaning 38999 clauses out of 78014 with flag 3960705/810001
480.20/237.90	c cleaning 40002 clauses out of 80015 with flag 4191112/851001
515.57/255.50	c cleaning 41001 clauses out of 82012 with flag 4421617/893000
556.15/275.74	c cleaning 42000 clauses out of 84011 with flag 4677273/936000
593.18/294.15	c cleaning 42997 clauses out of 86012 with flag 4922032/980001
633.45/314.11	c cleaning 44000 clauses out of 88015 with flag 5170574/1025001
675.05/334.80	c cleaning 45000 clauses out of 90014 with flag 5428800/1071000
718.29/356.33	c cleaning 46000 clauses out of 92015 with flag 5697379/1118001
766.58/380.37	c cleaning 47002 clauses out of 94014 with flag 5979263/1166000
815.48/404.66	c cleaning 48002 clauses out of 96012 with flag 6272257/1215000
868.17/430.83	c cleaning 48994 clauses out of 98010 with flag 6578843/1265000
925.90/459.53	c cleaning 50002 clauses out of 100016 with flag 6898692/1316000
960.93/476.92	c cleaning 0 clauses out of 18001 with flag 0/18001
982.86/487.84	c cleaning 51001 clauses out of 102014 with flag 7226246/1368000
1040.40/516.42	c cleaning 51997 clauses out of 104013 with flag 7532354/1421000
1101.11/546.68	c cleaning 52999 clauses out of 106017 with flag 7849765/1475001
1166.11/578.91	c cleaning 54003 clauses out of 108018 with flag 8199568/1530001
1232.43/611.97	c cleaning 55001 clauses out of 110014 with flag 8520308/1586000
1303.68/647.30	c cleaning 55998 clauses out of 112014 with flag 8899028/1643001
1377.73/684.17	c cleaning 57002 clauses out of 114017 with flag 9277462/1701002
1450.45/720.26	c cleaning 58000 clauses out of 116014 with flag 9623266/1760001
1527.11/758.39	c cleaning 58999 clauses out of 118015 with flag 10000712/1820002
1607.57/798.36	c cleaning 60001 clauses out of 120016 with flag 10378898/1881002
1688.86/838.76	c cleaning 61000 clauses out of 122013 with flag 10738084/1943000
1770.71/879.45	c cleaning 62000 clauses out of 124013 with flag 11125494/2006000
1800.10/894.01	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/894.01	c starts		: 194
1800.10/894.01	c conflicts		: 2033142
1800.10/894.01	c decisions		: 2327161
1800.10/894.01	c propagations		: 198816916
1800.10/894.01	c inspects		: 11203526228
1800.10/894.01	c shortcuts		: 0
1800.10/894.01	c learnt literals	: 0
1800.10/894.01	c learnt binary clauses	: 0
1800.10/894.01	c learnt ternary clauses	: 27
1800.10/894.01	c learnt constraints	: 2033142
1800.10/894.01	c ignored constraints	: 0
1800.10/894.01	c root simplifications	: 0
1800.10/894.01	c removed literals (reason simplification)	: 17719423
1800.10/894.01	c reason swapping (by a shorter reason)	: 0
1800.10/894.01	c Calls to reduceDB	: 59
1800.10/894.01	c Number of update (reduction) of LBD	: 404110
1800.10/894.01	c Imported unit clauses	: 0
1800.10/894.01	c number of reductions to clauses (during analyze)	: 0
1800.10/894.01	c number of learned constraints concerned by reduction	: 0
1800.10/894.01	c number of learning phase by resolution	: 0
1800.10/894.01	c number of learning phase by cutting planes	: 0
1800.10/894.01	c speed (assignments/second)	: 222486.91266455688
1800.10/894.01	c non guided choices	145
1800.10/894.03	c learnt constraints type 
1800.10/894.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89156
1800.10/894.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/894.03	c starts		: 52
1800.10/894.03	c conflicts		: 23347
1800.10/894.03	c decisions		: 28006
1800.10/894.03	c propagations		: 3411329
1800.10/894.03	c inspects		: 1220811457
1800.10/894.03	c shortcuts		: 0
1800.10/894.03	c learnt literals	: 0
1800.10/894.03	c learnt binary clauses	: 0
1800.10/894.03	c learnt ternary clauses	: 1
1800.10/894.03	c learnt constraints	: 23347
1800.10/894.03	c ignored constraints	: 0
1800.10/894.03	c root simplifications	: 0
1800.10/894.03	c removed literals (reason simplification)	: 0
1800.10/894.03	c reason swapping (by a shorter reason)	: 0
1800.10/894.03	c Calls to reduceDB	: 3
1800.10/894.03	c Number of update (reduction) of LBD	: 0
1800.10/894.03	c Imported unit clauses	: 0
1800.10/894.03	c number of reductions to clauses (during analyze)	: 0
1800.10/894.03	c number of learned constraints concerned by reduction	: 0
1800.10/894.03	c number of learning phase by resolution	: 0
1800.10/894.03	c number of learning phase by cutting planes	: 0
1800.10/894.03	c speed (assignments/second)	: 3817.338282375137
1800.10/894.03	c non guided choices	145
1800.10/894.04	c learnt constraints type 
1800.10/894.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5096
1800.10/894.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 286
1800.10/894.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17965
1800.10/894.04	s UNKNOWN
1800.10/894.04	c Total wall clock time (in seconds): 893.937

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

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

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


[startup+0 s]
/proc/loadavg: 4.21 4.20 3.63 4/197 32294
/proc/meminfo: memFree=29147592/32872528 swapFree=1430864/1543284
[pid=32294] ppid=32291 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32294/stat : 32294 (java) S 32291 32294 31185 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13411149 98570240 977 33554432000 1073741824 1073778376 140737453470720 140737453461856 266439000125 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32294/statm: 24065 977 743 9 0 16771 0
[pid=32294/tid=32295] ppid=32291 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32295/stat : 32295 (java) R 32291 32294 31185 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13411150 98570240 977 33554432000 1073741824 1073778376 140737453470720 140589874564648 266435642752 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.21 4.20 3.63 4/197 32294
/proc/meminfo: memFree=29147592/32872528 swapFree=1430864/1543284
[pid=32294] ppid=32291 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/32294/stat : 32294 (java) S 32291 32294 31185 0 -1 4202496 4488 0 1 0 10 1 0 0 20 0 18 0 13411149 9787879424 6118 33554432000 1073741824 1073778376 140737453470720 140737453461856 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32294/statm: 2389619 6118 2156 9 0 2380296 0
[pid=32294/tid=32295] ppid=32291 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32294/task/32295/stat : 32295 (java) R 32291 32294 31185 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 13411150 9787879424 6118 33554432000 1073741824 1073778376 140737453470720 140589874568096 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200287 s]
/proc/loadavg: 4.21 4.20 3.63 4/197 32294
/proc/meminfo: memFree=29147592/32872528 swapFree=1430864/1543284
[pid=32294] ppid=32291 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/32294/stat : 32294 (java) S 32291 32294 31185 0 -1 4202496 4975 0 1 0 27 1 0 0 20 0 18 0 13411149 9787879424 7030 33554432000 1073741824 1073778376 140737453470720 140737453461856 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32294/statm: 2389619 7030 2216 9 0 2380296 0
[pid=32294/tid=32295] ppid=32291 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/32294/task/32295/stat : 32295 (java) R 32291 32294 31185 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 18 0 13411150 9787879424 7030 33554432000 1073741824 1073778376 140737453470720 140589874569528 140589731522726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300283 s]
/proc/loadavg: 4.21 4.20 3.63 4/197 32294
/proc/meminfo: memFree=29147592/32872528 swapFree=1430864/1543284
[pid=32294] ppid=32291 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/32294/stat : 32294 (java) S 32291 32294 31185 0 -1 4202496 5980 0 1 0 51 1 0 0 20 0 18 0 13411149 9787879424 9523 33554432000 1073741824 1073778376 140737453470720 140737453461856 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32294/statm: 2389619 9523 2234 9 0 2380296 0
[pid=32294/tid=32295] ppid=32291 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/32294/task/32295/stat : 32295 (java) R 32291 32294 31185 0 -1 4202560 2404 0 1 0 27 0 0 0 20 0 18 0 13411150 9787879424 9523 33554432000 1073741824 1073778376 140737453470720 140589874569528 266439015480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700252 s]
/proc/loadavg: 4.21 4.20 3.63 4/197 32294
/proc/meminfo: memFree=29147592/32872528 swapFree=1430864/1543284
[pid=32294] ppid=32291 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/32294/stat : 32294 (java) S 32291 32294 31185 0 -1 4202496 15147 0 1 0 197 3 0 0 20 0 22 0 13411149 10060525568 19025 33554432000 1073741824 1073778376 140737453470720 140737453461856 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32294/statm: 2456183 19025 2267 9 0 2446860 0
[pid=32294/tid=32295] ppid=32291 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/32294/task/32295/stat : 32295 (java) S 32291 32294 31185 0 -1 4202560 2428 0 1 0 37 0 0 0 20 0 22 0 13411150 10060525568 19025 33554432000 1073741824 1073778376 140737453470720 140589874570104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.27 4.21 3.64 7/219 32316
/proc/meminfo: memFree=29010068/32872528 swapFree=1430864/1543284
[pid=32294] ppid=32291 vsize=9824732 CPUtime=4.8 cores=1,3,5,7
/proc/32294/stat : 32294 (java) S 32291 32294 31185 0 -1 4202496 26084 0 1 0 473 7 0 0 20 0 22 0 13411149 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140737453461856 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32294/statm: 2456183 46929 2290 9 0 2446860 0
[pid=32294/tid=32295] ppid=32291 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/32294/task/32295/stat : 32295 (java) S 32291 32294 31185 0 -1 4202560 2428 0 1 0 37 0 0 0 20 0 22 0 13411150 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589874570104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32297] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32297/stat : 32297 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589852670248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32298] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32298/stat : 32298 (java) S 32291 32294 31185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589851617448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32299] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32299/stat : 32299 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589850565160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32300] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32300/stat : 32300 (java) S 32291 32294 31185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589513304488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32301] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32301/stat : 32301 (java) S 32291 32294 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589512252200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32302] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32302/stat : 32302 (java) S 32291 32294 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589511199400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32303] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32303/stat : 32303 (java) S 32291 32294 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589510147112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32304] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32304/stat : 32304 (java) S 32291 32294 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589509094312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32305] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32305/stat : 32305 (java) S 32291 32294 31185 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589496895720 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32306] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32306/stat : 32306 (java) S 32291 32294 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589495841784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32307] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32307/stat : 32307 (java) S 32291 32294 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589494789384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32308] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32308/stat : 32308 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589493737872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32309] ppid=32291 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/32294/task/32309/stat : 32309 (java) R 32291 32294 31185 0 -1 4202560 8637 0 0 0 104 2 0 0 20 0 22 0 13411154 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589492685496 140589882286771 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32310] ppid=32291 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/32294/task/32310/stat : 32310 (java) R 32291 32294 31185 0 -1 4202560 13529 0 0 0 108 3 0 0 20 0 22 0 13411154 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589491632696 140589878192675 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32311] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32311/stat : 32311 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589490580600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32312] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32312/stat : 32312 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589489528008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32313] ppid=32291 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/32294/task/32313/stat : 32313 (java) R 32291 32294 31185 0 -1 4202560 20 0 0 0 107 0 0 0 20 0 22 0 13411189 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589488005568 140589732031544 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32314] ppid=32291 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/32294/task/32314/stat : 32314 (java) R 32291 32294 31185 0 -1 4202560 87 0 0 0 106 1 0 0 20 0 22 0 13411189 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589486951568 140589731964554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32315] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32315/stat : 32315 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411189 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589485900968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32316] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32316/stat : 32316 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411189 10060525568 46929 33554432000 1073741824 1073778376 140737453470720 140589484848168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.27 4.21 3.64 5/219 32316
/proc/meminfo: memFree=28960904/32872528 swapFree=1430864/1543284
[pid=32294] ppid=32291 vsize=9824732 CPUtime=8.18 cores=1,3,5,7
/proc/32294/stat : 32294 (java) S 32291 32294 31185 0 -1 4202496 26602 0 1 0 807 11 0 0 20 0 22 0 13411149 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140737453461856 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32294/statm: 2456183 82528 2292 9 0 2446860 0
[pid=32294/tid=32295] ppid=32291 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/32294/task/32295/stat : 32295 (java) S 32291 32294 31185 0 -1 4202560 2428 0 1 0 37 0 0 0 20 0 22 0 13411150 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589874570104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32297] ppid=32291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32294/task/32297/stat : 32297 (java) S 32291 32294 31185 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 13411151 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589852670248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32298] ppid=32291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32294/task/32298/stat : 32298 (java) S 32291 32294 31185 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 22 0 13411151 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589851617448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32299] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32299/stat : 32299 (java) S 32291 32294 31185 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589850565160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32300] ppid=32291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32294/task/32300/stat : 32300 (java) S 32291 32294 31185 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 13411151 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589513304488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32301] ppid=32291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32294/task/32301/stat : 32301 (java) S 32291 32294 31185 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 22 0 13411151 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589512252200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32302] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32302/stat : 32302 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589511199400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32303] ppid=32291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32294/task/32303/stat : 32303 (java) S 32291 32294 31185 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 22 0 13411151 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589510147112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32304] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32304/stat : 32304 (java) S 32291 32294 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589509094312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32305] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32305/stat : 32305 (java) S 32291 32294 31185 0 -1 4202560 184 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589496895720 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32306] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32306/stat : 32306 (java) S 32291 32294 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589495841784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32307] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32307/stat : 32307 (java) S 32291 32294 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589494789384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32308] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32308/stat : 32308 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589493737872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32309] ppid=32291 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/32294/task/32309/stat : 32309 (java) S 32291 32294 31185 0 -1 4202560 8639 0 0 0 108 2 0 0 20 0 22 0 13411154 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589492685496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32310] ppid=32291 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/32294/task/32310/stat : 32310 (java) S 32291 32294 31185 0 -1 4202560 13679 0 0 0 119 3 0 0 20 0 22 0 13411154 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589491632696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32311] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32311/stat : 32311 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589490580600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32312] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32312/stat : 32312 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589489528008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32313] ppid=32291 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/32294/task/32313/stat : 32313 (java) R 32291 32294 31185 0 -1 4202560 21 0 0 0 262 0 0 0 20 0 22 0 13411189 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589488003720 140589732182997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32314] ppid=32291 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/32294/task/32314/stat : 32314 (java) R 32291 32294 31185 0 -1 4202560 147 0 0 0 260 3 0 0 20 0 22 0 13411189 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589486951584 140589732233120 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32315] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32315/stat : 32315 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411189 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589485900968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32316] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32316/stat : 32316 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411189 10060525568 82528 33554432000 1073741824 1073778376 140737453470720 140589484848168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.33 4.22 3.65 6/219 32316
/proc/meminfo: memFree=28564840/32872528 swapFree=1430864/1543284
[pid=32294] ppid=32291 vsize=9824732 CPUtime=14.75 cores=1,3,5,7
/proc/32294/stat : 32294 (java) S 32291 32294 31185 0 -1 4202496 27405 0 1 0 1457 18 0 0 20 0 22 0 13411149 10060525568 160938 33554432000 1073741824 1073778376 140737453470720 140737453461856 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32294/statm: 2456183 160938 2292 9 0 2446860 0
[pid=32294/tid=32295] ppid=32291 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/32294/task/32295/stat : 32295 (java) S 32291 32294 31185 0 -1 4202560 2428 0 1 0 37 0 0 0 20 0 22 0 13411150 10060525568 160938 33554432000 1073741824 1073778376 140737453470720 140589874570104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32297] ppid=32291 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/32294/task/32297/stat : 32297 (java) S 32291 32294 31185 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 13411151 10060525568 160938 33554432000 1073741824 1073778376 140737453470720 140589852670248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32298] ppid=32291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32294/task/32298/stat : 32298 (java) S 32291 32294 31185 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 22 0 13411151 10060525568 160938 33554432000 1073741824 1073778376 140737453470720 140589851617448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32299] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32299/stat : 32299 (java) S 32291 32294 31185 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 22 0 13411151 10060525568 160938 33554432000 1073741824 1073778376 140737453470720 140589850565160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32300] ppid=32291 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/32294/task/32300/stat : 32300 (java) S 32291 32294 31185 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 13411151 10060525568 160938 33554432000 1073741824 1073778376 140737453470720 140589513304488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32301] ppid=32291 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/32294/task/32301/stat : 32301 (java) S 32291 32294 31185 0 -1 4202560 57 0 0 0 2 1 0 0 20 0 22 0 13411151 10060525568 160938 33554432000 1073741824 1073778376 140737453470720 140589512252200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32302] ppid=32291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32294/task/32302/stat : 32302 (java) S 32291 32294 31185 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 13411151 10060525568 160938 33554432000 1073741824 1073778376 140737453470720 140589511199400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32303] ppid=32291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32294/task/32303/stat : 32303 (java) S 32291 32294 31185 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 22 0 13411151 10060525568 160938 33554432000 1073741824 1073778376 140737453470720 140589510147112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32304] ppid=32291 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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

/proc/32294/task/32299/stat : 32299 (java) S 32291 32294 31185 0 -1 4202560 359 0 0 0 284 4 0 0 20 0 22 0 13411151 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589850565160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32300] ppid=32291 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/32294/task/32300/stat : 32300 (java) S 32291 32294 31185 0 -1 4202560 364 0 0 0 289 6 0 0 20 0 22 0 13411151 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589513304488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32301] ppid=32291 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/32294/task/32301/stat : 32301 (java) S 32291 32294 31185 0 -1 4202560 386 0 0 0 290 5 0 0 20 0 22 0 13411151 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589512252200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32302] ppid=32291 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/32294/task/32302/stat : 32302 (java) S 32291 32294 31185 0 -1 4202560 322 0 0 0 277 5 0 0 20 0 22 0 13411151 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589511199400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32303] ppid=32291 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/32294/task/32303/stat : 32303 (java) S 32291 32294 31185 0 -1 4202560 376 0 0 0 293 4 0 0 20 0 22 0 13411151 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589510147112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32304] ppid=32291 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/32294/task/32304/stat : 32304 (java) S 32291 32294 31185 0 -1 4202560 346 0 0 0 293 5 0 0 20 0 22 0 13411151 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589509094312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32305] ppid=32291 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/32294/task/32305/stat : 32305 (java) S 32291 32294 31185 0 -1 4202560 782 0 0 0 14 37 0 0 20 0 22 0 13411152 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589496895720 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32306] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32306/stat : 32306 (java) S 32291 32294 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589495841784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32307] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32307/stat : 32307 (java) S 32291 32294 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589494789384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32308] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32308/stat : 32308 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589493737872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32309] ppid=32291 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/32294/task/32309/stat : 32309 (java) S 32291 32294 31185 0 -1 4202560 12132 0 0 0 169 2 0 0 20 0 22 0 13411154 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589492685496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32310] ppid=32291 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/32294/task/32310/stat : 32310 (java) S 32291 32294 31185 0 -1 4202560 13679 0 0 0 131 3 0 0 20 0 22 0 13411154 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589491632696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32311] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32311/stat : 32311 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589490580600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32312] ppid=32291 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/32294/task/32312/stat : 32312 (java) S 32291 32294 31185 0 -1 4202560 49 0 0 0 11 24 0 0 20 0 22 0 13411154 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589489528008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32313] ppid=32291 vsize=9824732 CPUtime=811.96 cores=1,3,5,7
/proc/32294/task/32313/stat : 32313 (java) R 32291 32294 31185 0 -1 4202560 205 0 0 0 81182 14 0 0 20 0 22 0 13411189 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589488004400 140589732032107 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32314] ppid=32291 vsize=9824732 CPUtime=812.08 cores=1,3,5,7
/proc/32294/task/32314/stat : 32314 (java) R 32291 32294 31185 0 -1 4202560 1542 0 0 0 81168 40 0 0 20 0 22 0 13411189 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589486952704 140589732286531 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32315] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32315/stat : 32315 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411189 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589485900968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32316] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32316/stat : 32316 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411189 10060525568 385996 33554432000 1073741824 1073778376 140737453470720 140589484848168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1655.88
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.19 4.21 4.00 6/220 451
/proc/meminfo: memFree=27283016/32872528 swapFree=1430864/1543284
[pid=32294] ppid=32291 vsize=9824732 CPUtime=1776.55 cores=1,3,5,7
/proc/32294/stat : 32294 (java) S 32291 32294 31185 0 -1 4202496 35044 0 1 0 177523 132 0 0 20 0 22 0 13411149 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140737453461856 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32294/statm: 2456183 385186 2293 9 0 2446860 0
[pid=32294/tid=32295] ppid=32291 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/32294/task/32295/stat : 32295 (java) S 32291 32294 31185 0 -1 4202560 2438 0 1 0 39 3 0 0 20 0 22 0 13411150 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589874570104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32297] ppid=32291 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/32294/task/32297/stat : 32297 (java) S 32291 32294 31185 0 -1 4202560 365 0 0 0 303 6 0 0 20 0 22 0 13411151 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589852670248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32298] ppid=32291 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/32294/task/32298/stat : 32298 (java) S 32291 32294 31185 0 -1 4202560 384 0 0 0 312 6 0 0 20 0 22 0 13411151 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589851617448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32299] ppid=32291 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/32294/task/32299/stat : 32299 (java) S 32291 32294 31185 0 -1 4202560 361 0 0 0 305 4 0 0 20 0 22 0 13411151 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589850565160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32300] ppid=32291 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/32294/task/32300/stat : 32300 (java) S 32291 32294 31185 0 -1 4202560 367 0 0 0 310 6 0 0 20 0 22 0 13411151 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589513304488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32301] ppid=32291 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/32294/task/32301/stat : 32301 (java) S 32291 32294 31185 0 -1 4202560 387 0 0 0 309 5 0 0 20 0 22 0 13411151 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589512252200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32302] ppid=32291 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/32294/task/32302/stat : 32302 (java) S 32291 32294 31185 0 -1 4202560 322 0 0 0 297 5 0 0 20 0 22 0 13411151 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589511199400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32303] ppid=32291 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/32294/task/32303/stat : 32303 (java) S 32291 32294 31185 0 -1 4202560 380 0 0 0 319 4 0 0 20 0 22 0 13411151 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589510147112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32304] ppid=32291 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/32294/task/32304/stat : 32304 (java) S 32291 32294 31185 0 -1 4202560 350 0 0 0 315 5 0 0 20 0 22 0 13411151 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589509094312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32305] ppid=32291 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/32294/task/32305/stat : 32305 (java) S 32291 32294 31185 0 -1 4202560 784 0 0 0 15 38 0 0 20 0 22 0 13411152 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589496895720 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32306] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32306/stat : 32306 (java) S 32291 32294 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589495841784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32307] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32307/stat : 32307 (java) S 32291 32294 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589494789384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32308] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32308/stat : 32308 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589493737872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32309] ppid=32291 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/32294/task/32309/stat : 32309 (java) S 32291 32294 31185 0 -1 4202560 12132 0 0 0 169 2 0 0 20 0 22 0 13411154 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589492685496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32310] ppid=32291 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/32294/task/32310/stat : 32310 (java) S 32291 32294 31185 0 -1 4202560 13679 0 0 0 131 3 0 0 20 0 22 0 13411154 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589491632696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32311] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32311/stat : 32311 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589490580600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32312] ppid=32291 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/32294/task/32312/stat : 32312 (java) S 32291 32294 31185 0 -1 4202560 51 0 0 0 13 25 0 0 20 0 22 0 13411154 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589489528008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32313] ppid=32291 vsize=9824732 CPUtime=871.27 cores=1,3,5,7
/proc/32294/task/32313/stat : 32313 (java) R 32291 32294 31185 0 -1 4202560 213 0 0 0 87112 15 0 0 20 0 22 0 13411189 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589488004400 140589732032200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32314] ppid=32291 vsize=9824732 CPUtime=871.36 cores=1,3,5,7
/proc/32294/task/32314/stat : 32314 (java) R 32291 32294 31185 0 -1 4202560 1565 0 0 0 87095 41 0 0 20 0 22 0 13411189 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589486952720 140589732295645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32315] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32315/stat : 32315 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411189 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589485900968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32316] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32316/stat : 32316 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411189 10060525568 385186 33554432000 1073741824 1073778376 140737453470720 140589484848168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1776.55
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.001 s]
/proc/loadavg: 4.24 4.22 4.01 5/220 451
/proc/meminfo: memFree=27282760/32872528 swapFree=1430864/1543284
[pid=32294] ppid=32291 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/32294/stat : 32294 (java) S 32291 32294 31185 0 -1 4202496 35059 0 1 0 179877 133 0 0 20 0 22 0 13411149 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140737453461856 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32294/statm: 2456183 384992 2293 9 0 2446860 0
[pid=32294/tid=32295] ppid=32291 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/32294/task/32295/stat : 32295 (java) S 32291 32294 31185 0 -1 4202560 2438 0 1 0 39 3 0 0 20 0 22 0 13411150 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589874570104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32297] ppid=32291 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/32294/task/32297/stat : 32297 (java) S 32291 32294 31185 0 -1 4202560 365 0 0 0 307 6 0 0 20 0 22 0 13411151 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589852670248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32298] ppid=32291 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/32294/task/32298/stat : 32298 (java) S 32291 32294 31185 0 -1 4202560 385 0 0 0 316 6 0 0 20 0 22 0 13411151 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589851617448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32299] ppid=32291 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/32294/task/32299/stat : 32299 (java) S 32291 32294 31185 0 -1 4202560 362 0 0 0 311 4 0 0 20 0 22 0 13411151 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589850565160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32300] ppid=32291 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/32294/task/32300/stat : 32300 (java) S 32291 32294 31185 0 -1 4202560 369 0 0 0 316 6 0 0 20 0 22 0 13411151 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589513304488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32301] ppid=32291 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/32294/task/32301/stat : 32301 (java) S 32291 32294 31185 0 -1 4202560 388 0 0 0 314 5 0 0 20 0 22 0 13411151 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589512252200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32302] ppid=32291 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/32294/task/32302/stat : 32302 (java) S 32291 32294 31185 0 -1 4202560 322 0 0 0 302 5 0 0 20 0 22 0 13411151 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589511199400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32303] ppid=32291 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/32294/task/32303/stat : 32303 (java) S 32291 32294 31185 0 -1 4202560 380 0 0 0 323 4 0 0 20 0 22 0 13411151 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589510147112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32304] ppid=32291 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/32294/task/32304/stat : 32304 (java) S 32291 32294 31185 0 -1 4202560 351 0 0 0 319 5 0 0 20 0 22 0 13411151 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589509094312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32305] ppid=32291 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/32294/task/32305/stat : 32305 (java) S 32291 32294 31185 0 -1 4202560 786 0 0 0 15 39 0 0 20 0 22 0 13411152 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589496895720 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32306] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32306/stat : 32306 (java) S 32291 32294 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589495841784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32307] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32307/stat : 32307 (java) S 32291 32294 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13411152 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589494789384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32308] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32308/stat : 32308 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589493737872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32309] ppid=32291 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/32294/task/32309/stat : 32309 (java) S 32291 32294 31185 0 -1 4202560 12132 0 0 0 169 2 0 0 20 0 22 0 13411154 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589492685496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32294/tid=32310] ppid=32291 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/32294/task/32310/stat : 32310 (java) S 32291 32294 31185 0 -1 4202560 13679 0 0 0 131 3 0 0 20 0 22 0 13411154 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589491632696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32311] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32311/stat : 32311 (java) S 32291 32294 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13411154 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589490580600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32294/tid=32312] ppid=32291 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/32294/task/32312/stat : 32312 (java) S 32291 32294 31185 0 -1 4202560 53 0 0 0 13 25 0 0 20 0 22 0 13411154 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589489528008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32313] ppid=32291 vsize=9824732 CPUtime=882.83 cores=1,3,5,7
/proc/32294/task/32313/stat : 32313 (java) R 32291 32294 31185 0 -1 4202560 214 0 0 0 88268 15 0 0 20 0 22 0 13411189 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589488004504 140589732287874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32294/tid=32314] ppid=32291 vsize=9824732 CPUtime=882.91 cores=1,3,5,7
/proc/32294/task/32314/stat : 32314 (java) R 32291 32294 31185 0 -1 4202560 1569 0 0 0 88250 41 0 0 20 0 22 0 13411189 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589486950816 140589732296066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32315] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32315/stat : 32315 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411189 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589485900968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32294/tid=32316] ppid=32291 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32294/task/32316/stat : 32316 (java) S 32291 32294 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13411189 10060525568 384992 33554432000 1073741824 1073778376 140737453470720 140589484848168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 32294 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 32294 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=168244
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=852718
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.056
CPU time (s): 1800.1
CPU user time (s): 1798.77
CPU system time (s): 1.33
CPU usage (%): 201.341
Max. virtual memory (cumulated for all children) (KiB): 9826112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 1.85272
maximum resident set size= 1730324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35093
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38508
involuntary context switches= 52403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.16506 second user time and 7.13291 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 23:47:04
IDJOB=4097381
IDBENCH=107749
IDSOLVER=2543
FILE ID=node116/4097381-1466113624
RUNJOBID= node116-1466112168-31202
PBS_JOBID= 19904124
Free space on /tmp= 71632 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-6_6_31.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097381-1466113624/watcher-4097381-1466113624 -o /tmp/evaluation-result-4097381-1466113624/solver-4097381-1466113624 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466112168-31202 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097381-1466113624.opb

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

MD5SUM BENCH= 40b6cc1d7ffe1df6b267abb7f869f3da
RANDOM SEED=1076535210

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.781
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.781
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.781
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.54
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.781
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.781
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:        29147964 kB
Buffers:           57120 kB
Cached:           134788 kB
SwapCached:         2820 kB
Active:          1361068 kB
Inactive:         103492 kB
Active(anon):    1272608 kB
Inactive(anon):     2668 kB
Active(file):      88460 kB
Inactive(file):   100824 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099552 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       2820756 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             571196 kB
SReclaimable:      15392 kB
SUnreclaim:       555804 kB
KernelStack:        1624 kB
PageTables:        10504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3424116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1345536 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= 71632 MiB
End job on node116 at 2016-06-17 00:01:58