Trace number 3454397

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 Res//CP 2.3.0? (TO) 1800.31 905.427

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-aflow40b.opb
MD5SUMb1cb8dfc9613a6d80968091d3346a684
Bench CategoryOPT-MEDINT (optimisation, medium 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 5507
Optimality of the best value was proved NO
Number of variables23384
Total number of constraints2806
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints2767
Minimum length of a constraint14
Maximum length of a constraint1202
Number of terms in the objective function 1364
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 230637
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 102400
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7037881
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3454397-1307187709.opb
0.09/0.11	c reading problem ... 
1.31/0.66	c ... done. Wall clock time 0.545s.
1.31/0.66	c #vars     23384
1.31/0.66	c #constraints  2884
1.31/0.66	c constraints type 
1.31/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39
1.31/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 39
1.31/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2806
1.31/0.66	c constraints type 
1.31/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39
1.31/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 39
1.31/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2806
13.36/6.18	c cleaning 2499 clauses out of 5001 with flag 5001/5001
27.47/13.12	c cleaning 4251 clauses out of 8502 with flag 11001/11001
41.66/20.29	c cleaning 5641 clauses out of 11289 with flag 18039/18039
67.57/33.30	c cleaning 6798 clauses out of 13614 with flag 26005/26005
88.35/43.66	c cleaning 7960 clauses out of 15942 with flag 35131/35131
115.08/57.11	c cleaning 8905 clauses out of 17853 with flag 45002/45002
194.74/96.82	c cleaning 9481 clauses out of 18989 with flag 55043/55043
232.98/116.00	c cleaning 9840 clauses out of 19700 with flag 65235/65235
282.59/140.97	c cleaning 9791 clauses out of 19625 with flag 75000/75000
315.84/157.68	c cleaning 9913 clauses out of 19850 with flag 85016/85016
345.74/172.62	c cleaning 9935 clauses out of 19931 with flag 95010/95010
388.81/194.29	c cleaning 10064 clauses out of 20137 with flag 105151/105151
456.74/228.31	c cleaning 9920 clauses out of 19933 with flag 115011/115011
489.15/244.66	c cleaning 9994 clauses out of 20027 with flag 125025/125025
528.19/264.20	c cleaning 9984 clauses out of 20010 with flag 135002/135002
603.59/302.09	c cleaning 9973 clauses out of 20029 with flag 145005/145005
684.86/342.83	c cleaning 9968 clauses out of 20055 with flag 155004/155004
720.63/360.89	c cleaning 10085 clauses out of 20295 with flag 165212/165212
754.70/378.02	c cleaning 9962 clauses out of 20001 with flag 175003/175003
778.61/390.17	c cleaning 10022 clauses out of 20066 with flag 185030/185030
803.71/402.90	c cleaning 9995 clauses out of 20022 with flag 195008/195008
827.37/414.92	c cleaning 10009 clauses out of 20063 with flag 205044/205044
1011.54/507.06	c cleaning 9965 clauses out of 20039 with flag 215029/215029
1061.79/532.33	c cleaning 10000 clauses out of 20046 with flag 225001/225001
1222.69/613.06	c cleaning 10034 clauses out of 20152 with flag 235107/235107
1246.86/625.35	c cleaning 9978 clauses out of 20023 with flag 245012/245012
1293.73/648.97	c cleaning 9930 clauses out of 20033 with flag 255000/255000
1326.50/665.57	c cleaning 10049 clauses out of 20103 with flag 265000/265000
1368.34/686.84	c cleaning 10010 clauses out of 20075 with flag 275021/275021
1408.78/707.27	c cleaning 10004 clauses out of 20068 with flag 285024/285024
1475.79/740.92	c cleaning 9994 clauses out of 20041 with flag 295001/295001
1506.76/756.70	c cleaning 10006 clauses out of 20078 with flag 305032/305032
1638.80/822.92	c cleaning 10000 clauses out of 20040 with flag 315000/315000
1698.67/853.12	c cleaning 9986 clauses out of 20041 with flag 325001/325001
1723.88/866.00	c cleaning 10012 clauses out of 20062 with flag 335008/335008
1752.68/880.75	c cleaning 10002 clauses out of 20046 with flag 345004/345004
1796.73/903.21	c cleaning 9998 clauses out of 20046 with flag 355006/355006
1800.09/905.24	c starts		: 136
1800.09/905.24	c conflicts		: 355720
1800.09/905.24	c decisions		: 3468159
1800.09/905.24	c propagations		: 68906644
1800.09/905.24	c inspects		: 186619062
1800.09/905.24	c shortcuts		: 0
1800.09/905.24	c learnt literals	: 0
1800.09/905.24	c learnt binary clauses	: 0
1800.09/905.24	c learnt ternary clauses	: 2
1800.09/905.24	c learnt constraints	: 355720
1800.09/905.24	c ignored constraints	: 0
1800.09/905.24	c root simplifications	: 0
1800.09/905.24	c removed literals (reason simplification)	: 15159533
1800.09/905.24	c reason swapping (by a shorter reason)	: 0
1800.09/905.24	c Calls to reduceDB	: 37
1800.09/905.24	c number of reductions to clauses (during analyze)	: 0
1800.09/905.24	c number of learned constraints concerned by reduction	: 0
1800.09/905.24	c number of learning phase by resolution	: 0
1800.09/905.24	c number of learning phase by cutting planes	: 0
1800.09/905.24	c speed (assignments/second)	: 76174.98170433767
1800.09/905.24	c non guided choices	143605
1800.09/905.25	c learnt constraints type 
1800.09/905.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10766
1800.09/905.25	c constraints type 
1800.09/905.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39
1800.09/905.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 39
1800.09/905.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2806
1800.09/905.25	c constraints type 
1800.09/905.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39
1800.09/905.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 39
1800.09/905.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2806
1800.09/905.25	s UNKNOWN
1800.09/905.25	c Total wall clock time (in seconds): 905.142

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454397-1307187709/watcher-3454397-1307187709 -o /tmp/evaluation-result-3454397-1307187709/solver-3454397-1307187709 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454397-1307187709.opb 

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: 3.44 3.41 2.72 3/548 21380
/proc/meminfo: memFree=24389720/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 5321 0 1 0 0 0 0 0 23 0 2 0 909001609 10694979584 5023 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2611079 5037 917 9 0 2602235 0
[pid=21380/tid=21381] ppid=21378 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) R 21378 21380 18760 0 -1 4202560 5975 0 1 0 0 0 0 0 18 0 2 0 909001610 10694979584 6791 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216734872635 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.064529 s]
/proc/loadavg: 3.44 3.41 2.72 3/548 21380
/proc/meminfo: memFree=24389720/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10472924 CPUtime=0.05 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 11673 0 1 0 4 1 0 0 23 0 18 0 909001609 10724274176 11370 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2618231 11370 1733 9 0 2608972 0
[pid=21380/tid=21381] ppid=21378 vsize=10472924 CPUtime=0.04 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) R 21378 21380 18760 0 -1 4202560 10500 0 1 0 3 1 0 0 25 0 18 0 909001610 10724274176 11371 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 47405140464387 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.100525 s]
/proc/loadavg: 3.44 3.41 2.72 3/548 21380
/proc/meminfo: memFree=24389720/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10540740 CPUtime=0.09 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 13029 0 1 0 8 1 0 0 23 0 18 0 909001609 10793717760 12703 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2635185 12704 2092 9 0 2625919 0
[pid=21380/tid=21381] ppid=21378 vsize=10540740 CPUtime=0.08 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) R 21378 21380 18760 0 -1 4202560 11107 0 1 0 7 1 0 0 18 0 18 0 909001610 10793717760 12704 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540740

[startup+0.300455 s]
/proc/loadavg: 3.44 3.41 2.72 3/548 21380
/proc/meminfo: memFree=24389720/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10544836 CPUtime=0.56 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 19381 0 1 0 53 3 0 0 23 0 18 0 909001609 10797912064 18143 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2636209 18145 2199 9 0 2626943 0
[pid=21380/tid=21381] ppid=21378 vsize=10544836 CPUtime=0.27 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) R 21378 21380 18760 0 -1 4202560 14518 0 1 0 26 1 0 0 18 0 18 0 909001610 10797912064 18146 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10544836

[startup+0.700384 s]
/proc/loadavg: 3.44 3.41 2.72 3/548 21380
/proc/meminfo: memFree=24389720/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10560364 CPUtime=1.5 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 50153 0 1 0 143 7 0 0 23 0 22 0 909001609 10813812736 45849 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2640091 45849 2225 9 0 2630825 0
[pid=21380/tid=21381] ppid=21378 vsize=10560364 CPUtime=0.64 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) S 21378 21380 18760 0 -1 4202560 38882 0 1 0 58 6 0 0 19 0 22 0 909001610 10813812736 45849 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 10560364

[startup+1.50128 s]
/proc/loadavg: 3.44 3.41 2.72 5/570 21402
/proc/meminfo: memFree=24173736/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10560364 CPUtime=3.96 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 99234 0 1 0 383 13 0 0 23 0 22 0 909001609 10813812736 91044 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2640091 91044 2237 9 0 2630825 0
[pid=21380/tid=21381] ppid=21378 vsize=10560364 CPUtime=0.64 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) S 21378 21380 18760 0 -1 4202560 38882 0 1 0 58 6 0 0 15 0 22 0 909001610 10813812736 91046 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21383] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909001612 10813812736 91052 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21384] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21384/stat : 21384 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 91053 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21385] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21385/stat : 21385 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 91053 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21386] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21386/stat : 21386 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 91053 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21387] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21387/stat : 21387 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 91057 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21388] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21388/stat : 21388 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 91062 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21389] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21389/stat : 21389 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 91062 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21390] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21390/stat : 21390 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909001612 10813812736 91062 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21391] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21391/stat : 21391 (java) S 21378 21380 18760 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 22 0 909001613 10813812736 91064 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 0 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21392] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21392/stat : 21392 (java) S 21378 21380 18760 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 22 0 909001613 10813812736 91069 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21393] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21393/stat : 21393 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 909001613 10813812736 91071 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21394] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21394/stat : 21394 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909001616 10813812736 91071 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216747002289 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21395] ppid=21378 vsize=10560364 CPUtime=0.76 cores=1,3,5,7
/proc/21380/task/21395/stat : 21395 (java) S 21378 21380 18760 0 -1 4202560 5231 0 0 0 76 0 0 0 24 0 22 0 909001616 10813812736 91071 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21396] ppid=21378 vsize=10560364 CPUtime=0.86 cores=1,3,5,7
/proc/21380/task/21396/stat : 21396 (java) S 21378 21380 18760 0 -1 4202560 8315 0 0 0 85 1 0 0 25 0 22 0 909001616 10813812736 91076 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21397] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21397/stat : 21397 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909001616 10813812736 91081 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21398] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21398/stat : 21398 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909001616 10813812736 91081 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21399] ppid=21378 vsize=10560364 CPUtime=0.83 cores=1,3,5,7
/proc/21380/task/21399/stat : 21399 (java) R 21378 21380 18760 0 -1 4202560 956 0 0 0 83 0 0 0 18 0 22 0 909001676 10813812736 91081 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912505810808 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21380/tid=21400] ppid=21378 vsize=10560364 CPUtime=0.82 cores=1,3,5,7
/proc/21380/task/21400/stat : 21400 (java) R 21378 21380 18760 0 -1 4202560 44723 0 0 0 78 4 0 0 25 0 22 0 909001676 10813812736 91082 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912505591638 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21380/tid=21401] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21401/stat : 21401 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909001679 10813812736 91087 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21402] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21402/stat : 21402 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909001679 10813812736 91090 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 10560364

[startup+3.101 s]
/proc/loadavg: 3.44 3.41 2.72 5/570 21402
/proc/meminfo: memFree=23872416/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10560364 CPUtime=7.27 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 213106 0 1 0 700 27 0 0 23 0 22 0 909001609 10813812736 204875 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2640091 204880 2237 9 0 2630825 0
[pid=21380/tid=21381] ppid=21378 vsize=10560364 CPUtime=0.64 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) S 21378 21380 18760 0 -1 4202560 38882 0 1 0 58 6 0 0 15 0 22 0 909001610 10813812736 204881 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21383] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909001612 10813812736 204883 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21384] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21384/stat : 21384 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 204887 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21385] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21385/stat : 21385 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 204888 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21386] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21386/stat : 21386 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 204891 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21387] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21387/stat : 21387 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 204894 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21388] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21388/stat : 21388 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 204894 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21389] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21389/stat : 21389 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909001612 10813812736 204899 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21390] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21390/stat : 21390 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909001612 10813812736 204901 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21391] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21391/stat : 21391 (java) S 21378 21380 18760 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 909001613 10813812736 204903 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 0 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21392] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21392/stat : 21392 (java) S 21378 21380 18760 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 22 0 909001613 10813812736 204907 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21393] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21393/stat : 21393 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 909001613 10813812736 204908 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21394] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21394/stat : 21394 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909001616 10813812736 204911 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216747002289 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21395] ppid=21378 vsize=10560364 CPUtime=0.82 cores=1,3,5,7
/proc/21380/task/21395/stat : 21395 (java) S 21378 21380 18760 0 -1 4202560 5238 0 0 0 82 0 0 0 15 0 22 0 909001616 10813812736 204914 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21396] ppid=21378 vsize=10560364 CPUtime=0.91 cores=1,3,5,7
/proc/21380/task/21396/stat : 21396 (java) S 21378 21380 18760 0 -1 4202560 8361 0 0 0 90 1 0 0 19 0 22 0 909001616 10813812736 204914 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21397] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21397/stat : 21397 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909001616 10813812736 204919 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21398] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21398/stat : 21398 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909001616 10813812736 204920 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21399] ppid=21378 vsize=10560364 CPUtime=2.43 cores=1,3,5,7
/proc/21380/task/21399/stat : 21399 (java) R 21378 21380 18760 0 -1 4202560 3266 0 0 0 243 0 0 0 19 0 22 0 909001676 10813812736 204922 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912506039080 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21380/tid=21400] ppid=21378 vsize=10560364 CPUtime=2.43 cores=1,3,5,7
/proc/21380/task/21400/stat : 21400 (java) R 21378 21380 18760 0 -1 4202560 156246 0 0 0 225 18 0 0 19 0 22 0 909001676 10813812736 204927 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912505591634 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21380/tid=21401] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21401/stat : 21401 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909001679 10813812736 204927 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21402] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21402/stat : 21402 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909001679 10813812736 204930 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 10560364

[startup+6.30552 s]
/proc/loadavg: 3.48 3.42 2.72 4/570 21403
/proc/meminfo: memFree=22849708/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10560364 CPUtime=13.73 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 474932 0 1 0 1318 55 0 0 23 0 22 0 909001609 10813812736 466688 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2640091 466700 2259 9 0 2630825 0
[pid=21380/tid=21381] ppid=21378 vsize=10560364 CPUtime=0.64 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) S 21378 21380 18760 0 -1 4202560 38883 0 1 0 58 6 0 0 15 0 22 0 909001610 10813812736 466706 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21383] ppid=21378 vsize=10560364 CPUtime=0.02 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (java) S 21378 21380 18760 0 -1 4202560 2228 0 0 0 2 0 0 0 18 0 22 0 909001612 10813812736 466714 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21384] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21384/stat : 21384 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909001612 10813812736 466721 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21385] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21385/stat : 21385 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909001612 10813812736 466728 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21386] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21386/stat : 21386 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909001612 10813812736 466737 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21387] ppid=21378 vsize=10560364 CPUtime=0.01 cores=1,3,5,7
/proc/21380/task/21387/stat : 21387 (java) S 21378 21380 18760 0 -1 4202560 1031 0 0 0 1 0 0 0 18 0 22 0 909001612 10813812736 466743 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21388] ppid=21378 vsize=10560364 CPUtime=0.02 cores=1,3,5,7
/proc/21380/task/21388/stat : 21388 (java) S 21378 21380 18760 0 -1 4202560 2334 0 0 0 2 0 0 0 18 0 22 0 909001612 10813812736 466751 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21389] ppid=21378 vsize=10560364 CPUtime=0.02 cores=1,3,5,7
/proc/21380/task/21389/stat : 21389 (java) S 21378 21380 18760 0 -1 4202560 4053 0 0 0 2 0 0 0 18 0 22 0 909001612 10813812736 466757 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21390] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21390/stat : 21390 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909001612 10813812736 466764 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=15987628/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10560364 CPUtime=1637.58 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 1053518 0 1 0 163634 124 0 0 23 0 22 0 909001609 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2640091 1037865 2263 9 0 2630825 0
[pid=21380/tid=21381] ppid=21378 vsize=10560364 CPUtime=0.64 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) S 21378 21380 18760 0 -1 4202560 38900 0 1 0 58 6 0 0 15 0 22 0 909001610 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21383] ppid=21378 vsize=10560364 CPUtime=0.83 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (java) S 21378 21380 18760 0 -1 4202560 30726 0 0 0 79 4 0 0 15 0 22 0 909001612 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21384] ppid=21378 vsize=10560364 CPUtime=0.91 cores=1,3,5,7
/proc/21380/task/21384/stat : 21384 (java) S 21378 21380 18760 0 -1 4202560 23342 0 0 0 88 3 0 0 16 0 22 0 909001612 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21385] ppid=21378 vsize=10560364 CPUtime=0.91 cores=1,3,5,7
/proc/21380/task/21385/stat : 21385 (java) S 21378 21380 18760 0 -1 4202560 16984 0 0 0 89 2 0 0 16 0 22 0 909001612 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21386] ppid=21378 vsize=10560364 CPUtime=0.88 cores=1,3,5,7
/proc/21380/task/21386/stat : 21386 (java) S 21378 21380 18760 0 -1 4202560 29587 0 0 0 85 3 0 0 15 0 22 0 909001612 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21387] ppid=21378 vsize=10560364 CPUtime=0.95 cores=1,3,5,7
/proc/21380/task/21387/stat : 21387 (java) S 21378 21380 18760 0 -1 4202560 25567 0 0 0 92 3 0 0 16 0 22 0 909001612 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21388] ppid=21378 vsize=10560364 CPUtime=0.87 cores=1,3,5,7
/proc/21380/task/21388/stat : 21388 (java) S 21378 21380 18760 0 -1 4202560 27667 0 0 0 83 4 0 0 16 0 22 0 909001612 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21389] ppid=21378 vsize=10560364 CPUtime=0.78 cores=1,3,5,7
/proc/21380/task/21389/stat : 21389 (java) S 21378 21380 18760 0 -1 4202560 28368 0 0 0 75 3 0 0 15 0 22 0 909001612 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21390] ppid=21378 vsize=10560364 CPUtime=0.87 cores=1,3,5,7
/proc/21380/task/21390/stat : 21390 (java) S 21378 21380 18760 0 -1 4202560 36612 0 0 0 81 6 0 0 16 0 22 0 909001612 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21391] ppid=21378 vsize=10560364 CPUtime=11.61 cores=1,3,5,7
/proc/21380/task/21391/stat : 21391 (java) S 21378 21380 18760 0 -1 4202560 33485 0 0 0 1157 4 0 0 15 0 22 0 909001613 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 0 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21392] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21392/stat : 21392 (java) S 21378 21380 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909001613 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21393] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21393/stat : 21393 (java) S 21378 21380 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909001613 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21394] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21394/stat : 21394 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909001616 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216747002289 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21395] ppid=21378 vsize=10560364 CPUtime=1.1 cores=1,3,5,7
/proc/21380/task/21395/stat : 21395 (java) S 21378 21380 18760 0 -1 4202560 5279 0 0 0 110 0 0 0 15 0 22 0 909001616 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21396] ppid=21378 vsize=10560364 CPUtime=1.26 cores=1,3,5,7
/proc/21380/task/21396/stat : 21396 (java) S 21378 21380 18760 0 -1 4202560 10499 0 0 0 125 1 0 0 15 0 22 0 909001616 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21397] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21397/stat : 21397 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909001616 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21398] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21398/stat : 21398 (java) S 21378 21380 18760 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 909001616 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21399] ppid=21378 vsize=10560364 CPUtime=807.91 cores=1,3,5,7
/proc/21380/task/21399/stat : 21399 (java) R 21378 21380 18760 0 -1 4202560 8580 0 0 0 80790 1 0 0 25 0 22 0 909001676 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912506021760 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21380/tid=21400] ppid=21378 vsize=10560364 CPUtime=807.93 cores=1,3,5,7
/proc/21380/task/21400/stat : 21400 (java) R 21378 21380 18760 0 -1 4202560 736718 0 0 0 80715 78 0 0 25 0 22 0 909001676 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912505998464 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21380/tid=21401] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21401/stat : 21401 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909001679 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21402] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21402/stat : 21402 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909001679 10813812736 1037865 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1637.58
Current children cumulated vsize (KiB) 10560364

[startup+882.301 s]
/proc/loadavg: 3.82 3.82 3.38 5/570 21475
/proc/meminfo: memFree=15921124/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10560364 CPUtime=1754.86 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 1065647 0 1 0 175359 127 0 0 23 0 22 0 909001609 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2640091 1049235 2263 9 0 2630825 0
[pid=21380/tid=21381] ppid=21378 vsize=10560364 CPUtime=0.64 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) S 21378 21380 18760 0 -1 4202560 38901 0 1 0 58 6 0 0 15 0 22 0 909001610 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21383] ppid=21378 vsize=10560364 CPUtime=0.93 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (java) S 21378 21380 18760 0 -1 4202560 33475 0 0 0 89 4 0 0 16 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21384] ppid=21378 vsize=10560364 CPUtime=0.99 cores=1,3,5,7
/proc/21380/task/21384/stat : 21384 (java) S 21378 21380 18760 0 -1 4202560 23343 0 0 0 96 3 0 0 15 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21385] ppid=21378 vsize=10560364 CPUtime=1.02 cores=1,3,5,7
/proc/21380/task/21385/stat : 21385 (java) S 21378 21380 18760 0 -1 4202560 16984 0 0 0 100 2 0 0 15 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21386] ppid=21378 vsize=10560364 CPUtime=0.97 cores=1,3,5,7
/proc/21380/task/21386/stat : 21386 (java) S 21378 21380 18760 0 -1 4202560 32863 0 0 0 93 4 0 0 16 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21387] ppid=21378 vsize=10560364 CPUtime=1 cores=1,3,5,7
/proc/21380/task/21387/stat : 21387 (java) S 21378 21380 18760 0 -1 4202560 28419 0 0 0 96 4 0 0 16 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21388] ppid=21378 vsize=10560364 CPUtime=0.93 cores=1,3,5,7
/proc/21380/task/21388/stat : 21388 (java) S 21378 21380 18760 0 -1 4202560 27667 0 0 0 89 4 0 0 15 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21389] ppid=21378 vsize=10560364 CPUtime=0.82 cores=1,3,5,7
/proc/21380/task/21389/stat : 21389 (java) S 21378 21380 18760 0 -1 4202560 28368 0 0 0 79 3 0 0 15 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21390] ppid=21378 vsize=10560364 CPUtime=1.02 cores=1,3,5,7
/proc/21380/task/21390/stat : 21390 (java) S 21378 21380 18760 0 -1 4202560 39843 0 0 0 96 6 0 0 16 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21391] ppid=21378 vsize=10560364 CPUtime=14.68 cores=1,3,5,7
/proc/21380/task/21391/stat : 21391 (java) S 21378 21380 18760 0 -1 4202560 33489 0 0 0 1464 4 0 0 17 0 22 0 909001613 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 0 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21392] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21392/stat : 21392 (java) S 21378 21380 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909001613 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21393] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21393/stat : 21393 (java) S 21378 21380 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909001613 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21394] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21394/stat : 21394 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909001616 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216747002289 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21395] ppid=21378 vsize=10560364 CPUtime=1.1 cores=1,3,5,7
/proc/21380/task/21395/stat : 21395 (java) S 21378 21380 18760 0 -1 4202560 5279 0 0 0 110 0 0 0 15 0 22 0 909001616 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21396] ppid=21378 vsize=10560364 CPUtime=1.28 cores=1,3,5,7
/proc/21380/task/21396/stat : 21396 (java) S 21378 21380 18760 0 -1 4202560 10501 0 0 0 127 1 0 0 15 0 22 0 909001616 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21397] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21397/stat : 21397 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909001616 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21398] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21398/stat : 21398 (java) S 21378 21380 18760 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 909001616 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21399] ppid=21378 vsize=10560364 CPUtime=864.65 cores=1,3,5,7
/proc/21380/task/21399/stat : 21399 (java) R 21378 21380 18760 0 -1 4202560 8587 0 0 0 86464 1 0 0 18 0 22 0 909001676 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912505811748 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21380/tid=21400] ppid=21378 vsize=10560364 CPUtime=864.67 cores=1,3,5,7
/proc/21380/task/21400/stat : 21400 (java) R 21378 21380 18760 0 -1 4202560 736720 0 0 0 86389 78 0 0 18 0 22 0 909001676 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912505591818 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21380/tid=21401] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21401/stat : 21401 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909001679 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21402] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21402/stat : 21402 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909001679 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1754.86
Current children cumulated vsize (KiB) 10560364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.201 s]
/proc/loadavg: 3.94 3.85 3.40 6/570 21476
/proc/meminfo: memFree=15900272/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=10560364 CPUtime=1800.09 cores=1,3,5,7
/proc/21380/stat : 21380 (java) S 21378 21380 18760 0 -1 4202496 1065654 0 1 0 179882 127 0 0 23 0 22 0 909001609 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 2640091 1049235 2263 9 0 2630825 0
[pid=21380/tid=21381] ppid=21378 vsize=10560364 CPUtime=0.64 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (java) S 21378 21380 18760 0 -1 4202560 38901 0 1 0 58 6 0 0 15 0 22 0 909001610 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21383] ppid=21378 vsize=10560364 CPUtime=0.98 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (java) S 21378 21380 18760 0 -1 4202560 33475 0 0 0 94 4 0 0 16 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21384] ppid=21378 vsize=10560364 CPUtime=1.02 cores=1,3,5,7
/proc/21380/task/21384/stat : 21384 (java) S 21378 21380 18760 0 -1 4202560 23343 0 0 0 99 3 0 0 16 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21385] ppid=21378 vsize=10560364 CPUtime=1.09 cores=1,3,5,7
/proc/21380/task/21385/stat : 21385 (java) S 21378 21380 18760 0 -1 4202560 16984 0 0 0 107 2 0 0 16 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21386] ppid=21378 vsize=10560364 CPUtime=0.99 cores=1,3,5,7
/proc/21380/task/21386/stat : 21386 (java) S 21378 21380 18760 0 -1 4202560 32863 0 0 0 95 4 0 0 15 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21387] ppid=21378 vsize=10560364 CPUtime=1.05 cores=1,3,5,7
/proc/21380/task/21387/stat : 21387 (java) S 21378 21380 18760 0 -1 4202560 28419 0 0 0 101 4 0 0 15 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21388] ppid=21378 vsize=10560364 CPUtime=0.98 cores=1,3,5,7
/proc/21380/task/21388/stat : 21388 (java) S 21378 21380 18760 0 -1 4202560 27667 0 0 0 94 4 0 0 16 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21389] ppid=21378 vsize=10560364 CPUtime=0.82 cores=1,3,5,7
/proc/21380/task/21389/stat : 21389 (java) S 21378 21380 18760 0 -1 4202560 28368 0 0 0 79 3 0 0 15 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21390] ppid=21378 vsize=10560364 CPUtime=1.09 cores=1,3,5,7
/proc/21380/task/21390/stat : 21390 (java) S 21378 21380 18760 0 -1 4202560 39843 0 0 0 103 6 0 0 15 0 22 0 909001612 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21391] ppid=21378 vsize=10560364 CPUtime=15.44 cores=1,3,5,7
/proc/21380/task/21391/stat : 21391 (java) S 21378 21380 18760 0 -1 4202560 33491 0 0 0 1540 4 0 0 15 0 22 0 909001613 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 0 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21392] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21392/stat : 21392 (java) S 21378 21380 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909001613 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21393] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21393/stat : 21393 (java) S 21378 21380 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909001613 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21394] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21394/stat : 21394 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909001616 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216747002289 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21395] ppid=21378 vsize=10560364 CPUtime=1.1 cores=1,3,5,7
/proc/21380/task/21395/stat : 21395 (java) S 21378 21380 18760 0 -1 4202560 5279 0 0 0 110 0 0 0 15 0 22 0 909001616 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
[pid=21380/tid=21396] ppid=21378 vsize=10560364 CPUtime=1.28 cores=1,3,5,7
/proc/21380/task/21396/stat : 21396 (java) S 21378 21380 18760 0 -1 4202560 10501 0 0 0 127 1 0 0 15 0 22 0 909001616 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 1 0 0 0
[pid=21380/tid=21397] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21397/stat : 21397 (java) S 21378 21380 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909001616 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746994585 0 4 0 16800975 18446604454681760192 0 0 -1 3 0 0 0
[pid=21380/tid=21398] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21398/stat : 21398 (java) S 21378 21380 18760 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909001616 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21399] ppid=21378 vsize=10560364 CPUtime=886.72 cores=1,3,5,7
/proc/21380/task/21399/stat : 21399 (java) R 21378 21380 18760 0 -1 4202560 8589 0 0 0 88671 1 0 0 19 0 22 0 909001676 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912506039513 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21380/tid=21400] ppid=21378 vsize=10560364 CPUtime=886.75 cores=1,3,5,7
/proc/21380/task/21400/stat : 21400 (java) R 21378 21380 18760 0 -1 4202560 736721 0 0 0 88597 78 0 0 19 0 22 0 909001676 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 46912505947112 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21380/tid=21401] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21401/stat : 21401 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909001679 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 5 0 0 0
[pid=21380/tid=21402] ppid=21378 vsize=10560364 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21402/stat : 21402 (java) S 21378 21380 18760 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909001679 10813812736 1049235 33554432000 1073741824 1073778376 140735926081712 18446744073709551615 216746995200 0 4 0 16800975 18446604454681760192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10560364

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

Solver just ended. Dumping a history of the last processes samples

[startup+905.401 s]
/proc/loadavg: 3.94 3.85 3.40 6/570 21476
/proc/meminfo: memFree=15900272/32951124 swapFree=56241860/67111528
[pid=21380] ppid=21378 vsize=0 CPUtime=1800.28 cores=1,3,5,7
/proc/21380/stat : 21380 (java) Z 21378 21380 18760 0 -1 4203548 1065687 0 1 0 179887 141 0 0 17 0 2 0 909001609 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21380/statm: 0 0 0 0 0 0 0
[pid=21380/tid=21401] ppid=21378 vsize=0 CPUtime=0.14 cores=1,3,5,7
/proc/21380/task/21401/stat : 21401 (java) R 21378 21380 18760 0 -1 4203588 7 0 0 0 0 14 0 0 18 0 2 0 909001679 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 905.427
CPU time (s): 1800.31
CPU user time (s): 1798.87
CPU system time (s): 1.43778
CPU usage (%): 198.836
Max. virtual memory (cumulated for all children) (KiB): 10560364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.43778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1065687
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24202
involuntary context switches= 24869

runsolver used 4.6303 second user time and 11.8552 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-04 13:41:50
IDJOB=3454397
IDBENCH=1520
IDSOLVER=1950
FILE ID=node119/3454397-1307187709
RUNJOBID= node119-1307186991-20975
PBS_JOBID= 13508823
Free space on /tmp= 73660 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-aflow40b.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454397-1307187709/watcher-3454397-1307187709 -o /tmp/evaluation-result-3454397-1307187709/solver-3454397-1307187709 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454397-1307187709.opb

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

MD5SUM BENCH= b1cb8dfc9613a6d80968091d3346a684
RANDOM SEED=1074426551

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24390124 kB
Buffers:        248640 kB
Cached:         598308 kB
SwapCached:      59076 kB
Active:        1238200 kB
Inactive:      7023964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24390124 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:            1132 kB
Writeback:           0 kB
AnonPages:     7359072 kB
Mapped:          41712 kB
Slab:           149680 kB
PageTables:      80604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 174250604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73624 MiB
End job on node119 at 2011-06-04 13:56:57