Trace number 4097220

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.96 894.261

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_26.opb
MD5SUMdeb2b520a929d0bac0030302f1ac1b96
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 benchmark49.0355
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables992
Total number of constraints4686
Number of constraints which are clauses4681
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 constraint31
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 57
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4097220-1466113416.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.50/0.37	c ... done. Wall clock time 0.252s.
0.50/0.37	c declared #vars     992
0.50/0.37	c #constraints  4690
0.50/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.50/0.37	c constraints type 
0.50/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2790
0.50/0.37	c org.sat4j.specs.Constr$1 => 4
0.50/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.50/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.50/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1890
0.50/0.37	c 4690 constraints processed.
0.50/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.50/0.37	c constraints type 
0.50/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1890
0.50/0.37	c org.sat4j.specs.Constr$1 => 4
0.50/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2790
0.50/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.50/0.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.50/0.37	c 4690 constraints processed.
3.47/1.19	c cleaning 2498 clauses out of 5001 with flag 27662/5001
4.94/1.80	c cleaning 4251 clauses out of 8503 with flag 53807/11001
6.59/2.54	c cleaning 5624 clauses out of 11251 with flag 80053/18000
8.72/3.52	c cleaning 6811 clauses out of 13628 with flag 114471/26001
10.95/4.63	c cleaning 7908 clauses out of 15818 with flag 152406/35002
13.60/5.95	c cleaning 8953 clauses out of 17908 with flag 200161/45000
17.01/7.61	c cleaning 9976 clauses out of 19956 with flag 257104/56001
20.64/9.50	c cleaning 10991 clauses out of 21981 with flag 323309/68002
25.06/11.68	c cleaning 11994 clauses out of 23988 with flag 394282/81000
30.27/14.29	c cleaning 12997 clauses out of 25994 with flag 466299/95000
35.69/16.97	c cleaning 13997 clauses out of 27998 with flag 535042/110001
41.71/19.97	c cleaning 14999 clauses out of 30000 with flag 613182/126000
48.52/23.37	c cleaning 0 clauses out of 5000 with flag 0/5000
48.79/23.46	c cleaning 15998 clauses out of 32001 with flag 698768/143000
57.30/27.52	c cleaning 17000 clauses out of 34004 with flag 795606/161001
66.18/31.98	c cleaning 17991 clauses out of 36003 with flag 897173/180000
76.20/36.91	c cleaning 19004 clauses out of 38012 with flag 1007774/200000
86.62/42.18	c cleaning 19998 clauses out of 40010 with flag 1115458/221002
98.08/47.87	c cleaning 21000 clauses out of 42010 with flag 1231619/243000
110.95/54.28	c cleaning 22004 clauses out of 44011 with flag 1358186/266001
125.81/61.65	c cleaning 23002 clauses out of 46007 with flag 1499721/290001
141.63/69.54	c cleaning 23998 clauses out of 48004 with flag 1660144/315000
159.30/78.37	c cleaning 24998 clauses out of 50006 with flag 1789375/341000
178.02/87.69	c cleaning 25999 clauses out of 52008 with flag 1932843/368000
198.30/97.77	c cleaning 27001 clauses out of 54010 with flag 2106623/396001
220.57/108.86	c cleaning 28005 clauses out of 56010 with flag 2296146/425002
245.86/121.46	c cleaning 29002 clauses out of 58004 with flag 2493796/455001
271.55/134.21	c cleaning 29996 clauses out of 60002 with flag 2675933/486001
297.46/147.14	c cleaning 30999 clauses out of 62005 with flag 2832792/518000
302.88/149.90	c cleaning 0 clauses out of 11002 with flag 0/11002
325.22/160.91	c cleaning 31998 clauses out of 64006 with flag 2997601/551000
354.16/175.33	c cleaning 32999 clauses out of 66008 with flag 3171564/585000
388.13/192.27	c cleaning 33999 clauses out of 68010 with flag 3371628/620001
425.37/210.79	c cleaning 34998 clauses out of 70011 with flag 3580465/656001
462.92/229.48	c cleaning 36005 clauses out of 72012 with flag 3792196/693000
505.34/250.51	c cleaning 36996 clauses out of 74007 with flag 4011890/731000
548.83/272.10	c cleaning 37998 clauses out of 76011 with flag 4254777/770000
596.82/296.06	c cleaning 39007 clauses out of 78013 with flag 4541410/810000
648.70/321.89	c cleaning 39995 clauses out of 80006 with flag 4839779/851000
706.47/350.59	c cleaning 41003 clauses out of 82011 with flag 5158934/893000
759.87/377.17	c cleaning 42000 clauses out of 84009 with flag 5477303/936001
812.39/403.29	c cleaning 42998 clauses out of 86008 with flag 5742006/980000
868.89/431.36	c cleaning 44004 clauses out of 88010 with flag 6012137/1025000
934.25/463.87	c cleaning 45000 clauses out of 90006 with flag 6315113/1071000
950.90/472.10	c cleaning 0 clauses out of 18005 with flag 0/18005
993.97/493.54	c cleaning 46000 clauses out of 92009 with flag 6611544/1118003
1064.77/528.77	c cleaning 47001 clauses out of 94006 with flag 6949707/1166000
1140.05/566.10	c cleaning 47997 clauses out of 96005 with flag 7288263/1215000
1225.93/608.83	c cleaning 49001 clauses out of 98009 with flag 7683448/1265001
1302.04/646.60	c cleaning 49997 clauses out of 100007 with flag 8011122/1316000
1380.70/685.74	c cleaning 50997 clauses out of 102010 with flag 8338196/1368000
1466.40/728.38	c cleaning 52004 clauses out of 104015 with flag 8697756/1421002
1549.48/769.61	c cleaning 53002 clauses out of 106009 with flag 9040960/1475000
1639.12/814.26	c cleaning 54000 clauses out of 108007 with flag 9416313/1530000
1736.25/862.54	c cleaning 54997 clauses out of 110007 with flag 9775550/1586000
1800.00/894.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.20	c starts		: 140
1800.00/894.20	c conflicts		: 1626177
1800.00/894.20	c decisions		: 1764254
1800.00/894.20	c propagations		: 164502592
1800.00/894.20	c inspects		: 11067191262
1800.00/894.20	c shortcuts		: 0
1800.00/894.20	c learnt literals	: 0
1800.00/894.20	c learnt binary clauses	: 2
1800.00/894.20	c learnt ternary clauses	: 45
1800.00/894.20	c learnt constraints	: 1626177
1800.00/894.20	c ignored constraints	: 0
1800.00/894.20	c root simplifications	: 0
1800.00/894.20	c removed literals (reason simplification)	: 20948852
1800.00/894.20	c reason swapping (by a shorter reason)	: 0
1800.00/894.20	c Calls to reduceDB	: 52
1800.00/894.20	c Number of update (reduction) of LBD	: 300744
1800.00/894.20	c Imported unit clauses	: 0
1800.00/894.20	c number of reductions to clauses (during analyze)	: 0
1800.00/894.20	c number of learned constraints concerned by reduction	: 0
1800.00/894.20	c number of learning phase by resolution	: 0
1800.00/894.20	c number of learning phase by cutting planes	: 0
1800.00/894.20	c speed (assignments/second)	: 184042.80465592933
1800.00/894.20	c non guided choices	121
1800.00/894.23	c learnt constraints type 
1800.00/894.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.00/894.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95186
1800.00/894.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.23	c starts		: 52
1800.00/894.23	c conflicts		: 23639
1800.00/894.23	c decisions		: 26463
1800.00/894.23	c propagations		: 2932992
1800.00/894.23	c inspects		: 1300878079
1800.00/894.23	c shortcuts		: 0
1800.00/894.23	c learnt literals	: 0
1800.00/894.23	c learnt binary clauses	: 0
1800.00/894.23	c learnt ternary clauses	: 0
1800.00/894.23	c learnt constraints	: 23638
1800.00/894.23	c ignored constraints	: 0
1800.00/894.23	c root simplifications	: 0
1800.00/894.23	c removed literals (reason simplification)	: 0
1800.00/894.23	c reason swapping (by a shorter reason)	: 0
1800.00/894.23	c Calls to reduceDB	: 3
1800.00/894.23	c Number of update (reduction) of LBD	: 0
1800.00/894.23	c Imported unit clauses	: 0
1800.00/894.23	c number of reductions to clauses (during analyze)	: 0
1800.00/894.23	c number of learned constraints concerned by reduction	: 0
1800.00/894.23	c number of learning phase by resolution	: 0
1800.00/894.23	c number of learning phase by cutting planes	: 0
1800.00/894.23	c speed (assignments/second)	: 3281.2838771389097
1800.00/894.23	c non guided choices	121
1800.00/894.24	c learnt constraints type 
1800.00/894.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3631
1800.00/894.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 315
1800.00/894.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19692
1800.00/894.24	s UNKNOWN
1800.00/894.24	c Total wall clock time (in seconds): 894.125

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

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

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


[startup+0 s]
/proc/loadavg: 4.23 4.33 3.57 4/197 10280
/proc/meminfo: memFree=28870968/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 13390205 98570240 976 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 24065 976 743 9 0 16771 0
[pid=10280/tid=10281] ppid=10277 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) R 10277 10280 7556 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13390205 98570240 976 33554432000 1073741824 1073778376 140734464774336 140331449404968 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100093 s]
/proc/loadavg: 4.23 4.33 3.57 4/197 10280
/proc/meminfo: memFree=28870968/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 4396 0 1 0 9 1 0 0 20 0 18 0 13390205 9787879424 6028 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 2389619 6028 2126 9 0 2380296 0
[pid=10280/tid=10281] ppid=10277 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) R 10277 10280 7556 0 -1 4202560 2393 0 1 0 7 0 0 0 20 0 18 0 13390205 9787879424 6028 33554432000 1073741824 1073778376 140734464774336 140331449408416 140331453792192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 4.23 4.33 3.57 4/197 10280
/proc/meminfo: memFree=28870968/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 4682 0 1 0 25 1 0 0 20 0 18 0 13390205 9787879424 6748 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 2389619 6748 2202 9 0 2380296 0
[pid=10280/tid=10281] ppid=10277 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) R 10277 10280 7556 0 -1 4202560 2409 0 1 0 16 1 0 0 20 0 18 0 13390205 9787879424 6748 33554432000 1073741824 1073778376 140734464774336 140331449400088 140331295291467 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300322 s]
/proc/loadavg: 4.23 4.33 3.57 4/197 10280
/proc/meminfo: memFree=28870968/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 5839 0 1 0 49 1 0 0 20 0 18 0 13390205 9787879424 8960 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 2389619 8960 2233 9 0 2380296 0
[pid=10280/tid=10281] ppid=10277 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) R 10277 10280 7556 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 18 0 13390205 9787879424 8960 33554432000 1073741824 1073778376 140734464774336 140331449400088 140331295302355 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700221 s]
/proc/loadavg: 4.23 4.33 3.57 4/197 10280
/proc/meminfo: memFree=28870968/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 15297 0 1 0 196 3 0 0 20 0 22 0 13390205 10060525568 17741 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 2456183 17741 2266 9 0 2446860 0
[pid=10280/tid=10281] ppid=10277 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) S 10277 10280 7556 0 -1 4202560 2452 0 1 0 33 2 0 0 20 0 22 0 13390205 10060525568 17741 33554432000 1073741824 1073778376 140734464774336 140331449410424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 4.23 4.33 3.57 6/219 10302
/proc/meminfo: memFree=28707232/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=9824732 CPUtime=4.51 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 22276 0 1 0 444 7 0 0 20 0 22 0 13390205 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 2456183 44641 2289 9 0 2446860 0
[pid=10280/tid=10281] ppid=10277 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) S 10277 10280 7556 0 -1 4202560 2452 0 1 0 33 2 0 0 20 0 22 0 13390205 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140331449410424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10283] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10283/stat : 10283 (java) S 10277 10280 7556 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140331421862952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10284] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10284/stat : 10284 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140331420810152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10285] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10285/stat : 10285 (java) S 10277 10280 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140331419757352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10286] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10286/stat : 10286 (java) S 10277 10280 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140331418704552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10287] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10287/stat : 10287 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140331417651752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10288] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10288/stat : 10288 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140331416598952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10289] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10289/stat : 10289 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140331415546152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10290] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10290/stat : 10290 (java) S 10277 10280 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140331414493352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10291] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10291/stat : 10291 (java) S 10277 10280 7556 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13390207 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330802318312 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10292] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10292/stat : 10292 (java) S 10277 10280 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13390208 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330801264376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10293] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10293/stat : 10293 (java) S 10277 10280 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13390208 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330800211464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10294] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10294/stat : 10294 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330799159952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10295] ppid=10277 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/10280/task/10295/stat : 10295 (java) R 10277 10280 7556 0 -1 4202560 9830 0 0 0 84 1 0 0 20 0 22 0 13390210 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330798107064 140331455256667 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10296] ppid=10277 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/10280/task/10296/stat : 10296 (java) S 10277 10280 7556 0 -1 4202560 8501 0 0 0 100 2 0 0 20 0 22 0 13390210 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330797054264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10297] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10297/stat : 10297 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330796001656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10298] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10298/stat : 10298 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330794949064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10299] ppid=10277 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/10280/task/10299/stat : 10299 (java) R 10277 10280 7556 0 -1 4202560 32 0 0 0 109 0 0 0 20 0 22 0 13390242 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330793892984 140331295793538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10300] ppid=10277 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/10280/task/10300/stat : 10300 (java) R 10277 10280 7556 0 -1 4202560 88 0 0 0 108 2 0 0 20 0 22 0 13390243 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330792841640 140331295879915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10301] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10301/stat : 10301 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390243 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330791789992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10302] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10302/stat : 10302 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390243 10060525568 44641 33554432000 1073741824 1073778376 140734464774336 140330790737192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.23 4.33 3.57 5/219 10302
/proc/meminfo: memFree=28650944/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=9824732 CPUtime=7.82 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 23020 0 1 0 770 12 0 0 20 0 22 0 13390205 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 2456183 79538 2290 9 0 2446860 0
[pid=10280/tid=10281] ppid=10277 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) S 10277 10280 7556 0 -1 4202560 2452 0 1 0 33 2 0 0 20 0 22 0 13390205 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140331449410424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10283] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10283/stat : 10283 (java) S 10277 10280 7556 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140331421862952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10284] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10284/stat : 10284 (java) S 10277 10280 7556 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140331420810152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10285] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10285/stat : 10285 (java) S 10277 10280 7556 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140331419757352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10286] ppid=10277 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10280/task/10286/stat : 10286 (java) S 10277 10280 7556 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 13390206 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140331418704552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10287] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10287/stat : 10287 (java) S 10277 10280 7556 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140331417651752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10288] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10288/stat : 10288 (java) S 10277 10280 7556 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140331416598952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10289] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10289/stat : 10289 (java) S 10277 10280 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140331415546152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10290] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10290/stat : 10290 (java) S 10277 10280 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140331414493352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10291] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10291/stat : 10291 (java) S 10277 10280 7556 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 13390207 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330802318312 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10292] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10292/stat : 10292 (java) S 10277 10280 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13390208 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330801264376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10293] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10293/stat : 10293 (java) S 10277 10280 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13390208 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330800211464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10294] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10294/stat : 10294 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330799159952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10295] ppid=10277 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/10280/task/10295/stat : 10295 (java) S 10277 10280 7556 0 -1 4202560 10251 0 0 0 90 2 0 0 20 0 22 0 13390210 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330798107064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10296] ppid=10277 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/10280/task/10296/stat : 10296 (java) S 10277 10280 7556 0 -1 4202560 8502 0 0 0 103 2 0 0 20 0 22 0 13390210 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330797054264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10297] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10297/stat : 10297 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330796001656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10298] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10298/stat : 10298 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330794949064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10299] ppid=10277 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/10280/task/10299/stat : 10299 (java) R 10277 10280 7556 0 -1 4202560 35 0 0 0 265 0 0 0 20 0 22 0 13390242 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330793893240 140331295962871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10300] ppid=10277 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/10280/task/10300/stat : 10300 (java) R 10277 10280 7556 0 -1 4202560 146 0 0 0 262 4 0 0 20 0 22 0 13390243 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330792841104 140331295722971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10301] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10301/stat : 10301 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390243 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330791789992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10302] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10302/stat : 10302 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390243 10060525568 79538 33554432000 1073741824 1073778376 140734464774336 140330790737192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.22 4.33 3.57 5/219 10302
/proc/meminfo: memFree=28308780/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=9824732 CPUtime=14.39 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 25211 0 1 0 1419 20 0 0 20 0 22 0 13390205 10060525568 192750 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 2456183 192750 2292 9 0 2446860 0
[pid=10280/tid=10281] ppid=10277 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) S 10277 10280 7556 0 -1 4202560 2452 0 1 0 33 2 0 0 20 0 22 0 13390205 10060525568 192750 33554432000 1073741824 1073778376 140734464774336 140331449410424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10283] ppid=10277 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10280/task/10283/stat : 10283 (java) S 10277 10280 7556 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 22 0 13390206 10060525568 192750 33554432000 1073741824 1073778376 140734464774336 140331421862952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10284] ppid=10277 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10280/task/10284/stat : 10284 (java) S 10277 10280 7556 0 -1 4202560 42 0 0 0 1 0 0 0 20 0 22 0 13390206 10060525568 192750 33554432000 1073741824 1073778376 140734464774336 140331420810152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10285] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10285/stat : 10285 (java) S 10277 10280 7556 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 193262 33554432000 1073741824 1073778376 140734464774336 140331419757352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10286] ppid=10277 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10280/task/10286/stat : 10286 (java) S 10277 10280 7556 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 13390206 10060525568 193262 33554432000 1073741824 1073778376 140734464774336 140331418704552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10287] ppid=10277 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10280/task/10287/stat : 10287 (java) S 10277 10280 7556 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 13390206 10060525568 193262 33554432000 1073741824 1073778376 140734464774336 140331417651752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10288] ppid=10277 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10280/task/10288/stat : 10288 (java) S 10277 10280 7556 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 22 0 13390206 10060525568 193262 33554432000 1073741824 1073778376 140734464774336 140331416598952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10289] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10289/stat : 10289 (java) S 10277 10280 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13390206 10060525568 193262 33554432000 1073741824 1073778376 140734464774336 140331415546152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10290] ppid=10277 vsize=9824732 CPUtime=0.01 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.29 4.29 3.96 5/219 11214
/proc/meminfo: memFree=27210056/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=9824732 CPUtime=1655.4 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 33844 0 1 0 165415 125 0 0 20 0 22 0 13390205 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 2456183 337497 2294 9 0 2446860 0
[pid=10280/tid=10281] ppid=10277 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) S 10277 10280 7556 0 -1 4202560 2461 0 1 0 36 3 0 0 20 0 22 0 13390205 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140331449410424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10283] ppid=10277 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/10280/task/10283/stat : 10283 (java) R 10277 10280 7556 0 -1 4202560 389 0 0 0 290 7 0 0 20 0 22 0 13390206 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140331421862952 140331455918496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10284] ppid=10277 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/10280/task/10284/stat : 10284 (java) R 10277 10280 7556 0 -1 4202560 389 0 0 0 285 7 0 0 20 0 22 0 13390206 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140331420810152 140331455918479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10285] ppid=10277 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/10280/task/10285/stat : 10285 (java) S 10277 10280 7556 0 -1 4202560 403 0 0 0 294 7 0 0 20 0 22 0 13390206 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140331419757352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10286] ppid=10277 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/10280/task/10286/stat : 10286 (java) R 10277 10280 7556 0 -1 4202560 365 0 0 0 287 7 0 0 20 0 22 0 13390206 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140331418704728 140331451969472 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10287] ppid=10277 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/10280/task/10287/stat : 10287 (java) R 10277 10280 7556 0 -1 4202560 389 0 0 0 278 7 0 0 20 0 22 0 13390206 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140331417651752 272889852988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10288] ppid=10277 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/10280/task/10288/stat : 10288 (java) S 10277 10280 7556 0 -1 4202560 425 0 0 0 305 7 0 0 20 0 22 0 13390206 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140331416598952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10289] ppid=10277 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/10280/task/10289/stat : 10289 (java) R 10277 10280 7556 0 -1 4202560 369 0 0 0 289 7 0 0 20 0 22 0 13390206 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140331415546328 140331456308434 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10290] ppid=10277 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/10280/task/10290/stat : 10290 (java) R 10277 10280 7556 0 -1 4202560 364 0 0 0 300 5 0 0 20 0 22 0 13390206 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140331414493352 140331455930950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10291] ppid=10277 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/10280/task/10291/stat : 10291 (java) S 10277 10280 7556 0 -1 4202560 780 0 0 0 10 33 0 0 20 0 22 0 13390207 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330802317192 272889852988 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10292] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10292/stat : 10292 (java) S 10277 10280 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13390208 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330801264376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10293] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10293/stat : 10293 (java) S 10277 10280 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13390208 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330800211464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10294] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10294/stat : 10294 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330799159952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10295] ppid=10277 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/10280/task/10295/stat : 10295 (java) S 10277 10280 7556 0 -1 4202560 10251 0 0 0 96 2 0 0 20 0 22 0 13390210 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330798107064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10296] ppid=10277 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/10280/task/10296/stat : 10296 (java) S 10277 10280 7556 0 -1 4202560 14410 0 0 0 168 3 0 0 20 0 22 0 13390210 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330797054264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10297] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10297/stat : 10297 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330796001656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10298] ppid=10277 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/10280/task/10298/stat : 10298 (java) S 10277 10280 7556 0 -1 4202560 47 0 0 0 14 16 0 0 20 0 22 0 13390210 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330794949064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10299] ppid=10277 vsize=9824732 CPUtime=814.05 cores=0,2,4,6
/proc/10280/task/10299/stat : 10299 (java) S 10277 10280 7556 0 -1 4202560 271 0 0 0 81389 16 0 0 20 0 22 0 13390242 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330793894040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10300] ppid=10277 vsize=9824732 CPUtime=814.2 cores=0,2,4,6
/proc/10280/task/10300/stat : 10300 (java) S 10277 10280 7556 0 -1 4202560 1267 0 0 0 81388 32 0 0 20 0 22 0 13390243 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330792842344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10301] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10301/stat : 10301 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390243 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330791789992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10302] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10302/stat : 10302 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390243 10060525568 337497 33554432000 1073741824 1073778376 140734464774336 140330790737192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1655.4
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.26 3.97 5/219 11216
/proc/meminfo: memFree=27179276/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=9824732 CPUtime=1776.09 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 33918 0 1 0 177478 131 0 0 20 0 22 0 13390205 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 2456183 340864 2294 9 0 2446860 0
[pid=10280/tid=10281] ppid=10277 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) S 10277 10280 7556 0 -1 4202560 2462 0 1 0 37 3 0 0 20 0 22 0 13390205 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140331449410424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10283] ppid=10277 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/10280/task/10283/stat : 10283 (java) S 10277 10280 7556 0 -1 4202560 394 0 0 0 312 7 0 0 20 0 22 0 13390206 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140331421862952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10284] ppid=10277 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/10280/task/10284/stat : 10284 (java) S 10277 10280 7556 0 -1 4202560 395 0 0 0 303 8 0 0 20 0 22 0 13390206 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140331420810152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10285] ppid=10277 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/10280/task/10285/stat : 10285 (java) S 10277 10280 7556 0 -1 4202560 410 0 0 0 315 7 0 0 20 0 22 0 13390206 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140331419757352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10286] ppid=10277 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/10280/task/10286/stat : 10286 (java) S 10277 10280 7556 0 -1 4202560 370 0 0 0 308 7 0 0 20 0 22 0 13390206 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140331418704552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10287] ppid=10277 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/10280/task/10287/stat : 10287 (java) S 10277 10280 7556 0 -1 4202560 390 0 0 0 300 7 0 0 20 0 22 0 13390206 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140331417651752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10288] ppid=10277 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/10280/task/10288/stat : 10288 (java) S 10277 10280 7556 0 -1 4202560 427 0 0 0 326 7 0 0 20 0 22 0 13390206 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140331416598952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10289] ppid=10277 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/10280/task/10289/stat : 10289 (java) S 10277 10280 7556 0 -1 4202560 374 0 0 0 314 7 0 0 20 0 22 0 13390206 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140331415546152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10290] ppid=10277 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/10280/task/10290/stat : 10290 (java) S 10277 10280 7556 0 -1 4202560 370 0 0 0 327 6 0 0 20 0 22 0 13390206 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140331414493352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10291] ppid=10277 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/10280/task/10291/stat : 10291 (java) S 10277 10280 7556 0 -1 4202560 784 0 0 0 11 35 0 0 20 0 22 0 13390207 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330802318312 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10292] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10292/stat : 10292 (java) S 10277 10280 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13390208 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330801264376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10293] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10293/stat : 10293 (java) S 10277 10280 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13390208 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330800211464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10294] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10294/stat : 10294 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330799159952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10295] ppid=10277 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/10280/task/10295/stat : 10295 (java) S 10277 10280 7556 0 -1 4202560 10251 0 0 0 96 2 0 0 20 0 22 0 13390210 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330798107064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10296] ppid=10277 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/10280/task/10296/stat : 10296 (java) S 10277 10280 7556 0 -1 4202560 14410 0 0 0 168 3 0 0 20 0 22 0 13390210 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330797054264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10297] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10297/stat : 10297 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330796001656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10298] ppid=10277 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/10280/task/10298/stat : 10298 (java) S 10277 10280 7556 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 13390210 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330794949064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10299] ppid=10277 vsize=9824732 CPUtime=873.5 cores=0,2,4,6
/proc/10280/task/10299/stat : 10299 (java) R 10277 10280 7556 0 -1 4202560 283 0 0 0 87332 18 0 0 20 0 22 0 13390242 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330793893904 140331295793838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10300] ppid=10277 vsize=9824732 CPUtime=873.64 cores=0,2,4,6
/proc/10280/task/10300/stat : 10300 (java) R 10277 10280 7556 0 -1 4202560 1283 0 0 0 87331 33 0 0 20 0 22 0 13390243 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330792842360 140331295985588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10301] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10301/stat : 10301 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390243 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330791789992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10302] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10302/stat : 10302 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390243 10060525568 340864 33554432000 1073741824 1073778376 140734464774336 140330790737192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1776.09
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.201 s]
/proc/loadavg: 4.24 4.27 3.98 6/219 11217
/proc/meminfo: memFree=27174240/32872528 swapFree=1243920/1391088
[pid=10280] ppid=10277 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/10280/stat : 10280 (java) S 10277 10280 7556 0 -1 4202496 33933 0 1 0 179868 132 0 0 20 0 22 0 13390205 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140734464765472 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10280/statm: 2456183 341229 2294 9 0 2446860 0
[pid=10280/tid=10281] ppid=10277 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/10280/task/10281/stat : 10281 (java) S 10277 10280 7556 0 -1 4202560 2462 0 1 0 37 3 0 0 20 0 22 0 13390205 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140331449410424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10283] ppid=10277 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/10280/task/10283/stat : 10283 (java) S 10277 10280 7556 0 -1 4202560 394 0 0 0 316 7 0 0 20 0 22 0 13390206 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140331421862952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10284] ppid=10277 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/10280/task/10284/stat : 10284 (java) S 10277 10280 7556 0 -1 4202560 398 0 0 0 307 8 0 0 20 0 22 0 13390206 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140331420810152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10285] ppid=10277 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/10280/task/10285/stat : 10285 (java) S 10277 10280 7556 0 -1 4202560 412 0 0 0 321 7 0 0 20 0 22 0 13390206 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140331419757352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10286] ppid=10277 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/10280/task/10286/stat : 10286 (java) S 10277 10280 7556 0 -1 4202560 371 0 0 0 310 7 0 0 20 0 22 0 13390206 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140331418704552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10287] ppid=10277 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/10280/task/10287/stat : 10287 (java) S 10277 10280 7556 0 -1 4202560 391 0 0 0 305 7 0 0 20 0 22 0 13390206 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140331417651752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10288] ppid=10277 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/10280/task/10288/stat : 10288 (java) S 10277 10280 7556 0 -1 4202560 428 0 0 0 330 7 0 0 20 0 22 0 13390206 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140331416598952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10289] ppid=10277 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/10280/task/10289/stat : 10289 (java) S 10277 10280 7556 0 -1 4202560 375 0 0 0 316 7 0 0 20 0 22 0 13390206 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140331415546152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10290] ppid=10277 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/10280/task/10290/stat : 10290 (java) S 10277 10280 7556 0 -1 4202560 370 0 0 0 332 6 0 0 20 0 22 0 13390206 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140331414493352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10291] ppid=10277 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/10280/task/10291/stat : 10291 (java) S 10277 10280 7556 0 -1 4202560 784 0 0 0 11 36 0 0 20 0 22 0 13390207 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330802318312 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10292] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10292/stat : 10292 (java) S 10277 10280 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13390208 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330801264376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10293] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10293/stat : 10293 (java) S 10277 10280 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13390208 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330800211464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10294] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10294/stat : 10294 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330799159952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10295] ppid=10277 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/10280/task/10295/stat : 10295 (java) S 10277 10280 7556 0 -1 4202560 10251 0 0 0 96 2 0 0 20 0 22 0 13390210 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330798107064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10280/tid=10296] ppid=10277 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/10280/task/10296/stat : 10296 (java) S 10277 10280 7556 0 -1 4202560 14410 0 0 0 168 3 0 0 20 0 22 0 13390210 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330797054264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10280/tid=10297] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10297/stat : 10297 (java) S 10277 10280 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13390210 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330796001656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10298] ppid=10277 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/10280/task/10298/stat : 10298 (java) S 10277 10280 7556 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 13390210 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330794949064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10299] ppid=10277 vsize=9824732 CPUtime=885.29 cores=0,2,4,6
/proc/10280/task/10299/stat : 10299 (java) R 10277 10280 7556 0 -1 4202560 285 0 0 0 88511 18 0 0 20 0 22 0 13390242 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330793893904 140331295963083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10280/tid=10300] ppid=10277 vsize=9824732 CPUtime=885.44 cores=0,2,4,6
/proc/10280/task/10300/stat : 10300 (java) R 10277 10280 7556 0 -1 4202560 1287 0 0 0 88511 33 0 0 20 0 22 0 13390243 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330792840144 140331295760400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10301] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10301/stat : 10301 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390243 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330791789992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10280/tid=10302] ppid=10277 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10280/task/10302/stat : 10302 (java) S 10277 10280 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13390243 10060525568 341229 33554432000 1073741824 1073778376 140734464774336 140330790737192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 10280 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.261
CPU time (s): 1800.96
CPU user time (s): 1799.12
CPU system time (s): 1.83972
CPU usage (%): 201.391
Max. virtual memory (cumulated for all children) (KiB): 9826316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.83972
maximum resident set size= 1365504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33967
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39936
involuntary context switches= 53284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9091 second user time and 8.10777 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 23:43:36
IDJOB=4097220
IDBENCH=107726
IDSOLVER=2543
FILE ID=node119/4097220-1466113416
RUNJOBID= node119-1466112183-7572
PBS_JOBID= 19904129
Free space on /tmp= 71736 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_26.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097220-1466113416/watcher-4097220-1466113416 -o /tmp/evaluation-result-4097220-1466113416/solver-4097220-1466113416 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466112183-7572 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097220-1466113416.opb

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

MD5SUM BENCH= deb2b520a929d0bac0030302f1ac1b96
RANDOM SEED=879022742

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28871388 kB
Buffers:           63232 kB
Cached:           107048 kB
SwapCached:         1048 kB
Active:          1796964 kB
Inactive:         105288 kB
Active(anon):    1732476 kB
Inactive(anon):     1720 kB
Active(file):      64488 kB
Inactive(file):   103568 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       3176904 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             571924 kB
SReclaimable:      15460 kB
SUnreclaim:       556464 kB
KernelStack:        1784 kB
PageTables:        10284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3556812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1869824 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= 71736 MiB
End job on node119 at 2016-06-16 23:58:30