Trace number 3733874

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.17 884.035

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		1349517296
0.01/0.07	c Max memory 		1356595200
0.01/0.07	c Total memory 		1356595200
0.01/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3733874-1338743733.opb
0.11/0.10	c reading problem ... 
2.67/1.42	c ... done. Wall clock time 1.328s.
2.67/1.42	c #vars     8883
2.67/1.42	c #constraints  17459
2.67/1.42	c constraints type 
2.67/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
2.67/1.42	c constraints type 
2.67/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
128.17/62.46	c cleaning 0 clauses out of 5002 with flag 0/5002
129.60/63.28	c cleaning 2487 clauses out of 5000 with flag 5000/5000
265.55/130.30	c cleaning 4247 clauses out of 8514 with flag 11001/11001
338.33/166.19	c cleaning 0 clauses out of 11000 with flag 0/11000
425.80/209.31	c cleaning 5628 clauses out of 11266 with flag 18000/18000
578.99/284.72	c cleaning 6814 clauses out of 13639 with flag 26001/26001
615.29/302.77	c cleaning 0 clauses out of 18000 with flag 0/18000
787.62/387.45	c cleaning 7896 clauses out of 15824 with flag 35000/35000
995.18/489.37	c cleaning 8964 clauses out of 17928 with flag 45000/45000
1062.07/522.26	c cleaning 0 clauses out of 26001 with flag 0/26001
1206.62/593.15	c cleaning 9968 clauses out of 19964 with flag 56000/56000
1472.44/723.31	c cleaning 10984 clauses out of 21996 with flag 68000/68000
1777.16/872.61	c cleaning 12000 clauses out of 24012 with flag 81000/81000
1800.17/884.01	c starts		: 87
1800.17/884.01	c conflicts		: 82331
1800.17/884.01	c decisions		: 105869
1800.17/884.01	c propagations		: 23836755
1800.17/884.01	c inspects		: 947349505
1800.17/884.01	c learnt literals	: 0
1800.17/884.01	c learnt binary clauses	: 1
1800.17/884.01	c learnt ternary clauses	: 0
1800.17/884.01	c learnt clauses	: 82330
1800.17/884.01	c ignored clauses	: 0
1800.17/884.01	c root simplifications	: 0
1800.17/884.01	c removed literals (reason simplification)	: 1652550
1800.17/884.01	c reason swapping (by a shorter reason)	: 0
1800.17/884.01	c Calls to reduceDB	: 9
1800.17/884.01	c number of reductions to clauses (during analyze)	: 0
1800.17/884.01	c number of learned constraints concerned by reduction	: 0
1800.17/884.01	c number of learning phase by resolution	: 0
1800.17/884.01	c number of learning phase by cutting planes	: 0
1800.17/884.01	c speed (assignments/second)	: 27007.916526925485
1800.17/884.01	c non guided choices	95
1800.17/884.02	c learnt constraints type 
1800.17/884.02	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13343
1800.17/884.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.17/884.02	c constraints type 
1800.17/884.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.17/884.02	c constraints type 
1800.17/884.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.17/884.02	s UNKNOWN
1800.17/884.02	c Total wall clock time (in seconds): 883.925

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733874-1338743733/watcher-3733874-1338743733 -o /tmp/evaluation-result-3733874-1338743733/solver-3733874-1338743733 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733874-1338743733.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.13 0.76 1.32 4/197 2017
/proc/meminfo: memFree=27379916/32873648 swapFree=7116/7116
[pid=2017] ppid=2015 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/2017/stat : 2017 (java) R 2015 2017 32179 0 -1 4202496 985 0 0 0 0 0 0 0 20 0 1 0 340498766 23793664 712 33554432000 1073741824 1073778376 140734023769232 140734023758296 260181112168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2017/statm: 5809 713 528 9 0 128 0

[startup+0.0257571 s]
/proc/loadavg: 2.13 0.76 1.32 4/197 2017
/proc/meminfo: memFree=27379916/32873648 swapFree=7116/7116
[pid=2017] ppid=2015 vsize=2233952 CPUtime=0.01 cores=0,2,4,6
/proc/2017/stat : 2017 (java) S 2015 2017 32179 0 -1 4202496 3647 0 1 0 1 0 0 0 20 0 11 0 340498766 2287566848 4346 33554432000 1073741824 1073778376 140734023769232 140734023760368 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2017/statm: 558488 4348 1632 9 0 549189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2233952

[startup+0.100167 s]
/proc/loadavg: 2.13 0.76 1.32 4/197 2017
/proc/meminfo: memFree=27379916/32873648 swapFree=7116/7116
[pid=2017] ppid=2015 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/2017/stat : 2017 (java) S 2015 2017 32179 0 -1 4202496 4883 0 1 0 10 1 0 0 20 0 18 0 340498766 2764726272 6070 33554432000 1073741824 1073778376 140734023769232 140734023760368 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2017/statm: 674982 6070 2142 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.30017 s]
/proc/loadavg: 2.13 0.76 1.32 4/197 2017
/proc/meminfo: memFree=27379916/32873648 swapFree=7116/7116
[pid=2017] ppid=2015 vsize=2699928 CPUtime=0.62 cores=0,2,4,6
/proc/2017/stat : 2017 (java) S 2015 2017 32179 0 -1 4202496 11035 0 1 0 60 2 0 0 20 0 18 0 340498766 2764726272 12292 33554432000 1073741824 1073778376 140734023769232 140734023760368 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2017/statm: 674982 12292 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 2699928

[startup+0.700171 s]
/proc/loadavg: 2.13 0.76 1.32 4/197 2017
/proc/meminfo: memFree=27379916/32873648 swapFree=7116/7116
[pid=2017] ppid=2015 vsize=2699928 CPUtime=1.37 cores=0,2,4,6
/proc/2017/stat : 2017 (java) S 2015 2017 32179 0 -1 4202496 18865 0 1 0 131 6 0 0 20 0 18 0 340498766 2764726272 52746 33554432000 1073741824 1073778376 140734023769232 140734023760368 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2017/statm: 674982 52746 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 2.13 0.76 1.32 4/215 2035
/proc/meminfo: memFree=27034620/32873648 swapFree=7116/7116
[pid=2017] ppid=2015 vsize=2966184 CPUtime=2.92 cores=0,2,4,6
/proc/2017/stat : 2017 (java) S 2015 2017 32179 0 -1 4202496 20468 0 1 0 277 15 0 0 20 0 22 0 340498766 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 140734023760368 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2017/statm: 741546 115027 2261 9 0 732240 0
[pid=2017/tid=2019] ppid=2015 vsize=2966184 CPUtime=1.32 cores=0,2,4,6
/proc/2017/task/2019/stat : 2019 (java) S 2015 2017 32179 0 -1 4202560 3023 0 1 0 125 7 0 0 20 0 22 0 340498766 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788567651480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2020] ppid=2015 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/2017/task/2020/stat : 2020 (java) S 2015 2017 32179 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 340498767 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788503444392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2021] ppid=2015 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/2017/task/2021/stat : 2021 (java) S 2015 2017 32179 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 340498767 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788432952360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2022] ppid=2015 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/2017/task/2022/stat : 2022 (java) S 2015 2017 32179 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 340498767 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788431899304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2023] ppid=2015 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/2017/task/2023/stat : 2023 (java) S 2015 2017 32179 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 340498767 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788430846760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2024] ppid=2015 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/2017/task/2024/stat : 2024 (java) S 2015 2017 32179 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 340498767 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788429793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2025] ppid=2015 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/2017/task/2025/stat : 2025 (java) S 2015 2017 32179 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 340498767 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788428741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2026] ppid=2015 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/2017/task/2026/stat : 2026 (java) S 2015 2017 32179 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 340498767 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788427688104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2027] ppid=2015 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/2017/task/2027/stat : 2027 (java) S 2015 2017 32179 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 340498767 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788426635560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2028] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2028/stat : 2028 (java) S 2015 2017 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788414438248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2029] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2029/stat : 2029 (java) S 2015 2017 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788413384568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2030] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2030/stat : 2030 (java) S 2015 2017 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788412331400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2031] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2031/stat : 2031 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788411280144 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2032] ppid=2015 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/2017/task/2032/stat : 2032 (java) R 2015 2017 32179 0 -1 4202560 10629 0 0 0 63 2 0 0 20 0 22 0 340498771 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788410227000 139788570517152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2033] ppid=2015 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/2017/task/2033/stat : 2033 (java) S 2015 2017 32179 0 -1 4202560 5445 0 0 0 44 1 0 0 20 0 22 0 340498771 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788409174456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2034] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2034/stat : 2034 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788408121592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2035] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2035/stat : 2035 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 115027 33554432000 1073741824 1073778376 140734023769232 139788407069256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 2966184

[startup+3.1008 s]
/proc/loadavg: 2.13 0.76 1.32 6/219 2039
/proc/meminfo: memFree=26843628/32873648 swapFree=7116/7116
[pid=2017] ppid=2015 vsize=2966184 CPUtime=6.8 cores=0,2,4,6
/proc/2017/stat : 2017 (java) S 2015 2017 32179 0 -1 4202496 20784 0 1 0 656 24 0 0 20 0 22 0 340498766 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 140734023760368 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2017/statm: 741546 136676 2266 9 0 732240 0
[pid=2017/tid=2019] ppid=2015 vsize=2966184 CPUtime=1.32 cores=0,2,4,6
/proc/2017/task/2019/stat : 2019 (java) S 2015 2017 32179 0 -1 4202560 3023 0 1 0 125 7 0 0 20 0 22 0 340498766 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788567651480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2020] ppid=2015 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/2017/task/2020/stat : 2020 (java) S 2015 2017 32179 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 22 0 340498767 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788503444392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2021] ppid=2015 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/2017/task/2021/stat : 2021 (java) S 2015 2017 32179 0 -1 4202560 46 0 0 0 8 2 0 0 20 0 22 0 340498767 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788432952360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2022] ppid=2015 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/2017/task/2022/stat : 2022 (java) S 2015 2017 32179 0 -1 4202560 44 0 0 0 8 3 0 0 20 0 22 0 340498767 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788431899304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2023] ppid=2015 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/2017/task/2023/stat : 2023 (java) S 2015 2017 32179 0 -1 4202560 50 0 0 0 8 2 0 0 20 0 22 0 340498767 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788430846760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2024] ppid=2015 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/2017/task/2024/stat : 2024 (java) S 2015 2017 32179 0 -1 4202560 25 0 0 0 6 1 0 0 20 0 22 0 340498767 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788429793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2025] ppid=2015 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/2017/task/2025/stat : 2025 (java) S 2015 2017 32179 0 -1 4202560 25 0 0 0 6 2 0 0 20 0 22 0 340498767 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788428741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2026] ppid=2015 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/2017/task/2026/stat : 2026 (java) S 2015 2017 32179 0 -1 4202560 49 0 0 0 10 3 0 0 20 0 22 0 340498767 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788427688104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2027] ppid=2015 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/2017/task/2027/stat : 2027 (java) S 2015 2017 32179 0 -1 4202560 63 0 0 0 12 3 0 0 20 0 22 0 340498767 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788426635560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2028] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2028/stat : 2028 (java) S 2015 2017 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788414438248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2029] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2029/stat : 2029 (java) S 2015 2017 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788413384568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2030] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2030/stat : 2030 (java) S 2015 2017 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788412331400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2031] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2031/stat : 2031 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788411280144 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2032] ppid=2015 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/2017/task/2032/stat : 2032 (java) S 2015 2017 32179 0 -1 4202560 10652 0 0 0 79 2 0 0 20 0 22 0 340498771 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788410227000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2033] ppid=2015 vsize=2966184 CPUtime=0.7 cores=0,2,4,6
/proc/2017/task/2033/stat : 2033 (java) S 2015 2017 32179 0 -1 4202560 5476 0 0 0 68 2 0 0 20 0 22 0 340498771 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788409174456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2034] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2034/stat : 2034 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788408121592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2035] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2035/stat : 2035 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788407069256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2036] ppid=2015 vsize=2966184 CPUtime=1.49 cores=0,2,4,6
/proc/2017/task/2036/stat : 2036 (java) R 2015 2017 32179 0 -1 4202560 40 0 0 0 149 0 0 0 20 0 22 0 340498909 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788406012976 139788507788024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2037] ppid=2015 vsize=2966184 CPUtime=1.49 cores=0,2,4,6
/proc/2017/task/2037/stat : 2037 (java) R 2015 2017 32179 0 -1 4202560 62 0 0 0 149 0 0 0 20 0 22 0 340498909 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788404961264 139788508226949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2038] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2038/stat : 2038 (java) S 2015 2017 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340498910 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788403909928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2039] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2039/stat : 2039 (java) S 2015 2017 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340498910 3037372416 136676 33554432000 1073741824 1073778376 140734023769232 139788402857384 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 2966184

[startup+6.30074 s]
/proc/loadavg: 2.36 0.83 1.34 5/219 2039
/proc/meminfo: memFree=26839044/32873648 swapFree=7116/7116
[pid=2017] ppid=2015 vsize=2966184 CPUtime=13.94 cores=0,2,4,6
/proc/2017/stat : 2017 (java) S 2015 2017 32179 0 -1 4202496 21066 0 1 0 1362 32 0 0 20 0 22 0 340498766 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 140734023760368 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2017/statm: 741546 150301 2268 9 0 732240 0
[pid=2017/tid=2019] ppid=2015 vsize=2966184 CPUtime=1.32 cores=0,2,4,6
/proc/2017/task/2019/stat : 2019 (java) S 2015 2017 32179 0 -1 4202560 3024 0 1 0 125 7 0 0 20 0 22 0 340498766 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788567651480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2020] ppid=2015 vsize=2966184 CPUtime=0.2 cores=0,2,4,6
/proc/2017/task/2020/stat : 2020 (java) S 2015 2017 32179 0 -1 4202560 54 0 0 0 17 3 0 0 20 0 22 0 340498767 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788503444392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2021] ppid=2015 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/2017/task/2021/stat : 2021 (java) S 2015 2017 32179 0 -1 4202560 58 0 0 0 19 2 0 0 20 0 22 0 340498767 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788432952360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2022] ppid=2015 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/2017/task/2022/stat : 2022 (java) S 2015 2017 32179 0 -1 4202560 53 0 0 0 15 3 0 0 20 0 22 0 340498767 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788431899304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2023] ppid=2015 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/2017/task/2023/stat : 2023 (java) S 2015 2017 32179 0 -1 4202560 58 0 0 0 18 3 0 0 20 0 22 0 340498767 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788430846760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2024] ppid=2015 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/2017/task/2024/stat : 2024 (java) S 2015 2017 32179 0 -1 4202560 41 0 0 0 19 2 0 0 20 0 22 0 340498767 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788429793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2025] ppid=2015 vsize=2966184 CPUtime=0.17 cores=0,2,4,6
/proc/2017/task/2025/stat : 2025 (java) S 2015 2017 32179 0 -1 4202560 42 0 0 0 15 2 0 0 20 0 22 0 340498767 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788428741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2026] ppid=2015 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/2017/task/2026/stat : 2026 (java) S 2015 2017 32179 0 -1 4202560 80 0 0 0 23 5 0 0 20 0 22 0 340498767 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788427688104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2027] ppid=2015 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/2017/task/2027/stat : 2027 (java) S 2015 2017 32179 0 -1 4202560 91 0 0 0 30 4 0 0 20 0 22 0 340498767 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788426635560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2028] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2028/stat : 2028 (java) S 2015 2017 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788414438248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2029] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2029/stat : 2029 (java) S 2015 2017 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788413384568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2030] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2030/stat : 2030 (java) S 2015 2017 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788412331400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2031] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2031/stat : 2031 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788411280144 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2032] ppid=2015 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/2017/task/2032/stat : 2032 (java) S 2015 2017 32179 0 -1 4202560 10762 0 0 0 89 2 0 0 20 0 22 0 340498771 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788410227000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2033] ppid=2015 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/2017/task/2033/stat : 2033 (java) S 2015 2017 32179 0 -1 4202560 5498 0 0 0 85 2 0 0 20 0 22 0 340498771 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788409174456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2034] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2034/stat : 2034 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788408121592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2035] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2035/stat : 2035 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788407069256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2036] ppid=2015 vsize=2966184 CPUtime=4.43 cores=0,2,4,6
/proc/2017/task/2036/stat : 2036 (java) R 2015 2017 32179 0 -1 4202560 44 0 0 0 443 0 0 0 20 0 22 0 340498909 3037372416 150301 33554432000 1073741824 1073778376 140734023769232 139788406013808 139788508227647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0

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

/proc/2017/statm: 741546 186213 2284 9 0 732240 0
[pid=2017/tid=2019] ppid=2015 vsize=2966184 CPUtime=1.34 cores=0,2,4,6
/proc/2017/task/2019/stat : 2019 (java) S 2015 2017 32179 0 -1 4202560 3044 0 1 0 126 8 0 0 20 0 22 0 340498766 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788567651480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2020] ppid=2015 vsize=2966184 CPUtime=8.98 cores=0,2,4,6
/proc/2017/task/2020/stat : 2020 (java) S 2015 2017 32179 0 -1 4202560 314 0 0 0 890 8 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788503444392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2021] ppid=2015 vsize=2966184 CPUtime=8.88 cores=0,2,4,6
/proc/2017/task/2021/stat : 2021 (java) S 2015 2017 32179 0 -1 4202560 320 0 0 0 879 9 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788432952360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2022] ppid=2015 vsize=2966184 CPUtime=9.11 cores=0,2,4,6
/proc/2017/task/2022/stat : 2022 (java) S 2015 2017 32179 0 -1 4202560 315 0 0 0 904 7 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788431899304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2023] ppid=2015 vsize=2966184 CPUtime=9.06 cores=0,2,4,6
/proc/2017/task/2023/stat : 2023 (java) S 2015 2017 32179 0 -1 4202560 323 0 0 0 897 9 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788430846760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2024] ppid=2015 vsize=2966184 CPUtime=9.28 cores=0,2,4,6
/proc/2017/task/2024/stat : 2024 (java) S 2015 2017 32179 0 -1 4202560 299 0 0 0 922 6 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788429793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2025] ppid=2015 vsize=2966184 CPUtime=9.23 cores=0,2,4,6
/proc/2017/task/2025/stat : 2025 (java) S 2015 2017 32179 0 -1 4202560 303 0 0 0 917 6 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788428741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2026] ppid=2015 vsize=2966184 CPUtime=9.06 cores=0,2,4,6
/proc/2017/task/2026/stat : 2026 (java) S 2015 2017 32179 0 -1 4202560 340 0 0 0 897 9 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788427688104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2027] ppid=2015 vsize=2966184 CPUtime=8.91 cores=0,2,4,6
/proc/2017/task/2027/stat : 2027 (java) S 2015 2017 32179 0 -1 4202560 353 0 0 0 882 9 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788426635560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2028] ppid=2015 vsize=2966184 CPUtime=4.69 cores=0,2,4,6
/proc/2017/task/2028/stat : 2028 (java) S 2015 2017 32179 0 -1 4202560 37091 0 0 0 420 49 0 0 20 0 22 0 340498768 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788414438248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2029] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2029/stat : 2029 (java) S 2015 2017 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788413384568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2030] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2030/stat : 2030 (java) S 2015 2017 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788412331400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2031] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2031/stat : 2031 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788411280144 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2032] ppid=2015 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/2017/task/2032/stat : 2032 (java) S 2015 2017 32179 0 -1 4202560 10811 0 0 0 129 2 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788410227000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2033] ppid=2015 vsize=2966184 CPUtime=1.66 cores=0,2,4,6
/proc/2017/task/2033/stat : 2033 (java) S 2015 2017 32179 0 -1 4202560 10627 0 0 0 163 3 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788409174456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2034] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2034/stat : 2034 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788408121592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2035] ppid=2015 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/2017/task/2035/stat : 2035 (java) S 2015 2017 32179 0 -1 4202560 47 0 0 0 15 15 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788407069256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2036] ppid=2015 vsize=2966184 CPUtime=794.08 cores=0,2,4,6
/proc/2017/task/2036/stat : 2036 (java) R 2015 2017 32179 0 -1 4202560 454 0 0 0 79394 14 0 0 20 0 22 0 340498909 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788406013904 139788508248292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2037] ppid=2015 vsize=2966184 CPUtime=794.18 cores=0,2,4,6
/proc/2017/task/2037/stat : 2037 (java) R 2015 2017 32179 0 -1 4202560 473 0 0 0 79403 15 0 0 20 0 22 0 340498909 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788404960432 139788507977144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2038] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2038/stat : 2038 (java) S 2015 2017 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340498910 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788403909928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2039] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2039/stat : 2039 (java) S 2015 2017 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340498910 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788402857384 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1674.11
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.58 3.56 2.80 5/220 2120
/proc/meminfo: memFree=26904476/32873648 swapFree=7116/7116
[pid=2017] ppid=2015 vsize=2966184 CPUtime=1796.64 cores=0,2,4,6
/proc/2017/stat : 2017 (java) S 2015 2017 32179 0 -1 4202496 69283 0 1 0 179516 148 0 0 20 0 22 0 340498766 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 140734023760368 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2017/statm: 741546 186213 2284 9 0 732240 0
[pid=2017/tid=2019] ppid=2015 vsize=2966184 CPUtime=1.34 cores=0,2,4,6
/proc/2017/task/2019/stat : 2019 (java) S 2015 2017 32179 0 -1 4202560 3045 0 1 0 126 8 0 0 20 0 22 0 340498766 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788567651480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2020] ppid=2015 vsize=2966184 CPUtime=9.85 cores=0,2,4,6
/proc/2017/task/2020/stat : 2020 (java) S 2015 2017 32179 0 -1 4202560 314 0 0 0 977 8 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788503444392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2021] ppid=2015 vsize=2966184 CPUtime=9.68 cores=0,2,4,6
/proc/2017/task/2021/stat : 2021 (java) S 2015 2017 32179 0 -1 4202560 320 0 0 0 959 9 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788432952360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2022] ppid=2015 vsize=2966184 CPUtime=9.87 cores=0,2,4,6
/proc/2017/task/2022/stat : 2022 (java) S 2015 2017 32179 0 -1 4202560 315 0 0 0 980 7 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788431899304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2023] ppid=2015 vsize=2966184 CPUtime=9.75 cores=0,2,4,6
/proc/2017/task/2023/stat : 2023 (java) S 2015 2017 32179 0 -1 4202560 323 0 0 0 965 10 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788430846760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2024] ppid=2015 vsize=2966184 CPUtime=10.1 cores=0,2,4,6
/proc/2017/task/2024/stat : 2024 (java) S 2015 2017 32179 0 -1 4202560 299 0 0 0 1004 6 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788429793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2025] ppid=2015 vsize=2966184 CPUtime=9.94 cores=0,2,4,6
/proc/2017/task/2025/stat : 2025 (java) S 2015 2017 32179 0 -1 4202560 303 0 0 0 988 6 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788428741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2026] ppid=2015 vsize=2966184 CPUtime=9.77 cores=0,2,4,6
/proc/2017/task/2026/stat : 2026 (java) S 2015 2017 32179 0 -1 4202560 340 0 0 0 968 9 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788427688104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2027] ppid=2015 vsize=2966184 CPUtime=9.72 cores=0,2,4,6
/proc/2017/task/2027/stat : 2027 (java) S 2015 2017 32179 0 -1 4202560 353 0 0 0 963 9 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788426635560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2028] ppid=2015 vsize=2966184 CPUtime=5.11 cores=0,2,4,6
/proc/2017/task/2028/stat : 2028 (java) S 2015 2017 32179 0 -1 4202560 40008 0 0 0 459 52 0 0 20 0 22 0 340498768 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788414438248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2029] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2029/stat : 2029 (java) S 2015 2017 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788413384568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2030] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2030/stat : 2030 (java) S 2015 2017 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788412331400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2031] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2031/stat : 2031 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788411280144 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2032] ppid=2015 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/2017/task/2032/stat : 2032 (java) S 2015 2017 32179 0 -1 4202560 10811 0 0 0 129 2 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788410227000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2033] ppid=2015 vsize=2966184 CPUtime=1.66 cores=0,2,4,6
/proc/2017/task/2033/stat : 2033 (java) S 2015 2017 32179 0 -1 4202560 10627 0 0 0 163 3 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788409174456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2034] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2034/stat : 2034 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788408121592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2035] ppid=2015 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/2017/task/2035/stat : 2035 (java) S 2015 2017 32179 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788407069256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2036] ppid=2015 vsize=2966184 CPUtime=851.87 cores=0,2,4,6
/proc/2017/task/2036/stat : 2036 (java) R 2015 2017 32179 0 -1 4202560 480 0 0 0 85173 14 0 0 20 0 22 0 340498909 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788406013792 139788508227040 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2037] ppid=2015 vsize=2966184 CPUtime=851.95 cores=0,2,4,6
/proc/2017/task/2037/stat : 2037 (java) R 2015 2017 32179 0 -1 4202560 506 0 0 0 85180 15 0 0 20 0 22 0 340498909 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788404960368 139788507977144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2038] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2038/stat : 2038 (java) S 2015 2017 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340498910 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788403909928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2039] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2039/stat : 2039 (java) S 2015 2017 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340498910 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788402857384 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1796.64
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+884.001 s]
/proc/loadavg: 3.61 3.56 2.81 5/220 2120
/proc/meminfo: memFree=26902304/32873648 swapFree=7116/7116
[pid=2017] ppid=2015 vsize=2966184 CPUtime=1800.17 cores=0,2,4,6
/proc/2017/stat : 2017 (java) S 2015 2017 32179 0 -1 4202496 69285 0 1 0 179868 149 0 0 20 0 22 0 340498766 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 140734023760368 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2017/statm: 741546 186213 2284 9 0 732240 0
[pid=2017/tid=2019] ppid=2015 vsize=2966184 CPUtime=1.34 cores=0,2,4,6
/proc/2017/task/2019/stat : 2019 (java) S 2015 2017 32179 0 -1 4202560 3045 0 1 0 126 8 0 0 20 0 22 0 340498766 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788567651480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2020] ppid=2015 vsize=2966184 CPUtime=9.88 cores=0,2,4,6
/proc/2017/task/2020/stat : 2020 (java) S 2015 2017 32179 0 -1 4202560 314 0 0 0 980 8 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788503444392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2021] ppid=2015 vsize=2966184 CPUtime=9.69 cores=0,2,4,6
/proc/2017/task/2021/stat : 2021 (java) S 2015 2017 32179 0 -1 4202560 320 0 0 0 960 9 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788432952360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2022] ppid=2015 vsize=2966184 CPUtime=9.89 cores=0,2,4,6
/proc/2017/task/2022/stat : 2022 (java) S 2015 2017 32179 0 -1 4202560 315 0 0 0 982 7 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788431899304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2023] ppid=2015 vsize=2966184 CPUtime=9.8 cores=0,2,4,6
/proc/2017/task/2023/stat : 2023 (java) S 2015 2017 32179 0 -1 4202560 323 0 0 0 970 10 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788430846760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2024] ppid=2015 vsize=2966184 CPUtime=10.16 cores=0,2,4,6
/proc/2017/task/2024/stat : 2024 (java) S 2015 2017 32179 0 -1 4202560 299 0 0 0 1010 6 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788429793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2025] ppid=2015 vsize=2966184 CPUtime=9.99 cores=0,2,4,6
/proc/2017/task/2025/stat : 2025 (java) S 2015 2017 32179 0 -1 4202560 303 0 0 0 993 6 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788428741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2026] ppid=2015 vsize=2966184 CPUtime=9.8 cores=0,2,4,6
/proc/2017/task/2026/stat : 2026 (java) S 2015 2017 32179 0 -1 4202560 340 0 0 0 971 9 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788427688104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2027] ppid=2015 vsize=2966184 CPUtime=9.75 cores=0,2,4,6
/proc/2017/task/2027/stat : 2027 (java) S 2015 2017 32179 0 -1 4202560 353 0 0 0 965 10 0 0 20 0 22 0 340498767 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788426635560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2028] ppid=2015 vsize=2966184 CPUtime=5.12 cores=0,2,4,6
/proc/2017/task/2028/stat : 2028 (java) S 2015 2017 32179 0 -1 4202560 40008 0 0 0 460 52 0 0 20 0 22 0 340498768 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788414438248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2029] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2029/stat : 2029 (java) S 2015 2017 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788413384568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2030] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2030/stat : 2030 (java) S 2015 2017 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340498768 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788412331400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2031] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2031/stat : 2031 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788411280144 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2032] ppid=2015 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/2017/task/2032/stat : 2032 (java) S 2015 2017 32179 0 -1 4202560 10811 0 0 0 129 2 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788410227000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2033] ppid=2015 vsize=2966184 CPUtime=1.66 cores=0,2,4,6
/proc/2017/task/2033/stat : 2033 (java) S 2015 2017 32179 0 -1 4202560 10627 0 0 0 163 3 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788409174456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2017/tid=2034] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2034/stat : 2034 (java) S 2015 2017 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788408121592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2035] ppid=2015 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/2017/task/2035/stat : 2035 (java) S 2015 2017 32179 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 340498771 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788407069256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2036] ppid=2015 vsize=2966184 CPUtime=853.5 cores=0,2,4,6
/proc/2017/task/2036/stat : 2036 (java) R 2015 2017 32179 0 -1 4202560 480 0 0 0 85336 14 0 0 20 0 22 0 340498909 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788406013096 139788508227714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2017/tid=2037] ppid=2015 vsize=2966184 CPUtime=853.59 cores=0,2,4,6
/proc/2017/task/2037/stat : 2037 (java) R 2015 2017 32179 0 -1 4202560 508 0 0 0 85344 15 0 0 20 0 22 0 340498909 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788404961264 139788508227647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2017/tid=2038] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2038/stat : 2038 (java) S 2015 2017 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340498910 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788403909928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2017/tid=2039] ppid=2015 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/2017/task/2039/stat : 2039 (java) S 2015 2017 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340498910 3037372416 186213 33554432000 1073741824 1073778376 140734023769232 139788402857384 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2017 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=210238
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=910709
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 884.035
CPU time (s): 1800.17
CPU user time (s): 1798.68
CPU system time (s): 1.49
CPU usage (%): 203.631
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 1.91071
maximum resident set size= 756568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69318
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45887
involuntary context switches= 116295

runsolver used 3.02154 second user time and 8.14476 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 19:15:33
IDJOB=3733874
IDBENCH=2630
IDSOLVER=2324
FILE ID=node123/3733874-1338743733
RUNJOBID= node123-1338737887-32195
PBS_JOBID= 14636768
Free space on /tmp= 71300 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_18.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733874-1338743733/watcher-3733874-1338743733 -o /tmp/evaluation-result-3733874-1338743733/solver-3733874-1338743733 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733874-1338743733.opb

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=949763020

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27380296 kB
Buffers:         1800920 kB
Cached:          2244072 kB
SwapCached:         2268 kB
Active:          2688168 kB
Inactive:        1902352 kB
Active(anon):     537980 kB
Inactive(anon):     5504 kB
Active(file):    2150188 kB
Inactive(file):  1896848 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              5652 kB
Writeback:             0 kB
AnonPages:        656716 kB
Mapped:            18552 kB
Shmem:                 0 kB
Slab:             751260 kB
SReclaimable:     194224 kB
SUnreclaim:       557036 kB
KernelStack:        1800 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node123 at 2012-06-03 19:30:19