Trace number 3689674

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.85 922.28

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K164.opb
MD5SUM57b7e746b37944d021e8febe16059957
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 variables19516
Total number of constraints19846
Number of constraints which are clauses19682
Number of constraints which are cardinality constraints (but not clauses)164
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
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 165
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.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.2.v20120418
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689674-1337884137.opb
0.09/0.11	c reading problem ... 
1.56/0.71	c ... done. Wall clock time 0.593s.
1.56/0.71	c declared #vars     19516
1.56/0.71	c #constraints  19846
1.56/0.71	c constraints type 
1.56/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
1.56/0.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
1.56/0.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.56/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
1.56/0.71	c 19846 constraints processed.
1.56/0.71	c constraints type 
1.56/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2119
1.56/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17561
1.56/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 164
1.56/0.71	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.56/0.71	c 19846 constraints processed.
7.78/3.14	c cleaning 2478 clauses out of 4995 with flag 5000/5000
12.52/5.45	c cleaning 4255 clauses out of 8509 with flag 11002/11002
17.73/8.09	c cleaning 5587 clauses out of 11240 with flag 18000/18000
24.15/11.25	c cleaning 6794 clauses out of 13642 with flag 26001/26001
31.57/14.94	c cleaning 7826 clauses out of 15835 with flag 35000/35000
39.27/18.82	c cleaning 8888 clauses out of 18003 with flag 45004/45004
47.54/23.02	c cleaning 9924 clauses out of 20099 with flag 56000/56000
57.00/27.87	c cleaning 10841 clauses out of 22168 with flag 68002/68002
66.75/32.90	c cleaning 12010 clauses out of 24322 with flag 81000/81000
77.56/38.30	c cleaning 12962 clauses out of 26307 with flag 95000/95000
89.77/44.59	c cleaning 13954 clauses out of 28335 with flag 110000/110000
102.59/51.02	c cleaning 15013 clauses out of 30379 with flag 126002/126002
115.63/57.78	c cleaning 15887 clauses out of 32358 with flag 143000/143000
131.04/65.52	c cleaning 16912 clauses out of 34460 with flag 161000/161000
147.46/73.88	c cleaning 17940 clauses out of 36544 with flag 180000/180000
163.75/82.13	c cleaning 18305 clauses out of 38599 with flag 200000/200000
180.05/90.58	c cleaning 19686 clauses out of 41293 with flag 221000/221000
199.57/100.48	c cleaning 20069 clauses out of 43603 with flag 243000/243000
220.39/111.09	c cleaning 21131 clauses out of 46534 with flag 266000/266000
241.98/122.06	c cleaning 21914 clauses out of 49400 with flag 290000/290000
260.59/131.62	c cleaning 0 clauses out of 5001 with flag 0/5001
264.14/133.52	c cleaning 22799 clauses out of 52480 with flag 315000/315000
285.39/144.35	c cleaning 24107 clauses out of 55679 with flag 341000/341000
309.87/157.65	c cleaning 24625 clauses out of 58567 with flag 368000/368000
332.33/169.18	c cleaning 25693 clauses out of 61938 with flag 396001/396001
355.97/181.29	c cleaning 26495 clauses out of 65245 with flag 425003/425003
383.66/195.31	c cleaning 27933 clauses out of 68750 with flag 455004/455004
411.49/209.79	c cleaning 28366 clauses out of 71808 with flag 486000/486000
440.45/224.57	c cleaning 29350 clauses out of 75440 with flag 518000/518000
471.01/240.18	c cleaning 30129 clauses out of 79086 with flag 551000/551000
501.14/255.52	c cleaning 31683 clauses out of 82956 with flag 585000/585000
534.53/272.84	c cleaning 32355 clauses out of 86273 with flag 620001/620001
566.45/289.18	c cleaning 32976 clauses out of 89914 with flag 656000/656000
601.95/307.22	c cleaning 34203 clauses out of 93938 with flag 693000/693000
635.60/324.46	c cleaning 34894 clauses out of 97732 with flag 731003/731003
670.02/342.30	c cleaning 35856 clauses out of 101832 with flag 770000/770000
710.60/363.02	c cleaning 37136 clauses out of 105975 with flag 810000/810000
742.98/379.76	c cleaning 37939 clauses out of 109839 with flag 851000/851000
784.83/401.10	c cleaning 39039 clauses out of 113898 with flag 893002/893002
840.32/429.70	c cleaning 39578 clauses out of 117855 with flag 936000/936000
885.59/452.72	c cleaning 41415 clauses out of 122276 with flag 980000/980000
936.78/479.67	c cleaning 42449 clauses out of 125859 with flag 1025000/1025000
983.72/504.09	c cleaning 42647 clauses out of 129406 with flag 1071001/1071001
1032.69/529.08	c cleaning 43633 clauses out of 133757 with flag 1118000/1118000
1092.87/559.67	c cleaning 44254 clauses out of 138123 with flag 1166000/1166000
1149.78/588.66	c cleaning 46075 clauses out of 142868 with flag 1215000/1215000
1204.49/616.96	c cleaning 46488 clauses out of 146792 with flag 1265000/1265000
1254.69/642.62	c cleaning 47613 clauses out of 151307 with flag 1316003/1316003
1307.09/669.43	c cleaning 48948 clauses out of 155690 with flag 1368000/1368000
1369.22/701.20	c cleaning 49661 clauses out of 159742 with flag 1421000/1421000
1424.40/729.84	c cleaning 50662 clauses out of 164079 with flag 1475003/1475003
1480.75/758.63	c cleaning 51098 clauses out of 168422 with flag 1530009/1530009
1544.60/791.28	c cleaning 52504 clauses out of 173318 with flag 1586003/1586003
1603.29/821.24	c cleaning 52472 clauses out of 177811 with flag 1643000/1643000
1681.00/861.28	c cleaning 54805 clauses out of 183338 with flag 1701000/1701000
1750.72/896.78	c cleaning 55197 clauses out of 187532 with flag 1760001/1760001
1800.12/922.21	c starts		: 189
1800.12/922.21	c conflicts		: 1791918
1800.12/922.21	c decisions		: 38663218
1800.12/922.21	c propagations		: 1434583147
1800.12/922.21	c inspects		: 2627884128
1800.12/922.21	c shortcuts		: 0
1800.12/922.21	c learnt literals	: 215
1800.12/922.21	c learnt binary clauses	: 116705
1800.12/922.21	c learnt ternary clauses	: 117366
1800.12/922.21	c learnt constraints	: 1791703
1800.12/922.21	c ignored constraints	: 0
1800.12/922.21	c root simplifications	: 0
1800.12/922.21	c removed literals (reason simplification)	: 12440144
1800.12/922.21	c reason swapping (by a shorter reason)	: 0
1800.12/922.21	c Calls to reduceDB	: 55
1800.12/922.21	c number of reductions to clauses (during analyze)	: 0
1800.12/922.21	c number of learned constraints concerned by reduction	: 0
1800.12/922.21	c number of learning phase by resolution	: 0
1800.12/922.21	c number of learning phase by cutting planes	: 0
1800.12/922.21	c speed (assignments/second)	: 1556828.6274875798
1800.12/922.21	c non guided choices	31900
1800.12/922.25	c learnt constraints type 
1800.12/922.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 116708
1800.12/922.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47617
1800.12/922.25	c constraints type 
1800.12/922.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
1800.12/922.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
1800.12/922.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.12/922.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
1800.12/922.25	c 19846 constraints processed.
1800.12/922.25	c constraints type 
1800.12/922.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2119
1800.12/922.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17561
1800.12/922.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 164
1800.12/922.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.12/922.25	c 19846 constraints processed.
1800.12/922.25	s UNKNOWN
1800.12/922.25	c Total wall clock time (in seconds): 922.139

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-3689674-1337884137/watcher-3689674-1337884137 -o /tmp/evaluation-result-3689674-1337884137/solver-3689674-1337884137 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689674-1337884137.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.95 3.88 3.81 4/197 26416
/proc/meminfo: memFree=25353972/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/26416/stat : 26416 (java) D 26414 26416 21497 0 -1 4202496 297 0 0 0 0 0 0 0 20 0 1 0 254539727 2560000 46 33554432000 1073741824 1073778376 140736686716960 140736686714088 266426477863 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 892 49 38 9 0 30 0

[startup+0.086273 s]
/proc/loadavg: 3.95 3.88 3.81 4/197 26416
/proc/meminfo: memFree=25353972/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/26416/stat : 26416 (java) S 26414 26416 21497 0 -1 4202496 3667 0 1 0 6 1 0 0 20 0 18 0 254539727 9787813888 4876 33554432000 1073741824 1073778376 140736686716960 140736686708096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 2389603 4876 1933 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100268 s]
/proc/loadavg: 3.95 3.88 3.81 4/197 26416
/proc/meminfo: memFree=25353972/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/26416/stat : 26416 (java) S 26414 26416 21497 0 -1 4202496 4295 0 1 0 8 1 0 0 20 0 18 0 254539727 9787813888 5495 33554432000 1073741824 1073778376 140736686716960 140736686708096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 2389603 5497 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300181 s]
/proc/loadavg: 3.95 3.88 3.81 4/197 26416
/proc/meminfo: memFree=25353972/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=9558412 CPUtime=0.57 cores=0,2,4,6
/proc/26416/stat : 26416 (java) S 26414 26416 21497 0 -1 4202496 7322 0 1 0 55 2 0 0 20 0 18 0 254539727 9787813888 12264 33554432000 1073741824 1073778376 140736686716960 140736686708096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 2389603 12264 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.700187 s]
/proc/loadavg: 3.95 3.88 3.81 4/197 26416
/proc/meminfo: memFree=25353972/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=9558412 CPUtime=1.56 cores=0,2,4,6
/proc/26416/stat : 26416 (java) S 26414 26416 21497 0 -1 4202496 15138 0 1 0 149 7 0 0 20 0 18 0 254539727 9787813888 46290 33554432000 1073741824 1073778376 140736686716960 140736686708096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 2389603 46290 2259 9 0 2380296 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 3.95 3.88 3.81 7/219 26438
/proc/meminfo: memFree=25173440/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=9824668 CPUtime=4.41 cores=0,2,4,6
/proc/26416/stat : 26416 (java) S 26414 26416 21497 0 -1 4202496 22506 0 1 0 433 8 0 0 20 0 22 0 254539727 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140736686708096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 2456167 49348 2272 9 0 2446860 0
[pid=26416/tid=26418] ppid=26414 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/26416/task/26418/stat : 26418 (java) S 26414 26416 21497 0 -1 4202560 2521 0 1 0 62 4 0 0 20 0 22 0 254539728 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357882336248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26419] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26419/stat : 26419 (java) S 26414 26416 21497 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254539729 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357854788648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26420] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26420/stat : 26420 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539729 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357725105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26421] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26421/stat : 26421 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539729 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357724052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26422] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26422/stat : 26422 (java) S 26414 26416 21497 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254539729 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357722999464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26423] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26423/stat : 26423 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539729 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357721946664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26424] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26424/stat : 26424 (java) S 26414 26416 21497 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254539729 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357720893864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26425] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26425/stat : 26425 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539729 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357383743784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26426] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26426/stat : 26426 (java) S 26414 26416 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254539729 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357382690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26427] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26427/stat : 26427 (java) S 26414 26416 21497 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254539730 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357370493928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26428] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26428/stat : 26428 (java) S 26414 26416 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357369439992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26429] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26429/stat : 26429 (java) S 26414 26416 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357368387080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26430] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26430/stat : 26430 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357367335568 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26431] ppid=26414 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/26416/task/26431/stat : 26431 (java) R 26414 26416 21497 0 -1 4202560 7926 0 0 0 102 2 0 0 20 0 22 0 254539733 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357366282680 140357889322548 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26432] ppid=26414 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/26416/task/26432/stat : 26432 (java) S 26414 26416 21497 0 -1 4202560 10658 0 0 0 106 1 0 0 20 0 22 0 254539733 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357365229880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26433] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26433/stat : 26433 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357364177272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26434] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26434/stat : 26434 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357363124680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26435] ppid=26414 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/26416/task/26435/stat : 26435 (java) R 26414 26416 21497 0 -1 4202560 27 0 0 0 76 0 0 0 20 0 22 0 254539799 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357362070664 140357736935748 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26436] ppid=26414 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/26416/task/26436/stat : 26436 (java) R 26414 26416 21497 0 -1 4202560 70 0 0 0 77 0 0 0 20 0 22 0 254539799 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357361017544 140357737085727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26437] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26437/stat : 26437 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357359965608 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26438] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26438/stat : 26438 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 49348 33554432000 1073741824 1073778376 140736686716960 140357358912808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9824668

[startup+3.10082 s]
/proc/loadavg: 4.03 3.89 3.81 5/219 26438
/proc/meminfo: memFree=25143528/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=9824668 CPUtime=7.78 cores=0,2,4,6
/proc/26416/stat : 26416 (java) S 26414 26416 21497 0 -1 4202496 23633 0 1 0 763 15 0 0 20 0 22 0 254539727 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140736686708096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 2456167 89937 2273 9 0 2446860 0
[pid=26416/tid=26418] ppid=26414 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/26416/task/26418/stat : 26418 (java) S 26414 26416 21497 0 -1 4202560 2522 0 1 0 62 4 0 0 20 0 22 0 254539728 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357882336248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26419] ppid=26414 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/26416/task/26419/stat : 26419 (java) S 26414 26416 21497 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 22 0 254539729 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357854788648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26420] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26420/stat : 26420 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539729 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357725105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26421] ppid=26414 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26416/task/26421/stat : 26421 (java) S 26414 26416 21497 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254539729 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357724052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26422] ppid=26414 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26416/task/26422/stat : 26422 (java) S 26414 26416 21497 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 254539729 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357722999464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26423] ppid=26414 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26416/task/26423/stat : 26423 (java) S 26414 26416 21497 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254539729 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357721946664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26424] ppid=26414 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26416/task/26424/stat : 26424 (java) S 26414 26416 21497 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254539729 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357720893864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26425] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26425/stat : 26425 (java) S 26414 26416 21497 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254539729 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357383743784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26426] ppid=26414 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26416/task/26426/stat : 26426 (java) S 26414 26416 21497 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254539729 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357382690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26427] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26427/stat : 26427 (java) S 26414 26416 21497 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254539730 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357370493928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26428] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26428/stat : 26428 (java) S 26414 26416 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357369439992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26429] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26429/stat : 26429 (java) S 26414 26416 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357368387080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26430] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26430/stat : 26430 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357367335568 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26431] ppid=26414 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/26416/task/26431/stat : 26431 (java) S 26414 26416 21497 0 -1 4202560 8780 0 0 0 110 2 0 0 20 0 22 0 254539733 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357366282680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26432] ppid=26414 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/26416/task/26432/stat : 26432 (java) S 26414 26416 21497 0 -1 4202560 10658 0 0 0 109 1 0 0 20 0 22 0 254539733 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357365229880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26433] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26433/stat : 26433 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357364177272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26434] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26434/stat : 26434 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357363124680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26435] ppid=26414 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/26416/task/26435/stat : 26435 (java) R 26414 26416 21497 0 -1 4202560 27 0 0 0 230 0 0 0 20 0 22 0 254539799 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357362070696 140357736699423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26436] ppid=26414 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/26416/task/26436/stat : 26436 (java) R 26414 26416 21497 0 -1 4202560 128 0 0 0 229 2 0 0 20 0 22 0 254539799 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357361016400 140357737375011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26437] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26437/stat : 26437 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357359965608 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26438] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26438/stat : 26438 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 89937 33554432000 1073741824 1073778376 140736686716960 140357358912808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 4.03 3.89 3.81 5/219 26438
/proc/meminfo: memFree=24906388/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=9824668 CPUtime=14.26 cores=0,2,4,6
/proc/26416/stat : 26416 (java) S 26414 26416 21497 0 -1 4202496 24131 0 1 0 1405 21 0 0 20 0 22 0 254539727 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140736686708096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 2456167 119720 2285 9 0 2446860 0
[pid=26416/tid=26418] ppid=26414 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/26416/task/26418/stat : 26418 (java) S 26414 26416 21497 0 -1 4202560 2522 0 1 0 62 4 0 0 20 0 22 0 254539728 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357882336248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26419] ppid=26414 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26416/task/26419/stat : 26419 (java) S 26414 26416 21497 0 -1 4202560 49 0 0 0 5 2 0 0 20 0 22 0 254539729 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357854788648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26420] ppid=26414 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26416/task/26420/stat : 26420 (java) S 26414 26416 21497 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 22 0 254539729 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357725105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26421] ppid=26414 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26416/task/26421/stat : 26421 (java) S 26414 26416 21497 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 254539729 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357724052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26422] ppid=26414 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26416/task/26422/stat : 26422 (java) S 26414 26416 21497 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 22 0 254539729 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357722999464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26423] ppid=26414 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/26416/task/26423/stat : 26423 (java) S 26414 26416 21497 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 22 0 254539729 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357721946664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26424] ppid=26414 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26416/task/26424/stat : 26424 (java) S 26414 26416 21497 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 254539729 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357720893864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26425] ppid=26414 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26416/task/26425/stat : 26425 (java) S 26414 26416 21497 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 254539729 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357383743784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26426] ppid=26414 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26416/task/26426/stat : 26426 (java) S 26414 26416 21497 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 254539729 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357382690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26427] ppid=26414 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/26416/task/26427/stat : 26427 (java) S 26414 26416 21497 0 -1 4202560 236 0 0 0 17 0 0 0 20 0 22 0 254539730 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357370493928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26428] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26428/stat : 26428 (java) S 26414 26416 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357369439992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26429] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26429/stat : 26429 (java) S 26414 26416 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357368387080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26430] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26430/stat : 26430 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357367335568 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26431] ppid=26414 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/26416/task/26431/stat : 26431 (java) S 26414 26416 21497 0 -1 4202560 9072 0 0 0 120 2 0 0 20 0 22 0 254539733 10060460032 119720 33554432000 1073741824 1073778376 140736686716960 140357366282680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=26416/tid=26436] ppid=26414 vsize=9824668 CPUtime=707.71 cores=0,2,4,6
/proc/26416/task/26436/stat : 26436 (java) R 26414 26416 21497 0 -1 4202560 1711 0 0 0 70724 47 0 0 20 0 22 0 254539799 10060460032 915740 33554432000 1073741824 1073778376 140736686716960 140357361015920 140357737222150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26437] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26437/stat : 26437 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 915740 33554432000 1073741824 1073778376 140736686716960 140357359965608 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26438] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26438/stat : 26438 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 915740 33554432000 1073741824 1073778376 140736686716960 140357358912808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1486.59
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.87 3.94 3.90 4/219 26506
/proc/meminfo: memFree=21722176/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=9824668 CPUtime=1604.56 cores=0,2,4,6
/proc/26416/stat : 26416 (java) S 26414 26416 21497 0 -1 4202496 38440 0 1 0 160288 168 0 0 20 0 22 0 254539727 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140736686708096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 2456167 917392 2286 9 0 2446860 0
[pid=26416/tid=26418] ppid=26414 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/26416/task/26418/stat : 26418 (java) S 26414 26416 21497 0 -1 4202560 2559 0 1 0 65 5 0 0 20 0 22 0 254539728 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357882335960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26419] ppid=26414 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/26416/task/26419/stat : 26419 (java) S 26414 26416 21497 0 -1 4202560 640 0 0 0 239 14 0 0 20 0 22 0 254539729 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357854788648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26420] ppid=26414 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/26416/task/26420/stat : 26420 (java) S 26414 26416 21497 0 -1 4202560 788 0 0 0 214 9 0 0 20 0 22 0 254539729 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357725105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26421] ppid=26414 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/26416/task/26421/stat : 26421 (java) S 26414 26416 21497 0 -1 4202560 400 0 0 0 240 13 0 0 20 0 22 0 254539729 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357724052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26422] ppid=26414 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/26416/task/26422/stat : 26422 (java) S 26414 26416 21497 0 -1 4202560 956 0 0 0 244 13 0 0 20 0 22 0 254539729 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357722999464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26423] ppid=26414 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/26416/task/26423/stat : 26423 (java) S 26414 26416 21497 0 -1 4202560 363 0 0 0 230 11 0 0 20 0 22 0 254539729 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357721946664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26424] ppid=26414 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/26416/task/26424/stat : 26424 (java) S 26414 26416 21497 0 -1 4202560 818 0 0 0 245 10 0 0 20 0 22 0 254539729 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357720893864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26425] ppid=26414 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/26416/task/26425/stat : 26425 (java) S 26414 26416 21497 0 -1 4202560 547 0 0 0 225 14 0 0 20 0 22 0 254539729 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357383743784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26426] ppid=26414 vsize=9824668 CPUtime=2.22 cores=0,2,4,6
/proc/26416/task/26426/stat : 26426 (java) S 26414 26416 21497 0 -1 4202560 487 0 0 0 211 11 0 0 20 0 22 0 254539729 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357382690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26427] ppid=26414 vsize=9824668 CPUtime=51.67 cores=0,2,4,6
/proc/26416/task/26427/stat : 26427 (java) R 26414 26416 21497 0 -1 4202560 3362 0 0 0 5150 17 0 0 20 0 22 0 254539730 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357370492776 140357889190056 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26428] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26428/stat : 26428 (java) S 26414 26416 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357369439992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26429] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26429/stat : 26429 (java) S 26414 26416 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357368387080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26430] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26430/stat : 26430 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357367335568 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26431] ppid=26414 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/26416/task/26431/stat : 26431 (java) S 26414 26416 21497 0 -1 4202560 13803 0 0 0 173 3 0 0 20 0 22 0 254539733 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357366282680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26432] ppid=26414 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/26416/task/26432/stat : 26432 (java) S 26414 26416 21497 0 -1 4202560 10667 0 0 0 148 2 0 0 20 0 22 0 254539733 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357365229880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26433] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26433/stat : 26433 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357364177272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26434] ppid=26414 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/26416/task/26434/stat : 26434 (java) S 26414 26416 21497 0 -1 4202560 47 0 0 0 14 14 0 0 20 0 22 0 254539733 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357363124680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26435] ppid=26414 vsize=9824668 CPUtime=764.74 cores=0,2,4,6
/proc/26416/task/26435/stat : 26435 (java) S 26414 26416 21497 0 -1 4202560 103 0 0 0 76461 13 0 0 20 0 22 0 254539799 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357362070296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26436] ppid=26414 vsize=9824668 CPUtime=764.66 cores=0,2,4,6
/proc/26416/task/26436/stat : 26436 (java) S 26414 26416 21497 0 -1 4202560 1713 0 0 0 76417 49 0 0 20 0 22 0 254539799 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357361016040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26437] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26437/stat : 26437 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357359965608 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26438] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26438/stat : 26438 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 917392 33554432000 1073741824 1073778376 140736686716960 140357358912808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1604.56
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.82 3.91 3.89 5/219 26507
/proc/meminfo: memFree=21674516/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=9824668 CPUtime=1721.68 cores=0,2,4,6
/proc/26416/stat : 26416 (java) S 26414 26416 21497 0 -1 4202496 38687 0 1 0 171996 172 0 0 20 0 22 0 254539727 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140736686708096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 2456167 930366 2286 9 0 2446860 0
[pid=26416/tid=26418] ppid=26414 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/26416/task/26418/stat : 26418 (java) S 26414 26416 21497 0 -1 4202560 2559 0 1 0 65 5 0 0 20 0 22 0 254539728 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357882336248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26419] ppid=26414 vsize=9824668 CPUtime=2.69 cores=0,2,4,6
/proc/26416/task/26419/stat : 26419 (java) S 26414 26416 21497 0 -1 4202560 674 0 0 0 255 14 0 0 20 0 22 0 254539729 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357854788648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26420] ppid=26414 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/26416/task/26420/stat : 26420 (java) S 26414 26416 21497 0 -1 4202560 798 0 0 0 232 9 0 0 20 0 22 0 254539729 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357725105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26421] ppid=26414 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/26416/task/26421/stat : 26421 (java) S 26414 26416 21497 0 -1 4202560 418 0 0 0 254 13 0 0 20 0 22 0 254539729 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357724052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26422] ppid=26414 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/26416/task/26422/stat : 26422 (java) S 26414 26416 21497 0 -1 4202560 1025 0 0 0 262 14 0 0 20 0 22 0 254539729 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357722999464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26423] ppid=26414 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/26416/task/26423/stat : 26423 (java) S 26414 26416 21497 0 -1 4202560 376 0 0 0 241 11 0 0 20 0 22 0 254539729 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357721946664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26424] ppid=26414 vsize=9824668 CPUtime=2.69 cores=0,2,4,6
/proc/26416/task/26424/stat : 26424 (java) S 26414 26416 21497 0 -1 4202560 872 0 0 0 258 11 0 0 20 0 22 0 254539729 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357720893864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26425] ppid=26414 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/26416/task/26425/stat : 26425 (java) S 26414 26416 21497 0 -1 4202560 554 0 0 0 238 14 0 0 20 0 22 0 254539729 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357383743784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26426] ppid=26414 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/26416/task/26426/stat : 26426 (java) S 26414 26416 21497 0 -1 4202560 499 0 0 0 219 11 0 0 20 0 22 0 254539729 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357382690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26427] ppid=26414 vsize=9824668 CPUtime=55.06 cores=0,2,4,6
/proc/26416/task/26427/stat : 26427 (java) S 26414 26416 21497 0 -1 4202560 3383 0 0 0 5489 17 0 0 20 0 22 0 254539730 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357370493928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26428] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26428/stat : 26428 (java) S 26414 26416 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357369439992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26429] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26429/stat : 26429 (java) S 26414 26416 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357368387080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26430] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26430/stat : 26430 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357367335568 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26431] ppid=26414 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/26416/task/26431/stat : 26431 (java) S 26414 26416 21497 0 -1 4202560 13803 0 0 0 173 3 0 0 20 0 22 0 254539733 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357366282680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26432] ppid=26414 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/26416/task/26432/stat : 26432 (java) S 26414 26416 21497 0 -1 4202560 10667 0 0 0 148 2 0 0 20 0 22 0 254539733 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357365229880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26433] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26433/stat : 26433 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357364177272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26434] ppid=26414 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/26416/task/26434/stat : 26434 (java) S 26414 26416 21497 0 -1 4202560 51 0 0 0 16 14 0 0 20 0 22 0 254539733 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357363124680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26435] ppid=26414 vsize=9824668 CPUtime=821.04 cores=0,2,4,6
/proc/26416/task/26435/stat : 26435 (java) R 26414 26416 21497 0 -1 4202560 106 0 0 0 82090 14 0 0 20 0 22 0 254539799 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357362068704 140357737037965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26436] ppid=26414 vsize=9824668 CPUtime=820.95 cores=0,2,4,6
/proc/26416/task/26436/stat : 26436 (java) R 26414 26416 21497 0 -1 4202560 1715 0 0 0 82045 50 0 0 20 0 22 0 254539799 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357361016576 140357737124327 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26437] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26437/stat : 26437 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357359965608 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26438] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26438/stat : 26438 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 930366 33554432000 1073741824 1073778376 140736686716960 140357358912808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.201 s]
/proc/loadavg: 3.85 3.90 3.89 5/219 26507
/proc/meminfo: memFree=21641872/32873648 swapFree=6852/6852
[pid=26416] ppid=26414 vsize=9824668 CPUtime=1800.12 cores=0,2,4,6
/proc/26416/stat : 26416 (java) S 26414 26416 21497 0 -1 4202496 38812 0 1 0 179839 173 0 0 20 0 22 0 254539727 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140736686708096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 2456167 934734 2286 9 0 2446860 0
[pid=26416/tid=26418] ppid=26414 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/26416/task/26418/stat : 26418 (java) S 26414 26416 21497 0 -1 4202560 2560 0 1 0 65 5 0 0 20 0 22 0 254539728 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357882336248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26419] ppid=26414 vsize=9824668 CPUtime=2.82 cores=0,2,4,6
/proc/26416/task/26419/stat : 26419 (java) S 26414 26416 21497 0 -1 4202560 681 0 0 0 267 15 0 0 20 0 22 0 254539729 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357854788648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26420] ppid=26414 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/26416/task/26420/stat : 26420 (java) S 26414 26416 21497 0 -1 4202560 801 0 0 0 239 10 0 0 20 0 22 0 254539729 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357725105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26421] ppid=26414 vsize=9824668 CPUtime=2.78 cores=0,2,4,6
/proc/26416/task/26421/stat : 26421 (java) S 26414 26416 21497 0 -1 4202560 447 0 0 0 265 13 0 0 20 0 22 0 254539729 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357724052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26422] ppid=26414 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/26416/task/26422/stat : 26422 (java) S 26414 26416 21497 0 -1 4202560 1025 0 0 0 276 14 0 0 20 0 22 0 254539729 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357722999464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26423] ppid=26414 vsize=9824668 CPUtime=2.64 cores=0,2,4,6
/proc/26416/task/26423/stat : 26423 (java) S 26414 26416 21497 0 -1 4202560 382 0 0 0 253 11 0 0 20 0 22 0 254539729 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357721946664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26424] ppid=26414 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/26416/task/26424/stat : 26424 (java) S 26414 26416 21497 0 -1 4202560 872 0 0 0 265 11 0 0 20 0 22 0 254539729 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357720893864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26425] ppid=26414 vsize=9824668 CPUtime=2.62 cores=0,2,4,6
/proc/26416/task/26425/stat : 26425 (java) S 26414 26416 21497 0 -1 4202560 559 0 0 0 248 14 0 0 20 0 22 0 254539729 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357383743784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26426] ppid=26414 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/26416/task/26426/stat : 26426 (java) S 26414 26416 21497 0 -1 4202560 544 0 0 0 232 11 0 0 20 0 22 0 254539729 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357382690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26427] ppid=26414 vsize=9824668 CPUtime=56.83 cores=0,2,4,6
/proc/26416/task/26427/stat : 26427 (java) S 26414 26416 21497 0 -1 4202560 3407 0 0 0 5665 18 0 0 20 0 22 0 254539730 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357370493928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26428] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26428/stat : 26428 (java) S 26414 26416 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357369439992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26429] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26429/stat : 26429 (java) S 26414 26416 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254539731 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357368387080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26430] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26430/stat : 26430 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357367335568 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26431] ppid=26414 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/26416/task/26431/stat : 26431 (java) S 26414 26416 21497 0 -1 4202560 13803 0 0 0 173 3 0 0 20 0 22 0 254539733 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357366282680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26432] ppid=26414 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/26416/task/26432/stat : 26432 (java) S 26414 26416 21497 0 -1 4202560 10667 0 0 0 148 2 0 0 20 0 22 0 254539733 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357365229880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26416/tid=26433] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26433/stat : 26433 (java) S 26414 26416 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254539733 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357364177272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26416/tid=26434] ppid=26414 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/26416/task/26434/stat : 26434 (java) S 26414 26416 21497 0 -1 4202560 53 0 0 0 17 15 0 0 20 0 22 0 254539733 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357363124680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26435] ppid=26414 vsize=9824668 CPUtime=858.94 cores=0,2,4,6
/proc/26416/task/26435/stat : 26435 (java) R 26414 26416 21497 0 -1 4202560 108 0 0 0 85879 15 0 0 20 0 22 0 254539799 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357362069552 140357736987750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26436] ppid=26414 vsize=9824668 CPUtime=858.86 cores=0,2,4,6
/proc/26416/task/26436/stat : 26436 (java) R 26414 26416 21497 0 -1 4202560 1716 0 0 0 85835 51 0 0 20 0 22 0 254539799 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357361015472 140357737198007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26416/tid=26437] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26437/stat : 26437 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357359965608 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26416/tid=26438] ppid=26414 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26416/task/26438/stat : 26438 (java) S 26414 26416 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254539801 10060460032 934734 33554432000 1073741824 1073778376 140736686716960 140357358912808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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
Real time (s): 922.28
CPU time (s): 1800.85
CPU user time (s): 1798.6
CPU system time (s): 2.25366
CPU usage (%): 195.261
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 2.25366
maximum resident set size= 3739060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38844
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25318
involuntary context switches= 37677

runsolver used 3.3205 second user time and 8.60469 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 20:28:57
IDJOB=3689674
IDBENCH=90170
IDSOLVER=2268
FILE ID=node116/3689674-1337884137
RUNJOBID= node116-1337871880-21513
PBS_JOBID= 14620088
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 57b7e746b37944d021e8febe16059957
RANDOM SEED=855900329

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:        25354616 kB
Buffers:          215732 kB
Cached:          2943040 kB
SwapCached:            0 kB
Active:          4076392 kB
Inactive:        2675804 kB
Active(anon):    3595556 kB
Inactive(anon):      316 kB
Active(file):     480836 kB
Inactive(file):  2675488 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       3600172 kB
Mapped:            21652 kB
Shmem:               200 kB
Slab:             623712 kB
SReclaimable:      68100 kB
SUnreclaim:       555612 kB
KernelStack:        1632 kB
PageTables:        11396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4090592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3510272 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= 71724 MiB
End job on node116 at 2012-05-24 20:44:21