Trace number 3742236

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.04 900.858

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K200.opb
MD5SUM4ffc81aa318dee614e51a62344fd339d
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 variables23800
Total number of constraints24202
Number of constraints which are clauses24002
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint200
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 201
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742236-1338785775.opb
0.09/0.11	c reading problem ... 
1.14/0.68	c ... done. Wall clock time 0.569s.
1.14/0.68	c #vars     23800
1.14/0.68	c #constraints  24202
1.14/0.68	c constraints type 
1.14/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21413
1.14/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
1.14/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2587
1.14/0.68	c constraints type 
1.14/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2587
1.14/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21413
1.14/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 200
9.67/4.06	c cleaning 2471 clauses out of 4994 with flag 5000/5000
17.37/7.87	c cleaning 4127 clauses out of 8522 with flag 11001/11001
25.58/11.91	c cleaning 5509 clauses out of 11387 with flag 18000/18000
35.24/16.76	c cleaning 6657 clauses out of 13879 with flag 26001/26001
46.86/22.58	c cleaning 7918 clauses out of 16217 with flag 35000/35000
58.65/28.46	c cleaning 8919 clauses out of 18298 with flag 45000/45000
72.09/35.11	c cleaning 9837 clauses out of 20379 with flag 56001/56001
90.90/44.55	c cleaning 11088 clauses out of 22537 with flag 68001/68001
113.10/55.65	c cleaning 11941 clauses out of 24445 with flag 81000/81000
133.72/65.91	c cleaning 12843 clauses out of 26503 with flag 95002/95002
153.90/76.09	c cleaning 13849 clauses out of 28656 with flag 110000/110000
179.30/88.72	c cleaning 15024 clauses out of 30807 with flag 126000/126000
201.23/99.75	c cleaning 15930 clauses out of 32783 with flag 143000/143000
226.66/112.40	c cleaning 16827 clauses out of 34850 with flag 161004/161004
252.91/125.56	c cleaning 18004 clauses out of 37017 with flag 180001/180001
301.96/149.91	c cleaning 18869 clauses out of 39008 with flag 200000/200000
334.11/166.06	c cleaning 19849 clauses out of 41133 with flag 221002/221002
365.60/181.89	c cleaning 21496 clauses out of 43279 with flag 243002/243002
435.90/216.91	c cleaning 21893 clauses out of 44785 with flag 266005/266005
472.12/235.01	c cleaning 22729 clauses out of 46883 with flag 290001/290001
512.74/255.43	c cleaning 23460 clauses out of 49152 with flag 315001/315001
549.12/273.64	c cleaning 23529 clauses out of 50690 with flag 340000/340000
583.17/290.69	c cleaning 23098 clauses out of 52159 with flag 365001/365001
619.31/308.69	c cleaning 23559 clauses out of 54060 with flag 390001/390001
620.56/309.40	c cleaning 0 clauses out of 5001 with flag 0/5001
657.40/327.75	c cleaning 23106 clauses out of 55491 with flag 415000/415000
693.11/345.61	c cleaning 23202 clauses out of 57384 with flag 440001/440001
728.27/363.21	c cleaning 22796 clauses out of 59182 with flag 465001/465001
767.69/383.05	c cleaning 23490 clauses out of 61383 with flag 490000/490000
804.45/401.45	c cleaning 23260 clauses out of 62892 with flag 515000/515000
861.23/429.81	c cleaning 23733 clauses out of 64631 with flag 540000/540000
898.44/448.45	c cleaning 22859 clauses out of 65900 with flag 565002/565002
935.18/466.90	c cleaning 23074 clauses out of 68038 with flag 590000/590000
970.82/484.86	c cleaning 23625 clauses out of 69967 with flag 615003/615003
1010.19/504.55	c cleaning 22975 clauses out of 71336 with flag 640000/640000
1048.60/523.79	c cleaning 23536 clauses out of 73362 with flag 665002/665002
1087.82/543.45	c cleaning 23223 clauses out of 74825 with flag 690001/690001
1129.10/564.11	c cleaning 23738 clauses out of 76601 with flag 715001/715001
1188.98/594.07	c cleaning 23537 clauses out of 77862 with flag 740000/740000
1231.35/615.25	c cleaning 22937 clauses out of 79325 with flag 765000/765000
1269.62/634.59	c cleaning 23429 clauses out of 81387 with flag 790000/790000
1311.95/655.75	c cleaning 23459 clauses out of 82958 with flag 815000/815000
1359.50/679.50	c cleaning 24048 clauses out of 84500 with flag 840001/840001
1397.28/698.48	c cleaning 22967 clauses out of 85451 with flag 865000/865000
1433.97/716.99	c cleaning 23067 clauses out of 87479 with flag 890002/890002
1469.50/734.77	c cleaning 23688 clauses out of 89410 with flag 915000/915000
1504.59/752.39	c cleaning 23066 clauses out of 90723 with flag 940001/940001
1542.06/771.12	c cleaning 23118 clauses out of 92656 with flag 965000/965000
1590.04/795.25	c cleaning 24180 clauses out of 94541 with flag 990003/990003
1627.18/813.81	c cleaning 23458 clauses out of 95358 with flag 1015000/1015000
1663.70/832.10	c cleaning 23093 clauses out of 96899 with flag 1040000/1040000
1702.33/851.59	c cleaning 23571 clauses out of 98806 with flag 1065000/1065000
1738.79/870.00	c cleaning 23494 clauses out of 100235 with flag 1090000/1090000
1778.17/889.71	c cleaning 23239 clauses out of 101743 with flag 1115002/1115002
1800.04/900.82	c starts		: 171
1800.04/900.82	c conflicts		: 1126030
1800.04/900.82	c decisions		: 66521727
1800.04/900.82	c propagations		: 1024324500
1800.04/900.82	c inspects		: 1947306592
1800.04/900.82	c learnt literals	: 104
1800.04/900.82	c learnt binary clauses	: 69596
1800.04/900.82	c learnt ternary clauses	: 68704
1800.04/900.82	c learnt clauses	: 1125926
1800.04/900.82	c ignored clauses	: 0
1800.04/900.82	c root simplifications	: 0
1800.04/900.82	c removed literals (reason simplification)	: 7259235
1800.04/900.82	c reason swapping (by a shorter reason)	: 0
1800.04/900.82	c Calls to reduceDB	: 53
1800.04/900.82	c number of reductions to clauses (during analyze)	: 0
1800.04/900.82	c number of learned constraints concerned by reduction	: 0
1800.04/900.82	c number of learning phase by resolution	: 0
1800.04/900.82	c number of learning phase by cutting planes	: 0
1800.04/900.82	c speed (assignments/second)	: 1137972.0163264945
1800.04/900.82	c non guided choices	163748
1800.04/900.85	c learnt constraints type 
1800.04/900.85	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19961
1800.04/900.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 69601
1800.04/900.85	c constraints type 
1800.04/900.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21413
1800.04/900.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
1800.04/900.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2587
1800.04/900.85	c constraints type 
1800.04/900.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2587
1800.04/900.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21413
1800.04/900.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 200
1800.04/900.85	s UNKNOWN
1800.04/900.85	c Total wall clock time (in seconds): 900.732

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-3742236-1338785775/watcher-3742236-1338785775 -o /tmp/evaluation-result-3742236-1338785775/solver-3742236-1338785775 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742236-1338785775.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: 4.19 3.91 3.75 3/197 24652
/proc/meminfo: memFree=27108320/32873648 swapFree=6864/6864
[pid=24652] ppid=24650 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24652/stat : 24652 (java6) R 24650 24652 24165 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344704311 9515008 182 33554432000 1073741824 1073778376 140733981075088 140733981066120 213193146037 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24652/statm: 2323 183 141 9 0 71 0

[startup+0.0179519 s]
/proc/loadavg: 4.19 3.91 3.75 3/197 24652
/proc/meminfo: memFree=27108320/32873648 swapFree=6864/6864
[pid=24652] ppid=24650 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/24652/stat : 24652 (java) S 24650 24652 24165 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 344704311 105127936 1110 33554432000 1073741824 1073778376 140736114415952 140736114407088 213196505149 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24652/statm: 25666 1110 857 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100247 s]
/proc/loadavg: 4.19 3.91 3.75 3/197 24652
/proc/meminfo: memFree=27108320/32873648 swapFree=6864/6864
[pid=24652] ppid=24650 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/24652/stat : 24652 (java) S 24650 24652 24165 0 -1 4202496 4681 0 1 0 8 1 0 0 20 0 18 0 344704311 2764726272 6392 33554432000 1073741824 1073778376 140736114415952 140736114407088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24652/statm: 674982 6392 2100 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300233 s]
/proc/loadavg: 4.19 3.91 3.75 3/197 24652
/proc/meminfo: memFree=27108320/32873648 swapFree=6864/6864
[pid=24652] ppid=24650 vsize=2699928 CPUtime=0.55 cores=0,2,4,6
/proc/24652/stat : 24652 (java) S 24650 24652 24165 0 -1 4202496 7842 0 1 0 53 2 0 0 20 0 18 0 344704311 2764726272 12923 33554432000 1073741824 1073778376 140736114415952 140736114407088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24652/statm: 674982 12923 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700172 s]
/proc/loadavg: 4.19 3.91 3.75 3/197 24652
/proc/meminfo: memFree=27108320/32873648 swapFree=6864/6864
[pid=24652] ppid=24650 vsize=2833056 CPUtime=1.29 cores=0,2,4,6
/proc/24652/stat : 24652 (java) S 24650 24652 24165 0 -1 4202496 11959 0 1 0 124 5 0 0 20 0 20 0 344704311 2901049344 50783 33554432000 1073741824 1073778376 140736114415952 140736114407088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24652/statm: 708264 50783 2242 9 0 698958 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 2833056

[startup+1.5008 s]
/proc/loadavg: 4.19 3.91 3.75 7/219 24674
/proc/meminfo: memFree=26893192/32873648 swapFree=6864/6864
[pid=24652] ppid=24650 vsize=2966184 CPUtime=4.4 cores=0,2,4,6
/proc/24652/stat : 24652 (java) S 24650 24652 24165 0 -1 4202496 27675 0 1 0 431 9 0 0 20 0 22 0 344704311 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 140736114407088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24652/statm: 741546 76563 2256 9 0 732240 0
[pid=24652/tid=24654] ppid=24650 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/24652/task/24654/stat : 24654 (java) S 24650 24652 24165 0 -1 4202560 2870 0 1 0 62 3 0 0 20 0 22 0 344704312 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656268543128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24655] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24655/stat : 24655 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656252824104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24656] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24656/stat : 24656 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656251771304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24657] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24657/stat : 24657 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656250718504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24658] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24658/stat : 24658 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656249665704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24659] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24659/stat : 24659 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656248613928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24660] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24660/stat : 24660 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656247561128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24661] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24661/stat : 24661 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656246508328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24662] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24662/stat : 24662 (java) S 24650 24652 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656245455528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24663] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24663/stat : 24663 (java) S 24650 24652 24165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656233044456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24664] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24664/stat : 24664 (java) S 24650 24652 24165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656231990520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24665] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24665/stat : 24665 (java) S 24650 24652 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656112890888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24666] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24666/stat : 24666 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656111839376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24667] ppid=24650 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/24652/task/24667/stat : 24667 (java) S 24650 24652 24165 0 -1 4202560 9312 0 0 0 104 2 0 0 20 0 22 0 344704318 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656110787512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24668] ppid=24650 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/24652/task/24668/stat : 24668 (java) S 24650 24652 24165 0 -1 4202560 14168 0 0 0 102 3 0 0 20 0 22 0 344704318 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656109734712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24669] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24669/stat : 24669 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656108682104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24670] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24670/stat : 24670 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656107629512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24671] ppid=24650 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/24652/task/24671/stat : 24671 (java) R 24650 24652 24165 0 -1 4202560 22 0 0 0 79 0 0 0 20 0 22 0 344704380 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656106574296 139656113820215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24672] ppid=24650 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/24652/task/24672/stat : 24672 (java) R 24650 24652 24165 0 -1 4202560 96 0 0 0 77 0 0 0 20 0 22 0 344704380 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656105521512 139656113708803 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24673] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24673/stat : 24673 (java) S 24650 24652 24165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344704383 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656104469416 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24674] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24674/stat : 24674 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344704383 3037372416 76563 33554432000 1073741824 1073778376 140736114415952 139656103416616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 2966184

[startup+3.1008 s]
/proc/loadavg: 4.34 3.95 3.76 5/219 24674
/proc/meminfo: memFree=26678424/32873648 swapFree=6864/6864
[pid=24652] ppid=24650 vsize=2966184 CPUtime=7.79 cores=0,2,4,6
/proc/24652/stat : 24652 (java) S 24650 24652 24165 0 -1 4202496 27824 0 1 0 765 14 0 0 20 0 22 0 344704311 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 140736114407088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24652/statm: 741546 109893 2269 9 0 732240 0
[pid=24652/tid=24654] ppid=24650 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/24652/task/24654/stat : 24654 (java) S 24650 24652 24165 0 -1 4202560 2870 0 1 0 62 3 0 0 20 0 22 0 344704312 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656268543128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24655] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24655/stat : 24655 (java) S 24650 24652 24165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656252824104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24656] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24656/stat : 24656 (java) S 24650 24652 24165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656251771304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24657] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24657/stat : 24657 (java) S 24650 24652 24165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656250718504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24658] ppid=24650 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24652/task/24658/stat : 24658 (java) S 24650 24652 24165 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 344704314 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656249665704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24659] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24659/stat : 24659 (java) S 24650 24652 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656248613928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24660] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24660/stat : 24660 (java) S 24650 24652 24165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656247561128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24661] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24661/stat : 24661 (java) S 24650 24652 24165 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656246508328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24662] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24662/stat : 24662 (java) S 24650 24652 24165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344704314 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656245455528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24663] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24663/stat : 24663 (java) S 24650 24652 24165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656233044456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24664] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24664/stat : 24664 (java) S 24650 24652 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656231990520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24665] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24665/stat : 24665 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656112890888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24666] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24666/stat : 24666 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656111839376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24667] ppid=24650 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/24652/task/24667/stat : 24667 (java) S 24650 24652 24165 0 -1 4202560 9312 0 0 0 107 2 0 0 20 0 22 0 344704318 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656110787512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24668] ppid=24650 vsize=2966184 CPUtime=1.17 cores=0,2,4,6
/proc/24652/task/24668/stat : 24668 (java) S 24650 24652 24165 0 -1 4202560 14195 0 0 0 114 3 0 0 20 0 22 0 344704318 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656109734712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24669] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24669/stat : 24669 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656108682104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24670] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24670/stat : 24670 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656107629512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24671] ppid=24650 vsize=2966184 CPUtime=2.35 cores=0,2,4,6
/proc/24652/task/24671/stat : 24671 (java) R 24650 24652 24165 0 -1 4202560 23 0 0 0 235 0 0 0 20 0 22 0 344704380 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656106572608 139656113683920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24672] ppid=24650 vsize=2966184 CPUtime=2.35 cores=0,2,4,6
/proc/24652/task/24672/stat : 24672 (java) R 24650 24652 24165 0 -1 4202560 155 0 0 0 232 3 0 0 20 0 22 0 344704380 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656105519648 139656113628316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24673] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24673/stat : 24673 (java) S 24650 24652 24165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344704383 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656104469416 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24674] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24674/stat : 24674 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344704383 3037372416 109893 33554432000 1073741824 1073778376 140736114415952 139656103416616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 2966184

[startup+6.30085 s]
/proc/loadavg: 4.34 3.95 3.76 5/219 24674
/proc/meminfo: memFree=26635660/32873648 swapFree=6864/6864
[pid=24652] ppid=24650 vsize=2966184 CPUtime=14.32 cores=0,2,4,6
/proc/24652/stat : 24652 (java) S 24650 24652 24165 0 -1 4202496 27920 0 1 0 1415 17 0 0 20 0 22 0 344704311 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 140736114407088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24652/statm: 741546 119790 2283 9 0 732240 0
[pid=24652/tid=24654] ppid=24650 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/24652/task/24654/stat : 24654 (java) S 24650 24652 24165 0 -1 4202560 2870 0 1 0 62 3 0 0 20 0 22 0 344704312 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656268543128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24655] ppid=24650 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/24652/task/24655/stat : 24655 (java) S 24650 24652 24165 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 344704314 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656252824104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24656] ppid=24650 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24652/task/24656/stat : 24656 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 344704314 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656251771304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24657] ppid=24650 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24652/task/24657/stat : 24657 (java) S 24650 24652 24165 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 344704314 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656250718504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24658] ppid=24650 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24652/task/24658/stat : 24658 (java) S 24650 24652 24165 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 344704314 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656249665704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24659] ppid=24650 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24652/task/24659/stat : 24659 (java) S 24650 24652 24165 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 344704314 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656248613928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24660] ppid=24650 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24652/task/24660/stat : 24660 (java) S 24650 24652 24165 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344704314 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656247561128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24661] ppid=24650 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24652/task/24661/stat : 24661 (java) S 24650 24652 24165 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 344704314 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656246508328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24662] ppid=24650 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/24652/task/24662/stat : 24662 (java) S 24650 24652 24165 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 344704314 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656245455528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24663] ppid=24650 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/24652/task/24663/stat : 24663 (java) S 24650 24652 24165 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 344704315 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656233044456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24664] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24664/stat : 24664 (java) S 24650 24652 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656231990520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24665] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24665/stat : 24665 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656112890888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24666] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24666/stat : 24666 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656111839376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24667] ppid=24650 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/24652/task/24667/stat : 24667 (java) S 24650 24652 24165 0 -1 4202560 9312 0 0 0 111 2 0 0 20 0 22 0 344704318 3037372416 119790 33554432000 1073741824 1073778376 140736114415952 139656110787512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/24652/statm: 741546 222046 2283 9 0 732240 0
[pid=24652/tid=24654] ppid=24650 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/24652/task/24654/stat : 24654 (java) S 24650 24652 24165 0 -1 4202560 2886 0 1 0 62 5 0 0 20 0 22 0 344704312 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656268543128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24655] ppid=24650 vsize=2966184 CPUtime=3.72 cores=0,2,4,6
/proc/24652/task/24655/stat : 24655 (java) S 24650 24652 24165 0 -1 4202560 198 0 0 0 366 6 0 0 20 0 22 0 344704314 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656252824104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24656] ppid=24650 vsize=2966184 CPUtime=3.48 cores=0,2,4,6
/proc/24652/task/24656/stat : 24656 (java) S 24650 24652 24165 0 -1 4202560 175 0 0 0 343 5 0 0 20 0 22 0 344704314 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656251771304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24657] ppid=24650 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/24652/task/24657/stat : 24657 (java) S 24650 24652 24165 0 -1 4202560 204 0 0 0 353 8 0 0 20 0 22 0 344704314 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656250718504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24658] ppid=24650 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/24652/task/24658/stat : 24658 (java) S 24650 24652 24165 0 -1 4202560 176 0 0 0 349 6 0 0 20 0 22 0 344704314 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656249665704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24659] ppid=24650 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/24652/task/24659/stat : 24659 (java) S 24650 24652 24165 0 -1 4202560 195 0 0 0 338 7 0 0 20 0 22 0 344704314 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656248613928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24660] ppid=24650 vsize=2966184 CPUtime=3.49 cores=0,2,4,6
/proc/24652/task/24660/stat : 24660 (java) S 24650 24652 24165 0 -1 4202560 183 0 0 0 343 6 0 0 20 0 22 0 344704314 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656247561128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24661] ppid=24650 vsize=2966184 CPUtime=3.46 cores=0,2,4,6
/proc/24652/task/24661/stat : 24661 (java) S 24650 24652 24165 0 -1 4202560 195 0 0 0 339 7 0 0 20 0 22 0 344704314 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656246508328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24662] ppid=24650 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/24652/task/24662/stat : 24662 (java) S 24650 24652 24165 0 -1 4202560 191 0 0 0 374 7 0 0 20 0 22 0 344704314 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656245455528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24663] ppid=24650 vsize=2966184 CPUtime=14.75 cores=0,2,4,6
/proc/24652/task/24663/stat : 24663 (java) S 24650 24652 24165 0 -1 4202560 201 0 0 0 1443 32 0 0 20 0 22 0 344704315 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656233044456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24664] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24664/stat : 24664 (java) S 24650 24652 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656231990520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24665] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24665/stat : 24665 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656112890888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24666] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24666/stat : 24666 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656111839376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24667] ppid=24650 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/24652/task/24667/stat : 24667 (java) S 24650 24652 24165 0 -1 4202560 9315 0 0 0 118 2 0 0 20 0 22 0 344704318 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656110787512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24668] ppid=24650 vsize=2966184 CPUtime=1.67 cores=0,2,4,6
/proc/24652/task/24668/stat : 24668 (java) S 24650 24652 24165 0 -1 4202560 14227 0 0 0 164 3 0 0 20 0 22 0 344704318 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656109734712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24669] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24669/stat : 24669 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656108682104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24670] ppid=24650 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/24652/task/24670/stat : 24670 (java) S 24650 24652 24165 0 -1 4202560 47 0 0 0 13 15 0 0 20 0 22 0 344704318 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656107629512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24671] ppid=24650 vsize=2966184 CPUtime=796.31 cores=0,2,4,6
/proc/24652/task/24671/stat : 24671 (java) R 24650 24652 24165 0 -1 4202560 322 0 0 0 79618 13 0 0 20 0 22 0 344704380 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656106573360 139656113820112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24672] ppid=24650 vsize=2966184 CPUtime=796.39 cores=0,2,4,6
/proc/24652/task/24672/stat : 24672 (java) R 24650 24652 24165 0 -1 4202560 413 0 0 0 79622 17 0 0 20 0 22 0 344704380 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656105519416 139656113936698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24673] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24673/stat : 24673 (java) S 24650 24652 24165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344704383 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656104469416 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24674] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24674/stat : 24674 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344704383 3037372416 222046 33554432000 1073741824 1073778376 140736114415952 139656103416616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1643.93
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.93 3.96 3.84 5/220 24768
/proc/meminfo: memFree=26223672/32873648 swapFree=6864/6864
[pid=24652] ppid=24650 vsize=2966184 CPUtime=1763.28 cores=0,2,4,6
/proc/24652/stat : 24652 (java) S 24650 24652 24165 0 -1 4202496 30311 0 1 0 176208 120 0 0 20 0 22 0 344704311 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 140736114407088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24652/statm: 741546 226210 2284 9 0 732240 0
[pid=24652/tid=24654] ppid=24650 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/24652/task/24654/stat : 24654 (java) S 24650 24652 24165 0 -1 4202560 2887 0 1 0 62 5 0 0 20 0 22 0 344704312 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656268543128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24655] ppid=24650 vsize=2966184 CPUtime=4.01 cores=0,2,4,6
/proc/24652/task/24655/stat : 24655 (java) S 24650 24652 24165 0 -1 4202560 209 0 0 0 395 6 0 0 20 0 22 0 344704314 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656252824104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24656] ppid=24650 vsize=2966184 CPUtime=3.79 cores=0,2,4,6
/proc/24652/task/24656/stat : 24656 (java) S 24650 24652 24165 0 -1 4202560 183 0 0 0 373 6 0 0 20 0 22 0 344704314 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656251771304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24657] ppid=24650 vsize=2966184 CPUtime=3.98 cores=0,2,4,6
/proc/24652/task/24657/stat : 24657 (java) S 24650 24652 24165 0 -1 4202560 222 0 0 0 389 9 0 0 20 0 22 0 344704314 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656250718504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24658] ppid=24650 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/24652/task/24658/stat : 24658 (java) S 24650 24652 24165 0 -1 4202560 190 0 0 0 380 6 0 0 20 0 22 0 344704314 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656249665704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24659] ppid=24650 vsize=2966184 CPUtime=3.77 cores=0,2,4,6
/proc/24652/task/24659/stat : 24659 (java) S 24650 24652 24165 0 -1 4202560 207 0 0 0 370 7 0 0 20 0 22 0 344704314 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656248613928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24660] ppid=24650 vsize=2966184 CPUtime=3.79 cores=0,2,4,6
/proc/24652/task/24660/stat : 24660 (java) S 24650 24652 24165 0 -1 4202560 192 0 0 0 372 7 0 0 20 0 22 0 344704314 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656247561128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24661] ppid=24650 vsize=2966184 CPUtime=3.75 cores=0,2,4,6
/proc/24652/task/24661/stat : 24661 (java) S 24650 24652 24165 0 -1 4202560 200 0 0 0 367 8 0 0 20 0 22 0 344704314 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656246508328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24662] ppid=24650 vsize=2966184 CPUtime=4.09 cores=0,2,4,6
/proc/24652/task/24662/stat : 24662 (java) S 24650 24652 24165 0 -1 4202560 200 0 0 0 401 8 0 0 20 0 22 0 344704314 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656245455528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24663] ppid=24650 vsize=2966184 CPUtime=16.42 cores=0,2,4,6
/proc/24652/task/24663/stat : 24663 (java) S 24650 24652 24165 0 -1 4202560 243 0 0 0 1605 37 0 0 20 0 22 0 344704315 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656233044456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24664] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24664/stat : 24664 (java) S 24650 24652 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656231990520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24665] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24665/stat : 24665 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656112890888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24666] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24666/stat : 24666 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656111839376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24667] ppid=24650 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/24652/task/24667/stat : 24667 (java) S 24650 24652 24165 0 -1 4202560 9315 0 0 0 118 2 0 0 20 0 22 0 344704318 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656110787512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24668] ppid=24650 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/24652/task/24668/stat : 24668 (java) S 24650 24652 24165 0 -1 4202560 14230 0 0 0 165 3 0 0 20 0 22 0 344704318 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656109734712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24669] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24669/stat : 24669 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656108682104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24670] ppid=24650 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/24652/task/24670/stat : 24670 (java) S 24650 24652 24165 0 -1 4202560 51 0 0 0 13 16 0 0 20 0 22 0 344704318 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656107629512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24671] ppid=24650 vsize=2966184 CPUtime=853.74 cores=0,2,4,6
/proc/24652/task/24671/stat : 24671 (java) R 24650 24652 24165 0 -1 4202560 358 0 0 0 85361 13 0 0 20 0 22 0 344704380 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656106573360 139656113781792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24672] ppid=24650 vsize=2966184 CPUtime=853.87 cores=0,2,4,6
/proc/24652/task/24672/stat : 24672 (java) R 24650 24652 24165 0 -1 4202560 430 0 0 0 85370 17 0 0 20 0 22 0 344704380 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656105519312 139656113880929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24673] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24673/stat : 24673 (java) S 24650 24652 24165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344704383 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656104469416 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24674] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24674/stat : 24674 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344704383 3037372416 226210 33554432000 1073741824 1073778376 140736114415952 139656103416616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1763.28
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.801 s]
/proc/loadavg: 3.95 3.96 3.85 5/219 24768
/proc/meminfo: memFree=26223684/32873648 swapFree=6864/6864
[pid=24652] ppid=24650 vsize=2966184 CPUtime=1800.04 cores=0,2,4,6
/proc/24652/stat : 24652 (java) S 24650 24652 24165 0 -1 4202496 30332 0 1 0 179883 121 0 0 20 0 22 0 344704311 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 140736114407088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24652/statm: 741546 226213 2284 9 0 732240 0
[pid=24652/tid=24654] ppid=24650 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/24652/task/24654/stat : 24654 (java) S 24650 24652 24165 0 -1 4202560 2887 0 1 0 62 5 0 0 20 0 22 0 344704312 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656268543128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24655] ppid=24650 vsize=2966184 CPUtime=4.07 cores=0,2,4,6
/proc/24652/task/24655/stat : 24655 (java) S 24650 24652 24165 0 -1 4202560 212 0 0 0 401 6 0 0 20 0 22 0 344704314 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656252824104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24656] ppid=24650 vsize=2966184 CPUtime=3.82 cores=0,2,4,6
/proc/24652/task/24656/stat : 24656 (java) S 24650 24652 24165 0 -1 4202560 183 0 0 0 376 6 0 0 20 0 22 0 344704314 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656251771304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24657] ppid=24650 vsize=2966184 CPUtime=4.03 cores=0,2,4,6
/proc/24652/task/24657/stat : 24657 (java) S 24650 24652 24165 0 -1 4202560 222 0 0 0 394 9 0 0 20 0 22 0 344704314 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656250718504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24658] ppid=24650 vsize=2966184 CPUtime=3.92 cores=0,2,4,6
/proc/24652/task/24658/stat : 24658 (java) S 24650 24652 24165 0 -1 4202560 190 0 0 0 386 6 0 0 20 0 22 0 344704314 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656249665704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24659] ppid=24650 vsize=2966184 CPUtime=3.8 cores=0,2,4,6
/proc/24652/task/24659/stat : 24659 (java) S 24650 24652 24165 0 -1 4202560 210 0 0 0 373 7 0 0 20 0 22 0 344704314 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656248613928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24660] ppid=24650 vsize=2966184 CPUtime=3.84 cores=0,2,4,6
/proc/24652/task/24660/stat : 24660 (java) S 24650 24652 24165 0 -1 4202560 192 0 0 0 377 7 0 0 20 0 22 0 344704314 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656247561128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24661] ppid=24650 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/24652/task/24661/stat : 24661 (java) S 24650 24652 24165 0 -1 4202560 204 0 0 0 370 8 0 0 20 0 22 0 344704314 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656246508328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24662] ppid=24650 vsize=2966184 CPUtime=4.14 cores=0,2,4,6
/proc/24652/task/24662/stat : 24662 (java) S 24650 24652 24165 0 -1 4202560 201 0 0 0 406 8 0 0 20 0 22 0 344704314 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656245455528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24663] ppid=24650 vsize=2966184 CPUtime=16.85 cores=0,2,4,6
/proc/24652/task/24663/stat : 24663 (java) S 24650 24652 24165 0 -1 4202560 245 0 0 0 1648 37 0 0 20 0 22 0 344704315 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656233044456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24664] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24664/stat : 24664 (java) S 24650 24652 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656231990520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24665] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24665/stat : 24665 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344704315 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656112890888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24652/tid=24666] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24666/stat : 24666 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656111839376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24667] ppid=24650 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/24652/task/24667/stat : 24667 (java) S 24650 24652 24165 0 -1 4202560 9315 0 0 0 118 2 0 0 20 0 22 0 344704318 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656110787512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24668] ppid=24650 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/24652/task/24668/stat : 24668 (java) S 24650 24652 24165 0 -1 4202560 14230 0 0 0 165 3 0 0 20 0 22 0 344704318 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656109734712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24652/tid=24669] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24669/stat : 24669 (java) S 24650 24652 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344704318 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656108682104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24670] ppid=24650 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/24652/task/24670/stat : 24670 (java) S 24650 24652 24165 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 344704318 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656107629512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24671] ppid=24650 vsize=2966184 CPUtime=871.67 cores=0,2,4,6
/proc/24652/task/24671/stat : 24671 (java) R 24650 24652 24165 0 -1 4202560 363 0 0 0 87153 14 0 0 20 0 22 0 344704380 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656106573360 139656113685025 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24652/tid=24672] ppid=24650 vsize=2966184 CPUtime=871.81 cores=0,2,4,6
/proc/24652/task/24672/stat : 24672 (java) R 24650 24652 24165 0 -1 4202560 431 0 0 0 87163 18 0 0 20 0 22 0 344704380 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656105519392 139656113880948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24673] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24673/stat : 24673 (java) S 24650 24652 24165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344704383 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656104469416 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24652/tid=24674] ppid=24650 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24652/task/24674/stat : 24674 (java) S 24650 24652 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344704383 3037372416 226213 33554432000 1073741824 1073778376 140736114415952 139656103416616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 24652 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=298225
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=693742
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.858
CPU time (s): 1800.04
CPU user time (s): 1798.83
CPU system time (s): 1.21
CPU usage (%): 199.814
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 1.69374
maximum resident set size= 904976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30365
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38992
involuntary context switches= 64258

runsolver used 3.2605 second user time and 8.33373 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 06:56:15
IDJOB=3742236
IDBENCH=90143
IDSOLVER=2324
FILE ID=node113/3742236-1338785775
RUNJOBID= node113-1338783018-24181
PBS_JOBID= 14636837
Free space on /tmp= 70976 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_K200.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742236-1338785775/watcher-3742236-1338785775 -o /tmp/evaluation-result-3742236-1338785775/solver-3742236-1338785775 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742236-1338785775.opb

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

MD5SUM BENCH= 4ffc81aa318dee614e51a62344fd339d
RANDOM SEED=435965634

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27108320 kB
Buffers:          542912 kB
Cached:          3516000 kB
SwapCached:         2028 kB
Active:          2556732 kB
Inactive:        2303592 kB
Active(anon):     801096 kB
Inactive(anon):     1912 kB
Active(file):    1755636 kB
Inactive(file):  2301680 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:              1996 kB
Writeback:             0 kB
AnonPages:        810240 kB
Mapped:            19408 kB
Shmem:                 0 kB
Slab:             764040 kB
SReclaimable:     208040 kB
SUnreclaim:       556000 kB
KernelStack:        1624 kB
PageTables:         5420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70976 MiB
End job on node113 at 2012-06-04 07:11:18