Trace number 3689666

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.19 916.479

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K139.opb
MD5SUM76516381ba4bc043f2da87444e256707
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
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.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689666-1337884099.opb
0.08/0.13	c reading problem ... 
1.28/0.67	c ... done. Wall clock time 0.539s.
1.28/0.67	c declared #vars     16541
1.28/0.67	c #constraints  16821
1.28/0.67	c constraints type 
1.28/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14886
1.28/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 139
1.28/0.67	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.28/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1794
1.28/0.67	c 16821 constraints processed.
1.28/0.67	c constraints type 
1.28/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1794
1.28/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14886
1.28/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 139
1.28/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.28/0.67	c 16821 constraints processed.
6.54/2.58	c cleaning 2484 clauses out of 4994 with flag 5001/5001
10.63/4.57	c cleaning 4243 clauses out of 8505 with flag 11000/11000
15.39/6.82	c cleaning 5622 clauses out of 11257 with flag 18001/18001
20.60/9.48	c cleaning 6810 clauses out of 13627 with flag 26000/26000
26.42/12.39	c cleaning 7854 clauses out of 15816 with flag 35001/35001
33.18/15.79	c cleaning 8955 clauses out of 17958 with flag 45000/45000
39.91/19.18	c cleaning 9887 clauses out of 20004 with flag 56001/56001
46.62/22.56	c cleaning 10967 clauses out of 22115 with flag 68000/68000
54.62/26.61	c cleaning 11950 clauses out of 24146 with flag 81001/81001
64.15/31.44	c cleaning 12918 clauses out of 26194 with flag 95000/95000
80.51/39.62	c cleaning 13985 clauses out of 28275 with flag 110000/110000
91.76/45.34	c cleaning 15010 clauses out of 30284 with flag 126002/126002
102.64/50.99	c cleaning 16125 clauses out of 32272 with flag 143000/143000
115.06/57.23	c cleaning 16942 clauses out of 34147 with flag 161001/161001
128.81/64.22	c cleaning 17886 clauses out of 36205 with flag 180002/180002
146.21/73.04	c cleaning 18756 clauses out of 38318 with flag 200001/200001
160.62/80.49	c cleaning 20090 clauses out of 40564 with flag 221003/221003
176.72/88.62	c cleaning 20824 clauses out of 42473 with flag 243002/243002
194.01/97.41	c cleaning 22159 clauses out of 44649 with flag 266002/266002
210.27/105.74	c cleaning 22784 clauses out of 46489 with flag 290001/290001
226.07/113.97	c cleaning 23036 clauses out of 48704 with flag 315001/315001
243.69/122.90	c cleaning 24022 clauses out of 51669 with flag 341002/341002
263.52/133.05	c cleaning 24847 clauses out of 54645 with flag 368000/368000
283.49/143.28	c cleaning 26153 clauses out of 57798 with flag 396001/396001
309.41/156.59	c cleaning 27449 clauses out of 60644 with flag 425001/425001
333.57/168.85	c cleaning 28386 clauses out of 63193 with flag 455000/455000
363.30/183.90	c cleaning 29406 clauses out of 65807 with flag 486000/486000
389.17/197.92	c cleaning 29927 clauses out of 68401 with flag 518000/518000
417.04/212.17	c cleaning 30742 clauses out of 71475 with flag 551003/551003
443.03/225.47	c cleaning 31409 clauses out of 74729 with flag 585000/585000
468.37/238.48	c cleaning 32458 clauses out of 78312 with flag 620000/620000
510.56/260.08	c cleaning 34335 clauses out of 81856 with flag 656002/656002
537.55/273.83	c cleaning 34718 clauses out of 84516 with flag 693000/693000
566.12/288.49	c cleaning 35265 clauses out of 87797 with flag 731000/731000
599.81/305.62	c cleaning 37030 clauses out of 91530 with flag 770000/770000
635.38/323.97	c cleaning 38354 clauses out of 94504 with flag 810004/810004
665.53/339.36	c cleaning 37964 clauses out of 97145 with flag 851000/851000
703.67/358.73	c cleaning 39619 clauses out of 101181 with flag 893000/893000
742.39/378.47	c cleaning 40073 clauses out of 104562 with flag 936000/936000
777.10/396.38	c cleaning 41549 clauses out of 108489 with flag 980000/980000
810.03/413.11	c cleaning 42265 clauses out of 111940 with flag 1025000/1025000
853.53/435.22	c cleaning 43804 clauses out of 115675 with flag 1071000/1071000
900.83/459.24	c cleaning 44366 clauses out of 118876 with flag 1118005/1118005
936.89/477.90	c cleaning 45074 clauses out of 122505 with flag 1166000/1166000
974.59/497.00	c cleaning 45960 clauses out of 126434 with flag 1215003/1215003
1015.22/517.75	c cleaning 47242 clauses out of 130472 with flag 1265001/1265001
1070.48/545.76	c cleaning 48827 clauses out of 134228 with flag 1316000/1316000
1151.91/586.92	c cleaning 49052 clauses out of 137402 with flag 1368001/1368001
1162.15/592.47	c cleaning 0 clauses out of 5000 with flag 0/5000
1238.07/631.26	c cleaning 51106 clauses out of 141348 with flag 1421000/1421000
1345.40/685.31	c cleaning 51724 clauses out of 144241 with flag 1475000/1475000
1440.34/733.26	c cleaning 52383 clauses out of 147517 with flag 1530000/1530000
1544.91/786.09	c cleaning 53855 clauses out of 151137 with flag 1586003/1586003
1592.44/810.22	c cleaning 53540 clauses out of 154278 with flag 1643000/1643000
1658.81/844.27	c cleaning 55174 clauses out of 158738 with flag 1701000/1701000
1731.79/881.29	c cleaning 55957 clauses out of 162564 with flag 1760000/1760000
1785.60/908.66	c cleaning 56550 clauses out of 166607 with flag 1820000/1820000
1800.19/916.41	c starts		: 208
1800.19/916.41	c conflicts		: 1839836
1800.19/916.41	c decisions		: 24957078
1800.19/916.41	c propagations		: 1306688674
1800.19/916.41	c inspects		: 2703464293
1800.19/916.41	c shortcuts		: 0
1800.19/916.41	c learnt literals	: 73
1800.19/916.41	c learnt binary clauses	: 94908
1800.19/916.41	c learnt ternary clauses	: 107635
1800.19/916.41	c learnt constraints	: 1839762
1800.19/916.41	c ignored constraints	: 0
1800.19/916.41	c root simplifications	: 0
1800.19/916.41	c removed literals (reason simplification)	: 22277529
1800.19/916.41	c reason swapping (by a shorter reason)	: 0
1800.19/916.41	c Calls to reduceDB	: 56
1800.19/916.41	c number of reductions to clauses (during analyze)	: 0
1800.19/916.41	c number of learned constraints concerned by reduction	: 0
1800.19/916.41	c number of learning phase by resolution	: 0
1800.19/916.41	c number of learning phase by cutting planes	: 0
1800.19/916.41	c speed (assignments/second)	: 1426974.0222298424
1800.19/916.41	c non guided choices	19632
1800.19/916.45	c learnt constraints type 
1800.19/916.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 94912
1800.19/916.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35046
1800.19/916.45	c constraints type 
1800.19/916.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14886
1800.19/916.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 139
1800.19/916.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.19/916.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1794
1800.19/916.45	c 16821 constraints processed.
1800.19/916.45	c constraints type 
1800.19/916.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1794
1800.19/916.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14886
1800.19/916.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 139
1800.19/916.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.19/916.45	c 16821 constraints processed.
1800.19/916.45	s UNKNOWN
1800.19/916.45	c Total wall clock time (in seconds): 916.32

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

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

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


[startup+0 s]
/proc/loadavg: 4.02 4.01 3.88 4/195 5198
/proc/meminfo: memFree=26332908/32873852 swapFree=6848/6848
[pid=5198] ppid=5196 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5198/stat : 5198 (java) D 5196 5198 718 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254535330 9515008 183 33554432000 1073741824 1073778376 140736560681232 140736560672264 229355896501 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/5198/statm: 2323 183 140 9 0 71 0

[startup+0.0550469 s]
/proc/loadavg: 4.02 4.01 3.88 4/195 5198
/proc/meminfo: memFree=26332908/32873852 swapFree=6848/6848
[pid=5198] ppid=5196 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/5198/stat : 5198 (java) S 5196 5198 718 0 -1 4202496 3102 0 1 0 2 0 0 0 20 0 13 0 254535330 9446973440 3288 33554432000 1073741824 1073778376 140735604475776 140735604466912 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5198/statm: 2306390 3288 1704 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100206 s]
/proc/loadavg: 4.02 4.01 3.88 4/195 5198
/proc/meminfo: memFree=26332908/32873852 swapFree=6848/6848
[pid=5198] ppid=5196 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/5198/stat : 5198 (java) S 5196 5198 718 0 -1 4202496 4178 0 1 0 7 1 0 0 20 0 18 0 254535330 9787813888 4874 33554432000 1073741824 1073778376 140735604475776 140735604466912 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5198/statm: 2389603 4874 2071 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300205 s]
/proc/loadavg: 4.02 4.01 3.88 4/195 5198
/proc/meminfo: memFree=26332908/32873852 swapFree=6848/6848
[pid=5198] ppid=5196 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/5198/stat : 5198 (java) S 5196 5198 718 0 -1 4202496 7217 0 1 0 52 2 0 0 20 0 18 0 254535330 9787813888 10395 33554432000 1073741824 1073778376 140735604475776 140735604466912 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5198/statm: 2389603 10395 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700183 s]
/proc/loadavg: 4.02 4.01 3.88 4/195 5198
/proc/meminfo: memFree=26332908/32873852 swapFree=6848/6848
[pid=5198] ppid=5196 vsize=9691540 CPUtime=1.6 cores=0,2,4,6
/proc/5198/stat : 5198 (java) S 5196 5198 718 0 -1 4202496 14731 0 1 0 154 6 0 0 20 0 20 0 254535330 9924136960 42297 33554432000 1073741824 1073778376 140735604475776 140735604466912 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5198/statm: 2422885 42297 2245 9 0 2413578 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9691540

[startup+1.50079 s]
/proc/loadavg: 4.10 4.03 3.88 7/217 5220
/proc/meminfo: memFree=26157324/32873852 swapFree=6848/6848
[pid=5198] ppid=5196 vsize=9824668 CPUtime=4.34 cores=0,2,4,6
/proc/5198/stat : 5198 (java) S 5196 5198 718 0 -1 4202496 20935 0 1 0 426 8 0 0 20 0 22 0 254535330 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 140735604466912 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5198/statm: 2456167 46748 2273 9 0 2446860 0
[pid=5198/tid=5200] ppid=5196 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/5198/task/5200/stat : 5200 (java) S 5196 5198 718 0 -1 4202560 2567 0 1 0 60 3 0 0 20 0 22 0 254535332 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769373553656 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5201] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5201/stat : 5201 (java) S 5196 5198 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769312282920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5202] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5202/stat : 5202 (java) S 5196 5198 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769311230120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5203] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5203/stat : 5203 (java) S 5196 5198 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769310177832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5204] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5204/stat : 5204 (java) S 5196 5198 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769214089640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5205] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5205/stat : 5205 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769213037352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5206] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5206/stat : 5206 (java) S 5196 5198 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769211984552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5207] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5207/stat : 5207 (java) S 5196 5198 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769210932264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5208] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5208/stat : 5208 (java) S 5196 5198 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769209879464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5209] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5209/stat : 5209 (java) S 5196 5198 718 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254535334 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769197680872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5210] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5210/stat : 5210 (java) S 5196 5198 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769196626936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5211] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5211/stat : 5211 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769195574536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5212] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5212/stat : 5212 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769194523024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5213] ppid=5196 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/5198/task/5213/stat : 5213 (java) S 5196 5198 718 0 -1 4202560 6002 0 0 0 91 1 0 0 20 0 22 0 254535337 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769193470648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5214] ppid=5196 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/5198/task/5214/stat : 5214 (java) S 5196 5198 718 0 -1 4202560 10951 0 0 0 104 3 0 0 20 0 22 0 254535337 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769192417848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5215] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5215/stat : 5215 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769191365752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5216] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5216/stat : 5216 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769190313160 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5217] ppid=5196 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/5198/task/5217/stat : 5217 (java) R 5196 5198 718 0 -1 4202560 26 0 0 0 79 0 0 0 20 0 22 0 254535398 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769189257880 139769314309200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5218] ppid=5196 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/5198/task/5218/stat : 5218 (java) R 5196 5198 718 0 -1 4202560 83 0 0 0 79 0 0 0 20 0 22 0 254535398 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769188204232 139769313355851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5219] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5219/stat : 5219 (java) S 5196 5198 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535401 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769187153064 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5220] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5220/stat : 5220 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535401 10060460032 46748 33554432000 1073741824 1073778376 140735604475776 139769186100264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9824668

[startup+3.1008 s]
/proc/loadavg: 4.10 4.03 3.88 5/217 5220
/proc/meminfo: memFree=26153664/32873852 swapFree=6848/6848
[pid=5198] ppid=5196 vsize=9824668 CPUtime=7.77 cores=0,2,4,6
/proc/5198/stat : 5198 (java) S 5196 5198 718 0 -1 4202496 22227 0 1 0 766 11 0 0 20 0 22 0 254535330 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 140735604466912 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5198/statm: 2456167 55538 2285 9 0 2446860 0
[pid=5198/tid=5200] ppid=5196 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/5198/task/5200/stat : 5200 (java) S 5196 5198 718 0 -1 4202560 2567 0 1 0 60 3 0 0 20 0 22 0 254535332 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769373553656 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5201] ppid=5196 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/5198/task/5201/stat : 5201 (java) S 5196 5198 718 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254535333 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769312282920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5202] ppid=5196 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/5198/task/5202/stat : 5202 (java) S 5196 5198 718 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254535333 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769311230120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5203] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5203/stat : 5203 (java) S 5196 5198 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769310177832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5204] ppid=5196 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/5198/task/5204/stat : 5204 (java) S 5196 5198 718 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 254535333 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769214089640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5205] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5205/stat : 5205 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769213037352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5206] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5206/stat : 5206 (java) S 5196 5198 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769211984552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5207] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5207/stat : 5207 (java) S 5196 5198 718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769210932264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5208] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5208/stat : 5208 (java) S 5196 5198 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769209879464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5209] ppid=5196 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/5198/task/5209/stat : 5209 (java) S 5196 5198 718 0 -1 4202560 101 0 0 0 4 0 0 0 20 0 22 0 254535334 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769197680872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5210] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5210/stat : 5210 (java) S 5196 5198 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769196626936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5211] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5211/stat : 5211 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769195574536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5212] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5212/stat : 5212 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769194523024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5213] ppid=5196 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/5198/task/5213/stat : 5213 (java) S 5196 5198 718 0 -1 4202560 6055 0 0 0 102 1 0 0 20 0 22 0 254535337 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769193470648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5214] ppid=5196 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/5198/task/5214/stat : 5214 (java) S 5196 5198 718 0 -1 4202560 12136 0 0 0 118 4 0 0 20 0 22 0 254535337 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769192417848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5215] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5215/stat : 5215 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769191365752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5216] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5216/stat : 5216 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769190313160 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5217] ppid=5196 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/5198/task/5217/stat : 5217 (java) R 5196 5198 718 0 -1 4202560 27 0 0 0 231 0 0 0 20 0 22 0 254535398 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769189257640 139769314093208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5218] ppid=5196 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/5198/task/5218/stat : 5218 (java) R 5196 5198 718 0 -1 4202560 83 0 0 0 231 0 0 0 20 0 22 0 254535398 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769188202464 139769314180696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5219] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5219/stat : 5219 (java) S 5196 5198 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535401 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769187153064 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5220] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5220/stat : 5220 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535401 10060460032 55538 33554432000 1073741824 1073778376 140735604475776 139769186100264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 4.10 4.03 3.88 5/217 5220
/proc/meminfo: memFree=26110904/32873852 swapFree=6848/6848
[pid=5198] ppid=5196 vsize=9824668 CPUtime=14.36 cores=0,2,4,6
/proc/5198/stat : 5198 (java) S 5196 5198 718 0 -1 4202496 22298 0 1 0 1424 12 0 0 20 0 22 0 254535330 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 140735604466912 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5198/statm: 2456167 83011 2285 9 0 2446860 0
[pid=5198/tid=5200] ppid=5196 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/5198/task/5200/stat : 5200 (java) S 5196 5198 718 0 -1 4202560 2567 0 1 0 60 3 0 0 20 0 22 0 254535332 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769373553656 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5201] ppid=5196 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/5198/task/5201/stat : 5201 (java) S 5196 5198 718 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254535333 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769312282920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5202] ppid=5196 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/5198/task/5202/stat : 5202 (java) S 5196 5198 718 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254535333 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769311230120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5203] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5203/stat : 5203 (java) S 5196 5198 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769310177832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5204] ppid=5196 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/5198/task/5204/stat : 5204 (java) S 5196 5198 718 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254535333 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769214089640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5205] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5205/stat : 5205 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769213037352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5206] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5206/stat : 5206 (java) S 5196 5198 718 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769211984552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5207] ppid=5196 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/5198/task/5207/stat : 5207 (java) S 5196 5198 718 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254535333 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769210932264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5208] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5208/stat : 5208 (java) S 5196 5198 718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254535333 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769209879464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5209] ppid=5196 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/5198/task/5209/stat : 5209 (java) S 5196 5198 718 0 -1 4202560 102 0 0 0 9 0 0 0 20 0 22 0 254535334 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769197680872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5210] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5210/stat : 5210 (java) S 5196 5198 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769196626936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5211] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5211/stat : 5211 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769195574536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5212] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5212/stat : 5212 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769194523024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5213] ppid=5196 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/5198/task/5213/stat : 5213 (java) S 5196 5198 718 0 -1 4202560 6055 0 0 0 116 1 0 0 20 0 22 0 254535337 10060460032 83011 33554432000 1073741824 1073778376 140735604475776 139769193470648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/5198/statm: 2456167 874745 2286 9 0 2446860 0
[pid=5198/tid=5200] ppid=5196 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/5198/task/5200/stat : 5200 (java) S 5196 5198 718 0 -1 4202560 2605 0 1 0 63 4 0 0 20 0 22 0 254535332 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769373553656 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5201] ppid=5196 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/5198/task/5201/stat : 5201 (java) S 5196 5198 718 0 -1 4202560 333 0 0 0 123 7 0 0 20 0 22 0 254535333 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769312282920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5202] ppid=5196 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/5198/task/5202/stat : 5202 (java) S 5196 5198 718 0 -1 4202560 521 0 0 0 125 7 0 0 20 0 22 0 254535333 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769311230120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5203] ppid=5196 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/5198/task/5203/stat : 5203 (java) S 5196 5198 718 0 -1 4202560 272 0 0 0 125 9 0 0 20 0 22 0 254535333 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769310177832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5204] ppid=5196 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/5198/task/5204/stat : 5204 (java) S 5196 5198 718 0 -1 4202560 369 0 0 0 107 11 0 0 20 0 22 0 254535333 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769214089640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5205] ppid=5196 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/5198/task/5205/stat : 5205 (java) S 5196 5198 718 0 -1 4202560 728 0 0 0 135 10 0 0 20 0 22 0 254535333 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769213037352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5206] ppid=5196 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/5198/task/5206/stat : 5206 (java) S 5196 5198 718 0 -1 4202560 753 0 0 0 127 9 0 0 20 0 22 0 254535333 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769211984552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5207] ppid=5196 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/5198/task/5207/stat : 5207 (java) S 5196 5198 718 0 -1 4202560 412 0 0 0 103 6 0 0 20 0 22 0 254535333 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769210932264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5208] ppid=5196 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/5198/task/5208/stat : 5208 (java) S 5196 5198 718 0 -1 4202560 447 0 0 0 125 9 0 0 20 0 22 0 254535333 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769209879464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5209] ppid=5196 vsize=9824668 CPUtime=36.6 cores=0,2,4,6
/proc/5198/task/5209/stat : 5209 (java) S 5196 5198 718 0 -1 4202560 2953 0 0 0 3646 14 0 0 20 0 22 0 254535334 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769197680872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5210] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5210/stat : 5210 (java) S 5196 5198 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769196626936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5211] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5211/stat : 5211 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769195574536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5212] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5212/stat : 5212 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769194523024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5213] ppid=5196 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/5198/task/5213/stat : 5213 (java) S 5196 5198 718 0 -1 4202560 7436 0 0 0 141 1 0 0 20 0 22 0 254535337 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769193470648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5214] ppid=5196 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/5198/task/5214/stat : 5214 (java) S 5196 5198 718 0 -1 4202560 12161 0 0 0 163 4 0 0 20 0 22 0 254535337 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769192417848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5215] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5215/stat : 5215 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769191365752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5216] ppid=5196 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/5198/task/5216/stat : 5216 (java) S 5196 5198 718 0 -1 4202560 47 0 0 0 14 13 0 0 20 0 22 0 254535337 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769190313160 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5217] ppid=5196 vsize=9824668 CPUtime=780.04 cores=0,2,4,6
/proc/5198/task/5217/stat : 5217 (java) R 5196 5198 718 0 -1 4202560 82 0 0 0 77990 14 0 0 20 0 22 0 254535398 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769189257440 139769314302102 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5218] ppid=5196 vsize=9824668 CPUtime=779.93 cores=0,2,4,6
/proc/5198/task/5218/stat : 5218 (java) R 5196 5198 718 0 -1 4202560 1447 0 0 0 77944 49 0 0 20 0 22 0 254535398 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769188202288 139769314350209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5219] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5219/stat : 5219 (java) S 5196 5198 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535401 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769187153064 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5220] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5220/stat : 5220 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535401 10060460032 874745 33554432000 1073741824 1073778376 140735604475776 139769186100264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1615.02
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.86 3.91 3.88 4/217 5292
/proc/meminfo: memFree=23227552/32873852 swapFree=6848/6848
[pid=5198] ppid=5196 vsize=9824668 CPUtime=1733.09 cores=0,2,4,6
/proc/5198/stat : 5198 (java) S 5196 5198 718 0 -1 4202496 31807 0 1 0 173165 144 0 0 20 0 22 0 254535330 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 140735604466912 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5198/statm: 2456167 880547 2286 9 0 2446860 0
[pid=5198/tid=5200] ppid=5196 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/5198/task/5200/stat : 5200 (java) S 5196 5198 718 0 -1 4202560 2607 0 1 0 63 4 0 0 20 0 22 0 254535332 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769373553368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5201] ppid=5196 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/5198/task/5201/stat : 5201 (java) S 5196 5198 718 0 -1 4202560 333 0 0 0 126 7 0 0 20 0 22 0 254535333 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769312282920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5202] ppid=5196 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/5198/task/5202/stat : 5202 (java) S 5196 5198 718 0 -1 4202560 526 0 0 0 129 7 0 0 20 0 22 0 254535333 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769311230120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5203] ppid=5196 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/5198/task/5203/stat : 5203 (java) S 5196 5198 718 0 -1 4202560 272 0 0 0 128 9 0 0 20 0 22 0 254535333 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769310177832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5204] ppid=5196 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/5198/task/5204/stat : 5204 (java) S 5196 5198 718 0 -1 4202560 374 0 0 0 110 11 0 0 20 0 22 0 254535333 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769214089640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5205] ppid=5196 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/5198/task/5205/stat : 5205 (java) S 5196 5198 718 0 -1 4202560 729 0 0 0 139 10 0 0 20 0 22 0 254535333 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769213037352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5206] ppid=5196 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/5198/task/5206/stat : 5206 (java) S 5196 5198 718 0 -1 4202560 756 0 0 0 132 9 0 0 20 0 22 0 254535333 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769211984552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5207] ppid=5196 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/5198/task/5207/stat : 5207 (java) S 5196 5198 718 0 -1 4202560 416 0 0 0 106 6 0 0 20 0 22 0 254535333 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769210932264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5208] ppid=5196 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/5198/task/5208/stat : 5208 (java) S 5196 5198 718 0 -1 4202560 459 0 0 0 128 10 0 0 20 0 22 0 254535333 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769209879464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5209] ppid=5196 vsize=9824668 CPUtime=38.62 cores=0,2,4,6
/proc/5198/task/5209/stat : 5209 (java) R 5196 5198 718 0 -1 4202560 2969 0 0 0 3848 14 0 0 20 0 22 0 254535334 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769197679720 139769377714492 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5210] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5210/stat : 5210 (java) S 5196 5198 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769196626936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5211] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5211/stat : 5211 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769195574536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5212] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5212/stat : 5212 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769194523024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5213] ppid=5196 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/5198/task/5213/stat : 5213 (java) S 5196 5198 718 0 -1 4202560 7436 0 0 0 141 1 0 0 20 0 22 0 254535337 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769193470648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5214] ppid=5196 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/5198/task/5214/stat : 5214 (java) S 5196 5198 718 0 -1 4202560 12161 0 0 0 163 4 0 0 20 0 22 0 254535337 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769192417848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5215] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5215/stat : 5215 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769191365752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5216] ppid=5196 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/5198/task/5216/stat : 5216 (java) S 5196 5198 718 0 -1 4202560 51 0 0 0 15 14 0 0 20 0 22 0 254535337 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769190313160 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5217] ppid=5196 vsize=9824668 CPUtime=837.79 cores=0,2,4,6
/proc/5198/task/5217/stat : 5217 (java) S 5196 5198 718 0 -1 4202560 82 0 0 0 83764 15 0 0 20 0 22 0 254535398 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769189257560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5218] ppid=5196 vsize=9824668 CPUtime=837.66 cores=0,2,4,6
/proc/5198/task/5218/stat : 5218 (java) S 5196 5198 718 0 -1 4202560 1447 0 0 0 83715 51 0 0 20 0 22 0 254535398 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769188202600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5219] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5219/stat : 5219 (java) S 5196 5198 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535401 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769187153064 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5220] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5220/stat : 5220 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535401 10060460032 880547 33554432000 1073741824 1073778376 140735604475776 139769186100264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1733.09
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.401 s]
/proc/loadavg: 3.86 3.90 3.88 5/217 5292
/proc/meminfo: memFree=23183720/32873852 swapFree=6848/6848
[pid=5198] ppid=5196 vsize=9824668 CPUtime=1800.19 cores=0,2,4,6
/proc/5198/stat : 5198 (java) S 5196 5198 718 0 -1 4202496 31833 0 1 0 179873 146 0 0 20 0 22 0 254535330 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 140735604466912 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5198/statm: 2456167 886373 2286 9 0 2446860 0
[pid=5198/tid=5200] ppid=5196 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/5198/task/5200/stat : 5200 (java) S 5196 5198 718 0 -1 4202560 2608 0 1 0 63 4 0 0 20 0 22 0 254535332 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769373553656 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5201] ppid=5196 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/5198/task/5201/stat : 5201 (java) S 5196 5198 718 0 -1 4202560 333 0 0 0 127 7 0 0 20 0 22 0 254535333 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769312282920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5202] ppid=5196 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/5198/task/5202/stat : 5202 (java) S 5196 5198 718 0 -1 4202560 528 0 0 0 130 7 0 0 20 0 22 0 254535333 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769311230120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5203] ppid=5196 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/5198/task/5203/stat : 5203 (java) S 5196 5198 718 0 -1 4202560 272 0 0 0 131 9 0 0 20 0 22 0 254535333 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769310177832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5204] ppid=5196 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/5198/task/5204/stat : 5204 (java) S 5196 5198 718 0 -1 4202560 374 0 0 0 111 11 0 0 20 0 22 0 254535333 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769214089640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5205] ppid=5196 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/5198/task/5205/stat : 5205 (java) S 5196 5198 718 0 -1 4202560 732 0 0 0 140 10 0 0 20 0 22 0 254535333 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769213037352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5206] ppid=5196 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/5198/task/5206/stat : 5206 (java) S 5196 5198 718 0 -1 4202560 756 0 0 0 133 9 0 0 20 0 22 0 254535333 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769211984552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5207] ppid=5196 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/5198/task/5207/stat : 5207 (java) S 5196 5198 718 0 -1 4202560 417 0 0 0 107 6 0 0 20 0 22 0 254535333 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769210932264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5208] ppid=5196 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/5198/task/5208/stat : 5208 (java) S 5196 5198 718 0 -1 4202560 459 0 0 0 129 10 0 0 20 0 22 0 254535333 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769209879464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5209] ppid=5196 vsize=9824668 CPUtime=39.79 cores=0,2,4,6
/proc/5198/task/5209/stat : 5209 (java) S 5196 5198 718 0 -1 4202560 2986 0 0 0 3964 15 0 0 20 0 22 0 254535334 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769197680872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5198/tid=5210] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5210/stat : 5210 (java) S 5196 5198 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769196626936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5211] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5211/stat : 5211 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535335 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769195574536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5212] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5212/stat : 5212 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769194523024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5213] ppid=5196 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/5198/task/5213/stat : 5213 (java) S 5196 5198 718 0 -1 4202560 7436 0 0 0 141 1 0 0 20 0 22 0 254535337 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769193470648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5214] ppid=5196 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/5198/task/5214/stat : 5214 (java) S 5196 5198 718 0 -1 4202560 12161 0 0 0 163 4 0 0 20 0 22 0 254535337 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769192417848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5215] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5215/stat : 5215 (java) S 5196 5198 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535337 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769191365752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5198/tid=5216] ppid=5196 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/5198/task/5216/stat : 5216 (java) S 5196 5198 718 0 -1 4202560 53 0 0 0 15 15 0 0 20 0 22 0 254535337 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769190313160 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5217] ppid=5196 vsize=9824668 CPUtime=870.6 cores=0,2,4,6
/proc/5198/task/5217/stat : 5217 (java) R 5196 5198 718 0 -1 4202560 82 0 0 0 87044 16 0 0 20 0 22 0 254535398 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769189257440 139769314309200 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5198/tid=5218] ppid=5196 vsize=9824668 CPUtime=870.48 cores=0,2,4,6
/proc/5198/task/5218/stat : 5218 (java) R 5196 5198 718 0 -1 4202560 1447 0 0 0 86996 52 0 0 20 0 22 0 254535398 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769188202480 139769314350222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5219] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5219/stat : 5219 (java) S 5196 5198 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535401 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769187153064 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5198/tid=5220] ppid=5196 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/5198/task/5220/stat : 5220 (java) S 5196 5198 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535401 10060460032 886373 33554432000 1073741824 1073778376 140735604475776 139769186100264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 5198 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=238234
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=933706
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 916.479
CPU time (s): 1800.19
CPU user time (s): 1798.73
CPU system time (s): 1.46
CPU usage (%): 196.425
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 1.93371
maximum resident set size= 3545616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31866
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23902
involuntary context switches= 26874

runsolver used 3.3015 second user time and 8.21375 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 20:28:19
IDJOB=3689666
IDBENCH=90159
IDSOLVER=2268
FILE ID=node129/3689666-1337884099
RUNJOBID= node129-1337871881-735
PBS_JOBID= 14620075
Free space on /tmp= 71640 MiB

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

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

MD5SUM BENCH= 76516381ba4bc043f2da87444e256707
RANDOM SEED=735127057

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26333660 kB
Buffers:          224720 kB
Cached:          2174672 kB
SwapCached:            0 kB
Active:          3897620 kB
Inactive:        1857112 kB
Active(anon):    3356704 kB
Inactive(anon):      828 kB
Active(file):     540916 kB
Inactive(file):  1856284 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1464 kB
Writeback:             0 kB
AnonPages:       3377660 kB
Mapped:            22640 kB
Shmem:               204 kB
Slab:             627204 kB
SReclaimable:      69688 kB
SUnreclaim:       557516 kB
KernelStack:        1608 kB
PageTables:        10536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3948424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3295232 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= 71640 MiB
End job on node129 at 2012-05-24 20:43:37