Trace number 3742405

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.14 901.06

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K156.opb
MD5SUMb01d5fef61cfdf78caaec08ee0d21bae
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 variables18564
Total number of constraints18878
Number of constraints which are clauses18722
Number of constraints which are cardinality constraints (but not clauses)156
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint156
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 157
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.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3742405-1338786733.opb
0.08/0.11	c reading problem ... 
1.17/0.60	c ... done. Wall clock time 0.486s.
1.17/0.60	c #vars     18564
1.17/0.60	c #constraints  18878
1.17/0.60	c constraints type 
1.17/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
1.17/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
1.17/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
1.17/0.60	c constraints type 
1.17/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2015
1.17/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16705
1.17/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 156
9.49/4.07	c cleaning 2485 clauses out of 4998 with flag 5000/5000
16.28/7.39	c cleaning 4231 clauses out of 8507 with flag 11001/11001
23.40/10.76	c cleaning 5560 clauses out of 11272 with flag 18000/18000
32.29/14.94	c cleaning 6668 clauses out of 13708 with flag 26001/26001
42.47/20.05	c cleaning 7745 clauses out of 16031 with flag 35000/35000
53.09/25.31	c cleaning 8857 clauses out of 18282 with flag 45000/45000
64.90/31.28	c cleaning 10017 clauses out of 20420 with flag 56000/56000
78.69/38.15	c cleaning 10882 clauses out of 22400 with flag 68001/68001
94.24/45.95	c cleaning 12150 clauses out of 24515 with flag 81000/81000
111.02/54.34	c cleaning 13021 clauses out of 26365 with flag 95000/95000
133.61/65.67	c cleaning 13971 clauses out of 28343 with flag 110001/110001
151.61/74.67	c cleaning 14881 clauses out of 30370 with flag 126000/126000
172.49/85.14	c cleaning 15994 clauses out of 32483 with flag 143000/143000
194.89/96.39	c cleaning 16883 clauses out of 34488 with flag 161001/161001
222.70/110.28	c cleaning 17984 clauses out of 36599 with flag 180002/180002
245.67/121.75	c cleaning 18361 clauses out of 37613 with flag 199000/199000
270.59/134.25	c cleaning 18861 clauses out of 38249 with flag 218000/218000
293.98/145.93	c cleaning 18865 clauses out of 38382 with flag 237000/237000
316.15/157.01	c cleaning 19058 clauses out of 38516 with flag 256000/256000
338.32/168.13	c cleaning 18804 clauses out of 38460 with flag 275002/275002
374.85/186.47	c cleaning 18186 clauses out of 38651 with flag 294000/294000
410.52/204.28	c cleaning 17746 clauses out of 39466 with flag 313001/313001
445.79/221.81	c cleaning 18452 clauses out of 40720 with flag 332001/332001
475.88/236.98	c cleaning 17979 clauses out of 41268 with flag 351001/351001
501.40/249.81	c cleaning 17849 clauses out of 42289 with flag 370001/370001
532.16/265.22	c cleaning 17805 clauses out of 43438 with flag 389000/389000
554.49/276.48	c cleaning 17807 clauses out of 44621 with flag 408000/408000
621.43/309.85	c cleaning 18287 clauses out of 45818 with flag 427005/427005
677.88/338.02	c cleaning 18371 clauses out of 46531 with flag 446005/446005
712.21/355.26	c cleaning 18224 clauses out of 47148 with flag 465001/465001
737.89/368.16	c cleaning 17540 clauses out of 47923 with flag 484000/484000
766.21/382.35	c cleaning 17951 clauses out of 49386 with flag 503003/503003
792.54/395.68	c cleaning 18025 clauses out of 50432 with flag 522002/522002
810.73/404.89	c cleaning 0 clauses out of 5000 with flag 0/5000
819.73/409.34	c cleaning 18254 clauses out of 51412 with flag 541007/541007
847.11/423.07	c cleaning 17820 clauses out of 52150 with flag 560000/560000
873.00/436.15	c cleaning 18175 clauses out of 53331 with flag 579001/579001
898.48/448.92	c cleaning 18082 clauses out of 54154 with flag 598000/598000
922.38/460.94	c cleaning 17983 clauses out of 55073 with flag 617001/617001
965.95/482.75	c cleaning 18167 clauses out of 56088 with flag 636000/636000
995.64/497.77	c cleaning 18070 clauses out of 56920 with flag 655000/655000
1024.27/512.20	c cleaning 18152 clauses out of 57850 with flag 674000/674000
1049.44/524.75	c cleaning 17508 clauses out of 58698 with flag 693000/693000
1088.05/544.00	c cleaning 18107 clauses out of 60190 with flag 712000/712000
1111.49/555.96	c cleaning 17930 clauses out of 61082 with flag 731000/731000
1137.76/569.18	c cleaning 17950 clauses out of 62155 with flag 750003/750003
1164.98/582.90	c cleaning 17832 clauses out of 63203 with flag 769001/769001
1193.84/597.34	c cleaning 18493 clauses out of 64369 with flag 788000/788000
1217.41/609.37	c cleaning 17733 clauses out of 64876 with flag 807000/807000
1243.79/622.66	c cleaning 17891 clauses out of 66143 with flag 826000/826000
1276.61/639.12	c cleaning 18376 clauses out of 67253 with flag 845001/845001
1301.60/651.70	c cleaning 17618 clauses out of 67876 with flag 864000/864000
1369.02/685.55	c cleaning 18322 clauses out of 69254 with flag 883001/883001
1455.94/728.80	c cleaning 18234 clauses out of 69931 with flag 902000/902000
1498.73/750.22	c cleaning 18039 clauses out of 70696 with flag 921000/921000
1570.03/785.83	c cleaning 18124 clauses out of 71658 with flag 940001/940001
1601.24/801.68	c cleaning 18339 clauses out of 72530 with flag 959000/959000
1639.41/820.70	c cleaning 18203 clauses out of 73195 with flag 978004/978004
1722.40/862.17	c cleaning 18129 clauses out of 73990 with flag 997002/997002
1800.14/901.01	c starts		: 170
1800.14/901.01	c conflicts		: 1008807
1800.14/901.01	c decisions		: 28603731
1800.14/901.01	c propagations		: 771608182
1800.14/901.01	c inspects		: 1478042190
1800.14/901.01	c learnt literals	: 110
1800.14/901.01	c learnt binary clauses	: 48020
1800.14/901.01	c learnt ternary clauses	: 55464
1800.14/901.01	c learnt clauses	: 1008696
1800.14/901.01	c ignored clauses	: 0
1800.14/901.01	c root simplifications	: 0
1800.14/901.01	c removed literals (reason simplification)	: 9778367
1800.14/901.01	c reason swapping (by a shorter reason)	: 0
1800.14/901.01	c Calls to reduceDB	: 58
1800.14/901.01	c number of reductions to clauses (during analyze)	: 0
1800.14/901.01	c number of learned constraints concerned by reduction	: 0
1800.14/901.01	c number of learning phase by resolution	: 0
1800.14/901.01	c number of learning phase by cutting planes	: 0
1800.14/901.01	c speed (assignments/second)	: 856951.0834496692
1800.14/901.01	c non guided choices	22826
1800.14/901.04	c learnt constraints type 
1800.14/901.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19649
1800.14/901.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48020
1800.14/901.04	c constraints type 
1800.14/901.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
1800.14/901.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
1800.14/901.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
1800.14/901.04	c constraints type 
1800.14/901.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2015
1800.14/901.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16705
1800.14/901.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 156
1800.14/901.04	s UNKNOWN
1800.14/901.04	c Total wall clock time (in seconds): 900.927

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-3742405-1338786733/watcher-3742405-1338786733 -o /tmp/evaluation-result-3742405-1338786733/solver-3742405-1338786733 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742405-1338786733.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.82 3.85 3.50 4/197 9567
/proc/meminfo: memFree=26237368/32873844 swapFree=7384/7384
[pid=9567] ppid=9565 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9567/stat : 9567 (java6) D 9565 9567 9217 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 344798798 9515008 183 33554432000 1073741824 1073778376 140736597164096 140736597155128 239873113781 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/9567/statm: 2323 183 140 9 0 71 0

[startup+0.024033 s]
/proc/loadavg: 3.82 3.85 3.50 4/197 9567
/proc/meminfo: memFree=26237368/32873844 swapFree=7384/7384
[pid=9567] ppid=9565 vsize=1890040 CPUtime=0 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9565 9567 9217 0 -1 4202496 2709 0 1 0 0 0 0 0 20 0 6 0 344798798 1935400960 2899 33554432000 1073741824 1073778376 140736531644176 140736531635312 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9567/statm: 472767 2904 952 9 0 463876 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1890040

[startup+0.100185 s]
/proc/loadavg: 3.82 3.85 3.50 4/197 9567
/proc/meminfo: memFree=26237368/32873844 swapFree=7384/7384
[pid=9567] ppid=9565 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9565 9567 9217 0 -1 4202496 4700 0 1 0 7 1 0 0 20 0 18 0 344798798 2764726272 6409 33554432000 1073741824 1073778376 140736531644176 140736531635312 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9567/statm: 674982 6409 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300256 s]
/proc/loadavg: 3.82 3.85 3.50 4/197 9567
/proc/meminfo: memFree=26237368/32873844 swapFree=7384/7384
[pid=9567] ppid=9565 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9565 9567 9217 0 -1 4202496 7515 0 1 0 54 2 0 0 20 0 18 0 344798798 2764726272 13080 33554432000 1073741824 1073778376 140736531644176 140736531635312 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9567/statm: 674982 13080 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.700162 s]
/proc/loadavg: 3.82 3.85 3.50 4/197 9567
/proc/meminfo: memFree=26237368/32873844 swapFree=7384/7384
[pid=9567] ppid=9565 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9565 9567 9217 0 -1 4202496 11954 0 1 0 151 3 0 0 20 0 22 0 344798798 3037372416 41815 33554432000 1073741824 1073778376 140736531644176 140736531635312 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9567/statm: 741546 41815 2251 9 0 732240 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 2966184

[startup+1.50077 s]
/proc/loadavg: 3.82 3.85 3.50 7/219 9589
/proc/meminfo: memFree=26051460/32873844 swapFree=7384/7384
[pid=9567] ppid=9565 vsize=2966184 CPUtime=4.11 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9565 9567 9217 0 -1 4202496 16474 0 1 0 404 7 0 0 20 0 22 0 344798798 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140736531635312 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9567/statm: 741546 80472 2258 9 0 732240 0
[pid=9567/tid=9569] ppid=9565 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/9567/task/9569/stat : 9569 (java) S 9565 9567 9217 0 -1 4202560 2852 0 1 0 54 2 0 0 20 0 22 0 344798799 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140294045570200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9570] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9570/stat : 9570 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798801 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140294034630824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9571] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9571/stat : 9571 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798801 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293910755624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9572] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9572/stat : 9572 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798801 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293909703080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9573] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9573/stat : 9573 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798801 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293908650536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9574] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9574/stat : 9574 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798801 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293907597992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9575] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9575/stat : 9575 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798801 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293906545448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9576] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9576/stat : 9576 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798801 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293905492904 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9577] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9577/stat : 9577 (java) S 9565 9567 9217 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344798801 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293904440360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9578] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9578/stat : 9578 (java) S 9565 9567 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293421627496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9579] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9579/stat : 9579 (java) S 9565 9567 9217 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293420573816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9580] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9580/stat : 9580 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293419521160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9581] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9581/stat : 9581 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293418469904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9582] ppid=9565 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/9567/task/9582/stat : 9582 (java) S 9565 9567 9217 0 -1 4202560 4631 0 0 0 87 0 0 0 20 0 22 0 344798805 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293417417272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9583] ppid=9565 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/9567/task/9583/stat : 9583 (java) S 9565 9567 9217 0 -1 4202560 7622 0 0 0 84 2 0 0 20 0 22 0 344798805 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293416364728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9584] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9584/stat : 9584 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293415312376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9585] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9585/stat : 9585 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293414260040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9586] ppid=9565 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/9567/task/9586/stat : 9586 (java) R 9565 9567 9217 0 -1 4202560 27 0 0 0 88 0 0 0 20 0 22 0 344798859 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293413204264 140293916221295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9587] ppid=9565 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/9567/task/9587/stat : 9587 (java) R 9565 9567 9217 0 -1 4202560 141 0 0 0 85 3 0 0 20 0 22 0 344798859 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293412150712 140293916309760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9588] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9588/stat : 9588 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798861 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293411099688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9589] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9589/stat : 9589 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798861 3037372416 80472 33554432000 1073741824 1073778376 140736531644176 140293410047144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 3.83 3.85 3.50 6/219 9589
/proc/meminfo: memFree=25837104/32873844 swapFree=7384/7384
[pid=9567] ppid=9565 vsize=2966184 CPUtime=7.54 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9565 9567 9217 0 -1 4202496 16725 0 1 0 742 12 0 0 20 0 22 0 344798798 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140736531635312 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9567/statm: 741546 108179 2271 9 0 732240 0
[pid=9567/tid=9569] ppid=9565 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/9567/task/9569/stat : 9569 (java) S 9565 9567 9217 0 -1 4202560 2852 0 1 0 54 2 0 0 20 0 22 0 344798799 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140294045570200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9570] ppid=9565 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9567/task/9570/stat : 9570 (java) S 9565 9567 9217 0 -1 4202560 29 0 0 0 1 1 0 0 20 0 22 0 344798801 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140294034630824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9571] ppid=9565 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/9567/task/9571/stat : 9571 (java) S 9565 9567 9217 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 344798801 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293910755624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9572] ppid=9565 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/9567/task/9572/stat : 9572 (java) S 9565 9567 9217 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 344798801 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293909703080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9573] ppid=9565 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9567/task/9573/stat : 9573 (java) S 9565 9567 9217 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 344798801 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293908650536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9574] ppid=9565 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/9567/task/9574/stat : 9574 (java) S 9565 9567 9217 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344798801 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293907597992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9575] ppid=9565 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9567/task/9575/stat : 9575 (java) S 9565 9567 9217 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 344798801 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293906545448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9576] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9576/stat : 9576 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798801 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293905492904 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9577] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9577/stat : 9577 (java) S 9565 9567 9217 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344798801 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293904440360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9578] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9578/stat : 9578 (java) S 9565 9567 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293421627496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9579] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9579/stat : 9579 (java) S 9565 9567 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293420573816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9580] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9580/stat : 9580 (java) S 9565 9567 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293419521160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9581] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9581/stat : 9581 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293418469904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9582] ppid=9565 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/9567/task/9582/stat : 9582 (java) S 9565 9567 9217 0 -1 4202560 4752 0 0 0 99 0 0 0 20 0 22 0 344798805 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293417417272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9583] ppid=9565 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/9567/task/9583/stat : 9583 (java) S 9565 9567 9217 0 -1 4202560 7622 0 0 0 86 2 0 0 20 0 22 0 344798805 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293416364728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9584] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9584/stat : 9584 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293415312376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9585] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9585/stat : 9585 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293414260040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9586] ppid=9565 vsize=2966184 CPUtime=2.42 cores=0,2,4,6
/proc/9567/task/9586/stat : 9586 (java) R 9565 9567 9217 0 -1 4202560 28 0 0 0 242 0 0 0 20 0 22 0 344798859 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293413201856 140293916448368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9587] ppid=9565 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/9567/task/9587/stat : 9587 (java) R 9565 9567 9217 0 -1 4202560 179 0 0 0 239 4 0 0 20 0 22 0 344798859 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293412150296 140293916725164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9588] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9588/stat : 9588 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798861 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293411099688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9589] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9589/stat : 9589 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798861 3037372416 108179 33554432000 1073741824 1073778376 140736531644176 140293410047144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 2966184

[startup+6.30075 s]
/proc/loadavg: 3.83 3.85 3.50 5/219 9589
/proc/meminfo: memFree=25788572/32873844 swapFree=7384/7384
[pid=9567] ppid=9565 vsize=2966184 CPUtime=14.26 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9565 9567 9217 0 -1 4202496 16832 0 1 0 1412 14 0 0 20 0 22 0 344798798 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140736531635312 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9567/statm: 741546 114086 2283 9 0 732240 0
[pid=9567/tid=9569] ppid=9565 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/9567/task/9569/stat : 9569 (java) S 9565 9567 9217 0 -1 4202560 2852 0 1 0 54 2 0 0 20 0 22 0 344798799 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140294045570200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9570] ppid=9565 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/9567/task/9570/stat : 9570 (java) S 9565 9567 9217 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 344798801 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140294034630824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9571] ppid=9565 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9567/task/9571/stat : 9571 (java) S 9565 9567 9217 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 344798801 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293910755624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9572] ppid=9565 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/9567/task/9572/stat : 9572 (java) S 9565 9567 9217 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 22 0 344798801 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293909703080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9573] ppid=9565 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/9567/task/9573/stat : 9573 (java) S 9565 9567 9217 0 -1 4202560 20 0 0 0 5 1 0 0 20 0 22 0 344798801 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293908650536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9574] ppid=9565 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9567/task/9574/stat : 9574 (java) S 9565 9567 9217 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 22 0 344798801 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293907597992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9575] ppid=9565 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9567/task/9575/stat : 9575 (java) S 9565 9567 9217 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 344798801 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293906545448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9576] ppid=9565 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/9567/task/9576/stat : 9576 (java) S 9565 9567 9217 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 344798801 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293905492904 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9577] ppid=9565 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9567/task/9577/stat : 9577 (java) S 9565 9567 9217 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 344798801 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293904440360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9578] ppid=9565 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9567/task/9578/stat : 9578 (java) S 9565 9567 9217 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 22 0 344798802 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293421627496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9579] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9579/stat : 9579 (java) S 9565 9567 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293420573816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9580] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9580/stat : 9580 (java) S 9565 9567 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293419521160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9581] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9581/stat : 9581 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293418469904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9582] ppid=9565 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/9567/task/9582/stat : 9582 (java) S 9565 9567 9217 0 -1 4202560 4763 0 0 0 113 0 0 0 20 0 22 0 344798805 3037372416 114086 33554432000 1073741824 1073778376 140736531644176 140293417417272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/9567/statm: 741546 224931 2284 9 0 732240 0
[pid=9567/tid=9569] ppid=9565 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/9567/task/9569/stat : 9569 (java) S 9565 9567 9217 0 -1 4202560 2858 0 1 0 56 3 0 0 20 0 22 0 344798799 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140294045570200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9570] ppid=9565 vsize=2966184 CPUtime=3.6 cores=0,2,4,6
/proc/9567/task/9570/stat : 9570 (java) S 9565 9567 9217 0 -1 4202560 213 0 0 0 352 8 0 0 20 0 22 0 344798801 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140294034630824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9571] ppid=9565 vsize=2966184 CPUtime=3.63 cores=0,2,4,6
/proc/9567/task/9571/stat : 9571 (java) S 9565 9567 9217 0 -1 4202560 203 0 0 0 356 7 0 0 20 0 22 0 344798801 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293910755624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9572] ppid=9565 vsize=2966184 CPUtime=3.74 cores=0,2,4,6
/proc/9567/task/9572/stat : 9572 (java) S 9565 9567 9217 0 -1 4202560 181 0 0 0 368 6 0 0 20 0 22 0 344798801 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293909703080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9573] ppid=9565 vsize=2966184 CPUtime=3.59 cores=0,2,4,6
/proc/9567/task/9573/stat : 9573 (java) S 9565 9567 9217 0 -1 4202560 183 0 0 0 351 8 0 0 20 0 22 0 344798801 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293908650536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9574] ppid=9565 vsize=2966184 CPUtime=3.65 cores=0,2,4,6
/proc/9567/task/9574/stat : 9574 (java) S 9565 9567 9217 0 -1 4202560 195 0 0 0 358 7 0 0 20 0 22 0 344798801 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293907597992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9575] ppid=9565 vsize=2966184 CPUtime=3.67 cores=0,2,4,6
/proc/9567/task/9575/stat : 9575 (java) S 9565 9567 9217 0 -1 4202560 195 0 0 0 360 7 0 0 20 0 22 0 344798801 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293906545448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9576] ppid=9565 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/9567/task/9576/stat : 9576 (java) S 9565 9567 9217 0 -1 4202560 191 0 0 0 361 8 0 0 20 0 22 0 344798801 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293905492904 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9577] ppid=9565 vsize=2966184 CPUtime=3.6 cores=0,2,4,6
/proc/9567/task/9577/stat : 9577 (java) S 9565 9567 9217 0 -1 4202560 183 0 0 0 353 7 0 0 20 0 22 0 344798801 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293904440360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9578] ppid=9565 vsize=2966184 CPUtime=17.58 cores=0,2,4,6
/proc/9567/task/9578/stat : 9578 (java) S 9565 9567 9217 0 -1 4202560 111 0 0 0 1733 25 0 0 20 0 22 0 344798802 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293421627496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9579] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9579/stat : 9579 (java) S 9565 9567 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293420573816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9580] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9580/stat : 9580 (java) S 9565 9567 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293419521160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9581] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9581/stat : 9581 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293418469904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9582] ppid=9565 vsize=2966184 CPUtime=2.45 cores=0,2,4,6
/proc/9567/task/9582/stat : 9582 (java) S 9565 9567 9217 0 -1 4202560 20132 0 0 0 241 4 0 0 20 0 22 0 344798805 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293417417272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9583] ppid=9565 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/9567/task/9583/stat : 9583 (java) S 9565 9567 9217 0 -1 4202560 7658 0 0 0 104 2 0 0 20 0 22 0 344798805 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293416364728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9584] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9584/stat : 9584 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293415312376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9585] ppid=9565 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/9567/task/9585/stat : 9585 (java) S 9565 9567 9217 0 -1 4202560 47 0 0 0 12 16 0 0 20 0 22 0 344798805 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293414260040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9586] ppid=9565 vsize=2966184 CPUtime=793.47 cores=0,2,4,6
/proc/9567/task/9586/stat : 9586 (java) R 9565 9567 9217 0 -1 4202560 364 0 0 0 79333 14 0 0 20 0 22 0 344798859 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293413204048 140293916221268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9587] ppid=9565 vsize=2966184 CPUtime=793.48 cores=0,2,4,6
/proc/9567/task/9587/stat : 9587 (java) R 9565 9567 9217 0 -1 4202560 393 0 0 0 79330 18 0 0 20 0 22 0 344798859 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293412149296 140293916725072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9588] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9588/stat : 9588 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798861 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293411099688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9589] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9589/stat : 9589 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798861 3037372416 224931 33554432000 1073741824 1073778376 140736531644176 140293410047144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1642.2
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.99 3.94 3.75 5/219 9658
/proc/meminfo: memFree=25346276/32873844 swapFree=7384/7384
[pid=9567] ppid=9565 vsize=2966184 CPUtime=1762.53 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9565 9567 9217 0 -1 4202496 34500 0 1 0 176140 113 0 0 20 0 22 0 344798798 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140736531635312 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9567/statm: 741546 228636 2284 9 0 732240 0
[pid=9567/tid=9569] ppid=9565 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/9567/task/9569/stat : 9569 (java) S 9565 9567 9217 0 -1 4202560 2859 0 1 0 56 3 0 0 20 0 22 0 344798799 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140294045570200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9570] ppid=9565 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/9567/task/9570/stat : 9570 (java) S 9565 9567 9217 0 -1 4202560 232 0 0 0 382 8 0 0 20 0 22 0 344798801 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140294034630824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9571] ppid=9565 vsize=2966184 CPUtime=3.94 cores=0,2,4,6
/proc/9567/task/9571/stat : 9571 (java) S 9565 9567 9217 0 -1 4202560 231 0 0 0 387 7 0 0 20 0 22 0 344798801 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293910755624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9572] ppid=9565 vsize=2966184 CPUtime=4.04 cores=0,2,4,6
/proc/9567/task/9572/stat : 9572 (java) S 9565 9567 9217 0 -1 4202560 190 0 0 0 398 6 0 0 20 0 22 0 344798801 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293909703080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9573] ppid=9565 vsize=2966184 CPUtime=3.88 cores=0,2,4,6
/proc/9567/task/9573/stat : 9573 (java) S 9565 9567 9217 0 -1 4202560 199 0 0 0 380 8 0 0 20 0 22 0 344798801 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293908650536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9574] ppid=9565 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/9567/task/9574/stat : 9574 (java) S 9565 9567 9217 0 -1 4202560 212 0 0 0 382 8 0 0 20 0 22 0 344798801 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293907597992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9575] ppid=9565 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/9567/task/9575/stat : 9575 (java) S 9565 9567 9217 0 -1 4202560 204 0 0 0 387 8 0 0 20 0 22 0 344798801 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293906545448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9576] ppid=9565 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/9567/task/9576/stat : 9576 (java) S 9565 9567 9217 0 -1 4202560 206 0 0 0 387 8 0 0 20 0 22 0 344798801 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293905492904 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9577] ppid=9565 vsize=2966184 CPUtime=3.85 cores=0,2,4,6
/proc/9567/task/9577/stat : 9577 (java) S 9565 9567 9217 0 -1 4202560 208 0 0 0 378 7 0 0 20 0 22 0 344798801 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293904440360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9578] ppid=9565 vsize=2966184 CPUtime=18.1 cores=0,2,4,6
/proc/9567/task/9578/stat : 9578 (java) S 9565 9567 9217 0 -1 4202560 115 0 0 0 1784 26 0 0 20 0 22 0 344798802 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293421627496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9579] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9579/stat : 9579 (java) S 9565 9567 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293420573816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9580] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9580/stat : 9580 (java) S 9565 9567 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293419521160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9581] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9581/stat : 9581 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293418469904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9582] ppid=9565 vsize=2966184 CPUtime=2.45 cores=0,2,4,6
/proc/9567/task/9582/stat : 9582 (java) S 9565 9567 9217 0 -1 4202560 20132 0 0 0 241 4 0 0 20 0 22 0 344798805 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293417417272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9583] ppid=9565 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/9567/task/9583/stat : 9583 (java) S 9565 9567 9217 0 -1 4202560 7658 0 0 0 104 2 0 0 20 0 22 0 344798805 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293416364728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9584] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9584/stat : 9584 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293415312376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9585] ppid=9565 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/9567/task/9585/stat : 9585 (java) S 9565 9567 9217 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 344798805 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293414260040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9586] ppid=9565 vsize=2966184 CPUtime=852.08 cores=0,2,4,6
/proc/9567/task/9586/stat : 9586 (java) R 9565 9567 9217 0 -1 4202560 402 0 0 0 85194 14 0 0 20 0 22 0 344798859 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293413203088 140293916221083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9587] ppid=9565 vsize=2966184 CPUtime=852.12 cores=0,2,4,6
/proc/9567/task/9587/stat : 9587 (java) R 9565 9567 9217 0 -1 4202560 413 0 0 0 85194 18 0 0 20 0 22 0 344798859 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293412149184 140293916739505 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9588] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9588/stat : 9588 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798861 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293411099688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9589] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9589/stat : 9589 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798861 3037372416 228636 33554432000 1073741824 1073778376 140736531644176 140293410047144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1762.53
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.001 s]
/proc/loadavg: 3.99 3.94 3.76 5/219 9658
/proc/meminfo: memFree=25343732/32873844 swapFree=7384/7384
[pid=9567] ppid=9565 vsize=2966184 CPUtime=1800.14 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9565 9567 9217 0 -1 4202496 34578 0 1 0 179900 114 0 0 20 0 22 0 344798798 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140736531635312 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9567/statm: 741546 229206 2284 9 0 732240 0
[pid=9567/tid=9569] ppid=9565 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/9567/task/9569/stat : 9569 (java) S 9565 9567 9217 0 -1 4202560 2859 0 1 0 56 3 0 0 20 0 22 0 344798799 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140294045570200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9570] ppid=9565 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/9567/task/9570/stat : 9570 (java) S 9565 9567 9217 0 -1 4202560 239 0 0 0 387 8 0 0 20 0 22 0 344798801 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140294034630824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9571] ppid=9565 vsize=2966184 CPUtime=4 cores=0,2,4,6
/proc/9567/task/9571/stat : 9571 (java) S 9565 9567 9217 0 -1 4202560 236 0 0 0 393 7 0 0 20 0 22 0 344798801 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293910755624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9572] ppid=9565 vsize=2966184 CPUtime=4.11 cores=0,2,4,6
/proc/9567/task/9572/stat : 9572 (java) S 9565 9567 9217 0 -1 4202560 195 0 0 0 405 6 0 0 20 0 22 0 344798801 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293909703080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9573] ppid=9565 vsize=2966184 CPUtime=3.96 cores=0,2,4,6
/proc/9567/task/9573/stat : 9573 (java) S 9565 9567 9217 0 -1 4202560 210 0 0 0 388 8 0 0 20 0 22 0 344798801 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293908650536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9574] ppid=9565 vsize=2966184 CPUtime=3.98 cores=0,2,4,6
/proc/9567/task/9574/stat : 9574 (java) S 9565 9567 9217 0 -1 4202560 218 0 0 0 390 8 0 0 20 0 22 0 344798801 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293907597992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9575] ppid=9565 vsize=2966184 CPUtime=4.03 cores=0,2,4,6
/proc/9567/task/9575/stat : 9575 (java) S 9565 9567 9217 0 -1 4202560 212 0 0 0 395 8 0 0 20 0 22 0 344798801 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293906545448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9576] ppid=9565 vsize=2966184 CPUtime=4.03 cores=0,2,4,6
/proc/9567/task/9576/stat : 9576 (java) S 9565 9567 9217 0 -1 4202560 215 0 0 0 395 8 0 0 20 0 22 0 344798801 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293905492904 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9577] ppid=9565 vsize=2966184 CPUtime=3.92 cores=0,2,4,6
/proc/9567/task/9577/stat : 9577 (java) S 9565 9567 9217 0 -1 4202560 216 0 0 0 385 7 0 0 20 0 22 0 344798801 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293904440360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9578] ppid=9565 vsize=2966184 CPUtime=18.11 cores=0,2,4,6
/proc/9567/task/9578/stat : 9578 (java) S 9565 9567 9217 0 -1 4202560 115 0 0 0 1784 27 0 0 20 0 22 0 344798802 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293421627496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9579] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9579/stat : 9579 (java) S 9565 9567 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293420573816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9580] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9580/stat : 9580 (java) S 9565 9567 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344798802 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293419521160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9581] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9581/stat : 9581 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293418469904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9582] ppid=9565 vsize=2966184 CPUtime=2.45 cores=0,2,4,6
/proc/9567/task/9582/stat : 9582 (java) S 9565 9567 9217 0 -1 4202560 20132 0 0 0 241 4 0 0 20 0 22 0 344798805 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293417417272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9583] ppid=9565 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/9567/task/9583/stat : 9583 (java) S 9565 9567 9217 0 -1 4202560 7658 0 0 0 104 2 0 0 20 0 22 0 344798805 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293416364728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9584] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9584/stat : 9584 (java) S 9565 9567 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798805 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293415312376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9567/tid=9585] ppid=9565 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/9567/task/9585/stat : 9585 (java) S 9565 9567 9217 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 344798805 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293414260040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9567/tid=9586] ppid=9565 vsize=2966184 CPUtime=870.55 cores=0,2,4,6
/proc/9567/task/9586/stat : 9586 (java) R 9565 9567 9217 0 -1 4202560 420 0 0 0 87040 15 0 0 20 0 22 0 344798859 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293413203088 140293916475014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9587] ppid=9565 vsize=2966184 CPUtime=870.59 cores=0,2,4,6
/proc/9567/task/9587/stat : 9587 (java) R 9565 9567 9217 0 -1 4202560 414 0 0 0 87040 19 0 0 20 0 22 0 344798859 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293412149296 140293916740045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9567/tid=9588] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9588/stat : 9588 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798861 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293411099688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9567/tid=9589] ppid=9565 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9567/task/9589/stat : 9589 (java) S 9565 9567 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344798861 3037372416 229206 33554432000 1073741824 1073778376 140736531644176 140293410047144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 9567 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=438203
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=642750
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.06
CPU time (s): 1800.14
CPU user time (s): 1799
CPU system time (s): 1.14
CPU usage (%): 199.78
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.64275
maximum resident set size= 916948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34611
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39127
involuntary context switches= 66760

runsolver used 3.35249 second user time and 7.9118 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 07:12:13
IDJOB=3742405
IDBENCH=90181
IDSOLVER=2324
FILE ID=node136/3742405-1338786733
RUNJOBID= node136-1338784910-9233
PBS_JOBID= 14636853
Free space on /tmp= 69816 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_K156.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742405-1338786733/watcher-3742405-1338786733 -o /tmp/evaluation-result-3742405-1338786733/solver-3742405-1338786733 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742405-1338786733.opb

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

MD5SUM BENCH= b01d5fef61cfdf78caaec08ee0d21bae
RANDOM SEED=1275919254

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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.94
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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:        26238012 kB
Buffers:         1276328 kB
Cached:          3612500 kB
SwapCached:        20316 kB
Active:          3553388 kB
Inactive:        2178816 kB
Active(anon):     815884 kB
Inactive(anon):    22308 kB
Active(file):    2737504 kB
Inactive(file):  2156508 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:        823624 kB
Mapped:            17756 kB
Shmem:                 0 kB
Slab:             763684 kB
SReclaimable:     204904 kB
SUnreclaim:       558780 kB
KernelStack:        1632 kB
PageTables:         5860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 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= 69816 MiB
End job on node136 at 2012-06-04 07:27:17