Trace number 3742444

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.15 902.361

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K180.opb
MD5SUMf1881d1e83243719865906bde58f94f2
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 variables21420
Total number of constraints21782
Number of constraints which are clauses21602
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint180
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 181
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.2.0.v20100531
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		1349517296
0.00/0.10	c Max memory 		1356595200
0.00/0.10	c Total memory 		1356595200
0.00/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3742444-1338786806.opb
0.07/0.13	c reading problem ... 
1.15/0.68	c ... done. Wall clock time 0.55s.
1.15/0.68	c #vars     21420
1.15/0.68	c #constraints  21782
1.15/0.68	c constraints type 
1.15/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19273
1.15/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
1.15/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2327
1.15/0.68	c constraints type 
1.15/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2327
1.15/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19273
1.15/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 180
8.62/3.71	c cleaning 2491 clauses out of 4996 with flag 5000/5000
16.09/7.24	c cleaning 4229 clauses out of 8502 with flag 11000/11000
24.63/11.45	c cleaning 5562 clauses out of 11263 with flag 18000/18000
34.46/16.33	c cleaning 6738 clauses out of 13696 with flag 26000/26000
44.93/21.52	c cleaning 7618 clauses out of 15955 with flag 35001/35001
56.47/27.36	c cleaning 8784 clauses out of 18334 with flag 45001/45001
69.72/33.94	c cleaning 9987 clauses out of 20547 with flag 56000/56000
83.67/40.95	c cleaning 11047 clauses out of 22563 with flag 68003/68003
109.50/53.81	c cleaning 11960 clauses out of 24511 with flag 81000/81000
126.27/62.24	c cleaning 12958 clauses out of 26549 with flag 95000/95000
145.45/71.87	c cleaning 14066 clauses out of 28587 with flag 110000/110000
167.01/82.61	c cleaning 14896 clauses out of 30518 with flag 126000/126000
193.53/95.93	c cleaning 15922 clauses out of 32615 with flag 143000/143000
217.51/107.99	c cleaning 16893 clauses out of 34690 with flag 161000/161000
241.47/119.98	c cleaning 17781 clauses out of 36795 with flag 180000/180000
267.30/132.89	c cleaning 19121 clauses out of 39013 with flag 200000/200000
294.40/146.44	c cleaning 19949 clauses out of 40891 with flag 221000/221000
323.63/161.09	c cleaning 20951 clauses out of 42942 with flag 243000/243000
355.23/176.86	c cleaning 21554 clauses out of 43989 with flag 265000/265000
399.53/198.98	c cleaning 21712 clauses out of 44437 with flag 287002/287002
435.46/216.93	c cleaning 22300 clauses out of 44722 with flag 309000/309000
466.77/232.66	c cleaning 20293 clauses out of 44421 with flag 331002/331002
498.52/248.52	c cleaning 20275 clauses out of 46125 with flag 353001/353001
528.20/263.31	c cleaning 20608 clauses out of 47849 with flag 375000/375000
556.46/277.52	c cleaning 20081 clauses out of 49241 with flag 397001/397001
584.46/291.56	c cleaning 20683 clauses out of 51160 with flag 419002/419002
615.64/307.19	c cleaning 20338 clauses out of 52472 with flag 441001/441001
670.56/334.59	c cleaning 20972 clauses out of 54135 with flag 463002/463002
708.43/353.55	c cleaning 20736 clauses out of 55160 with flag 485000/485000
744.15/371.45	c cleaning 20493 clauses out of 56423 with flag 507000/507000
782.03/390.30	c cleaning 20880 clauses out of 57933 with flag 529003/529003
817.19/407.97	c cleaning 20733 clauses out of 59045 with flag 551002/551002
829.40/414.26	c cleaning 0 clauses out of 5000 with flag 0/5000
849.04/424.07	c cleaning 20220 clauses out of 60308 with flag 573000/573000
915.22/457.19	c cleaning 20680 clauses out of 62088 with flag 595000/595000
945.47/472.32	c cleaning 20537 clauses out of 63410 with flag 617002/617002
976.50/488.00	c cleaning 20370 clauses out of 64870 with flag 639000/639000
1008.97/504.39	c cleaning 20744 clauses out of 66504 with flag 661004/661004
1042.60/521.22	c cleaning 20883 clauses out of 67756 with flag 683000/683000
1079.49/539.79	c cleaning 20612 clauses out of 68873 with flag 705000/705000
1111.82/556.01	c cleaning 20646 clauses out of 70260 with flag 727000/727000
1141.65/570.96	c cleaning 20386 clauses out of 71614 with flag 749000/749000
1172.58/586.43	c cleaning 20730 clauses out of 73228 with flag 771000/771000
1201.15/600.79	c cleaning 20582 clauses out of 74499 with flag 793001/793001
1232.00/616.31	c cleaning 20596 clauses out of 75916 with flag 815000/815000
1263.07/631.95	c cleaning 20769 clauses out of 77320 with flag 837000/837000
1303.35/652.11	c cleaning 20629 clauses out of 78552 with flag 859001/859001
1335.96/668.57	c cleaning 20556 clauses out of 79922 with flag 881000/881000
1369.56/685.57	c cleaning 21208 clauses out of 81363 with flag 903000/903000
1400.58/701.10	c cleaning 20409 clauses out of 82156 with flag 925001/925001
1434.04/717.95	c cleaning 20412 clauses out of 83746 with flag 947000/947000
1472.85/737.47	c cleaning 20843 clauses out of 85334 with flag 969000/969000
1510.29/756.32	c cleaning 20549 clauses out of 86491 with flag 991000/991000
1540.51/771.53	c cleaning 20951 clauses out of 87944 with flag 1013003/1013003
1584.08/793.33	c cleaning 20921 clauses out of 88990 with flag 1035000/1035000
1618.69/810.72	c cleaning 20782 clauses out of 90066 with flag 1057000/1057000
1652.31/827.75	c cleaning 20853 clauses out of 91285 with flag 1079001/1079001
1685.29/844.36	c cleaning 20574 clauses out of 92431 with flag 1101000/1101000
1722.26/862.97	c cleaning 20964 clauses out of 93857 with flag 1123000/1123000
1759.11/881.40	c cleaning 20852 clauses out of 94895 with flag 1145002/1145002
1792.49/898.31	c cleaning 20867 clauses out of 96040 with flag 1167000/1167000
1800.15/902.31	c starts		: 184
1800.15/902.31	c conflicts		: 1174351
1800.15/902.31	c decisions		: 52608409
1800.15/902.31	c propagations		: 981259823
1800.15/902.31	c inspects		: 1868603514
1800.15/902.31	c learnt literals	: 91
1800.15/902.31	c learnt binary clauses	: 66060
1800.15/902.31	c learnt ternary clauses	: 68990
1800.15/902.31	c learnt clauses	: 1174259
1800.15/902.31	c ignored clauses	: 0
1800.15/902.31	c root simplifications	: 0
1800.15/902.31	c removed literals (reason simplification)	: 8402989
1800.15/902.31	c reason swapping (by a shorter reason)	: 0
1800.15/902.31	c Calls to reduceDB	: 60
1800.15/902.31	c number of reductions to clauses (during analyze)	: 0
1800.15/902.31	c number of learned constraints concerned by reduction	: 0
1800.15/902.31	c number of learning phase by resolution	: 0
1800.15/902.31	c number of learning phase by cutting planes	: 0
1800.15/902.31	c speed (assignments/second)	: 1088317.6280736001
1800.15/902.31	c non guided choices	92134
1800.15/902.34	c learnt constraints type 
1800.15/902.34	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16541
1800.15/902.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 66062
1800.15/902.34	c constraints type 
1800.15/902.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19273
1800.15/902.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
1800.15/902.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2327
1800.15/902.34	c constraints type 
1800.15/902.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2327
1800.15/902.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19273
1800.15/902.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 180
1800.15/902.34	s UNKNOWN
1800.15/902.34	c Total wall clock time (in seconds): 902.211

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-3742444-1338786806/watcher-3742444-1338786806 -o /tmp/evaluation-result-3742444-1338786806/solver-3742444-1338786806 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742444-1338786806.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.83 3.91 3.84 4/197 8830
/proc/meminfo: memFree=28012944/32873844 swapFree=7120/7120
[pid=8830] ppid=8828 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/8830/stat : 8830 (java6) R 8828 8830 7918 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 344805528 2560000 47 33554432000 1073741824 1073778376 140735270932672 140735270929800 233211784487 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8830/statm: 625 47 37 9 0 29 0

[startup+0.106447 s]
/proc/loadavg: 3.83 3.91 3.84 4/197 8830
/proc/meminfo: memFree=28012944/32873844 swapFree=7120/7120
[pid=8830] ppid=8828 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/8830/stat : 8830 (java) S 8828 8830 7918 0 -1 4202496 4134 0 1 0 6 1 0 0 20 0 18 0 344805528 2764726272 5854 33554432000 1073741824 1073778376 140734800879856 140734800870992 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8830/statm: 674982 5855 1933 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.200245 s]
/proc/loadavg: 3.83 3.91 3.84 4/197 8830
/proc/meminfo: memFree=28012944/32873844 swapFree=7120/7120
[pid=8830] ppid=8828 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/8830/stat : 8830 (java) S 8828 8830 7918 0 -1 4202496 5907 0 1 0 23 2 0 0 20 0 18 0 344805528 2764726272 8278 33554432000 1073741824 1073778376 140734800879856 140734800870992 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8830/statm: 674982 8278 2187 9 0 665676 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 2699928

[startup+0.300262 s]
/proc/loadavg: 3.83 3.91 3.84 4/197 8830
/proc/meminfo: memFree=28012944/32873844 swapFree=7120/7120
[pid=8830] ppid=8828 vsize=2699928 CPUtime=0.52 cores=0,2,4,6
/proc/8830/stat : 8830 (java) S 8828 8830 7918 0 -1 4202496 7656 0 1 0 50 2 0 0 20 0 18 0 344805528 2764726272 11038 33554432000 1073741824 1073778376 140734800879856 140734800870992 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8830/statm: 674982 11038 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2699928

[startup+0.700166 s]
/proc/loadavg: 3.83 3.91 3.84 4/197 8830
/proc/meminfo: memFree=28012944/32873844 swapFree=7120/7120
[pid=8830] ppid=8828 vsize=2833056 CPUtime=1.32 cores=0,2,4,6
/proc/8830/stat : 8830 (java) S 8828 8830 7918 0 -1 4202496 12651 0 1 0 127 5 0 0 20 0 20 0 344805528 2901049344 46911 33554432000 1073741824 1073778376 140734800879856 140734800870992 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8830/statm: 708264 46911 2242 9 0 698958 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 2833056

[startup+1.5008 s]
/proc/loadavg: 3.83 3.91 3.84 7/219 8852
/proc/meminfo: memFree=27805332/32873844 swapFree=7120/7120
[pid=8830] ppid=8828 vsize=2966184 CPUtime=3.92 cores=0,2,4,6
/proc/8830/stat : 8830 (java) S 8828 8830 7918 0 -1 4202496 16091 0 1 0 385 7 0 0 20 0 22 0 344805528 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140734800870992 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8830/statm: 741546 79186 2256 9 0 732240 0
[pid=8830/tid=8832] ppid=8828 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/8830/task/8832/stat : 8832 (java) S 8828 8830 7918 0 -1 4202560 2856 0 1 0 61 3 0 0 20 0 22 0 344805529 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614848296088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8833] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8833/stat : 8833 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614832576808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8834] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8834/stat : 8834 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614831524008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8835] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8835/stat : 8835 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614830471720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8836] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8836/stat : 8836 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614829418920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8837] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8837/stat : 8837 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614828366632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8838] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8838/stat : 8838 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614827313832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8839] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8839/stat : 8839 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614826261544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8840] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8840/stat : 8840 (java) S 8828 8830 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614825208744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8841] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8841/stat : 8841 (java) S 8828 8830 7918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614694852840 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8842] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8842/stat : 8842 (java) S 8828 8830 7918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614693798904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8843] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8843/stat : 8843 (java) S 8828 8830 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614692746504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8844] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8844/stat : 8844 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614691694992 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8845] ppid=8828 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/8830/task/8845/stat : 8845 (java) S 8828 8830 7918 0 -1 4202560 4790 0 0 0 77 1 0 0 20 0 22 0 344805535 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614690642616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8846] ppid=8828 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/8830/task/8846/stat : 8846 (java) S 8828 8830 7918 0 -1 4202560 7090 0 0 0 85 0 0 0 20 0 22 0 344805535 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614689589816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8847] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8847/stat : 8847 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614688537720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8848] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8848/stat : 8848 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614687485128 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8849] ppid=8828 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/8830/task/8849/stat : 8849 (java) R 8828 8830 7918 0 -1 4202560 28 0 0 0 78 0 0 0 20 0 22 0 344805596 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614686429624 140614696658496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8850] ppid=8828 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/8830/task/8850/stat : 8850 (java) R 8828 8830 7918 0 -1 4202560 126 0 0 0 78 2 0 0 20 0 22 0 344805596 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614685376792 140614696875401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8851] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8851/stat : 8851 (java) S 8828 8830 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344805599 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614684325032 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8852] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8852/stat : 8852 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805599 3037372416 79186 33554432000 1073741824 1073778376 140734800879856 140614683272232 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 2966184

[startup+3.10082 s]
/proc/loadavg: 3.83 3.91 3.84 5/219 8852
/proc/meminfo: memFree=27610188/32873844 swapFree=7120/7120
[pid=8830] ppid=8828 vsize=2966184 CPUtime=7.38 cores=0,2,4,6
/proc/8830/stat : 8830 (java) S 8828 8830 7918 0 -1 4202496 16261 0 1 0 724 14 0 0 20 0 22 0 344805528 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140734800870992 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8830/statm: 741546 108425 2269 9 0 732240 0
[pid=8830/tid=8832] ppid=8828 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/8830/task/8832/stat : 8832 (java) S 8828 8830 7918 0 -1 4202560 2856 0 1 0 61 3 0 0 20 0 22 0 344805529 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614848296088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8833] ppid=8828 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8830/task/8833/stat : 8833 (java) S 8828 8830 7918 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 22 0 344805530 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614832576808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8834] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8834/stat : 8834 (java) S 8828 8830 7918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614831524008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8835] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8835/stat : 8835 (java) S 8828 8830 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614830471720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8836] ppid=8828 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/8830/task/8836/stat : 8836 (java) S 8828 8830 7918 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 344805530 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614829418920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8837] ppid=8828 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8830/task/8837/stat : 8837 (java) S 8828 8830 7918 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344805530 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614828366632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8838] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8838/stat : 8838 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805530 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614827313832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8839] ppid=8828 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/8830/task/8839/stat : 8839 (java) S 8828 8830 7918 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 344805530 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614826261544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8840] ppid=8828 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8830/task/8840/stat : 8840 (java) S 8828 8830 7918 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 344805530 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614825208744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8841] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8841/stat : 8841 (java) S 8828 8830 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614694852840 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8842] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8842/stat : 8842 (java) S 8828 8830 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614693798904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8843] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8843/stat : 8843 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614692746504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8844] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8844/stat : 8844 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614691694992 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8845] ppid=8828 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/8830/task/8845/stat : 8845 (java) S 8828 8830 7918 0 -1 4202560 4792 0 0 0 83 1 0 0 20 0 22 0 344805535 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614690642616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8846] ppid=8828 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/8830/task/8846/stat : 8846 (java) S 8828 8830 7918 0 -1 4202560 7121 0 0 0 96 0 0 0 20 0 22 0 344805535 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614689589816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8847] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8847/stat : 8847 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614688537720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8848] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8848/stat : 8848 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614687485128 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8849] ppid=8828 vsize=2966184 CPUtime=2.32 cores=0,2,4,6
/proc/8830/task/8849/stat : 8849 (java) R 8828 8830 7918 0 -1 4202560 28 0 0 0 232 0 0 0 20 0 22 0 344805596 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614686429640 140614696822632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8850] ppid=8828 vsize=2966184 CPUtime=2.34 cores=0,2,4,6
/proc/8830/task/8850/stat : 8850 (java) R 8828 8830 7918 0 -1 4202560 166 0 0 0 231 3 0 0 20 0 22 0 344805596 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614685375976 140614696852301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8851] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8851/stat : 8851 (java) S 8828 8830 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344805599 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614684325032 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8852] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8852/stat : 8852 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805599 3037372416 108425 33554432000 1073741824 1073778376 140734800879856 140614683272232 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 2966184

[startup+6.30084 s]
/proc/loadavg: 3.85 3.91 3.84 5/219 8852
/proc/meminfo: memFree=27557256/32873844 swapFree=7120/7120
[pid=8830] ppid=8828 vsize=2966184 CPUtime=14.22 cores=0,2,4,6
/proc/8830/stat : 8830 (java) S 8828 8830 7918 0 -1 4202496 19179 0 1 0 1406 16 0 0 20 0 22 0 344805528 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140734800870992 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8830/statm: 741546 115853 2283 9 0 732240 0
[pid=8830/tid=8832] ppid=8828 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/8830/task/8832/stat : 8832 (java) S 8828 8830 7918 0 -1 4202560 2856 0 1 0 61 3 0 0 20 0 22 0 344805529 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614848296088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8833] ppid=8828 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/8830/task/8833/stat : 8833 (java) S 8828 8830 7918 0 -1 4202560 20 0 0 0 3 2 0 0 20 0 22 0 344805530 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614832576808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8834] ppid=8828 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/8830/task/8834/stat : 8834 (java) S 8828 8830 7918 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 344805530 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614831524008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8835] ppid=8828 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8830/task/8835/stat : 8835 (java) S 8828 8830 7918 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 344805530 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614830471720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8836] ppid=8828 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/8830/task/8836/stat : 8836 (java) S 8828 8830 7918 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 344805530 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614829418920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8837] ppid=8828 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8830/task/8837/stat : 8837 (java) S 8828 8830 7918 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344805530 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614828366632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8838] ppid=8828 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/8830/task/8838/stat : 8838 (java) S 8828 8830 7918 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 344805530 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614827313832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8839] ppid=8828 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/8830/task/8839/stat : 8839 (java) S 8828 8830 7918 0 -1 4202560 20 0 0 0 3 2 0 0 20 0 22 0 344805530 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614826261544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8840] ppid=8828 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/8830/task/8840/stat : 8840 (java) S 8828 8830 7918 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 344805530 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614825208744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8841] ppid=8828 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/8830/task/8841/stat : 8841 (java) S 8828 8830 7918 0 -1 4202560 39 0 0 0 6 0 0 0 20 0 22 0 344805532 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614694852840 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8842] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8842/stat : 8842 (java) S 8828 8830 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614693798904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8843] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8843/stat : 8843 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614692746504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8844] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8844/stat : 8844 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614691694992 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8845] ppid=8828 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/8830/task/8845/stat : 8845 (java) S 8828 8830 7918 0 -1 4202560 4798 0 0 0 92 1 0 0 20 0 22 0 344805535 3037372416 115853 33554432000 1073741824 1073778376 140734800879856 140614690642616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/8830/statm: 741546 206998 2284 9 0 732240 0
[pid=8830/tid=8832] ppid=8828 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/8830/task/8832/stat : 8832 (java) S 8828 8830 7918 0 -1 4202560 2864 0 1 0 63 4 0 0 20 0 22 0 344805529 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614848296088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8833] ppid=8828 vsize=2966184 CPUtime=3.14 cores=0,2,4,6
/proc/8830/task/8833/stat : 8833 (java) S 8828 8830 7918 0 -1 4202560 168 0 0 0 308 6 0 0 20 0 22 0 344805530 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614832576808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8834] ppid=8828 vsize=2966184 CPUtime=3.24 cores=0,2,4,6
/proc/8830/task/8834/stat : 8834 (java) S 8828 8830 7918 0 -1 4202560 170 0 0 0 318 6 0 0 20 0 22 0 344805530 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614831524008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8835] ppid=8828 vsize=2966184 CPUtime=3.11 cores=0,2,4,6
/proc/8830/task/8835/stat : 8835 (java) S 8828 8830 7918 0 -1 4202560 152 0 0 0 305 6 0 0 20 0 22 0 344805530 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614830471720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8836] ppid=8828 vsize=2966184 CPUtime=3.07 cores=0,2,4,6
/proc/8830/task/8836/stat : 8836 (java) S 8828 8830 7918 0 -1 4202560 177 0 0 0 300 7 0 0 20 0 22 0 344805530 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614829418920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8837] ppid=8828 vsize=2966184 CPUtime=3.16 cores=0,2,4,6
/proc/8830/task/8837/stat : 8837 (java) S 8828 8830 7918 0 -1 4202560 184 0 0 0 308 8 0 0 20 0 22 0 344805530 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614828366632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8838] ppid=8828 vsize=2966184 CPUtime=3.29 cores=0,2,4,6
/proc/8830/task/8838/stat : 8838 (java) S 8828 8830 7918 0 -1 4202560 182 0 0 0 323 6 0 0 20 0 22 0 344805530 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614827313832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8839] ppid=8828 vsize=2966184 CPUtime=3.03 cores=0,2,4,6
/proc/8830/task/8839/stat : 8839 (java) S 8828 8830 7918 0 -1 4202560 163 0 0 0 296 7 0 0 20 0 22 0 344805530 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614826261544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8840] ppid=8828 vsize=2966184 CPUtime=3.22 cores=0,2,4,6
/proc/8830/task/8840/stat : 8840 (java) S 8828 8830 7918 0 -1 4202560 171 0 0 0 315 7 0 0 20 0 22 0 344805530 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614825208744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8841] ppid=8828 vsize=2966184 CPUtime=15.87 cores=0,2,4,6
/proc/8830/task/8841/stat : 8841 (java) S 8828 8830 7918 0 -1 4202560 135 0 0 0 1560 27 0 0 20 0 22 0 344805532 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614694852840 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8842] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8842/stat : 8842 (java) S 8828 8830 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614693798904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8843] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8843/stat : 8843 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614692746504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8844] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8844/stat : 8844 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614691694992 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8845] ppid=8828 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/8830/task/8845/stat : 8845 (java) S 8828 8830 7918 0 -1 4202560 4826 0 0 0 117 1 0 0 20 0 22 0 344805535 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614690642616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8846] ppid=8828 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/8830/task/8846/stat : 8846 (java) S 8828 8830 7918 0 -1 4202560 12646 0 0 0 173 2 0 0 20 0 22 0 344805535 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614689589816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8847] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8847/stat : 8847 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614688537720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8848] ppid=8828 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/8830/task/8848/stat : 8848 (java) S 8828 8830 7918 0 -1 4202560 46 0 0 0 14 17 0 0 20 0 22 0 344805535 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614687485128 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8849] ppid=8828 vsize=2966184 CPUtime=796.21 cores=0,2,4,6
/proc/8830/task/8849/stat : 8849 (java) R 8828 8830 7918 0 -1 4202560 276 0 0 0 79607 14 0 0 20 0 22 0 344805596 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614686428480 140614696822574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8850] ppid=8828 vsize=2966184 CPUtime=796.21 cores=0,2,4,6
/proc/8830/task/8850/stat : 8850 (java) R 8828 8830 7918 0 -1 4202560 379 0 0 0 79605 16 0 0 20 0 22 0 344805596 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614685374800 140614696629025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8851] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8851/stat : 8851 (java) S 8828 8830 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344805599 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614684325032 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8852] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8852/stat : 8852 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805599 3037372416 206998 33554432000 1073741824 1073778376 140734800879856 140614683272232 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1641.38
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 3.96 3.98 3.91 5/219 8920
/proc/meminfo: memFree=27191136/32873844 swapFree=7120/7120
[pid=8830] ppid=8828 vsize=2966184 CPUtime=1760.31 cores=0,2,4,6
/proc/8830/stat : 8830 (java) S 8828 8830 7918 0 -1 4202496 23851 0 1 0 175916 115 0 0 20 0 22 0 344805528 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140734800870992 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8830/statm: 741546 210648 2284 9 0 732240 0
[pid=8830/tid=8832] ppid=8828 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/8830/task/8832/stat : 8832 (java) S 8828 8830 7918 0 -1 4202560 2866 0 1 0 63 4 0 0 20 0 22 0 344805529 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614848296088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8833] ppid=8828 vsize=2966184 CPUtime=3.35 cores=0,2,4,6
/proc/8830/task/8833/stat : 8833 (java) S 8828 8830 7918 0 -1 4202560 184 0 0 0 328 7 0 0 20 0 22 0 344805530 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614832576808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8834] ppid=8828 vsize=2966184 CPUtime=3.48 cores=0,2,4,6
/proc/8830/task/8834/stat : 8834 (java) S 8828 8830 7918 0 -1 4202560 183 0 0 0 341 7 0 0 20 0 22 0 344805530 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614831524008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8835] ppid=8828 vsize=2966184 CPUtime=3.35 cores=0,2,4,6
/proc/8830/task/8835/stat : 8835 (java) S 8828 8830 7918 0 -1 4202560 170 0 0 0 329 6 0 0 20 0 22 0 344805530 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614830471720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8836] ppid=8828 vsize=2966184 CPUtime=3.2 cores=0,2,4,6
/proc/8830/task/8836/stat : 8836 (java) S 8828 8830 7918 0 -1 4202560 180 0 0 0 313 7 0 0 20 0 22 0 344805530 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614829418920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8837] ppid=8828 vsize=2966184 CPUtime=3.37 cores=0,2,4,6
/proc/8830/task/8837/stat : 8837 (java) S 8828 8830 7918 0 -1 4202560 192 0 0 0 329 8 0 0 20 0 22 0 344805530 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614828366632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8838] ppid=8828 vsize=2966184 CPUtime=3.54 cores=0,2,4,6
/proc/8830/task/8838/stat : 8838 (java) S 8828 8830 7918 0 -1 4202560 185 0 0 0 348 6 0 0 20 0 22 0 344805530 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614827313832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8839] ppid=8828 vsize=2966184 CPUtime=3.24 cores=0,2,4,6
/proc/8830/task/8839/stat : 8839 (java) S 8828 8830 7918 0 -1 4202560 179 0 0 0 317 7 0 0 20 0 22 0 344805530 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614826261544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8840] ppid=8828 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/8830/task/8840/stat : 8840 (java) S 8828 8830 7918 0 -1 4202560 184 0 0 0 338 7 0 0 20 0 22 0 344805530 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614825208744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8841] ppid=8828 vsize=2966184 CPUtime=17.71 cores=0,2,4,6
/proc/8830/task/8841/stat : 8841 (java) S 8828 8830 7918 0 -1 4202560 139 0 0 0 1743 28 0 0 20 0 22 0 344805532 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614694852840 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8842] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8842/stat : 8842 (java) S 8828 8830 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614693798904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8843] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8843/stat : 8843 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614692746504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8844] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8844/stat : 8844 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614691694992 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8845] ppid=8828 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/8830/task/8845/stat : 8845 (java) S 8828 8830 7918 0 -1 4202560 4826 0 0 0 117 1 0 0 20 0 22 0 344805535 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614690642616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8846] ppid=8828 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/8830/task/8846/stat : 8846 (java) S 8828 8830 7918 0 -1 4202560 12646 0 0 0 173 2 0 0 20 0 22 0 344805535 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614689589816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8847] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8847/stat : 8847 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614688537720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8848] ppid=8828 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/8830/task/8848/stat : 8848 (java) S 8828 8830 7918 0 -1 4202560 50 0 0 0 16 18 0 0 20 0 22 0 344805535 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614687485128 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8849] ppid=8828 vsize=2966184 CPUtime=853.73 cores=0,2,4,6
/proc/8830/task/8849/stat : 8849 (java) R 8828 8830 7918 0 -1 4202560 285 0 0 0 85359 14 0 0 20 0 22 0 344805596 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614686429392 140614696770473 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8850] ppid=8828 vsize=2966184 CPUtime=853.72 cores=0,2,4,6
/proc/8830/task/8850/stat : 8850 (java) R 8828 8830 7918 0 -1 4202560 394 0 0 0 85355 17 0 0 20 0 22 0 344805596 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614685374544 140614697022148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8851] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8851/stat : 8851 (java) S 8828 8830 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344805599 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614684325032 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8852] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8852/stat : 8852 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805599 3037372416 210648 33554432000 1073741824 1073778376 140734800879856 140614683272232 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1760.31
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.301 s]
/proc/loadavg: 3.97 3.98 3.91 5/219 8920
/proc/meminfo: memFree=27166560/32873844 swapFree=7120/7120
[pid=8830] ppid=8828 vsize=2966184 CPUtime=1800.15 cores=0,2,4,6
/proc/8830/stat : 8830 (java) S 8828 8830 7918 0 -1 4202496 23867 0 1 0 179899 116 0 0 20 0 22 0 344805528 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140734800870992 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8830/statm: 741546 210654 2284 9 0 732240 0
[pid=8830/tid=8832] ppid=8828 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/8830/task/8832/stat : 8832 (java) S 8828 8830 7918 0 -1 4202560 2866 0 1 0 63 4 0 0 20 0 22 0 344805529 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614848296088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8833] ppid=8828 vsize=2966184 CPUtime=3.42 cores=0,2,4,6
/proc/8830/task/8833/stat : 8833 (java) S 8828 8830 7918 0 -1 4202560 184 0 0 0 335 7 0 0 20 0 22 0 344805530 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614832576808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8834] ppid=8828 vsize=2966184 CPUtime=3.53 cores=0,2,4,6
/proc/8830/task/8834/stat : 8834 (java) S 8828 8830 7918 0 -1 4202560 183 0 0 0 346 7 0 0 20 0 22 0 344805530 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614831524008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8835] ppid=8828 vsize=2966184 CPUtime=3.41 cores=0,2,4,6
/proc/8830/task/8835/stat : 8835 (java) S 8828 8830 7918 0 -1 4202560 170 0 0 0 335 6 0 0 20 0 22 0 344805530 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614830471720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8836] ppid=8828 vsize=2966184 CPUtime=3.26 cores=0,2,4,6
/proc/8830/task/8836/stat : 8836 (java) S 8828 8830 7918 0 -1 4202560 182 0 0 0 319 7 0 0 20 0 22 0 344805530 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614829418920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8837] ppid=8828 vsize=2966184 CPUtime=3.47 cores=0,2,4,6
/proc/8830/task/8837/stat : 8837 (java) S 8828 8830 7918 0 -1 4202560 194 0 0 0 339 8 0 0 20 0 22 0 344805530 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614828366632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8838] ppid=8828 vsize=2966184 CPUtime=3.62 cores=0,2,4,6
/proc/8830/task/8838/stat : 8838 (java) S 8828 8830 7918 0 -1 4202560 187 0 0 0 356 6 0 0 20 0 22 0 344805530 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614827313832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8839] ppid=8828 vsize=2966184 CPUtime=3.28 cores=0,2,4,6
/proc/8830/task/8839/stat : 8839 (java) S 8828 8830 7918 0 -1 4202560 179 0 0 0 321 7 0 0 20 0 22 0 344805530 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614826261544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8840] ppid=8828 vsize=2966184 CPUtime=3.51 cores=0,2,4,6
/proc/8830/task/8840/stat : 8840 (java) S 8828 8830 7918 0 -1 4202560 184 0 0 0 344 7 0 0 20 0 22 0 344805530 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614825208744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8841] ppid=8828 vsize=2966184 CPUtime=18.11 cores=0,2,4,6
/proc/8830/task/8841/stat : 8841 (java) S 8828 8830 7918 0 -1 4202560 141 0 0 0 1782 29 0 0 20 0 22 0 344805532 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614694852840 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8842] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8842/stat : 8842 (java) S 8828 8830 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614693798904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8843] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8843/stat : 8843 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805532 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614692746504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8844] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8844/stat : 8844 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614691694992 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8845] ppid=8828 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/8830/task/8845/stat : 8845 (java) S 8828 8830 7918 0 -1 4202560 4826 0 0 0 117 1 0 0 20 0 22 0 344805535 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614690642616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8846] ppid=8828 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/8830/task/8846/stat : 8846 (java) S 8828 8830 7918 0 -1 4202560 12646 0 0 0 173 2 0 0 20 0 22 0 344805535 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614689589816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8830/tid=8847] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8847/stat : 8847 (java) S 8828 8830 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344805535 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614688537720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8830/tid=8848] ppid=8828 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/8830/task/8848/stat : 8848 (java) S 8828 8830 7918 0 -1 4202560 52 0 0 0 17 18 0 0 20 0 22 0 344805535 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614687485128 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8849] ppid=8828 vsize=2966184 CPUtime=873.13 cores=0,2,4,6
/proc/8830/task/8849/stat : 8849 (java) R 8828 8830 7918 0 -1 4202560 286 0 0 0 87298 15 0 0 20 0 22 0 344805596 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614686429392 140614696507668 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8830/tid=8850] ppid=8828 vsize=2966184 CPUtime=873.14 cores=0,2,4,6
/proc/8830/task/8850/stat : 8850 (java) R 8828 8830 7918 0 -1 4202560 399 0 0 0 87296 18 0 0 20 0 22 0 344805596 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614685374800 140614696852236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8851] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8851/stat : 8851 (java) S 8828 8830 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344805599 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614684325032 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8830/tid=8852] ppid=8828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8830/task/8852/stat : 8852 (java) S 8828 8830 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344805599 3037372416 210654 33554432000 1073741824 1073778376 140734800879856 140614683272232 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 8830 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=658170
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=583759
# CPU time returned by wait4() is 1796.24
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.361
CPU time (s): 1800.15
CPU user time (s): 1798.99
CPU system time (s): 1.16
CPU usage (%): 199.493
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.58376
maximum resident set size= 842740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23900
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34859
involuntary context switches= 59710

runsolver used 3.19151 second user time and 8.35373 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 07:13:26
IDJOB=3742444
IDBENCH=90186
IDSOLVER=2324
FILE ID=node142/3742444-1338786806
RUNJOBID= node142-1338781619-7934
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_K180.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742444-1338786806/watcher-3742444-1338786806 -o /tmp/evaluation-result-3742444-1338786806/solver-3742444-1338786806 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742444-1338786806.opb

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

MD5SUM BENCH= f1881d1e83243719865906bde58f94f2
RANDOM SEED=319871511

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:        28013588 kB
Buffers:          385612 kB
Cached:          2896732 kB
SwapCached:            0 kB
Active:          2041952 kB
Inactive:        1990472 kB
Active(anon):     741660 kB
Inactive(anon):    11220 kB
Active(file):    1300292 kB
Inactive(file):  1979252 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1648 kB
Writeback:             0 kB
AnonPages:        763484 kB
Mapped:            18556 kB
Shmem:               200 kB
Slab:             682304 kB
SReclaimable:     124104 kB
SUnreclaim:       558200 kB
KernelStack:        1624 kB
PageTables:         5340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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:28:31