Trace number 4097318

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1801.2 894.662

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_38.opb
MD5SUM7a8904d7ae3d6e9d521cf00d78d1bb9b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1892
Total number of constraints9078
Number of constraints which are clauses9073
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint43
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4097318-1466113517.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.79/0.43	c ... done. Wall clock time 0.327s.
0.79/0.43	c declared #vars     1892
0.79/0.43	c #constraints  9082
0.79/0.44	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.79/0.44	c constraints type 
0.79/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5418
0.79/0.44	c org.sat4j.specs.Constr$1 => 4
0.79/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.79/0.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.79/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3654
0.79/0.44	c 9082 constraints processed.
0.79/0.44	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.79/0.44	c constraints type 
0.79/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3654
0.79/0.44	c org.sat4j.specs.Constr$1 => 4
0.79/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5418
0.79/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.79/0.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.79/0.44	c 9082 constraints processed.
4.62/1.59	c cleaning 2498 clauses out of 5001 with flag 24626/5001
6.77/2.45	c cleaning 4247 clauses out of 8502 with flag 64311/11000
8.83/3.46	c cleaning 5623 clauses out of 11257 with flag 116693/18002
10.87/4.46	c cleaning 6811 clauses out of 13632 with flag 158317/26000
13.40/5.69	c cleaning 7908 clauses out of 15822 with flag 201650/35001
16.39/7.15	c cleaning 8951 clauses out of 17913 with flag 258662/45000
19.60/8.78	c cleaning 9974 clauses out of 19964 with flag 326627/56002
23.04/10.47	c cleaning 10986 clauses out of 21988 with flag 386670/68000
27.84/12.80	c cleaning 11994 clauses out of 24002 with flag 457932/81000
32.47/15.17	c cleaning 12997 clauses out of 26008 with flag 535317/95000
37.48/17.63	c cleaning 14000 clauses out of 28013 with flag 615028/110002
43.68/20.78	c cleaning 15002 clauses out of 30012 with flag 702329/126001
50.32/24.07	c cleaning 0 clauses out of 5001 with flag 0/5001
52.01/24.76	c cleaning 15995 clauses out of 32010 with flag 794690/143001
60.63/28.97	c cleaning 17002 clauses out of 34016 with flag 895164/161002
70.66/33.99	c cleaning 18000 clauses out of 36013 with flag 1012780/180001
82.48/39.87	c cleaning 18996 clauses out of 38014 with flag 1153938/200002
95.92/46.51	c cleaning 19988 clauses out of 40016 with flag 1303791/221000
110.76/53.98	c cleaning 21003 clauses out of 42028 with flag 1462432/243000
128.26/62.63	c cleaning 22004 clauses out of 44027 with flag 1635017/266002
145.69/71.33	c cleaning 23006 clauses out of 46023 with flag 1813110/290002
163.35/80.18	c cleaning 23990 clauses out of 48015 with flag 1976022/315000
183.44/90.18	c cleaning 25003 clauses out of 50025 with flag 2174841/341000
198.32/97.58	c cleaning 25997 clauses out of 52024 with flag 2326667/368002
214.35/105.60	c cleaning 27006 clauses out of 54026 with flag 2493377/396001
231.62/114.10	c cleaning 27997 clauses out of 56019 with flag 2678272/425000
249.32/122.94	c cleaning 29003 clauses out of 58022 with flag 2867054/455000
268.78/132.61	c cleaning 30000 clauses out of 60020 with flag 3068359/486001
288.88/142.67	c cleaning 30998 clauses out of 62019 with flag 3276133/518000
301.35/148.85	c cleaning 0 clauses out of 11001 with flag 0/11001
311.82/154.05	c cleaning 32000 clauses out of 64022 with flag 3498193/551001
334.66/165.47	c cleaning 33003 clauses out of 66022 with flag 3733025/585001
362.40/179.27	c cleaning 33997 clauses out of 68018 with flag 4016191/620000
388.33/192.15	c cleaning 34998 clauses out of 70021 with flag 4288185/656000
416.95/206.39	c cleaning 36002 clauses out of 72023 with flag 4559530/693000
448.11/221.86	c cleaning 36996 clauses out of 74022 with flag 4878804/731001
480.01/237.78	c cleaning 38002 clauses out of 76025 with flag 5150619/770000
514.13/254.75	c cleaning 39001 clauses out of 78024 with flag 5424703/810001
552.34/273.71	c cleaning 40000 clauses out of 80022 with flag 5733851/851000
590.29/292.70	c cleaning 40998 clauses out of 82022 with flag 6038225/893000
630.42/312.67	c cleaning 42002 clauses out of 84024 with flag 6363695/936000
676.48/335.60	c cleaning 43000 clauses out of 86022 with flag 6731288/980000
726.75/360.59	c cleaning 43995 clauses out of 88022 with flag 7122556/1025000
779.62/386.89	c cleaning 45000 clauses out of 90027 with flag 7499845/1071000
834.28/414.03	c cleaning 46005 clauses out of 92029 with flag 7911371/1118002
882.73/438.10	c cleaning 46998 clauses out of 94024 with flag 8272199/1166002
933.26/463.22	c cleaning 47998 clauses out of 96026 with flag 8660612/1215002
987.23/490.13	c cleaning 49001 clauses out of 98026 with flag 9069470/1265000
1033.84/513.36	c cleaning 0 clauses out of 18001 with flag 0/18001
1049.74/521.22	c cleaning 49998 clauses out of 100025 with flag 9521165/1316000
1112.69/552.60	c cleaning 51006 clauses out of 102027 with flag 9978878/1368000
1181.07/586.56	c cleaning 52003 clauses out of 104022 with flag 10368803/1421001
1246.59/619.17	c cleaning 53002 clauses out of 106018 with flag 10739707/1475000
1312.72/652.06	c cleaning 54000 clauses out of 108018 with flag 11063640/1530002
1380.32/685.68	c cleaning 55001 clauses out of 110016 with flag 11434346/1586000
1451.96/721.24	c cleaning 56000 clauses out of 112015 with flag 11824869/1643000
1525.58/757.81	c cleaning 56998 clauses out of 114015 with flag 12224711/1701000
1605.36/797.58	c cleaning 58001 clauses out of 116017 with flag 12643829/1760000
1696.47/843.06	c cleaning 59000 clauses out of 118016 with flag 13082037/1820000
1768.40/878.87	c cleaning 59990 clauses out of 120016 with flag 13443484/1881000
1800.19/894.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/894.60	c starts		: 154
1800.19/894.60	c conflicts		: 1912978
1800.19/894.60	c decisions		: 2157256
1800.19/894.60	c propagations		: 273401184
1800.19/894.60	c inspects		: 10456060110
1800.19/894.60	c shortcuts		: 0
1800.19/894.60	c learnt literals	: 0
1800.19/894.60	c learnt binary clauses	: 0
1800.19/894.60	c learnt ternary clauses	: 10
1800.19/894.60	c learnt constraints	: 1912978
1800.19/894.60	c ignored constraints	: 0
1800.19/894.60	c root simplifications	: 0
1800.19/894.60	c removed literals (reason simplification)	: 23881424
1800.19/894.60	c reason swapping (by a shorter reason)	: 0
1800.19/894.60	c Calls to reduceDB	: 57
1800.19/894.60	c Number of update (reduction) of LBD	: 432200
1800.19/894.60	c Imported unit clauses	: 0
1800.19/894.60	c number of reductions to clauses (during analyze)	: 0
1800.19/894.60	c number of learned constraints concerned by reduction	: 0
1800.19/894.60	c number of learning phase by resolution	: 0
1800.19/894.60	c number of learning phase by cutting planes	: 0
1800.19/894.60	c speed (assignments/second)	: 305763.49843819725
1800.19/894.60	c non guided choices	169
1800.19/894.63	c learnt constraints type 
1800.19/894.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92004
1800.19/894.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/894.63	c starts		: 52
1800.19/894.63	c conflicts		: 22862
1800.19/894.63	c decisions		: 29002
1800.19/894.63	c propagations		: 4127938
1800.19/894.63	c inspects		: 1181295234
1800.19/894.63	c shortcuts		: 0
1800.19/894.63	c learnt literals	: 0
1800.19/894.63	c learnt binary clauses	: 0
1800.19/894.63	c learnt ternary clauses	: 0
1800.19/894.63	c learnt constraints	: 22862
1800.19/894.63	c ignored constraints	: 0
1800.19/894.63	c root simplifications	: 0
1800.19/894.63	c removed literals (reason simplification)	: 0
1800.19/894.63	c reason swapping (by a shorter reason)	: 0
1800.19/894.63	c Calls to reduceDB	: 3
1800.19/894.63	c Number of update (reduction) of LBD	: 0
1800.19/894.63	c Imported unit clauses	: 0
1800.19/894.63	c number of reductions to clauses (during analyze)	: 0
1800.19/894.63	c number of learned constraints concerned by reduction	: 0
1800.19/894.63	c number of learning phase by resolution	: 0
1800.19/894.63	c number of learning phase by cutting planes	: 0
1800.19/894.63	c speed (assignments/second)	: 4616.548921279278
1800.19/894.63	c non guided choices	169
1800.19/894.64	c learnt constraints type 
1800.19/894.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6866
1800.19/894.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 270
1800.19/894.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15726
1800.19/894.64	s UNKNOWN
1800.19/894.64	c Total wall clock time (in seconds): 894.531

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

pid=11161
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.31 4.33 3.64 4/197 11164
/proc/meminfo: memFree=29456304/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 1361 0 0 0 0 0 0 0 20 0 2 0 13400345 98582528 985 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 24068 985 750 9 0 16774 0
[pid=11164/tid=11165] ppid=11161 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) R 11161 11164 7556 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 13400346 98582528 985 33554432000 1073741824 1073778376 140733216586240 140499125489192 272886482333 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100074 s]
/proc/loadavg: 4.31 4.33 3.64 4/197 11164
/proc/meminfo: memFree=29456304/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 4555 0 1 0 10 1 0 0 20 0 18 0 13400345 9787879424 5669 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 2389619 5669 2156 9 0 2380296 0
[pid=11164/tid=11165] ppid=11161 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) R 11161 11164 7556 0 -1 4202560 2436 0 1 0 6 2 0 0 20 0 18 0 13400346 9787879424 5669 33554432000 1073741824 1073778376 140733216586240 140499125492424 272889865485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200366 s]
/proc/loadavg: 4.31 4.33 3.64 4/197 11164
/proc/meminfo: memFree=29456304/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 5069 0 1 0 27 1 0 0 20 0 18 0 13400345 9787879424 6571 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 2389619 6588 2216 9 0 2380296 0
[pid=11164/tid=11165] ppid=11161 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) R 11161 11164 7556 0 -1 4202560 2452 0 1 0 16 2 0 0 20 0 18 0 13400346 9787879424 6588 33554432000 1073741824 1073778376 140733216586240 140499125492424 140498997070941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300373 s]
/proc/loadavg: 4.31 4.33 3.64 4/197 11164
/proc/meminfo: memFree=29456304/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 5993 0 1 0 51 1 0 0 20 0 18 0 13400345 9787879424 9148 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 2389619 9148 2234 9 0 2380296 0
[pid=11164/tid=11165] ppid=11161 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) R 11161 11164 7556 0 -1 4202560 2457 0 1 0 26 2 0 0 20 0 18 0 13400346 9787879424 9148 33554432000 1073741824 1073778376 140733216586240 140499125485472 140498997418772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700211 s]
/proc/loadavg: 4.31 4.33 3.64 4/197 11164
/proc/meminfo: memFree=29456304/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 21142 0 1 0 183 5 0 0 20 0 22 0 13400345 10060525568 22894 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 2456183 22894 2256 9 0 2446860 0
[pid=11164/tid=11165] ppid=11161 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) S 11161 11164 7556 0 -1 4202560 2485 0 1 0 40 2 0 0 20 0 22 0 13400346 10060525568 22894 33554432000 1073741824 1073778376 140733216586240 140499125494648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.31 4.33 3.64 6/219 11186
/proc/meminfo: memFree=29353396/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 23250 0 1 0 455 7 0 0 20 0 22 0 13400345 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 2456183 47591 2282 9 0 2446860 0
[pid=11164/tid=11165] ppid=11161 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) S 11161 11164 7556 0 -1 4202560 2485 0 1 0 40 2 0 0 20 0 22 0 13400346 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140499125494648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (java) S 11161 11164 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498969381416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11168] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11168/stat : 11168 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498968328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11169] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11169/stat : 11169 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498967275816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11170] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11170/stat : 11170 (java) S 11161 11164 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498966223016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11171] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11171/stat : 11171 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498965171240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11172] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11172/stat : 11172 (java) S 11161 11164 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498964118440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11173] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11173/stat : 11173 (java) S 11161 11164 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498963065640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11174] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11174/stat : 11174 (java) S 11161 11164 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498962012840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11175] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11175/stat : 11175 (java) S 11161 11164 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13400347 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498949601768 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11176] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11176/stat : 11176 (java) S 11161 11164 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13400348 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498948547832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11177] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11177/stat : 11177 (java) S 11161 11164 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13400348 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498947494920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11178] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11178/stat : 11178 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498946443408 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11179] ppid=11161 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/11164/task/11179/stat : 11179 (java) R 11161 11164 7556 0 -1 4202560 7005 0 0 0 102 2 0 0 20 0 22 0 13400350 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498945391544 140499131696517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11180] ppid=11161 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/11164/task/11180/stat : 11180 (java) S 11161 11164 7556 0 -1 4202560 12350 0 0 0 107 2 0 0 20 0 22 0 13400350 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498944338744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11181] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11181/stat : 11181 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498943286136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11182] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11182/stat : 11182 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498942233544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11183] ppid=11161 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/11164/task/11183/stat : 11183 (java) R 11161 11164 7556 0 -1 4202560 19 0 0 0 100 0 0 0 20 0 22 0 13400389 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498940797736 140498997696241 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11184] ppid=11161 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/11164/task/11184/stat : 11184 (java) R 11161 11164 7556 0 -1 4202560 76 0 0 0 98 2 0 0 20 0 22 0 13400389 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498939743672 140498997695784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11185] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11185/stat : 11185 (java) S 11161 11164 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13400390 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498938692520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11186] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11186/stat : 11186 (java) S 11161 11164 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13400391 10060525568 47591 33554432000 1073741824 1073778376 140733216586240 140498937639720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.31 4.33 3.64 5/219 11186
/proc/meminfo: memFree=29255768/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=9824732 CPUtime=8.21 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 24179 0 1 0 809 12 0 0 20 0 22 0 13400345 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 2456183 82626 2292 9 0 2446860 0
[pid=11164/tid=11165] ppid=11161 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) S 11161 11164 7556 0 -1 4202560 2485 0 1 0 40 2 0 0 20 0 22 0 13400346 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140499125494648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (java) S 11161 11164 7556 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13400346 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498969381416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11168] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11168/stat : 11168 (java) S 11161 11164 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498968328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11169] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11169/stat : 11169 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498967275816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11170] ppid=11161 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11164/task/11170/stat : 11170 (java) S 11161 11164 7556 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13400346 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498966223016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11171] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11171/stat : 11171 (java) S 11161 11164 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498965171240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11172] ppid=11161 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11164/task/11172/stat : 11172 (java) S 11161 11164 7556 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13400346 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498964118440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11173] ppid=11161 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11164/task/11173/stat : 11173 (java) S 11161 11164 7556 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13400346 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498963065640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11174] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11174/stat : 11174 (java) S 11161 11164 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498962012840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11175] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11175/stat : 11175 (java) S 11161 11164 7556 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 22 0 13400347 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498949601768 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11176] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11176/stat : 11176 (java) S 11161 11164 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13400348 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498948547832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11177] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11177/stat : 11177 (java) S 11161 11164 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13400348 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498947494920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11178] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11178/stat : 11178 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498946443408 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11179] ppid=11161 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/11164/task/11179/stat : 11179 (java) S 11161 11164 7556 0 -1 4202560 7397 0 0 0 122 2 0 0 20 0 22 0 13400350 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498945391544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11180] ppid=11161 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/11164/task/11180/stat : 11180 (java) S 11161 11164 7556 0 -1 4202560 12603 0 0 0 126 3 0 0 20 0 22 0 13400350 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498944338744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11181] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11181/stat : 11181 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498943286136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11182] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11182/stat : 11182 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498942233544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11183] ppid=11161 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/11164/task/11183/stat : 11183 (java) R 11161 11164 7556 0 -1 4202560 20 0 0 0 255 0 0 0 20 0 22 0 13400389 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498940795456 140498997696198 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11184] ppid=11161 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/11164/task/11184/stat : 11184 (java) R 11161 11164 7556 0 -1 4202560 136 0 0 0 250 3 0 0 20 0 22 0 13400389 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498939743768 140498997961462 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11185] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11185/stat : 11185 (java) S 11161 11164 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13400390 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498938692520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11186] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11186/stat : 11186 (java) S 11161 11164 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13400391 10060525568 82626 33554432000 1073741824 1073778376 140733216586240 140498937639720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.28 4.33 3.64 5/219 11186
/proc/meminfo: memFree=28859448/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=9824732 CPUtime=14.79 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 24719 0 1 0 1460 19 0 0 20 0 22 0 13400345 10060525568 149793 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 2456183 149793 2292 9 0 2446860 0
[pid=11164/tid=11165] ppid=11161 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) S 11161 11164 7556 0 -1 4202560 2485 0 1 0 40 2 0 0 20 0 22 0 13400346 10060525568 149793 33554432000 1073741824 1073778376 140733216586240 140499125494648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (java) S 11161 11164 7556 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 22 0 13400346 10060525568 149793 33554432000 1073741824 1073778376 140733216586240 140498969381416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11168] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11168/stat : 11168 (java) S 11161 11164 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 149793 33554432000 1073741824 1073778376 140733216586240 140498968328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11169] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11169/stat : 11169 (java) S 11161 11164 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13400346 10060525568 149793 33554432000 1073741824 1073778376 140733216586240 140498967275816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11170] ppid=11161 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11164/task/11170/stat : 11170 (java) S 11161 11164 7556 0 -1 4202560 26 0 0 0 1 2 0 0 20 0 22 0 13400346 10060525568 149793 33554432000 1073741824 1073778376 140733216586240 140498966223016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11171] ppid=11161 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11164/task/11171/stat : 11171 (java) S 11161 11164 7556 0 -1 4202560 40 0 0 0 1 0 0 0 20 0 22 0 13400346 10060525568 149793 33554432000 1073741824 1073778376 140733216586240 140498965171240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11172] ppid=11161 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11164/task/11172/stat : 11172 (java) S 11161 11164 7556 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 13400346 10060525568 149793 33554432000 1073741824 1073778376 140733216586240 140498964118440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11173] ppid=11161 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11164/task/11173/stat : 11173 (java) S 11161 11164 7556 0 -1 4202560 59 0 0 0 2 0 0 0 20 0 22 0 13400346 10060525568 149793 33554432000 1073741824 1073778376 140733216586240 140498963065640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11174] ppid=11161 vsize=9824732 CPUtime=0.02 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.20 4.26 3.98 5/219 11286
/proc/meminfo: memFree=26286096/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=9824732 CPUtime=1654.83 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 30242 0 1 0 165334 149 0 0 20 0 22 0 13400345 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 2456183 492154 2301 9 0 2446860 0
[pid=11164/tid=11165] ppid=11161 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) S 11161 11164 7556 0 -1 4202560 2492 0 1 0 43 3 0 0 20 0 22 0 13400346 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140499125494648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (java) S 11161 11164 7556 0 -1 4202560 436 0 0 0 286 7 0 0 20 0 22 0 13400346 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498969381416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11168] ppid=11161 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/11164/task/11168/stat : 11168 (java) S 11161 11164 7556 0 -1 4202560 402 0 0 0 283 7 0 0 20 0 22 0 13400346 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498968328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11169] ppid=11161 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/11164/task/11169/stat : 11169 (java) S 11161 11164 7556 0 -1 4202560 373 0 0 0 281 6 0 0 20 0 22 0 13400346 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498967275816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11170] ppid=11161 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/11164/task/11170/stat : 11170 (java) S 11161 11164 7556 0 -1 4202560 387 0 0 0 287 8 0 0 20 0 22 0 13400346 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498966223016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11171] ppid=11161 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/11164/task/11171/stat : 11171 (java) S 11161 11164 7556 0 -1 4202560 430 0 0 0 282 9 0 0 20 0 22 0 13400346 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498965171240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11172] ppid=11161 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/11164/task/11172/stat : 11172 (java) S 11161 11164 7556 0 -1 4202560 389 0 0 0 280 6 0 0 20 0 22 0 13400346 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498964118440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11173] ppid=11161 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/11164/task/11173/stat : 11173 (java) S 11161 11164 7556 0 -1 4202560 446 0 0 0 274 8 0 0 20 0 22 0 13400346 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498963065640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11174] ppid=11161 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/11164/task/11174/stat : 11174 (java) S 11161 11164 7556 0 -1 4202560 399 0 0 0 276 8 0 0 20 0 22 0 13400346 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498962012840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11175] ppid=11161 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/11164/task/11175/stat : 11175 (java) S 11161 11164 7556 0 -1 4202560 1285 0 0 0 43 42 0 0 20 0 22 0 13400347 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498949601768 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11176] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11176/stat : 11176 (java) S 11161 11164 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13400348 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498948547832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11177] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11177/stat : 11177 (java) S 11161 11164 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13400348 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498947494920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11178] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11178/stat : 11178 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498946443408 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11179] ppid=11161 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/11164/task/11179/stat : 11179 (java) S 11161 11164 7556 0 -1 4202560 7397 0 0 0 129 2 0 0 20 0 22 0 13400350 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498945391544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11180] ppid=11161 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/11164/task/11180/stat : 11180 (java) S 11161 11164 7556 0 -1 4202560 12694 0 0 0 201 3 0 0 20 0 22 0 13400350 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498944338744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11181] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11181/stat : 11181 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498943286136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11182] ppid=11161 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/11164/task/11182/stat : 11182 (java) S 11161 11164 7556 0 -1 4202560 46 0 0 0 13 21 0 0 20 0 22 0 13400350 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498942233544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11183] ppid=11161 vsize=9824732 CPUtime=813.54 cores=1,3,5,7
/proc/11164/task/11183/stat : 11183 (java) R 11161 11164 7556 0 -1 4202560 180 0 0 0 81338 16 0 0 20 0 22 0 13400389 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498940796448 140498997696221 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11184] ppid=11161 vsize=9824732 CPUtime=813.77 cores=1,3,5,7
/proc/11164/task/11184/stat : 11184 (java) R 11161 11164 7556 0 -1 4202560 1616 0 0 0 81337 40 0 0 20 0 22 0 13400389 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498939742752 140498998164312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11185] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11185/stat : 11185 (java) S 11161 11164 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13400390 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498938692520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11186] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11186/stat : 11186 (java) S 11161 11164 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13400391 10060525568 492154 33554432000 1073741824 1073778376 140733216586240 140498937639720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1654.83
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.33 4.28 4.01 5/219 11287
/proc/meminfo: memFree=25589580/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=9824732 CPUtime=1775.46 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 30319 0 1 0 177391 155 0 0 20 0 22 0 13400345 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 2456183 491928 2301 9 0 2446860 0
[pid=11164/tid=11165] ppid=11161 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) S 11161 11164 7556 0 -1 4202560 2493 0 1 0 43 3 0 0 20 0 22 0 13400346 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140499125494648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (java) S 11161 11164 7556 0 -1 4202560 441 0 0 0 309 8 0 0 20 0 22 0 13400346 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498969381416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11168] ppid=11161 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/11164/task/11168/stat : 11168 (java) S 11161 11164 7556 0 -1 4202560 405 0 0 0 302 8 0 0 20 0 22 0 13400346 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498968328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11169] ppid=11161 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/11164/task/11169/stat : 11169 (java) S 11161 11164 7556 0 -1 4202560 378 0 0 0 299 6 0 0 20 0 22 0 13400346 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498967275816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11170] ppid=11161 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/11164/task/11170/stat : 11170 (java) S 11161 11164 7556 0 -1 4202560 399 0 0 0 306 8 0 0 20 0 22 0 13400346 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498966223016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11171] ppid=11161 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/11164/task/11171/stat : 11171 (java) S 11161 11164 7556 0 -1 4202560 431 0 0 0 302 10 0 0 20 0 22 0 13400346 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498965171240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11172] ppid=11161 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/11164/task/11172/stat : 11172 (java) S 11161 11164 7556 0 -1 4202560 391 0 0 0 299 6 0 0 20 0 22 0 13400346 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498964118440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11173] ppid=11161 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/11164/task/11173/stat : 11173 (java) S 11161 11164 7556 0 -1 4202560 448 0 0 0 295 8 0 0 20 0 22 0 13400346 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498963065640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11174] ppid=11161 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/11164/task/11174/stat : 11174 (java) S 11161 11164 7556 0 -1 4202560 403 0 0 0 299 8 0 0 20 0 22 0 13400346 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498962012840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11175] ppid=11161 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/11164/task/11175/stat : 11175 (java) S 11161 11164 7556 0 -1 4202560 1289 0 0 0 44 44 0 0 20 0 22 0 13400347 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498949601768 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11176] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11176/stat : 11176 (java) S 11161 11164 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13400348 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498948547832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11177] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11177/stat : 11177 (java) S 11161 11164 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13400348 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498947494920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11178] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11178/stat : 11178 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498946443408 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11179] ppid=11161 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/11164/task/11179/stat : 11179 (java) S 11161 11164 7556 0 -1 4202560 7397 0 0 0 129 2 0 0 20 0 22 0 13400350 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498945391544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11180] ppid=11161 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/11164/task/11180/stat : 11180 (java) S 11161 11164 7556 0 -1 4202560 12694 0 0 0 201 3 0 0 20 0 22 0 13400350 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498944338744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11181] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11181/stat : 11181 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498943286136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11182] ppid=11161 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/11164/task/11182/stat : 11182 (java) S 11161 11164 7556 0 -1 4202560 50 0 0 0 14 23 0 0 20 0 22 0 13400350 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498942233544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11183] ppid=11161 vsize=9824732 CPUtime=873 cores=1,3,5,7
/proc/11164/task/11183/stat : 11183 (java) R 11161 11164 7556 0 -1 4202560 186 0 0 0 87283 17 0 0 20 0 22 0 13400389 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498940796448 140498997696221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11184] ppid=11161 vsize=9824732 CPUtime=873.26 cores=1,3,5,7
/proc/11164/task/11184/stat : 11184 (java) R 11161 11164 7556 0 -1 4202560 1644 0 0 0 87285 41 0 0 20 0 22 0 13400389 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498939742752 140498998078900 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11185] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11185/stat : 11185 (java) S 11161 11164 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13400390 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498938692520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11186] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11186/stat : 11186 (java) S 11161 11164 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13400391 10060525568 491928 33554432000 1073741824 1073778376 140733216586240 140498937639720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1775.46
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.601 s]
/proc/loadavg: 4.40 4.30 4.02 6/220 11290
/proc/meminfo: memFree=25537860/32872528 swapFree=1243920/1391088
[pid=11164] ppid=11161 vsize=9824732 CPUtime=1800.19 cores=1,3,5,7
/proc/11164/stat : 11164 (java) S 11161 11164 7556 0 -1 4202496 30333 0 1 0 179862 157 0 0 20 0 22 0 13400345 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140733216577376 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 2456183 492566 2301 9 0 2446860 0
[pid=11164/tid=11165] ppid=11161 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (java) S 11161 11164 7556 0 -1 4202560 2494 0 1 0 43 3 0 0 20 0 22 0 13400346 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140499125494648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (java) S 11161 11164 7556 0 -1 4202560 441 0 0 0 314 8 0 0 20 0 22 0 13400346 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498969381416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11168] ppid=11161 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/11164/task/11168/stat : 11168 (java) S 11161 11164 7556 0 -1 4202560 405 0 0 0 309 8 0 0 20 0 22 0 13400346 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498968328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11169] ppid=11161 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/11164/task/11169/stat : 11169 (java) S 11161 11164 7556 0 -1 4202560 378 0 0 0 303 6 0 0 20 0 22 0 13400346 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498967275816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11170] ppid=11161 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/11164/task/11170/stat : 11170 (java) S 11161 11164 7556 0 -1 4202560 401 0 0 0 312 9 0 0 20 0 22 0 13400346 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498966223016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11171] ppid=11161 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/11164/task/11171/stat : 11171 (java) S 11161 11164 7556 0 -1 4202560 432 0 0 0 306 10 0 0 20 0 22 0 13400346 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498965171240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11172] ppid=11161 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/11164/task/11172/stat : 11172 (java) S 11161 11164 7556 0 -1 4202560 392 0 0 0 302 6 0 0 20 0 22 0 13400346 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498964118440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11173] ppid=11161 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/11164/task/11173/stat : 11173 (java) S 11161 11164 7556 0 -1 4202560 449 0 0 0 301 8 0 0 20 0 22 0 13400346 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498963065640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11174] ppid=11161 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/11164/task/11174/stat : 11174 (java) S 11161 11164 7556 0 -1 4202560 405 0 0 0 302 8 0 0 20 0 22 0 13400346 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498962012840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11175] ppid=11161 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/11164/task/11175/stat : 11175 (java) S 11161 11164 7556 0 -1 4202560 1289 0 0 0 44 45 0 0 20 0 22 0 13400347 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498949601768 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11176] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11176/stat : 11176 (java) S 11161 11164 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13400348 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498948547832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11177] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11177/stat : 11177 (java) S 11161 11164 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13400348 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498947494920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11178] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11178/stat : 11178 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498946443408 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11179] ppid=11161 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/11164/task/11179/stat : 11179 (java) S 11161 11164 7556 0 -1 4202560 7397 0 0 0 129 2 0 0 20 0 22 0 13400350 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498945391544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11180] ppid=11161 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/11164/task/11180/stat : 11180 (java) S 11161 11164 7556 0 -1 4202560 12694 0 0 0 201 3 0 0 20 0 22 0 13400350 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498944338744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11181] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11181/stat : 11181 (java) S 11161 11164 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13400350 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498943286136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11164/tid=11182] ppid=11161 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/11164/task/11182/stat : 11182 (java) S 11161 11164 7556 0 -1 4202560 50 0 0 0 14 23 0 0 20 0 22 0 13400350 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498942233544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11183] ppid=11161 vsize=9824732 CPUtime=885.17 cores=1,3,5,7
/proc/11164/task/11183/stat : 11183 (java) R 11161 11164 7556 0 -1 4202560 187 0 0 0 88500 17 0 0 20 0 22 0 13400389 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498940795664 140498997696221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11164/tid=11184] ppid=11161 vsize=9824732 CPUtime=885.43 cores=1,3,5,7
/proc/11164/task/11184/stat : 11184 (java) R 11161 11164 7556 0 -1 4202560 1649 0 0 0 88502 41 0 0 20 0 22 0 13400389 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498939743664 140498997961225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11164/tid=11185] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11185/stat : 11185 (java) S 11161 11164 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13400390 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498938692520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11164/tid=11186] ppid=11161 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11186/stat : 11186 (java) S 11161 11164 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13400391 10060525568 492566 33554432000 1073741824 1073778376 140733216586240 140498937639720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 11164 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.662
CPU time (s): 1801.2
CPU user time (s): 1799.06
CPU system time (s): 2.14067
CPU usage (%): 201.327
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 2.14067
maximum resident set size= 2072068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30368
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= 38112
involuntary context switches= 55444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.44287 second user time and 5.76412 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 23:45:17
IDJOB=4097318
IDBENCH=107740
IDSOLVER=2543
FILE ID=node119/4097318-1466113517
RUNJOBID= node119-1466112183-7573
PBS_JOBID= 19904129
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_38.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097318-1466113517/watcher-4097318-1466113517 -o /tmp/evaluation-result-4097318-1466113517/solver-4097318-1466113517 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466112183-7573 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097318-1466113517.opb

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

MD5SUM BENCH= 7a8904d7ae3d6e9d521cf00d78d1bb9b
RANDOM SEED=210891186

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29456724 kB
Buffers:           63844 kB
Cached:           108168 kB
SwapCached:         1048 kB
Active:          1209664 kB
Inactive:         105980 kB
Active(anon):    1144552 kB
Inactive(anon):     1560 kB
Active(file):      65112 kB
Inactive(file):   104420 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:       2550444 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             572164 kB
SReclaimable:      15596 kB
SUnreclaim:       556568 kB
KernelStack:        1808 kB
PageTables:         9160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3442920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1269760 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= 71732 MiB
End job on node119 at 2016-06-17 00:00:12