Trace number 3689650

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.21 916.88

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K128.opb
MD5SUM17c4ca9a6493665b57c1ccd2ab23e03d
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 variables15232
Total number of constraints15490
Number of constraints which are clauses15362
Number of constraints which are cardinality constraints (but not clauses)128
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint128
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 129
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3689650-1337883977.opb
0.09/0.13	c reading problem ... 
1.27/0.65	c ... done. Wall clock time 0.527s.
1.27/0.65	c declared #vars     15232
1.27/0.65	c #constraints  15490
1.27/0.65	c constraints type 
1.27/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13709
1.27/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
1.27/0.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.27/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1651
1.27/0.65	c 15490 constraints processed.
1.27/0.65	c constraints type 
1.27/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1651
1.27/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13709
1.27/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 128
1.27/0.65	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.27/0.65	c 15490 constraints processed.
6.46/2.44	c cleaning 2477 clauses out of 4992 with flag 5001/5001
10.20/4.30	c cleaning 4216 clauses out of 8513 with flag 11003/11003
14.38/6.31	c cleaning 5626 clauses out of 11293 with flag 18001/18001
18.92/8.66	c cleaning 6731 clauses out of 13664 with flag 26000/26000
25.04/11.71	c cleaning 7864 clauses out of 15932 with flag 35001/35001
30.92/14.77	c cleaning 9010 clauses out of 18063 with flag 45000/45000
38.37/18.56	c cleaning 10001 clauses out of 20049 with flag 56000/56000
47.26/23.05	c cleaning 10913 clauses out of 22043 with flag 68000/68000
55.56/27.36	c cleaning 11999 clauses out of 24130 with flag 81000/81000
66.17/32.72	c cleaning 12969 clauses out of 26132 with flag 95002/95002
77.57/38.53	c cleaning 13989 clauses out of 28160 with flag 110001/110001
88.16/43.96	c cleaning 14969 clauses out of 30169 with flag 126000/126000
99.94/50.08	c cleaning 16004 clauses out of 32201 with flag 143001/143001
112.22/56.32	c cleaning 16970 clauses out of 34195 with flag 161002/161002
129.29/65.04	c cleaning 17879 clauses out of 36220 with flag 180000/180000
143.10/72.13	c cleaning 18995 clauses out of 38341 with flag 200000/200000
157.64/79.79	c cleaning 19971 clauses out of 40346 with flag 221000/221000
173.82/88.08	c cleaning 21101 clauses out of 42377 with flag 243002/243002
191.35/97.08	c cleaning 21909 clauses out of 44274 with flag 266000/266000
211.72/107.41	c cleaning 22922 clauses out of 46369 with flag 290005/290005
232.01/117.91	c cleaning 24058 clauses out of 48443 with flag 315001/315001
251.14/127.74	c cleaning 24827 clauses out of 50385 with flag 341001/341001
269.38/137.12	c cleaning 25492 clauses out of 52557 with flag 368000/368000
288.57/147.10	c cleaning 26333 clauses out of 55064 with flag 396000/396000
307.21/156.84	c cleaning 27077 clauses out of 57731 with flag 425000/425000
333.19/170.15	c cleaning 28281 clauses out of 60654 with flag 455000/455000
354.79/181.22	c cleaning 29188 clauses out of 63373 with flag 486001/486001
382.60/195.41	c cleaning 30190 clauses out of 66183 with flag 518000/518000
413.25/211.28	c cleaning 30563 clauses out of 68995 with flag 551003/551003
452.45/231.18	c cleaning 32524 clauses out of 72429 with flag 585000/585000
479.44/244.97	c cleaning 32614 clauses out of 74906 with flag 620001/620001
509.56/260.39	c cleaning 33981 clauses out of 78291 with flag 656000/656000
540.90/276.54	c cleaning 35023 clauses out of 81308 with flag 693000/693000
570.91/291.86	c cleaning 35815 clauses out of 84286 with flag 731001/731001
599.61/306.53	c cleaning 36571 clauses out of 87471 with flag 770001/770001
641.34/327.74	c cleaning 38275 clauses out of 90900 with flag 810001/810001
676.05/345.64	c cleaning 38382 clauses out of 93624 with flag 851000/851000
719.35/367.64	c cleaning 39619 clauses out of 97242 with flag 893000/893000
751.39/384.09	c cleaning 40297 clauses out of 100623 with flag 936002/936002
793.15/406.08	c cleaning 42308 clauses out of 104324 with flag 980000/980000
838.06/428.75	c cleaning 42904 clauses out of 107017 with flag 1025001/1025001
875.14/447.57	c cleaning 43861 clauses out of 110111 with flag 1071000/1071000
921.71/471.17	c cleaning 44236 clauses out of 113252 with flag 1118002/1118002
968.84/495.28	c cleaning 45397 clauses out of 117015 with flag 1166001/1166001
1034.72/528.45	c cleaning 46671 clauses out of 120615 with flag 1215000/1215000
1086.39/554.62	c cleaning 47596 clauses out of 123944 with flag 1265000/1265000
1127.07/575.48	c cleaning 48405 clauses out of 127348 with flag 1316000/1316000
1181.12/603.28	c cleaning 49375 clauses out of 130947 with flag 1368004/1368004
1287.99/657.97	c cleaning 50915 clauses out of 134568 with flag 1421000/1421000
1523.73/776.13	c cleaning 52093 clauses out of 137654 with flag 1475001/1475001
1637.66/833.97	c cleaning 53453 clauses out of 140561 with flag 1530001/1530001
1695.96/863.64	c cleaning 53385 clauses out of 143107 with flag 1586000/1586000
1753.91/893.18	c cleaning 54132 clauses out of 146722 with flag 1643000/1643000
1800.21/916.81	c starts		: 207
1800.21/916.81	c conflicts		: 1690799
1800.21/916.81	c decisions		: 18947666
1800.21/916.81	c propagations		: 1156151088
1800.21/916.81	c inspects		: 2317602499
1800.21/916.81	c shortcuts		: 0
1800.21/916.81	c learnt literals	: 54
1800.21/916.81	c learnt binary clauses	: 79767
1800.21/916.81	c learnt ternary clauses	: 92952
1800.21/916.81	c learnt constraints	: 1690745
1800.21/916.81	c ignored constraints	: 0
1800.21/916.81	c root simplifications	: 0
1800.21/916.81	c removed literals (reason simplification)	: 20268837
1800.21/916.81	c reason swapping (by a shorter reason)	: 0
1800.21/916.81	c Calls to reduceDB	: 53
1800.21/916.81	c number of reductions to clauses (during analyze)	: 0
1800.21/916.81	c number of learned constraints concerned by reduction	: 0
1800.21/916.81	c number of learning phase by resolution	: 0
1800.21/916.81	c number of learning phase by cutting planes	: 0
1800.21/916.81	c speed (assignments/second)	: 1261988.0836339623
1800.21/916.81	c non guided choices	7717
1800.21/916.86	c learnt constraints type 
1800.21/916.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 79771
1800.21/916.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60704
1800.21/916.86	c constraints type 
1800.21/916.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13709
1800.21/916.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
1800.21/916.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.21/916.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1651
1800.21/916.86	c 15490 constraints processed.
1800.21/916.86	c constraints type 
1800.21/916.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1651
1800.21/916.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13709
1800.21/916.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 128
1800.21/916.86	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.21/916.86	c 15490 constraints processed.
1800.21/916.86	s UNKNOWN
1800.21/916.86	c Total wall clock time (in seconds): 916.729

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-3689650-1337883977/watcher-3689650-1337883977 -o /tmp/evaluation-result-3689650-1337883977/solver-3689650-1337883977 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689650-1337883977.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: 3.95 3.90 3.87 4/197 26448
/proc/meminfo: memFree=25198860/32873844 swapFree=7356/7356
[pid=26448] ppid=26446 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26448/stat : 26448 (java) D 26446 26448 23457 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254526278 9515008 183 33554432000 1073741824 1073778376 140736733150384 140736733141416 245294251701 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26448/statm: 2323 183 140 9 0 71 0

[startup+0.046699 s]
/proc/loadavg: 3.95 3.90 3.87 4/197 26448
/proc/meminfo: memFree=25198860/32873844 swapFree=7356/7356
[pid=26448] ppid=26446 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/26448/stat : 26448 (java) S 26446 26448 23457 0 -1 4202496 3011 0 1 0 2 0 0 0 20 0 13 0 254526278 9446973440 3709 33554432000 1073741824 1073778376 140737358799648 140737358790784 245297610813 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26448/statm: 2306390 3709 1692 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100328 s]
/proc/loadavg: 3.95 3.90 3.87 4/197 26448
/proc/meminfo: memFree=25198860/32873844 swapFree=7356/7356
[pid=26448] ppid=26446 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26448/stat : 26448 (java) S 26446 26448 23457 0 -1 4202496 4179 0 1 0 8 1 0 0 20 0 18 0 254526278 9787813888 5365 33554432000 1073741824 1073778376 140737358799648 140737358790784 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26448/statm: 2389603 5365 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300303 s]
/proc/loadavg: 3.95 3.90 3.87 4/197 26448
/proc/meminfo: memFree=25198860/32873844 swapFree=7356/7356
[pid=26448] ppid=26446 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/26448/stat : 26448 (java) S 26446 26448 23457 0 -1 4202496 6639 0 1 0 52 1 0 0 20 0 18 0 254526278 9787813888 10611 33554432000 1073741824 1073778376 140737358799648 140737358790784 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26448/statm: 2389603 10611 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700197 s]
/proc/loadavg: 3.95 3.90 3.87 4/197 26448
/proc/meminfo: memFree=25198860/32873844 swapFree=7356/7356
[pid=26448] ppid=26446 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/26448/stat : 26448 (java) S 26446 26448 23457 0 -1 4202496 13950 0 1 0 154 5 0 0 20 0 22 0 254526278 10060460032 39876 33554432000 1073741824 1073778376 140737358799648 140737358790784 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26448/statm: 2456167 39876 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9824668

[startup+1.50076 s]
/proc/loadavg: 3.95 3.90 3.87 7/219 26470
/proc/meminfo: memFree=25027216/32873844 swapFree=7356/7356
[pid=26448] ppid=26446 vsize=9824668 CPUtime=4.46 cores=1,3,5,7
/proc/26448/stat : 26448 (java) S 26446 26448 23457 0 -1 4202496 20356 0 1 0 438 8 0 0 20 0 22 0 254526278 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140737358790784 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26448/statm: 2456167 47143 2273 9 0 2446860 0
[pid=26448/tid=26450] ppid=26446 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/26448/task/26450/stat : 26450 (java) S 26446 26448 23457 0 -1 4202560 2511 0 1 0 59 3 0 0 20 0 22 0 254526279 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140143001420792 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26451] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26451/stat : 26451 (java) S 26446 26448 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254526280 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142973873192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26452] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26452/stat : 26452 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526280 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142972820392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26453] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26453/stat : 26453 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526280 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142842522408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26454] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26454/stat : 26454 (java) S 26446 26448 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254526280 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142841469608 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26455] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26455/stat : 26455 (java) S 26446 26448 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254526280 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142840416808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26456] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26456/stat : 26456 (java) S 26446 26448 23457 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254526280 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142839364008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26457] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26457/stat : 26457 (java) S 26446 26448 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254526280 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142838311208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26458] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26458/stat : 26458 (java) S 26446 26448 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254526280 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142366943400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26459] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26459/stat : 26459 (java) S 26446 26448 23457 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254526281 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142354746344 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26460] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26460/stat : 26460 (java) S 26446 26448 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142353692408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26461] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26461/stat : 26461 (java) S 26446 26448 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142352639496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26462] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26462/stat : 26462 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526284 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142351587984 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26463] ppid=26446 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/26448/task/26463/stat : 26463 (java) S 26446 26448 23457 0 -1 4202560 7324 0 0 0 106 1 0 0 20 0 22 0 254526284 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142350535096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26464] ppid=26446 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/26448/task/26464/stat : 26464 (java) S 26446 26448 23457 0 -1 4202560 9106 0 0 0 101 2 0 0 20 0 22 0 254526285 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142349482296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26465] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26465/stat : 26465 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526285 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142348429688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26466] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26466/stat : 26466 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526285 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142347377096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26467] ppid=26446 vsize=9824668 CPUtime=0.78 cores=1,3,5,7
/proc/26448/task/26467/stat : 26467 (java) R 26446 26448 23457 0 -1 4202560 29 0 0 0 78 0 0 0 20 0 22 0 254526344 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142346290512 140142854393310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26468] ppid=26446 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/26448/task/26468/stat : 26468 (java) R 26446 26448 23457 0 -1 4202560 85 0 0 0 77 0 0 0 20 0 22 0 254526344 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142345236744 140142854542773 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26469] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26469/stat : 26469 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254526346 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142344185256 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26470] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26470/stat : 26470 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254526346 10060460032 47143 33554432000 1073741824 1073778376 140737358799648 140142343132456 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9824668

[startup+3.10075 s]
/proc/loadavg: 4.11 3.94 3.89 7/219 26470
/proc/meminfo: memFree=25017840/32873844 swapFree=7356/7356
[pid=26448] ppid=26446 vsize=9824668 CPUtime=7.92 cores=1,3,5,7
/proc/26448/stat : 26448 (java) S 26446 26448 23457 0 -1 4202496 20462 0 1 0 779 13 0 0 20 0 22 0 254526278 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140737358790784 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26448/statm: 2456167 61510 2285 9 0 2446860 0
[pid=26448/tid=26450] ppid=26446 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/26448/task/26450/stat : 26450 (java) S 26446 26448 23457 0 -1 4202560 2511 0 1 0 59 3 0 0 20 0 22 0 254526279 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140143001420792 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26451] ppid=26446 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26448/task/26451/stat : 26451 (java) S 26446 26448 23457 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 254526280 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142973873192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26452] ppid=26446 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26448/task/26452/stat : 26452 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254526280 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142972820392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26453] ppid=26446 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26448/task/26453/stat : 26453 (java) S 26446 26448 23457 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 254526280 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142842522408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26454] ppid=26446 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26448/task/26454/stat : 26454 (java) S 26446 26448 23457 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 254526280 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142841469608 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26455] ppid=26446 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26448/task/26455/stat : 26455 (java) S 26446 26448 23457 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254526280 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142840416808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26456] ppid=26446 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26448/task/26456/stat : 26456 (java) S 26446 26448 23457 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254526280 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142839364008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26457] ppid=26446 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26448/task/26457/stat : 26457 (java) S 26446 26448 23457 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 254526280 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142838311208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26458] ppid=26446 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26448/task/26458/stat : 26458 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254526280 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142366943400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26459] ppid=26446 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26448/task/26459/stat : 26459 (java) S 26446 26448 23457 0 -1 4202560 101 0 0 0 5 0 0 0 20 0 22 0 254526281 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142354746344 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26460] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26460/stat : 26460 (java) S 26446 26448 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142353692408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26461] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26461/stat : 26461 (java) S 26446 26448 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142352639496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26462] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26462/stat : 26462 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526284 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142351587984 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26463] ppid=26446 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/26448/task/26463/stat : 26463 (java) S 26446 26448 23457 0 -1 4202560 7329 0 0 0 117 2 0 0 20 0 22 0 254526284 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142350535096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26464] ppid=26446 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/26448/task/26464/stat : 26464 (java) S 26446 26448 23457 0 -1 4202560 9107 0 0 0 117 2 0 0 20 0 22 0 254526285 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142349482296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26465] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26465/stat : 26465 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526285 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142348429688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26466] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26466/stat : 26466 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526285 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142347377096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26467] ppid=26446 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/26448/task/26467/stat : 26467 (java) R 26446 26448 23457 0 -1 4202560 29 0 0 0 225 0 0 0 20 0 22 0 254526344 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142346290144 140142854399917 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26468] ppid=26446 vsize=9824668 CPUtime=2.23 cores=1,3,5,7
/proc/26448/task/26468/stat : 26468 (java) R 26446 26448 23457 0 -1 4202560 87 0 0 0 223 0 0 0 20 0 22 0 254526344 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142345236160 140142854789536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26469] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26469/stat : 26469 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254526346 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142344185256 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26470] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26470/stat : 26470 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254526346 10060460032 61510 33554432000 1073741824 1073778376 140737358799648 140142343132456 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 9824668

[startup+6.30088 s]
/proc/loadavg: 4.11 3.94 3.89 4/219 26470
/proc/meminfo: memFree=24823776/32873844 swapFree=7356/7356
[pid=26448] ppid=26446 vsize=9824668 CPUtime=14.38 cores=1,3,5,7
/proc/26448/stat : 26448 (java) S 26446 26448 23457 0 -1 4202496 20679 0 1 0 1422 16 0 0 20 0 22 0 254526278 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140737358790784 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26448/statm: 2456167 95418 2285 9 0 2446860 0
[pid=26448/tid=26450] ppid=26446 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/26448/task/26450/stat : 26450 (java) S 26446 26448 23457 0 -1 4202560 2511 0 1 0 59 3 0 0 20 0 22 0 254526279 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140143001420792 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26451] ppid=26446 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26448/task/26451/stat : 26451 (java) S 26446 26448 23457 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 254526280 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142973873192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26452] ppid=26446 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26448/task/26452/stat : 26452 (java) S 26446 26448 23457 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254526280 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142972820392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26453] ppid=26446 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26448/task/26453/stat : 26453 (java) S 26446 26448 23457 0 -1 4202560 17 0 0 0 3 1 0 0 20 0 22 0 254526280 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142842522408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26454] ppid=26446 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26448/task/26454/stat : 26454 (java) S 26446 26448 23457 0 -1 4202560 26 0 0 0 5 2 0 0 20 0 22 0 254526280 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142841469608 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26455] ppid=26446 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26448/task/26455/stat : 26455 (java) S 26446 26448 23457 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 254526280 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142840416808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26456] ppid=26446 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26448/task/26456/stat : 26456 (java) S 26446 26448 23457 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 254526280 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142839364008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26457] ppid=26446 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26448/task/26457/stat : 26457 (java) S 26446 26448 23457 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 254526280 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142838311208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26458] ppid=26446 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26448/task/26458/stat : 26458 (java) S 26446 26448 23457 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 22 0 254526280 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142366943400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26459] ppid=26446 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/26448/task/26459/stat : 26459 (java) S 26446 26448 23457 0 -1 4202560 239 0 0 0 15 2 0 0 20 0 22 0 254526281 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142354746344 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26460] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26460/stat : 26460 (java) S 26446 26448 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142353692408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26461] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26461/stat : 26461 (java) S 26446 26448 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142352639496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26462] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26462/stat : 26462 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526284 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142351587984 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26463] ppid=26446 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/26448/task/26463/stat : 26463 (java) S 26446 26448 23457 0 -1 4202560 7329 0 0 0 127 2 0 0 20 0 22 0 254526284 10060460032 95418 33554432000 1073741824 1073778376 140737358799648 140142350535096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/26448/statm: 2456167 902569 2286 9 0 2446860 0
[pid=26448/tid=26450] ppid=26446 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/26448/task/26450/stat : 26450 (java) S 26446 26448 23457 0 -1 4202560 2549 0 1 0 62 4 0 0 20 0 22 0 254526279 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140143001420792 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26451] ppid=26446 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/26448/task/26451/stat : 26451 (java) S 26446 26448 23457 0 -1 4202560 707 0 0 0 96 15 0 0 20 0 22 0 254526280 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142973873192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26452] ppid=26446 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26448/task/26452/stat : 26452 (java) S 26446 26448 23457 0 -1 4202560 517 0 0 0 103 14 0 0 20 0 22 0 254526280 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142972820392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26453] ppid=26446 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/26448/task/26453/stat : 26453 (java) S 26446 26448 23457 0 -1 4202560 313 0 0 0 101 14 0 0 20 0 22 0 254526280 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142842522408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26454] ppid=26446 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/26448/task/26454/stat : 26454 (java) S 26446 26448 23457 0 -1 4202560 671 0 0 0 127 21 0 0 20 0 22 0 254526280 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142841469608 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26455] ppid=26446 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26448/task/26455/stat : 26455 (java) S 26446 26448 23457 0 -1 4202560 777 0 0 0 100 17 0 0 20 0 22 0 254526280 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142840416808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26456] ppid=26446 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/26448/task/26456/stat : 26456 (java) S 26446 26448 23457 0 -1 4202560 494 0 0 0 100 14 0 0 20 0 22 0 254526280 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142839364008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26457] ppid=26446 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/26448/task/26457/stat : 26457 (java) S 26446 26448 23457 0 -1 4202560 665 0 0 0 85 13 0 0 20 0 22 0 254526280 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142838311208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26458] ppid=26446 vsize=9824668 CPUtime=1.16 cores=1,3,5,7
/proc/26448/task/26458/stat : 26458 (java) S 26446 26448 23457 0 -1 4202560 561 0 0 0 102 14 0 0 20 0 22 0 254526280 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142366943400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26459] ppid=26446 vsize=9824668 CPUtime=36.46 cores=1,3,5,7
/proc/26448/task/26459/stat : 26459 (java) S 26446 26448 23457 0 -1 4202560 3496 0 0 0 3631 15 0 0 20 0 22 0 254526281 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142354746344 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26460] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26460/stat : 26460 (java) S 26446 26448 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142353692408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26461] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26461/stat : 26461 (java) S 26446 26448 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142352639496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26462] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26462/stat : 26462 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526284 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142351587984 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26463] ppid=26446 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26448/task/26463/stat : 26463 (java) S 26446 26448 23457 0 -1 4202560 7344 0 0 0 147 2 0 0 20 0 22 0 254526284 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142350535096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26464] ppid=26446 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26448/task/26464/stat : 26464 (java) S 26446 26448 23457 0 -1 4202560 9108 0 0 0 121 2 0 0 20 0 22 0 254526285 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142349482296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26465] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26465/stat : 26465 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526285 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142348429688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26466] ppid=26446 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/26448/task/26466/stat : 26466 (java) S 26446 26448 23457 0 -1 4202560 47 0 0 0 16 13 0 0 20 0 22 0 254526285 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142347377096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26467] ppid=26446 vsize=9824668 CPUtime=780.47 cores=1,3,5,7
/proc/26448/task/26467/stat : 26467 (java) R 26446 26448 23457 0 -1 4202560 70 0 0 0 78035 12 0 0 20 0 22 0 254526344 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142346290144 140142854354121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26468] ppid=26446 vsize=9824668 CPUtime=780.36 cores=1,3,5,7
/proc/26448/task/26468/stat : 26468 (java) R 26446 26448 23457 0 -1 4202560 949 0 0 0 77995 41 0 0 20 0 22 0 254526344 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142345235376 140142854085464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26469] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26469/stat : 26469 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254526346 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142344185256 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26470] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26470/stat : 26470 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254526346 10060460032 902569 33554432000 1073741824 1073778376 140737358799648 140142343132456 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1614.45
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.93 3.88 3.83 5/220 26549
/proc/meminfo: memFree=21844332/32873844 swapFree=7356/7356
[pid=26448] ppid=26446 vsize=9824668 CPUtime=1732.29 cores=1,3,5,7
/proc/26448/stat : 26448 (java) S 26446 26448 23457 0 -1 4202496 29510 0 1 0 173035 194 0 0 20 0 22 0 254526278 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140737358790784 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26448/statm: 2456167 908746 2286 9 0 2446860 0
[pid=26448/tid=26450] ppid=26446 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/26448/task/26450/stat : 26450 (java) S 26446 26448 23457 0 -1 4202560 2551 0 1 0 62 4 0 0 20 0 22 0 254526279 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140143001420792 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26451] ppid=26446 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/26448/task/26451/stat : 26451 (java) S 26446 26448 23457 0 -1 4202560 711 0 0 0 99 15 0 0 20 0 22 0 254526280 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142973873192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26452] ppid=26446 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26448/task/26452/stat : 26452 (java) S 26446 26448 23457 0 -1 4202560 519 0 0 0 106 14 0 0 20 0 22 0 254526280 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142972820392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26453] ppid=26446 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26448/task/26453/stat : 26453 (java) S 26446 26448 23457 0 -1 4202560 314 0 0 0 103 14 0 0 20 0 22 0 254526280 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142842522408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26454] ppid=26446 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/26448/task/26454/stat : 26454 (java) S 26446 26448 23457 0 -1 4202560 676 0 0 0 129 21 0 0 20 0 22 0 254526280 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142841469608 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26455] ppid=26446 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/26448/task/26455/stat : 26455 (java) S 26446 26448 23457 0 -1 4202560 778 0 0 0 104 17 0 0 20 0 22 0 254526280 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142840416808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26456] ppid=26446 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26448/task/26456/stat : 26456 (java) S 26446 26448 23457 0 -1 4202560 495 0 0 0 103 14 0 0 20 0 22 0 254526280 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142839364008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26457] ppid=26446 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/26448/task/26457/stat : 26457 (java) S 26446 26448 23457 0 -1 4202560 670 0 0 0 89 13 0 0 20 0 22 0 254526280 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142838311208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26458] ppid=26446 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/26448/task/26458/stat : 26458 (java) S 26446 26448 23457 0 -1 4202560 575 0 0 0 104 14 0 0 20 0 22 0 254526280 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142366943400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26459] ppid=26446 vsize=9824668 CPUtime=38.72 cores=1,3,5,7
/proc/26448/task/26459/stat : 26459 (java) S 26446 26448 23457 0 -1 4202560 3512 0 0 0 3856 16 0 0 20 0 22 0 254526281 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142354746344 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26460] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26460/stat : 26460 (java) S 26446 26448 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142353692408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26461] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26461/stat : 26461 (java) S 26446 26448 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142352639496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26462] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26462/stat : 26462 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526284 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142351587984 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26463] ppid=26446 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26448/task/26463/stat : 26463 (java) S 26446 26448 23457 0 -1 4202560 7344 0 0 0 147 2 0 0 20 0 22 0 254526284 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142350535096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26464] ppid=26446 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26448/task/26464/stat : 26464 (java) S 26446 26448 23457 0 -1 4202560 9108 0 0 0 121 2 0 0 20 0 22 0 254526285 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142349482296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26465] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26465/stat : 26465 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526285 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142348429688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26466] ppid=26446 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/26448/task/26466/stat : 26466 (java) S 26446 26448 23457 0 -1 4202560 51 0 0 0 17 14 0 0 20 0 22 0 254526285 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142347377096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26467] ppid=26446 vsize=9824668 CPUtime=838.01 cores=1,3,5,7
/proc/26448/task/26467/stat : 26467 (java) R 26446 26448 23457 0 -1 4202560 70 0 0 0 83788 13 0 0 20 0 22 0 254526344 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142346290144 140142854401293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26468] ppid=26446 vsize=9824668 CPUtime=837.89 cores=1,3,5,7
/proc/26448/task/26468/stat : 26468 (java) R 26446 26448 23457 0 -1 4202560 949 0 0 0 83747 42 0 0 20 0 22 0 254526344 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142345235216 140142854238944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26469] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26469/stat : 26469 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254526346 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142344185256 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26470] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26470/stat : 26470 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254526346 10060460032 908746 33554432000 1073741824 1073778376 140737358799648 140142343132456 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1732.29
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.801 s]
/proc/loadavg: 3.96 3.89 3.83 5/219 26549
/proc/meminfo: memFree=21805428/32873844 swapFree=7356/7356
[pid=26448] ppid=26446 vsize=9824668 CPUtime=1800.21 cores=1,3,5,7
/proc/26448/stat : 26448 (java) S 26446 26448 23457 0 -1 4202496 29545 0 1 0 179826 195 0 0 20 0 22 0 254526278 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140737358790784 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26448/statm: 2456167 918487 2286 9 0 2446860 0
[pid=26448/tid=26450] ppid=26446 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/26448/task/26450/stat : 26450 (java) S 26446 26448 23457 0 -1 4202560 2552 0 1 0 62 4 0 0 20 0 22 0 254526279 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140143001420792 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26451] ppid=26446 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26448/task/26451/stat : 26451 (java) S 26446 26448 23457 0 -1 4202560 711 0 0 0 101 16 0 0 20 0 22 0 254526280 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142973873192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26452] ppid=26446 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/26448/task/26452/stat : 26452 (java) S 26446 26448 23457 0 -1 4202560 528 0 0 0 106 15 0 0 20 0 22 0 254526280 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142972820392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26453] ppid=26446 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/26448/task/26453/stat : 26453 (java) S 26446 26448 23457 0 -1 4202560 314 0 0 0 105 14 0 0 20 0 22 0 254526280 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142842522408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26454] ppid=26446 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/26448/task/26454/stat : 26454 (java) S 26446 26448 23457 0 -1 4202560 676 0 0 0 133 21 0 0 20 0 22 0 254526280 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142841469608 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26455] ppid=26446 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26448/task/26455/stat : 26455 (java) S 26446 26448 23457 0 -1 4202560 781 0 0 0 106 17 0 0 20 0 22 0 254526280 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142840416808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26456] ppid=26446 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26448/task/26456/stat : 26456 (java) S 26446 26448 23457 0 -1 4202560 495 0 0 0 103 14 0 0 20 0 22 0 254526280 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142839364008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26457] ppid=26446 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/26448/task/26457/stat : 26457 (java) S 26446 26448 23457 0 -1 4202560 671 0 0 0 89 13 0 0 20 0 22 0 254526280 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142838311208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26458] ppid=26446 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/26448/task/26458/stat : 26458 (java) S 26446 26448 23457 0 -1 4202560 575 0 0 0 104 15 0 0 20 0 22 0 254526280 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142366943400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26459] ppid=26446 vsize=9824668 CPUtime=39.86 cores=1,3,5,7
/proc/26448/task/26459/stat : 26459 (java) S 26446 26448 23457 0 -1 4202560 3531 0 0 0 3969 17 0 0 20 0 22 0 254526281 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142354746344 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26460] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26460/stat : 26460 (java) S 26446 26448 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142353692408 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26461] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26461/stat : 26461 (java) S 26446 26448 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254526282 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142352639496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26462] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26462/stat : 26462 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526284 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142351587984 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26463] ppid=26446 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26448/task/26463/stat : 26463 (java) S 26446 26448 23457 0 -1 4202560 7344 0 0 0 147 2 0 0 20 0 22 0 254526284 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142350535096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26464] ppid=26446 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26448/task/26464/stat : 26464 (java) S 26446 26448 23457 0 -1 4202560 9108 0 0 0 121 2 0 0 20 0 22 0 254526285 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142349482296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26448/tid=26465] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26465/stat : 26465 (java) S 26446 26448 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254526285 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142348429688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26466] ppid=26446 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/26448/task/26466/stat : 26466 (java) S 26446 26448 23457 0 -1 4202560 53 0 0 0 18 15 0 0 20 0 22 0 254526285 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142347377096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26467] ppid=26446 vsize=9824668 CPUtime=871.24 cores=1,3,5,7
/proc/26448/task/26467/stat : 26467 (java) R 26446 26448 23457 0 -1 4202560 70 0 0 0 87110 14 0 0 20 0 22 0 254526344 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142346290144 140142854458562 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26448/tid=26468] ppid=26446 vsize=9824668 CPUtime=871.12 cores=1,3,5,7
/proc/26448/task/26468/stat : 26468 (java) R 26446 26448 23457 0 -1 4202560 949 0 0 0 87069 43 0 0 20 0 22 0 254526344 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142345235024 140142854874385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26448/tid=26469] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26469/stat : 26469 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254526346 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142344185256 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26448/tid=26470] ppid=26446 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26470/stat : 26470 (java) S 26446 26448 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254526346 10060460032 918487 33554432000 1073741824 1073778376 140737358799648 140142343132456 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 9824668

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 26448 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=768305
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=391636
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 916.88
CPU time (s): 1800.21
CPU user time (s): 1798.26
CPU system time (s): 1.95
CPU usage (%): 196.341
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.77
system time used= 2.39164
maximum resident set size= 3674076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29580
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23344
involuntary context switches= 23535

runsolver used 4.11038 second user time and 7.93379 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 20:26:17
IDJOB=3689650
IDBENCH=90142
IDSOLVER=2268
FILE ID=node109/3689650-1337883977
RUNJOBID= node109-1337871881-23474
PBS_JOBID= 14620095
Free space on /tmp= 71676 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K128.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689650-1337883977/watcher-3689650-1337883977 -o /tmp/evaluation-result-3689650-1337883977/solver-3689650-1337883977 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689650-1337883977.opb

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

MD5SUM BENCH= 17c4ca9a6493665b57c1ccd2ab23e03d
RANDOM SEED=1924914499

node109.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.264
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.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25199504 kB
Buffers:          208612 kB
Cached:          2797412 kB
SwapCached:            0 kB
Active:          4274212 kB
Inactive:        2628460 kB
Active(anon):    3899236 kB
Inactive(anon):        0 kB
Active(file):     374976 kB
Inactive(file):  2628460 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:       3904000 kB
Mapped:            22556 kB
Shmem:               200 kB
Slab:             626804 kB
SReclaimable:      69120 kB
SUnreclaim:       557684 kB
KernelStack:        1600 kB
PageTables:        11784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4022080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3813376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node109 at 2012-05-24 20:41:36