Trace number 4099874

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.6 893.455

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3702.opb
MD5SUM923982c51ba218a8e62dc99222f9f8f7
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654991
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654991
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
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 Expensive 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.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
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 phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4099874-1466207038.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
3.32/1.94	c ... done. Wall clock time 1.821s.
3.32/1.94	c declared #vars     155000
3.32/1.94	c #constraints  5300
3.32/1.94	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.32/1.94	c constraints type 
3.32/1.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
3.32/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5268
3.32/1.94	c 5300 constraints processed.
3.32/1.94	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.32/1.94	c constraints type 
3.32/1.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
3.32/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5268
3.32/1.94	c 5300 constraints processed.
3.32/1.94	c objective function length is 155000 literals
9.43/4.40	c cleaning 2502 clauses out of 5003 with flag 10006/5003
17.43/8.00	c cleaning 4249 clauses out of 8498 with flag 22013/11000
24.86/11.53	c cleaning 5625 clauses out of 11250 with flag 36041/18001
33.24/15.66	c cleaning 6815 clauses out of 13630 with flag 52051/26006
42.85/20.69	c cleaning 7907 clauses out of 15813 with flag 70054/35004
53.34/25.87	c cleaning 8955 clauses out of 17909 with flag 90060/45007
63.75/31.03	c cleaning 9975 clauses out of 19949 with flag 112051/56002
75.34/36.76	c cleaning 10985 clauses out of 21976 with flag 136056/68004
87.18/42.66	c cleaning 11989 clauses out of 23991 with flag 162056/81004
101.97/50.26	c cleaning 12999 clauses out of 25998 with flag 190054/95000
116.57/57.55	c cleaning 13998 clauses out of 28000 with flag 220057/110001
132.08/65.27	c cleaning 15001 clauses out of 30002 with flag 252058/126001
149.30/73.74	c cleaning 15994 clauses out of 32003 with flag 286062/143003
166.32/82.21	c cleaning 17005 clauses out of 34009 with flag 322069/161003
184.73/91.46	c cleaning 18003 clauses out of 36007 with flag 360076/180006
203.92/101.00	c cleaning 18995 clauses out of 37998 with flag 400065/200000
226.83/112.72	c cleaning 19997 clauses out of 40008 with flag 442078/221005
251.13/124.83	c cleaning 21004 clauses out of 42008 with flag 486076/243002
272.52/135.41	c cleaning 22001 clauses out of 44005 with flag 532078/266003
292.36/145.21	c cleaning 22999 clauses out of 46001 with flag 580085/290000
310.54/154.37	c cleaning 23975 clauses out of 48002 with flag 632904/315000
333.75/165.89	c cleaning 24999 clauses out of 50029 with flag 698048/341002
364.82/181.26	c cleaning 25996 clauses out of 52028 with flag 753609/368000
404.56/200.89	c cleaning 27001 clauses out of 54033 with flag 810995/396001
441.96/219.57	c cleaning 27996 clauses out of 56031 with flag 870169/425000
483.25/240.02	c cleaning 29002 clauses out of 58035 with flag 931418/455000
523.44/260.13	c cleaning 29992 clauses out of 60034 with flag 994985/486001
559.85/278.39	c cleaning 31000 clauses out of 62041 with flag 1060564/518000
600.57/298.59	c cleaning 32003 clauses out of 64043 with flag 1128391/551002
639.17/317.85	c cleaning 33003 clauses out of 66041 with flag 1198147/585003
679.96/338.22	c cleaning 34003 clauses out of 68037 with flag 1270172/620002
724.34/360.20	c cleaning 34998 clauses out of 70032 with flag 1343889/656000
774.75/385.79	c cleaning 36002 clauses out of 72036 with flag 1419664/693002
818.52/407.50	c cleaning 36994 clauses out of 74033 with flag 1498013/731001
862.11/429.15	c cleaning 37994 clauses out of 76039 with flag 1599901/770001
917.74/456.86	c cleaning 39000 clauses out of 78046 with flag 1690500/810002
985.65/490.62	c cleaning 40000 clauses out of 80045 with flag 1775005/851001
1061.44/527.93	c cleaning 40997 clauses out of 82044 with flag 1860374/893000
1143.76/568.76	c cleaning 42000 clauses out of 84047 with flag 1948072/936000
1228.38/610.60	c cleaning 43000 clauses out of 86048 with flag 2037754/980001
1332.93/662.29	c cleaning 44002 clauses out of 88050 with flag 2129366/1025003
1433.48/712.51	c cleaning 44996 clauses out of 90047 with flag 2222905/1071002
1501.19/746.12	c cleaning 45997 clauses out of 92052 with flag 2321568/1118003
1628.83/809.03	c cleaning 46996 clauses out of 94052 with flag 2431776/1166000
1716.42/852.29	c cleaning 48003 clauses out of 96057 with flag 2532183/1215001
1800.01/893.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/893.40	c starts		: 2
1800.01/893.41	c conflicts		: 1264405
1800.01/893.41	c decisions		: 1452662
1800.01/893.41	c propagations		: 158399493
1800.01/893.41	c inspects		: 6375422659
1800.01/893.41	c shortcuts		: 0
1800.01/893.41	c learnt literals	: 0
1800.01/893.41	c learnt binary clauses	: 0
1800.01/893.41	c learnt ternary clauses	: 0
1800.01/893.41	c learnt constraints	: 1264405
1800.01/893.41	c ignored constraints	: 0
1800.01/893.41	c root simplifications	: 0
1800.01/893.41	c removed literals (reason simplification)	: 3979331
1800.01/893.41	c reason swapping (by a shorter reason)	: 0
1800.01/893.41	c Calls to reduceDB	: 45
1800.01/893.41	c Number of update (reduction) of LBD	: 20385
1800.01/893.41	c Imported unit clauses	: 0
1800.01/893.41	c number of reductions to clauses (during analyze)	: 0
1800.01/893.41	c number of learned constraints concerned by reduction	: 0
1800.01/893.41	c number of learning phase by resolution	: 0
1800.01/893.41	c number of learning phase by cutting planes	: 0
1800.01/893.41	c speed (assignments/second)	: 177714.57982259901
1800.01/893.41	c non guided choices	87704
1800.01/893.43	c learnt constraints type 
1800.01/893.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97458
1800.01/893.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/893.43	c starts		: 3
1800.01/893.43	c conflicts		: 1077
1800.01/893.43	c decisions		: 4024348
1800.01/893.43	c propagations		: 24126730
1800.01/893.43	c inspects		: 243311533
1800.01/893.43	c shortcuts		: 0
1800.01/893.43	c learnt literals	: 0
1800.01/893.43	c learnt binary clauses	: 0
1800.01/893.43	c learnt ternary clauses	: 0
1800.01/893.43	c learnt constraints	: 1077
1800.01/893.43	c ignored constraints	: 0
1800.01/893.43	c root simplifications	: 0
1800.01/893.43	c removed literals (reason simplification)	: 0
1800.01/893.43	c reason swapping (by a shorter reason)	: 0
1800.01/893.43	c Calls to reduceDB	: 0
1800.01/893.43	c Number of update (reduction) of LBD	: 0
1800.01/893.43	c Imported unit clauses	: 0
1800.01/893.43	c number of reductions to clauses (during analyze)	: 0
1800.01/893.43	c number of learned constraints concerned by reduction	: 0
1800.01/893.43	c number of learning phase by resolution	: 0
1800.01/893.43	c number of learning phase by cutting planes	: 0
1800.01/893.43	c speed (assignments/second)	: 27067.9010614344
1800.01/893.43	c non guided choices	0
1800.01/893.43	c learnt constraints type 
1800.01/893.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 23
1800.01/893.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1054
1800.01/893.43	s UNKNOWN
1800.01/893.43	c Total wall clock time (in seconds): 893.316

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-4099874-1466207038/watcher-4099874-1466207038 -o /tmp/evaluation-result-4099874-1466207038/solver-4099874-1466207038 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22606 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099874-1466207038.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.09 3.92 2.59 4/197 25553
/proc/meminfo: memFree=27704784/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/25553/stat : 25553 (java) R 25550 25553 22589 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 22749285 9445376 96 33554432000 1073741824 1073778376 140734872382352 140734872379480 211449592385 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2290 84 63 9 0 38 0

[startup+0.100113 s]
/proc/loadavg: 4.09 3.92 2.59 4/197 25553
/proc/meminfo: memFree=27704784/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25553/stat : 25553 (java) S 25550 25553 22589 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 22749285 9787879424 6026 33554432000 1073741824 1073778376 140734872382352 140734872373488 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2389619 6026 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 4.09 3.92 2.59 4/197 25553
/proc/meminfo: memFree=27704784/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/25553/stat : 25553 (java) S 25550 25553 22589 0 -1 4202496 4973 0 1 0 26 1 0 0 20 0 18 0 22749285 9787879424 8400 33554432000 1073741824 1073778376 140734872382352 140734872373488 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2389619 8400 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300291 s]
/proc/loadavg: 4.09 3.92 2.59 4/197 25553
/proc/meminfo: memFree=27704784/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/25553/stat : 25553 (java) S 25550 25553 22589 0 -1 4202496 5455 0 1 0 43 2 0 0 20 0 18 0 22749285 9787879424 14767 33554432000 1073741824 1073778376 140734872382352 140734872373488 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2389619 14767 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 4.09 3.92 2.59 4/197 25553
/proc/meminfo: memFree=27704784/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9558476 CPUtime=1.26 cores=1,3,5,7
/proc/25553/stat : 25553 (java) S 25550 25553 22589 0 -1 4202496 8004 0 1 0 118 8 0 0 20 0 18 0 22749285 9787879424 49320 33554432000 1073741824 1073778376 140734872382352 140734872373488 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2389619 49320 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 4.09 3.92 2.59 4/215 25571
/proc/meminfo: memFree=27444084/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9558476 CPUtime=2.6 cores=1,3,5,7
/proc/25553/stat : 25553 (java) S 25550 25553 22589 0 -1 4202496 9012 0 1 0 233 27 0 0 20 0 18 0 22749285 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140734872373488 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2389619 110935 2269 9 0 2380296 0
[pid=25553/tid=25555] ppid=25550 vsize=9558476 CPUtime=1.25 cores=1,3,5,7
/proc/25553/task/25555/stat : 25555 (java) S 25550 25553 22589 0 -1 4202560 2530 0 1 0 119 6 0 0 20 0 18 0 22749286 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657930399112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25556] ppid=25550 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25553/task/25556/stat : 25556 (java) R 25550 25553 22589 0 -1 4202560 265 0 0 0 6 3 0 0 20 0 18 0 22749287 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657902853208 140657937296068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25557] ppid=25550 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/25553/task/25557/stat : 25557 (java) R 25550 25553 22589 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 18 0 22749287 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657901800664 140657932871411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25558] ppid=25550 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/25553/task/25558/stat : 25558 (java) R 25550 25553 22589 0 -1 4202560 164 0 0 0 9 3 0 0 20 0 18 0 22749287 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657900747608 140657937298514 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25559] ppid=25550 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/25553/task/25559/stat : 25559 (java) R 25550 25553 22589 0 -1 4202560 50 0 0 0 5 3 0 0 20 0 18 0 22749287 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657899695064 140657934575791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25560] ppid=25550 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25553/task/25560/stat : 25560 (java) R 25550 25553 22589 0 -1 4202560 138 0 0 0 9 2 0 0 20 0 18 0 22749287 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657898641712 140657937296300 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25561] ppid=25550 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/25553/task/25561/stat : 25561 (java) R 25550 25553 22589 0 -1 4202560 162 0 0 0 3 2 0 0 20 0 18 0 22749287 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657768835800 140657937298632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25562] ppid=25550 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/25553/task/25562/stat : 25562 (java) R 25550 25553 22589 0 -1 4202560 159 0 0 0 9 4 0 0 20 0 18 0 22749287 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657767782744 140657934562092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25563] ppid=25550 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/25553/task/25563/stat : 25563 (java) R 25550 25553 22589 0 -1 4202560 82 0 0 0 7 3 0 0 20 0 18 0 22749287 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657766730200 140657934575791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25564] ppid=25550 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25564/stat : 25564 (java) S 25550 25553 22589 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22749288 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657283782408 211462173756 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25565] ppid=25550 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25565/stat : 25565 (java) S 25550 25553 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22749289 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657282729848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25566] ppid=25550 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25566/stat : 25566 (java) S 25550 25553 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22749289 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657281676680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25567] ppid=25550 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25567/stat : 25567 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22749291 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657280625424 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25568] ppid=25550 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/25553/task/25568/stat : 25568 (java) S 25550 25553 22589 0 -1 4202560 1231 0 0 0 19 0 0 0 20 0 18 0 22749291 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657279572280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25569] ppid=25550 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/25553/task/25569/stat : 25569 (java) S 25550 25553 22589 0 -1 4202560 2878 0 0 0 28 0 0 0 20 0 18 0 22749291 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657278519736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25570] ppid=25550 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25570/stat : 25570 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22749291 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657277466872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25571] ppid=25550 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25571/stat : 25571 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22749291 9787879424 110935 33554432000 1073741824 1073778376 140734872382352 140657276414536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 9558476

[startup+3.10092 s]
/proc/loadavg: 4.09 3.92 2.59 7/219 25575
/proc/meminfo: memFree=27233280/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9824732 CPUtime=6.8 cores=1,3,5,7
/proc/25553/stat : 25553 (java) S 25550 25553 22589 0 -1 4202496 21187 0 1 0 648 32 0 0 20 0 22 0 22749285 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140734872373488 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2456183 120300 2284 9 0 2446860 0
[pid=25553/tid=25555] ppid=25550 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/25553/task/25555/stat : 25555 (java) S 25550 25553 22589 0 -1 4202560 2538 0 1 0 161 6 0 0 20 0 22 0 22749286 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657930400632 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25556] ppid=25550 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/25553/task/25556/stat : 25556 (java) S 25550 25553 22589 0 -1 4202560 269 0 0 0 7 3 0 0 20 0 22 0 22749287 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657902853032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25557] ppid=25550 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25553/task/25557/stat : 25557 (java) S 25550 25553 22589 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 22749287 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657901800488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25558] ppid=25550 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/25553/task/25558/stat : 25558 (java) S 25550 25553 22589 0 -1 4202560 173 0 0 0 12 4 0 0 20 0 22 0 22749287 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657900747432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25559] ppid=25550 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/25553/task/25559/stat : 25559 (java) S 25550 25553 22589 0 -1 4202560 56 0 0 0 7 3 0 0 20 0 22 0 22749287 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657899694888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25560] ppid=25550 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/25553/task/25560/stat : 25560 (java) S 25550 25553 22589 0 -1 4202560 140 0 0 0 9 3 0 0 20 0 22 0 22749287 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657898641832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25561] ppid=25550 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25553/task/25561/stat : 25561 (java) S 25550 25553 22589 0 -1 4202560 165 0 0 0 4 2 0 0 20 0 22 0 22749287 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657768835624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25562] ppid=25550 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/25553/task/25562/stat : 25562 (java) S 25550 25553 22589 0 -1 4202560 169 0 0 0 12 4 0 0 20 0 22 0 22749287 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657767782568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25563] ppid=25550 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/25553/task/25563/stat : 25563 (java) S 25550 25553 22589 0 -1 4202560 85 0 0 0 8 3 0 0 20 0 22 0 22749287 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657766730024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25564] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25564/stat : 25564 (java) S 25550 25553 22589 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22749288 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657283783528 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25565] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25565/stat : 25565 (java) S 25550 25553 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22749289 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657282729848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25566] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25566/stat : 25566 (java) S 25550 25553 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22749289 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657281676680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25567] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25567/stat : 25567 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657280625424 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25568] ppid=25550 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/25553/task/25568/stat : 25568 (java) R 25550 25553 22589 0 -1 4202560 6544 0 0 0 82 2 0 0 20 0 22 0 22749291 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657279572280 140657934517622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25569] ppid=25550 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/25553/task/25569/stat : 25569 (java) S 25550 25553 22589 0 -1 4202560 9505 0 0 0 95 2 0 0 20 0 22 0 22749291 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657278519736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25570] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25570/stat : 25570 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657277466872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25571] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25571/stat : 25571 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657276414536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25572] ppid=25550 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/25553/task/25572/stat : 25572 (java) R 25550 25553 22589 0 -1 4202560 21 0 0 0 114 0 0 0 20 0 22 0 22749480 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657275360280 140657780870802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25573] ppid=25550 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/25553/task/25573/stat : 25573 (java) R 25550 25553 22589 0 -1 4202560 24 0 0 0 114 0 0 0 20 0 22 0 22749480 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657274307688 140657780841561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25574] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25574/stat : 25574 (java) S 25550 25553 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749495 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657273255208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25575] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25575/stat : 25575 (java) S 25550 25553 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749495 10060525568 120300 33554432000 1073741824 1073778376 140734872382352 140657272202664 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.09 3.92 2.60 5/219 25575
/proc/meminfo: memFree=27125876/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9824732 CPUtime=13.74 cores=1,3,5,7
/proc/25553/stat : 25553 (java) S 25550 25553 22589 0 -1 4202496 24336 0 1 0 1332 42 0 0 20 0 22 0 22749285 10060525568 178396 33554432000 1073741824 1073778376 140734872382352 140734872373488 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2456183 178396 2290 9 0 2446860 0
[pid=25553/tid=25555] ppid=25550 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/25553/task/25555/stat : 25555 (java) S 25550 25553 22589 0 -1 4202560 2538 0 1 0 161 6 0 0 20 0 22 0 22749286 10060525568 178396 33554432000 1073741824 1073778376 140734872382352 140657930400632 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25556] ppid=25550 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/25553/task/25556/stat : 25556 (java) S 25550 25553 22589 0 -1 4202560 284 0 0 0 10 4 0 0 20 0 22 0 22749287 10060525568 178396 33554432000 1073741824 1073778376 140734872382352 140657902853032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25557] ppid=25550 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/25553/task/25557/stat : 25557 (java) S 25550 25553 22589 0 -1 4202560 59 0 0 0 6 4 0 0 20 0 22 0 22749287 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657901800488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25558] ppid=25550 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/25553/task/25558/stat : 25558 (java) S 25550 25553 22589 0 -1 4202560 201 0 0 0 14 5 0 0 20 0 22 0 22749287 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657900747432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25559] ppid=25550 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/25553/task/25559/stat : 25559 (java) S 25550 25553 22589 0 -1 4202560 81 0 0 0 10 4 0 0 20 0 22 0 22749287 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657899694888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25560] ppid=25550 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/25553/task/25560/stat : 25560 (java) S 25550 25553 22589 0 -1 4202560 156 0 0 0 12 4 0 0 20 0 22 0 22749287 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657898641832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25561] ppid=25550 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/25553/task/25561/stat : 25561 (java) S 25550 25553 22589 0 -1 4202560 178 0 0 0 6 3 0 0 20 0 22 0 22749287 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657768835624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25562] ppid=25550 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/25553/task/25562/stat : 25562 (java) S 25550 25553 22589 0 -1 4202560 201 0 0 0 15 5 0 0 20 0 22 0 22749287 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657767782568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25563] ppid=25550 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/25553/task/25563/stat : 25563 (java) S 25550 25553 22589 0 -1 4202560 116 0 0 0 10 5 0 0 20 0 22 0 22749287 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657766730024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25564] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25564/stat : 25564 (java) S 25550 25553 22589 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 22749288 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657283783528 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25565] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25565/stat : 25565 (java) S 25550 25553 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22749289 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657282729848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25566] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25566/stat : 25566 (java) S 25550 25553 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22749289 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657281676680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25567] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25567/stat : 25567 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657280625424 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25568] ppid=25550 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/25553/task/25568/stat : 25568 (java) R 25550 25553 22589 0 -1 4202560 7008 0 0 0 105 2 0 0 20 0 22 0 22749291 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657279572280 140657933008656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25569] ppid=25550 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/25553/task/25569/stat : 25569 (java) S 25550 25553 22589 0 -1 4202560 11738 0 0 0 114 3 0 0 20 0 22 0 22749291 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657278519736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25570] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25570/stat : 25570 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657277466872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25571] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25571/stat : 25571 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 178908 33554432000 1073741824 1073778376 140734872382352 140657276414536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25572] ppid=25550 vsize=9824732 CPUtime=4.26 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.07 4.09 3.47 5/219 25666
/proc/meminfo: memFree=24232116/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9824732 CPUtime=1655.8 cores=1,3,5,7
/proc/25553/stat : 25553 (java) S 25550 25553 22589 0 -1 4202496 48642 0 1 0 165341 239 0 0 20 0 22 0 22749285 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140734872373488 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2456183 904562 2298 9 0 2446860 0
[pid=25553/tid=25555] ppid=25550 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/25553/task/25555/stat : 25555 (java) S 25550 25553 22589 0 -1 4202560 2556 0 1 0 163 7 0 0 20 0 22 0 22749286 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657930400632 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25556] ppid=25550 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/25553/task/25556/stat : 25556 (java) S 25550 25553 22589 0 -1 4202560 2913 0 0 0 298 21 0 0 20 0 22 0 22749287 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657902853032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25557] ppid=25550 vsize=9824732 CPUtime=3.92 cores=1,3,5,7
/proc/25553/task/25557/stat : 25557 (java) S 25550 25553 22589 0 -1 4202560 1614 0 0 0 370 22 0 0 20 0 22 0 22749287 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657901800488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25558] ppid=25550 vsize=9824732 CPUtime=4.09 cores=1,3,5,7
/proc/25553/task/25558/stat : 25558 (java) S 25550 25553 22589 0 -1 4202560 2303 0 0 0 380 29 0 0 20 0 22 0 22749287 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657900747432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25559] ppid=25550 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/25553/task/25559/stat : 25559 (java) S 25550 25553 22589 0 -1 4202560 2748 0 0 0 296 19 0 0 20 0 22 0 22749287 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657899694888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25560] ppid=25550 vsize=9824732 CPUtime=3.63 cores=1,3,5,7
/proc/25553/task/25560/stat : 25560 (java) S 25550 25553 22589 0 -1 4202560 1888 0 0 0 342 21 0 0 20 0 22 0 22749287 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657898641832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25561] ppid=25550 vsize=9824732 CPUtime=3.57 cores=1,3,5,7
/proc/25553/task/25561/stat : 25561 (java) S 25550 25553 22589 0 -1 4202560 2991 0 0 0 335 22 0 0 20 0 22 0 22749287 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657768835624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25562] ppid=25550 vsize=9824732 CPUtime=3.65 cores=1,3,5,7
/proc/25553/task/25562/stat : 25562 (java) S 25550 25553 22589 0 -1 4202560 2446 0 0 0 343 22 0 0 20 0 22 0 22749287 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657767782568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25563] ppid=25550 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/25553/task/25563/stat : 25563 (java) S 25550 25553 22589 0 -1 4202560 1688 0 0 0 330 26 0 0 20 0 22 0 22749287 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657766730024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25564] ppid=25550 vsize=9824732 CPUtime=3.72 cores=1,3,5,7
/proc/25553/task/25564/stat : 25564 (java) S 25550 25553 22589 0 -1 4202560 2500 0 0 0 368 4 0 0 20 0 22 0 22749288 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657283783528 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25565] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25565/stat : 25565 (java) S 25550 25553 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22749289 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657282729848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25566] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25566/stat : 25566 (java) S 25550 25553 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22749289 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657281676680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25567] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25567/stat : 25567 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657280625424 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25568] ppid=25550 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/25553/task/25568/stat : 25568 (java) S 25550 25553 22589 0 -1 4202560 10263 0 0 0 155 3 0 0 20 0 22 0 22749291 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657279572280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25569] ppid=25550 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/25553/task/25569/stat : 25569 (java) S 25550 25553 22589 0 -1 4202560 11745 0 0 0 131 3 0 0 20 0 22 0 22749291 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657278519736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25570] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25570/stat : 25570 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657277466872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25571] ppid=25550 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/25553/task/25571/stat : 25571 (java) S 25550 25553 22589 0 -1 4202560 47 0 0 0 11 18 0 0 20 0 22 0 22749291 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657276414536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25572] ppid=25550 vsize=9824732 CPUtime=809.34 cores=1,3,5,7
/proc/25553/task/25572/stat : 25572 (java) R 25550 25553 22589 0 -1 4202560 212 0 0 0 80915 19 0 0 20 0 22 0 22749480 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657275359136 140657780707603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25573] ppid=25550 vsize=9824732 CPUtime=809.18 cores=1,3,5,7
/proc/25553/task/25573/stat : 25573 (java) R 25550 25553 22589 0 -1 4202560 1463 0 0 0 80883 35 0 0 20 0 22 0 22749480 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657274305728 140657780783993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25574] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25574/stat : 25574 (java) S 25550 25553 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749495 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657273255208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25575] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25575/stat : 25575 (java) S 25550 25553 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749495 10060525568 904562 33554432000 1073741824 1073778376 140734872382352 140657272202664 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1655.8
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.12 4.10 3.51 5/219 25667
/proc/meminfo: memFree=24215748/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9824732 CPUtime=1777.4 cores=1,3,5,7
/proc/25553/stat : 25553 (java) S 25550 25553 22589 0 -1 4202496 48770 0 1 0 177498 242 0 0 20 0 22 0 22749285 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140734872373488 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2456183 908705 2298 9 0 2446860 0
[pid=25553/tid=25555] ppid=25550 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/25553/task/25555/stat : 25555 (java) S 25550 25553 22589 0 -1 4202560 2557 0 1 0 163 7 0 0 20 0 22 0 22749286 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657930400632 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25556] ppid=25550 vsize=9824732 CPUtime=3.5 cores=1,3,5,7
/proc/25553/task/25556/stat : 25556 (java) S 25550 25553 22589 0 -1 4202560 2915 0 0 0 329 21 0 0 20 0 22 0 22749287 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657902853032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25557] ppid=25550 vsize=9824732 CPUtime=4.25 cores=1,3,5,7
/proc/25553/task/25557/stat : 25557 (java) S 25550 25553 22589 0 -1 4202560 1615 0 0 0 403 22 0 0 20 0 22 0 22749287 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657901800488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25558] ppid=25550 vsize=9824732 CPUtime=4.82 cores=1,3,5,7
/proc/25553/task/25558/stat : 25558 (java) S 25550 25553 22589 0 -1 4202560 2307 0 0 0 453 29 0 0 20 0 22 0 22749287 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657900747432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25559] ppid=25550 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/25553/task/25559/stat : 25559 (java) S 25550 25553 22589 0 -1 4202560 2748 0 0 0 329 19 0 0 20 0 22 0 22749287 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657899694888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25560] ppid=25550 vsize=9824732 CPUtime=3.99 cores=1,3,5,7
/proc/25553/task/25560/stat : 25560 (java) S 25550 25553 22589 0 -1 4202560 1891 0 0 0 378 21 0 0 20 0 22 0 22749287 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657898641832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25561] ppid=25550 vsize=9824732 CPUtime=3.89 cores=1,3,5,7
/proc/25553/task/25561/stat : 25561 (java) S 25550 25553 22589 0 -1 4202560 2992 0 0 0 366 23 0 0 20 0 22 0 22749287 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657768835624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25562] ppid=25550 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/25553/task/25562/stat : 25562 (java) S 25550 25553 22589 0 -1 4202560 2508 0 0 0 391 22 0 0 20 0 22 0 22749287 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657767782568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25563] ppid=25550 vsize=9824732 CPUtime=3.94 cores=1,3,5,7
/proc/25553/task/25563/stat : 25563 (java) S 25550 25553 22589 0 -1 4202560 1689 0 0 0 368 26 0 0 20 0 22 0 22749287 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657766730024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25564] ppid=25550 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/25553/task/25564/stat : 25564 (java) S 25550 25553 22589 0 -1 4202560 2545 0 0 0 368 5 0 0 20 0 22 0 22749288 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657283783528 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25565] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25565/stat : 25565 (java) S 25550 25553 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22749289 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657282729848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25566] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25566/stat : 25566 (java) S 25550 25553 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22749289 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657281676680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25567] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25567/stat : 25567 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657280625424 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25568] ppid=25550 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/25553/task/25568/stat : 25568 (java) S 25550 25553 22589 0 -1 4202560 10263 0 0 0 155 3 0 0 20 0 22 0 22749291 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657279572280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25569] ppid=25550 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/25553/task/25569/stat : 25569 (java) S 25550 25553 22589 0 -1 4202560 11745 0 0 0 131 3 0 0 20 0 22 0 22749291 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657278519736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25570] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25570/stat : 25570 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657277466872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25571] ppid=25550 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/25553/task/25571/stat : 25571 (java) S 25550 25553 22589 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 22749291 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657276414536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25572] ppid=25550 vsize=9824732 CPUtime=868.52 cores=1,3,5,7
/proc/25553/task/25572/stat : 25572 (java) R 25550 25553 22589 0 -1 4202560 214 0 0 0 86832 20 0 0 20 0 22 0 22749480 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657275358304 140657780846408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25573] ppid=25550 vsize=9824732 CPUtime=868.36 cores=1,3,5,7
/proc/25553/task/25573/stat : 25573 (java) R 25550 25553 22589 0 -1 4202560 1465 0 0 0 86800 36 0 0 20 0 22 0 22749480 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657274306608 140657780784024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25574] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25574/stat : 25574 (java) S 25550 25553 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749495 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657273255208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25575] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25575/stat : 25575 (java) S 25550 25553 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749495 10060525568 908705 33554432000 1073741824 1073778376 140734872382352 140657272202664 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1777.4
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.401 s]
/proc/loadavg: 4.17 4.11 3.52 6/219 25667
/proc/meminfo: memFree=24203212/32872528 swapFree=496868/529572
[pid=25553] ppid=25550 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/25553/stat : 25553 (java) S 25550 25553 22589 0 -1 4202496 48812 0 1 0 179759 242 0 0 20 0 22 0 22749285 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140734872373488 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25553/statm: 2456183 911806 2298 9 0 2446860 0
[pid=25553/tid=25555] ppid=25550 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/25553/task/25555/stat : 25555 (java) S 25550 25553 22589 0 -1 4202560 2557 0 1 0 163 7 0 0 20 0 22 0 22749286 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657930400632 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25556] ppid=25550 vsize=9824732 CPUtime=3.63 cores=1,3,5,7
/proc/25553/task/25556/stat : 25556 (java) S 25550 25553 22589 0 -1 4202560 2916 0 0 0 341 22 0 0 20 0 22 0 22749287 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657902853032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25557] ppid=25550 vsize=9824732 CPUtime=4.39 cores=1,3,5,7
/proc/25553/task/25557/stat : 25557 (java) S 25550 25553 22589 0 -1 4202560 1618 0 0 0 417 22 0 0 20 0 22 0 22749287 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657901800488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25558] ppid=25550 vsize=9824732 CPUtime=4.87 cores=1,3,5,7
/proc/25553/task/25558/stat : 25558 (java) S 25550 25553 22589 0 -1 4202560 2308 0 0 0 458 29 0 0 20 0 22 0 22749287 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657900747432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25559] ppid=25550 vsize=9824732 CPUtime=3.59 cores=1,3,5,7
/proc/25553/task/25559/stat : 25559 (java) S 25550 25553 22589 0 -1 4202560 2749 0 0 0 340 19 0 0 20 0 22 0 22749287 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657899694888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25560] ppid=25550 vsize=9824732 CPUtime=4.04 cores=1,3,5,7
/proc/25553/task/25560/stat : 25560 (java) S 25550 25553 22589 0 -1 4202560 1891 0 0 0 383 21 0 0 20 0 22 0 22749287 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657898641832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25561] ppid=25550 vsize=9824732 CPUtime=4.11 cores=1,3,5,7
/proc/25553/task/25561/stat : 25561 (java) S 25550 25553 22589 0 -1 4202560 2994 0 0 0 388 23 0 0 20 0 22 0 22749287 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657768835624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25562] ppid=25550 vsize=9824732 CPUtime=4.25 cores=1,3,5,7
/proc/25553/task/25562/stat : 25562 (java) S 25550 25553 22589 0 -1 4202560 2511 0 0 0 402 23 0 0 20 0 22 0 22749287 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657767782568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25563] ppid=25550 vsize=9824732 CPUtime=3.99 cores=1,3,5,7
/proc/25553/task/25563/stat : 25563 (java) S 25550 25553 22589 0 -1 4202560 1703 0 0 0 373 26 0 0 20 0 22 0 22749287 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657766730024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25564] ppid=25550 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/25553/task/25564/stat : 25564 (java) S 25550 25553 22589 0 -1 4202560 2560 0 0 0 368 5 0 0 20 0 22 0 22749288 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657283783528 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25565] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25565/stat : 25565 (java) S 25550 25553 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22749289 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657282729848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25566] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25566/stat : 25566 (java) S 25550 25553 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22749289 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657281676680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25567] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25567/stat : 25567 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657280625424 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25568] ppid=25550 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/25553/task/25568/stat : 25568 (java) S 25550 25553 22589 0 -1 4202560 10264 0 0 0 155 3 0 0 20 0 22 0 22749291 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657279572280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25569] ppid=25550 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/25553/task/25569/stat : 25569 (java) S 25550 25553 22589 0 -1 4202560 11745 0 0 0 131 3 0 0 20 0 22 0 22749291 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657278519736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25570] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25570/stat : 25570 (java) S 25550 25553 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749291 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657277466872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25553/tid=25571] ppid=25550 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/25553/task/25571/stat : 25571 (java) S 25550 25553 22589 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 22749291 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657276414536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25553/tid=25572] ppid=25550 vsize=9824732 CPUtime=879.4 cores=1,3,5,7
/proc/25553/task/25572/stat : 25572 (java) R 25550 25553 22589 0 -1 4202560 214 0 0 0 87920 20 0 0 20 0 22 0 22749480 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657275358304 140657780707568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25573] ppid=25550 vsize=9824732 CPUtime=879.23 cores=1,3,5,7
/proc/25553/task/25573/stat : 25573 (java) R 25550 25553 22589 0 -1 4202560 1466 0 0 0 87887 36 0 0 20 0 22 0 22749480 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657274307096 140657780784024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25553/tid=25574] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25574/stat : 25574 (java) S 25550 25553 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749495 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657273255208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25553/tid=25575] ppid=25550 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25553/task/25575/stat : 25575 (java) S 25550 25553 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749495 10060525568 911806 33554432000 1073741824 1073778376 140734872382352 140657272202664 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 25553 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 893.455
CPU time (s): 1800.6
CPU user time (s): 1797.64
CPU system time (s): 2.96055
CPU usage (%): 201.532
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.64
system time used= 2.96055
maximum resident set size= 3738896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48853
page faults= 1
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23250
involuntary context switches= 21954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.18091 second user time and 6.06608 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 01:43:59
IDJOB=4099874
IDBENCH=1545
IDSOLVER=2543
FILE ID=node141/4099874-1466207038
RUNJOBID= node141-1466206051-22606
PBS_JOBID= 19918136
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3702.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099874-1466207038/watcher-4099874-1466207038 -o /tmp/evaluation-result-4099874-1466207038/solver-4099874-1466207038 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22606 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099874-1466207038.opb

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

MD5SUM BENCH= 923982c51ba218a8e62dc99222f9f8f7
RANDOM SEED=122582320

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27704552 kB
Buffers:           42880 kB
Cached:            76424 kB
SwapCached:         2552 kB
Active:          3857108 kB
Inactive:          68800 kB
Active(anon):    3807000 kB
Inactive(anon):     1984 kB
Active(file):      50108 kB
Inactive(file):    66816 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099000 kB
Dirty:              7328 kB
Writeback:            32 kB
AnonPages:       4335012 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             573440 kB
SReclaimable:      16976 kB
SUnreclaim:       556464 kB
KernelStack:        1640 kB
PageTables:        12764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5063540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3745792 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= 71720 MiB
End job on node141 at 2016-06-18 01:58:52