Trace number 3454183

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.36 904.78

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.17.opb
MD5SUM7d701b956113b6fc93a1922e71200e27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4250
Total number of constraints68397
Number of constraints which are clauses68397
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 4250
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4250
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4250
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454183-1307189166.opb
0.11/0.11	c reading problem ... 
1.27/0.71	c ... done. Wall clock time 0.607s.
1.27/0.71	c #vars     4250
1.27/0.71	c #constraints  68397
1.27/0.71	c constraints type 
1.27/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
1.27/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 68272
1.27/0.71	c constraints type 
1.27/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68272
1.27/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
4.76/2.20	c cleaning 2497 clauses out of 5002 with flag 5002/5002
5.37/2.48	c cleaning 0 clauses out of 5002 with flag 0/5002
8.62/3.81	c cleaning 4248 clauses out of 8503 with flag 11000/11000
10.11/4.42	c cleaning 0 clauses out of 11003 with flag 0/11003
13.20/5.89	c cleaning 5594 clauses out of 11257 with flag 18002/18002
15.83/7.11	c cleaning 0 clauses out of 18000 with flag 0/18000
18.58/8.57	c cleaning 6806 clauses out of 13661 with flag 26000/26000
23.35/10.98	c cleaning 0 clauses out of 26000 with flag 0/26000
24.66/11.65	c cleaning 7911 clauses out of 15856 with flag 35001/35001
31.21/14.92	c cleaning 8924 clauses out of 17946 with flag 45002/45002
33.76/16.20	c cleaning 0 clauses out of 35001 with flag 0/35001
38.75/18.76	c cleaning 9948 clauses out of 20026 with flag 56006/56006
45.27/22.02	c cleaning 0 clauses out of 45000 with flag 0/45000
48.17/23.59	c cleaning 10977 clauses out of 22072 with flag 68000/68000
57.10/28.05	c cleaning 12045 clauses out of 24097 with flag 81002/81002
59.24/29.10	c cleaning 0 clauses out of 56000 with flag 0/56000
67.35/33.29	c cleaning 12982 clauses out of 26050 with flag 95000/95000
78.88/39.07	c cleaning 14016 clauses out of 28068 with flag 110000/110000
83.82/41.50	c cleaning 0 clauses out of 68001 with flag 0/68001
90.76/45.11	c cleaning 14990 clauses out of 30054 with flag 126002/126002
104.09/51.77	c cleaning 16019 clauses out of 32064 with flag 143002/143002
105.77/52.67	c cleaning 0 clauses out of 81001 with flag 0/81001
120.09/59.86	c cleaning 17005 clauses out of 34046 with flag 161003/161003
126.00/62.86	c cleaning 0 clauses out of 95000 with flag 0/95000
136.55/68.16	c cleaning 18014 clauses out of 36039 with flag 180001/180001
153.65/76.76	c cleaning 18910 clauses out of 38027 with flag 200003/200003
156.18/78.05	c cleaning 0 clauses out of 110001 with flag 0/110001
175.88/87.96	c cleaning 19978 clauses out of 40116 with flag 221002/221002
195.14/97.66	c cleaning 0 clauses out of 126001 with flag 0/126001
196.83/98.57	c cleaning 21054 clauses out of 42138 with flag 243002/243002
219.33/109.83	c cleaning 21992 clauses out of 44083 with flag 266001/266001
242.02/121.23	c cleaning 23003 clauses out of 46090 with flag 290000/290000
247.27/123.94	c cleaning 0 clauses out of 143000 with flag 0/143000
268.16/134.40	c cleaning 24025 clauses out of 48088 with flag 315001/315001
297.86/149.31	c cleaning 24998 clauses out of 50062 with flag 341000/341000
324.57/162.76	c cleaning 0 clauses out of 161000 with flag 0/161000
327.37/164.29	c cleaning 26005 clauses out of 52064 with flag 368000/368000
357.65/179.50	c cleaning 26962 clauses out of 54059 with flag 396000/396000
389.34/195.37	c cleaning 28000 clauses out of 56097 with flag 425000/425000
408.42/204.97	c cleaning 0 clauses out of 180001 with flag 0/180001
424.03/212.89	c cleaning 28971 clauses out of 58098 with flag 455001/455001
465.69/233.73	c cleaning 30000 clauses out of 60127 with flag 486001/486001
479.57/240.77	c cleaning 0 clauses out of 200000 with flag 0/200000
514.62/258.41	c cleaning 31027 clauses out of 62126 with flag 518000/518000
560.00/281.14	c cleaning 31944 clauses out of 64101 with flag 551002/551002
563.27/282.89	c cleaning 0 clauses out of 221000 with flag 0/221000
613.12/307.81	c cleaning 33047 clauses out of 66161 with flag 585006/585006
651.58/327.18	c cleaning 34007 clauses out of 68108 with flag 620000/620000
699.75/351.30	c cleaning 34984 clauses out of 70101 with flag 656000/656000
700.60/351.86	c cleaning 0 clauses out of 243001 with flag 0/243001
754.83/379.02	c cleaning 35992 clauses out of 72117 with flag 693000/693000
809.08/406.23	c cleaning 37011 clauses out of 74127 with flag 731002/731002
854.84/429.20	c cleaning 0 clauses out of 266000 with flag 0/266000
875.46/439.68	c cleaning 37962 clauses out of 76115 with flag 770001/770001
882.87/443.45	c cleaning 0 clauses out of 290001 with flag 0/290001
933.68/468.92	c cleaning 38952 clauses out of 78154 with flag 810002/810002
942.01/473.27	c cleaning 0 clauses out of 315001 with flag 0/315001
998.87/501.77	c cleaning 0 clauses out of 341000 with flag 0/341000
1009.66/507.22	c cleaning 39972 clauses out of 80200 with flag 851000/851000
1085.67/545.37	c cleaning 0 clauses out of 368000 with flag 0/368000
1086.95/546.18	c cleaning 41098 clauses out of 82230 with flag 893002/893002
1145.32/575.47	c cleaning 42052 clauses out of 84131 with flag 936001/936001
1203.31/604.53	c cleaning 42932 clauses out of 86078 with flag 980000/980000
1212.72/609.39	c cleaning 0 clauses out of 396003 with flag 0/396003
1282.15/644.24	c cleaning 44004 clauses out of 88151 with flag 1025005/1025005
1329.93/668.25	c cleaning 0 clauses out of 425001 with flag 0/425001
1374.67/690.76	c cleaning 44930 clauses out of 90142 with flag 1071000/1071000
1462.42/734.81	c cleaning 45993 clauses out of 92212 with flag 1118000/1118000
1476.03/741.73	c cleaning 0 clauses out of 455000 with flag 0/455000
1550.00/778.87	c cleaning 47058 clauses out of 94220 with flag 1166001/1166001
1622.35/815.16	c cleaning 48014 clauses out of 96162 with flag 1215001/1215001
1653.04/830.62	c cleaning 0 clauses out of 486000 with flag 0/486000
1720.69/864.64	c cleaning 49026 clauses out of 98148 with flag 1265001/1265001
1754.77/881.85	c cleaning 0 clauses out of 518000 with flag 0/518000
1800.08/904.63	c starts		: 190
1800.08/904.63	c conflicts		: 1309814
1800.08/904.63	c decisions		: 2125568
1800.08/904.63	c propagations		: 501538150
1800.08/904.63	c inspects		: 6214457699
1800.08/904.63	c shortcuts		: 0
1800.08/904.63	c learnt literals	: 0
1800.08/904.63	c learnt binary clauses	: 0
1800.08/904.63	c learnt ternary clauses	: 0
1800.08/904.63	c learnt constraints	: 1309814
1800.08/904.63	c ignored constraints	: 0
1800.08/904.63	c root simplifications	: 0
1800.08/904.63	c removed literals (reason simplification)	: 77362589
1800.08/904.63	c reason swapping (by a shorter reason)	: 0
1800.08/904.63	c Calls to reduceDB	: 46
1800.08/904.63	c number of reductions to clauses (during analyze)	: 0
1800.08/904.63	c number of learned constraints concerned by reduction	: 0
1800.08/904.63	c number of learning phase by resolution	: 0
1800.08/904.63	c number of learning phase by cutting planes	: 0
1800.08/904.63	c speed (assignments/second)	: 554854.198979987
1800.08/904.63	c non guided choices	0
1800.08/904.65	c learnt constraints type 
1800.08/904.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93946
1800.08/904.65	c constraints type 
1800.08/904.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
1800.08/904.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 68272
1800.08/904.65	c constraints type 
1800.08/904.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68272
1800.08/904.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
1800.08/904.65	s UNKNOWN
1800.08/904.65	c Total wall clock time (in seconds): 904.546

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 3.85 3.83 3.00 3/582 6427
/proc/meminfo: memFree=29705052/32950928 swapFree=41528364/67111528
[pid=6427] ppid=6425 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6425 6427 3716 0 -1 4202496 2115 0 1 0 0 0 0 0 25 0 2 0 830515331 10681323520 1817 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/6427/statm: 2607745 1831 906 9 0 2598901 0
[pid=6427/tid=6428] ppid=6425 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6428/stat : 6428 (java) R 6425 6427 3716 0 -1 4202560 8815 0 1 0 0 0 0 0 25 0 10 0 830515331 10703900672 9639 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 47969118445414 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=6427/tid=6429] ppid=6425 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) R 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830515333 10703900672 9640 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=6427/tid=6430] ppid=6425 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) R 6425 6427 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 10 0 830515333 10703900672 9644 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=6427/tid=6431] ppid=6425 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) R 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830515333 10703900672 9646 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=6427/tid=6432] ppid=6425 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) R 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830515333 10703900672 9647 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=6427/tid=6433] ppid=6425 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) R 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830515333 10703900672 9647 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=6427/tid=6434] ppid=6425 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) R 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830515333 10703900672 9648 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=6427/tid=6435] ppid=6425 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) R 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830515333 10703900672 9648 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=6427/tid=6436] ppid=6425 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) R 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830515333 10703900672 9649 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0707869 s]
/proc/loadavg: 3.85 3.83 3.00 3/582 6427
/proc/meminfo: memFree=29705052/32950928 swapFree=41528364/67111528
[pid=6427] ppid=6425 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6425 6427 3716 0 -1 4202496 11883 0 1 0 5 1 0 0 25 0 18 0 830515331 10724442112 11580 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6427/statm: 2618272 11580 1754 9 0 2609006 0
[pid=6427/tid=6428] ppid=6425 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/6427/task/6428/stat : 6428 (java) R 6425 6427 3716 0 -1 4202560 10710 0 1 0 4 1 0 0 25 0 18 0 830515331 10724442112 11581 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 47969122604055 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6427/tid=6429] ppid=6425 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10724442112 11581 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6430] ppid=6425 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6425 6427 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830515333 10724442112 11581 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6431] ppid=6425 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10724442112 11582 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6432] ppid=6425 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10724442112 11582 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6433] ppid=6425 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10724442112 11582 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6434] ppid=6425 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10724442112 11583 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6435] ppid=6425 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10724442112 11584 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6436] ppid=6425 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10724442112 11585 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100755 s]
/proc/loadavg: 3.85 3.83 3.00 3/582 6427
/proc/meminfo: memFree=29705052/32950928 swapFree=41528364/67111528
[pid=6427] ppid=6425 vsize=10540172 CPUtime=0.11 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6425 6427 3716 0 -1 4202496 13111 0 1 0 9 2 0 0 25 0 18 0 830515331 10793136128 12773 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6427/statm: 2635043 12773 2092 9 0 2625777 0
[pid=6427/tid=6428] ppid=6425 vsize=10540172 CPUtime=0.08 cores=1,3,5,7
/proc/6427/task/6428/stat : 6428 (java) R 6425 6427 3716 0 -1 4202560 11176 0 1 0 7 1 0 0 25 0 18 0 830515331 10793136128 12774 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 47969119399941 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6427/tid=6429] ppid=6425 vsize=10540172 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793136128 12774 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6430] ppid=6425 vsize=10540172 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6425 6427 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830515333 10793136128 12774 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6431] ppid=6425 vsize=10540172 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793136128 12775 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6432] ppid=6425 vsize=10540172 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793136128 12775 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6433] ppid=6425 vsize=10540172 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793136128 12775 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6434] ppid=6425 vsize=10540172 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793136128 12776 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6435] ppid=6425 vsize=10540172 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793136128 12776 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6436] ppid=6425 vsize=10540172 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793136128 12776 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540172

[startup+0.300686 s]
/proc/loadavg: 3.85 3.83 3.00 3/582 6427
/proc/meminfo: memFree=29705052/32950928 swapFree=41528364/67111528
[pid=6427] ppid=6425 vsize=10540484 CPUtime=0.49 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6425 6427 3716 0 -1 4202496 16456 0 1 0 47 2 0 0 25 0 18 0 830515331 10793455616 15489 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6427/statm: 2635121 15490 2200 9 0 2625855 0
[pid=6427/tid=6428] ppid=6425 vsize=10540484 CPUtime=0.29 cores=1,3,5,7
/proc/6427/task/6428/stat : 6428 (java) R 6425 6427 3716 0 -1 4202560 13147 0 1 0 27 2 0 0 25 0 18 0 830515331 10793455616 15491 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6427/tid=6429] ppid=6425 vsize=10540484 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793455616 15491 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6430] ppid=6425 vsize=10540484 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6425 6427 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830515333 10793455616 15492 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6431] ppid=6425 vsize=10540484 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793455616 15492 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6432] ppid=6425 vsize=10540484 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793455616 15493 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6433] ppid=6425 vsize=10540484 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793455616 15493 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6434] ppid=6425 vsize=10540484 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793455616 15494 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6435] ppid=6425 vsize=10540484 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793455616 15494 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6436] ppid=6425 vsize=10540484 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10793455616 15495 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10540484

[startup+0.700617 s]
/proc/loadavg: 3.85 3.83 3.00 3/582 6427
/proc/meminfo: memFree=29705052/32950928 swapFree=41528364/67111528
[pid=6427] ppid=6425 vsize=10548084 CPUtime=1.27 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6425 6427 3716 0 -1 4202496 52668 0 1 0 120 7 0 0 25 0 18 0 830515331 10801238016 49438 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6427/statm: 2637021 49442 2216 9 0 2627755 0
[pid=6427/tid=6428] ppid=6425 vsize=10548084 CPUtime=0.68 cores=1,3,5,7
/proc/6427/task/6428/stat : 6428 (java) R 6425 6427 3716 0 -1 4202560 42745 0 1 0 63 5 0 0 25 0 18 0 830515331 10801238016 49444 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 46912505615018 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6427/tid=6429] ppid=6425 vsize=10548084 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10801238016 49446 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6430] ppid=6425 vsize=10548084 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6425 6427 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830515333 10801238016 49449 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6431] ppid=6425 vsize=10548084 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10801238016 49452 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6432] ppid=6425 vsize=10548084 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10801238016 49455 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6433] ppid=6425 vsize=10548084 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10801238016 49457 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6434] ppid=6425 vsize=10548084 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10801238016 49460 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6435] ppid=6425 vsize=10548084 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10801238016 49463 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6436] ppid=6425 vsize=10548084 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830515333 10801238016 49465 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10548084

[startup+1.50149 s]
/proc/loadavg: 3.85 3.83 3.00 5/601 6498
/proc/meminfo: memFree=29801196/32950928 swapFree=41528364/67111528
[pid=6427] ppid=6425 vsize=10552196 CPUtime=3.55 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6425 6427 3716 0 -1 4202496 96225 0 1 0 343 12 0 0 25 0 22 0 830515331 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6427/statm: 2638049 92993 2240 9 0 2628783 0
[pid=6427/tid=6428] ppid=6425 vsize=10552196 CPUtime=0.71 cores=1,3,5,7
/proc/6427/task/6428/stat : 6428 (java) S 6425 6427 3716 0 -1 4202560 44377 0 1 0 65 6 0 0 20 0 22 0 830515331 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6429] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515333 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6430] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6425 6427 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830515333 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6431] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515333 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6432] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515333 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6433] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515333 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6434] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515333 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6435] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515333 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6436] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515333 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6438] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) S 6425 6427 3716 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830515334 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 0 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6439] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) S 6425 6427 3716 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830515334 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6440] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) S 6425 6427 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830515334 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6441] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515337 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826063793 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6442] ppid=6425 vsize=10552196 CPUtime=0.6 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6425 6427 3716 0 -1 4202560 3623 0 0 0 60 0 0 0 25 0 22 0 830515337 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6443] ppid=6425 vsize=10552196 CPUtime=0.65 cores=1,3,5,7
/proc/6427/task/6443/stat : 6443 (java) S 6425 6427 3716 0 -1 4202560 5399 0 0 0 65 0 0 0 15 0 22 0 830515337 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6444] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6444/stat : 6444 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515337 10805448704 92993 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6445] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6445/stat : 6445 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830515337 10805448704 92994 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6491] ppid=6425 vsize=10552196 CPUtime=0.77 cores=1,3,5,7
/proc/6427/task/6491/stat : 6491 (java) R 6425 6427 3716 0 -1 4202560 747 0 0 0 77 0 0 0 25 0 22 0 830515403 10805448704 92994 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 47969123900243 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6427/tid=6492] ppid=6425 vsize=10552196 CPUtime=0.77 cores=1,3,5,7
/proc/6427/task/6492/stat : 6492 (java) R 6425 6427 3716 0 -1 4202560 40914 0 0 0 73 4 0 0 25 0 22 0 830515403 10805448704 92994 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 46912505875017 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6427/tid=6493] ppid=6425 vsize=10552196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6493/stat : 6493 (java) S 6425 6427 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830515406 10805448704 92994 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0

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

/proc/meminfo: memFree=25588972/32950928 swapFree=41528364/67111528
[pid=6427] ppid=6425 vsize=10551120 CPUtime=1636.44 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6425 6427 3716 0 -1 4202496 817689 0 1 0 163548 96 0 0 25 0 22 0 830515331 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6427/statm: 2637780 804941 2266 9 0 2628514 0
[pid=6427/tid=6428] ppid=6425 vsize=10551120 CPUtime=0.71 cores=1,3,5,7
/proc/6427/task/6428/stat : 6428 (java) S 6425 6427 3716 0 -1 4202560 44388 0 1 0 65 6 0 0 15 0 22 0 830515331 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6429] ppid=6425 vsize=10551120 CPUtime=0.41 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6425 6427 3716 0 -1 4202560 4902 0 0 0 41 0 0 0 16 0 22 0 830515333 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6430] ppid=6425 vsize=10551120 CPUtime=0.34 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6425 6427 3716 0 -1 4202560 2211 0 0 0 34 0 0 0 15 0 22 0 830515333 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6431] ppid=6425 vsize=10551120 CPUtime=0.42 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6425 6427 3716 0 -1 4202560 5279 0 0 0 42 0 0 0 16 0 22 0 830515333 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6432] ppid=6425 vsize=10551120 CPUtime=0.4 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6425 6427 3716 0 -1 4202560 5089 0 0 0 40 0 0 0 15 0 22 0 830515333 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6433] ppid=6425 vsize=10551120 CPUtime=0.35 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6425 6427 3716 0 -1 4202560 6034 0 0 0 35 0 0 0 16 0 22 0 830515333 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6434] ppid=6425 vsize=10551120 CPUtime=0.33 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6425 6427 3716 0 -1 4202560 4830 0 0 0 33 0 0 0 15 0 22 0 830515333 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6435] ppid=6425 vsize=10551120 CPUtime=0.31 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6425 6427 3716 0 -1 4202560 5969 0 0 0 31 0 0 0 15 0 22 0 830515333 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6436] ppid=6425 vsize=10551120 CPUtime=0.41 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6425 6427 3716 0 -1 4202560 4450 0 0 0 41 0 0 0 16 0 22 0 830515333 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6438] ppid=6425 vsize=10551120 CPUtime=11.42 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) S 6425 6427 3716 0 -1 4202560 108783 0 0 0 1131 11 0 0 15 0 22 0 830515334 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 0 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6439] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) S 6425 6427 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830515334 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6440] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) S 6425 6427 3716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830515334 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6441] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515337 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826063793 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6442] ppid=6425 vsize=10551120 CPUtime=1.22 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6425 6427 3716 0 -1 4202560 8163 0 0 0 121 1 0 0 15 0 22 0 830515337 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6443] ppid=6425 vsize=10551120 CPUtime=1.42 cores=1,3,5,7
/proc/6427/task/6443/stat : 6443 (java) S 6425 6427 3716 0 -1 4202560 9955 0 0 0 141 1 0 0 15 0 22 0 830515337 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6444] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6444/stat : 6444 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515337 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6445] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6445/stat : 6445 (java) S 6425 6427 3716 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 830515337 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6491] ppid=6425 vsize=10551120 CPUtime=809.27 cores=1,3,5,7
/proc/6427/task/6491/stat : 6491 (java) R 6425 6427 3716 0 -1 4202560 3052 0 0 0 80927 0 0 0 25 0 22 0 830515403 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 46912505885379 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6427/tid=6492] ppid=6425 vsize=10551120 CPUtime=809.28 cores=1,3,5,7
/proc/6427/task/6492/stat : 6492 (java) R 6425 6427 3716 0 -1 4202560 603379 0 0 0 80858 70 0 0 25 0 22 0 830515403 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 46912505944956 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6427/tid=6493] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6493/stat : 6493 (java) S 6425 6427 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830515406 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6494] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6494/stat : 6494 (java) S 6425 6427 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830515406 10804346880 804941 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1636.44
Current children cumulated vsize (KiB) 10551120

[startup+882.301 s]
/proc/loadavg: 3.87 3.85 3.50 4/604 6534
/proc/meminfo: memFree=25543924/32950928 swapFree=41528364/67111528
[pid=6427] ppid=6425 vsize=10551120 CPUtime=1755.46 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6425 6427 3716 0 -1 4202496 838797 0 1 0 175448 98 0 0 25 0 22 0 830515331 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6427/statm: 2637780 826037 2266 9 0 2628514 0
[pid=6427/tid=6428] ppid=6425 vsize=10551120 CPUtime=0.71 cores=1,3,5,7
/proc/6427/task/6428/stat : 6428 (java) S 6425 6427 3716 0 -1 4202560 44390 0 1 0 65 6 0 0 15 0 22 0 830515331 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6429] ppid=6425 vsize=10551120 CPUtime=0.45 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6425 6427 3716 0 -1 4202560 4906 0 0 0 45 0 0 0 16 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6430] ppid=6425 vsize=10551120 CPUtime=0.38 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6425 6427 3716 0 -1 4202560 2218 0 0 0 38 0 0 0 15 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6431] ppid=6425 vsize=10551120 CPUtime=0.47 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6425 6427 3716 0 -1 4202560 5282 0 0 0 47 0 0 0 16 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6432] ppid=6425 vsize=10551120 CPUtime=0.44 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6425 6427 3716 0 -1 4202560 5091 0 0 0 44 0 0 0 16 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6433] ppid=6425 vsize=10551120 CPUtime=0.36 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6425 6427 3716 0 -1 4202560 6034 0 0 0 36 0 0 0 15 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6434] ppid=6425 vsize=10551120 CPUtime=0.39 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6425 6427 3716 0 -1 4202560 4830 0 0 0 39 0 0 0 16 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6435] ppid=6425 vsize=10551120 CPUtime=0.38 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6425 6427 3716 0 -1 4202560 5969 0 0 0 38 0 0 0 16 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6436] ppid=6425 vsize=10551120 CPUtime=0.44 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6425 6427 3716 0 -1 4202560 4450 0 0 0 44 0 0 0 15 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6438] ppid=6425 vsize=10551120 CPUtime=12.54 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) S 6425 6427 3716 0 -1 4202560 129543 0 0 0 1241 13 0 0 16 0 22 0 830515334 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 0 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6439] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) S 6425 6427 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830515334 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6440] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) S 6425 6427 3716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830515334 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6441] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515337 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826063793 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6442] ppid=6425 vsize=10551120 CPUtime=1.22 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6425 6427 3716 0 -1 4202560 8163 0 0 0 121 1 0 0 15 0 22 0 830515337 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6443] ppid=6425 vsize=10551120 CPUtime=1.42 cores=1,3,5,7
/proc/6427/task/6443/stat : 6443 (java) S 6425 6427 3716 0 -1 4202560 9955 0 0 0 141 1 0 0 15 0 22 0 830515337 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6444] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6444/stat : 6444 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515337 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6445] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6445/stat : 6445 (java) S 6425 6427 3716 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830515337 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6491] ppid=6425 vsize=10551120 CPUtime=868.06 cores=1,3,5,7
/proc/6427/task/6491/stat : 6491 (java) R 6425 6427 3716 0 -1 4202560 3052 0 0 0 86806 0 0 0 22 0 22 0 830515403 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 46912505875207 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6427/tid=6492] ppid=6425 vsize=10551120 CPUtime=868.07 cores=1,3,5,7
/proc/6427/task/6492/stat : 6492 (java) R 6425 6427 3716 0 -1 4202560 603705 0 0 0 86737 70 0 0 22 0 22 0 830515403 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 46912505960448 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6427/tid=6493] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6493/stat : 6493 (java) S 6425 6427 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830515406 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6494] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6494/stat : 6494 (java) S 6425 6427 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830515406 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1755.46
Current children cumulated vsize (KiB) 10551120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.602 s]
/proc/loadavg: 3.69 3.81 3.50 5/604 6534
/proc/meminfo: memFree=25503232/32950928 swapFree=41528364/67111528
[pid=6427] ppid=6425 vsize=10551120 CPUtime=1800.08 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6425 6427 3716 0 -1 4202496 838797 0 1 0 179910 98 0 0 25 0 22 0 830515331 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6427/statm: 2637780 826037 2266 9 0 2628514 0
[pid=6427/tid=6428] ppid=6425 vsize=10551120 CPUtime=0.71 cores=1,3,5,7
/proc/6427/task/6428/stat : 6428 (java) S 6425 6427 3716 0 -1 4202560 44390 0 1 0 65 6 0 0 15 0 22 0 830515331 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6429] ppid=6425 vsize=10551120 CPUtime=0.45 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6425 6427 3716 0 -1 4202560 4906 0 0 0 45 0 0 0 16 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6430] ppid=6425 vsize=10551120 CPUtime=0.38 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6425 6427 3716 0 -1 4202560 2218 0 0 0 38 0 0 0 15 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6431] ppid=6425 vsize=10551120 CPUtime=0.47 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6425 6427 3716 0 -1 4202560 5282 0 0 0 47 0 0 0 16 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6432] ppid=6425 vsize=10551120 CPUtime=0.44 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6425 6427 3716 0 -1 4202560 5091 0 0 0 44 0 0 0 16 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6433] ppid=6425 vsize=10551120 CPUtime=0.36 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6425 6427 3716 0 -1 4202560 6034 0 0 0 36 0 0 0 15 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6434] ppid=6425 vsize=10551120 CPUtime=0.39 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6425 6427 3716 0 -1 4202560 4830 0 0 0 39 0 0 0 16 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6435] ppid=6425 vsize=10551120 CPUtime=0.38 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6425 6427 3716 0 -1 4202560 5969 0 0 0 38 0 0 0 16 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6436] ppid=6425 vsize=10551120 CPUtime=0.44 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6425 6427 3716 0 -1 4202560 4450 0 0 0 44 0 0 0 15 0 22 0 830515333 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6438] ppid=6425 vsize=10551120 CPUtime=12.54 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) S 6425 6427 3716 0 -1 4202560 129543 0 0 0 1241 13 0 0 15 0 22 0 830515334 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 0 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6439] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) S 6425 6427 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830515334 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6440] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) S 6425 6427 3716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830515334 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6441] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515337 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826063793 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6442] ppid=6425 vsize=10551120 CPUtime=1.22 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6425 6427 3716 0 -1 4202560 8163 0 0 0 121 1 0 0 15 0 22 0 830515337 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 7 0 0 0
[pid=6427/tid=6443] ppid=6425 vsize=10551120 CPUtime=1.42 cores=1,3,5,7
/proc/6427/task/6443/stat : 6443 (java) S 6425 6427 3716 0 -1 4202560 9955 0 0 0 141 1 0 0 15 0 22 0 830515337 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6444] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6444/stat : 6444 (java) S 6425 6427 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830515337 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056089 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
[pid=6427/tid=6445] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6445/stat : 6445 (java) S 6425 6427 3716 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830515337 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 5 0 0 0
[pid=6427/tid=6491] ppid=6425 vsize=10551120 CPUtime=890.38 cores=1,3,5,7
/proc/6427/task/6491/stat : 6491 (java) R 6425 6427 3716 0 -1 4202560 3052 0 0 0 89038 0 0 0 25 0 22 0 830515403 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 46912505870540 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6427/tid=6492] ppid=6425 vsize=10551120 CPUtime=890.39 cores=1,3,5,7
/proc/6427/task/6492/stat : 6492 (java) R 6425 6427 3716 0 -1 4202560 603705 0 0 0 88969 70 0 0 25 0 22 0 830515403 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 46912505959669 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6427/tid=6493] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6493/stat : 6493 (java) S 6425 6427 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830515406 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 3 0 0 0
[pid=6427/tid=6494] ppid=6425 vsize=10551120 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6494/stat : 6494 (java) S 6425 6427 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830515406 10804346880 826037 33554432000 1073741824 1073778376 140734401905072 18446744073709551615 251826056704 0 4 0 16800975 18446604457825320000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10551120

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

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

[startup+904.728 s]
/proc/loadavg: 3.69 3.81 3.50 5/604 6534
/proc/meminfo: memFree=25503232/32950928 swapFree=41528364/67111528
[pid=6427] ppid=6425 vsize=0 CPUtime=1800.3 cores=1,3,5,7
/proc/6427/stat : 6427 (java) Z 6425 6427 3716 0 -1 4203548 838827 0 1 0 179924 106 0 0 17 0 2 0 830515331 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6427/statm: 0 0 0 0 0 0 0
[pid=6427/tid=6492] ppid=6425 vsize=0 CPUtime=890.49 cores=1,3,5,7
/proc/6427/task/6492/stat : 6492 (java) R 6425 6427 3716 0 -1 4203588 603705 0 0 0 88972 77 0 0 25 0 2 0 830515403 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 904.78
CPU time (s): 1800.36
CPU user time (s): 1799.24
CPU system time (s): 1.11283
CPU usage (%): 198.983
Max. virtual memory (cumulated for all children) (KiB): 10565180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.11283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 838827
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22884
involuntary context switches= 13345

runsolver used 5.2862 second user time and 12.0482 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-04 14:06:06
IDJOB=3454183
IDBENCH=2183
IDSOLVER=1950
FILE ID=node126/3454183-1307189166
RUNJOBID= node126-1307188252-6023
PBS_JOBID= 13508841
Free space on /tmp= 73796 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.17.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454183-1307189166/watcher-3454183-1307189166 -o /tmp/evaluation-result-3454183-1307189166/solver-3454183-1307189166 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454183-1307189166.opb

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

MD5SUM BENCH= 7d701b956113b6fc93a1922e71200e27
RANDOM SEED=448822297

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29705704 kB
Buffers:        315136 kB
Cached:         487300 kB
SwapCached:      15388 kB
Active:        2479276 kB
Inactive:       445320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29705704 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:            2924 kB
Writeback:           0 kB
AnonPages:     2120408 kB
Mapped:          31892 kB
Slab:           148868 kB
PageTables:     100656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186758648 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73796 MiB
End job on node126 at 2011-06-04 14:21:13