Trace number 3742509

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.17 902.854

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K140.opb
MD5SUM59945e7fb6f70b0a7aeb9a0267c89f72
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 variables16660
Total number of constraints16942
Number of constraints which are clauses16802
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint140
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 141
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.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.2.0.v20100531
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.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742509-1338787293.opb
0.09/0.11	c reading problem ... 
1.18/0.60	c ... done. Wall clock time 0.491s.
1.18/0.60	c #vars     16660
1.18/0.60	c #constraints  16942
1.18/0.60	c constraints type 
1.18/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
1.18/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
1.18/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
1.18/0.61	c constraints type 
1.18/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1807
1.18/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14993
1.18/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 140
8.07/3.34	c cleaning 2488 clauses out of 4991 with flag 5000/5000
14.84/6.61	c cleaning 4225 clauses out of 8500 with flag 11001/11001
21.27/9.87	c cleaning 5565 clauses out of 11273 with flag 18000/18000
29.89/14.15	c cleaning 6732 clauses out of 13702 with flag 26002/26002
38.29/18.37	c cleaning 7773 clauses out of 15965 with flag 35000/35000
48.47/23.45	c cleaning 8821 clauses out of 18185 with flag 45000/45000
64.66/31.49	c cleaning 10117 clauses out of 20361 with flag 56000/56000
78.26/38.27	c cleaning 10920 clauses out of 22241 with flag 68000/68000
92.02/45.15	c cleaning 12036 clauses out of 24320 with flag 81000/81000
107.21/52.74	c cleaning 12799 clauses out of 26275 with flag 95000/95000
122.95/60.61	c cleaning 14007 clauses out of 28470 with flag 110000/110000
158.22/78.24	c cleaning 15101 clauses out of 30462 with flag 126000/126000
176.15/87.26	c cleaning 15915 clauses out of 32360 with flag 143000/143000
209.81/104.08	c cleaning 16393 clauses out of 33446 with flag 160002/160002
228.41/113.32	c cleaning 16676 clauses out of 34050 with flag 177001/177001
248.97/123.69	c cleaning 16960 clauses out of 34371 with flag 194000/194000
276.73/137.58	c cleaning 16969 clauses out of 34405 with flag 211000/211000
296.28/147.40	c cleaning 16906 clauses out of 34433 with flag 228000/228000
328.46/163.49	c cleaning 17059 clauses out of 34526 with flag 245000/245000
347.40/172.99	c cleaning 16980 clauses out of 34467 with flag 262000/262000
365.07/181.82	c cleaning 16205 clauses out of 34487 with flag 279004/279004
386.24/192.45	c cleaning 16065 clauses out of 35278 with flag 296002/296002
413.65/206.10	c cleaning 16022 clauses out of 36213 with flag 313002/313002
447.46/223.07	c cleaning 16020 clauses out of 37191 with flag 330002/330002
477.32/238.02	c cleaning 16213 clauses out of 38169 with flag 347000/347000
510.69/254.72	c cleaning 16266 clauses out of 38956 with flag 364001/364001
550.60/274.60	c cleaning 16345 clauses out of 39684 with flag 381000/381000
570.70/284.79	c cleaning 15840 clauses out of 40340 with flag 398002/398002
591.81/295.43	c cleaning 16212 clauses out of 41497 with flag 415000/415000
613.66/306.46	c cleaning 15840 clauses out of 42283 with flag 432000/432000
643.37/321.39	c cleaning 16076 clauses out of 43443 with flag 449000/449000
676.49/337.94	c cleaning 16260 clauses out of 44361 with flag 466000/466000
710.13/354.85	c cleaning 16049 clauses out of 45103 with flag 483002/483002
745.42/372.57	c cleaning 16083 clauses out of 46053 with flag 500001/500001
829.96/414.65	c cleaning 16247 clauses out of 46970 with flag 517001/517001
905.91/452.55	c cleaning 16126 clauses out of 47723 with flag 534001/534001
926.23/462.87	c cleaning 16552 clauses out of 48591 with flag 551000/551000
963.03/481.22	c cleaning 16184 clauses out of 49044 with flag 568006/568006
995.48/497.50	c cleaning 16222 clauses out of 49853 with flag 585000/585000
1037.05/518.34	c cleaning 16278 clauses out of 50632 with flag 602001/602001
1068.08/534.06	c cleaning 16207 clauses out of 51354 with flag 619001/619001
1145.91/572.99	c cleaning 16224 clauses out of 52146 with flag 636000/636000
1170.08/585.19	c cleaning 16206 clauses out of 52921 with flag 653001/653001
1187.16/593.81	c cleaning 16058 clauses out of 53716 with flag 670003/670003
1222.24/611.59	c cleaning 16225 clauses out of 54657 with flag 687002/687002
1244.90/622.91	c cleaning 16209 clauses out of 55430 with flag 704000/704000
1288.75/644.95	c cleaning 15965 clauses out of 56221 with flag 721000/721000
1339.86/670.46	c cleaning 16902 clauses out of 57256 with flag 738000/738000
1362.05/681.79	c cleaning 16307 clauses out of 57356 with flag 755002/755002
1362.93/682.30	c cleaning 0 clauses out of 5000 with flag 0/5000
1418.15/709.85	c cleaning 16397 clauses out of 58047 with flag 772000/772000
1441.22/721.48	c cleaning 16006 clauses out of 58648 with flag 789000/789000
1472.80/737.48	c cleaning 16266 clauses out of 59641 with flag 806001/806001
1497.36/749.70	c cleaning 16287 clauses out of 60376 with flag 823002/823002
1522.60/762.41	c cleaning 16444 clauses out of 61088 with flag 840001/840001
1556.04/779.25	c cleaning 16396 clauses out of 61644 with flag 857001/857001
1594.02/798.40	c cleaning 16752 clauses out of 62248 with flag 874001/874001
1619.20/811.12	c cleaning 16301 clauses out of 62495 with flag 891000/891000
1638.35/820.85	c cleaning 15937 clauses out of 63194 with flag 908001/908001
1658.02/830.89	c cleaning 15821 clauses out of 64256 with flag 925000/925000
1698.06/851.10	c cleaning 16432 clauses out of 65435 with flag 942000/942000
1720.80/862.57	c cleaning 16235 clauses out of 66004 with flag 959002/959002
1745.97/875.22	c cleaning 16356 clauses out of 66767 with flag 976000/976000
1771.36/888.00	c cleaning 16106 clauses out of 67411 with flag 993000/993000
1792.29/898.72	c cleaning 16237 clauses out of 68305 with flag 1010000/1010000
1800.17/902.81	c starts		: 171
1800.17/902.81	c conflicts		: 1016337
1800.17/902.81	c decisions		: 20482214
1800.17/902.81	c propagations		: 768328762
1800.17/902.81	c inspects		: 1452445192
1800.17/902.81	c learnt literals	: 109
1800.17/902.81	c learnt binary clauses	: 44048
1800.17/902.81	c learnt ternary clauses	: 54500
1800.17/902.81	c learnt clauses	: 1016228
1800.17/902.81	c ignored clauses	: 0
1800.17/902.81	c root simplifications	: 0
1800.17/902.81	c removed literals (reason simplification)	: 12648288
1800.17/902.81	c reason swapping (by a shorter reason)	: 0
1800.17/902.81	c Calls to reduceDB	: 64
1800.17/902.81	c number of reductions to clauses (during analyze)	: 0
1800.17/902.81	c number of learned constraints concerned by reduction	: 0
1800.17/902.81	c number of learning phase by resolution	: 0
1800.17/902.81	c number of learning phase by cutting planes	: 0
1800.17/902.81	c speed (assignments/second)	: 851614.5025011001
1800.17/902.81	c non guided choices	20559
1800.17/902.83	c learnt constraints type 
1800.17/902.83	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14394
1800.17/902.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44050
1800.17/902.83	c constraints type 
1800.17/902.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
1800.17/902.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
1800.17/902.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
1800.17/902.83	c constraints type 
1800.17/902.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1807
1800.17/902.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14993
1800.17/902.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 140
1800.17/902.83	s UNKNOWN
1800.17/902.83	c Total wall clock time (in seconds): 902.72

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-3742509-1338787293/watcher-3742509-1338787293 -o /tmp/evaluation-result-3742509-1338787293/solver-3742509-1338787293 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742509-1338787293.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: 3.76 3.87 3.80 3/197 16122
/proc/meminfo: memFree=24747880/32873648 swapFree=6852/6852
[pid=16122] ppid=16120 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16122/stat : 16122 (java6) D 16120 16122 15509 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344856611 9515008 183 33554432000 1073741824 1073778376 140735178888048 140735178879080 213866331829 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/16122/statm: 2323 183 140 9 0 71 0

[startup+0.013614 s]
/proc/loadavg: 3.76 3.87 3.80 3/197 16122
/proc/meminfo: memFree=24747880/32873648 swapFree=6852/6852
[pid=16122] ppid=16120 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16122/stat : 16122 (java) S 16120 16122 15509 0 -1 4202496 1278 0 0 0 0 0 0 0 20 0 2 0 344856611 98570240 979 33554432000 1073741824 1073778376 140734828916736 140734828907872 213869690941 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16122/statm: 24065 979 745 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100199 s]
/proc/loadavg: 3.76 3.87 3.80 3/197 16122
/proc/meminfo: memFree=24747880/32873648 swapFree=6852/6852
[pid=16122] ppid=16120 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/16122/stat : 16122 (java) S 16120 16122 15509 0 -1 4202496 4704 0 1 0 8 1 0 0 20 0 18 0 344856611 2764726272 6408 33554432000 1073741824 1073778376 140734828916736 140734828907872 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16122/statm: 674982 6408 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300232 s]
/proc/loadavg: 3.76 3.87 3.80 3/197 16122
/proc/meminfo: memFree=24747880/32873648 swapFree=6852/6852
[pid=16122] ppid=16120 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/16122/stat : 16122 (java) S 16120 16122 15509 0 -1 4202496 7687 0 1 0 55 1 0 0 20 0 18 0 344856611 2764726272 12070 33554432000 1073741824 1073778376 140734828916736 140734828907872 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16122/statm: 674982 12070 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.700196 s]
/proc/loadavg: 3.76 3.87 3.80 3/197 16122
/proc/meminfo: memFree=24747880/32873648 swapFree=6852/6852
[pid=16122] ppid=16120 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/16122/stat : 16122 (java) S 16120 16122 15509 0 -1 4202496 11575 0 1 0 150 4 0 0 20 0 22 0 344856611 3037372416 37451 33554432000 1073741824 1073778376 140734828916736 140734828907872 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16122/statm: 741546 37451 2250 9 0 732240 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 2966184

[startup+1.5007 s]
/proc/loadavg: 3.76 3.87 3.80 7/219 16144
/proc/meminfo: memFree=24558396/32873648 swapFree=6852/6852
[pid=16122] ppid=16120 vsize=2966184 CPUtime=4.24 cores=0,2,4,6
/proc/16122/stat : 16122 (java) S 16120 16122 15509 0 -1 4202496 20083 0 1 0 416 8 0 0 20 0 22 0 344856611 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140734828907872 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16122/statm: 741546 80229 2258 9 0 732240 0
[pid=16122/tid=16124] ppid=16120 vsize=2966184 CPUtime=0.57 cores=0,2,4,6
/proc/16122/task/16124/stat : 16124 (java) S 16120 16122 15509 0 -1 4202560 2845 0 1 0 55 2 0 0 20 0 22 0 344856612 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324081706136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16125] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16125/stat : 16125 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324065987368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16126] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16126/stat : 16126 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324064934568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16127] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16127/stat : 16127 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324063882280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16128] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16128/stat : 16128 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324062829480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16129] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16129/stat : 16129 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324061776168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16130] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16130/stat : 16130 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324060723368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16131] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16131/stat : 16131 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324059671080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16132] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16132/stat : 16132 (java) S 16120 16122 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324058618280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16133] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16133/stat : 16133 (java) S 16120 16122 15509 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324046207720 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16134] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16134/stat : 16134 (java) S 16120 16122 15509 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324045153784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16135] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16135/stat : 16135 (java) S 16120 16122 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324044101384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16136] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16136/stat : 16136 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324043049872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16137] ppid=16120 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/16122/task/16137/stat : 16137 (java) S 16120 16122 15509 0 -1 4202560 6308 0 0 0 91 1 0 0 20 0 22 0 344856618 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324041996472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16138] ppid=16120 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/16122/task/16138/stat : 16138 (java) S 16120 16122 15509 0 -1 4202560 9562 0 0 0 93 1 0 0 20 0 22 0 344856618 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324040943672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16139] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16139/stat : 16139 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324039891576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16140] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16140/stat : 16140 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324038838984 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16141] ppid=16120 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/16122/task/16141/stat : 16141 (java) R 16120 16122 15509 0 -1 4202560 21 0 0 0 86 0 0 0 20 0 22 0 344856672 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324037783296 140323913944539 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16142] ppid=16120 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/16122/task/16142/stat : 16142 (java) R 16120 16122 15509 0 -1 4202560 140 0 0 0 84 2 0 0 20 0 22 0 344856672 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324036731136 140323914157038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16143] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16143/stat : 16143 (java) S 16120 16122 15509 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344856675 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324035679912 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16144] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16144/stat : 16144 (java) S 16120 16122 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344856675 3037372416 80229 33554432000 1073741824 1073778376 140734828916736 140324034627112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 2966184

[startup+3.10072 s]
/proc/loadavg: 3.76 3.87 3.80 5/219 16144
/proc/meminfo: memFree=24334288/32873648 swapFree=6852/6852
[pid=16122] ppid=16120 vsize=2966184 CPUtime=7.66 cores=0,2,4,6
/proc/16122/stat : 16122 (java) S 16120 16122 15509 0 -1 4202496 20219 0 1 0 753 13 0 0 20 0 22 0 344856611 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140734828907872 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16122/statm: 741546 108928 2271 9 0 732240 0
[pid=16122/tid=16124] ppid=16120 vsize=2966184 CPUtime=0.57 cores=0,2,4,6
/proc/16122/task/16124/stat : 16124 (java) S 16120 16122 15509 0 -1 4202560 2845 0 1 0 55 2 0 0 20 0 22 0 344856612 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324081706136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16125] ppid=16120 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/16122/task/16125/stat : 16125 (java) S 16120 16122 15509 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 344856614 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324065987368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16126] ppid=16120 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/16122/task/16126/stat : 16126 (java) S 16120 16122 15509 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 344856614 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324064934568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16127] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16127/stat : 16127 (java) S 16120 16122 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324063882280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16128] ppid=16120 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/16122/task/16128/stat : 16128 (java) S 16120 16122 15509 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 344856614 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324062829480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16129] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16129/stat : 16129 (java) S 16120 16122 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324061776168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16130] ppid=16120 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/16122/task/16130/stat : 16130 (java) S 16120 16122 15509 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 344856614 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324060723368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16131] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16131/stat : 16131 (java) S 16120 16122 15509 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344856614 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324059671080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16132] ppid=16120 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/16122/task/16132/stat : 16132 (java) S 16120 16122 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 344856614 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324058618280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16133] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16133/stat : 16133 (java) S 16120 16122 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324046207720 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16134] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16134/stat : 16134 (java) S 16120 16122 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324045153784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16135] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16135/stat : 16135 (java) S 16120 16122 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324044101384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16136] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16136/stat : 16136 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324043049872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16137] ppid=16120 vsize=2966184 CPUtime=1.01 cores=0,2,4,6
/proc/16122/task/16137/stat : 16137 (java) S 16120 16122 15509 0 -1 4202560 6310 0 0 0 100 1 0 0 20 0 22 0 344856618 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324041996472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16138] ppid=16120 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/16122/task/16138/stat : 16138 (java) S 16120 16122 15509 0 -1 4202560 9562 0 0 0 98 1 0 0 20 0 22 0 344856618 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324040943672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16139] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16139/stat : 16139 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324039891576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16140] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16140/stat : 16140 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324038838984 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16141] ppid=16120 vsize=2966184 CPUtime=2.39 cores=0,2,4,6
/proc/16122/task/16141/stat : 16141 (java) R 16120 16122 15509 0 -1 4202560 23 0 0 0 239 0 0 0 20 0 22 0 344856672 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324037784488 140323914000730 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16142] ppid=16120 vsize=2966184 CPUtime=2.4 cores=0,2,4,6
/proc/16122/task/16142/stat : 16142 (java) R 16120 16122 15509 0 -1 4202560 181 0 0 0 236 4 0 0 20 0 22 0 344856672 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324036731208 140323914157043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16143] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16143/stat : 16143 (java) S 16120 16122 15509 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344856675 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324035679912 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16144] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16144/stat : 16144 (java) S 16120 16122 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344856675 3037372416 108928 33554432000 1073741824 1073778376 140734828916736 140324034627112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 3.78 3.87 3.80 5/219 16144
/proc/meminfo: memFree=24298796/32873648 swapFree=6852/6852
[pid=16122] ppid=16120 vsize=2966184 CPUtime=14.2 cores=0,2,4,6
/proc/16122/stat : 16122 (java) S 16120 16122 15509 0 -1 4202496 20270 0 1 0 1406 14 0 0 20 0 22 0 344856611 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140734828907872 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16122/statm: 741546 112999 2283 9 0 732240 0
[pid=16122/tid=16124] ppid=16120 vsize=2966184 CPUtime=0.57 cores=0,2,4,6
/proc/16122/task/16124/stat : 16124 (java) S 16120 16122 15509 0 -1 4202560 2845 0 1 0 55 2 0 0 20 0 22 0 344856612 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324081706136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16125] ppid=16120 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/16122/task/16125/stat : 16125 (java) S 16120 16122 15509 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 344856614 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324065987368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16126] ppid=16120 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/16122/task/16126/stat : 16126 (java) S 16120 16122 15509 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 344856614 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324064934568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16127] ppid=16120 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/16122/task/16127/stat : 16127 (java) S 16120 16122 15509 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 344856614 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324063882280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16128] ppid=16120 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/16122/task/16128/stat : 16128 (java) S 16120 16122 15509 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 344856614 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324062829480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16129] ppid=16120 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/16122/task/16129/stat : 16129 (java) S 16120 16122 15509 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344856614 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324061776168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16130] ppid=16120 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/16122/task/16130/stat : 16130 (java) S 16120 16122 15509 0 -1 4202560 17 0 0 0 3 1 0 0 20 0 22 0 344856614 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324060723368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16131] ppid=16120 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/16122/task/16131/stat : 16131 (java) S 16120 16122 15509 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 344856614 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324059671080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16132] ppid=16120 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/16122/task/16132/stat : 16132 (java) S 16120 16122 15509 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 344856614 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324058618280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16133] ppid=16120 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/16122/task/16133/stat : 16133 (java) S 16120 16122 15509 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 22 0 344856615 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324046207720 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16134] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16134/stat : 16134 (java) S 16120 16122 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324045153784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16135] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16135/stat : 16135 (java) S 16120 16122 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324044101384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16136] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16136/stat : 16136 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324043049872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16137] ppid=16120 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/16122/task/16137/stat : 16137 (java) S 16120 16122 15509 0 -1 4202560 6314 0 0 0 112 1 0 0 20 0 22 0 344856618 3037372416 112999 33554432000 1073741824 1073778376 140734828916736 140324041996472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/16122/statm: 741546 228026 2284 9 0 732240 0
[pid=16122/tid=16124] ppid=16120 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/16122/task/16124/stat : 16124 (java) S 16120 16122 15509 0 -1 4202560 2857 0 1 0 55 4 0 0 20 0 22 0 344856612 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324081706136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16125] ppid=16120 vsize=2966184 CPUtime=3.36 cores=0,2,4,6
/proc/16122/task/16125/stat : 16125 (java) S 16120 16122 15509 0 -1 4202560 220 0 0 0 327 9 0 0 20 0 22 0 344856614 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324065987368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16126] ppid=16120 vsize=2966184 CPUtime=3.34 cores=0,2,4,6
/proc/16122/task/16126/stat : 16126 (java) S 16120 16122 15509 0 -1 4202560 171 0 0 0 327 7 0 0 20 0 22 0 344856614 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324064934568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16127] ppid=16120 vsize=2966184 CPUtime=3.26 cores=0,2,4,6
/proc/16122/task/16127/stat : 16127 (java) S 16120 16122 15509 0 -1 4202560 170 0 0 0 319 7 0 0 20 0 22 0 344856614 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324063882280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16128] ppid=16120 vsize=2966184 CPUtime=3.32 cores=0,2,4,6
/proc/16122/task/16128/stat : 16128 (java) S 16120 16122 15509 0 -1 4202560 193 0 0 0 325 7 0 0 20 0 22 0 344856614 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324062829480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16129] ppid=16120 vsize=2966184 CPUtime=3.24 cores=0,2,4,6
/proc/16122/task/16129/stat : 16129 (java) S 16120 16122 15509 0 -1 4202560 163 0 0 0 317 7 0 0 20 0 22 0 344856614 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324061776168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16130] ppid=16120 vsize=2966184 CPUtime=3.25 cores=0,2,4,6
/proc/16122/task/16130/stat : 16130 (java) S 16120 16122 15509 0 -1 4202560 200 0 0 0 317 8 0 0 20 0 22 0 344856614 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324060723368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16131] ppid=16120 vsize=2966184 CPUtime=3.32 cores=0,2,4,6
/proc/16122/task/16131/stat : 16131 (java) S 16120 16122 15509 0 -1 4202560 178 0 0 0 326 6 0 0 20 0 22 0 344856614 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324059671080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16132] ppid=16120 vsize=2966184 CPUtime=3.39 cores=0,2,4,6
/proc/16122/task/16132/stat : 16132 (java) S 16120 16122 15509 0 -1 4202560 204 0 0 0 333 6 0 0 20 0 22 0 344856614 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324058618280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16133] ppid=16120 vsize=2966184 CPUtime=16.47 cores=0,2,4,6
/proc/16122/task/16133/stat : 16133 (java) S 16120 16122 15509 0 -1 4202560 111 0 0 0 1616 31 0 0 20 0 22 0 344856615 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324046207720 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16134] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16134/stat : 16134 (java) S 16120 16122 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324045153784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16135] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16135/stat : 16135 (java) S 16120 16122 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324044101384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16136] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16136/stat : 16136 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324043049872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16137] ppid=16120 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/16122/task/16137/stat : 16137 (java) S 16120 16122 15509 0 -1 4202560 7222 0 0 0 167 1 0 0 20 0 22 0 344856618 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324041996472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16138] ppid=16120 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/16122/task/16138/stat : 16138 (java) S 16120 16122 15509 0 -1 4202560 9564 0 0 0 117 1 0 0 20 0 22 0 344856618 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324040943672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16139] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16139/stat : 16139 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324039891576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16140] ppid=16120 vsize=2966184 CPUtime=0.26 cores=0,2,4,6
/proc/16122/task/16140/stat : 16140 (java) S 16120 16122 15509 0 -1 4202560 47 0 0 0 12 14 0 0 20 0 22 0 344856618 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324038838984 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16141] ppid=16120 vsize=2966184 CPUtime=795.2 cores=0,2,4,6
/proc/16122/task/16141/stat : 16141 (java) R 16120 16122 15509 0 -1 4202560 421 0 0 0 79506 14 0 0 20 0 22 0 344856672 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324037784272 140323914000853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16142] ppid=16120 vsize=2966184 CPUtime=795.25 cores=0,2,4,6
/proc/16122/task/16142/stat : 16142 (java) R 16120 16122 15509 0 -1 4202560 411 0 0 0 79507 18 0 0 20 0 22 0 344856672 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324036729664 140323914208937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16143] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16143/stat : 16143 (java) S 16120 16122 15509 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344856675 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324035679912 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16144] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16144/stat : 16144 (java) S 16120 16122 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344856675 3037372416 228026 33554432000 1073741824 1073778376 140734828916736 140324034627112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1640.96
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.98 4.02 3.92 5/219 16214
/proc/meminfo: memFree=23848664/32873648 swapFree=6852/6852
[pid=16122] ppid=16120 vsize=2966184 CPUtime=1759.84 cores=0,2,4,6
/proc/16122/stat : 16122 (java) S 16120 16122 15509 0 -1 4202496 23406 0 1 0 175865 119 0 0 20 0 22 0 344856611 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140734828907872 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16122/statm: 741546 228071 2284 9 0 732240 0
[pid=16122/tid=16124] ppid=16120 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/16122/task/16124/stat : 16124 (java) S 16120 16122 15509 0 -1 4202560 2860 0 1 0 55 4 0 0 20 0 22 0 344856612 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324081706136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16125] ppid=16120 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/16122/task/16125/stat : 16125 (java) S 16120 16122 15509 0 -1 4202560 222 0 0 0 352 9 0 0 20 0 22 0 344856614 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324065987368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16126] ppid=16120 vsize=2966184 CPUtime=3.54 cores=0,2,4,6
/proc/16122/task/16126/stat : 16126 (java) S 16120 16122 15509 0 -1 4202560 176 0 0 0 347 7 0 0 20 0 22 0 344856614 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324064934568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16127] ppid=16120 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/16122/task/16127/stat : 16127 (java) S 16120 16122 15509 0 -1 4202560 178 0 0 0 338 7 0 0 20 0 22 0 344856614 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324063882280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16128] ppid=16120 vsize=2966184 CPUtime=3.56 cores=0,2,4,6
/proc/16122/task/16128/stat : 16128 (java) S 16120 16122 15509 0 -1 4202560 197 0 0 0 349 7 0 0 20 0 22 0 344856614 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324062829480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16129] ppid=16120 vsize=2966184 CPUtime=3.44 cores=0,2,4,6
/proc/16122/task/16129/stat : 16129 (java) S 16120 16122 15509 0 -1 4202560 168 0 0 0 337 7 0 0 20 0 22 0 344856614 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324061776168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16130] ppid=16120 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/16122/task/16130/stat : 16130 (java) S 16120 16122 15509 0 -1 4202560 207 0 0 0 337 8 0 0 20 0 22 0 344856614 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324060723368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16131] ppid=16120 vsize=2966184 CPUtime=3.53 cores=0,2,4,6
/proc/16122/task/16131/stat : 16131 (java) S 16120 16122 15509 0 -1 4202560 184 0 0 0 347 6 0 0 20 0 22 0 344856614 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324059671080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16132] ppid=16120 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/16122/task/16132/stat : 16132 (java) S 16120 16122 15509 0 -1 4202560 212 0 0 0 355 6 0 0 20 0 22 0 344856614 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324058618280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16133] ppid=16120 vsize=2966184 CPUtime=18.31 cores=0,2,4,6
/proc/16122/task/16133/stat : 16133 (java) S 16120 16122 15509 0 -1 4202560 115 0 0 0 1798 33 0 0 20 0 22 0 344856615 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324046207720 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16134] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16134/stat : 16134 (java) S 16120 16122 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324045153784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16135] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16135/stat : 16135 (java) S 16120 16122 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324044101384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16136] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16136/stat : 16136 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324043049872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16137] ppid=16120 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/16122/task/16137/stat : 16137 (java) S 16120 16122 15509 0 -1 4202560 7222 0 0 0 167 1 0 0 20 0 22 0 344856618 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324041996472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16138] ppid=16120 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/16122/task/16138/stat : 16138 (java) S 16120 16122 15509 0 -1 4202560 9564 0 0 0 117 1 0 0 20 0 22 0 344856618 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324040943672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16139] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16139/stat : 16139 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324039891576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16140] ppid=16120 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/16122/task/16140/stat : 16140 (java) S 16120 16122 15509 0 -1 4202560 51 0 0 0 13 16 0 0 20 0 22 0 344856618 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324038838984 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16141] ppid=16120 vsize=2966184 CPUtime=852.73 cores=0,2,4,6
/proc/16122/task/16141/stat : 16141 (java) R 16120 16122 15509 0 -1 4202560 430 0 0 0 85259 14 0 0 20 0 22 0 344856672 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324037782512 140323914127948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16142] ppid=16120 vsize=2966184 CPUtime=852.77 cores=0,2,4,6
/proc/16122/task/16142/stat : 16142 (java) R 16120 16122 15509 0 -1 4202560 426 0 0 0 85259 18 0 0 20 0 22 0 344856672 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324036730176 140323914230819 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16143] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16143/stat : 16143 (java) S 16120 16122 15509 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344856675 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324035679912 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16144] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16144/stat : 16144 (java) S 16120 16122 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344856675 3037372416 228071 33554432000 1073741824 1073778376 140734828916736 140324034627112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1759.84
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.801 s]
/proc/loadavg: 3.92 4.00 3.92 5/219 16214
/proc/meminfo: memFree=23836132/32873648 swapFree=6852/6852
[pid=16122] ppid=16120 vsize=2966184 CPUtime=1800.17 cores=0,2,4,6
/proc/16122/stat : 16122 (java) S 16120 16122 15509 0 -1 4202496 23457 0 1 0 179896 121 0 0 20 0 22 0 344856611 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140734828907872 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16122/statm: 741546 229123 2284 9 0 732240 0
[pid=16122/tid=16124] ppid=16120 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/16122/task/16124/stat : 16124 (java) S 16120 16122 15509 0 -1 4202560 2862 0 1 0 55 4 0 0 20 0 22 0 344856612 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324081706136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16125] ppid=16120 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/16122/task/16125/stat : 16125 (java) S 16120 16122 15509 0 -1 4202560 223 0 0 0 360 9 0 0 20 0 22 0 344856614 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324065987368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16126] ppid=16120 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/16122/task/16126/stat : 16126 (java) S 16120 16122 15509 0 -1 4202560 181 0 0 0 354 7 0 0 20 0 22 0 344856614 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324064934568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16127] ppid=16120 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/16122/task/16127/stat : 16127 (java) S 16120 16122 15509 0 -1 4202560 184 0 0 0 348 7 0 0 20 0 22 0 344856614 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324063882280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16128] ppid=16120 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/16122/task/16128/stat : 16128 (java) S 16120 16122 15509 0 -1 4202560 201 0 0 0 362 7 0 0 20 0 22 0 344856614 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324062829480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16129] ppid=16120 vsize=2966184 CPUtime=3.54 cores=0,2,4,6
/proc/16122/task/16129/stat : 16129 (java) S 16120 16122 15509 0 -1 4202560 170 0 0 0 347 7 0 0 20 0 22 0 344856614 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324061776168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16130] ppid=16120 vsize=2966184 CPUtime=3.6 cores=0,2,4,6
/proc/16122/task/16130/stat : 16130 (java) S 16120 16122 15509 0 -1 4202560 214 0 0 0 351 9 0 0 20 0 22 0 344856614 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324060723368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16131] ppid=16120 vsize=2966184 CPUtime=3.66 cores=0,2,4,6
/proc/16122/task/16131/stat : 16131 (java) S 16120 16122 15509 0 -1 4202560 187 0 0 0 359 7 0 0 20 0 22 0 344856614 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324059671080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16132] ppid=16120 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/16122/task/16132/stat : 16132 (java) S 16120 16122 15509 0 -1 4202560 217 0 0 0 362 7 0 0 20 0 22 0 344856614 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324058618280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16133] ppid=16120 vsize=2966184 CPUtime=19.36 cores=0,2,4,6
/proc/16122/task/16133/stat : 16133 (java) S 16120 16122 15509 0 -1 4202560 117 0 0 0 1902 34 0 0 20 0 22 0 344856615 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324046207720 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16134] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16134/stat : 16134 (java) S 16120 16122 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324045153784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16135] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16135/stat : 16135 (java) S 16120 16122 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344856615 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324044101384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16136] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16136/stat : 16136 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324043049872 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16137] ppid=16120 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/16122/task/16137/stat : 16137 (java) S 16120 16122 15509 0 -1 4202560 7222 0 0 0 167 1 0 0 20 0 22 0 344856618 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324041996472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16138] ppid=16120 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/16122/task/16138/stat : 16138 (java) S 16120 16122 15509 0 -1 4202560 9564 0 0 0 117 1 0 0 20 0 22 0 344856618 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324040943672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16122/tid=16139] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16139/stat : 16139 (java) S 16120 16122 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344856618 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324039891576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16122/tid=16140] ppid=16120 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/16122/task/16140/stat : 16140 (java) S 16120 16122 15509 0 -1 4202560 53 0 0 0 13 16 0 0 20 0 22 0 344856618 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324038838984 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16141] ppid=16120 vsize=2966184 CPUtime=871.91 cores=0,2,4,6
/proc/16122/task/16141/stat : 16141 (java) R 16120 16122 15509 0 -1 4202560 435 0 0 0 87176 15 0 0 20 0 22 0 344856672 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324037783344 140323914102268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16122/tid=16142] ppid=16120 vsize=2966184 CPUtime=871.94 cores=0,2,4,6
/proc/16122/task/16142/stat : 16142 (java) R 16120 16122 15509 0 -1 4202560 433 0 0 0 87175 19 0 0 20 0 22 0 344856672 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324036729280 140323914150512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16143] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16143/stat : 16143 (java) S 16120 16122 15509 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344856675 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324035679912 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16122/tid=16144] ppid=16120 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16122/task/16144/stat : 16144 (java) S 16120 16122 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344856675 3037372416 229123 33554432000 1073741824 1073778376 140734828916736 140324034627112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 16122 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=729159
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=662747
# CPU time returned by wait4() is 1796.39
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.854
CPU time (s): 1800.17
CPU user time (s): 1798.96
CPU system time (s): 1.21
CPU usage (%): 199.387
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.73
system time used= 1.66275
maximum resident set size= 916616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23490
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40412
involuntary context switches= 63527

runsolver used 3.41248 second user time and 7.93179 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 07:21:33
IDJOB=3742509
IDBENCH=90196
IDSOLVER=2324
FILE ID=node112/3742509-1338787293
RUNJOBID= node112-1338783624-15525
PBS_JOBID= 14636841
Free space on /tmp= 71228 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_K140.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742509-1338787293/watcher-3742509-1338787293 -o /tmp/evaluation-result-3742509-1338787293/solver-3742509-1338787293 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742509-1338787293.opb

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

MD5SUM BENCH= 59945e7fb6f70b0a7aeb9a0267c89f72
RANDOM SEED=1090533491

node112.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.763
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.52
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.763
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.763
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	: 5331.92
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.763
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.91
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.763
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.92
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.763
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.92
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.763
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.763
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:       32873648 kB
MemFree:        24748152 kB
Buffers:          557536 kB
Cached:          5977348 kB
SwapCached:            0 kB
Active:          2477132 kB
Inactive:        4768168 kB
Active(anon):     699508 kB
Inactive(anon):    10920 kB
Active(file):    1777624 kB
Inactive(file):  4757248 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1648 kB
Writeback:             0 kB
AnonPages:        722588 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             731592 kB
SReclaimable:     175276 kB
SUnreclaim:       556316 kB
KernelStack:        1624 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71228 MiB
End job on node112 at 2012-06-04 07:36:38