Trace number 4101074

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ship08l.opb
MD5SUMbac9a878c3cd85b78fbd03dede34f379
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables128490
Total number of constraints704
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints704
Minimum length of a constraint30
Maximum length of a constraint2550
Number of terms in the objective function 128490
Biggest coefficient in the objective function 1115
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 634183
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 634183
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4101074-1466212516.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
2.78/1.67	c ... done. Wall clock time 1.54s.
2.78/1.67	c declared #vars     128490
2.78/1.67	c #constraints  1336
2.78/1.67	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.78/1.67	c constraints type 
2.78/1.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 355
2.78/1.67	c org.sat4j.specs.Constr$1 => 213
2.78/1.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 768
2.78/1.67	c 1336 constraints processed.
2.78/1.67	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.78/1.67	c constraints type 
2.78/1.67	c org.sat4j.specs.Constr$1 => 213
2.78/1.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 355
2.78/1.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 768
2.78/1.67	c 1336 constraints processed.
2.78/1.67	c objective function length is 128490 literals
7.11/3.27	c cleaning 2469 clauses out of 5001 with flag 11801/5001
10.54/4.88	c cleaning 4244 clauses out of 8534 with flag 25898/11003
15.20/7.02	c cleaning 5604 clauses out of 11289 with flag 42562/18002
19.63/9.25	c cleaning 6845 clauses out of 13691 with flag 60173/26008
24.88/11.85	c cleaning 7918 clauses out of 15838 with flag 78157/35000
30.89/14.86	c cleaning 8960 clauses out of 17922 with flag 98161/45002
37.29/18.09	c cleaning 9979 clauses out of 19960 with flag 120157/56000
45.52/22.16	c cleaning 10994 clauses out of 21990 with flag 144175/68009
54.12/26.43	c cleaning 11991 clauses out of 23987 with flag 170157/81000
64.27/31.77	c cleaning 12998 clauses out of 25998 with flag 198161/95002
74.81/36.96	c cleaning 13996 clauses out of 28000 with flag 228161/110002
87.12/43.02	c cleaning 15001 clauses out of 30005 with flag 260163/126003
99.51/49.20	c cleaning 16000 clauses out of 32003 with flag 294161/143002
113.25/55.81	c cleaning 17000 clauses out of 34002 with flag 330159/161001
129.66/63.84	c cleaning 17993 clauses out of 36001 with flag 368157/180000
146.06/72.08	c cleaning 19008 clauses out of 38017 with flag 408175/200009
164.26/81.10	c cleaning 19996 clauses out of 40001 with flag 450159/221001
182.73/90.17	c cleaning 20990 clauses out of 42004 with flag 494157/243000
206.21/102.22	c cleaning 22007 clauses out of 44015 with flag 540159/266001
226.01/112.19	c cleaning 22999 clauses out of 46009 with flag 588161/290002
246.39/122.17	c cleaning 24004 clauses out of 48014 with flag 638169/315006
268.77/133.34	c cleaning 24992 clauses out of 50004 with flag 690157/341000
294.04/145.89	c cleaning 26006 clauses out of 52018 with flag 744169/368006
320.67/159.75	c cleaning 26999 clauses out of 54007 with flag 800159/396001
345.39/172.03	c cleaning 28001 clauses out of 56011 with flag 858165/425004
372.46/185.43	c cleaning 28995 clauses out of 58008 with flag 918161/455002
405.60/201.85	c cleaning 30004 clauses out of 60011 with flag 980157/486000
442.06/219.88	c cleaning 31004 clauses out of 62009 with flag 1044161/518002
478.55/237.93	c cleaning 31996 clauses out of 64005 with flag 1110161/551002
504.84/250.97	c cleaning 0 clauses out of 5000 with flag 0/5000
517.82/257.29	c cleaning 33005 clauses out of 66012 with flag 1178167/585005
561.92/280.38	c cleaning 33992 clauses out of 68002 with flag 1248157/620000
610.78/304.62	c cleaning 35004 clauses out of 70012 with flag 1320161/656002
657.54/327.76	c cleaning 35994 clauses out of 72008 with flag 1394161/693002
705.59/351.46	c cleaning 37003 clauses out of 74012 with flag 1470157/731000
751.86/374.30	c cleaning 38001 clauses out of 76010 with flag 1548159/770001
803.17/399.47	c cleaning 39001 clauses out of 78008 with flag 1628157/810000
863.17/428.58	c cleaning 39999 clauses out of 80009 with flag 1710161/851002
922.69/457.28	c cleaning 41001 clauses out of 82008 with flag 1794157/893000
989.88/491.51	c cleaning 42001 clauses out of 84008 with flag 1880159/936001
1057.55/524.89	c cleaning 43003 clauses out of 86008 with flag 1968161/980002
1074.81/533.30	c cleaning 0 clauses out of 11000 with flag 0/11000
1120.94/556.07	c cleaning 43994 clauses out of 88008 with flag 2058167/1025005
1194.89/592.35	c cleaning 45003 clauses out of 90009 with flag 2150157/1071000
1265.99/627.08	c cleaning 46002 clauses out of 92008 with flag 2244161/1118002
1341.56/663.94	c cleaning 46997 clauses out of 94005 with flag 2340159/1166001
1425.61/707.15	c cleaning 47998 clauses out of 96009 with flag 2438161/1215002
1507.45/747.75	c cleaning 49000 clauses out of 98009 with flag 2538157/1265000
1590.86/788.73	c cleaning 50001 clauses out of 100009 with flag 2640157/1316000
1672.12/828.72	c cleaning 51003 clauses out of 102008 with flag 2744157/1368000
1774.85/878.71	c cleaning 52000 clauses out of 104005 with flag 2850157/1421000
1800.09/890.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/890.80	c starts		: 7
1800.09/890.80	c conflicts		: 1442083
1800.09/890.80	c decisions		: 1523319
1800.09/890.80	c propagations		: 8687831
1800.09/890.80	c inspects		: 9240633876
1800.09/890.80	c shortcuts		: 0
1800.09/890.80	c learnt literals	: 0
1800.09/890.80	c learnt binary clauses	: 0
1800.09/890.80	c learnt ternary clauses	: 0
1800.09/890.80	c learnt constraints	: 1442083
1800.09/890.80	c ignored constraints	: 0
1800.09/890.80	c root simplifications	: 0
1800.09/890.80	c removed literals (reason simplification)	: 13429109
1800.09/890.80	c reason swapping (by a shorter reason)	: 0
1800.09/890.80	c Calls to reduceDB	: 49
1800.09/890.80	c Number of update (reduction) of LBD	: 5984
1800.09/890.80	c Imported unit clauses	: 0
1800.09/890.80	c number of reductions to clauses (during analyze)	: 0
1800.09/890.80	c number of learned constraints concerned by reduction	: 0
1800.09/890.80	c number of learning phase by resolution	: 0
1800.09/890.80	c number of learning phase by cutting planes	: 0
1800.09/890.80	c speed (assignments/second)	: 9772.830148777586
1800.09/890.80	c non guided choices	34676
1800.09/890.83	c learnt constraints type 
1800.09/890.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73088
1800.09/890.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/890.83	c starts		: 43
1800.09/890.83	c conflicts		: 16612
1800.09/890.83	c decisions		: 86915
1800.09/890.83	c propagations		: 454011
1800.09/890.83	c inspects		: 287561578
1800.09/890.83	c shortcuts		: 0
1800.09/890.83	c learnt literals	: 0
1800.09/890.83	c learnt binary clauses	: 0
1800.09/890.83	c learnt ternary clauses	: 0
1800.09/890.83	c learnt constraints	: 16612
1800.09/890.83	c ignored constraints	: 0
1800.09/890.83	c root simplifications	: 0
1800.09/890.83	c removed literals (reason simplification)	: 0
1800.09/890.83	c reason swapping (by a shorter reason)	: 0
1800.09/890.83	c Calls to reduceDB	: 2
1800.09/890.83	c Number of update (reduction) of LBD	: 0
1800.09/890.83	c Imported unit clauses	: 0
1800.09/890.83	c number of reductions to clauses (during analyze)	: 0
1800.09/890.83	c number of learned constraints concerned by reduction	: 0
1800.09/890.83	c number of learning phase by resolution	: 0
1800.09/890.83	c number of learning phase by cutting planes	: 0
1800.09/890.83	c speed (assignments/second)	: 510.7037079115537
1800.09/890.83	c non guided choices	0
1800.09/890.83	c learnt constraints type 
1800.09/890.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2795
1800.09/890.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13817
1800.09/890.83	s UNKNOWN
1800.09/890.83	c Total wall clock time (in seconds): 890.704

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-4101074-1466212516/watcher-4101074-1466212516 -o /tmp/evaluation-result-4101074-1466212516/solver-4101074-1466212516 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101074-1466212516.opb 

pid=17268
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: 4.04 4.06 4.06 3/198 17271
/proc/meminfo: memFree=28800256/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/17271/stat : 17271 (java) D 17268 17271 14474 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 23298323 2560000 46 33554432000 1073741824 1073778376 140735206779344 140735206776472 242158234919 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 892 47 37 9 0 30 0

[startup+0.100061 s]
/proc/loadavg: 4.04 4.06 4.06 3/198 17271
/proc/meminfo: memFree=28800256/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17268 17271 14474 0 -1 4202496 4353 0 1 0 7 1 0 0 20 0 18 0 23298323 9787879424 5463 33554432000 1073741824 1073778376 140735206779344 140735206770480 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 2389619 5463 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 4.04 4.06 4.06 3/198 17271
/proc/meminfo: memFree=28800256/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17268 17271 14474 0 -1 4202496 5029 0 1 0 25 2 0 0 20 0 18 0 23298323 9787879424 8022 33554432000 1073741824 1073778376 140735206779344 140735206770480 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 2389619 8022 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 4.04 4.06 4.06 3/198 17271
/proc/meminfo: memFree=28800256/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17268 17271 14474 0 -1 4202496 5363 0 1 0 43 2 0 0 20 0 18 0 23298323 9787879424 12792 33554432000 1073741824 1073778376 140735206779344 140735206770480 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 2389619 12792 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 4.04 4.06 4.06 3/198 17271
/proc/meminfo: memFree=28800256/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=9558476 CPUtime=1.29 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17268 17271 14474 0 -1 4202496 8879 0 1 0 122 7 0 0 20 0 18 0 23298323 9787879424 48721 33554432000 1073741824 1073778376 140735206779344 140735206770480 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 2389619 48721 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 4.04 4.06 4.06 4/216 17289
/proc/meminfo: memFree=28552676/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=9558476 CPUtime=2.43 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17268 17271 14474 0 -1 4202496 9731 0 1 0 225 18 0 0 20 0 18 0 23298323 9787879424 97960 33554432000 1073741824 1073778376 140735206779344 140735206770480 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 2389619 97960 2263 9 0 2380296 0
[pid=17271/tid=17273] ppid=17268 vsize=9558476 CPUtime=1.31 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17268 17271 14474 0 -1 4202560 2529 0 1 0 125 6 0 0 20 0 18 0 23298324 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901895604344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17274] ppid=17268 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) R 17268 17271 14474 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 18 0 23298325 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901857098072 139901898077897 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17275] ppid=17268 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) R 17268 17271 14474 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 23298325 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901856045528 139901899782319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17276] ppid=17268 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) R 17268 17271 14474 0 -1 4202560 136 0 0 0 7 2 0 0 20 0 18 0 23298325 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901854992688 139901898077905 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17277] ppid=17268 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) R 17268 17271 14474 0 -1 4202560 128 0 0 0 5 1 0 0 20 0 18 0 23298325 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901853940264 139901898077889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17278] ppid=17268 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) R 17268 17271 14474 0 -1 4202560 143 0 0 0 2 1 0 0 20 0 18 0 23298325 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901852887896 139901902502920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17279] ppid=17268 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) R 17268 17271 14474 0 -1 4202560 168 0 0 0 8 3 0 0 20 0 18 0 23298325 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901851835352 139901898077889 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17271/tid=17280] ppid=17268 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) R 17268 17271 14474 0 -1 4202560 108 0 0 0 4 1 0 0 20 0 18 0 23298325 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901850782808 139901899363468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17281] ppid=17268 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) R 17268 17271 14474 0 -1 4202560 117 0 0 0 4 2 0 0 20 0 18 0 23298325 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901731335208 139901898077889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17282] ppid=17268 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17268 17271 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23298326 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901719135240 242170770492 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17283] ppid=17268 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17268 17271 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23298327 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901718082680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17284] ppid=17268 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17268 17271 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23298327 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901717030024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17285] ppid=17268 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23298330 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139901715978768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17286] ppid=17268 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/17271/task/17286/stat : 17286 (java) S 17268 17271 14474 0 -1 4202560 2143 0 0 0 23 0 0 0 20 0 18 0 23298330 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139900976359992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17287] ppid=17268 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/17271/task/17287/stat : 17287 (java) S 17268 17271 14474 0 -1 4202560 2885 0 0 0 28 0 0 0 20 0 18 0 23298330 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139900975307448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17288] ppid=17268 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17288/stat : 17288 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23298330 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139900974255096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17289] ppid=17268 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17289/stat : 17289 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23298330 9787879424 98472 33554432000 1073741824 1073778376 140735206779344 139900973202760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 4.04 4.06 4.06 7/220 17293
/proc/meminfo: memFree=28348444/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=9824732 CPUtime=6.91 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17268 17271 14474 0 -1 4202496 14948 0 1 0 666 25 0 0 20 0 22 0 23298323 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 140735206770480 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 2456183 115726 2277 9 0 2446860 0
[pid=17271/tid=17273] ppid=17268 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17268 17271 14474 0 -1 4202560 2542 0 1 0 134 6 0 0 20 0 22 0 23298324 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901895607160 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17271/tid=17274] ppid=17268 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17268 17271 14474 0 -1 4202560 192 0 0 0 6 2 0 0 20 0 22 0 23298325 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901857097896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17275] ppid=17268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17268 17271 14474 0 -1 4202560 159 0 0 0 5 1 0 0 20 0 22 0 23298325 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901856045352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17276] ppid=17268 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17268 17271 14474 0 -1 4202560 150 0 0 0 10 3 0 0 20 0 22 0 23298325 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901854992808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17271/tid=17277] ppid=17268 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17268 17271 14474 0 -1 4202560 136 0 0 0 7 2 0 0 20 0 22 0 23298325 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901853940264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17278] ppid=17268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17268 17271 14474 0 -1 4202560 152 0 0 0 4 2 0 0 20 0 22 0 23298325 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901852887720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17279] ppid=17268 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17268 17271 14474 0 -1 4202560 196 0 0 0 15 4 0 0 20 0 22 0 23298325 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901851835176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17280] ppid=17268 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17268 17271 14474 0 -1 4202560 124 0 0 0 7 2 0 0 20 0 22 0 23298325 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901850782632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17281] ppid=17268 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17268 17271 14474 0 -1 4202560 130 0 0 0 7 2 0 0 20 0 22 0 23298325 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901731335208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17282] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17268 17271 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23298326 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901719136360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17283] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17268 17271 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23298327 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901718082680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17284] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17268 17271 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23298327 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901717030024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17285] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139901715978768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17286] ppid=17268 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/17271/task/17286/stat : 17286 (java) S 17268 17271 14474 0 -1 4202560 3183 0 0 0 75 0 0 0 20 0 22 0 23298330 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139900976359992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17287] ppid=17268 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/17271/task/17287/stat : 17287 (java) S 17268 17271 14474 0 -1 4202560 6474 0 0 0 100 0 0 0 20 0 22 0 23298330 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139900975307448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17288] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17288/stat : 17288 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139900974255096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17289] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17289/stat : 17289 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139900973202760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17290] ppid=17268 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/17271/task/17290/stat : 17290 (java) R 17268 17271 14474 0 -1 4202560 16 0 0 0 138 0 0 0 20 0 22 0 23298491 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139900972147144 139901732220446 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17271/tid=17291] ppid=17268 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/17271/task/17291/stat : 17291 (java) R 17268 17271 14474 0 -1 4202560 30 0 0 0 140 0 0 0 20 0 22 0 23298491 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139900971093992 139901732234860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17292] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17292/stat : 17292 (java) S 17268 17271 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23298506 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139900970042408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17293] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17293/stat : 17293 (java) S 17268 17271 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23298507 10060525568 115726 33554432000 1073741824 1073778376 140735206779344 139900968989864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.12 4.08 4.07 5/220 17293
/proc/meminfo: memFree=28345896/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=9824732 CPUtime=13.66 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17268 17271 14474 0 -1 4202496 17712 0 1 0 1340 26 0 0 20 0 22 0 23298323 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 140735206770480 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 2456183 117173 2282 9 0 2446860 0
[pid=17271/tid=17273] ppid=17268 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17268 17271 14474 0 -1 4202560 2543 0 1 0 134 6 0 0 20 0 22 0 23298324 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901895607160 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17274] ppid=17268 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17268 17271 14474 0 -1 4202560 192 0 0 0 6 2 0 0 20 0 22 0 23298325 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901857097896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17275] ppid=17268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17268 17271 14474 0 -1 4202560 159 0 0 0 5 1 0 0 20 0 22 0 23298325 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901856045352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17276] ppid=17268 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17268 17271 14474 0 -1 4202560 150 0 0 0 10 3 0 0 20 0 22 0 23298325 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901854992808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17271/tid=17277] ppid=17268 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17268 17271 14474 0 -1 4202560 136 0 0 0 7 2 0 0 20 0 22 0 23298325 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901853940264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17278] ppid=17268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17268 17271 14474 0 -1 4202560 152 0 0 0 4 2 0 0 20 0 22 0 23298325 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901852887720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17279] ppid=17268 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17268 17271 14474 0 -1 4202560 196 0 0 0 15 4 0 0 20 0 22 0 23298325 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901851835176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17280] ppid=17268 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17268 17271 14474 0 -1 4202560 124 0 0 0 7 2 0 0 20 0 22 0 23298325 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901850782632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17281] ppid=17268 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17268 17271 14474 0 -1 4202560 130 0 0 0 7 2 0 0 20 0 22 0 23298325 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901731335208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17282] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17268 17271 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23298326 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901719136360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17283] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17268 17271 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23298327 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901718082680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17284] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17268 17271 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23298327 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901717030024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17285] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139901715978768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17286] ppid=17268 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/17271/task/17286/stat : 17286 (java) S 17268 17271 14474 0 -1 4202560 5915 0 0 0 94 0 0 0 20 0 22 0 23298330 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139900976359992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17287] ppid=17268 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/17271/task/17287/stat : 17287 (java) S 17268 17271 14474 0 -1 4202560 6502 0 0 0 118 0 0 0 20 0 22 0 23298330 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139900975307448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17288] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17288/stat : 17288 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139900974255096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17289] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17289/stat : 17289 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 117173 33554432000 1073741824 1073778376 140735206779344 139900973202760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17290] ppid=17268 vsize=9824732 CPUtime=4.55 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.08 4.12 4.08 5/220 17380
/proc/meminfo: memFree=24230576/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=9824732 CPUtime=1658.86 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17268 17271 14474 0 -1 4202496 34919 0 1 0 165541 345 0 0 20 0 22 0 23298323 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 140735206770480 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 2456183 1209808 2293 9 0 2446860 0
[pid=17271/tid=17273] ppid=17268 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17268 17271 14474 0 -1 4202560 2573 0 1 0 137 7 0 0 20 0 22 0 23298324 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901895607160 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17274] ppid=17268 vsize=9824732 CPUtime=6.77 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17268 17271 14474 0 -1 4202560 1032 0 0 0 639 38 0 0 20 0 22 0 23298325 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901857097896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17275] ppid=17268 vsize=9824732 CPUtime=6.33 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17268 17271 14474 0 -1 4202560 1256 0 0 0 600 33 0 0 20 0 22 0 23298325 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901856045352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17276] ppid=17268 vsize=9824732 CPUtime=7.14 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17268 17271 14474 0 -1 4202560 900 0 0 0 674 40 0 0 20 0 22 0 23298325 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901854992808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17271/tid=17277] ppid=17268 vsize=9824732 CPUtime=6.62 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17268 17271 14474 0 -1 4202560 1072 0 0 0 623 39 0 0 20 0 22 0 23298325 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901853940264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17278] ppid=17268 vsize=9824732 CPUtime=6.59 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17268 17271 14474 0 -1 4202560 938 0 0 0 625 34 0 0 20 0 22 0 23298325 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901852887720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17279] ppid=17268 vsize=9824732 CPUtime=7.52 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17268 17271 14474 0 -1 4202560 1007 0 0 0 714 38 0 0 20 0 22 0 23298325 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901851835176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17271/tid=17280] ppid=17268 vsize=9824732 CPUtime=6.96 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17268 17271 14474 0 -1 4202560 964 0 0 0 657 39 0 0 20 0 22 0 23298325 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901850782632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17281] ppid=17268 vsize=9824732 CPUtime=6.99 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17268 17271 14474 0 -1 4202560 1092 0 0 0 663 36 0 0 20 0 22 0 23298325 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901731335208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17271/tid=17282] ppid=17268 vsize=9824732 CPUtime=14.61 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17268 17271 14474 0 -1 4202560 4503 0 0 0 1451 10 0 0 20 0 22 0 23298326 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901719136360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17283] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17268 17271 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23298327 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901718082680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17284] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17268 17271 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23298327 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901717030024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17285] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139901715978768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17286] ppid=17268 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/17271/task/17286/stat : 17286 (java) S 17268 17271 14474 0 -1 4202560 10216 0 0 0 214 2 0 0 20 0 22 0 23298330 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139900976359992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17287] ppid=17268 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/17271/task/17287/stat : 17287 (java) S 17268 17271 14474 0 -1 4202560 6504 0 0 0 146 0 0 0 20 0 22 0 23298330 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139900975307448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17288] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17288/stat : 17288 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139900974255096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17289] ppid=17268 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/17271/task/17289/stat : 17289 (java) S 17268 17271 14474 0 -1 4202560 47 0 0 0 16 16 0 0 20 0 22 0 23298330 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139900973202760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17290] ppid=17268 vsize=9824732 CPUtime=792.02 cores=0,2,4,6
/proc/17271/task/17290/stat : 17290 (java) R 17268 17271 14474 0 -1 4202560 91 0 0 0 79187 15 0 0 20 0 22 0 23298491 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139900972145824 139901732151316 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17291] ppid=17268 vsize=9824732 CPUtime=792.15 cores=0,2,4,6
/proc/17271/task/17291/stat : 17291 (java) R 17268 17271 14474 0 -1 4202560 1458 0 0 0 79182 33 0 0 20 0 22 0 23298491 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139900971092464 139901732147267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17292] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17292/stat : 17292 (java) S 17268 17271 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23298506 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139900970042408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17293] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17293/stat : 17293 (java) S 17268 17271 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23298507 10060525568 1209808 33554432000 1073741824 1073778376 140735206779344 139900968989864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1658.86
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.03 4.10 4.07 5/220 17382
/proc/meminfo: memFree=24131484/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=9824732 CPUtime=1782.62 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17268 17271 14474 0 -1 4202496 35330 0 1 0 177911 351 0 0 20 0 22 0 23298323 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 140735206770480 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 2456183 1247976 2293 9 0 2446860 0
[pid=17271/tid=17273] ppid=17268 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17268 17271 14474 0 -1 4202560 2577 0 1 0 137 7 0 0 20 0 22 0 23298324 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901895607160 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17274] ppid=17268 vsize=9824732 CPUtime=7.85 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17268 17271 14474 0 -1 4202560 1050 0 0 0 746 39 0 0 20 0 22 0 23298325 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901857097896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17275] ppid=17268 vsize=9824732 CPUtime=7.24 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17268 17271 14474 0 -1 4202560 1258 0 0 0 691 33 0 0 20 0 22 0 23298325 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901856045352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17276] ppid=17268 vsize=9824732 CPUtime=8.23 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17268 17271 14474 0 -1 4202560 970 0 0 0 782 41 0 0 20 0 22 0 23298325 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901854992808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17277] ppid=17268 vsize=9824732 CPUtime=7.42 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17268 17271 14474 0 -1 4202560 1087 0 0 0 703 39 0 0 20 0 22 0 23298325 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901853940264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17278] ppid=17268 vsize=9824732 CPUtime=7.68 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17268 17271 14474 0 -1 4202560 1024 0 0 0 733 35 0 0 20 0 22 0 23298325 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901852887720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17279] ppid=17268 vsize=9824732 CPUtime=8.33 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17268 17271 14474 0 -1 4202560 1015 0 0 0 795 38 0 0 20 0 22 0 23298325 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901851835176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17271/tid=17280] ppid=17268 vsize=9824732 CPUtime=8.28 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17268 17271 14474 0 -1 4202560 1071 0 0 0 788 40 0 0 20 0 22 0 23298325 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901850782632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17281] ppid=17268 vsize=9824732 CPUtime=7.57 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17268 17271 14474 0 -1 4202560 1182 0 0 0 721 36 0 0 20 0 22 0 23298325 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901731335208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17282] ppid=17268 vsize=9824732 CPUtime=14.62 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17268 17271 14474 0 -1 4202560 4507 0 0 0 1451 11 0 0 20 0 22 0 23298326 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901719136360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17283] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17268 17271 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23298327 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901718082680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17284] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17268 17271 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23298327 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901717030024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17285] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139901715978768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17286] ppid=17268 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/17271/task/17286/stat : 17286 (java) S 17268 17271 14474 0 -1 4202560 10216 0 0 0 214 2 0 0 20 0 22 0 23298330 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139900976359992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17287] ppid=17268 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/17271/task/17287/stat : 17287 (java) S 17268 17271 14474 0 -1 4202560 6504 0 0 0 146 0 0 0 20 0 22 0 23298330 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139900975307448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17288] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17288/stat : 17288 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139900974255096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17289] ppid=17268 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/17271/task/17289/stat : 17289 (java) S 17268 17271 14474 0 -1 4202560 51 0 0 0 17 16 0 0 20 0 22 0 23298330 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139900973202760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17290] ppid=17268 vsize=9824732 CPUtime=850.06 cores=0,2,4,6
/proc/17271/task/17290/stat : 17290 (java) R 17268 17271 14474 0 -1 4202560 92 0 0 0 84991 15 0 0 20 0 22 0 23298491 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139900972145808 139901732219901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17291] ppid=17268 vsize=9824732 CPUtime=850.2 cores=0,2,4,6
/proc/17271/task/17291/stat : 17291 (java) R 17268 17271 14474 0 -1 4202560 1460 0 0 0 84987 33 0 0 20 0 22 0 23298491 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139900971092400 139901732106597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17292] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17292/stat : 17292 (java) S 17268 17271 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23298506 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139900970042408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17293] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17293/stat : 17293 (java) S 17268 17271 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23298507 10060525568 1247976 33554432000 1073741824 1073778376 140735206779344 139900968989864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782.62
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+890.801 s]
/proc/loadavg: 4.02 4.09 4.07 5/221 17385
/proc/meminfo: memFree=24047052/32872528 swapFree=338416/354768
[pid=17271] ppid=17268 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17268 17271 14474 0 -1 4202496 35399 0 1 0 179656 353 0 0 20 0 22 0 23298323 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 140735206770480 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17271/statm: 2456183 1268936 2293 9 0 2446860 0
[pid=17271/tid=17273] ppid=17268 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17268 17271 14474 0 -1 4202560 2577 0 1 0 137 7 0 0 20 0 22 0 23298324 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901895607160 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17274] ppid=17268 vsize=9824732 CPUtime=7.98 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17268 17271 14474 0 -1 4202560 1072 0 0 0 758 40 0 0 20 0 22 0 23298325 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901857097896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17275] ppid=17268 vsize=9824732 CPUtime=7.38 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17268 17271 14474 0 -1 4202560 1262 0 0 0 705 33 0 0 20 0 22 0 23298325 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901856045352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17276] ppid=17268 vsize=9824732 CPUtime=8.31 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17268 17271 14474 0 -1 4202560 975 0 0 0 790 41 0 0 20 0 22 0 23298325 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901854992808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17277] ppid=17268 vsize=9824732 CPUtime=7.53 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17268 17271 14474 0 -1 4202560 1089 0 0 0 714 39 0 0 20 0 22 0 23298325 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901853940264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17278] ppid=17268 vsize=9824732 CPUtime=7.77 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17268 17271 14474 0 -1 4202560 1026 0 0 0 742 35 0 0 20 0 22 0 23298325 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901852887720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17271/tid=17279] ppid=17268 vsize=9824732 CPUtime=8.48 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17268 17271 14474 0 -1 4202560 1018 0 0 0 809 39 0 0 20 0 22 0 23298325 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901851835176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17280] ppid=17268 vsize=9824732 CPUtime=8.44 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17268 17271 14474 0 -1 4202560 1091 0 0 0 804 40 0 0 20 0 22 0 23298325 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901850782632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17281] ppid=17268 vsize=9824732 CPUtime=7.74 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17268 17271 14474 0 -1 4202560 1192 0 0 0 737 37 0 0 20 0 22 0 23298325 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901731335208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17282] ppid=17268 vsize=9824732 CPUtime=14.62 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17268 17271 14474 0 -1 4202560 4507 0 0 0 1451 11 0 0 20 0 22 0 23298326 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901719136360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17283] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17268 17271 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23298327 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901718082680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17284] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17268 17271 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23298327 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901717030024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17285] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139901715978768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17286] ppid=17268 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/17271/task/17286/stat : 17286 (java) S 17268 17271 14474 0 -1 4202560 10216 0 0 0 214 2 0 0 20 0 22 0 23298330 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139900976359992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17287] ppid=17268 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/17271/task/17287/stat : 17287 (java) S 17268 17271 14474 0 -1 4202560 6504 0 0 0 146 0 0 0 20 0 22 0 23298330 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139900975307448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17288] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17288/stat : 17288 (java) S 17268 17271 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23298330 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139900974255096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17271/tid=17289] ppid=17268 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/17271/task/17289/stat : 17289 (java) S 17268 17271 14474 0 -1 4202560 51 0 0 0 18 16 0 0 20 0 22 0 23298330 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139900973202760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17290] ppid=17268 vsize=9824732 CPUtime=858.29 cores=0,2,4,6
/proc/17271/task/17290/stat : 17290 (java) R 17268 17271 14474 0 -1 4202560 93 0 0 0 85813 16 0 0 20 0 22 0 23298491 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139900972145824 139901732220033 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17271/tid=17291] ppid=17268 vsize=9824732 CPUtime=858.43 cores=0,2,4,6
/proc/17271/task/17291/stat : 17291 (java) R 17268 17271 14474 0 -1 4202560 1460 0 0 0 85809 34 0 0 20 0 22 0 23298491 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139900971092368 139901732167112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17292] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17292/stat : 17292 (java) S 17268 17271 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23298506 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139900970042408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17271/tid=17293] ppid=17268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17293/stat : 17293 (java) S 17268 17271 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23298507 10060525568 1268936 33554432000 1073741824 1073778376 140735206779344 139900968989864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

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

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

Child status: 143
Real time (s): 890.857
CPU time (s): 1800.79
CPU user time (s): 1796.72
CPU system time (s): 4.07138
CPU usage (%): 202.141
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.72
system time used= 4.07138
maximum resident set size= 5075888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35440
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23377
involuntary context switches= 39771

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82211 second user time and 7.2569 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 03:15:16
IDJOB=4101074
IDBENCH=1697
IDSOLVER=2543
FILE ID=node126/4101074-1466212516
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= bac9a878c3cd85b78fbd03dede34f379
RANDOM SEED=713266995

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        28800800 kB
Buffers:           47512 kB
Cached:            98204 kB
SwapCached:         1060 kB
Active:          2910356 kB
Inactive:          92364 kB
Active(anon):    2858396 kB
Inactive(anon):      960 kB
Active(file):      51960 kB
Inactive(file):    91404 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:              6248 kB
Writeback:             0 kB
AnonPages:       3217420 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             571436 kB
SReclaimable:      15464 kB
SUnreclaim:       555972 kB
KernelStack:        1600 kB
PageTables:        10624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3390604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2830336 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 node126 at 2016-06-18 03:30:07