Trace number 3742210

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.03 903.453

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K167.opb
MD5SUM828e3d173a352fe2cabe4815c21f6f3f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19873
Total number of constraints20209
Number of constraints which are clauses20042
Number of constraints which are cardinality constraints (but not clauses)167
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint167
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 168
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.2.0.v20100531
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.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		1349517296
0.05/0.09	c Max memory 		1356595200
0.05/0.09	c Total memory 		1356595200
0.05/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3742210-1338785513.opb
0.07/0.12	c reading problem ... 
1.19/0.64	c ... done. Wall clock time 0.523s.
1.19/0.64	c #vars     19873
1.19/0.64	c #constraints  20209
1.19/0.64	c constraints type 
1.19/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
1.19/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
1.19/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
1.19/0.65	c constraints type 
1.19/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2158
1.19/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17882
1.19/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 167
8.53/3.64	c cleaning 2470 clauses out of 4995 with flag 5000/5000
16.31/7.23	c cleaning 4209 clauses out of 8521 with flag 11001/11001
24.31/11.25	c cleaning 5527 clauses out of 11306 with flag 18000/18000
34.54/16.31	c cleaning 6643 clauses out of 13774 with flag 26000/26000
44.14/21.15	c cleaning 7819 clauses out of 16129 with flag 35000/35000
55.48/26.87	c cleaning 8813 clauses out of 18305 with flag 45000/45000
68.30/33.27	c cleaning 9894 clauses out of 20487 with flag 56000/56000
83.69/40.91	c cleaning 11126 clauses out of 22582 with flag 68000/68000
101.23/49.77	c cleaning 12040 clauses out of 24448 with flag 81000/81000
120.43/59.37	c cleaning 12987 clauses out of 26400 with flag 95000/95000
143.06/70.63	c cleaning 13831 clauses out of 28413 with flag 110000/110000
165.25/81.73	c cleaning 15023 clauses out of 30577 with flag 126000/126000
189.19/93.72	c cleaning 15964 clauses out of 32554 with flag 143001/143001
214.42/106.31	c cleaning 16923 clauses out of 34586 with flag 161000/161000
249.24/123.74	c cleaning 17977 clauses out of 36656 with flag 180001/180001
277.03/137.64	c cleaning 18930 clauses out of 38677 with flag 200002/200002
310.77/154.55	c cleaning 19981 clauses out of 40746 with flag 221001/221001
339.94/169.12	c cleaning 20464 clauses out of 41760 with flag 242000/242000
370.61/184.50	c cleaning 20778 clauses out of 42296 with flag 263000/263000
397.67/198.00	c cleaning 20792 clauses out of 42516 with flag 284000/284000
433.37/215.87	c cleaning 19831 clauses out of 42720 with flag 305000/305000
474.07/236.13	c cleaning 19740 clauses out of 43886 with flag 326001/326001
503.65/250.96	c cleaning 19715 clauses out of 45142 with flag 347000/347000
534.40/266.39	c cleaning 19517 clauses out of 46425 with flag 368000/368000
563.18/280.88	c cleaning 19564 clauses out of 47908 with flag 389000/389000
595.69/297.11	c cleaning 19681 clauses out of 49344 with flag 410000/410000
627.79/313.23	c cleaning 19531 clauses out of 50663 with flag 431000/431000
656.49/327.61	c cleaning 19608 clauses out of 52132 with flag 452000/452000
688.62/343.84	c cleaning 19732 clauses out of 53520 with flag 473001/473001
717.98/358.51	c cleaning 19465 clauses out of 54785 with flag 494001/494001
723.54/361.40	c cleaning 0 clauses out of 5000 with flag 0/5000
806.39/402.65	c cleaning 20448 clauses out of 56319 with flag 515000/515000
850.48/424.77	c cleaning 20029 clauses out of 56870 with flag 536000/536000
891.29/445.19	c cleaning 19893 clauses out of 57841 with flag 557000/557000
930.82/464.98	c cleaning 19693 clauses out of 58948 with flag 578001/578001
957.98/478.51	c cleaning 19727 clauses out of 60253 with flag 599000/599000
983.09/491.27	c cleaning 19504 clauses out of 61525 with flag 620000/620000
1010.76/505.10	c cleaning 19907 clauses out of 63021 with flag 641000/641000
1040.23/519.94	c cleaning 20080 clauses out of 64114 with flag 662000/662000
1070.65/535.12	c cleaning 19629 clauses out of 65033 with flag 683000/683000
1105.52/552.65	c cleaning 19567 clauses out of 66404 with flag 704000/704000
1136.83/568.40	c cleaning 19783 clauses out of 67837 with flag 725000/725000
1165.26/582.57	c cleaning 19740 clauses out of 69054 with flag 746000/746000
1200.05/599.91	c cleaning 19969 clauses out of 70313 with flag 767001/767001
1254.18/627.13	c cleaning 19806 clauses out of 71343 with flag 788000/788000
1291.38/645.91	c cleaning 19653 clauses out of 72538 with flag 809002/809002
1321.21/660.98	c cleaning 19611 clauses out of 73885 with flag 830002/830002
1352.73/676.84	c cleaning 19909 clauses out of 75272 with flag 851000/851000
1383.98/692.77	c cleaning 20410 clauses out of 76363 with flag 872001/872001
1411.19/706.54	c cleaning 19420 clauses out of 76954 with flag 893002/893002
1440.72/721.47	c cleaning 19906 clauses out of 78534 with flag 914002/914002
1475.18/738.75	c cleaning 19920 clauses out of 79626 with flag 935000/935000
1499.88/751.49	c cleaning 19735 clauses out of 80705 with flag 956002/956002
1527.07/765.27	c cleaning 19262 clauses out of 81968 with flag 977000/977000
1577.90/790.86	c cleaning 20273 clauses out of 83705 with flag 998001/998001
1607.81/805.92	c cleaning 19777 clauses out of 84431 with flag 1019000/1019000
1637.91/821.29	c cleaning 20091 clauses out of 85654 with flag 1040000/1040000
1673.82/839.36	c cleaning 20196 clauses out of 86563 with flag 1061000/1061000
1703.99/854.67	c cleaning 20128 clauses out of 87367 with flag 1082000/1082000
1729.49/867.52	c cleaning 19625 clauses out of 88239 with flag 1103000/1103000
1760.95/883.55	c cleaning 20030 clauses out of 89614 with flag 1124000/1124000
1788.46/897.48	c cleaning 20054 clauses out of 90584 with flag 1145000/1145000
1800.03/903.41	c starts		: 171
1800.03/903.41	c conflicts		: 1154988
1800.03/903.41	c decisions		: 42016782
1800.03/903.41	c propagations		: 905539948
1800.03/903.41	c inspects		: 1720511774
1800.03/903.41	c learnt literals	: 120
1800.03/903.41	c learnt binary clauses	: 61604
1800.03/903.41	c learnt ternary clauses	: 67181
1800.03/903.41	c learnt clauses	: 1154867
1800.03/903.41	c ignored clauses	: 0
1800.03/903.41	c root simplifications	: 0
1800.03/903.41	c removed literals (reason simplification)	: 10130088
1800.03/903.41	c reason swapping (by a shorter reason)	: 0
1800.03/903.41	c Calls to reduceDB	: 61
1800.03/903.41	c number of reductions to clauses (during analyze)	: 0
1800.03/903.41	c number of learned constraints concerned by reduction	: 0
1800.03/903.41	c number of learning phase by resolution	: 0
1800.03/903.41	c number of learning phase by cutting planes	: 0
1800.03/903.41	c speed (assignments/second)	: 1003074.9431745174
1800.03/903.41	c non guided choices	29492
1800.03/903.44	c learnt constraints type 
1800.03/903.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18955
1800.03/903.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61605
1800.03/903.44	c constraints type 
1800.03/903.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
1800.03/903.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
1800.03/903.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
1800.03/903.44	c constraints type 
1800.03/903.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2158
1800.03/903.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17882
1800.03/903.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 167
1800.03/903.44	s UNKNOWN
1800.03/903.44	c Total wall clock time (in seconds): 903.319

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3742210-1338785513/watcher-3742210-1338785513 -o /tmp/evaluation-result-3742210-1338785513/solver-3742210-1338785513 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742210-1338785513.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.68 3.85 3.79 4/197 8612
/proc/meminfo: memFree=27988500/32873844 swapFree=7120/7120
[pid=8612] ppid=8610 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8612/stat : 8612 (java6) D 8610 8612 7918 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344676165 9515008 182 33554432000 1073741824 1073778376 140734341029520 140734341020552 233220947637 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/8612/statm: 2323 182 140 9 0 71 0

[startup+0.0766749 s]
/proc/loadavg: 3.68 3.85 3.79 4/197 8612
/proc/meminfo: memFree=27988500/32873844 swapFree=7120/7120
[pid=8612] ppid=8610 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/8612/stat : 8612 (java) S 8610 8612 7918 0 -1 4202496 3842 0 1 0 4 1 0 0 20 0 18 0 344676165 2764726272 5561 33554432000 1073741824 1073778376 140733576991968 140733576983104 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8612/statm: 674982 5561 1757 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100287 s]
/proc/loadavg: 3.68 3.85 3.79 4/197 8612
/proc/meminfo: memFree=27988500/32873844 swapFree=7120/7120
[pid=8612] ppid=8610 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/8612/stat : 8612 (java) S 8610 8612 7918 0 -1 4202496 4129 0 1 0 6 1 0 0 20 0 18 0 344676165 2764726272 5849 33554432000 1073741824 1073778376 140733576991968 140733576983104 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8612/statm: 674982 5850 1932 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300233 s]
/proc/loadavg: 3.68 3.85 3.79 4/197 8612
/proc/meminfo: memFree=27988500/32873844 swapFree=7120/7120
[pid=8612] ppid=8610 vsize=2699928 CPUtime=0.54 cores=1,3,5,7
/proc/8612/stat : 8612 (java) S 8610 8612 7918 0 -1 4202496 7827 0 1 0 52 2 0 0 20 0 18 0 344676165 2764726272 11553 33554432000 1073741824 1073778376 140733576991968 140733576983104 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8612/statm: 674982 11553 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 2699928

[startup+0.70021 s]
/proc/loadavg: 3.68 3.85 3.79 4/197 8612
/proc/meminfo: memFree=27988500/32873844 swapFree=7120/7120
[pid=8612] ppid=8610 vsize=2966184 CPUtime=1.44 cores=1,3,5,7
/proc/8612/stat : 8612 (java) S 8610 8612 7918 0 -1 4202496 13164 0 1 0 138 6 0 0 20 0 22 0 344676165 3037372416 44445 33554432000 1073741824 1073778376 140733576991968 140733576983104 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8612/statm: 741546 44445 2248 9 0 732240 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 3.68 3.85 3.79 7/219 8634
/proc/meminfo: memFree=27806396/32873844 swapFree=7120/7120
[pid=8612] ppid=8610 vsize=2966184 CPUtime=4.05 cores=1,3,5,7
/proc/8612/stat : 8612 (java) S 8610 8612 7918 0 -1 4202496 17803 0 1 0 396 9 0 0 20 0 22 0 344676165 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140733576983104 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8612/statm: 741546 62459 2256 9 0 732240 0
[pid=8612/tid=8614] ppid=8610 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/8612/task/8614/stat : 8614 (java) S 8610 8612 7918 0 -1 4202560 2857 0 1 0 57 4 0 0 20 0 22 0 344676166 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673427092632 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8615] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8615/stat : 8615 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673411373608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8616] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8616/stat : 8616 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673410320808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8617] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8617/stat : 8617 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673409268008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8618] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8618/stat : 8618 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673408215208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8619] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8619/stat : 8619 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673407163432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8620] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8620/stat : 8620 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673406110632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8621] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8621/stat : 8621 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673405057832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8622] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8622/stat : 8622 (java) S 8610 8612 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673404005032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8623] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8623/stat : 8623 (java) S 8610 8612 7918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673273522664 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8624] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8624/stat : 8624 (java) S 8610 8612 7918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673272468728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8625] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8625/stat : 8625 (java) S 8610 8612 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673271415816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8626] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8626/stat : 8626 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673270364304 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8627] ppid=8610 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/8612/task/8627/stat : 8627 (java) S 8610 8612 7918 0 -1 4202560 5729 0 0 0 77 0 0 0 20 0 22 0 344676172 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673269312440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8628] ppid=8610 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/8612/task/8628/stat : 8628 (java) S 8610 8612 7918 0 -1 4202560 7885 0 0 0 92 3 0 0 20 0 22 0 344676172 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673268259640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8629] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8629/stat : 8629 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140673267207032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8630] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8630/stat : 8630 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140672258534344 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8631] ppid=8610 vsize=2966184 CPUtime=0.83 cores=1,3,5,7
/proc/8612/task/8631/stat : 8631 (java) R 8610 8612 7918 0 -1 4202560 29 0 0 0 83 0 0 0 20 0 22 0 344676230 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140672257478392 140673282805723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8632] ppid=8610 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/8612/task/8632/stat : 8632 (java) R 8610 8612 7918 0 -1 4202560 101 0 0 0 79 2 0 0 20 0 22 0 344676230 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140672256426136 140673283182923 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8633] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8633/stat : 8633 (java) S 8610 8612 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344676232 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140672255374248 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8634] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8634/stat : 8634 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344676232 3037372416 62459 33554432000 1073741824 1073778376 140733576991968 140672254321448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 2966184

[startup+3.10083 s]
/proc/loadavg: 3.68 3.85 3.79 5/219 8634
/proc/meminfo: memFree=27629144/32873844 swapFree=7120/7120
[pid=8612] ppid=8610 vsize=2966184 CPUtime=7.45 cores=1,3,5,7
/proc/8612/stat : 8612 (java) S 8610 8612 7918 0 -1 4202496 17979 0 1 0 731 14 0 0 20 0 22 0 344676165 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140733576983104 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8612/statm: 741546 100884 2269 9 0 732240 0
[pid=8612/tid=8614] ppid=8610 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/8612/task/8614/stat : 8614 (java) S 8610 8612 7918 0 -1 4202560 2857 0 1 0 57 4 0 0 20 0 22 0 344676166 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673427092632 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8615] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8615/stat : 8615 (java) S 8610 8612 7918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673411373608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8616] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8616/stat : 8616 (java) S 8610 8612 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673410320808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8617] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8617/stat : 8617 (java) S 8610 8612 7918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673409268008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8618] ppid=8610 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8612/task/8618/stat : 8618 (java) S 8610 8612 7918 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 344676167 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673408215208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8619] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8619/stat : 8619 (java) S 8610 8612 7918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673407163432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8620] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8620/stat : 8620 (java) S 8610 8612 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673406110632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8621] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8621/stat : 8621 (java) S 8610 8612 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673405057832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8622] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8622/stat : 8622 (java) S 8610 8612 7918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344676167 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673404005032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8623] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8623/stat : 8623 (java) S 8610 8612 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673273522664 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8624] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8624/stat : 8624 (java) S 8610 8612 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673272468728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8625] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8625/stat : 8625 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673271415816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8626] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8626/stat : 8626 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673270364304 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8627] ppid=8610 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/8612/task/8627/stat : 8627 (java) S 8610 8612 7918 0 -1 4202560 5777 0 0 0 81 0 0 0 20 0 22 0 344676172 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673269312440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8628] ppid=8610 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/8612/task/8628/stat : 8628 (java) R 8610 8612 7918 0 -1 4202560 7886 0 0 0 106 3 0 0 20 0 22 0 344676172 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673268259640 140673433250316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8629] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8629/stat : 8629 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140673267207032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8630] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8630/stat : 8630 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140672258534344 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8631] ppid=8610 vsize=2966184 CPUtime=2.39 cores=1,3,5,7
/proc/8612/task/8631/stat : 8631 (java) R 8610 8612 7918 0 -1 4202560 31 0 0 0 239 0 0 0 20 0 22 0 344676230 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140672257479304 140673282645196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8632] ppid=8610 vsize=2966184 CPUtime=2.35 cores=1,3,5,7
/proc/8612/task/8632/stat : 8632 (java) R 8610 8612 7918 0 -1 4202560 169 0 0 0 232 3 0 0 20 0 22 0 344676230 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140672256425504 140673282064665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8633] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8633/stat : 8633 (java) S 8610 8612 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344676232 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140672255374248 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8634] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8634/stat : 8634 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344676232 3037372416 100884 33554432000 1073741824 1073778376 140733576991968 140672254321448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 2966184

[startup+6.30085 s]
/proc/loadavg: 3.63 3.83 3.78 5/219 8634
/proc/meminfo: memFree=27525328/32873844 swapFree=7120/7120
[pid=8612] ppid=8610 vsize=2966184 CPUtime=14.46 cores=1,3,5,7
/proc/8612/stat : 8612 (java) S 8610 8612 7918 0 -1 4202496 23281 0 1 0 1427 19 0 0 20 0 22 0 344676165 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140733576983104 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8612/statm: 741546 114984 2283 9 0 732240 0
[pid=8612/tid=8614] ppid=8610 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/8612/task/8614/stat : 8614 (java) S 8610 8612 7918 0 -1 4202560 2857 0 1 0 57 4 0 0 20 0 22 0 344676166 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673427092632 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8615] ppid=8610 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8612/task/8615/stat : 8615 (java) S 8610 8612 7918 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 344676167 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673411373608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8616] ppid=8610 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8612/task/8616/stat : 8616 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 344676167 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673410320808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8617] ppid=8610 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/8612/task/8617/stat : 8617 (java) S 8610 8612 7918 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 344676167 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673409268008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8618] ppid=8610 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/8612/task/8618/stat : 8618 (java) S 8610 8612 7918 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 344676167 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673408215208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8619] ppid=8610 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/8612/task/8619/stat : 8619 (java) S 8610 8612 7918 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 22 0 344676167 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673407163432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8620] ppid=8610 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/8612/task/8620/stat : 8620 (java) S 8610 8612 7918 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 344676167 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673406110632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8621] ppid=8610 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/8612/task/8621/stat : 8621 (java) S 8610 8612 7918 0 -1 4202560 18 0 0 0 3 1 0 0 20 0 22 0 344676167 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673405057832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8622] ppid=8610 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/8612/task/8622/stat : 8622 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 22 0 344676167 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673404005032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8623] ppid=8610 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/8612/task/8623/stat : 8623 (java) S 8610 8612 7918 0 -1 4202560 39 0 0 0 6 0 0 0 20 0 22 0 344676169 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673273522664 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8624] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8624/stat : 8624 (java) S 8610 8612 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673272468728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8625] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8625/stat : 8625 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673271415816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8626] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8626/stat : 8626 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673270364304 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8627] ppid=8610 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/8612/task/8627/stat : 8627 (java) S 8610 8612 7918 0 -1 4202560 10979 0 0 0 133 2 0 0 20 0 22 0 344676172 3037372416 114984 33554432000 1073741824 1073778376 140733576991968 140673269312440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/8612/statm: 741546 250867 2284 9 0 732240 0
[pid=8612/tid=8614] ppid=8610 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/8612/task/8614/stat : 8614 (java) S 8610 8612 7918 0 -1 4202560 2871 0 1 0 59 5 0 0 20 0 22 0 344676166 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673427092632 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8615] ppid=8610 vsize=2966184 CPUtime=3.31 cores=1,3,5,7
/proc/8612/task/8615/stat : 8615 (java) S 8610 8612 7918 0 -1 4202560 194 0 0 0 322 9 0 0 20 0 22 0 344676167 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673411373608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8616] ppid=8610 vsize=2966184 CPUtime=3.2 cores=1,3,5,7
/proc/8612/task/8616/stat : 8616 (java) S 8610 8612 7918 0 -1 4202560 186 0 0 0 311 9 0 0 20 0 22 0 344676167 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673410320808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8617] ppid=8610 vsize=2966184 CPUtime=3.36 cores=1,3,5,7
/proc/8612/task/8617/stat : 8617 (java) S 8610 8612 7918 0 -1 4202560 210 0 0 0 326 10 0 0 20 0 22 0 344676167 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673409268008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8618] ppid=8610 vsize=2966184 CPUtime=3.34 cores=1,3,5,7
/proc/8612/task/8618/stat : 8618 (java) S 8610 8612 7918 0 -1 4202560 199 0 0 0 324 10 0 0 20 0 22 0 344676167 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673408215208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8619] ppid=8610 vsize=2966184 CPUtime=3.26 cores=1,3,5,7
/proc/8612/task/8619/stat : 8619 (java) S 8610 8612 7918 0 -1 4202560 200 0 0 0 317 9 0 0 20 0 22 0 344676167 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673407163432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8620] ppid=8610 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/8612/task/8620/stat : 8620 (java) S 8610 8612 7918 0 -1 4202560 199 0 0 0 307 8 0 0 20 0 22 0 344676167 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673406110632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8621] ppid=8610 vsize=2966184 CPUtime=3.26 cores=1,3,5,7
/proc/8612/task/8621/stat : 8621 (java) S 8610 8612 7918 0 -1 4202560 182 0 0 0 317 9 0 0 20 0 22 0 344676167 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673405057832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8622] ppid=8610 vsize=2966184 CPUtime=3.23 cores=1,3,5,7
/proc/8612/task/8622/stat : 8622 (java) S 8610 8612 7918 0 -1 4202560 196 0 0 0 314 9 0 0 20 0 22 0 344676167 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673404005032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8623] ppid=8610 vsize=2966184 CPUtime=18.49 cores=1,3,5,7
/proc/8612/task/8623/stat : 8623 (java) S 8610 8612 7918 0 -1 4202560 128 0 0 0 1831 18 0 0 20 0 22 0 344676169 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673273522664 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8624] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8624/stat : 8624 (java) S 8610 8612 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673272468728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8625] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8625/stat : 8625 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673271415816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8626] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8626/stat : 8626 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673270364304 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8627] ppid=8610 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/8612/task/8627/stat : 8627 (java) S 8610 8612 7918 0 -1 4202560 10980 0 0 0 140 2 0 0 20 0 22 0 344676172 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673269312440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8628] ppid=8610 vsize=2966184 CPUtime=1.74 cores=1,3,5,7
/proc/8612/task/8628/stat : 8628 (java) S 8610 8612 7918 0 -1 4202560 10710 0 0 0 171 3 0 0 20 0 22 0 344676172 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673268259640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8629] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8629/stat : 8629 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140673267207032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8630] ppid=8610 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/8612/task/8630/stat : 8630 (java) S 8610 8612 7918 0 -1 4202560 47 0 0 0 19 18 0 0 20 0 22 0 344676172 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140672258534344 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8631] ppid=8610 vsize=2966184 CPUtime=793.37 cores=1,3,5,7
/proc/8612/task/8631/stat : 8631 (java) R 8610 8612 7918 0 -1 4202560 253 0 0 0 79322 15 0 0 20 0 22 0 344676230 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140672257479120 140673283062504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8632] ppid=8610 vsize=2966184 CPUtime=793.45 cores=1,3,5,7
/proc/8612/task/8632/stat : 8632 (java) R 8610 8612 7918 0 -1 4202560 383 0 0 0 79327 18 0 0 20 0 22 0 344676230 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140672256424128 140673283001950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8633] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8633/stat : 8633 (java) S 8610 8612 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344676232 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140672255374248 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8634] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8634/stat : 8634 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344676232 3037372416 250867 33554432000 1073741824 1073778376 140733576991968 140672254321448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1639.68
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.79 3.88 3.82 5/219 8724
/proc/meminfo: memFree=26946424/32873844 swapFree=7120/7120
[pid=8612] ppid=8610 vsize=2966184 CPUtime=1758.55 cores=1,3,5,7
/proc/8612/stat : 8612 (java) S 8610 8612 7918 0 -1 4202496 28242 0 1 0 175723 132 0 0 20 0 22 0 344676165 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140733576983104 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8612/statm: 741546 259096 2284 9 0 732240 0
[pid=8612/tid=8614] ppid=8610 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/8612/task/8614/stat : 8614 (java) S 8610 8612 7918 0 -1 4202560 2872 0 1 0 59 5 0 0 20 0 22 0 344676166 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673427092632 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8615] ppid=8610 vsize=2966184 CPUtime=3.43 cores=1,3,5,7
/proc/8612/task/8615/stat : 8615 (java) S 8610 8612 7918 0 -1 4202560 200 0 0 0 334 9 0 0 20 0 22 0 344676167 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673411373608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8616] ppid=8610 vsize=2966184 CPUtime=3.35 cores=1,3,5,7
/proc/8612/task/8616/stat : 8616 (java) S 8610 8612 7918 0 -1 4202560 200 0 0 0 325 10 0 0 20 0 22 0 344676167 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673410320808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8617] ppid=8610 vsize=2966184 CPUtime=3.49 cores=1,3,5,7
/proc/8612/task/8617/stat : 8617 (java) S 8610 8612 7918 0 -1 4202560 218 0 0 0 339 10 0 0 20 0 22 0 344676167 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673409268008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8618] ppid=8610 vsize=2966184 CPUtime=3.45 cores=1,3,5,7
/proc/8612/task/8618/stat : 8618 (java) S 8610 8612 7918 0 -1 4202560 203 0 0 0 335 10 0 0 20 0 22 0 344676167 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673408215208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8619] ppid=8610 vsize=2966184 CPUtime=3.38 cores=1,3,5,7
/proc/8612/task/8619/stat : 8619 (java) S 8610 8612 7918 0 -1 4202560 219 0 0 0 329 9 0 0 20 0 22 0 344676167 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673407163432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8620] ppid=8610 vsize=2966184 CPUtime=3.31 cores=1,3,5,7
/proc/8612/task/8620/stat : 8620 (java) S 8610 8612 7918 0 -1 4202560 214 0 0 0 322 9 0 0 20 0 22 0 344676167 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673406110632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8621] ppid=8610 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/8612/task/8621/stat : 8621 (java) S 8610 8612 7918 0 -1 4202560 199 0 0 0 330 10 0 0 20 0 22 0 344676167 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673405057832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8622] ppid=8610 vsize=2966184 CPUtime=3.43 cores=1,3,5,7
/proc/8612/task/8622/stat : 8622 (java) S 8610 8612 7918 0 -1 4202560 206 0 0 0 334 9 0 0 20 0 22 0 344676167 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673404005032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8623] ppid=8610 vsize=2966184 CPUtime=20.11 cores=1,3,5,7
/proc/8612/task/8623/stat : 8623 (java) S 8610 8612 7918 0 -1 4202560 132 0 0 0 1992 19 0 0 20 0 22 0 344676169 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673273522664 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8624] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8624/stat : 8624 (java) S 8610 8612 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673272468728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8625] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8625/stat : 8625 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673271415816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8626] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8626/stat : 8626 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673270364304 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8627] ppid=8610 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/8612/task/8627/stat : 8627 (java) S 8610 8612 7918 0 -1 4202560 10980 0 0 0 140 2 0 0 20 0 22 0 344676172 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673269312440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8628] ppid=8610 vsize=2966184 CPUtime=1.74 cores=1,3,5,7
/proc/8612/task/8628/stat : 8628 (java) S 8610 8612 7918 0 -1 4202560 10710 0 0 0 171 3 0 0 20 0 22 0 344676172 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673268259640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8629] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8629/stat : 8629 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140673267207032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8630] ppid=8610 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/8612/task/8630/stat : 8630 (java) S 8610 8612 7918 0 -1 4202560 51 0 0 0 21 19 0 0 20 0 22 0 344676172 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140672258534344 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8631] ppid=8610 vsize=2966184 CPUtime=851.28 cores=1,3,5,7
/proc/8612/task/8631/stat : 8631 (java) R 8610 8612 7918 0 -1 4202560 257 0 0 0 85113 15 0 0 20 0 22 0 344676230 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140672257477392 140673282898723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8632] ppid=8610 vsize=2966184 CPUtime=851.35 cores=1,3,5,7
/proc/8612/task/8632/stat : 8632 (java) R 8610 8612 7918 0 -1 4202560 392 0 0 0 85117 18 0 0 20 0 22 0 344676230 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140672256425280 140673283070608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8633] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8633/stat : 8633 (java) S 8610 8612 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344676232 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140672255374248 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8634] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8634/stat : 8634 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344676232 3037372416 259096 33554432000 1073741824 1073778376 140733576991968 140672254321448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1758.55
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.401 s]
/proc/loadavg: 3.79 3.87 3.82 5/219 8724
/proc/meminfo: memFree=26946176/32873844 swapFree=7120/7120
[pid=8612] ppid=8610 vsize=2966184 CPUtime=1800.03 cores=1,3,5,7
/proc/8612/stat : 8612 (java) S 8610 8612 7918 0 -1 4202496 28275 0 1 0 179870 133 0 0 20 0 22 0 344676165 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140733576983104 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8612/statm: 741546 259120 2284 9 0 732240 0
[pid=8612/tid=8614] ppid=8610 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/8612/task/8614/stat : 8614 (java) S 8610 8612 7918 0 -1 4202560 2872 0 1 0 59 5 0 0 20 0 22 0 344676166 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673427092632 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8615] ppid=8610 vsize=2966184 CPUtime=3.49 cores=1,3,5,7
/proc/8612/task/8615/stat : 8615 (java) S 8610 8612 7918 0 -1 4202560 201 0 0 0 340 9 0 0 20 0 22 0 344676167 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673411373608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8616] ppid=8610 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/8612/task/8616/stat : 8616 (java) S 8610 8612 7918 0 -1 4202560 203 0 0 0 330 10 0 0 20 0 22 0 344676167 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673410320808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8617] ppid=8610 vsize=2966184 CPUtime=3.54 cores=1,3,5,7
/proc/8612/task/8617/stat : 8617 (java) S 8610 8612 7918 0 -1 4202560 229 0 0 0 344 10 0 0 20 0 22 0 344676167 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673409268008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8618] ppid=8610 vsize=2966184 CPUtime=3.51 cores=1,3,5,7
/proc/8612/task/8618/stat : 8618 (java) S 8610 8612 7918 0 -1 4202560 212 0 0 0 341 10 0 0 20 0 22 0 344676167 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673408215208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8619] ppid=8610 vsize=2966184 CPUtime=3.43 cores=1,3,5,7
/proc/8612/task/8619/stat : 8619 (java) S 8610 8612 7918 0 -1 4202560 219 0 0 0 334 9 0 0 20 0 22 0 344676167 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673407163432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8620] ppid=8610 vsize=2966184 CPUtime=3.33 cores=1,3,5,7
/proc/8612/task/8620/stat : 8620 (java) S 8610 8612 7918 0 -1 4202560 214 0 0 0 324 9 0 0 20 0 22 0 344676167 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673406110632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8621] ppid=8610 vsize=2966184 CPUtime=3.45 cores=1,3,5,7
/proc/8612/task/8621/stat : 8621 (java) S 8610 8612 7918 0 -1 4202560 199 0 0 0 335 10 0 0 20 0 22 0 344676167 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673405057832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8622] ppid=8610 vsize=2966184 CPUtime=3.47 cores=1,3,5,7
/proc/8612/task/8622/stat : 8622 (java) S 8610 8612 7918 0 -1 4202560 206 0 0 0 338 9 0 0 20 0 22 0 344676167 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673404005032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8623] ppid=8610 vsize=2966184 CPUtime=21.02 cores=1,3,5,7
/proc/8612/task/8623/stat : 8623 (java) S 8610 8612 7918 0 -1 4202560 134 0 0 0 2082 20 0 0 20 0 22 0 344676169 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673273522664 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8624] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8624/stat : 8624 (java) S 8610 8612 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673272468728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8625] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8625/stat : 8625 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344676169 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673271415816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8626] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8626/stat : 8626 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673270364304 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8612/tid=8627] ppid=8610 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/8612/task/8627/stat : 8627 (java) S 8610 8612 7918 0 -1 4202560 10980 0 0 0 140 2 0 0 20 0 22 0 344676172 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673269312440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8628] ppid=8610 vsize=2966184 CPUtime=1.74 cores=1,3,5,7
/proc/8612/task/8628/stat : 8628 (java) S 8610 8612 7918 0 -1 4202560 10710 0 0 0 171 3 0 0 20 0 22 0 344676172 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673268259640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8629] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8629/stat : 8629 (java) S 8610 8612 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344676172 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140673267207032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8630] ppid=8610 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/8612/task/8630/stat : 8630 (java) S 8610 8612 7918 0 -1 4202560 53 0 0 0 21 20 0 0 20 0 22 0 344676172 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140672258534344 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8631] ppid=8610 vsize=2966184 CPUtime=871.31 cores=1,3,5,7
/proc/8612/task/8631/stat : 8631 (java) R 8610 8612 7918 0 -1 4202560 259 0 0 0 87115 16 0 0 20 0 22 0 344676230 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140672257479208 140673282898680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8612/tid=8632] ppid=8610 vsize=2966184 CPUtime=871.39 cores=1,3,5,7
/proc/8612/task/8632/stat : 8632 (java) R 8610 8612 7918 0 -1 4202560 395 0 0 0 87120 19 0 0 20 0 22 0 344676230 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140672256424016 140673283001889 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8612/tid=8633] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8633/stat : 8633 (java) S 8610 8612 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344676232 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140672255374248 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8612/tid=8634] ppid=8610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8612/task/8634/stat : 8634 (java) S 8610 8612 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344676232 3037372416 259120 33554432000 1073741824 1073778376 140733576991968 140672254321448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8612 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=197240
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=781729
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 903.453
CPU time (s): 1800.03
CPU user time (s): 1798.7
CPU system time (s): 1.33
CPU usage (%): 199.239
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 1.78173
maximum resident set size= 1036604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28308
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33993
involuntary context switches= 58689

runsolver used 4.21136 second user time and 7.92279 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 06:51:53
IDJOB=3742210
IDBENCH=90141
IDSOLVER=2324
FILE ID=node142/3742210-1338785513
RUNJOBID= node142-1338781619-7935
PBS_JOBID= 14636832
Free space on /tmp= 71188 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K167.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742210-1338785513/watcher-3742210-1338785513 -o /tmp/evaluation-result-3742210-1338785513/solver-3742210-1338785513 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742210-1338785513.opb

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

MD5SUM BENCH= 828e3d173a352fe2cabe4815c21f6f3f
RANDOM SEED=1685930923

node142.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27988772 kB
Buffers:          385052 kB
Cached:          2895260 kB
SwapCached:            0 kB
Active:          2068260 kB
Inactive:        1990724 kB
Active(anon):     769780 kB
Inactive(anon):    11220 kB
Active(file):    1298480 kB
Inactive(file):  1979504 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:        784792 kB
Mapped:            18560 kB
Shmem:               200 kB
Slab:             682332 kB
SReclaimable:     124096 kB
SUnreclaim:       558236 kB
KernelStack:        1624 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71188 MiB
End job on node142 at 2012-06-04 07:06:58