Trace number 3456372

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 CuttingPlanes 2.3.0? (TO) 1800.35 1797.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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-2010 Daniel Le Berre
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3456372-1307220053.opb
0.00/0.10	c reading problem ... 
0.53/0.41	c ... done. Wall clock time 0.304s.
0.53/0.41	c #vars     6352
0.53/0.41	c #constraints  13376
0.53/0.41	c constraints type 
0.53/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6002
0.53/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7092
13.50/12.50	c cleaning 0 clauses out of 5001 with flag 0/5001
27.41/26.39	c cleaning 0 clauses out of 11001 with flag 0/11001
43.72/42.67	c cleaning 0 clauses out of 18001 with flag 0/18001
61.78/60.65	c cleaning 0 clauses out of 26001 with flag 0/26001
82.52/81.35	c cleaning 0 clauses out of 35001 with flag 0/35001
106.12/104.98	c cleaning 0 clauses out of 45000 with flag 0/45000
133.14/131.98	c cleaning 0 clauses out of 56001 with flag 0/56001
163.46/162.29	c cleaning 0 clauses out of 68001 with flag 0/68001
196.56/195.31	c cleaning 0 clauses out of 81001 with flag 0/81001
231.29/230.09	c cleaning 0 clauses out of 95000 with flag 0/95000
258.39/257.19	c cleaning 0 clauses out of 109003 with flag 0/109003
282.10/280.84	c cleaning 0 clauses out of 123002 with flag 0/123002
306.53/305.27	c cleaning 0 clauses out of 137000 with flag 0/137000
331.94/330.68	c cleaning 0 clauses out of 151000 with flag 0/151000
357.35/356.03	c cleaning 0 clauses out of 165001 with flag 0/165001
382.41/381.04	c cleaning 0 clauses out of 179000 with flag 0/179000
407.55/406.17	c cleaning 0 clauses out of 193000 with flag 0/193000
432.57/431.17	c cleaning 0 clauses out of 207002 with flag 0/207002
457.39/455.91	c cleaning 0 clauses out of 221001 with flag 0/221001
481.81/480.39	c cleaning 0 clauses out of 235002 with flag 0/235002
508.43/506.96	c cleaning 0 clauses out of 249001 with flag 0/249001
534.70/533.13	c cleaning 0 clauses out of 263000 with flag 0/263000
560.53/559.00	c cleaning 0 clauses out of 277001 with flag 0/277001
585.85/584.29	c cleaning 0 clauses out of 291000 with flag 0/291000
614.05/612.40	c cleaning 0 clauses out of 305001 with flag 0/305001
641.88/640.29	c cleaning 0 clauses out of 319000 with flag 0/319000
668.69/667.09	c cleaning 0 clauses out of 333000 with flag 0/333000
695.71/694.01	c cleaning 0 clauses out of 347000 with flag 0/347000
723.44/721.78	c cleaning 0 clauses out of 361001 with flag 0/361001
751.75/750.07	c cleaning 0 clauses out of 375001 with flag 0/375001
779.98/778.25	c cleaning 0 clauses out of 389001 with flag 0/389001
811.29/809.60	c cleaning 0 clauses out of 403000 with flag 0/403000
840.82/839.03	c cleaning 0 clauses out of 417001 with flag 0/417001
868.15/866.31	c cleaning 0 clauses out of 431000 with flag 0/431000
896.18/894.32	c cleaning 0 clauses out of 445001 with flag 0/445001
923.71/921.88	c cleaning 0 clauses out of 459001 with flag 0/459001
953.02/951.18	c cleaning 0 clauses out of 473001 with flag 0/473001
983.55/981.62	c cleaning 0 clauses out of 487000 with flag 0/487000
1012.77/1010.86	c cleaning 0 clauses out of 501001 with flag 0/501001
1041.62/1039.67	c cleaning 0 clauses out of 515001 with flag 0/515001
1071.83/1069.89	c cleaning 0 clauses out of 529001 with flag 0/529001
1102.76/1100.74	c cleaning 0 clauses out of 543001 with flag 0/543001
1132.79/1130.77	c cleaning 0 clauses out of 557001 with flag 0/557001
1162.02/1159.98	c cleaning 0 clauses out of 571001 with flag 0/571001
1192.15/1190.00	c cleaning 0 clauses out of 585003 with flag 0/585003
1224.40/1222.24	c cleaning 0 clauses out of 599001 with flag 0/599001
1254.72/1252.50	c cleaning 0 clauses out of 613000 with flag 0/613000
1286.36/1284.20	c cleaning 0 clauses out of 627001 with flag 0/627001
1318.19/1315.97	c cleaning 0 clauses out of 641002 with flag 0/641002
1350.63/1348.31	c cleaning 0 clauses out of 655000 with flag 0/655000
1383.77/1381.40	c cleaning 0 clauses out of 669003 with flag 0/669003
1416.60/1414.24	c cleaning 0 clauses out of 683000 with flag 0/683000
1450.04/1447.69	c cleaning 0 clauses out of 697000 with flag 0/697000
1481.76/1479.31	c cleaning 0 clauses out of 711002 with flag 0/711002
1517.89/1515.46	c cleaning 0 clauses out of 725001 with flag 0/725001
1552.82/1550.31	c cleaning 0 clauses out of 739001 with flag 0/739001
1585.34/1582.89	c cleaning 0 clauses out of 753002 with flag 0/753002
1617.58/1615.09	c cleaning 0 clauses out of 767000 with flag 0/767000
1651.42/1648.82	c cleaning 0 clauses out of 781001 with flag 0/781001
1686.78/1684.17	c cleaning 0 clauses out of 795003 with flag 0/795003
1720.10/1717.41	c cleaning 0 clauses out of 809000 with flag 0/809000
1754.94/1752.30	c cleaning 0 clauses out of 823003 with flag 0/823003
1789.67/1786.90	c cleaning 0 clauses out of 837002 with flag 0/837002
1800.01/1797.22	c starts		: 171
1800.01/1797.22	c conflicts		: 841013
1800.01/1797.22	c decisions		: 992773
1800.01/1797.22	c propagations		: 1026907318
1800.01/1797.22	c inspects		: 5881648400
1800.01/1797.22	c shortcuts		: 0
1800.01/1797.22	c learnt literals	: 0
1800.01/1797.22	c learnt binary clauses	: 76
1800.01/1797.22	c learnt ternary clauses	: 18
1800.01/1797.22	c learnt constraints	: 841012
1800.01/1797.22	c ignored constraints	: 0
1800.01/1797.22	c root simplifications	: 0
1800.01/1797.22	c removed literals (reason simplification)	: 0
1800.01/1797.22	c reason swapping (by a shorter reason)	: 0
1800.01/1797.22	c Calls to reduceDB	: 63
1800.01/1797.22	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.22	c number of learned constraints concerned by reduction	: 0
1800.01/1797.22	c number of learning phase by resolution	: 0
1800.01/1797.22	c number of learning phase by cutting planes	: 0
1800.01/1797.22	c speed (assignments/second)	: 571515.33018146
1800.01/1797.22	c non guided choices	0
1800.01/1797.29	c learnt constraints type 
1800.01/1797.29	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 840957
1800.01/1797.29	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 76
1800.01/1797.29	c constraints type 
1800.01/1797.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6002
1800.01/1797.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7092
1800.01/1797.29	s UNKNOWN
1800.01/1797.29	c Total wall clock time (in seconds): 1797.186

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.14 2.08 2.00 2/499 21912
/proc/meminfo: memFree=22166752/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 6120 0 1 0 0 1 0 0 25 0 2 0 833604973 10694979584 5822 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2611079 5836 917 9 0 2602235 0
[pid=21912/tid=21913] ppid=21910 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 6982 0 1 0 0 0 0 0 25 0 2 0 833604974 10694979584 7798 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.113381 s]
/proc/loadavg: 2.14 2.08 2.00 2/499 21912
/proc/meminfo: memFree=22166752/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10540204 CPUtime=0.13 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 13381 0 1 0 11 2 0 0 25 0 18 0 833604973 10793168896 13041 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2635051 13041 2133 9 0 2625785 0
[pid=21912/tid=21913] ppid=21910 vsize=10540204 CPUtime=0.1 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 11358 0 1 0 9 1 0 0 18 0 18 0 833604974 10793168896 13041 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 46912505164912 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10540204

[startup+0.207065 s]
/proc/loadavg: 2.14 2.08 2.00 2/499 21912
/proc/meminfo: memFree=22166752/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10540920 CPUtime=0.32 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 14752 0 1 0 30 2 0 0 25 0 18 0 833604973 10793902080 14198 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2635230 14219 2195 9 0 2625964 0
[pid=21912/tid=21913] ppid=21910 vsize=10540920 CPUtime=0.19 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 12060 0 1 0 18 1 0 0 18 0 18 0 833604974 10793902080 14219 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 46912505555894 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10540920

[startup+0.311084 s]
/proc/loadavg: 2.14 2.08 2.00 2/499 21912
/proc/meminfo: memFree=22166752/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10541224 CPUtime=0.53 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 17023 0 1 0 51 2 0 0 25 0 18 0 833604973 10794213376 16235 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2635306 16237 2202 9 0 2626040 0
[pid=21912/tid=21913] ppid=21910 vsize=10541224 CPUtime=0.3 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 13935 0 1 0 28 2 0 0 18 0 18 0 833604974 10794213376 16237 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 46912505555753 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10541224

[startup+0.700329 s]
/proc/loadavg: 2.14 2.08 2.00 2/499 21912
/proc/meminfo: memFree=22166752/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10546620 CPUtime=1.53 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 29878 0 1 0 149 4 0 0 25 0 19 0 833604973 10799738880 25761 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2636655 25762 2238 9 0 2627389 0
[pid=21912/tid=21913] ppid=21910 vsize=10546620 CPUtime=0.69 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 21289 0 1 0 66 3 0 0 19 0 19 0 833604974 10799738880 25762 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 46912505857534 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 10546620

[startup+1.50118 s]
/proc/loadavg: 2.13 2.07 2.00 3/518 21931
/proc/meminfo: memFree=22001476/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10546620 CPUtime=2.44 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 66009 0 1 0 236 8 0 0 25 0 19 0 833604973 10799738880 61848 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2636655 61850 2239 9 0 2627389 0
[pid=21912/tid=21913] ppid=21910 vsize=10546620 CPUtime=1.48 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 57400 0 1 0 142 6 0 0 20 0 19 0 833604974 10799738880 61851 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 46912505857538 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21912/tid=21915] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 61853 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21916] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 61855 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 61856 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21918] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 61858 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21919] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 61859 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21920] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 61861 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21921] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 61862 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21922] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 61864 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21923] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21910 21912 20277 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 19 0 833604976 10799738880 61865 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 0 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21924] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21910 21912 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833604977 10799738880 61867 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21925] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21910 21912 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833604977 10799738880 61868 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21926] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 61870 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092055985 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21927] ppid=21910 vsize=10546620 CPUtime=0.44 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21910 21912 20277 0 -1 4202560 3769 0 0 0 44 0 0 0 17 0 19 0 833604979 10799738880 61871 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21928] ppid=21910 vsize=10546620 CPUtime=0.49 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21910 21912 20277 0 -1 4202560 3683 0 0 0 49 0 0 0 15 0 19 0 833604979 10799738880 61872 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21929] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 61874 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21930] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21930/stat : 21930 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833604979 10799738880 61875 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21931] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21931/stat : 21931 (java) S 21910 21912 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833605023 10799738880 61877 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 10546620

[startup+3.10088 s]
/proc/loadavg: 2.13 2.07 2.00 3/518 21931
/proc/meminfo: memFree=21801212/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10546620 CPUtime=4.04 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 137584 0 1 0 388 16 0 0 25 0 19 0 833604973 10799738880 133422 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2636655 133425 2239 9 0 2627389 0
[pid=21912/tid=21913] ppid=21910 vsize=10546620 CPUtime=3.09 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 128975 0 1 0 294 15 0 0 25 0 19 0 833604974 10799738880 133426 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 46912505857519 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21912/tid=21915] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 133428 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21916] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 133429 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 133431 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21918] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 133433 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21919] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 133434 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21920] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21921] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21922] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21923] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21910 21912 20277 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 833604976 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 0 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21924] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21910 21912 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833604977 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21925] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21910 21912 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833604977 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21926] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092055985 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21927] ppid=21910 vsize=10546620 CPUtime=0.44 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21910 21912 20277 0 -1 4202560 3769 0 0 0 44 0 0 0 17 0 19 0 833604979 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21928] ppid=21910 vsize=10546620 CPUtime=0.49 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21910 21912 20277 0 -1 4202560 3683 0 0 0 49 0 0 0 15 0 19 0 833604979 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21929] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21930] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21930/stat : 21930 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833604979 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21931] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21931/stat : 21931 (java) S 21910 21912 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833605023 10799738880 133436 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 10546620

[startup+6.30127 s]
/proc/loadavg: 2.12 2.07 2.00 3/518 21932
/proc/meminfo: memFree=21210072/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10546620 CPUtime=7.24 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 280281 0 1 0 692 32 0 0 25 0 19 0 833604973 10799738880 276101 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2636655 276104 2239 9 0 2627389 0
[pid=21912/tid=21913] ppid=21910 vsize=10546620 CPUtime=6.28 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 271672 0 1 0 597 31 0 0 25 0 19 0 833604974 10799738880 276105 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 46912505857534 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21912/tid=21915] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 276106 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21916] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 276108 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 276109 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21918] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 276111 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21919] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 276112 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21920] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 276114 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21921] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 276115 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21922] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604975 10799738880 276116 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21923] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21910 21912 20277 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833604976 10799738880 276118 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 0 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21924] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21910 21912 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833604977 10799738880 276119 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21925] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21910 21912 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833604977 10799738880 276121 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21926] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 276122 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092055985 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21927] ppid=21910 vsize=10546620 CPUtime=0.44 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21910 21912 20277 0 -1 4202560 3769 0 0 0 44 0 0 0 17 0 19 0 833604979 10799738880 276123 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21928] ppid=21910 vsize=10546620 CPUtime=0.49 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21910 21912 20277 0 -1 4202560 3683 0 0 0 49 0 0 0 15 0 19 0 833604979 10799738880 276125 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0

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

[pid=21912/tid=21931] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21931/stat : 21931 (java) S 21910 21912 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833605023 10799738880 957314 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1664.93
Current children cumulated vsize (KiB) 10546620

[startup+1722.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/518 22083
/proc/meminfo: memFree=21744156/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10546620 CPUtime=1725.02 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 968559 0 1 0 172384 118 0 0 25 0 19 0 833604973 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2636655 961402 2268 9 0 2627389 0
[pid=21912/tid=21913] ppid=21910 vsize=10546620 CPUtime=1710.48 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 859447 0 1 0 170947 101 0 0 25 0 19 0 833604974 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 46912505821396 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21912/tid=21915] ppid=21910 vsize=10546620 CPUtime=0.29 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21910 21912 20277 0 -1 4202560 8723 0 0 0 28 1 0 0 16 0 19 0 833604975 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21916] ppid=21910 vsize=10546620 CPUtime=0.27 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21910 21912 20277 0 -1 4202560 8547 0 0 0 26 1 0 0 16 0 19 0 833604975 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21917] ppid=21910 vsize=10546620 CPUtime=0.23 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21910 21912 20277 0 -1 4202560 9411 0 0 0 22 1 0 0 15 0 19 0 833604975 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21918] ppid=21910 vsize=10546620 CPUtime=0.27 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21910 21912 20277 0 -1 4202560 10519 0 0 0 26 1 0 0 15 0 19 0 833604975 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21919] ppid=21910 vsize=10546620 CPUtime=0.25 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21910 21912 20277 0 -1 4202560 8211 0 0 0 24 1 0 0 16 0 19 0 833604975 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21920] ppid=21910 vsize=10546620 CPUtime=0.31 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21910 21912 20277 0 -1 4202560 13250 0 0 0 29 2 0 0 16 0 19 0 833604975 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21921] ppid=21910 vsize=10546620 CPUtime=0.33 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21910 21912 20277 0 -1 4202560 10153 0 0 0 32 1 0 0 15 0 19 0 833604975 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21922] ppid=21910 vsize=10546620 CPUtime=0.35 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21910 21912 20277 0 -1 4202560 18000 0 0 0 33 2 0 0 16 0 19 0 833604975 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
[pid=21912/tid=21923] ppid=21910 vsize=10546620 CPUtime=10.83 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21910 21912 20277 0 -1 4202560 13547 0 0 0 1081 2 0 0 15 0 19 0 833604976 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 0 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21924] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21910 21912 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833604977 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21925] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21910 21912 20277 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833604977 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21926] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092055985 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21927] ppid=21910 vsize=10546620 CPUtime=0.5 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21910 21912 20277 0 -1 4202560 3777 0 0 0 50 0 0 0 15 0 19 0 833604979 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21928] ppid=21910 vsize=10546620 CPUtime=0.81 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21910 21912 20277 0 -1 4202560 3726 0 0 0 81 0 0 0 15 0 19 0 833604979 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21929] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21930] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21930/stat : 21930 (java) S 21910 21912 20277 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833604979 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21931] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21931/stat : 21931 (java) S 21910 21912 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833605023 10799738880 961402 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1725.02
Current children cumulated vsize (KiB) 10546620

[startup+1782.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/518 22085
/proc/meminfo: memFree=21714344/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10546620 CPUtime=1785.06 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 970426 0 1 0 178388 118 0 0 25 0 19 0 833604973 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2636655 963195 2268 9 0 2627389 0
[pid=21912/tid=21913] ppid=21910 vsize=10546620 CPUtime=1770.13 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 859449 0 1 0 176912 101 0 0 25 0 19 0 833604974 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 46912505972995 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21912/tid=21915] ppid=21910 vsize=10546620 CPUtime=0.3 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21910 21912 20277 0 -1 4202560 8725 0 0 0 29 1 0 0 15 0 19 0 833604975 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21916] ppid=21910 vsize=10546620 CPUtime=0.28 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21910 21912 20277 0 -1 4202560 8547 0 0 0 27 1 0 0 15 0 19 0 833604975 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21917] ppid=21910 vsize=10546620 CPUtime=0.24 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21910 21912 20277 0 -1 4202560 10098 0 0 0 23 1 0 0 15 0 19 0 833604975 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21918] ppid=21910 vsize=10546620 CPUtime=0.27 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21910 21912 20277 0 -1 4202560 10519 0 0 0 26 1 0 0 15 0 19 0 833604975 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21919] ppid=21910 vsize=10546620 CPUtime=0.26 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21910 21912 20277 0 -1 4202560 8211 0 0 0 25 1 0 0 15 0 19 0 833604975 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21920] ppid=21910 vsize=10546620 CPUtime=0.32 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21910 21912 20277 0 -1 4202560 13250 0 0 0 30 2 0 0 15 0 19 0 833604975 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21921] ppid=21910 vsize=10546620 CPUtime=0.34 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21910 21912 20277 0 -1 4202560 11220 0 0 0 33 1 0 0 15 0 19 0 833604975 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21922] ppid=21910 vsize=10546620 CPUtime=0.35 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21910 21912 20277 0 -1 4202560 18012 0 0 0 33 2 0 0 15 0 19 0 833604975 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21923] ppid=21910 vsize=10546620 CPUtime=11.16 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21910 21912 20277 0 -1 4202560 13640 0 0 0 1114 2 0 0 15 0 19 0 833604976 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 0 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21924] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21910 21912 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833604977 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21925] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21910 21912 20277 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833604977 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21926] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092055985 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21927] ppid=21910 vsize=10546620 CPUtime=0.5 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21910 21912 20277 0 -1 4202560 3777 0 0 0 50 0 0 0 15 0 19 0 833604979 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21928] ppid=21910 vsize=10546620 CPUtime=0.81 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21910 21912 20277 0 -1 4202560 3726 0 0 0 81 0 0 0 15 0 19 0 833604979 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21929] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21930] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21930/stat : 21930 (java) S 21910 21912 20277 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833604979 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21931] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21931/stat : 21931 (java) S 21910 21912 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833605023 10799738880 963195 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1785.06
Current children cumulated vsize (KiB) 10546620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.09 2.05 2.01 3/518 22085
/proc/meminfo: memFree=21708624/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=10546620 CPUtime=1800.01 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21910 21912 20277 0 -1 4202496 972164 0 1 0 179882 119 0 0 25 0 19 0 833604973 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 2636655 964832 2268 9 0 2627389 0
[pid=21912/tid=21913] ppid=21910 vsize=10546620 CPUtime=1784.7 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4202560 859451 0 1 0 178369 101 0 0 25 0 19 0 833604974 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 46912505799447 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21912/tid=21915] ppid=21910 vsize=10546620 CPUtime=0.3 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21910 21912 20277 0 -1 4202560 8725 0 0 0 29 1 0 0 15 0 19 0 833604975 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21916] ppid=21910 vsize=10546620 CPUtime=0.28 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21910 21912 20277 0 -1 4202560 8547 0 0 0 27 1 0 0 15 0 19 0 833604975 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21917] ppid=21910 vsize=10546620 CPUtime=0.25 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21910 21912 20277 0 -1 4202560 10783 0 0 0 24 1 0 0 15 0 19 0 833604975 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21918] ppid=21910 vsize=10546620 CPUtime=0.28 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21910 21912 20277 0 -1 4202560 10519 0 0 0 27 1 0 0 15 0 19 0 833604975 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21919] ppid=21910 vsize=10546620 CPUtime=0.26 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21910 21912 20277 0 -1 4202560 8443 0 0 0 25 1 0 0 15 0 19 0 833604975 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21920] ppid=21910 vsize=10546620 CPUtime=0.33 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21910 21912 20277 0 -1 4202560 13594 0 0 0 31 2 0 0 15 0 19 0 833604975 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21921] ppid=21910 vsize=10546620 CPUtime=0.35 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21910 21912 20277 0 -1 4202560 11642 0 0 0 34 1 0 0 16 0 19 0 833604975 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21922] ppid=21910 vsize=10546620 CPUtime=0.36 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21910 21912 20277 0 -1 4202560 18012 0 0 0 34 2 0 0 15 0 19 0 833604975 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21923] ppid=21910 vsize=10546620 CPUtime=11.49 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21910 21912 20277 0 -1 4202560 13693 0 0 0 1147 2 0 0 15 0 19 0 833604976 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 0 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21924] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21910 21912 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833604977 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21925] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21910 21912 20277 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833604977 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21926] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092055985 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21927] ppid=21910 vsize=10546620 CPUtime=0.5 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21910 21912 20277 0 -1 4202560 3777 0 0 0 50 0 0 0 15 0 19 0 833604979 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21928] ppid=21910 vsize=10546620 CPUtime=0.81 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21910 21912 20277 0 -1 4202560 3726 0 0 0 81 0 0 0 15 0 19 0 833604979 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 2 0 0 0
[pid=21912/tid=21929] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21910 21912 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833604979 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048281 0 4 0 16800975 18446604451058884928 0 0 -1 4 0 0 0
[pid=21912/tid=21930] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21930/stat : 21930 (java) S 21910 21912 20277 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833604979 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 0 0 0 0
[pid=21912/tid=21931] ppid=21910 vsize=10546620 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21931/stat : 21931 (java) S 21910 21912 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833605023 10799738880 964832 33554432000 1073741824 1073778376 140735248057968 18446744073709551615 208092048896 0 4 0 16800975 18446604451058884928 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10546620

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

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

[startup+1797.32 s]
/proc/loadavg: 2.09 2.05 2.01 3/518 22085
/proc/meminfo: memFree=21708624/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=0 CPUtime=1800.2 cores=0,2,4,6
/proc/21912/stat : 21912 (java) Z 21910 21912 20277 0 -1 4203548 972193 0 1 0 179898 122 0 0 17 0 2 0 833604973 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 0 0 0 0 0 0 0
[pid=21912/tid=21913] ppid=21910 vsize=0 CPUtime=1784.8 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4203588 859451 0 1 0 178376 104 0 0 25 0 2 0 833604974 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

[startup+1797.4 s]
/proc/loadavg: 2.09 2.05 2.01 3/502 22088
/proc/meminfo: memFree=24175716/32950928 swapFree=39617324/67111528
[pid=21912] ppid=21910 vsize=0 CPUtime=1800.29 cores=0,2,4,6
/proc/21912/stat : 21912 (java) Z 21910 21912 20277 0 -1 4203548 972193 0 1 0 179898 131 0 0 17 0 2 0 833604973 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 0 0 0 0 0 0 0
[pid=21912/tid=21913] ppid=21910 vsize=0 CPUtime=1784.89 cores=0,2,4,6
/proc/21912/task/21913/stat : 21913 (java) R 21910 21912 20277 0 -1 4203588 859451 0 1 0 178376 113 0 0 25 0 2 0 833604974 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.46
CPU time (s): 1800.35
CPU user time (s): 1798.99
CPU system time (s): 1.35579
CPU usage (%): 100.161
Max. virtual memory (cumulated for all children) (KiB): 10548108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.35579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 972193
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= 39946
involuntary context switches= 6096

runsolver used 9.57954 second user time and 19.843 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 22:40:53
IDJOB=3456372
IDBENCH=2167
IDSOLVER=1951
FILE ID=node127/3456372-1307220053
RUNJOBID= node127-1307216732-21494
PBS_JOBID= 13509032
Free space on /tmp= 73932 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456372-1307220053/watcher-3456372-1307220053 -o /tmp/evaluation-result-3456372-1307220053/solver-3456372-1307220053 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456372-1307220053.opb

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=2035752258

node127.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.823
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.64
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.823
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.823
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.823
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.86
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.823
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.75
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.823
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.75
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.823
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.60
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.823
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:     32950928 kB
MemFree:      22166908 kB
Buffers:        335536 kB
Cached:         953308 kB
SwapCached:      59160 kB
Active:        8486336 kB
Inactive:      1997980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22166908 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:             864 kB
Writeback:           0 kB
AnonPages:     9142920 kB
Mapped:          30396 kB
Slab:           125172 kB
PageTables:     105656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130087596 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= 73948 MiB
End job on node127 at 2011-06-04 23:10:52