Trace number 4100490

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.09 899.045

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-B1C1S1.opb
MD5SUMcc797868c6f9cb3811b8dc2300ad7f9f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark275.589
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
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 constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 612
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 556800
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 556800
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-4100490-1466209767.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
3.20/1.72	c ... done. Wall clock time 1.618s.
3.20/1.72	c declared #vars     107808
3.20/1.72	c #constraints  5184
3.20/1.73	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.20/1.73	c constraints type 
3.20/1.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 1024
3.20/1.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4160
3.20/1.73	c 5184 constraints processed.
3.20/1.73	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.20/1.73	c constraints type 
3.20/1.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1024
3.20/1.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4160
3.20/1.73	c 5184 constraints processed.
3.20/1.73	c objective function length is 38688 literals
5.95/2.64	c cleaning 2497 clauses out of 5000 with flag 13482/5001
7.72/3.26	c cleaning 4246 clauses out of 8502 with flag 27746/11000
9.23/3.95	c cleaning 5625 clauses out of 11256 with flag 47115/18002
10.53/4.56	c cleaning 6799 clauses out of 13628 with flag 66158/26000
13.19/5.88	c cleaning 7912 clauses out of 15828 with flag 98008/35000
16.59/7.51	c cleaning 8938 clauses out of 17916 with flag 133914/45000
21.46/9.96	c cleaning 9975 clauses out of 19978 with flag 190828/56000
27.64/13.00	c cleaning 10976 clauses out of 22003 with flag 254692/68000
34.36/16.32	c cleaning 12005 clauses out of 24027 with flag 327730/81000
38.96/18.67	c cleaning 12996 clauses out of 26032 with flag 374541/95010
43.37/20.87	c cleaning 14006 clauses out of 28026 with flag 429694/110000
48.97/23.68	c cleaning 15004 clauses out of 30020 with flag 487548/126000
54.97/26.60	c cleaning 16010 clauses out of 32020 with flag 548661/143004
61.97/30.15	c cleaning 16976 clauses out of 34006 with flag 605859/161000
69.77/34.05	c cleaning 18003 clauses out of 36030 with flag 667188/180000
78.53/38.36	c cleaning 18982 clauses out of 38030 with flag 726701/200003
87.33/42.77	c cleaning 20016 clauses out of 40045 with flag 794039/221000
97.73/47.91	c cleaning 21012 clauses out of 42030 with flag 862969/243001
107.13/52.70	c cleaning 21991 clauses out of 44017 with flag 935281/266000
117.93/58.07	c cleaning 23000 clauses out of 46027 with flag 1010615/290001
129.74/63.93	c cleaning 24001 clauses out of 48026 with flag 1086666/315000
142.33/70.29	c cleaning 25011 clauses out of 50025 with flag 1163765/341000
156.85/77.49	c cleaning 25991 clauses out of 52014 with flag 1287909/368000
171.46/84.71	c cleaning 26975 clauses out of 54025 with flag 1422601/396002
186.65/92.31	c cleaning 28014 clauses out of 56048 with flag 1521713/425000
200.46/99.25	c cleaning 29002 clauses out of 58036 with flag 1633495/455002
217.05/107.59	c cleaning 29998 clauses out of 60032 with flag 1779537/486000
236.55/117.20	c cleaning 31006 clauses out of 62034 with flag 1944612/518001
252.15/125.06	c cleaning 31995 clauses out of 64029 with flag 2087432/551002
273.16/135.59	c cleaning 33001 clauses out of 66032 with flag 2280659/585000
291.76/144.84	c cleaning 34008 clauses out of 68036 with flag 2477970/620005
309.16/153.57	c cleaning 34983 clauses out of 70023 with flag 2665354/656000
332.29/165.07	c cleaning 36019 clauses out of 72043 with flag 2868053/693003
353.27/175.52	c cleaning 36992 clauses out of 74025 with flag 3062257/731004
371.66/184.79	c cleaning 38009 clauses out of 76030 with flag 3247261/770001
390.86/194.38	c cleaning 38983 clauses out of 78020 with flag 3445239/810000
412.45/205.13	c cleaning 40015 clauses out of 80037 with flag 3685453/851000
436.45/217.11	c cleaning 41003 clauses out of 82026 with flag 4016670/893005
457.95/227.84	c cleaning 41987 clauses out of 84018 with flag 4247963/936000
479.13/238.49	c cleaning 43008 clauses out of 86031 with flag 4494032/980000
499.31/248.59	c cleaning 43987 clauses out of 88027 with flag 4737870/1025004
520.52/259.14	c cleaning 45012 clauses out of 90036 with flag 4993128/1071000
543.91/270.81	c cleaning 46000 clauses out of 92024 with flag 5211419/1118000
568.39/283.01	c cleaning 47004 clauses out of 94024 with flag 5425974/1166000
588.98/293.30	c cleaning 48004 clauses out of 96020 with flag 5622573/1215000
612.99/305.30	c cleaning 48987 clauses out of 98016 with flag 5836600/1265000
639.39/318.52	c cleaning 50007 clauses out of 100031 with flag 6042975/1316002
663.18/330.47	c cleaning 50995 clauses out of 102022 with flag 6237946/1368000
693.08/345.30	c cleaning 52009 clauses out of 104027 with flag 6474781/1421000
721.28/359.42	c cleaning 53006 clauses out of 106022 with flag 6719806/1475004
746.28/371.93	c cleaning 53993 clauses out of 108013 with flag 6945279/1530001
773.78/385.60	c cleaning 54998 clauses out of 110023 with flag 7198857/1586004
802.77/400.11	c cleaning 56006 clauses out of 112022 with flag 7454603/1643001
837.55/417.54	c cleaning 56990 clauses out of 114015 with flag 7651967/1701000
865.97/431.97	c cleaning 57998 clauses out of 116025 with flag 7858684/1760000
892.37/445.15	c cleaning 59003 clauses out of 118030 with flag 8057952/1820003
916.83/457.33	c cleaning 60008 clauses out of 120024 with flag 8273252/1881000
959.23/478.57	c cleaning 60999 clauses out of 122019 with flag 8525373/1943003
991.50/494.66	c cleaning 61983 clauses out of 124017 with flag 8777772/2006000
1026.49/512.17	c cleaning 63008 clauses out of 126035 with flag 9023626/2070002
1065.19/531.44	c cleaning 64005 clauses out of 128026 with flag 9283417/2135001
1109.20/553.46	c cleaning 65001 clauses out of 130020 with flag 9549195/2201000
1145.87/571.79	c cleaning 66009 clauses out of 132020 with flag 9774437/2268001
1179.07/588.31	c cleaning 66982 clauses out of 134010 with flag 9974568/2336000
1205.10/601.38	c cleaning 68005 clauses out of 136028 with flag 10202311/2405000
1255.76/626.64	c cleaning 69004 clauses out of 138028 with flag 10434259/2475005
1310.81/654.10	c cleaning 70003 clauses out of 140019 with flag 10657952/2546000
1378.07/688.09	c cleaning 71003 clauses out of 142016 with flag 10887430/2618000
1452.51/725.28	c cleaning 71998 clauses out of 144012 with flag 11115948/2691000
1523.20/760.51	c cleaning 73003 clauses out of 146015 with flag 11367842/2765002
1596.16/797.21	c cleaning 73993 clauses out of 148010 with flag 11633097/2840000
1652.81/825.60	c cleaning 74975 clauses out of 150016 with flag 11889374/2916000
1712.15/855.10	c cleaning 76022 clauses out of 152043 with flag 12147569/2993002
1782.03/890.09	c cleaning 76976 clauses out of 154024 with flag 12423694/3071005
1800.09/899.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/899.00	c starts		: 5584
1800.09/899.00	c conflicts		: 3094601
1800.09/899.00	c decisions		: 10916149
1800.09/899.00	c propagations		: 190448816
1800.09/899.00	c inspects		: 9451097353
1800.09/899.00	c shortcuts		: 0
1800.09/899.00	c learnt literals	: 11
1800.09/899.00	c learnt binary clauses	: 607
1800.09/899.00	c learnt ternary clauses	: 129
1800.09/899.00	c learnt constraints	: 3094590
1800.09/899.00	c ignored constraints	: 0
1800.09/899.00	c root simplifications	: 0
1800.09/899.00	c removed literals (reason simplification)	: 22565187
1800.09/899.00	c reason swapping (by a shorter reason)	: 0
1800.09/899.00	c Calls to reduceDB	: 74
1800.09/899.00	c Number of update (reduction) of LBD	: 1046065
1800.09/899.00	c Imported unit clauses	: 0
1800.09/899.00	c number of reductions to clauses (during analyze)	: 0
1800.09/899.00	c number of learned constraints concerned by reduction	: 0
1800.09/899.00	c number of learning phase by resolution	: 0
1800.09/899.00	c number of learning phase by cutting planes	: 0
1800.09/899.00	c speed (assignments/second)	: 212274.45044595186
1800.09/899.00	c non guided choices	130250
1800.09/899.03	c learnt constraints type 
1800.09/899.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 607
1800.09/899.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100037
1800.09/899.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/899.03	c starts		: 1
1800.09/899.03	c conflicts		: 2541
1800.09/899.03	c decisions		: 752832
1800.09/899.03	c propagations		: 6457577
1800.09/899.03	c inspects		: 100161846
1800.09/899.03	c shortcuts		: 0
1800.09/899.03	c learnt literals	: 0
1800.09/899.03	c learnt binary clauses	: 0
1800.09/899.03	c learnt ternary clauses	: 0
1800.09/899.03	c learnt constraints	: 2540
1800.09/899.03	c ignored constraints	: 0
1800.09/899.03	c root simplifications	: 0
1800.09/899.03	c removed literals (reason simplification)	: 0
1800.09/899.03	c reason swapping (by a shorter reason)	: 0
1800.09/899.03	c Calls to reduceDB	: 0
1800.09/899.03	c Number of update (reduction) of LBD	: 0
1800.09/899.03	c Imported unit clauses	: 0
1800.09/899.03	c number of reductions to clauses (during analyze)	: 0
1800.09/899.03	c number of learned constraints concerned by reduction	: 0
1800.09/899.03	c number of learning phase by resolution	: 0
1800.09/899.03	c number of learning phase by cutting planes	: 0
1800.09/899.03	c speed (assignments/second)	: 7197.429575816479
1800.09/899.03	c non guided choices	0
1800.09/899.03	c learnt constraints type 
1800.09/899.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2540
1800.09/899.03	s UNKNOWN
1800.09/899.03	c Total wall clock time (in seconds): 898.923

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

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

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


[startup+0 s]
/proc/loadavg: 4.21 4.18 4.06 4/197 3000
/proc/meminfo: memFree=29795400/32872528 swapFree=877056/942464
[pid=3000] ppid=2997 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3000/stat : 3000 (java) S 2997 3000 1299 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 23025692 98570240 977 33554432000 1073741824 1073778376 140733444246576 140733444237712 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3000/statm: 24065 977 743 9 0 16771 0
[pid=3000/tid=3001] ppid=2997 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3001/stat : 3001 (java) R 2997 3000 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23025693 98570240 977 33554432000 1073741824 1073778376 140733444246576 140428731571752 213193147776 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.21 4.18 4.06 4/197 3000
/proc/meminfo: memFree=29795400/32872528 swapFree=877056/942464
[pid=3000] ppid=2997 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/3000/stat : 3000 (java) S 2997 3000 1299 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 23025692 9787879424 6113 33554432000 1073741824 1073778376 140733444246576 140733444237712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3000/statm: 2389619 6113 2156 9 0 2380296 0
[pid=3000/tid=3001] ppid=2997 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3000/task/3001/stat : 3001 (java) R 2997 3000 1299 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 23025693 9787879424 6113 33554432000 1073741824 1073778376 140733444246576 140428731575200 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 4.21 4.18 4.06 4/197 3000
/proc/meminfo: memFree=29795400/32872528 swapFree=877056/942464
[pid=3000] ppid=2997 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/3000/stat : 3000 (java) S 2997 3000 1299 0 -1 4202496 5025 0 1 0 30 1 0 0 20 0 18 0 23025692 9787879424 8472 33554432000 1073741824 1073778376 140733444246576 140733444237712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3000/statm: 2389619 8472 2223 9 0 2380296 0
[pid=3000/tid=3001] ppid=2997 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/3000/task/3001/stat : 3001 (java) R 2997 3000 1299 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 18 0 23025693 9787879424 8472 33554432000 1073741824 1073778376 140733444246576 140428731575200 140428739268990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 4.21 4.18 4.06 4/197 3000
/proc/meminfo: memFree=29795400/32872528 swapFree=877056/942464
[pid=3000] ppid=2997 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/3000/stat : 3000 (java) S 2997 3000 1299 0 -1 4202496 5638 0 1 0 48 2 0 0 20 0 18 0 23025692 9787879424 13342 33554432000 1073741824 1073778376 140733444246576 140733444237712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3000/statm: 2389619 13342 2232 9 0 2380296 0
[pid=3000/tid=3001] ppid=2997 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/3000/task/3001/stat : 3001 (java) R 2997 3000 1299 0 -1 4202560 2419 0 1 0 26 1 0 0 20 0 18 0 23025693 9787879424 13342 33554432000 1073741824 1073778376 140733444246576 140428731575200 140428739003251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700282 s]
/proc/loadavg: 4.21 4.18 4.06 4/197 3000
/proc/meminfo: memFree=29795400/32872528 swapFree=877056/942464
[pid=3000] ppid=2997 vsize=9558476 CPUtime=1.48 cores=1,3,5,7
/proc/3000/stat : 3000 (java) S 2997 3000 1299 0 -1 4202496 13229 0 1 0 139 9 0 0 20 0 18 0 23025692 9787879424 52058 33554432000 1073741824 1073778376 140733444246576 140733444237712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3000/statm: 2389619 52058 2263 9 0 2380296 0
[pid=3000/tid=3001] ppid=2997 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/3000/task/3001/stat : 3001 (java) R 2997 3000 1299 0 -1 4202560 2480 0 1 0 59 3 0 0 20 0 18 0 23025693 9787879424 52058 33554432000 1073741824 1073778376 140733444246576 140428731575704 140428603651172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 4.21 4.18 4.06 9/215 3018
/proc/meminfo: memFree=29423164/32872528 swapFree=877056/942464
[pid=3000] ppid=2997 vsize=9558476 CPUtime=2.84 cores=1,3,5,7
/proc/3000/stat : 3000 (java) S 2997 3000 1299 0 -1 4202496 14894 0 1 0 254 30 0 0 20 0 18 0 23025692 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140733444237712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3000/statm: 2389619 166415 2269 9 0 2380296 0
[pid=3000/tid=3001] ppid=2997 vsize=9558476 CPUtime=1.24 cores=1,3,5,7
/proc/3000/task/3001/stat : 3001 (java) R 2997 3000 1299 0 -1 4202560 2831 0 1 0 116 8 0 0 20 0 18 0 23025693 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428731574408 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3003] ppid=2997 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/3000/task/3003/stat : 3003 (java) S 2997 3000 1299 0 -1 4202560 227 0 0 0 10 4 0 0 20 0 18 0 23025693 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428575456296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3004] ppid=2997 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3000/task/3004/stat : 3004 (java) S 2997 3000 1299 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 18 0 23025693 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428574403496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3005] ppid=2997 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3000/task/3005/stat : 3005 (java) S 2997 3000 1299 0 -1 4202560 111 0 0 0 5 2 0 0 20 0 18 0 23025693 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428573350696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3006] ppid=2997 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/3000/task/3006/stat : 3006 (java) S 2997 3000 1299 0 -1 4202560 181 0 0 0 10 3 0 0 20 0 18 0 23025693 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428572297896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3007] ppid=2997 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/3000/task/3007/stat : 3007 (java) S 2997 3000 1299 0 -1 4202560 69 0 0 0 8 3 0 0 20 0 18 0 23025693 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428571245096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3008] ppid=2997 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3000/task/3008/stat : 3008 (java) S 2997 3000 1299 0 -1 4202560 122 0 0 0 5 2 0 0 20 0 18 0 23025693 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428570192296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3009] ppid=2997 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/3000/task/3009/stat : 3009 (java) S 2997 3000 1299 0 -1 4202560 100 0 0 0 4 2 0 0 20 0 18 0 23025693 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428569139496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3010] ppid=2997 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/3000/task/3010/stat : 3010 (java) S 2997 3000 1299 0 -1 4202560 90 0 0 0 7 3 0 0 20 0 18 0 23025693 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428568086696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3011] ppid=2997 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3011/stat : 3011 (java) S 2997 3000 1299 0 -1 4202560 481 0 0 0 0 0 0 0 20 0 18 0 23025694 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428555676648 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3012] ppid=2997 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3012/stat : 3012 (java) S 2997 3000 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23025695 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428554622712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3013] ppid=2997 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3013/stat : 3013 (java) S 2997 3000 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23025695 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428553569800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3014] ppid=2997 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3014/stat : 3014 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23025697 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428552518288 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3015] ppid=2997 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/3000/task/3015/stat : 3015 (java) S 2997 3000 1299 0 -1 4202560 3077 0 0 0 35 0 0 0 20 0 18 0 23025697 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428551465400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3016] ppid=2997 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/3000/task/3016/stat : 3016 (java) S 2997 3000 1299 0 -1 4202560 6303 0 0 0 33 0 0 0 20 0 18 0 23025697 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428550412600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3017] ppid=2997 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3017/stat : 3017 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23025697 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428549359992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3018] ppid=2997 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3018/stat : 3018 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23025697 9787879424 166415 33554432000 1073741824 1073778376 140733444246576 140428548307400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 9558476

[startup+3.10093 s]
/proc/loadavg: 4.21 4.18 4.06 7/219 3022
/proc/meminfo: memFree=28970600/32872528 swapFree=877056/942464
[pid=3000] ppid=2997 vsize=9824732 CPUtime=7.5 cores=1,3,5,7
/proc/3000/stat : 3000 (java) S 2997 3000 1299 0 -1 4202496 24810 0 1 0 716 34 0 0 20 0 22 0 23025692 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140733444237712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3000/statm: 2456183 175749 2289 9 0 2446860 0
[pid=3000/tid=3001] ppid=2997 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/3000/task/3001/stat : 3001 (java) S 2997 3000 1299 0 -1 4202560 2839 0 1 0 133 9 0 0 20 0 22 0 23025693 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428731577208 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3003] ppid=2997 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/3000/task/3003/stat : 3003 (java) S 2997 3000 1299 0 -1 4202560 237 0 0 0 14 4 0 0 20 0 22 0 23025693 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428575456296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3004] ppid=2997 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3000/task/3004/stat : 3004 (java) S 2997 3000 1299 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 23025693 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428574403496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3005] ppid=2997 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3000/task/3005/stat : 3005 (java) S 2997 3000 1299 0 -1 4202560 111 0 0 0 6 2 0 0 20 0 22 0 23025693 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428573350696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3006] ppid=2997 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/3000/task/3006/stat : 3006 (java) S 2997 3000 1299 0 -1 4202560 181 0 0 0 11 3 0 0 20 0 22 0 23025693 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428572297896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3007] ppid=2997 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/3000/task/3007/stat : 3007 (java) S 2997 3000 1299 0 -1 4202560 121 0 0 0 12 3 0 0 20 0 22 0 23025693 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428571245096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3008] ppid=2997 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3000/task/3008/stat : 3008 (java) S 2997 3000 1299 0 -1 4202560 122 0 0 0 6 2 0 0 20 0 22 0 23025693 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428570192296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3009] ppid=2997 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3000/task/3009/stat : 3009 (java) S 2997 3000 1299 0 -1 4202560 109 0 0 0 6 2 0 0 20 0 22 0 23025693 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428569139496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3010] ppid=2997 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/3000/task/3010/stat : 3010 (java) S 2997 3000 1299 0 -1 4202560 100 0 0 0 11 3 0 0 20 0 22 0 23025693 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428568086696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3011] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3011/stat : 3011 (java) S 2997 3000 1299 0 -1 4202560 481 0 0 0 0 0 0 0 20 0 22 0 23025694 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428555676648 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3012] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3012/stat : 3012 (java) S 2997 3000 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23025695 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428554622712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3013] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3013/stat : 3013 (java) S 2997 3000 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23025695 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428553569800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3014] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3014/stat : 3014 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23025697 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428552518288 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3015] ppid=2997 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/3000/task/3015/stat : 3015 (java) S 2997 3000 1299 0 -1 4202560 8335 0 0 0 98 2 0 0 20 0 22 0 23025697 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428551465400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3016] ppid=2997 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/3000/task/3016/stat : 3016 (java) S 2997 3000 1299 0 -1 4202560 10807 0 0 0 124 1 0 0 20 0 22 0 23025697 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428550412600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3017] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3017/stat : 3017 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23025697 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428549359992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3018] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3018/stat : 3018 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23025697 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428548307400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3019] ppid=2997 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/3000/task/3019/stat : 3019 (java) R 2997 3000 1299 0 -1 4202560 22 0 0 0 135 0 0 0 20 0 22 0 23025865 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428547244576 140428603883910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3020] ppid=2997 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/3000/task/3020/stat : 3020 (java) R 2997 3000 1299 0 -1 4202560 29 0 0 0 134 0 0 0 20 0 22 0 23025865 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428546198192 140428604107282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3021] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3021/stat : 3021 (java) S 2997 3000 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23025875 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428545148328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3022] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3022/stat : 3022 (java) S 2997 3000 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23025875 10060525568 175749 33554432000 1073741824 1073778376 140733444246576 140428544095528 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.19 4.17 4.06 5/219 3022
/proc/meminfo: memFree=28299240/32872528 swapFree=877056/942464
[pid=3000] ppid=2997 vsize=9824732 CPUtime=14.19 cores=1,3,5,7
/proc/3000/stat : 3000 (java) S 2997 3000 1299 0 -1 4202496 26855 0 1 0 1383 36 0 0 20 0 22 0 23025692 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140733444237712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3000/statm: 2456183 192838 2289 9 0 2446860 0
[pid=3000/tid=3001] ppid=2997 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/3000/task/3001/stat : 3001 (java) S 2997 3000 1299 0 -1 4202560 2839 0 1 0 133 9 0 0 20 0 22 0 23025693 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428731577208 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3003] ppid=2997 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/3000/task/3003/stat : 3003 (java) S 2997 3000 1299 0 -1 4202560 237 0 0 0 14 4 0 0 20 0 22 0 23025693 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428575456296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3004] ppid=2997 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3000/task/3004/stat : 3004 (java) S 2997 3000 1299 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 23025693 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428574403496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3005] ppid=2997 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3000/task/3005/stat : 3005 (java) S 2997 3000 1299 0 -1 4202560 111 0 0 0 6 2 0 0 20 0 22 0 23025693 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428573350696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3006] ppid=2997 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/3000/task/3006/stat : 3006 (java) S 2997 3000 1299 0 -1 4202560 181 0 0 0 11 3 0 0 20 0 22 0 23025693 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428572297896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3007] ppid=2997 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/3000/task/3007/stat : 3007 (java) S 2997 3000 1299 0 -1 4202560 121 0 0 0 12 3 0 0 20 0 22 0 23025693 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428571245096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3008] ppid=2997 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3000/task/3008/stat : 3008 (java) S 2997 3000 1299 0 -1 4202560 122 0 0 0 6 2 0 0 20 0 22 0 23025693 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428570192296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3009] ppid=2997 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3000/task/3009/stat : 3009 (java) S 2997 3000 1299 0 -1 4202560 109 0 0 0 6 2 0 0 20 0 22 0 23025693 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428569139496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3010] ppid=2997 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/3000/task/3010/stat : 3010 (java) S 2997 3000 1299 0 -1 4202560 100 0 0 0 11 3 0 0 20 0 22 0 23025693 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428568086696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3011] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3011/stat : 3011 (java) S 2997 3000 1299 0 -1 4202560 481 0 0 0 0 0 0 0 20 0 22 0 23025694 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428555676648 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3012] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3012/stat : 3012 (java) S 2997 3000 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23025695 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428554622712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3013] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3013/stat : 3013 (java) S 2997 3000 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23025695 10060525568 192838 33554432000 1073741824 1073778376 140733444246576 140428553569800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3014] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/3000/task/3005/stat : 3005 (java) S 2997 3000 1299 0 -1 4202560 235 0 0 0 48 8 0 0 20 0 22 0 23025693 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428573350696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3006] ppid=2997 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/3000/task/3006/stat : 3006 (java) S 2997 3000 1299 0 -1 4202560 331 0 0 0 55 11 0 0 20 0 22 0 23025693 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428572297896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3007] ppid=2997 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/3000/task/3007/stat : 3007 (java) S 2997 3000 1299 0 -1 4202560 394 0 0 0 50 10 0 0 20 0 22 0 23025693 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428571245096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3008] ppid=2997 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/3000/task/3008/stat : 3008 (java) S 2997 3000 1299 0 -1 4202560 431 0 0 0 50 9 0 0 20 0 22 0 23025693 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428570192296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3009] ppid=2997 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/3000/task/3009/stat : 3009 (java) S 2997 3000 1299 0 -1 4202560 383 0 0 0 46 11 0 0 20 0 22 0 23025693 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428569139496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3010] ppid=2997 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/3000/task/3010/stat : 3010 (java) S 2997 3000 1299 0 -1 4202560 398 0 0 0 60 11 0 0 20 0 22 0 23025693 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428568086696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3011] ppid=2997 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/3000/task/3011/stat : 3011 (java) S 2997 3000 1299 0 -1 4202560 1532 0 0 0 169 3 0 0 20 0 22 0 23025694 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428555676648 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3012] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3012/stat : 3012 (java) S 2997 3000 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23025695 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428554622712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3013] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3013/stat : 3013 (java) S 2997 3000 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23025695 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428553569800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3014] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3014/stat : 3014 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23025697 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428552518288 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3015] ppid=2997 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/3000/task/3015/stat : 3015 (java) S 2997 3000 1299 0 -1 4202560 9893 0 0 0 135 2 0 0 20 0 22 0 23025697 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428551465400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3016] ppid=2997 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/3000/task/3016/stat : 3016 (java) S 2997 3000 1299 0 -1 4202560 10820 0 0 0 143 2 0 0 20 0 22 0 23025697 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428550412600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3017] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3017/stat : 3017 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23025697 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428549359992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3018] ppid=2997 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/3000/task/3018/stat : 3018 (java) S 2997 3000 1299 0 -1 4202560 47 0 0 0 9 13 0 0 20 0 22 0 23025697 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428548307400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3019] ppid=2997 vsize=9824732 CPUtime=815.56 cores=1,3,5,7
/proc/3000/task/3019/stat : 3019 (java) R 2997 3000 1299 0 -1 4202560 86 0 0 0 81542 14 0 0 20 0 22 0 23025865 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428547251504 140428603851543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3020] ppid=2997 vsize=9824732 CPUtime=815.39 cores=1,3,5,7
/proc/3000/task/3020/stat : 3020 (java) R 2997 3000 1299 0 -1 4202560 1402 0 0 0 81498 41 0 0 20 0 22 0 23025865 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428546199488 140428604107935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3021] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3021/stat : 3021 (java) S 2997 3000 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23025875 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428545148328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3022] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3022/stat : 3022 (java) S 2997 3000 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23025875 10060525568 732651 33554432000 1073741824 1073778376 140733444246576 140428544095528 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1646.41
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.04 4.13 4.09 5/219 3112
/proc/meminfo: memFree=25914724/32872528 swapFree=877056/942464
[pid=3000] ppid=2997 vsize=9824732 CPUtime=1766.63 cores=1,3,5,7
/proc/3000/stat : 3000 (java) S 2997 3000 1299 0 -1 4202496 31045 0 1 0 176518 145 0 0 20 0 22 0 23025692 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140733444237712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3000/statm: 2456183 720243 2299 9 0 2446860 0
[pid=3000/tid=3001] ppid=2997 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/3000/task/3001/stat : 3001 (java) S 2997 3000 1299 0 -1 4202560 2845 0 1 0 135 11 0 0 20 0 22 0 23025693 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428731577208 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3003] ppid=2997 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/3000/task/3003/stat : 3003 (java) S 2997 3000 1299 0 -1 4202560 534 0 0 0 67 11 0 0 20 0 22 0 23025693 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428575456296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3004] ppid=2997 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/3000/task/3004/stat : 3004 (java) S 2997 3000 1299 0 -1 4202560 368 0 0 0 68 12 0 0 20 0 22 0 23025693 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428574403496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3005] ppid=2997 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/3000/task/3005/stat : 3005 (java) S 2997 3000 1299 0 -1 4202560 235 0 0 0 51 8 0 0 20 0 22 0 23025693 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428573350696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3006] ppid=2997 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/3000/task/3006/stat : 3006 (java) S 2997 3000 1299 0 -1 4202560 393 0 0 0 62 11 0 0 20 0 22 0 23025693 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428572297896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3007] ppid=2997 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/3000/task/3007/stat : 3007 (java) S 2997 3000 1299 0 -1 4202560 394 0 0 0 57 11 0 0 20 0 22 0 23025693 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428571245096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3008] ppid=2997 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/3000/task/3008/stat : 3008 (java) S 2997 3000 1299 0 -1 4202560 431 0 0 0 58 9 0 0 20 0 22 0 23025693 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428570192296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3009] ppid=2997 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/3000/task/3009/stat : 3009 (java) S 2997 3000 1299 0 -1 4202560 394 0 0 0 50 11 0 0 20 0 22 0 23025693 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428569139496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3010] ppid=2997 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/3000/task/3010/stat : 3010 (java) S 2997 3000 1299 0 -1 4202560 398 0 0 0 64 12 0 0 20 0 22 0 23025693 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428568086696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3011] ppid=2997 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/3000/task/3011/stat : 3011 (java) S 2997 3000 1299 0 -1 4202560 1534 0 0 0 169 3 0 0 20 0 22 0 23025694 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428555676648 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3012] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3012/stat : 3012 (java) S 2997 3000 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23025695 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428554622712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3013] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3013/stat : 3013 (java) S 2997 3000 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23025695 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428553569800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3014] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3014/stat : 3014 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23025697 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428552518288 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3015] ppid=2997 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/3000/task/3015/stat : 3015 (java) S 2997 3000 1299 0 -1 4202560 9893 0 0 0 135 2 0 0 20 0 22 0 23025697 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428551465400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3016] ppid=2997 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/3000/task/3016/stat : 3016 (java) S 2997 3000 1299 0 -1 4202560 10820 0 0 0 143 2 0 0 20 0 22 0 23025697 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428550412600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3017] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3017/stat : 3017 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23025697 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428549359992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3018] ppid=2997 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/3000/task/3018/stat : 3018 (java) S 2997 3000 1299 0 -1 4202560 51 0 0 0 11 14 0 0 20 0 22 0 23025697 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428548307400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3019] ppid=2997 vsize=9824732 CPUtime=875.3 cores=1,3,5,7
/proc/3000/task/3019/stat : 3019 (java) R 2997 3000 1299 0 -1 4202560 86 0 0 0 87515 15 0 0 20 0 22 0 23025865 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428547251376 140428603686727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3020] ppid=2997 vsize=9824732 CPUtime=875.12 cores=1,3,5,7
/proc/3000/task/3020/stat : 3020 (java) R 2997 3000 1299 0 -1 4202560 1404 0 0 0 87470 42 0 0 20 0 22 0 23025865 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428546199392 140428604107218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3021] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3021/stat : 3021 (java) S 2997 3000 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23025875 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428545148328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3022] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3022/stat : 3022 (java) S 2997 3000 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23025875 10060525568 720243 33554432000 1073741824 1073778376 140733444246576 140428544095528 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1766.63
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 4.18 4.15 4.10 5/219 3112
/proc/meminfo: memFree=25332732/32872528 swapFree=877056/942464
[pid=3000] ppid=2997 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/3000/stat : 3000 (java) S 2997 3000 1299 0 -1 4202496 31074 0 1 0 179863 146 0 0 20 0 22 0 23025692 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140733444237712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3000/statm: 2456183 712382 2299 9 0 2446860 0
[pid=3000/tid=3001] ppid=2997 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/3000/task/3001/stat : 3001 (java) S 2997 3000 1299 0 -1 4202560 2845 0 1 0 135 11 0 0 20 0 22 0 23025693 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428731577208 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3003] ppid=2997 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/3000/task/3003/stat : 3003 (java) S 2997 3000 1299 0 -1 4202560 549 0 0 0 71 11 0 0 20 0 22 0 23025693 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428575456296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3004] ppid=2997 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/3000/task/3004/stat : 3004 (java) S 2997 3000 1299 0 -1 4202560 376 0 0 0 71 12 0 0 20 0 22 0 23025693 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428574403496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3005] ppid=2997 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/3000/task/3005/stat : 3005 (java) S 2997 3000 1299 0 -1 4202560 237 0 0 0 52 8 0 0 20 0 22 0 23025693 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428573350696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3006] ppid=2997 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/3000/task/3006/stat : 3006 (java) S 2997 3000 1299 0 -1 4202560 394 0 0 0 63 11 0 0 20 0 22 0 23025693 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428572297896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3007] ppid=2997 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/3000/task/3007/stat : 3007 (java) S 2997 3000 1299 0 -1 4202560 394 0 0 0 57 11 0 0 20 0 22 0 23025693 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428571245096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3008] ppid=2997 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/3000/task/3008/stat : 3008 (java) S 2997 3000 1299 0 -1 4202560 431 0 0 0 59 9 0 0 20 0 22 0 23025693 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428570192296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3009] ppid=2997 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/3000/task/3009/stat : 3009 (java) S 2997 3000 1299 0 -1 4202560 394 0 0 0 51 11 0 0 20 0 22 0 23025693 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428569139496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3010] ppid=2997 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/3000/task/3010/stat : 3010 (java) S 2997 3000 1299 0 -1 4202560 398 0 0 0 67 12 0 0 20 0 22 0 23025693 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428568086696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3011] ppid=2997 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/3000/task/3011/stat : 3011 (java) S 2997 3000 1299 0 -1 4202560 1536 0 0 0 169 3 0 0 20 0 22 0 23025694 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428555676648 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3012] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3012/stat : 3012 (java) S 2997 3000 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23025695 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428554622712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3013] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3013/stat : 3013 (java) S 2997 3000 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23025695 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428553569800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3014] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3014/stat : 3014 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23025697 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428552518288 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3015] ppid=2997 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/3000/task/3015/stat : 3015 (java) S 2997 3000 1299 0 -1 4202560 9893 0 0 0 135 2 0 0 20 0 22 0 23025697 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428551465400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3016] ppid=2997 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/3000/task/3016/stat : 3016 (java) S 2997 3000 1299 0 -1 4202560 10820 0 0 0 143 2 0 0 20 0 22 0 23025697 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428550412600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3017] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3017/stat : 3017 (java) S 2997 3000 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23025697 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428549359992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3000/tid=3018] ppid=2997 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/3000/task/3018/stat : 3018 (java) S 2997 3000 1299 0 -1 4202560 51 0 0 0 11 14 0 0 20 0 22 0 23025697 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428548307400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3000/tid=3019] ppid=2997 vsize=9824732 CPUtime=891.91 cores=1,3,5,7
/proc/3000/task/3019/stat : 3019 (java) R 2997 3000 1299 0 -1 4202560 86 0 0 0 89176 15 0 0 20 0 22 0 23025865 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428547251504 140428603851592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3020] ppid=2997 vsize=9824732 CPUtime=891.73 cores=1,3,5,7
/proc/3000/task/3020/stat : 3020 (java) R 2997 3000 1299 0 -1 4202560 1405 0 0 0 89131 42 0 0 20 0 22 0 23025865 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428546198816 140428604107980 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3000/tid=3021] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3021/stat : 3021 (java) S 2997 3000 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23025875 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428545148328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3000/tid=3022] ppid=2997 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3000/task/3022/stat : 3022 (java) S 2997 3000 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23025875 10060525568 712382 33554432000 1073741824 1073778376 140733444246576 140428544095528 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 3000 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3000 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=118252
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=902710
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.045
CPU time (s): 1800.09
CPU user time (s): 1798.63
CPU system time (s): 1.46
CPU usage (%): 200.222
Max. virtual memory (cumulated for all children) (KiB): 9826604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.12
system time used= 1.90271
maximum resident set size= 3086352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22053
involuntary context switches= 20549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68314 second user time and 7.2629 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 02:29:28
IDJOB=4100490
IDBENCH=1623
IDSOLVER=2543
FILE ID=node113/4100490-1466209767
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
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/unibo/normalized-reduced-mps-v2-20-10-B1C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100490-1466209767/watcher-4100490-1466209767 -o /tmp/evaluation-result-4100490-1466209767/solver-4100490-1466209767 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100490-1466209767.opb

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

MD5SUM BENCH= cc797868c6f9cb3811b8dc2300ad7f9f
RANDOM SEED=421893378

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29795788 kB
Buffers:           40684 kB
Cached:            78796 kB
SwapCached:         1976 kB
Active:          1354084 kB
Inactive:          73824 kB
Active(anon):    1309476 kB
Inactive(anon):     1496 kB
Active(file):      44608 kB
Inactive(file):    72328 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              4504 kB
Writeback:             0 kB
AnonPages:       2254348 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             568204 kB
SReclaimable:      12120 kB
SUnreclaim:       556084 kB
KernelStack:        1600 kB
PageTables:         8752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3695008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1333248 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 node113 at 2016-06-18 02:44:27