Trace number 4084605

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 Resolution PB16? (TO) 1800.03 1793.09

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K139.opb
MD5SUM76516381ba4bc043f2da87444e256707
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 140
Number of bits of the biggest sum of numbers8
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084605-1465286323.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.90/0.55	c ... done. Wall clock time 0.434s.
0.90/0.55	c declared #vars     16541
0.90/0.55	c #constraints  16821
0.90/0.55	c constraints type 
0.90/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14886
0.90/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 139
0.90/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.90/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1794
0.90/0.55	c 16821 constraints processed.
3.10/2.35	c cleaning 2472 clauses out of 4991 with flag 21948/5000
5.55/4.39	c cleaning 4218 clauses out of 8511 with flag 53686/11000
8.05/6.84	c cleaning 5606 clauses out of 11289 with flag 92511/18000
10.86/9.64	c cleaning 6804 clauses out of 13678 with flag 143676/26000
13.68/12.46	c cleaning 7872 clauses out of 15872 with flag 192685/35000
16.98/15.74	c cleaning 8614 clauses out of 17996 with flag 244735/45000
20.57/19.39	c cleaning 8926 clauses out of 20384 with flag 301406/56003
24.54/23.29	c cleaning 9842 clauses out of 23454 with flag 361289/68000
28.33/27.08	c cleaning 10773 clauses out of 26611 with flag 428104/81000
32.44/31.15	c cleaning 11604 clauses out of 29836 with flag 498208/95001
36.93/35.64	c cleaning 12561 clauses out of 33228 with flag 574456/110000
42.14/40.81	c cleaning 13185 clauses out of 36667 with flag 660415/126000
47.74/46.49	c cleaning 13745 clauses out of 40481 with flag 747951/143000
53.74/52.47	c cleaning 14763 clauses out of 44735 with flag 843323/161000
59.83/58.55	c cleaning 15736 clauses out of 48972 with flag 943782/180000
66.63/65.37	c cleaning 16505 clauses out of 53236 with flag 1052601/200000
73.73/72.41	c cleaning 17512 clauses out of 57729 with flag 1165057/221000
81.43/80.10	c cleaning 18288 clauses out of 62215 with flag 1286989/243000
89.09/87.75	c cleaning 18913 clauses out of 66928 with flag 1415741/266001
96.99/95.67	c cleaning 19880 clauses out of 72014 with flag 1552217/290001
105.59/104.26	c cleaning 20783 clauses out of 77131 with flag 1692675/315000
114.70/113.38	c cleaning 21704 clauses out of 82348 with flag 1839775/341001
124.19/122.89	c cleaning 22747 clauses out of 87643 with flag 1993422/368000
134.60/133.26	c cleaning 23236 clauses out of 92898 with flag 2157412/396002
145.79/144.43	c cleaning 24224 clauses out of 98661 with flag 2321987/425001
156.58/155.15	c cleaning 25442 clauses out of 104436 with flag 2499439/455000
168.38/166.98	c cleaning 25989 clauses out of 109994 with flag 2683149/486000
180.49/179.04	c cleaning 27025 clauses out of 116004 with flag 2872375/518000
193.29/191.84	c cleaning 27465 clauses out of 121981 with flag 3067749/551003
206.20/204.78	c cleaning 28786 clauses out of 128513 with flag 3271261/585001
220.58/218.94	c cleaning 29657 clauses out of 134726 with flag 3485318/620001
234.98/233.36	c cleaning 30477 clauses out of 141067 with flag 3706469/656000
249.67/248.06	c cleaning 31606 clauses out of 147590 with flag 3925825/693000
265.97/264.31	c cleaning 32213 clauses out of 153980 with flag 4159039/731002
282.37/280.79	c cleaning 33376 clauses out of 160765 with flag 4399115/770000
299.68/297.88	c cleaning 33991 clauses out of 167389 with flag 4644366/810000
317.59/315.79	c cleaning 35013 clauses out of 174400 with flag 4893663/851002
336.69/334.87	c cleaning 35774 clauses out of 181384 with flag 5158126/893000
356.39/354.53	c cleaning 36728 clauses out of 188611 with flag 5429105/936001
376.76/374.63	c cleaning 37790 clauses out of 195881 with flag 5710963/980000
397.46/395.37	c cleaning 38854 clauses out of 203090 with flag 6000518/1025000
418.76/416.63	c cleaning 39798 clauses out of 210236 with flag 6304997/1071002
440.70/438.21	c cleaning 40601 clauses out of 217436 with flag 6613258/1118000
463.10/460.69	c cleaning 41656 clauses out of 224836 with flag 6933489/1166001
488.18/485.36	c cleaning 42397 clauses out of 232181 with flag 7265168/1215003
512.39/509.55	c cleaning 43222 clauses out of 239781 with flag 7608271/1265000
537.37/534.27	c cleaning 44192 clauses out of 247560 with flag 7960398/1316001
563.23/560.07	c cleaning 45548 clauses out of 255367 with flag 8306506/1368000
589.42/586.28	c cleaning 46389 clauses out of 262819 with flag 8666508/1421000
617.20/613.95	c cleaning 47153 clauses out of 270430 with flag 9039526/1475001
646.19/642.89	c cleaning 48217 clauses out of 278277 with flag 9411773/1530001
675.89/672.45	c cleaning 48951 clauses out of 286058 with flag 9824104/1586000
705.62/702.03	c cleaning 50029 clauses out of 294106 with flag 10224138/1643000
736.90/733.27	c cleaning 50731 clauses out of 302076 with flag 10637447/1701000
768.30/764.53	c cleaning 51859 clauses out of 310343 with flag 11047562/1760000
800.50/796.68	c cleaning 52688 clauses out of 318483 with flag 11472147/1820000
833.72/829.70	c cleaning 53687 clauses out of 326793 with flag 11899892/1881000
868.73/864.63	c cleaning 54563 clauses out of 335106 with flag 12347949/1943000
904.20/900.02	c cleaning 55568 clauses out of 343544 with flag 12803088/2006001
942.18/937.92	c cleaning 56845 clauses out of 351975 with flag 13280637/2070000
980.86/976.51	c cleaning 57816 clauses out of 360131 with flag 13784121/2135001
1019.79/1015.34	c cleaning 58677 clauses out of 368314 with flag 14270976/2201000
1061.97/1057.42	c cleaning 59245 clauses out of 376639 with flag 14834136/2268003
1102.92/1098.20	c cleaning 60611 clauses out of 385391 with flag 15341967/2336001
1145.42/1140.63	c cleaning 61556 clauses out of 393779 with flag 15853742/2405000
1189.34/1184.35	c cleaning 62240 clauses out of 402224 with flag 16403007/2475001
1231.33/1226.29	c cleaning 63736 clauses out of 410983 with flag 16943491/2546000
1278.00/1272.80	c cleaning 64638 clauses out of 419245 with flag 17540119/2618000
1325.59/1320.29	c cleaning 65703 clauses out of 427604 with flag 18181633/2691000
1372.60/1367.05	c cleaning 66254 clauses out of 435903 with flag 18759749/2765002
1422.26/1416.51	c cleaning 67741 clauses out of 444647 with flag 19371340/2840000
1471.91/1466.03	c cleaning 68495 clauses out of 452906 with flag 19979371/2916000
1522.56/1516.54	c cleaning 69745 clauses out of 461408 with flag 20614477/2993000
1577.94/1571.79	c cleaning 70254 clauses out of 469663 with flag 21309285/3071000
1634.41/1628.06	c cleaning 71891 clauses out of 478410 with flag 21988719/3150003
1689.23/1682.70	c cleaning 72264 clauses out of 486517 with flag 22647576/3230001
1747.10/1740.44	c cleaning 73267 clauses out of 495255 with flag 23348683/3311003
1800.03/1793.01	c starts		: 22037
1800.03/1793.01	c conflicts		: 3387930
1800.03/1793.01	c decisions		: 89444814
1800.03/1793.01	c propagations		: 2799919625
1800.03/1793.01	c inspects		: 12285862770
1800.03/1793.01	c shortcuts		: 0
1800.03/1793.01	c learnt literals	: 89
1800.03/1793.01	c learnt binary clauses	: 163397
1800.03/1793.01	c learnt ternary clauses	: 148033
1800.03/1793.01	c learnt constraints	: 3387841
1800.03/1793.01	c ignored constraints	: 0
1800.03/1793.01	c root simplifications	: 0
1800.03/1793.01	c removed literals (reason simplification)	: 0
1800.03/1793.01	c reason swapping (by a shorter reason)	: 0
1800.03/1793.01	c Calls to reduceDB	: 77
1800.03/1793.01	c Number of update (reduction) of LBD	: 2510677
1800.03/1793.01	c Imported unit clauses	: 0
1800.03/1793.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.01	c number of learned constraints concerned by reduction	: 0
1800.03/1793.01	c number of learning phase by resolution	: 0
1800.03/1793.01	c number of learning phase by cutting planes	: 0
1800.03/1793.01	c speed (assignments/second)	: 1562074.2179501986
1800.03/1793.01	c non guided choices	18210
1800.03/1793.01	c timeout
1800.03/1793.08	c learnt constraints type 
1800.03/1793.08	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 163397
1800.03/1793.08	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 335518
1800.03/1793.08	s UNKNOWN
1800.03/1793.08	c Total wall clock time (in seconds): 1792.959

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-4084605-1465286323/watcher-4084605-1465286323 -o /tmp/evaluation-result-4084605-1465286323/solver-4084605-1465286323 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084605-1465286323.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.27 2.25 2.20 3/194 14022
/proc/meminfo: memFree=29725604/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/14022/stat : 14022 (java) R 14019 14022 5965 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 110565445 3653632 52 33554432000 1073741824 1073778376 140733888034944 140733888032072 260181159156 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 1408 55 43 9 0 30 0

[startup+0.100057 s]
/proc/loadavg: 2.27 2.25 2.20 3/194 14022
/proc/meminfo: memFree=29725604/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14022/stat : 14022 (java) S 14019 14022 5965 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 110565445 9787879424 6030 33554432000 1073741824 1073778376 140733888034944 140733888026080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.27 2.25 2.20 3/194 14022
/proc/meminfo: memFree=29725604/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/14022/stat : 14022 (java) S 14019 14022 5965 0 -1 4202496 5050 0 1 0 26 1 0 0 20 0 18 0 110565445 9787879424 7037 33554432000 1073741824 1073778376 140733888034944 140733888026080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 2389619 7037 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 2.27 2.25 2.20 3/194 14022
/proc/meminfo: memFree=29725604/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/14022/stat : 14022 (java) S 14019 14022 5965 0 -1 4202496 7238 0 1 0 52 2 0 0 20 0 18 0 110565445 9787879424 10882 33554432000 1073741824 1073778376 140733888034944 140733888026080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 2389619 10882 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.70023 s]
/proc/loadavg: 2.27 2.25 2.20 3/194 14022
/proc/meminfo: memFree=29725604/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/14022/stat : 14022 (java) S 14019 14022 5965 0 -1 4202496 8471 0 1 0 132 4 0 0 20 0 19 0 110565445 9856040960 30452 33554432000 1073741824 1073778376 140733888034944 140733888026080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 2406260 30452 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.27 2.25 2.20 3/213 14041
/proc/meminfo: memFree=29611732/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/14022/stat : 14022 (java) S 14019 14022 5965 0 -1 4202496 9037 0 1 0 224 4 0 0 20 0 19 0 110565445 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140733888026080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 2406260 30453 2264 9 0 2396937 0
[pid=14022/tid=14024] ppid=14019 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/14022/task/14024/stat : 14024 (java) R 14019 14022 5965 0 -1 4202560 2454 0 1 0 144 3 0 0 20 0 19 0 110565446 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542360359096 140542219040893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14025] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14025/stat : 14025 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542338459944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14026] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14026/stat : 14026 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542337407144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14027] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14027/stat : 14027 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542134446632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14022/tid=14028] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14028/stat : 14028 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542133393832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14029] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14029/stat : 14029 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542132341544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14030] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14030/stat : 14030 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542131288744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14031] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14031/stat : 14031 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542130236456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14032] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14032/stat : 14032 (java) S 14019 14022 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542129183656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14033] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14033/stat : 14033 (java) S 14019 14022 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110565448 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542116985064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14034] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14034/stat : 14034 (java) S 14019 14022 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542115931128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14035] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14035/stat : 14035 (java) S 14019 14022 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542114878728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14036] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14036/stat : 14036 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542113827216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14037] ppid=14019 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/14022/task/14037/stat : 14037 (java) S 14019 14022 5965 0 -1 4202560 2204 0 0 0 37 0 0 0 20 0 19 0 110565451 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542112774840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14038] ppid=14019 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14022/task/14038/stat : 14038 (java) S 14019 14022 5965 0 -1 4202560 3103 0 0 0 40 0 0 0 20 0 19 0 110565451 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542111722040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14039] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14039/stat : 14039 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542110669944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14040] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14040/stat : 14040 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542109617352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14041] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14041/stat : 14041 (java) S 14019 14022 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110565503 9856040960 30453 33554432000 1073741824 1073778376 140733888034944 140542108562344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.25 2.25 2.20 3/213 14041
/proc/meminfo: memFree=29609064/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=9625040 CPUtime=4.32 cores=0,2,4,6
/proc/14022/stat : 14022 (java) S 14019 14022 5965 0 -1 4202496 14953 0 1 0 427 5 0 0 20 0 19 0 110565445 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140733888026080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 2406260 35486 2271 9 0 2396937 0
[pid=14022/tid=14024] ppid=14019 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/14022/task/14024/stat : 14024 (java) R 14019 14022 5965 0 -1 4202560 2458 0 1 0 304 3 0 0 20 0 19 0 110565446 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542360359264 140542219041220 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14025] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14025/stat : 14025 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542338459944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14026] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14026/stat : 14026 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542337407144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14027] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14027/stat : 14027 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542134446632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14022/tid=14028] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14028/stat : 14028 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542133393832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14029] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14029/stat : 14029 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542132341544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14030] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14030/stat : 14030 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542131288744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14031] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14031/stat : 14031 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542130236456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14032] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14032/stat : 14032 (java) S 14019 14022 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542129183656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14033] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14033/stat : 14033 (java) S 14019 14022 5965 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110565448 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542116985064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14034] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14034/stat : 14034 (java) S 14019 14022 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542115931128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14035] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14035/stat : 14035 (java) S 14019 14022 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542114878728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14036] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14036/stat : 14036 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542113827216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14037] ppid=14019 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/14022/task/14037/stat : 14037 (java) S 14019 14022 5965 0 -1 4202560 8108 0 0 0 76 2 0 0 20 0 19 0 110565451 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542112774840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14038] ppid=14019 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14022/task/14038/stat : 14038 (java) S 14019 14022 5965 0 -1 4202560 3110 0 0 0 43 0 0 0 20 0 19 0 110565451 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542111722040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14039] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14039/stat : 14039 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542110669944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14040] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14040/stat : 14040 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542109617352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14041] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14041/stat : 14041 (java) S 14019 14022 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110565503 9856040960 35486 33554432000 1073741824 1073778376 140733888034944 140542108562344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.25 2.25 2.20 3/213 14041
/proc/meminfo: memFree=29624408/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=9625040 CPUtime=7.55 cores=0,2,4,6
/proc/14022/stat : 14022 (java) S 14019 14022 5965 0 -1 4202496 14958 0 1 0 750 5 0 0 20 0 19 0 110565445 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140733888026080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 2406260 36505 2271 9 0 2396937 0
[pid=14022/tid=14024] ppid=14019 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/14022/task/14024/stat : 14024 (java) R 14019 14022 5965 0 -1 4202560 2463 0 1 0 623 3 0 0 20 0 19 0 110565446 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542360359144 140542219024003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14025] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14025/stat : 14025 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542338459944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14026] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14026/stat : 14026 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542337407144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14027] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14027/stat : 14027 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542134446632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14022/tid=14028] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14028/stat : 14028 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542133393832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14029] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14029/stat : 14029 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542132341544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14030] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14030/stat : 14030 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542131288744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14031] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14031/stat : 14031 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542130236456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14032] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14032/stat : 14032 (java) S 14019 14022 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110565447 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542129183656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14033] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14033/stat : 14033 (java) S 14019 14022 5965 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110565448 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542116985064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14034] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14034/stat : 14034 (java) S 14019 14022 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542115931128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14035] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14035/stat : 14035 (java) S 14019 14022 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542114878728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14036] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14036/stat : 14036 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542113827216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14037] ppid=14019 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/14022/task/14037/stat : 14037 (java) S 14019 14022 5965 0 -1 4202560 8108 0 0 0 78 2 0 0 20 0 19 0 110565451 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542112774840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14038] ppid=14019 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/14022/task/14038/stat : 14038 (java) S 14019 14022 5965 0 -1 4202560 3110 0 0 0 45 0 0 0 20 0 19 0 110565451 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542111722040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14039] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14039/stat : 14039 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542110669944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14040] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14040/stat : 14040 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542109617352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14041] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14041/stat : 14041 (java) S 14019 14022 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110565503 9856040960 36505 33554432000 1073741824 1073778376 140733888034944 140542108562344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9625040


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

/proc/14022/task/14041/stat : 14041 (java) S 14019 14022 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110565503 9856040960 112008 33554432000 1073741824 1073778376 140733888034944 140542108562344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1668.77
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.20 2.19 3/213 14172
/proc/meminfo: memFree=29029480/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=9625040 CPUtime=1729 cores=0,2,4,6
/proc/14022/stat : 14022 (java) S 14019 14022 5965 0 -1 4202496 18889 0 1 0 172781 119 0 0 20 0 19 0 110565445 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140733888026080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 2406260 110915 2293 9 0 2396937 0
[pid=14022/tid=14024] ppid=14019 vsize=9625040 CPUtime=1714.21 cores=0,2,4,6
/proc/14022/task/14024/stat : 14024 (java) R 14019 14022 5965 0 -1 4202560 2528 0 1 0 171390 31 0 0 20 0 19 0 110565446 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542360358208 140542219041081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14025] ppid=14019 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/14022/task/14025/stat : 14025 (java) S 14019 14022 5965 0 -1 4202560 390 0 0 0 76 12 0 0 20 0 19 0 110565447 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542338459944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14026] ppid=14019 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/14022/task/14026/stat : 14026 (java) S 14019 14022 5965 0 -1 4202560 396 0 0 0 84 9 0 0 20 0 19 0 110565447 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542337407144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14027] ppid=14019 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/14022/task/14027/stat : 14027 (java) S 14019 14022 5965 0 -1 4202560 393 0 0 0 68 9 0 0 20 0 19 0 110565447 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542134446632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14028] ppid=14019 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/14022/task/14028/stat : 14028 (java) S 14019 14022 5965 0 -1 4202560 327 0 0 0 81 12 0 0 20 0 19 0 110565447 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542133393832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14022/tid=14029] ppid=14019 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/14022/task/14029/stat : 14029 (java) S 14019 14022 5965 0 -1 4202560 442 0 0 0 87 14 0 0 20 0 19 0 110565447 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542132341544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14030] ppid=14019 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/14022/task/14030/stat : 14030 (java) S 14019 14022 5965 0 -1 4202560 335 0 0 0 79 10 0 0 20 0 19 0 110565447 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542131288744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14031] ppid=14019 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/14022/task/14031/stat : 14031 (java) S 14019 14022 5965 0 -1 4202560 581 0 0 0 77 12 0 0 20 0 19 0 110565447 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542130236456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14032] ppid=14019 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/14022/task/14032/stat : 14032 (java) S 14019 14022 5965 0 -1 4202560 492 0 0 0 76 12 0 0 20 0 19 0 110565447 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542129183656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14033] ppid=14019 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/14022/task/14033/stat : 14033 (java) S 14019 14022 5965 0 -1 4202560 415 0 0 0 146 2 0 0 20 0 19 0 110565448 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542116985064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14034] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14034/stat : 14034 (java) S 14019 14022 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542115931128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14035] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14035/stat : 14035 (java) S 14019 14022 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542114878728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14036] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14036/stat : 14036 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542113827216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14037] ppid=14019 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/14022/task/14037/stat : 14037 (java) S 14019 14022 5965 0 -1 4202560 8120 0 0 0 82 2 0 0 20 0 19 0 110565451 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542112774840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14038] ppid=14019 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14022/task/14038/stat : 14038 (java) S 14019 14022 5965 0 -1 4202560 3110 0 0 0 45 1 0 0 20 0 19 0 110565451 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542111722040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14039] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14039/stat : 14039 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542110669944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14040] ppid=14019 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/14022/task/14040/stat : 14040 (java) S 14019 14022 5965 0 -1 4202560 98 0 0 0 33 29 0 0 20 0 19 0 110565451 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542109617352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14041] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14041/stat : 14041 (java) S 14019 14022 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110565503 9856040960 110915 33554432000 1073741824 1073778376 140733888034944 140542108562344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1729
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.61 2.30 2.22 3/213 14173
/proc/meminfo: memFree=29037232/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=9625040 CPUtime=1789.19 cores=0,2,4,6
/proc/14022/stat : 14022 (java) S 14019 14022 5965 0 -1 4202496 18905 0 1 0 178799 120 0 0 20 0 19 0 110565445 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140733888026080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 2406260 110921 2293 9 0 2396937 0
[pid=14022/tid=14024] ppid=14019 vsize=9625040 CPUtime=1773.99 cores=0,2,4,6
/proc/14022/task/14024/stat : 14024 (java) R 14019 14022 5965 0 -1 4202560 2530 0 1 0 177368 31 0 0 20 0 19 0 110565446 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542360358208 140542219151560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14025] ppid=14019 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/14022/task/14025/stat : 14025 (java) S 14019 14022 5965 0 -1 4202560 390 0 0 0 78 12 0 0 20 0 19 0 110565447 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542338459944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14026] ppid=14019 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/14022/task/14026/stat : 14026 (java) S 14019 14022 5965 0 -1 4202560 396 0 0 0 85 9 0 0 20 0 19 0 110565447 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542337407144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14027] ppid=14019 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/14022/task/14027/stat : 14027 (java) S 14019 14022 5965 0 -1 4202560 393 0 0 0 71 9 0 0 20 0 19 0 110565447 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542134446632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14028] ppid=14019 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/14022/task/14028/stat : 14028 (java) S 14019 14022 5965 0 -1 4202560 327 0 0 0 87 12 0 0 20 0 19 0 110565447 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542133393832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14029] ppid=14019 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/14022/task/14029/stat : 14029 (java) S 14019 14022 5965 0 -1 4202560 442 0 0 0 89 14 0 0 20 0 19 0 110565447 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542132341544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14030] ppid=14019 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/14022/task/14030/stat : 14030 (java) S 14019 14022 5965 0 -1 4202560 335 0 0 0 84 10 0 0 20 0 19 0 110565447 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542131288744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14031] ppid=14019 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/14022/task/14031/stat : 14031 (java) S 14019 14022 5965 0 -1 4202560 581 0 0 0 80 12 0 0 20 0 19 0 110565447 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542130236456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14032] ppid=14019 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/14022/task/14032/stat : 14032 (java) S 14019 14022 5965 0 -1 4202560 492 0 0 0 80 12 0 0 20 0 19 0 110565447 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542129183656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14033] ppid=14019 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/14022/task/14033/stat : 14033 (java) S 14019 14022 5965 0 -1 4202560 425 0 0 0 146 2 0 0 20 0 19 0 110565448 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542116985064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14034] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14034/stat : 14034 (java) S 14019 14022 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542115931128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14035] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14035/stat : 14035 (java) S 14019 14022 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542114878728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14036] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14036/stat : 14036 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542113827216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14037] ppid=14019 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/14022/task/14037/stat : 14037 (java) S 14019 14022 5965 0 -1 4202560 8120 0 0 0 82 2 0 0 20 0 19 0 110565451 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542112774840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14038] ppid=14019 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14022/task/14038/stat : 14038 (java) S 14019 14022 5965 0 -1 4202560 3110 0 0 0 45 1 0 0 20 0 19 0 110565451 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542111722040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14039] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14039/stat : 14039 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542110669944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14040] ppid=14019 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/14022/task/14040/stat : 14040 (java) S 14019 14022 5965 0 -1 4202560 102 0 0 0 35 30 0 0 20 0 19 0 110565451 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542109617352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14041] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14041/stat : 14041 (java) S 14019 14022 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110565503 9856040960 110921 33554432000 1073741824 1073778376 140733888034944 140542108562344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793 s]
/proc/loadavg: 2.59 2.30 2.22 3/213 14173
/proc/meminfo: memFree=29013400/32872528 swapFree=16360/1798728
[pid=14022] ppid=14019 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/14022/stat : 14022 (java) S 14019 14022 5965 0 -1 4202496 19953 0 1 0 179878 125 0 0 20 0 19 0 110565445 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140733888026080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14022/statm: 2406260 121090 2293 9 0 2396937 0
[pid=14022/tid=14024] ppid=14019 vsize=9625040 CPUtime=1784.42 cores=0,2,4,6
/proc/14022/task/14024/stat : 14024 (java) R 14019 14022 5965 0 -1 4202560 2531 0 1 0 178410 32 0 0 20 0 19 0 110565446 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542360358168 140542219078910 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14025] ppid=14019 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/14022/task/14025/stat : 14025 (java) S 14019 14022 5965 0 -1 4202560 645 0 0 0 82 13 0 0 20 0 19 0 110565447 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542338459944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14026] ppid=14019 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/14022/task/14026/stat : 14026 (java) S 14019 14022 5965 0 -1 4202560 402 0 0 0 88 9 0 0 20 0 19 0 110565447 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542337407144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14027] ppid=14019 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/14022/task/14027/stat : 14027 (java) S 14019 14022 5965 0 -1 4202560 594 0 0 0 71 10 0 0 20 0 19 0 110565447 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542134446632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14028] ppid=14019 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/14022/task/14028/stat : 14028 (java) S 14019 14022 5965 0 -1 4202560 395 0 0 0 89 12 0 0 20 0 19 0 110565447 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542133393832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14022/tid=14029] ppid=14019 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/14022/task/14029/stat : 14029 (java) S 14019 14022 5965 0 -1 4202560 616 0 0 0 90 14 0 0 20 0 19 0 110565447 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542132341544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14030] ppid=14019 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/14022/task/14030/stat : 14030 (java) S 14019 14022 5965 0 -1 4202560 527 0 0 0 85 11 0 0 20 0 19 0 110565447 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542131288744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14031] ppid=14019 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/14022/task/14031/stat : 14031 (java) S 14019 14022 5965 0 -1 4202560 584 0 0 0 81 12 0 0 20 0 19 0 110565447 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542130236456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14032] ppid=14019 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/14022/task/14032/stat : 14032 (java) S 14019 14022 5965 0 -1 4202560 611 0 0 0 81 12 0 0 20 0 19 0 110565447 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542129183656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14022/tid=14033] ppid=14019 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/14022/task/14033/stat : 14033 (java) S 14019 14022 5965 0 -1 4202560 454 0 0 0 165 2 0 0 20 0 19 0 110565448 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542116985064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14034] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14034/stat : 14034 (java) S 14019 14022 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542115931128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14035] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14035/stat : 14035 (java) S 14019 14022 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110565449 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542114878728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14036] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14036/stat : 14036 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542113827216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14037] ppid=14019 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/14022/task/14037/stat : 14037 (java) S 14019 14022 5965 0 -1 4202560 8120 0 0 0 82 2 0 0 20 0 19 0 110565451 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542112774840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14022/tid=14038] ppid=14019 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14022/task/14038/stat : 14038 (java) S 14019 14022 5965 0 -1 4202560 3110 0 0 0 45 1 0 0 20 0 19 0 110565451 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542111722040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14039] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14039/stat : 14039 (java) S 14019 14022 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110565451 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542110669944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14022/tid=14040] ppid=14019 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/14022/task/14040/stat : 14040 (java) S 14019 14022 5965 0 -1 4202560 102 0 0 0 35 30 0 0 20 0 19 0 110565451 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542109617352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14022/tid=14041] ppid=14019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14022/task/14041/stat : 14041 (java) S 14019 14022 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110565503 9856040960 121090 33554432000 1073741824 1073778376 140733888034944 140542108562344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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 14022 sig 9
??? kill -14022 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 14022 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=279228
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=741735
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.09
CPU time (s): 1800.03
CPU user time (s): 1798.78
CPU system time (s): 1.25
CPU usage (%): 100.387
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.28
system time used= 1.74173
maximum resident set size= 832920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19986
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39440
involuntary context switches= 18561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.51071 second user time and 15.4037 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 09:58:43
IDJOB=4084605
IDBENCH=90159
IDSOLVER=2546
FILE ID=node123/4084605-1465286323
RUNJOBID= node123-1465255130-5981
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K139.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084605-1465286323/watcher-4084605-1465286323 -o /tmp/evaluation-result-4084605-1465286323/solver-4084605-1465286323 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084605-1465286323.opb

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

MD5SUM BENCH= 76516381ba4bc043f2da87444e256707
RANDOM SEED=392941709

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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:        29725876 kB
Buffers:          114712 kB
Cached:           144364 kB
SwapCached:         1808 kB
Active:           422152 kB
Inactive:         190300 kB
Active(anon):     353464 kB
Inactive(anon):     2140 kB
Active(file):      68688 kB
Inactive(file):   188160 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:              2020 kB
Writeback:             0 kB
AnonPages:       2192216 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             599952 kB
SReclaimable:      44060 kB
SUnreclaim:       555892 kB
KernelStack:        1768 kB
PageTables:         9040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2283016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2160640 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= 71728 MiB
End job on node123 at 2016-06-07 10:28:36