Trace number 3710027

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.59 1795.67

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K181.opb
MD5SUM786bb841dd145412a2aec0a596e79174
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 variables21539
Total number of constraints21903
Number of constraints which are clauses21722
Number of constraints which are cardinality constraints (but not clauses)181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint181
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 182
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710027-1338217723.opb
0.10/0.12	c reading problem ... 
0.93/0.58	c ... done. Wall clock time 0.462s.
0.93/0.58	c declared #vars     21539
0.93/0.58	c #constraints  21903
0.93/0.58	c constraints type 
0.93/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19380
0.93/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 181
0.93/0.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.93/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2340
0.93/0.58	c 21903 constraints processed.
4.99/4.01	c cleaning 2421 clauses out of 4991 with flag 5000/5000
8.48/7.41	c cleaning 4190 clauses out of 8566 with flag 11000/11000
12.49/11.48	c cleaning 5517 clauses out of 11374 with flag 18000/18000
17.40/16.38	c cleaning 6780 clauses out of 13854 with flag 26000/26000
22.45/21.39	c cleaning 7244 clauses out of 16069 with flag 35000/35000
27.97/26.83	c cleaning 8012 clauses out of 18821 with flag 45001/45001
34.08/32.96	c cleaning 8824 clauses out of 21808 with flag 56000/56000
40.83/39.64	c cleaning 9810 clauses out of 24978 with flag 68001/68001
47.44/46.26	c cleaning 10874 clauses out of 28167 with flag 81000/81000
55.74/54.53	c cleaning 11641 clauses out of 31293 with flag 95000/95000
64.15/62.98	c cleaning 12365 clauses out of 34652 with flag 110001/110001
73.94/72.69	c cleaning 12945 clauses out of 38286 with flag 126000/126000
83.34/82.10	c cleaning 13813 clauses out of 42341 with flag 143000/143000
93.18/91.88	c cleaning 14903 clauses out of 46530 with flag 161004/161004
103.39/102.03	c cleaning 15632 clauses out of 50624 with flag 180001/180001
114.74/113.31	c cleaning 17115 clauses out of 54991 with flag 200000/200000
124.87/123.48	c cleaning 18012 clauses out of 58876 with flag 221000/221000
136.50/135.08	c cleaning 18391 clauses out of 62863 with flag 243000/243000
149.73/148.24	c cleaning 19042 clauses out of 67470 with flag 266000/266000
163.25/161.77	c cleaning 20447 clauses out of 72429 with flag 290001/290001
177.36/175.81	c cleaning 21252 clauses out of 76981 with flag 315000/315000
191.67/190.17	c cleaning 22439 clauses out of 81725 with flag 341000/341000
207.71/206.18	c cleaning 22951 clauses out of 86286 with flag 368000/368000
221.94/220.31	c cleaning 24240 clauses out of 91335 with flag 396000/396000
238.89/237.24	c cleaning 25280 clauses out of 96095 with flag 425000/425000
256.43/254.75	c cleaning 26550 clauses out of 100816 with flag 455001/455001
274.57/272.89	c cleaning 27142 clauses out of 105264 with flag 486003/486003
292.88/291.10	c cleaning 27370 clauses out of 110120 with flag 518001/518001
314.82/313.06	c cleaning 29883 clauses out of 115751 with flag 551002/551002
334.78/332.92	c cleaning 29900 clauses out of 119861 with flag 585000/585000
354.31/352.47	c cleaning 32323 clauses out of 124961 with flag 620000/620000
373.45/371.54	c cleaning 31574 clauses out of 128638 with flag 656000/656000
396.29/394.34	c cleaning 33272 clauses out of 134062 with flag 693000/693000
417.81/415.86	c cleaning 33325 clauses out of 138787 with flag 731000/731000
436.25/434.27	c cleaning 35242 clauses out of 144462 with flag 770000/770000
460.38/458.31	c cleaning 35458 clauses out of 149220 with flag 810000/810000
483.51/481.44	c cleaning 36575 clauses out of 154764 with flag 851003/851003
508.14/506.02	c cleaning 37504 clauses out of 160187 with flag 893001/893001
534.37/532.28	c cleaning 38439 clauses out of 165683 with flag 936001/936001
559.41/557.26	c cleaning 40715 clauses out of 171243 with flag 980000/980000
585.64/583.49	c cleaning 39857 clauses out of 175527 with flag 1025000/1025000
612.76/610.59	c cleaning 43191 clauses out of 181672 with flag 1071002/1071002
642.54/640.25	c cleaning 42884 clauses out of 185479 with flag 1118002/1118002
672.19/669.87	c cleaning 43734 clauses out of 190593 with flag 1166000/1166000
702.23/699.89	c cleaning 43958 clauses out of 195859 with flag 1215001/1215001
734.36/731.96	c cleaning 46289 clauses out of 201901 with flag 1265001/1265001
769.86/767.33	c cleaning 46642 clauses out of 206611 with flag 1316000/1316000
803.03/800.42	c cleaning 47144 clauses out of 211969 with flag 1368000/1368000
835.38/832.77	c cleaning 49275 clauses out of 217826 with flag 1421001/1421001
867.33/864.65	c cleaning 49781 clauses out of 222552 with flag 1475002/1475002
901.26/898.50	c cleaning 52471 clauses out of 227770 with flag 1530001/1530001
938.55/935.73	c cleaning 50722 clauses out of 231302 with flag 1586004/1586004
981.99/979.11	c cleaning 51857 clauses out of 237576 with flag 1643000/1643000
1021.84/1018.93	c cleaning 54561 clauses out of 243719 with flag 1701000/1701000
1073.52/1070.59	c cleaning 54657 clauses out of 248158 with flag 1760000/1760000
1114.62/1111.50	c cleaning 55283 clauses out of 253501 with flag 1820000/1820000
1154.70/1151.59	c cleaning 56726 clauses out of 259218 with flag 1881000/1881000
1201.17/1197.97	c cleaning 58539 clauses out of 264492 with flag 1943000/1943000
1274.44/1270.90	c cleaning 60183 clauses out of 268953 with flag 2006000/2006000
1315.42/1311.89	c cleaning 60016 clauses out of 272770 with flag 2070000/2070000
1359.37/1355.72	c cleaning 60827 clauses out of 277754 with flag 2135000/2135000
1402.84/1399.20	c cleaning 62225 clauses out of 282933 with flag 2201006/2201006
1450.12/1446.38	c cleaning 62871 clauses out of 287702 with flag 2268000/2268000
1494.08/1490.22	c cleaning 63986 clauses out of 292831 with flag 2336000/2336000
1545.39/1541.37	c cleaning 64257 clauses out of 297845 with flag 2405000/2405000
1590.12/1586.00	c cleaning 65850 clauses out of 303589 with flag 2475001/2475001
1640.57/1636.42	c cleaning 67434 clauses out of 308738 with flag 2546000/2546000
1695.23/1691.06	c cleaning 67462 clauses out of 313304 with flag 2618000/2618000
1743.82/1739.58	c cleaning 68380 clauses out of 318842 with flag 2691002/2691002
1793.80/1789.45	c cleaning 69271 clauses out of 324460 with flag 2765000/2765000
1800.06/1795.61	c starts		: 230
1800.06/1795.61	c conflicts		: 2775743
1800.06/1795.61	c decisions		: 20137802
1800.06/1795.61	c propagations		: 3209436034
1800.06/1795.61	c inspects		: 6237868606
1800.06/1795.61	c shortcuts		: 0
1800.06/1795.61	c learnt literals	: 37
1800.06/1795.61	c learnt binary clauses	: 219345
1800.06/1795.61	c learnt ternary clauses	: 246062
1800.06/1795.61	c learnt constraints	: 2775705
1800.06/1795.61	c ignored constraints	: 0
1800.06/1795.61	c root simplifications	: 267
1800.06/1795.61	c removed literals (reason simplification)	: 36323339
1800.06/1795.61	c reason swapping (by a shorter reason)	: 0
1800.06/1795.61	c Calls to reduceDB	: 70
1800.06/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.61	c number of learned constraints concerned by reduction	: 0
1800.06/1795.61	c number of learning phase by resolution	: 0
1800.06/1795.61	c number of learning phase by cutting planes	: 0
1800.06/1795.61	c speed (assignments/second)	: 1787977.683677352
1800.06/1795.61	c non guided choices	5226
1800.06/1795.66	c learnt constraints type 
1800.06/1795.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 219338
1800.06/1795.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46647
1800.06/1795.66	c constraints type 
1800.06/1795.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19380
1800.06/1795.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 181
1800.06/1795.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/1795.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2340
1800.06/1795.66	c 21903 constraints processed.
1800.06/1795.66	s UNKNOWN
1800.06/1795.66	c Total wall clock time (in seconds): 1795.54

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-3710027-1338217723/watcher-3710027-1338217723 -o /tmp/evaluation-result-3710027-1338217723/solver-3710027-1338217723 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710027-1338217723.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 6165
/proc/meminfo: memFree=27535088/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6165/stat : 6165 (java) D 6163 6165 32675 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287897784 9515008 182 33554432000 1073741824 1073778376 140737448640384 140737448631416 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/6165/statm: 2323 182 140 9 0 71 0

[startup+0.0496591 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 6165
/proc/meminfo: memFree=27535088/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/6165/stat : 6165 (java) S 6163 6165 32675 0 -1 4202496 3112 0 1 0 3 0 0 0 20 0 13 0 287897784 9446973440 3298 33554432000 1073741824 1073778376 140736780326800 140736780317936 214540779581 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6165/statm: 2306390 3298 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100271 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 6165
/proc/meminfo: memFree=27535088/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/6165/stat : 6165 (java) S 6163 6165 32675 0 -1 4202496 4350 0 1 0 9 1 0 0 20 0 18 0 287897784 9787842560 5554 33554432000 1073741824 1073778376 140736780326800 140736780317936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6165/statm: 2389610 5554 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300167 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 6165
/proc/meminfo: memFree=27535088/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9558440 CPUtime=0.56 cores=1,3,5,7
/proc/6165/stat : 6165 (java) S 6163 6165 32675 0 -1 4202496 7191 0 1 0 54 2 0 0 20 0 18 0 287897784 9787842560 11076 33554432000 1073741824 1073778376 140736780326800 140736780317936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6165/statm: 2389610 11076 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558440

[startup+0.70017 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 6165
/proc/meminfo: memFree=27535088/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/6165/stat : 6165 (java) S 6163 6165 32675 0 -1 4202496 9790 0 1 0 140 4 0 0 20 0 19 0 287897784 9856004096 39144 33554432000 1073741824 1073778376 140736780326800 140736780317936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6165/statm: 2406251 39144 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 6184
/proc/meminfo: memFree=27386676/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9625004 CPUtime=2.45 cores=1,3,5,7
/proc/6165/stat : 6165 (java) S 6163 6165 32675 0 -1 4202496 10580 0 1 0 241 4 0 0 20 0 19 0 287897784 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140736780317936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6165/statm: 2406251 39178 2260 9 0 2396937 0
[pid=6165/tid=6167] ppid=6163 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/6165/task/6167/stat : 6167 (java) R 6163 6165 32675 0 -1 4202560 2625 0 1 0 144 2 0 0 20 0 19 0 287897785 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221958312440 140221898859587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6168] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6168/stat : 6168 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221897042344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6169] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6169/stat : 6169 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221895989800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6170] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6170/stat : 6170 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221894936744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6171] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6171/stat : 6171 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221893884200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6172] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6172/stat : 6172 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221892832168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6173] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6173/stat : 6173 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221796269096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6174] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6174/stat : 6174 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221795216040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6175] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6175/stat : 6175 (java) S 6163 6165 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221794163496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6176] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6176/stat : 6176 (java) S 6163 6165 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287897787 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221781965160 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6177] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6177/stat : 6177 (java) S 6163 6165 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221780911480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6178] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6178/stat : 6178 (java) S 6163 6165 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221779858312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6179] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6179/stat : 6179 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221778807056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6180] ppid=6163 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6165/task/6180/stat : 6180 (java) S 6163 6165 32675 0 -1 4202560 3412 0 0 0 51 0 0 0 20 0 19 0 287897790 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221777754936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6181] ppid=6163 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/6165/task/6181/stat : 6181 (java) S 6163 6165 32675 0 -1 4202560 3343 0 0 0 43 0 0 0 20 0 19 0 287897790 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221776702392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6182] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6182/stat : 6182 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221775649528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6183] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6183/stat : 6183 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221774597192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6184] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6184/stat : 6184 (java) S 6163 6165 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287897845 9856004096 39178 33554432000 1073741824 1073778376 140736780326800 140221773542440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625004

[startup+3.10063 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 6184
/proc/meminfo: memFree=27386180/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9625004 CPUtime=4.08 cores=1,3,5,7
/proc/6165/stat : 6165 (java) S 6163 6165 32675 0 -1 4202496 10588 0 1 0 404 4 0 0 20 0 19 0 287897784 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140736780317936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6165/statm: 2406251 39695 2263 9 0 2396937 0
[pid=6165/tid=6167] ppid=6163 vsize=9625004 CPUtime=3.07 cores=1,3,5,7
/proc/6165/task/6167/stat : 6167 (java) R 6163 6165 32675 0 -1 4202560 2628 0 1 0 304 3 0 0 20 0 19 0 287897785 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221958312120 140221898835330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6168] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6168/stat : 6168 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221897042344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6169] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6169/stat : 6169 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221895989800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6170] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6170/stat : 6170 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221894936744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6171] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6171/stat : 6171 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221893884200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6172] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6172/stat : 6172 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221892832168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6173] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6173/stat : 6173 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221796269096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6174] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6174/stat : 6174 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221795216040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6175] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6175/stat : 6175 (java) S 6163 6165 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221794163496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6176] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6176/stat : 6176 (java) S 6163 6165 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287897787 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221781965160 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6177] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6177/stat : 6177 (java) S 6163 6165 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221780911480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6178] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6178/stat : 6178 (java) S 6163 6165 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221779858312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6179] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6179/stat : 6179 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221778807056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6180] ppid=6163 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6165/task/6180/stat : 6180 (java) S 6163 6165 32675 0 -1 4202560 3412 0 0 0 51 0 0 0 20 0 19 0 287897790 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221777754936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6181] ppid=6163 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/6165/task/6181/stat : 6181 (java) S 6163 6165 32675 0 -1 4202560 3347 0 0 0 46 0 0 0 20 0 19 0 287897790 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221776702392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6182] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6182/stat : 6182 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221775649528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6183] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6183/stat : 6183 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221774597192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6184] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6184/stat : 6184 (java) S 6163 6165 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287897845 9856004096 39695 33554432000 1073741824 1073778376 140736780326800 140221773542440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 6184
/proc/meminfo: memFree=27365356/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9625004 CPUtime=7.35 cores=1,3,5,7
/proc/6165/stat : 6165 (java) S 6163 6165 32675 0 -1 4202496 10850 0 1 0 731 4 0 0 20 0 19 0 287897784 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140736780317936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6165/statm: 2406251 44335 2290 9 0 2396937 0
[pid=6165/tid=6167] ppid=6163 vsize=9625004 CPUtime=6.23 cores=1,3,5,7
/proc/6165/task/6167/stat : 6167 (java) R 6163 6165 32675 0 -1 4202560 2632 0 1 0 620 3 0 0 20 0 19 0 287897785 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221958312432 140221898834917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6168] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6168/stat : 6168 (java) S 6163 6165 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221897042344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6169] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6169/stat : 6169 (java) S 6163 6165 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221895989800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6170] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6170/stat : 6170 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221894936744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6171] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6171/stat : 6171 (java) S 6163 6165 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221893884200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6172] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6172/stat : 6172 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221892832168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6173] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6173/stat : 6173 (java) S 6163 6165 32675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221796269096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6174] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6174/stat : 6174 (java) S 6163 6165 32675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221795216040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6175] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6175/stat : 6175 (java) S 6163 6165 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287897786 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221794163496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6176] ppid=6163 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/6165/task/6176/stat : 6176 (java) S 6163 6165 32675 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 287897787 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221781965160 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6177] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6177/stat : 6177 (java) S 6163 6165 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221780911480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6178] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6178/stat : 6178 (java) S 6163 6165 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221779858312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6179] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6179/stat : 6179 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221778807056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6180] ppid=6163 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/6165/task/6180/stat : 6180 (java) S 6163 6165 32675 0 -1 4202560 3601 0 0 0 54 0 0 0 20 0 19 0 287897790 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221777754936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6181] ppid=6163 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6165/task/6181/stat : 6181 (java) S 6163 6165 32675 0 -1 4202560 3355 0 0 0 48 0 0 0 20 0 19 0 287897790 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221776702392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6182] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6182/stat : 6182 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221775649528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6183] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6183/stat : 6183 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221774597192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6184] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6184/stat : 6184 (java) S 6163 6165 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287897845 9856004096 44335 33554432000 1073741824 1073778376 140736780326800 140221773542440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=6165/tid=6173] ppid=6163 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6165/task/6173/stat : 6173 (java) S 6163 6165 32675 0 -1 4202560 80 0 0 0 45 3 0 0 20 0 19 0 287897786 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221796269096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6174] ppid=6163 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/6165/task/6174/stat : 6174 (java) S 6163 6165 32675 0 -1 4202560 223 0 0 0 45 4 0 0 20 0 19 0 287897786 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221795216040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6175] ppid=6163 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6165/task/6175/stat : 6175 (java) S 6163 6165 32675 0 -1 4202560 85 0 0 0 47 3 0 0 20 0 19 0 287897786 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221794163496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6176] ppid=6163 vsize=9625004 CPUtime=3.85 cores=1,3,5,7
/proc/6165/task/6176/stat : 6176 (java) S 6163 6165 32675 0 -1 4202560 156 0 0 0 383 2 0 0 20 0 19 0 287897787 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221781965160 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6177] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6177/stat : 6177 (java) S 6163 6165 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221780911480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6178] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6178/stat : 6178 (java) S 6163 6165 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221779858312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6179] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6179/stat : 6179 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221778807056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6180] ppid=6163 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/6165/task/6180/stat : 6180 (java) S 6163 6165 32675 0 -1 4202560 3601 0 0 0 56 0 0 0 20 0 19 0 287897790 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221777754936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6181] ppid=6163 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6165/task/6181/stat : 6181 (java) S 6163 6165 32675 0 -1 4202560 3747 0 0 0 66 0 0 0 20 0 19 0 287897790 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221776702392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6182] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6182/stat : 6182 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221775649528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6183] ppid=6163 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/6165/task/6183/stat : 6183 (java) S 6163 6165 32675 0 -1 4202560 94 0 0 0 21 22 0 0 20 0 19 0 287897790 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221774597192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6184] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6184/stat : 6184 (java) S 6163 6165 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287897845 9856004096 100012 33554432000 1073741824 1073778376 140736780326800 140221773542440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.53
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 6260
/proc/meminfo: memFree=27192420/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9625004 CPUtime=1726.62 cores=1,3,5,7
/proc/6165/stat : 6165 (java) S 6163 6165 32675 0 -1 4202496 12705 0 1 0 172606 56 0 0 20 0 19 0 287897784 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140736780317936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6165/statm: 2406251 100015 2291 9 0 2396937 0
[pid=6165/tid=6167] ppid=6163 vsize=9625004 CPUtime=1717.16 cores=1,3,5,7
/proc/6165/task/6167/stat : 6167 (java) R 6163 6165 32675 0 -1 4202560 2698 0 1 0 171686 30 0 0 20 0 19 0 287897785 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221958312224 140221898740118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6168] ppid=6163 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/6165/task/6168/stat : 6168 (java) S 6163 6165 32675 0 -1 4202560 109 0 0 0 46 3 0 0 20 0 19 0 287897786 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221897042344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6169] ppid=6163 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6165/task/6169/stat : 6169 (java) S 6163 6165 32675 0 -1 4202560 361 0 0 0 48 3 0 0 20 0 19 0 287897786 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221895989800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6170] ppid=6163 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/6165/task/6170/stat : 6170 (java) S 6163 6165 32675 0 -1 4202560 184 0 0 0 51 3 0 0 20 0 19 0 287897786 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221894936744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6171] ppid=6163 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/6165/task/6171/stat : 6171 (java) S 6163 6165 32675 0 -1 4202560 117 0 0 0 45 4 0 0 20 0 19 0 287897786 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221893884200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6172] ppid=6163 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/6165/task/6172/stat : 6172 (java) S 6163 6165 32675 0 -1 4202560 56 0 0 0 38 3 0 0 20 0 19 0 287897786 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221892832168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6173] ppid=6163 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/6165/task/6173/stat : 6173 (java) S 6163 6165 32675 0 -1 4202560 80 0 0 0 46 3 0 0 20 0 19 0 287897786 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221796269096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6174] ppid=6163 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6165/task/6174/stat : 6174 (java) S 6163 6165 32675 0 -1 4202560 224 0 0 0 46 4 0 0 20 0 19 0 287897786 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221795216040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6175] ppid=6163 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/6165/task/6175/stat : 6175 (java) S 6163 6165 32675 0 -1 4202560 85 0 0 0 49 3 0 0 20 0 19 0 287897786 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221794163496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6176] ppid=6163 vsize=9625004 CPUtime=3.97 cores=1,3,5,7
/proc/6165/task/6176/stat : 6176 (java) S 6163 6165 32675 0 -1 4202560 158 0 0 0 395 2 0 0 20 0 19 0 287897787 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221781965160 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6177] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6177/stat : 6177 (java) S 6163 6165 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221780911480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6178] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6178/stat : 6178 (java) S 6163 6165 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221779858312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6179] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6179/stat : 6179 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221778807056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6180] ppid=6163 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/6165/task/6180/stat : 6180 (java) S 6163 6165 32675 0 -1 4202560 3601 0 0 0 56 0 0 0 20 0 19 0 287897790 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221777754936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6181] ppid=6163 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6165/task/6181/stat : 6181 (java) S 6163 6165 32675 0 -1 4202560 3747 0 0 0 66 0 0 0 20 0 19 0 287897790 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221776702392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6182] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6182/stat : 6182 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221775649528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6183] ppid=6163 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/6165/task/6183/stat : 6183 (java) S 6163 6165 32675 0 -1 4202560 98 0 0 0 22 23 0 0 20 0 19 0 287897790 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221774597192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6184] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6184/stat : 6184 (java) S 6163 6165 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287897845 9856004096 100015 33554432000 1073741824 1073778376 140736780326800 140221773542440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.62
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6260
/proc/meminfo: memFree=27192176/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9625004 CPUtime=1786.7 cores=1,3,5,7
/proc/6165/stat : 6165 (java) S 6163 6165 32675 0 -1 4202496 12723 0 1 0 178613 57 0 0 20 0 19 0 287897784 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140736780317936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6165/statm: 2406251 100026 2291 9 0 2396937 0
[pid=6165/tid=6167] ppid=6163 vsize=9625004 CPUtime=1777.05 cores=1,3,5,7
/proc/6165/task/6167/stat : 6167 (java) R 6163 6165 32675 0 -1 4202560 2699 0 1 0 177674 31 0 0 20 0 19 0 287897785 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221958312224 140221898707913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6168] ppid=6163 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6165/task/6168/stat : 6168 (java) S 6163 6165 32675 0 -1 4202560 119 0 0 0 47 3 0 0 20 0 19 0 287897786 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221897042344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6169] ppid=6163 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/6165/task/6169/stat : 6169 (java) S 6163 6165 32675 0 -1 4202560 361 0 0 0 50 3 0 0 20 0 19 0 287897786 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221895989800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6170] ppid=6163 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/6165/task/6170/stat : 6170 (java) S 6163 6165 32675 0 -1 4202560 184 0 0 0 51 3 0 0 20 0 19 0 287897786 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221894936744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6171] ppid=6163 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6165/task/6171/stat : 6171 (java) S 6163 6165 32675 0 -1 4202560 117 0 0 0 46 4 0 0 20 0 19 0 287897786 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221893884200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6172] ppid=6163 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/6165/task/6172/stat : 6172 (java) S 6163 6165 32675 0 -1 4202560 56 0 0 0 39 3 0 0 20 0 19 0 287897786 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221892832168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6173] ppid=6163 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6165/task/6173/stat : 6173 (java) S 6163 6165 32675 0 -1 4202560 80 0 0 0 48 3 0 0 20 0 19 0 287897786 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221796269096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6174] ppid=6163 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6165/task/6174/stat : 6174 (java) S 6163 6165 32675 0 -1 4202560 225 0 0 0 47 4 0 0 20 0 19 0 287897786 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221795216040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6175] ppid=6163 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/6165/task/6175/stat : 6175 (java) S 6163 6165 32675 0 -1 4202560 85 0 0 0 50 3 0 0 20 0 19 0 287897786 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221794163496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6176] ppid=6163 vsize=9625004 CPUtime=4.05 cores=1,3,5,7
/proc/6165/task/6176/stat : 6176 (java) S 6163 6165 32675 0 -1 4202560 160 0 0 0 403 2 0 0 20 0 19 0 287897787 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221781965160 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6177] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6177/stat : 6177 (java) S 6163 6165 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221780911480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6178] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6178/stat : 6178 (java) S 6163 6165 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221779858312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6179] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6179/stat : 6179 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221778807056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6180] ppid=6163 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/6165/task/6180/stat : 6180 (java) S 6163 6165 32675 0 -1 4202560 3601 0 0 0 56 0 0 0 20 0 19 0 287897790 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221777754936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6181] ppid=6163 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6165/task/6181/stat : 6181 (java) S 6163 6165 32675 0 -1 4202560 3747 0 0 0 66 0 0 0 20 0 19 0 287897790 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221776702392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6182] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6182/stat : 6182 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221775649528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6183] ppid=6163 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/6165/task/6183/stat : 6183 (java) S 6163 6165 32675 0 -1 4202560 102 0 0 0 23 24 0 0 20 0 19 0 287897790 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221774597192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6184] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6184/stat : 6184 (java) S 6163 6165 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287897845 9856004096 100026 33554432000 1073741824 1073778376 140736780326800 140221773542440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.7
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6260
/proc/meminfo: memFree=27192180/32873648 swapFree=7104/7104
[pid=6165] ppid=6163 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/6165/stat : 6165 (java) S 6163 6165 32675 0 -1 4202496 12729 0 1 0 179949 57 0 0 20 0 19 0 287897784 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140736780317936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6165/statm: 2406251 100029 2291 9 0 2396937 0
[pid=6165/tid=6167] ppid=6163 vsize=9625004 CPUtime=1790.25 cores=1,3,5,7
/proc/6165/task/6167/stat : 6167 (java) R 6163 6165 32675 0 -1 4202560 2700 0 1 0 178994 31 0 0 20 0 19 0 287897785 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221958312224 140221898908124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6168] ppid=6163 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6165/task/6168/stat : 6168 (java) S 6163 6165 32675 0 -1 4202560 119 0 0 0 47 3 0 0 20 0 19 0 287897786 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221897042344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6169] ppid=6163 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6165/task/6169/stat : 6169 (java) S 6163 6165 32675 0 -1 4202560 361 0 0 0 52 3 0 0 20 0 19 0 287897786 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221895989800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6170] ppid=6163 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/6165/task/6170/stat : 6170 (java) S 6163 6165 32675 0 -1 4202560 184 0 0 0 53 3 0 0 20 0 19 0 287897786 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221894936744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6171] ppid=6163 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6165/task/6171/stat : 6171 (java) S 6163 6165 32675 0 -1 4202560 117 0 0 0 47 4 0 0 20 0 19 0 287897786 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221893884200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6172] ppid=6163 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/6165/task/6172/stat : 6172 (java) S 6163 6165 32675 0 -1 4202560 56 0 0 0 41 3 0 0 20 0 19 0 287897786 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221892832168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6173] ppid=6163 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6165/task/6173/stat : 6173 (java) S 6163 6165 32675 0 -1 4202560 80 0 0 0 48 3 0 0 20 0 19 0 287897786 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221796269096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6174] ppid=6163 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/6165/task/6174/stat : 6174 (java) S 6163 6165 32675 0 -1 4202560 228 0 0 0 48 4 0 0 20 0 19 0 287897786 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221795216040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6175] ppid=6163 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/6165/task/6175/stat : 6175 (java) S 6163 6165 32675 0 -1 4202560 85 0 0 0 50 3 0 0 20 0 19 0 287897786 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221794163496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6176] ppid=6163 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/6165/task/6176/stat : 6176 (java) S 6163 6165 32675 0 -1 4202560 162 0 0 0 412 2 0 0 20 0 19 0 287897787 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221781965160 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6177] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6177/stat : 6177 (java) S 6163 6165 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221780911480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6178] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6178/stat : 6178 (java) S 6163 6165 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287897788 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221779858312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6179] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6179/stat : 6179 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221778807056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6165/tid=6180] ppid=6163 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/6165/task/6180/stat : 6180 (java) S 6163 6165 32675 0 -1 4202560 3601 0 0 0 56 0 0 0 20 0 19 0 287897790 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221777754936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6165/tid=6181] ppid=6163 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6165/task/6181/stat : 6181 (java) S 6163 6165 32675 0 -1 4202560 3747 0 0 0 66 0 0 0 20 0 19 0 287897790 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221776702392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6182] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6182/stat : 6182 (java) S 6163 6165 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287897790 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221775649528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6165/tid=6183] ppid=6163 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/6165/task/6183/stat : 6183 (java) S 6163 6165 32675 0 -1 4202560 102 0 0 0 23 24 0 0 20 0 19 0 287897790 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221774597192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6165/tid=6184] ppid=6163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6165/task/6184/stat : 6184 (java) S 6163 6165 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287897845 9856004096 100029 33554432000 1073741824 1073778376 140736780326800 140221773542440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1795.67
CPU time (s): 1800.59
CPU user time (s): 1799.62
CPU system time (s): 0.973851
CPU usage (%): 100.274
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.973851
maximum resident set size= 400244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12763
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39963
involuntary context switches= 15204

runsolver used 5.72113 second user time and 14.5538 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 17:08:43
IDJOB=3710027
IDBENCH=90184
IDSOLVER=2289
FILE ID=node127/3710027-1338217723
RUNJOBID= node127-1338206934-5255
PBS_JOBID= 14624582
Free space on /tmp= 71168 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K181.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710027-1338217723/watcher-3710027-1338217723 -o /tmp/evaluation-result-3710027-1338217723/solver-3710027-1338217723 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710027-1338217723.opb

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

MD5SUM BENCH= 786bb841dd145412a2aec0a596e79174
RANDOM SEED=764370306

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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:        27535368 kB
Buffers:          496552 kB
Cached:          3630216 kB
SwapCached:            0 kB
Active:          1568548 kB
Inactive:        2870144 kB
Active(anon):     313356 kB
Inactive(anon):        0 kB
Active(file):    1255192 kB
Inactive(file):  2870144 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2392 kB
Writeback:             0 kB
AnonPages:        332124 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             745844 kB
SReclaimable:     189852 kB
SUnreclaim:       555992 kB
KernelStack:        1608 kB
PageTables:         4572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     703652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 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= 71164 MiB
End job on node127 at 2012-05-28 17:38:41