Trace number 4100130

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.73 903.052

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos9.opb
MD5SUM3f95880b258ecfc346507235783375e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 14
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 636932
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6076
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 636932
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4100130-1466207941.opb
0.11/0.11	c reading problem ... 
0.11/0.12	c  objective function found
28.61/16.70	c ... done. Wall clock time 16.599s.
28.61/16.70	c declared #vars     874498
28.61/16.70	c #constraints  118637
28.61/16.71	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
28.61/16.71	c constraints type 
28.61/16.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
28.61/16.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 118550
28.61/16.71	c 118637 constraints processed.
28.61/16.71	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
28.61/16.71	c constraints type 
28.61/16.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
28.61/16.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 118550
28.61/16.71	c 118637 constraints processed.
28.61/16.71	c objective function length is 198658 literals
56.44/29.95	c cleaning 2496 clauses out of 5001 with flag 10079/5001
88.75/45.59	c cleaning 4259 clauses out of 8520 with flag 22245/11016
128.74/65.59	c cleaning 5609 clauses out of 11250 with flag 36244/18005
161.01/83.27	c cleaning 6818 clauses out of 13636 with flag 60648/26000
164.45/84.93	c cleaning 7904 clauses out of 15819 with flag 100161/35001
168.85/87.16	c cleaning 8946 clauses out of 17914 with flag 148161/45000
174.24/89.80	c cleaning 9978 clauses out of 19968 with flag 204619/56000
180.04/92.79	c cleaning 10988 clauses out of 21992 with flag 262160/68002
186.45/95.91	c cleaning 11993 clauses out of 24002 with flag 326463/81000
193.64/99.57	c cleaning 12987 clauses out of 26009 with flag 396215/95000
201.85/103.69	c cleaning 14001 clauses out of 28022 with flag 473109/110000
210.83/108.12	c cleaning 14989 clauses out of 30021 with flag 549086/126000
221.65/113.51	c cleaning 15999 clauses out of 32032 with flag 624845/143000
232.23/118.84	c cleaning 17003 clauses out of 34035 with flag 720623/161002
241.63/123.57	c cleaning 17997 clauses out of 36030 with flag 802956/180000
259.47/132.19	c cleaning 18999 clauses out of 38034 with flag 900122/200001
274.06/139.44	c cleaning 20000 clauses out of 40034 with flag 1015243/221000
288.66/146.73	c cleaning 21000 clauses out of 42035 with flag 1124709/243001
306.47/155.68	c cleaning 22000 clauses out of 44034 with flag 1212553/266000
323.87/164.37	c cleaning 22998 clauses out of 46035 with flag 1340181/290001
347.09/175.94	c cleaning 24004 clauses out of 48037 with flag 1460561/315001
369.75/187.21	c cleaning 24999 clauses out of 50033 with flag 1601788/341001
391.34/197.89	c cleaning 25992 clauses out of 52035 with flag 1755259/368002
413.34/208.86	c cleaning 27004 clauses out of 54041 with flag 1906819/396000
439.94/222.15	c cleaning 27998 clauses out of 56037 with flag 2044624/425000
463.53/233.92	c cleaning 28997 clauses out of 58039 with flag 2153318/455000
489.53/246.93	c cleaning 30004 clauses out of 60042 with flag 2268121/486000
509.52/261.07	c cleaning 30999 clauses out of 62040 with flag 2397472/518002
547.02/277.23	c cleaning 32003 clauses out of 64039 with flag 2543304/551000
574.20/291.28	c cleaning 32996 clauses out of 66037 with flag 2680143/585001
604.72/306.36	c cleaning 34001 clauses out of 68040 with flag 2797737/620000
619.74/321.58	c cleaning 35005 clauses out of 70039 with flag 2921967/656000
619.74/339.81	c cleaning 36002 clauses out of 72034 with flag 3036558/693000
708.63/359.03	c cleaning 37000 clauses out of 74032 with flag 3151571/731000
749.48/379.28	c cleaning 38003 clauses out of 76032 with flag 3276801/770000
792.63/400.21	c cleaning 38999 clauses out of 78029 with flag 3399839/810000
835.19/421.32	c cleaning 40002 clauses out of 80031 with flag 3531443/851001
881.63/444.74	c cleaning 40998 clauses out of 82028 with flag 3668893/893000
923.36/466.39	c cleaning 42002 clauses out of 84031 with flag 3828333/936001
963.41/488.77	c cleaning 42992 clauses out of 86028 with flag 3985249/980000
980.46/513.71	c cleaning 44000 clauses out of 88038 with flag 4152669/1025002
1038.44/528.52	c cleaning 45011 clauses out of 90036 with flag 4320096/1071000
1038.44/543.21	c cleaning 46004 clauses out of 92025 with flag 4417929/1118000
1112.38/559.41	c cleaning 47000 clauses out of 94022 with flag 4520583/1166001
1145.59/576.03	c cleaning 47999 clauses out of 96022 with flag 4632196/1215001
1173.19/589.80	c cleaning 48999 clauses out of 98022 with flag 4753441/1265000
1214.49/610.36	c cleaning 50000 clauses out of 100024 with flag 4860739/1316001
1247.68/626.96	c cleaning 51000 clauses out of 102023 with flag 4967010/1368000
1286.27/646.20	c cleaning 52002 clauses out of 104023 with flag 5075443/1421000
1325.27/665.72	c cleaning 52997 clauses out of 106022 with flag 5185858/1475001
1365.06/685.60	c cleaning 53999 clauses out of 108024 with flag 5298707/1530000
1405.45/705.85	c cleaning 55004 clauses out of 110028 with flag 5413491/1586003
1455.64/730.98	c cleaning 56003 clauses out of 112021 with flag 5530294/1643000
1503.42/754.80	c cleaning 56998 clauses out of 114020 with flag 5648902/1701002
1549.61/777.93	c cleaning 57999 clauses out of 116020 with flag 5769473/1760000
1606.41/806.32	c cleaning 58998 clauses out of 118023 with flag 5892414/1820002
1668.89/837.49	c cleaning 60001 clauses out of 120027 with flag 6017400/1881004
1735.08/870.56	c cleaning 60996 clauses out of 122022 with flag 6144335/1943000
1800.07/903.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/903.00	c starts		: 21
1800.07/903.00	c conflicts		: 1999445
1800.07/903.00	c decisions		: 2918437
1800.07/903.00	c propagations		: 60838618
1800.07/903.00	c inspects		: 12532699223
1800.07/903.00	c shortcuts		: 0
1800.07/903.00	c learnt literals	: 0
1800.07/903.00	c learnt binary clauses	: 0
1800.07/903.00	c learnt ternary clauses	: 0
1800.07/903.00	c learnt constraints	: 1999445
1800.07/903.00	c ignored constraints	: 0
1800.07/903.00	c root simplifications	: 0
1800.07/903.00	c removed literals (reason simplification)	: 5391733
1800.07/903.00	c reason swapping (by a shorter reason)	: 0
1800.07/903.00	c Calls to reduceDB	: 58
1800.07/903.00	c Number of update (reduction) of LBD	: 329091
1800.07/903.00	c Imported unit clauses	: 0
1800.07/903.00	c number of reductions to clauses (during analyze)	: 0
1800.07/903.00	c number of learned constraints concerned by reduction	: 0
1800.07/903.00	c number of learning phase by resolution	: 0
1800.07/903.00	c number of learning phase by cutting planes	: 0
1800.07/903.00	c speed (assignments/second)	: 68655.37581321341
1800.07/903.00	c non guided choices	371522
1800.07/903.03	c learnt constraints type 
1800.07/903.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117471
1800.07/903.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/903.03	c starts		: 2
1800.07/903.03	c conflicts		: 162
1800.07/903.03	c decisions		: 164719
1800.07/903.03	c propagations		: 650718
1800.07/903.03	c inspects		: 1765255
1800.07/903.03	c shortcuts		: 0
1800.07/903.03	c learnt literals	: 0
1800.07/903.03	c learnt binary clauses	: 0
1800.07/903.03	c learnt ternary clauses	: 0
1800.07/903.03	c learnt constraints	: 161
1800.07/903.03	c ignored constraints	: 0
1800.07/903.03	c root simplifications	: 0
1800.07/903.03	c removed literals (reason simplification)	: 0
1800.07/903.03	c reason swapping (by a shorter reason)	: 0
1800.07/903.03	c Calls to reduceDB	: 0
1800.07/903.03	c Number of update (reduction) of LBD	: 0
1800.07/903.03	c Imported unit clauses	: 0
1800.07/903.03	c number of reductions to clauses (during analyze)	: 0
1800.07/903.03	c number of learned constraints concerned by reduction	: 0
1800.07/903.03	c number of learning phase by resolution	: 0
1800.07/903.03	c number of learning phase by cutting planes	: 0
1800.07/903.03	c speed (assignments/second)	: 734.3038017536139
1800.07/903.03	c non guided choices	0
1800.07/903.03	c learnt constraints type 
1800.07/903.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 161
1800.07/903.03	s UNKNOWN
1800.07/903.03	c Total wall clock time (in seconds): 902.922

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

pid=14819
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: 3.97 3.98 3.38 3/197 14822
/proc/meminfo: memFree=27794380/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 22844210 98570240 977 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 24065 977 743 9 0 16771 0
[pid=14822/tid=14823] ppid=14819 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) R 14819 14822 13538 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 22844211 98570240 978 33554432000 1073741824 1073778376 140734428353504 139773710294568 224922518912 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 3.97 3.98 3.38 3/197 14822
/proc/meminfo: memFree=27794380/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 4487 0 1 0 10 1 0 0 20 0 18 0 22844210 9787879424 6124 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 2389619 6124 2156 9 0 2380296 0
[pid=14822/tid=14823] ppid=14819 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) R 14819 14822 13538 0 -1 4202560 2389 0 1 0 6 1 0 0 20 0 18 0 22844211 9787879424 6124 33554432000 1073741824 1073778376 140734428353504 139773710298016 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 3.97 3.98 3.38 3/197 14822
/proc/meminfo: memFree=27794380/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 5030 0 1 0 27 2 0 0 20 0 18 0 22844210 9787879424 16713 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 2389619 16713 2221 9 0 2380296 0
[pid=14822/tid=14823] ppid=14819 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) R 14819 14822 13538 0 -1 4202560 2426 0 1 0 15 2 0 0 20 0 18 0 22844211 9787879424 16713 33554432000 1073741824 1073778376 140734428353504 139773710299096 139773553509674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300353 s]
/proc/loadavg: 3.97 3.98 3.38 3/197 14822
/proc/meminfo: memFree=27794380/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 5427 0 1 0 44 2 0 0 20 0 18 0 22844210 9787879424 22991 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 2389619 22991 2232 9 0 2380296 0
[pid=14822/tid=14823] ppid=14819 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) R 14819 14822 13538 0 -1 4202560 2438 0 1 0 25 2 0 0 20 0 18 0 22844211 9787879424 22991 33554432000 1073741824 1073778376 140734428353504 139773710299096 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70031 s]
/proc/loadavg: 3.97 3.98 3.38 3/197 14822
/proc/meminfo: memFree=27794380/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=9558476 CPUtime=1.16 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 6983 0 1 0 111 5 0 0 20 0 18 0 22844210 9787879424 53197 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 2389619 53197 2260 9 0 2380296 0
[pid=14822/tid=14823] ppid=14819 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) R 14819 14822 13538 0 -1 4202560 2477 0 1 0 62 2 0 0 20 0 18 0 22844211 9787879424 53197 33554432000 1073741824 1073778376 140734428353504 139773710290800 139773553964505 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 3.97 3.98 3.38 6/215 14840
/proc/meminfo: memFree=27463900/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=9558476 CPUtime=3.66 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 32180 0 1 0 342 24 0 0 20 0 18 0 22844210 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 2389619 133937 2264 9 0 2380296 0
[pid=14822/tid=14823] ppid=14819 vsize=9558476 CPUtime=1.22 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) S 14819 14822 13538 0 -1 4202560 2529 0 1 0 118 4 0 0 20 0 18 0 22844211 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773710298568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14825] ppid=14819 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/14822/task/14825/stat : 14825 (java) R 14819 14822 13538 0 -1 4202560 294 0 0 0 11 1 0 0 20 0 18 0 22844212 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773553404376 139773712770761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14826] ppid=14819 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/14822/task/14826/stat : 14826 (java) R 14819 14822 13538 0 -1 4202560 66 0 0 0 9 3 0 0 20 0 18 0 22844212 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773552351576 139773714057161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14827] ppid=14819 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/14822/task/14827/stat : 14827 (java) R 14819 14822 13538 0 -1 4202560 149 0 0 0 11 2 0 0 20 0 18 0 22844212 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773551299288 139773712770745 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14828] ppid=14819 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14822/task/14828/stat : 14828 (java) R 14819 14822 13538 0 -1 4202560 493 0 0 0 8 2 0 0 20 0 18 0 22844212 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773550246072 139773716808115 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14829] ppid=14819 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14822/task/14829/stat : 14829 (java) R 14819 14822 13538 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 18 0 22844212 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773549193904 139773712770745 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14830] ppid=14819 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14822/task/14830/stat : 14830 (java) R 14819 14822 13538 0 -1 4202560 55 0 0 0 8 2 0 0 20 0 18 0 22844212 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773548141400 139773712770761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14831] ppid=14819 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/14822/task/14831/stat : 14831 (java) R 14819 14822 13538 0 -1 4202560 139 0 0 0 9 2 0 0 20 0 18 0 22844212 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773547089112 139773714056608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14832] ppid=14819 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/14822/task/14832/stat : 14832 (java) R 14819 14822 13538 0 -1 4202560 411 0 0 0 5 1 0 0 20 0 18 0 22844212 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773546035896 139773717197891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14833] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14833/stat : 14833 (java) S 14819 14822 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 22844213 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773063705736 224925889596 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14834] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14834/stat : 14834 (java) S 14819 14822 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22844213 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773062652920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14835] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14835/stat : 14835 (java) S 14819 14822 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22844213 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773061600520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14836] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14836/stat : 14836 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22844215 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773060549008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14837] ppid=14819 vsize=9558476 CPUtime=0.74 cores=0,2,4,6
/proc/14822/task/14837/stat : 14837 (java) S 14819 14822 13538 0 -1 4202560 12792 0 0 0 71 3 0 0 20 0 18 0 22844215 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773059473080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14838] ppid=14819 vsize=9558476 CPUtime=0.71 cores=0,2,4,6
/proc/14822/task/14838/stat : 14838 (java) S 14819 14822 13538 0 -1 4202560 13876 0 0 0 68 3 0 0 20 0 18 0 22844215 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773058429928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14839] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14839/stat : 14839 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22844215 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773057391736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14840] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14840/stat : 14840 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22844215 9787879424 133937 33554432000 1073741824 1073778376 140734428353504 139773056339144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 3.97 3.98 3.38 4/215 14840
/proc/meminfo: memFree=27127348/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=9558476 CPUtime=6 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 33910 0 1 0 561 39 0 0 20 0 18 0 22844210 9787879424 176250 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 2389619 176250 2275 9 0 2380296 0
[pid=14822/tid=14823] ppid=14819 vsize=9558476 CPUtime=1.99 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) R 14819 14822 13538 0 -1 4202560 2715 0 1 0 195 4 0 0 20 0 18 0 22844211 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773710298216 139773553983742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14825] ppid=14819 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/14822/task/14825/stat : 14825 (java) S 14819 14822 13538 0 -1 4202560 334 0 0 0 20 4 0 0 20 0 18 0 22844212 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773553404200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14826] ppid=14819 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/14822/task/14826/stat : 14826 (java) S 14819 14822 13538 0 -1 4202560 142 0 0 0 24 5 0 0 20 0 18 0 22844212 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773552351400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14827] ppid=14819 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/14822/task/14827/stat : 14827 (java) S 14819 14822 13538 0 -1 4202560 529 0 0 0 21 4 0 0 20 0 18 0 22844212 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773551299112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14828] ppid=14819 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/14822/task/14828/stat : 14828 (java) S 14819 14822 13538 0 -1 4202560 548 0 0 0 21 4 0 0 20 0 18 0 22844212 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773550246312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14829] ppid=14819 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/14822/task/14829/stat : 14829 (java) S 14819 14822 13538 0 -1 4202560 101 0 0 0 17 4 0 0 20 0 18 0 22844212 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773549194024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14830] ppid=14819 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/14822/task/14830/stat : 14830 (java) S 14819 14822 13538 0 -1 4202560 107 0 0 0 20 3 0 0 20 0 18 0 22844212 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773548141224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14831] ppid=14819 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/14822/task/14831/stat : 14831 (java) S 14819 14822 13538 0 -1 4202560 585 0 0 0 16 3 0 0 20 0 18 0 22844212 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773547088936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14832] ppid=14819 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/14822/task/14832/stat : 14832 (java) S 14819 14822 13538 0 -1 4202560 467 0 0 0 16 3 0 0 20 0 18 0 22844212 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773546036136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14833] ppid=14819 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/14822/task/14833/stat : 14833 (java) S 14819 14822 13538 0 -1 4202560 462 0 0 0 55 0 0 0 20 0 18 0 22844213 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773063706856 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14834] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14834/stat : 14834 (java) S 14819 14822 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22844213 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773062652920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14835] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14835/stat : 14835 (java) S 14819 14822 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22844213 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773061600520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14836] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14836/stat : 14836 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22844215 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773060549008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14837] ppid=14819 vsize=9558476 CPUtime=0.74 cores=0,2,4,6
/proc/14822/task/14837/stat : 14837 (java) S 14819 14822 13538 0 -1 4202560 12792 0 0 0 71 3 0 0 20 0 18 0 22844215 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773059496632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14838] ppid=14819 vsize=9558476 CPUtime=0.71 cores=0,2,4,6
/proc/14822/task/14838/stat : 14838 (java) S 14819 14822 13538 0 -1 4202560 13876 0 0 0 68 3 0 0 20 0 18 0 22844215 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773058443832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14839] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14839/stat : 14839 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22844215 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773057391736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14840] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14840/stat : 14840 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22844215 9787879424 176762 33554432000 1073741824 1073778376 140734428353504 139773056339144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 4.45 4.08 3.42 2/188 14871
/proc/meminfo: memFree=30732300/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=9558476 CPUtime=11.06 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 37124 0 1 0 1029 77 0 0 20 0 18 0 22844210 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 2389619 308455 2284 9 0 2380296 0
[pid=14822/tid=14823] ppid=14819 vsize=9558476 CPUtime=3.6 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) R 14819 14822 13538 0 -1 4202560 2820 0 1 0 352 8 0 0 20 0 18 0 22844211 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773710290912 139773553951811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14825] ppid=14819 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/14822/task/14825/stat : 14825 (java) S 14819 14822 13538 0 -1 4202560 526 0 0 0 48 9 0 0 20 0 18 0 22844212 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773553404200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14826] ppid=14819 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/14822/task/14826/stat : 14826 (java) S 14819 14822 13538 0 -1 4202560 944 0 0 0 40 8 0 0 20 0 18 0 22844212 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773552351400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14827] ppid=14819 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/14822/task/14827/stat : 14827 (java) S 14819 14822 13538 0 -1 4202560 630 0 0 0 53 10 0 0 20 0 18 0 22844212 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773551299112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14828] ppid=14819 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/14822/task/14828/stat : 14828 (java) S 14819 14822 13538 0 -1 4202560 638 0 0 0 44 8 0 0 20 0 18 0 22844212 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773550246312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14829] ppid=14819 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/14822/task/14829/stat : 14829 (java) S 14819 14822 13538 0 -1 4202560 922 0 0 0 39 8 0 0 20 0 18 0 22844212 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773549194024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14830] ppid=14819 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/14822/task/14830/stat : 14830 (java) S 14819 14822 13538 0 -1 4202560 208 0 0 0 51 8 0 0 20 0 18 0 22844212 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773548141224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14831] ppid=14819 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/14822/task/14831/stat : 14831 (java) S 14819 14822 13538 0 -1 4202560 857 0 0 0 45 7 0 0 20 0 18 0 22844212 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773547088936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14832] ppid=14819 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/14822/task/14832/stat : 14832 (java) S 14819 14822 13538 0 -1 4202560 546 0 0 0 41 7 0 0 20 0 18 0 22844212 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773546036136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14833] ppid=14819 vsize=9558476 CPUtime=1.53 cores=0,2,4,6
/proc/14822/task/14833/stat : 14833 (java) S 14819 14822 13538 0 -1 4202560 1106 0 0 0 153 0 0 0 20 0 18 0 22844213 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773063706856 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14834] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14834/stat : 14834 (java) S 14819 14822 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22844213 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773062652920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14835] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14835/stat : 14835 (java) S 14819 14822 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22844213 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773061600520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14836] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14836/stat : 14836 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22844215 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773060549008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14837] ppid=14819 vsize=9558476 CPUtime=0.77 cores=0,2,4,6
/proc/14822/task/14837/stat : 14837 (java) S 14819 14822 13538 0 -1 4202560 12792 0 0 0 74 3 0 0 20 0 18 0 22844215 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773059496632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14838] ppid=14819 vsize=9558476 CPUtime=0.77 cores=0,2,4,6
/proc/14822/task/14838/stat : 14838 (java) S 14819 14822 13538 0 -1 4202560 13882 0 0 0 74 3 0 0 20 0 18 0 22844215 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773058443832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14839] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14839/stat : 14839 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22844215 9787879424 308455 33554432000 1073741824 1073778376 140734428353504 139773057391736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14840] ppid=14819 vsize=9558476 CPUtime=0 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.05 4.33 3.97 5/219 15028
/proc/meminfo: memFree=25221520/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=9824732 CPUtime=1638.39 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 50395 0 1 0 163486 353 0 0 20 0 22 0 22844210 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 2456183 977868 2299 9 0 2446860 0
[pid=14822/tid=14823] ppid=14819 vsize=9824732 CPUtime=8.9 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) S 14819 14822 13538 0 -1 4202560 3376 0 1 0 877 13 0 0 20 0 22 0 22844211 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773710300024 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14825] ppid=14819 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/14822/task/14825/stat : 14825 (java) S 14819 14822 13538 0 -1 4202560 1343 0 0 0 203 38 0 0 20 0 22 0 22844212 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773553404200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14826] ppid=14819 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/14822/task/14826/stat : 14826 (java) S 14819 14822 13538 0 -1 4202560 1624 0 0 0 235 42 0 0 20 0 22 0 22844212 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773552351400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14827] ppid=14819 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/14822/task/14827/stat : 14827 (java) S 14819 14822 13538 0 -1 4202560 1166 0 0 0 222 33 0 0 20 0 22 0 22844212 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773551299112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14828] ppid=14819 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/14822/task/14828/stat : 14828 (java) S 14819 14822 13538 0 -1 4202560 1337 0 0 0 246 40 0 0 20 0 22 0 22844212 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773550246312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14829] ppid=14819 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/14822/task/14829/stat : 14829 (java) S 14819 14822 13538 0 -1 4202560 1489 0 0 0 215 42 0 0 20 0 22 0 22844212 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773549194024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14830] ppid=14819 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/14822/task/14830/stat : 14830 (java) S 14819 14822 13538 0 -1 4202560 1408 0 0 0 216 35 0 0 20 0 22 0 22844212 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773548141224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14831] ppid=14819 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/14822/task/14831/stat : 14831 (java) S 14819 14822 13538 0 -1 4202560 1443 0 0 0 242 42 0 0 20 0 22 0 22844212 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773547088936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14832] ppid=14819 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/14822/task/14832/stat : 14832 (java) S 14819 14822 13538 0 -1 4202560 1225 0 0 0 228 40 0 0 20 0 22 0 22844212 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773546036136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14833] ppid=14819 vsize=9824732 CPUtime=8.57 cores=0,2,4,6
/proc/14822/task/14833/stat : 14833 (java) S 14819 14822 13538 0 -1 4202560 4033 0 0 0 848 9 0 0 20 0 22 0 22844213 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773063706856 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14834] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14834/stat : 14834 (java) S 14819 14822 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22844213 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773062652920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14835] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14835/stat : 14835 (java) S 14819 14822 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22844213 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773061600520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14836] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14836/stat : 14836 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22844215 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773060549008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14837] ppid=14819 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/14822/task/14837/stat : 14837 (java) S 14819 14822 13538 0 -1 4202560 16637 0 0 0 213 4 0 0 20 0 22 0 22844215 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773059496632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14838] ppid=14819 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/14822/task/14838/stat : 14838 (java) S 14819 14822 13538 0 -1 4202560 13934 0 0 0 187 3 0 0 20 0 22 0 22844215 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773058443832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14839] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14839/stat : 14839 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22844215 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773057391736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14840] ppid=14819 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/14822/task/14840/stat : 14840 (java) S 14819 14822 13538 0 -1 4202560 47 0 0 0 10 11 0 0 20 0 22 0 22844215 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773056339144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14981] ppid=14819 vsize=9824732 CPUtime=797.84 cores=0,2,4,6
/proc/14822/task/14981/stat : 14981 (java) R 14819 14822 13538 0 -1 4202560 34 0 0 0 79769 15 0 0 20 0 22 0 22845882 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773055274768 139773553934329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14982] ppid=14819 vsize=9824732 CPUtime=797.82 cores=0,2,4,6
/proc/14822/task/14982/stat : 14982 (java) R 14819 14822 13538 0 -1 4202560 32 0 0 0 79770 12 0 0 20 0 22 0 22845882 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773054229408 139773554108235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14983] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14983/stat : 14983 (java) S 14819 14822 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22845897 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773053179048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14984] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14984/stat : 14984 (java) S 14819 14822 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22845897 10060525568 977868 33554432000 1073741824 1073778376 140734428353504 139773052126248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1638.39
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.02 4.26 3.97 5/219 15030
/proc/meminfo: memFree=25221112/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=9824732 CPUtime=1758.69 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 50404 0 1 0 175514 355 0 0 20 0 22 0 22844210 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 2456183 977861 2299 9 0 2446860 0
[pid=14822/tid=14823] ppid=14819 vsize=9824732 CPUtime=8.91 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) S 14819 14822 13538 0 -1 4202560 3377 0 1 0 878 13 0 0 20 0 22 0 22844211 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773710300024 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14825] ppid=14819 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/14822/task/14825/stat : 14825 (java) S 14819 14822 13538 0 -1 4202560 1343 0 0 0 207 38 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773553404200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14826] ppid=14819 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/14822/task/14826/stat : 14826 (java) S 14819 14822 13538 0 -1 4202560 1624 0 0 0 252 42 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773552351400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14827] ppid=14819 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/14822/task/14827/stat : 14827 (java) S 14819 14822 13538 0 -1 4202560 1166 0 0 0 231 33 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773551299112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14828] ppid=14819 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/14822/task/14828/stat : 14828 (java) S 14819 14822 13538 0 -1 4202560 1337 0 0 0 250 40 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773550246312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14829] ppid=14819 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/14822/task/14829/stat : 14829 (java) S 14819 14822 13538 0 -1 4202560 1489 0 0 0 222 42 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773549194024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14830] ppid=14819 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/14822/task/14830/stat : 14830 (java) S 14819 14822 13538 0 -1 4202560 1408 0 0 0 224 35 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773548141224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14831] ppid=14819 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/14822/task/14831/stat : 14831 (java) S 14819 14822 13538 0 -1 4202560 1443 0 0 0 245 42 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773547088936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14832] ppid=14819 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/14822/task/14832/stat : 14832 (java) S 14819 14822 13538 0 -1 4202560 1225 0 0 0 239 40 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773546036136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14833] ppid=14819 vsize=9824732 CPUtime=8.57 cores=0,2,4,6
/proc/14822/task/14833/stat : 14833 (java) S 14819 14822 13538 0 -1 4202560 4036 0 0 0 848 9 0 0 20 0 22 0 22844213 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773063706856 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14834] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14834/stat : 14834 (java) S 14819 14822 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22844213 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773062652920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14835] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14835/stat : 14835 (java) S 14819 14822 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22844213 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773061600520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14836] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14836/stat : 14836 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22844215 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773060549008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14837] ppid=14819 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/14822/task/14837/stat : 14837 (java) S 14819 14822 13538 0 -1 4202560 16637 0 0 0 213 4 0 0 20 0 22 0 22844215 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773059496632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14838] ppid=14819 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/14822/task/14838/stat : 14838 (java) S 14819 14822 13538 0 -1 4202560 13934 0 0 0 187 3 0 0 20 0 22 0 22844215 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773058443832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14839] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14839/stat : 14839 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22844215 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773057391736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14840] ppid=14819 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/14822/task/14840/stat : 14840 (java) S 14819 14822 13538 0 -1 4202560 51 0 0 0 11 11 0 0 20 0 22 0 22844215 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773056339144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14981] ppid=14819 vsize=9824732 CPUtime=857.67 cores=0,2,4,6
/proc/14822/task/14981/stat : 14981 (java) R 14819 14822 13538 0 -1 4202560 34 0 0 0 85751 16 0 0 20 0 22 0 22845882 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773055281912 139773554815922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14982] ppid=14819 vsize=9824732 CPUtime=857.65 cores=0,2,4,6
/proc/14822/task/14982/stat : 14982 (java) R 14819 14822 13538 0 -1 4202560 33 0 0 0 85752 13 0 0 20 0 22 0 22845882 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773054228432 139773554108123 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14983] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14983/stat : 14983 (java) S 14819 14822 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22845897 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773053179048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14984] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14984/stat : 14984 (java) S 14819 14822 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22845897 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773052126248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1758.69
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.001 s]
/proc/loadavg: 4.01 4.25 3.97 5/219 15030
/proc/meminfo: memFree=25221240/32872528 swapFree=163656/177964
[pid=14822] ppid=14819 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/14822/stat : 14822 (java) S 14819 14822 13538 0 -1 4202496 50406 0 1 0 179651 356 0 0 20 0 22 0 22844210 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 140734428344640 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14822/statm: 2456183 977861 2299 9 0 2446860 0
[pid=14822/tid=14823] ppid=14819 vsize=9824732 CPUtime=8.91 cores=0,2,4,6
/proc/14822/task/14823/stat : 14823 (java) S 14819 14822 13538 0 -1 4202560 3377 0 1 0 878 13 0 0 20 0 22 0 22844211 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773710300024 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14825] ppid=14819 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/14822/task/14825/stat : 14825 (java) S 14819 14822 13538 0 -1 4202560 1343 0 0 0 207 38 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773553404200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14826] ppid=14819 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/14822/task/14826/stat : 14826 (java) S 14819 14822 13538 0 -1 4202560 1624 0 0 0 252 42 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773552351400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14827] ppid=14819 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/14822/task/14827/stat : 14827 (java) S 14819 14822 13538 0 -1 4202560 1166 0 0 0 231 33 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773551299112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14828] ppid=14819 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/14822/task/14828/stat : 14828 (java) S 14819 14822 13538 0 -1 4202560 1337 0 0 0 250 40 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773550246312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14829] ppid=14819 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/14822/task/14829/stat : 14829 (java) S 14819 14822 13538 0 -1 4202560 1489 0 0 0 222 42 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773549194024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14830] ppid=14819 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/14822/task/14830/stat : 14830 (java) S 14819 14822 13538 0 -1 4202560 1408 0 0 0 224 35 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773548141224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14831] ppid=14819 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/14822/task/14831/stat : 14831 (java) S 14819 14822 13538 0 -1 4202560 1443 0 0 0 245 42 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773547088936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14832] ppid=14819 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/14822/task/14832/stat : 14832 (java) S 14819 14822 13538 0 -1 4202560 1225 0 0 0 239 40 0 0 20 0 22 0 22844212 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773546036136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14833] ppid=14819 vsize=9824732 CPUtime=8.57 cores=0,2,4,6
/proc/14822/task/14833/stat : 14833 (java) S 14819 14822 13538 0 -1 4202560 4036 0 0 0 848 9 0 0 20 0 22 0 22844213 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773063706856 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14822/tid=14834] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14834/stat : 14834 (java) S 14819 14822 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22844213 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773062652920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14835] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14835/stat : 14835 (java) S 14819 14822 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22844213 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773061600520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14836] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14836/stat : 14836 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22844215 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773060549008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14837] ppid=14819 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/14822/task/14837/stat : 14837 (java) S 14819 14822 13538 0 -1 4202560 16637 0 0 0 213 4 0 0 20 0 22 0 22844215 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773059496632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14838] ppid=14819 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/14822/task/14838/stat : 14838 (java) S 14819 14822 13538 0 -1 4202560 13934 0 0 0 187 3 0 0 20 0 22 0 22844215 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773058443832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14839] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14839/stat : 14839 (java) S 14819 14822 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22844215 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773057391736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14822/tid=14840] ppid=14819 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/14822/task/14840/stat : 14840 (java) S 14819 14822 13538 0 -1 4202560 53 0 0 0 12 12 0 0 20 0 22 0 22844215 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773056339144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14981] ppid=14819 vsize=9824732 CPUtime=878.36 cores=0,2,4,6
/proc/14822/task/14981/stat : 14981 (java) R 14819 14822 13538 0 -1 4202560 34 0 0 0 87820 16 0 0 20 0 22 0 22845882 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773055281912 139773554815959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14982] ppid=14819 vsize=9824732 CPUtime=878.34 cores=0,2,4,6
/proc/14822/task/14982/stat : 14982 (java) R 14819 14822 13538 0 -1 4202560 33 0 0 0 87821 13 0 0 20 0 22 0 22845882 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773054228432 139773554126827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14822/tid=14983] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14983/stat : 14983 (java) S 14819 14822 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22845897 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773053179048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14822/tid=14984] ppid=14819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14822/task/14984/stat : 14984 (java) S 14819 14822 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22845897 10060525568 977861 33554432000 1073741824 1073778376 140734428353504 139773052126248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14822 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 903.052
CPU time (s): 1800.73
CPU user time (s): 1796.72
CPU system time (s): 4.01139
CPU usage (%): 199.405
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.72
system time used= 4.01139
maximum resident set size= 3911884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50441
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22394
involuntary context switches= 24579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.50962 second user time and 2.67359 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 01:59:03
IDJOB=4100130
IDBENCH=1577
IDSOLVER=2543
FILE ID=node105/4100130-1466207941
RUNJOBID= node105-1466206102-13554
PBS_JOBID= 19918167
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-neos9.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100130-1466207941/watcher-4100130-1466207941 -o /tmp/evaluation-result-4100130-1466207941/solver-4100130-1466207941 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100130-1466207941.opb

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

MD5SUM BENCH= 3f95880b258ecfc346507235783375e9
RANDOM SEED=1625801179

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27794916 kB
Buffers:           36336 kB
Cached:           126356 kB
SwapCached:         1776 kB
Active:          4091092 kB
Inactive:          72440 kB
Active(anon):    4000116 kB
Inactive(anon):     3424 kB
Active(file):      90976 kB
Inactive(file):    69016 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097092 kB
Dirty:             44768 kB
Writeback:             0 kB
AnonPages:       4203376 kB
Mapped:            15528 kB
Shmem:                 0 kB
Slab:             573460 kB
SReclaimable:      16804 kB
SUnreclaim:       556656 kB
KernelStack:        1608 kB
PageTables:        12692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4884144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3934208 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= 71700 MiB
End job on node105 at 2016-06-18 02:14:06