Trace number 4101082

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.8 898.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-pilot.we.opb
MD5SUM6d89097601cc17df3da06374ded173c4
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 variables77678
Total number of constraints1016
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1016
Minimum length of a constraint10
Maximum length of a constraint2430
Number of terms in the objective function 2760
Biggest coefficient in the objective function 9798
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 526457
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262399
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 526457
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-4101082-1466212525.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
2.28/1.23	c ... done. Wall clock time 1.119s.
2.28/1.23	c declared #vars     77678
2.28/1.23	c #constraints  1599
2.28/1.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.28/1.23	c constraints type 
2.28/1.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
2.28/1.23	c org.sat4j.specs.Constr$1 => 20
2.28/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1576
2.28/1.23	c 1599 constraints processed.
2.28/1.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.28/1.23	c constraints type 
2.28/1.23	c org.sat4j.specs.Constr$1 => 20
2.28/1.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3
2.28/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1576
2.28/1.23	c 1599 constraints processed.
2.28/1.23	c objective function length is 2760 literals
10.44/4.73	c cleaning 2501 clauses out of 5002 with flag 12538/5003
12.54/5.77	c cleaning 4249 clauses out of 8500 with flag 24538/11002
15.47/7.15	c cleaning 5618 clauses out of 11250 with flag 38570/18001
42.63/20.63	c cleaning 6817 clauses out of 13634 with flag 56019/26003
47.27/22.92	c cleaning 7908 clauses out of 15816 with flag 74945/35002
50.67/24.70	c cleaning 8954 clauses out of 17907 with flag 95280/45001
68.79/33.63	c cleaning 9965 clauses out of 19953 with flag 130596/56001
90.30/44.37	c cleaning 10978 clauses out of 21987 with flag 172064/68000
112.93/55.68	c cleaning 11995 clauses out of 24009 with flag 217063/81000
138.05/68.16	c cleaning 12998 clauses out of 26014 with flag 263419/95000
162.67/80.44	c cleaning 14009 clauses out of 28019 with flag 312821/110003
188.98/93.57	c cleaning 15001 clauses out of 30007 with flag 368962/126000
199.99/99.04	c cleaning 16001 clauses out of 32007 with flag 408196/143001
231.08/114.55	c cleaning 16998 clauses out of 34006 with flag 452753/161001
241.47/119.77	c cleaning 17997 clauses out of 36008 with flag 491389/180001
257.07/127.52	c cleaning 18999 clauses out of 38015 with flag 531684/200005
274.48/136.20	c cleaning 19994 clauses out of 40012 with flag 574505/221001
291.95/144.98	c cleaning 20999 clauses out of 42017 with flag 619114/243000
309.55/153.79	c cleaning 21998 clauses out of 44020 with flag 665805/266002
342.32/170.05	c cleaning 23010 clauses out of 46021 with flag 723955/290001
354.99/176.32	c cleaning 24002 clauses out of 48010 with flag 775395/315000
365.00/181.35	c cleaning 25004 clauses out of 50009 with flag 831916/341001
381.02/189.35	c cleaning 25999 clauses out of 52008 with flag 891318/368004
401.41/199.55	c cleaning 26999 clauses out of 54005 with flag 950534/396000
425.01/211.68	c cleaning 28005 clauses out of 56011 with flag 1013601/425005
452.62/225.48	c cleaning 28995 clauses out of 58001 with flag 1076341/455000
483.27/240.78	c cleaning 30001 clauses out of 60009 with flag 1140928/486003
513.28/255.71	c cleaning 30995 clauses out of 62006 with flag 1209435/518001
546.55/272.34	c cleaning 32006 clauses out of 64013 with flag 1279960/551003
584.79/291.41	c cleaning 33001 clauses out of 66005 with flag 1352540/585001
622.19/310.20	c cleaning 33996 clauses out of 68003 with flag 1427967/620000
663.02/330.56	c cleaning 34998 clauses out of 70007 with flag 1504718/656000
706.49/352.20	c cleaning 36004 clauses out of 72014 with flag 1583096/693005
752.79/375.34	c cleaning 36997 clauses out of 74005 with flag 1662890/731000
788.65/393.27	c cleaning 38005 clauses out of 76010 with flag 1750129/770002
832.24/415.07	c cleaning 38999 clauses out of 78005 with flag 1839481/810002
880.01/438.82	c cleaning 39996 clauses out of 80005 with flag 1928737/851001
929.13/463.35	c cleaning 41004 clauses out of 82008 with flag 2020499/893000
978.39/487.98	c cleaning 42002 clauses out of 84009 with flag 2112369/936005
1050.13/523.79	c cleaning 42998 clauses out of 86002 with flag 2202584/980000
1077.79/537.60	c cleaning 43998 clauses out of 88004 with flag 2297201/1025000
1115.05/556.10	c cleaning 45001 clauses out of 90007 with flag 2395271/1071001
1145.13/571.18	c cleaning 46002 clauses out of 92007 with flag 2494686/1118002
1174.03/585.50	c cleaning 46998 clauses out of 94001 with flag 2606410/1166000
1210.14/603.57	c cleaning 47993 clauses out of 96003 with flag 2727100/1215000
1276.03/636.78	c cleaning 49001 clauses out of 98018 with flag 2919864/1265008
1325.89/661.64	c cleaning 49992 clauses out of 100004 with flag 3072218/1316000
1362.63/679.93	c cleaning 50999 clauses out of 102007 with flag 3212714/1368000
1408.96/703.08	c cleaning 51999 clauses out of 104008 with flag 3343801/1421000
1487.17/742.08	c cleaning 52992 clauses out of 106009 with flag 3480147/1475000
1565.57/781.17	c cleaning 53990 clauses out of 108017 with flag 3608973/1530000
1633.77/815.16	c cleaning 55002 clauses out of 110027 with flag 3745767/1586000
1698.76/847.50	c cleaning 56005 clauses out of 112026 with flag 3880128/1643001
1749.78/872.96	c cleaning 57000 clauses out of 114020 with flag 4020903/1701000
1800.16/898.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.00	c starts		: 1805
1800.16/898.00	c conflicts		: 1747753
1800.16/898.00	c decisions		: 5353930
1800.16/898.00	c propagations		: 245055348
1800.16/898.00	c inspects		: 6667017549
1800.16/898.00	c shortcuts		: 0
1800.16/898.00	c learnt literals	: 13
1800.16/898.00	c learnt binary clauses	: 14
1800.16/898.00	c learnt ternary clauses	: 29
1800.16/898.00	c learnt constraints	: 1747740
1800.16/898.00	c ignored constraints	: 0
1800.16/898.00	c root simplifications	: 0
1800.16/898.00	c removed literals (reason simplification)	: 4543359
1800.16/898.00	c reason swapping (by a shorter reason)	: 0
1800.16/898.00	c Calls to reduceDB	: 54
1800.16/898.00	c Number of update (reduction) of LBD	: 225019
1800.16/898.00	c Imported unit clauses	: 0
1800.16/898.00	c number of reductions to clauses (during analyze)	: 0
1800.16/898.00	c number of learned constraints concerned by reduction	: 0
1800.16/898.00	c number of learning phase by resolution	: 0
1800.16/898.00	c number of learning phase by cutting planes	: 0
1800.16/898.00	c speed (assignments/second)	: 273289.8335762646
1800.16/898.00	c non guided choices	77039
1800.16/898.03	c learnt constraints type 
1800.16/898.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.16/898.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103759
1800.16/898.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.03	c starts		: 1
1800.16/898.03	c conflicts		: 1194
1800.16/898.03	c decisions		: 661604
1800.16/898.03	c propagations		: 1771694
1800.16/898.03	c inspects		: 219498931
1800.16/898.03	c shortcuts		: 0
1800.16/898.03	c learnt literals	: 0
1800.16/898.03	c learnt binary clauses	: 0
1800.16/898.03	c learnt ternary clauses	: 0
1800.16/898.03	c learnt constraints	: 1194
1800.16/898.03	c ignored constraints	: 0
1800.16/898.03	c root simplifications	: 0
1800.16/898.03	c removed literals (reason simplification)	: 0
1800.16/898.03	c reason swapping (by a shorter reason)	: 0
1800.16/898.03	c Calls to reduceDB	: 0
1800.16/898.03	c Number of update (reduction) of LBD	: 0
1800.16/898.03	c Imported unit clauses	: 0
1800.16/898.03	c number of reductions to clauses (during analyze)	: 0
1800.16/898.03	c number of learned constraints concerned by reduction	: 0
1800.16/898.03	c number of learning phase by resolution	: 0
1800.16/898.03	c number of learning phase by cutting planes	: 0
1800.16/898.03	c speed (assignments/second)	: 1975.773634478967
1800.16/898.03	c non guided choices	2636
1800.16/898.03	c learnt constraints type 
1800.16/898.03	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 12
1800.16/898.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1182
1800.16/898.03	s UNKNOWN
1800.16/898.03	c Total wall clock time (in seconds): 897.92

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

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

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


[startup+0 s]
/proc/loadavg: 3.92 4.06 4.07 4/197 16244
/proc/meminfo: memFree=29095640/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 1284 0 0 0 0 0 0 0 20 0 2 0 23302406 94019584 917 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 22954 917 697 9 0 16769 0
[pid=16244/tid=16245] ppid=16241 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) D 16241 16244 13538 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 23302407 95129600 927 33554432000 1073741824 1073778376 140734145960752 140659298844200 224913354023 0 0 4096 0 18446744072100588836 0 0 -1 5 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 3.92 4.06 4.07 4/197 16244
/proc/meminfo: memFree=29095640/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 4470 0 1 0 10 1 0 0 20 0 18 0 23302406 9787879424 6100 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 2389619 6100 2156 9 0 2380296 0
[pid=16244/tid=16245] ppid=16241 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) R 16241 16244 13538 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 23302407 9787879424 6100 33554432000 1073741824 1073778376 140734145960752 140659298842264 224925902093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20031 s]
/proc/loadavg: 3.92 4.06 4.07 4/197 16244
/proc/meminfo: memFree=29095640/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 5019 0 1 0 27 1 0 0 20 0 18 0 23302406 9787879424 7889 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 2389619 7889 2219 9 0 2380296 0
[pid=16244/tid=16245] ppid=16241 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) R 16241 16244 13538 0 -1 4202560 2398 0 1 0 16 1 0 0 20 0 18 0 23302407 9787879424 7889 33554432000 1073741824 1073778376 140734145960752 140659298842264 140659122058640 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300283 s]
/proc/loadavg: 3.92 4.06 4.07 4/197 16244
/proc/meminfo: memFree=29095640/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 6052 0 1 0 53 2 0 0 20 0 18 0 23302406 9787879424 11217 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 2389619 11217 2233 9 0 2380296 0
[pid=16244/tid=16245] ppid=16241 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) R 16241 16244 13538 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 18 0 23302407 9787879424 11217 33554432000 1073741824 1073778376 140734145960752 140659298842264 140659122463706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700229 s]
/proc/loadavg: 3.92 4.06 4.07 4/197 16244
/proc/meminfo: memFree=29095640/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=9558476 CPUtime=1.49 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 16254 0 1 0 140 9 0 0 20 0 18 0 23302406 9787879424 52596 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 2389619 52596 2264 9 0 2380296 0
[pid=16244/tid=16245] ppid=16241 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) S 16241 16244 13538 0 -1 4202560 2460 0 1 0 60 3 0 0 20 0 18 0 23302407 9787879424 52596 33554432000 1073741824 1073778376 140734145960752 140659298846760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 3.92 4.06 4.07 4/215 16262
/proc/meminfo: memFree=28822584/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 17001 0 1 0 309 16 0 0 20 0 22 0 23302406 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 2456183 70622 2280 9 0 2446860 0
[pid=16244/tid=16245] ppid=16241 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) S 16241 16244 13538 0 -1 4202560 2476 0 1 0 103 4 0 0 20 0 22 0 23302407 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659298849656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16247] ppid=16241 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16244/task/16247/stat : 16247 (java) S 16241 16244 13538 0 -1 4202560 121 0 0 0 4 0 0 0 20 0 22 0 23302407 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659260340776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16248] ppid=16241 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16244/task/16248/stat : 16248 (java) S 16241 16244 13538 0 -1 4202560 51 0 0 0 3 2 0 0 20 0 22 0 23302407 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659259287976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16249] ppid=16241 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16244/task/16249/stat : 16249 (java) S 16241 16244 13538 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 23302407 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659258235176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16250] ppid=16241 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16244/task/16250/stat : 16250 (java) S 16241 16244 13538 0 -1 4202560 142 0 0 0 7 2 0 0 20 0 22 0 23302407 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659257182376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16251] ppid=16241 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16244/task/16251/stat : 16251 (java) S 16241 16244 13538 0 -1 4202560 140 0 0 0 3 1 0 0 20 0 22 0 23302407 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659256130600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16252] ppid=16241 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16244/task/16252/stat : 16252 (java) S 16241 16244 13538 0 -1 4202560 70 0 0 0 5 1 0 0 20 0 22 0 23302407 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659255077800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16253] ppid=16241 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16244/task/16253/stat : 16253 (java) S 16241 16244 13538 0 -1 4202560 69 0 0 0 2 2 0 0 20 0 22 0 23302407 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659254025000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16254] ppid=16241 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16244/task/16254/stat : 16254 (java) S 16241 16244 13538 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 23302407 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659252972200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16255] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16255/stat : 16255 (java) S 16241 16244 13538 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23302408 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659240561128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16256] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16256/stat : 16256 (java) S 16241 16244 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659121972472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16257] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16257/stat : 16257 (java) S 16241 16244 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659120919560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16258] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16258/stat : 16258 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659119868048 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16259] ppid=16241 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/16244/task/16259/stat : 16259 (java) R 16241 16244 13538 0 -1 4202560 7638 0 0 0 54 2 0 0 20 0 22 0 23302411 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659118803712 140659304770808 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16260] ppid=16241 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/16244/task/16260/stat : 16260 (java) R 16241 16244 13538 0 -1 4202560 4861 0 0 0 56 0 0 0 20 0 22 0 23302411 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659117763384 224925886057 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16261] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16261/stat : 16261 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659116710776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16262] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16262/stat : 16262 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 70622 33554432000 1073741824 1073778376 140734145960752 140659115658184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 3.92 4.06 4.07 6/219 16266
/proc/meminfo: memFree=28742620/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=9824732 CPUtime=7.14 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 21002 0 1 0 690 24 0 0 20 0 22 0 23302406 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 2456183 112295 2285 9 0 2446860 0
[pid=16244/tid=16245] ppid=16241 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) S 16241 16244 13538 0 -1 4202560 2476 0 1 0 103 4 0 0 20 0 22 0 23302407 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659298849656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16247] ppid=16241 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/16244/task/16247/stat : 16247 (java) S 16241 16244 13538 0 -1 4202560 148 0 0 0 9 2 0 0 20 0 22 0 23302407 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659260340776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16248] ppid=16241 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16244/task/16248/stat : 16248 (java) S 16241 16244 13538 0 -1 4202560 68 0 0 0 7 2 0 0 20 0 22 0 23302407 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659259287976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16249] ppid=16241 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16244/task/16249/stat : 16249 (java) S 16241 16244 13538 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 23302407 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659258235176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16250] ppid=16241 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/16244/task/16250/stat : 16250 (java) S 16241 16244 13538 0 -1 4202560 157 0 0 0 10 2 0 0 20 0 22 0 23302407 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659257182376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16251] ppid=16241 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/16244/task/16251/stat : 16251 (java) S 16241 16244 13538 0 -1 4202560 153 0 0 0 6 2 0 0 20 0 22 0 23302407 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659256130600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16252] ppid=16241 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16244/task/16252/stat : 16252 (java) S 16241 16244 13538 0 -1 4202560 88 0 0 0 8 2 0 0 20 0 22 0 23302407 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659255077800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16253] ppid=16241 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16244/task/16253/stat : 16253 (java) S 16241 16244 13538 0 -1 4202560 79 0 0 0 4 2 0 0 20 0 22 0 23302407 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659254025000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16254] ppid=16241 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/16244/task/16254/stat : 16254 (java) S 16241 16244 13538 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 23302407 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659252972200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16255] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16255/stat : 16255 (java) S 16241 16244 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23302408 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659240561128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16256] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16256/stat : 16256 (java) S 16241 16244 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659121972472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16257] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16257/stat : 16257 (java) S 16241 16244 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659120919560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16258] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16258/stat : 16258 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659119868048 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16259] ppid=16241 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/16244/task/16259/stat : 16259 (java) S 16241 16244 13538 0 -1 4202560 11054 0 0 0 90 2 0 0 20 0 22 0 23302411 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659118816184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16260] ppid=16241 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/16244/task/16260/stat : 16260 (java) S 16241 16244 13538 0 -1 4202560 5136 0 0 0 76 0 0 0 20 0 22 0 23302411 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659117763384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16261] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16261/stat : 16261 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659116710776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16262] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16262/stat : 16262 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659115658184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16263] ppid=16241 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/16244/task/16263/stat : 16263 (java) R 16241 16244 13538 0 -1 4202560 45 0 0 0 176 0 0 0 20 0 22 0 23302530 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659114602920 140659122742292 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16264] ppid=16241 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/16244/task/16264/stat : 16264 (java) R 16241 16244 13538 0 -1 4202560 56 0 0 0 175 2 0 0 20 0 22 0 23302530 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659113548120 140659122951126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16265] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16265/stat : 16265 (java) S 16241 16244 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23302538 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659112498088 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16266] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16266/stat : 16266 (java) S 16241 16244 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23302538 10060525568 112295 33554432000 1073741824 1073778376 140734145960752 140659111445288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 3.92 4.06 4.07 5/219 16266
/proc/meminfo: memFree=28654224/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=9824732 CPUtime=13.75 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 21012 0 1 0 1351 24 0 0 20 0 22 0 23302406 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 2456183 112105 2289 9 0 2446860 0
[pid=16244/tid=16245] ppid=16241 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) S 16241 16244 13538 0 -1 4202560 2476 0 1 0 103 4 0 0 20 0 22 0 23302407 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659298849656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16247] ppid=16241 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/16244/task/16247/stat : 16247 (java) S 16241 16244 13538 0 -1 4202560 148 0 0 0 9 2 0 0 20 0 22 0 23302407 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659260340776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16248] ppid=16241 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16244/task/16248/stat : 16248 (java) S 16241 16244 13538 0 -1 4202560 68 0 0 0 7 2 0 0 20 0 22 0 23302407 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659259287976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16249] ppid=16241 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16244/task/16249/stat : 16249 (java) S 16241 16244 13538 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 23302407 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659258235176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16250] ppid=16241 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/16244/task/16250/stat : 16250 (java) S 16241 16244 13538 0 -1 4202560 157 0 0 0 10 2 0 0 20 0 22 0 23302407 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659257182376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16251] ppid=16241 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/16244/task/16251/stat : 16251 (java) S 16241 16244 13538 0 -1 4202560 153 0 0 0 6 2 0 0 20 0 22 0 23302407 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659256130600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16252] ppid=16241 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16244/task/16252/stat : 16252 (java) S 16241 16244 13538 0 -1 4202560 88 0 0 0 8 2 0 0 20 0 22 0 23302407 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659255077800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16253] ppid=16241 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16244/task/16253/stat : 16253 (java) S 16241 16244 13538 0 -1 4202560 79 0 0 0 4 2 0 0 20 0 22 0 23302407 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659254025000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16254] ppid=16241 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/16244/task/16254/stat : 16254 (java) S 16241 16244 13538 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 23302407 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659252972200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16255] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16255/stat : 16255 (java) S 16241 16244 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23302408 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659240561128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16256] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16256/stat : 16256 (java) S 16241 16244 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659121972472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16257] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16257/stat : 16257 (java) S 16241 16244 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 112105 33554432000 1073741824 1073778376 140734145960752 140659120919560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16258] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.11 4.10 4.07 5/219 16353
/proc/meminfo: memFree=28365880/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=9824732 CPUtime=1648.19 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 28072 0 1 0 164658 161 0 0 20 0 22 0 23302406 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 2456183 429486 2300 9 0 2446860 0
[pid=16244/tid=16245] ppid=16241 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) S 16241 16244 13538 0 -1 4202560 2482 0 1 0 105 6 0 0 20 0 22 0 23302407 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659298849656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16247] ppid=16241 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/16244/task/16247/stat : 16247 (java) S 16241 16244 13538 0 -1 4202560 462 0 0 0 104 14 0 0 20 0 22 0 23302407 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659260340776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16248] ppid=16241 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/16244/task/16248/stat : 16248 (java) S 16241 16244 13538 0 -1 4202560 332 0 0 0 103 12 0 0 20 0 22 0 23302407 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659259287976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16249] ppid=16241 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/16244/task/16249/stat : 16249 (java) S 16241 16244 13538 0 -1 4202560 327 0 0 0 96 12 0 0 20 0 22 0 23302407 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659258235176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16250] ppid=16241 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/16244/task/16250/stat : 16250 (java) S 16241 16244 13538 0 -1 4202560 511 0 0 0 107 12 0 0 20 0 22 0 23302407 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659257182376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16251] ppid=16241 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/16244/task/16251/stat : 16251 (java) S 16241 16244 13538 0 -1 4202560 392 0 0 0 100 12 0 0 20 0 22 0 23302407 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659256130600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16252] ppid=16241 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/16244/task/16252/stat : 16252 (java) S 16241 16244 13538 0 -1 4202560 437 0 0 0 105 15 0 0 20 0 22 0 23302407 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659255077800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16253] ppid=16241 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/16244/task/16253/stat : 16253 (java) S 16241 16244 13538 0 -1 4202560 398 0 0 0 83 8 0 0 20 0 22 0 23302407 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659254025000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16254] ppid=16241 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/16244/task/16254/stat : 16254 (java) S 16241 16244 13538 0 -1 4202560 400 0 0 0 81 9 0 0 20 0 22 0 23302407 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659252972200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16255] ppid=16241 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/16244/task/16255/stat : 16255 (java) S 16241 16244 13538 0 -1 4202560 1636 0 0 0 160 6 0 0 20 0 22 0 23302408 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659240561128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16256] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16256/stat : 16256 (java) S 16241 16244 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659121972472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16257] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16257/stat : 16257 (java) S 16241 16244 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659120919560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16258] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16258/stat : 16258 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659119868048 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16259] ppid=16241 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/16244/task/16259/stat : 16259 (java) S 16241 16244 13538 0 -1 4202560 12398 0 0 0 153 2 0 0 20 0 22 0 23302411 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659118816184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16260] ppid=16241 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/16244/task/16260/stat : 16260 (java) S 16241 16244 13538 0 -1 4202560 5148 0 0 0 96 0 0 0 20 0 22 0 23302411 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659117763384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16261] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16261/stat : 16261 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659116710776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16262] ppid=16241 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/16244/task/16262/stat : 16262 (java) S 16241 16244 13538 0 -1 4202560 46 0 0 0 14 20 0 0 20 0 22 0 23302411 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659115658184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16263] ppid=16241 vsize=9824732 CPUtime=817.05 cores=1,3,5,7
/proc/16244/task/16263/stat : 16263 (java) R 16241 16244 13538 0 -1 4202560 908 0 0 0 81679 26 0 0 20 0 22 0 23302530 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659114602016 140659122740855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16264] ppid=16241 vsize=9824732 CPUtime=817.01 cores=1,3,5,7
/proc/16244/task/16264/stat : 16264 (java) R 16241 16244 13538 0 -1 4202560 929 0 0 0 81665 36 0 0 20 0 22 0 23302530 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659113548144 140659122953551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16265] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16265/stat : 16265 (java) S 16241 16244 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23302538 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659112498088 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16266] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16266/stat : 16266 (java) S 16241 16244 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23302538 10060525568 429486 33554432000 1073741824 1073778376 140734145960752 140659111445288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1648.19
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.08 4.09 4.07 5/220 16358
/proc/meminfo: memFree=27323460/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=9824732 CPUtime=1768.65 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 28257 0 1 0 176698 167 0 0 20 0 22 0 23302406 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 2456183 375023 2300 9 0 2446860 0
[pid=16244/tid=16245] ppid=16241 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) S 16241 16244 13538 0 -1 4202560 2482 0 1 0 106 6 0 0 20 0 22 0 23302407 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659298849656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16247] ppid=16241 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/16244/task/16247/stat : 16247 (java) S 16241 16244 13538 0 -1 4202560 467 0 0 0 111 14 0 0 20 0 22 0 23302407 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659260340776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16248] ppid=16241 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/16244/task/16248/stat : 16248 (java) S 16241 16244 13538 0 -1 4202560 358 0 0 0 116 12 0 0 20 0 22 0 23302407 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659259287976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16249] ppid=16241 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/16244/task/16249/stat : 16249 (java) S 16241 16244 13538 0 -1 4202560 372 0 0 0 108 12 0 0 20 0 22 0 23302407 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659258235176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16250] ppid=16241 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/16244/task/16250/stat : 16250 (java) S 16241 16244 13538 0 -1 4202560 522 0 0 0 118 13 0 0 20 0 22 0 23302407 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659257182376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16251] ppid=16241 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/16244/task/16251/stat : 16251 (java) S 16241 16244 13538 0 -1 4202560 417 0 0 0 114 13 0 0 20 0 22 0 23302407 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659256130600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16252] ppid=16241 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/16244/task/16252/stat : 16252 (java) S 16241 16244 13538 0 -1 4202560 459 0 0 0 112 16 0 0 20 0 22 0 23302407 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659255077800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16253] ppid=16241 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/16244/task/16253/stat : 16253 (java) S 16241 16244 13538 0 -1 4202560 415 0 0 0 98 9 0 0 20 0 22 0 23302407 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659254025000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16254] ppid=16241 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/16244/task/16254/stat : 16254 (java) S 16241 16244 13538 0 -1 4202560 407 0 0 0 92 9 0 0 20 0 22 0 23302407 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659252972200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16255] ppid=16241 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/16244/task/16255/stat : 16255 (java) S 16241 16244 13538 0 -1 4202560 1640 0 0 0 160 9 0 0 20 0 22 0 23302408 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659240561128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16256] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16256/stat : 16256 (java) S 16241 16244 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659121972472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16257] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16257/stat : 16257 (java) S 16241 16244 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659120919560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16258] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16258/stat : 16258 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659119868048 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16259] ppid=16241 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/16244/task/16259/stat : 16259 (java) S 16241 16244 13538 0 -1 4202560 12399 0 0 0 163 2 0 0 20 0 22 0 23302411 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659118816184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16260] ppid=16241 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/16244/task/16260/stat : 16260 (java) S 16241 16244 13538 0 -1 4202560 5148 0 0 0 96 0 0 0 20 0 22 0 23302411 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659117763384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16261] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16261/stat : 16261 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659116710776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16262] ppid=16241 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16244/task/16262/stat : 16262 (java) S 16241 16244 13538 0 -1 4202560 50 0 0 0 15 21 0 0 20 0 22 0 23302411 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659115658184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16263] ppid=16241 vsize=9824732 CPUtime=876.75 cores=1,3,5,7
/proc/16244/task/16263/stat : 16263 (java) R 16241 16244 13538 0 -1 4202560 917 0 0 0 87648 27 0 0 20 0 22 0 23302530 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659114603320 140659122871774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16264] ppid=16241 vsize=9824732 CPUtime=876.7 cores=1,3,5,7
/proc/16244/task/16264/stat : 16264 (java) R 16241 16244 13538 0 -1 4202560 938 0 0 0 87633 37 0 0 20 0 22 0 23302530 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659113549344 140659122761877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16265] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16265/stat : 16265 (java) S 16241 16244 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23302538 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659112498088 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16266] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16266/stat : 16266 (java) S 16241 16244 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23302538 10060525568 375023 33554432000 1073741824 1073778376 140734145960752 140659111445288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1768.65
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.001 s]
/proc/loadavg: 4.14 4.10 4.07 5/220 16358
/proc/meminfo: memFree=27380816/32872528 swapFree=163656/177964
[pid=16244] ppid=16241 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/16244/stat : 16244 (java) S 16241 16244 13538 0 -1 4202496 28270 0 1 0 179847 169 0 0 20 0 22 0 23302406 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140734145951888 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16244/statm: 2456183 360961 2300 9 0 2446860 0
[pid=16244/tid=16245] ppid=16241 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/16244/task/16245/stat : 16245 (java) S 16241 16244 13538 0 -1 4202560 2482 0 1 0 106 6 0 0 20 0 22 0 23302407 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659298849656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16247] ppid=16241 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/16244/task/16247/stat : 16247 (java) S 16241 16244 13538 0 -1 4202560 468 0 0 0 116 14 0 0 20 0 22 0 23302407 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659260340776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16248] ppid=16241 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/16244/task/16248/stat : 16248 (java) S 16241 16244 13538 0 -1 4202560 360 0 0 0 120 12 0 0 20 0 22 0 23302407 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659259287976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16249] ppid=16241 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/16244/task/16249/stat : 16249 (java) S 16241 16244 13538 0 -1 4202560 372 0 0 0 112 12 0 0 20 0 22 0 23302407 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659258235176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16250] ppid=16241 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/16244/task/16250/stat : 16250 (java) S 16241 16244 13538 0 -1 4202560 523 0 0 0 123 13 0 0 20 0 22 0 23302407 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659257182376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16251] ppid=16241 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/16244/task/16251/stat : 16251 (java) S 16241 16244 13538 0 -1 4202560 417 0 0 0 119 13 0 0 20 0 22 0 23302407 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659256130600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16252] ppid=16241 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/16244/task/16252/stat : 16252 (java) S 16241 16244 13538 0 -1 4202560 461 0 0 0 118 16 0 0 20 0 22 0 23302407 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659255077800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16253] ppid=16241 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/16244/task/16253/stat : 16253 (java) S 16241 16244 13538 0 -1 4202560 415 0 0 0 101 9 0 0 20 0 22 0 23302407 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659254025000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16254] ppid=16241 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/16244/task/16254/stat : 16254 (java) S 16241 16244 13538 0 -1 4202560 407 0 0 0 96 9 0 0 20 0 22 0 23302407 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659252972200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16244/tid=16255] ppid=16241 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/16244/task/16255/stat : 16255 (java) S 16241 16244 13538 0 -1 4202560 1640 0 0 0 161 9 0 0 20 0 22 0 23302408 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659240561128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16256] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16256/stat : 16256 (java) S 16241 16244 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659121972472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16257] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16257/stat : 16257 (java) S 16241 16244 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23302409 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659120919560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16258] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16258/stat : 16258 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659119868048 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16244/tid=16259] ppid=16241 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/16244/task/16259/stat : 16259 (java) S 16241 16244 13538 0 -1 4202560 12399 0 0 0 163 2 0 0 20 0 22 0 23302411 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659118816184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16260] ppid=16241 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/16244/task/16260/stat : 16260 (java) S 16241 16244 13538 0 -1 4202560 5148 0 0 0 96 0 0 0 20 0 22 0 23302411 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659117763384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16261] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16261/stat : 16261 (java) S 16241 16244 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23302411 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659116710776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16262] ppid=16241 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16244/task/16262/stat : 16262 (java) S 16241 16244 13538 0 -1 4202560 50 0 0 0 15 21 0 0 20 0 22 0 23302411 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659115658184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16263] ppid=16241 vsize=9824732 CPUtime=892.31 cores=1,3,5,7
/proc/16244/task/16263/stat : 16263 (java) R 16241 16244 13538 0 -1 4202560 921 0 0 0 89204 27 0 0 20 0 22 0 23302530 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659114601248 140659122906208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16264] ppid=16241 vsize=9824732 CPUtime=892.27 cores=1,3,5,7
/proc/16244/task/16264/stat : 16264 (java) R 16241 16244 13538 0 -1 4202560 941 0 0 0 89190 37 0 0 20 0 22 0 23302530 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659113549152 140659122761779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16244/tid=16265] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16265/stat : 16265 (java) S 16241 16244 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23302538 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659112498088 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16244/tid=16266] ppid=16241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16244/task/16266/stat : 16266 (java) S 16241 16244 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23302538 10060525568 360961 33554432000 1073741824 1073778376 140734145960752 140659111445288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 16244 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.05
CPU time (s): 1800.8
CPU user time (s): 1798.63
CPU system time (s): 2.16867
CPU usage (%): 200.523
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 2.16867
maximum resident set size= 3034872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28310
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23676
involuntary context switches= 21264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.80212 second user time and 7.68583 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 03:15:25
IDJOB=4101082
IDBENCH=1698
IDSOLVER=2543
FILE ID=node105/4101082-1466212525
RUNJOBID= node105-1466206102-13555
PBS_JOBID= 19918167
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-pilot.we.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101082-1466212525/watcher-4101082-1466212525 -o /tmp/evaluation-result-4101082-1466212525/solver-4101082-1466212525 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101082-1466212525.opb

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

MD5SUM BENCH= 6d89097601cc17df3da06374ded173c4
RANDOM SEED=1503989072

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:        29096564 kB
Buffers:           80456 kB
Cached:            92200 kB
SwapCached:         1764 kB
Active:          2748992 kB
Inactive:         113836 kB
Active(anon):    2691324 kB
Inactive(anon):     1440 kB
Active(file):      57668 kB
Inactive(file):   112396 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:              3260 kB
Writeback:             0 kB
AnonPages:       2867524 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             600364 kB
SReclaimable:      43784 kB
SUnreclaim:       556580 kB
KernelStack:        1632 kB
PageTables:        10012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3644652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2648064 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= 71744 MiB
End job on node105 at 2016-06-18 03:30:23