Trace number 3454181

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.29 904.884

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM18a894a2ba4f3cf6bad1b497c8fca8eb
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 variables4500
Total number of constraints72413
Number of constraints which are clauses72413
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 constraint18
Number of terms in the objective function 4500
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 4500
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 4500
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454181-1307189156.opb
0.10/0.11	c reading problem ... 
1.26/0.74	c ... done. Wall clock time 0.626s.
1.26/0.74	c #vars     4500
1.26/0.74	c #constraints  72413
1.26/0.74	c constraints type 
1.26/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
1.26/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72288
1.26/0.74	c constraints type 
1.26/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
1.26/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
4.91/2.29	c cleaning 2483 clauses out of 5002 with flag 5002/5002
5.70/2.61	c cleaning 0 clauses out of 5000 with flag 0/5000
8.82/4.06	c cleaning 4248 clauses out of 8517 with flag 11000/11000
11.33/5.07	c cleaning 0 clauses out of 11001 with flag 0/11001
14.75/6.70	c cleaning 5611 clauses out of 11269 with flag 18000/18000
16.16/7.47	c cleaning 0 clauses out of 18001 with flag 0/18001
19.90/9.35	c cleaning 6783 clauses out of 13658 with flag 26000/26000
22.86/10.86	c cleaning 0 clauses out of 26000 with flag 0/26000
26.78/12.84	c cleaning 7912 clauses out of 15875 with flag 35000/35000
31.53/15.26	c cleaning 0 clauses out of 35000 with flag 0/35000
33.27/16.16	c cleaning 8977 clauses out of 17963 with flag 45000/45000
41.41/20.25	c cleaning 9965 clauses out of 19988 with flag 56002/56002
45.14/22.16	c cleaning 0 clauses out of 45000 with flag 0/45000
52.07/25.63	c cleaning 10988 clauses out of 22022 with flag 68001/68001
61.80/30.52	c cleaning 0 clauses out of 56001 with flag 0/56001
62.35/30.85	c cleaning 11992 clauses out of 24033 with flag 81000/81000
73.62/36.51	c cleaning 12865 clauses out of 26041 with flag 95000/95000
81.99/40.72	c cleaning 0 clauses out of 68001 with flag 0/68001
87.09/43.37	c cleaning 14044 clauses out of 28177 with flag 110001/110001
99.44/49.53	c cleaning 15044 clauses out of 30133 with flag 126001/126001
107.50/53.65	c cleaning 0 clauses out of 81000 with flag 0/81000
114.42/57.20	c cleaning 16023 clauses out of 32088 with flag 143000/143000
130.93/65.43	c cleaning 16973 clauses out of 34065 with flag 161000/161000
134.65/67.37	c cleaning 0 clauses out of 95000 with flag 0/95000
148.11/74.11	c cleaning 18031 clauses out of 36096 with flag 180004/180004
166.83/83.55	c cleaning 18960 clauses out of 38061 with flag 200000/200000
171.54/85.92	c cleaning 0 clauses out of 110000 with flag 0/110000
190.24/95.36	c cleaning 19984 clauses out of 40103 with flag 221002/221002
212.93/106.75	c cleaning 0 clauses out of 126001 with flag 0/126001
215.38/108.07	c cleaning 20956 clauses out of 42119 with flag 243002/243002
239.87/120.34	c cleaning 22056 clauses out of 44161 with flag 266000/266000
263.36/132.12	c cleaning 23018 clauses out of 46105 with flag 290000/290000
276.40/138.70	c cleaning 0 clauses out of 143000 with flag 0/143000
289.48/145.33	c cleaning 24013 clauses out of 48087 with flag 315000/315000
318.37/159.87	c cleaning 24949 clauses out of 50074 with flag 341000/341000
352.67/177.05	c cleaning 0 clauses out of 161000 with flag 0/161000
357.66/179.68	c cleaning 26004 clauses out of 52130 with flag 368005/368005
394.94/198.36	c cleaning 27035 clauses out of 54123 with flag 396002/396002
428.02/214.91	c cleaning 27967 clauses out of 56087 with flag 425001/425001
431.11/216.60	c cleaning 0 clauses out of 180001 with flag 0/180001
467.70/234.94	c cleaning 28991 clauses out of 58120 with flag 455001/455001
489.77/246.01	c cleaning 0 clauses out of 200002 with flag 0/200002
504.62/253.51	c cleaning 29958 clauses out of 60128 with flag 486000/486000
558.08/280.35	c cleaning 30939 clauses out of 62170 with flag 518000/518000
568.26/285.52	c cleaning 0 clauses out of 221002 with flag 0/221002
600.30/301.60	c cleaning 32049 clauses out of 64231 with flag 551000/551000
651.56/327.39	c cleaning 32996 clauses out of 66182 with flag 585000/585000
691.61/347.41	c cleaning 34024 clauses out of 68186 with flag 620000/620000
693.57/348.53	c cleaning 0 clauses out of 243003 with flag 0/243003
741.40/372.52	c cleaning 34998 clauses out of 70162 with flag 656000/656000
784.84/394.39	c cleaning 36015 clauses out of 72166 with flag 693002/693002
837.47/420.72	c cleaning 36889 clauses out of 74149 with flag 731000/731000
839.62/421.98	c cleaning 0 clauses out of 266000 with flag 0/266000
897.44/450.96	c cleaning 38020 clauses out of 76261 with flag 770001/770001
923.26/463.99	c cleaning 0 clauses out of 290000 with flag 0/290000
957.66/481.24	c cleaning 38981 clauses out of 78240 with flag 810000/810000
1026.58/515.91	c cleaning 40011 clauses out of 80260 with flag 851001/851001
1045.18/525.27	c cleaning 0 clauses out of 315001 with flag 0/315001
1090.96/548.20	c cleaning 41079 clauses out of 82248 with flag 893000/893000
1145.18/575.46	c cleaning 0 clauses out of 341001 with flag 0/341001
1163.23/584.61	c cleaning 42045 clauses out of 84176 with flag 936007/936007
1221.47/613.85	c cleaning 0 clauses out of 368002 with flag 0/368002
1222.98/614.75	c cleaning 42964 clauses out of 86125 with flag 980001/980001
1290.60/648.61	c cleaning 44013 clauses out of 88161 with flag 1025001/1025001
1340.05/673.50	c cleaning 0 clauses out of 396001 with flag 0/396001
1363.20/685.22	c cleaning 44926 clauses out of 90148 with flag 1071001/1071001
1441.94/724.77	c cleaning 45988 clauses out of 92222 with flag 1118001/1118001
1504.51/756.18	c cleaning 0 clauses out of 425000 with flag 0/425000
1542.28/775.25	c cleaning 47034 clauses out of 94235 with flag 1166002/1166002
1631.01/819.71	c cleaning 47991 clauses out of 96200 with flag 1215001/1215001
1725.15/866.96	c cleaning 0 clauses out of 455001 with flag 0/455001
1736.05/872.56	c cleaning 49004 clauses out of 98209 with flag 1265001/1265001
1800.01/904.72	c starts		: 190
1800.01/904.72	c conflicts		: 1297898
1800.01/904.72	c decisions		: 2223650
1800.01/904.72	c propagations		: 506126145
1800.01/904.72	c inspects		: 6143072299
1800.01/904.72	c shortcuts		: 0
1800.01/904.72	c learnt literals	: 0
1800.01/904.72	c learnt binary clauses	: 0
1800.01/904.72	c learnt ternary clauses	: 0
1800.01/904.72	c learnt constraints	: 1297898
1800.01/904.72	c ignored constraints	: 0
1800.01/904.72	c root simplifications	: 0
1800.01/904.72	c removed literals (reason simplification)	: 103506241
1800.01/904.72	c reason swapping (by a shorter reason)	: 0
1800.01/904.72	c Calls to reduceDB	: 46
1800.01/904.72	c number of reductions to clauses (during analyze)	: 0
1800.01/904.72	c number of learned constraints concerned by reduction	: 0
1800.01/904.72	c number of learning phase by resolution	: 0
1800.01/904.72	c number of learning phase by cutting planes	: 0
1800.01/904.72	c speed (assignments/second)	: 559885.9091064967
1800.01/904.72	c non guided choices	0
1800.01/904.75	c learnt constraints type 
1800.01/904.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82114
1800.01/904.75	c constraints type 
1800.01/904.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
1800.01/904.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72288
1800.01/904.75	c constraints type 
1800.01/904.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
1800.01/904.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
1800.01/904.75	s UNKNOWN
1800.01/904.75	c Total wall clock time (in seconds): 904.637

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-3454181-1307189156/watcher-3454181-1307189156 -o /tmp/evaluation-result-3454181-1307189156/solver-3454181-1307189156 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454181-1307189156.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.08 3.22 2.66 2/445 2072
/proc/meminfo: memFree=24665020/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 427 0 0 0 0 0 0 0 25 0 1 0 830513846 9318400 172 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246511910535 0 2147483391 4096 0 18446744071699453118 0 0 17 3 0 0 0
/proc/2072/statm: 2275 172 132 9 0 67 0
[pid=2072/tid=2073] ppid=2070 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) R 2070 2072 31765 0 -1 4202560 3165 0 1 0 0 0 0 0 25 0 2 0 830513846 10694979584 3980 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0656201 s]
/proc/loadavg: 3.08 3.22 2.66 2/445 2072
/proc/meminfo: memFree=24665020/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=10472924 CPUtime=0.05 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 11675 0 1 0 3 2 0 0 25 0 18 0 830513846 10724274176 11371 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 2618231 11371 1733 9 0 2608972 0
[pid=2072/tid=2073] ppid=2070 vsize=10472924 CPUtime=0.04 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) R 2070 2072 31765 0 -1 4202560 10501 0 1 0 3 1 0 0 25 0 18 0 830513846 10724274176 11371 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 47132315080723 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.104655 s]
/proc/loadavg: 3.08 3.22 2.66 2/445 2072
/proc/meminfo: memFree=24665020/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=10539992 CPUtime=0.1 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 13080 0 1 0 8 2 0 0 25 0 18 0 830513846 10792951808 12739 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 2634998 12739 2092 9 0 2625732 0
[pid=2072/tid=2073] ppid=2070 vsize=10539992 CPUtime=0.09 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) R 2070 2072 31765 0 -1 4202560 11138 0 1 0 7 2 0 0 18 0 18 0 830513846 10792951808 12739 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539992

[startup+0.30562 s]
/proc/loadavg: 3.08 3.22 2.66 2/445 2072
/proc/meminfo: memFree=24665020/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=10540196 CPUtime=0.49 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 16418 0 1 0 46 3 0 0 25 0 18 0 830513846 10793160704 15449 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 2635049 15450 2200 9 0 2625783 0
[pid=2072/tid=2073] ppid=2070 vsize=10540196 CPUtime=0.28 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) R 2070 2072 31765 0 -1 4202560 13132 0 1 0 26 2 0 0 18 0 18 0 830513846 10793160704 15450 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505610198 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10540196

[startup+0.700518 s]
/proc/loadavg: 3.08 3.22 2.66 2/445 2072
/proc/meminfo: memFree=24665020/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=10552604 CPUtime=1.26 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 52276 0 1 0 117 9 0 0 25 0 18 0 830513846 10805866496 48806 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 2638151 48811 2216 9 0 2628885 0
[pid=2072/tid=2073] ppid=2070 vsize=10552604 CPUtime=0.67 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) R 2070 2072 31765 0 -1 4202560 41918 0 1 0 60 7 0 0 18 0 18 0 830513846 10805866496 48813 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505545051 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 10552604

[startup+1.50133 s]
/proc/loadavg: 3.08 3.22 2.66 7/467 2094
/proc/meminfo: memFree=24443220/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=10556716 CPUtime=3.48 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 99036 0 1 0 333 15 0 0 25 0 22 0 830513846 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 2639179 92972 2240 9 0 2629913 0
[pid=2072/tid=2073] ppid=2070 vsize=10556716 CPUtime=0.72 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) S 2070 2072 31765 0 -1 4202560 46290 0 1 0 64 8 0 0 15 0 22 0 830513846 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2075] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2075/stat : 2075 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830513848 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2076] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2076/stat : 2076 (java) S 2070 2072 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830513848 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2077] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2077/stat : 2077 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830513848 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2078] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2078/stat : 2078 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830513848 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2079] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2079/stat : 2079 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830513848 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2080] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2080/stat : 2080 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830513848 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2081] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2081/stat : 2081 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830513848 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2082] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2082/stat : 2082 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830513848 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2083/stat : 2083 (java) S 2070 2072 31765 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830513849 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 0 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2084] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2084/stat : 2084 (java) S 2070 2072 31765 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 830513850 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2085] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2085/stat : 2085 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830513850 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2086] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2086/stat : 2086 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830513852 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528657841 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2087] ppid=2070 vsize=10556716 CPUtime=0.57 cores=1,3,5,7
/proc/2072/task/2087/stat : 2087 (java) S 2070 2072 31765 0 -1 4202560 4905 0 0 0 57 0 0 0 20 0 22 0 830513852 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2088] ppid=2070 vsize=10556716 CPUtime=0.67 cores=1,3,5,7
/proc/2072/task/2088/stat : 2088 (java) S 2070 2072 31765 0 -1 4202560 7046 0 0 0 66 1 0 0 21 0 22 0 830513852 10810077184 92972 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2089] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2089/stat : 2089 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830513852 10810077184 92973 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2090] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2090/stat : 2090 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830513852 10810077184 92973 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2091] ppid=2070 vsize=10556716 CPUtime=0.75 cores=1,3,5,7
/proc/2072/task/2091/stat : 2091 (java) R 2070 2072 31765 0 -1 4202560 759 0 0 0 75 0 0 0 22 0 22 0 830513920 10810077184 92973 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 47132317178707 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2072/tid=2092] ppid=2070 vsize=10556716 CPUtime=0.73 cores=1,3,5,7
/proc/2072/task/2092/stat : 2092 (java) R 2070 2072 31765 0 -1 4202560 38870 0 0 0 69 4 0 0 24 0 22 0 830513920 10810077184 92973 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505905429 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2072/tid=2093] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2093/stat : 2093 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830513923 10810077184 92973 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2094] ppid=2070 vsize=10556716 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2094/stat : 2094 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830513923 10810077184 92973 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10556716

[startup+3.10103 s]
/proc/loadavg: 3.08 3.22 2.66 4/467 2094
/proc/meminfo: memFree=24132972/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=10563776 CPUtime=7.02 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 166711 0 1 0 680 22 0 0 25 0 22 0 830513846 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 2640944 159712 2265 9 0 2631678 0
[pid=2072/tid=2073] ppid=2070 vsize=10563776 CPUtime=0.72 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) S 2070 2072 31765 0 -1 4202560 46290 0 1 0 64 8 0 0 15 0 22 0 830513846 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2075] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2075/stat : 2075 (java) S 2070 2072 31765 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 22 0 830513848 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2076] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2076/stat : 2076 (java) S 2070 2072 31765 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 830513848 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2077] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2077/stat : 2077 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830513848 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2078] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2078/stat : 2078 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830513848 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2079] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2079/stat : 2079 (java) S 2070 2072 31765 0 -1 4202560 548 0 0 0 0 0 0 0 16 0 22 0 830513848 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2070 vsize=10563776 CPUtime=0.01 cores=1,3,5,7
/proc/2072/task/2080/stat : 2080 (java) S 2070 2072 31765 0 -1 4202560 812 0 0 0 1 0 0 0 15 0 22 0 830513848 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2081] ppid=2070 vsize=10563776 CPUtime=0.01 cores=1,3,5,7
/proc/2072/task/2081/stat : 2081 (java) S 2070 2072 31765 0 -1 4202560 1126 0 0 0 1 0 0 0 15 0 22 0 830513848 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2082] ppid=2070 vsize=10563776 CPUtime=0.01 cores=1,3,5,7
/proc/2072/task/2082/stat : 2082 (java) S 2070 2072 31765 0 -1 4202560 1016 0 0 0 1 0 0 0 15 0 22 0 830513848 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2083] ppid=2070 vsize=10563776 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2083/stat : 2083 (java) S 2070 2072 31765 0 -1 4202560 3835 0 0 0 8 0 0 0 15 0 22 0 830513849 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 0 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2084] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2084/stat : 2084 (java) S 2070 2072 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830513850 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2085] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2085/stat : 2085 (java) S 2070 2072 31765 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830513850 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2086] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2086/stat : 2086 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830513852 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528657841 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2087] ppid=2070 vsize=10563776 CPUtime=0.94 cores=1,3,5,7
/proc/2072/task/2087/stat : 2087 (java) S 2070 2072 31765 0 -1 4202560 7375 0 0 0 93 1 0 0 16 0 22 0 830513852 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2088] ppid=2070 vsize=10563776 CPUtime=0.71 cores=1,3,5,7
/proc/2072/task/2088/stat : 2088 (java) S 2070 2072 31765 0 -1 4202560 7047 0 0 0 70 1 0 0 15 0 22 0 830513852 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2089] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2089/stat : 2089 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830513852 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2090] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2090/stat : 2090 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830513852 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2091] ppid=2070 vsize=10563776 CPUtime=2.24 cores=1,3,5,7
/proc/2072/task/2091/stat : 2091 (java) R 2070 2072 31765 0 -1 4202560 1681 0 0 0 224 0 0 0 17 0 22 0 830513920 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505957312 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2072/tid=2092] ppid=2070 vsize=10563776 CPUtime=2.22 cores=1,3,5,7
/proc/2072/task/2092/stat : 2092 (java) R 2070 2072 31765 0 -1 4202560 95456 0 0 0 213 9 0 0 25 0 22 0 830513920 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912506010968 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2072/tid=2093] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2093/stat : 2093 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830513923 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2094] ppid=2070 vsize=10563776 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2094/stat : 2094 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830513923 10817306624 159712 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 10563776

[startup+6.30149 s]
/proc/loadavg: 3.00 3.20 2.66 3/444 2097
/proc/meminfo: memFree=25192328/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=10559324 CPUtime=13.95 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 183592 0 1 0 1370 25 0 0 25 0 22 0 830513846 10812747776 173141 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 2639831 173141 2265 9 0 2630565 0
[pid=2072/tid=2073] ppid=2070 vsize=10559324 CPUtime=0.72 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) S 2070 2072 31765 0 -1 4202560 46290 0 1 0 64 8 0 0 15 0 22 0 830513846 10812747776 173141 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2075] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2075/stat : 2075 (java) S 2070 2072 31765 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 22 0 830513848 10812747776 173141 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2076] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2076/stat : 2076 (java) S 2070 2072 31765 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 830513848 10812747776 173141 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2077] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2077/stat : 2077 (java) S 2070 2072 31765 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830513848 10812747776 173141 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2078/stat : 2078 (java) S 2070 2072 31765 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 830513848 10812747776 173141 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2079] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2079/stat : 2079 (java) S 2070 2072 31765 0 -1 4202560 801 0 0 0 0 0 0 0 16 0 22 0 830513848 10812747776 173141 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2080] ppid=2070 vsize=10559324 CPUtime=0.01 cores=1,3,5,7
/proc/2072/task/2080/stat : 2080 (java) S 2070 2072 31765 0 -1 4202560 1121 0 0 0 1 0 0 0 16 0 22 0 830513848 10812747776 173141 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2081] ppid=2070 vsize=10559324 CPUtime=0.01 cores=1,3,5,7
/proc/2072/task/2081/stat : 2081 (java) S 2070 2072 31765 0 -1 4202560 1242 0 0 0 1 0 0 0 16 0 22 0 830513848 10812747776 173141 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2082] ppid=2070 vsize=10559324 CPUtime=0.01 cores=1,3,5,7
/proc/2072/task/2082/stat : 2082 (java) S 2070 2072 31765 0 -1 4202560 1322 0 0 0 1 0 0 0 16 0 22 0 830513848 10812747776 173141 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=19683924/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=10559324 CPUtime=1635.95 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 841256 0 1 0 163496 99 0 0 25 0 22 0 830513846 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 2639831 829417 2266 9 0 2630565 0
[pid=2072/tid=2073] ppid=2070 vsize=10559324 CPUtime=0.72 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) S 2070 2072 31765 0 -1 4202560 46302 0 1 0 64 8 0 0 15 0 22 0 830513846 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2075] ppid=2070 vsize=10559324 CPUtime=0.39 cores=1,3,5,7
/proc/2072/task/2075/stat : 2075 (java) S 2070 2072 31765 0 -1 4202560 5784 0 0 0 39 0 0 0 16 0 22 0 830513848 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2076] ppid=2070 vsize=10559324 CPUtime=0.44 cores=1,3,5,7
/proc/2072/task/2076/stat : 2076 (java) S 2070 2072 31765 0 -1 4202560 3815 0 0 0 44 0 0 0 15 0 22 0 830513848 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2077] ppid=2070 vsize=10559324 CPUtime=0.39 cores=1,3,5,7
/proc/2072/task/2077/stat : 2077 (java) S 2070 2072 31765 0 -1 4202560 5390 0 0 0 39 0 0 0 16 0 22 0 830513848 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2078] ppid=2070 vsize=10559324 CPUtime=0.4 cores=1,3,5,7
/proc/2072/task/2078/stat : 2078 (java) S 2070 2072 31765 0 -1 4202560 4439 0 0 0 40 0 0 0 16 0 22 0 830513848 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2079] ppid=2070 vsize=10559324 CPUtime=0.39 cores=1,3,5,7
/proc/2072/task/2079/stat : 2079 (java) S 2070 2072 31765 0 -1 4202560 6987 0 0 0 38 1 0 0 16 0 22 0 830513848 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2070 vsize=10559324 CPUtime=0.44 cores=1,3,5,7
/proc/2072/task/2080/stat : 2080 (java) S 2070 2072 31765 0 -1 4202560 5033 0 0 0 43 1 0 0 16 0 22 0 830513848 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2081] ppid=2070 vsize=10559324 CPUtime=0.45 cores=1,3,5,7
/proc/2072/task/2081/stat : 2081 (java) S 2070 2072 31765 0 -1 4202560 8368 0 0 0 44 1 0 0 16 0 22 0 830513848 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2082] ppid=2070 vsize=10559324 CPUtime=0.34 cores=1,3,5,7
/proc/2072/task/2082/stat : 2082 (java) S 2070 2072 31765 0 -1 4202560 4694 0 0 0 34 0 0 0 16 0 22 0 830513848 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2070 vsize=10559324 CPUtime=11.75 cores=1,3,5,7
/proc/2072/task/2083/stat : 2083 (java) S 2070 2072 31765 0 -1 4202560 130117 0 0 0 1161 14 0 0 15 0 22 0 830513849 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 0 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2084] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2084/stat : 2084 (java) S 2070 2072 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830513850 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2085] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2085/stat : 2085 (java) S 2070 2072 31765 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830513850 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2086] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2086/stat : 2086 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830513852 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528657841 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2087] ppid=2070 vsize=10559324 CPUtime=0.98 cores=1,3,5,7
/proc/2072/task/2087/stat : 2087 (java) S 2070 2072 31765 0 -1 4202560 7375 0 0 0 97 1 0 0 16 0 22 0 830513852 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2088] ppid=2070 vsize=10559324 CPUtime=1.41 cores=1,3,5,7
/proc/2072/task/2088/stat : 2088 (java) S 2070 2072 31765 0 -1 4202560 11021 0 0 0 139 2 0 0 15 0 22 0 830513852 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2089] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2089/stat : 2089 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830513852 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2090] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2090/stat : 2090 (java) S 2070 2072 31765 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 830513852 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2091] ppid=2070 vsize=10559324 CPUtime=808.88 cores=1,3,5,7
/proc/2072/task/2091/stat : 2091 (java) R 2070 2072 31765 0 -1 4202560 6280 0 0 0 80887 1 0 0 25 0 22 0 830513920 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505870816 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2072/tid=2092] ppid=2070 vsize=10559324 CPUtime=808.84 cores=1,3,5,7
/proc/2072/task/2092/stat : 2092 (java) R 2070 2072 31765 0 -1 4202560 594446 0 0 0 80821 63 0 0 25 0 22 0 830513920 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505904197 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2072/tid=2093] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2093/stat : 2093 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830513923 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2094] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2094/stat : 2094 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830513923 10812747776 829417 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1635.95
Current children cumulated vsize (KiB) 10559324

[startup+882.301 s]
/proc/loadavg: 4.04 3.94 3.45 5/467 2244
/proc/meminfo: memFree=19603400/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=10559324 CPUtime=1755.2 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 861336 0 1 0 175419 101 0 0 25 0 22 0 830513846 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 2639831 849489 2266 9 0 2630565 0
[pid=2072/tid=2073] ppid=2070 vsize=10559324 CPUtime=0.72 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) S 2070 2072 31765 0 -1 4202560 46303 0 1 0 64 8 0 0 15 0 22 0 830513846 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2075] ppid=2070 vsize=10559324 CPUtime=0.42 cores=1,3,5,7
/proc/2072/task/2075/stat : 2075 (java) S 2070 2072 31765 0 -1 4202560 5784 0 0 0 42 0 0 0 16 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2076] ppid=2070 vsize=10559324 CPUtime=0.45 cores=1,3,5,7
/proc/2072/task/2076/stat : 2076 (java) S 2070 2072 31765 0 -1 4202560 3815 0 0 0 45 0 0 0 16 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2077] ppid=2070 vsize=10559324 CPUtime=0.39 cores=1,3,5,7
/proc/2072/task/2077/stat : 2077 (java) S 2070 2072 31765 0 -1 4202560 5390 0 0 0 39 0 0 0 15 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2078] ppid=2070 vsize=10559324 CPUtime=0.44 cores=1,3,5,7
/proc/2072/task/2078/stat : 2078 (java) S 2070 2072 31765 0 -1 4202560 4439 0 0 0 44 0 0 0 16 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2079] ppid=2070 vsize=10559324 CPUtime=0.42 cores=1,3,5,7
/proc/2072/task/2079/stat : 2079 (java) S 2070 2072 31765 0 -1 4202560 6987 0 0 0 41 1 0 0 15 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2070 vsize=10559324 CPUtime=0.47 cores=1,3,5,7
/proc/2072/task/2080/stat : 2080 (java) S 2070 2072 31765 0 -1 4202560 5033 0 0 0 46 1 0 0 16 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2081] ppid=2070 vsize=10559324 CPUtime=0.45 cores=1,3,5,7
/proc/2072/task/2081/stat : 2081 (java) S 2070 2072 31765 0 -1 4202560 8368 0 0 0 44 1 0 0 15 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2082] ppid=2070 vsize=10559324 CPUtime=0.34 cores=1,3,5,7
/proc/2072/task/2082/stat : 2082 (java) S 2070 2072 31765 0 -1 4202560 4694 0 0 0 34 0 0 0 15 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2070 vsize=10559324 CPUtime=12.57 cores=1,3,5,7
/proc/2072/task/2083/stat : 2083 (java) S 2070 2072 31765 0 -1 4202560 150191 0 0 0 1241 16 0 0 15 0 22 0 830513849 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 0 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2084] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2084/stat : 2084 (java) S 2070 2072 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830513850 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2085] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2085/stat : 2085 (java) S 2070 2072 31765 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830513850 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2086] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2086/stat : 2086 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830513852 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528657841 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2087] ppid=2070 vsize=10559324 CPUtime=0.98 cores=1,3,5,7
/proc/2072/task/2087/stat : 2087 (java) S 2070 2072 31765 0 -1 4202560 7375 0 0 0 97 1 0 0 16 0 22 0 830513852 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2088] ppid=2070 vsize=10559324 CPUtime=1.41 cores=1,3,5,7
/proc/2072/task/2088/stat : 2088 (java) S 2070 2072 31765 0 -1 4202560 11021 0 0 0 139 2 0 0 15 0 22 0 830513852 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2089] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2089/stat : 2089 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830513852 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2090] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2090/stat : 2090 (java) S 2070 2072 31765 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830513852 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2091] ppid=2070 vsize=10559324 CPUtime=868.01 cores=1,3,5,7
/proc/2072/task/2091/stat : 2091 (java) R 2070 2072 31765 0 -1 4202560 6281 0 0 0 86800 1 0 0 25 0 22 0 830513920 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505875527 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2072/tid=2092] ppid=2070 vsize=10559324 CPUtime=867.98 cores=1,3,5,7
/proc/2072/task/2092/stat : 2092 (java) R 2070 2072 31765 0 -1 4202560 594446 0 0 0 86735 63 0 0 25 0 22 0 830513920 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505904493 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2072/tid=2093] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2093/stat : 2093 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830513923 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2094] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2094/stat : 2094 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830513923 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1755.2
Current children cumulated vsize (KiB) 10559324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.701 s]
/proc/loadavg: 4.09 3.96 3.47 5/467 2245
/proc/meminfo: memFree=19603384/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=10559324 CPUtime=1800.01 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2070 2072 31765 0 -1 4202496 861336 0 1 0 179900 101 0 0 25 0 22 0 830513846 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 2639831 849489 2266 9 0 2630565 0
[pid=2072/tid=2073] ppid=2070 vsize=10559324 CPUtime=0.72 cores=1,3,5,7
/proc/2072/task/2073/stat : 2073 (java) S 2070 2072 31765 0 -1 4202560 46303 0 1 0 64 8 0 0 15 0 22 0 830513846 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2075] ppid=2070 vsize=10559324 CPUtime=0.42 cores=1,3,5,7
/proc/2072/task/2075/stat : 2075 (java) S 2070 2072 31765 0 -1 4202560 5784 0 0 0 42 0 0 0 16 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2076] ppid=2070 vsize=10559324 CPUtime=0.45 cores=1,3,5,7
/proc/2072/task/2076/stat : 2076 (java) S 2070 2072 31765 0 -1 4202560 3815 0 0 0 45 0 0 0 16 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2077] ppid=2070 vsize=10559324 CPUtime=0.39 cores=1,3,5,7
/proc/2072/task/2077/stat : 2077 (java) S 2070 2072 31765 0 -1 4202560 5390 0 0 0 39 0 0 0 15 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2078] ppid=2070 vsize=10559324 CPUtime=0.44 cores=1,3,5,7
/proc/2072/task/2078/stat : 2078 (java) S 2070 2072 31765 0 -1 4202560 4439 0 0 0 44 0 0 0 16 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2079] ppid=2070 vsize=10559324 CPUtime=0.42 cores=1,3,5,7
/proc/2072/task/2079/stat : 2079 (java) S 2070 2072 31765 0 -1 4202560 6987 0 0 0 41 1 0 0 15 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2070 vsize=10559324 CPUtime=0.47 cores=1,3,5,7
/proc/2072/task/2080/stat : 2080 (java) S 2070 2072 31765 0 -1 4202560 5033 0 0 0 46 1 0 0 16 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2081] ppid=2070 vsize=10559324 CPUtime=0.45 cores=1,3,5,7
/proc/2072/task/2081/stat : 2081 (java) S 2070 2072 31765 0 -1 4202560 8368 0 0 0 44 1 0 0 15 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2082] ppid=2070 vsize=10559324 CPUtime=0.34 cores=1,3,5,7
/proc/2072/task/2082/stat : 2082 (java) S 2070 2072 31765 0 -1 4202560 4694 0 0 0 34 0 0 0 15 0 22 0 830513848 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2070 vsize=10559324 CPUtime=12.57 cores=1,3,5,7
/proc/2072/task/2083/stat : 2083 (java) S 2070 2072 31765 0 -1 4202560 150191 0 0 0 1241 16 0 0 15 0 22 0 830513849 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 0 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2084] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2084/stat : 2084 (java) S 2070 2072 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830513850 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2085] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2085/stat : 2085 (java) S 2070 2072 31765 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830513850 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2086] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2086/stat : 2086 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830513852 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528657841 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2087] ppid=2070 vsize=10559324 CPUtime=0.98 cores=1,3,5,7
/proc/2072/task/2087/stat : 2087 (java) S 2070 2072 31765 0 -1 4202560 7375 0 0 0 97 1 0 0 16 0 22 0 830513852 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 1 0 0 0
[pid=2072/tid=2088] ppid=2070 vsize=10559324 CPUtime=1.41 cores=1,3,5,7
/proc/2072/task/2088/stat : 2088 (java) S 2070 2072 31765 0 -1 4202560 11021 0 0 0 139 2 0 0 15 0 22 0 830513852 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2089] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2089/stat : 2089 (java) S 2070 2072 31765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830513852 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650137 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2090] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2090/stat : 2090 (java) S 2070 2072 31765 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830513852 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 3 0 0 0
[pid=2072/tid=2091] ppid=2070 vsize=10559324 CPUtime=890.43 cores=1,3,5,7
/proc/2072/task/2091/stat : 2091 (java) R 2070 2072 31765 0 -1 4202560 6281 0 0 0 89042 1 0 0 25 0 22 0 830513920 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505974184 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2072/tid=2092] ppid=2070 vsize=10559324 CPUtime=890.39 cores=1,3,5,7
/proc/2072/task/2092/stat : 2092 (java) R 2070 2072 31765 0 -1 4202560 594446 0 0 0 88976 63 0 0 25 0 22 0 830513920 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 46912505875527 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2072/tid=2093] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2093/stat : 2093 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830513923 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 5 0 0 0
[pid=2072/tid=2094] ppid=2070 vsize=10559324 CPUtime=0 cores=1,3,5,7
/proc/2072/task/2094/stat : 2094 (java) S 2070 2072 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830513923 10812747776 849489 33554432000 1073741824 1073778376 140733381304656 18446744073709551615 246528650752 0 4 0 16800975 18446604454456426624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10559324

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

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

[startup+904.823 s]
/proc/loadavg: 4.09 3.96 3.47 5/467 2245
/proc/meminfo: memFree=19603384/32951124 swapFree=44043516/67111528
[pid=2072] ppid=2070 vsize=0 CPUtime=1800.22 cores=1,3,5,7
/proc/2072/stat : 2072 (java) Z 2070 2072 31765 0 -1 4203548 861369 0 1 0 179914 108 0 0 17 0 2 0 830513846 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2072/statm: 0 0 0 0 0 0 0
[pid=2072/tid=2091] ppid=2070 vsize=0 CPUtime=890.53 cores=1,3,5,7
/proc/2072/task/2091/stat : 2091 (java) R 2070 2072 31765 0 -1 4203588 6281 0 0 0 89045 8 0 0 25 0 2 0 830513920 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 904.884
CPU time (s): 1800.29
CPU user time (s): 1799.15
CPU system time (s): 1.14183
CPU usage (%): 198.952
Max. virtual memory (cumulated for all children) (KiB): 10563776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.14183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 861369
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= 22777
involuntary context switches= 8402

runsolver used 3.58745 second user time and 9.30559 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-04 14:05:57
IDJOB=3454181
IDBENCH=2173
IDSOLVER=1950
FILE ID=node134/3454181-1307189156
RUNJOBID= node134-1307188072-1850
PBS_JOBID= 13508837
Free space on /tmp= 74016 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.18.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454181-1307189156/watcher-3454181-1307189156 -o /tmp/evaluation-result-3454181-1307189156/solver-3454181-1307189156 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454181-1307189156.opb

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

MD5SUM BENCH= 18a894a2ba4f3cf6bad1b497c8fca8eb
RANDOM SEED=926857004

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24665176 kB
Buffers:        301068 kB
Cached:         650752 kB
SwapCached:       9536 kB
Active:        7372744 kB
Inactive:       617064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24665176 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:            2040 kB
Writeback:           0 kB
AnonPages:     7036228 kB
Mapped:          29380 kB
Slab:           137208 kB
PageTables:      91372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121138012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74016 MiB
End job on node134 at 2011-06-04 14:21:03