Trace number 3740930

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.06 994.572

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-180.opb
MD5SUM8c3fe83338b70253b33b876e52e7c579
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables311827
Total number of constraints7317246
Number of constraints which are clauses6573583
Number of constraints which are cardinality constraints (but not clauses)22922
Number of constraints which are nor clauses,nor cardinality constraints720741
Minimum length of a constraint2
Maximum length of a constraint2457
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.1.v20110525
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.11	c Free memory 		9996466904
0.06/0.11	c Max memory 		10048897024
0.06/0.11	c Total memory 		10048897024
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3740930-1338749478.opb
0.06/0.13	c reading problem ... 
76.95/57.60	c ... done. Wall clock time 57.472s.
76.95/57.60	c #vars     311827
76.95/57.60	c #constraints  7328728
76.95/57.60	c constraints type 
76.95/57.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5056719
76.95/57.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
76.95/57.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
76.95/57.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 720741
76.95/57.60	c constraints type 
76.95/57.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1528345
76.95/57.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5056719
76.95/57.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22923
76.95/57.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 720741
105.63/70.73	c cleaning 0 clauses out of 5000 with flag 0/5000
134.58/87.49	c cleaning 2493 clauses out of 5000 with flag 5000/5000
145.00/95.07	c cleaning 0 clauses out of 11000 with flag 0/11000
181.87/115.68	c cleaning 4236 clauses out of 8507 with flag 11000/11000
194.36/125.80	c cleaning 0 clauses out of 18000 with flag 0/18000
245.76/153.72	c cleaning 0 clauses out of 26000 with flag 0/26000
275.98/171.10	c cleaning 5617 clauses out of 11274 with flag 18003/18003
320.49/195.77	c cleaning 0 clauses out of 35000 with flag 0/35000
333.73/206.06	c cleaning 6808 clauses out of 13654 with flag 26000/26000
401.05/241.90	c cleaning 0 clauses out of 45000 with flag 0/45000
426.23/256.87	c cleaning 7892 clauses out of 15848 with flag 35002/35002
493.73/292.84	c cleaning 0 clauses out of 56000 with flag 0/56000
528.96/314.01	c cleaning 8926 clauses out of 17956 with flag 45002/45002
608.60/356.24	c cleaning 0 clauses out of 68000 with flag 0/68000
640.18/374.35	c cleaning 9982 clauses out of 20028 with flag 56000/56000
725.90/419.47	c cleaning 0 clauses out of 81000 with flag 0/81000
748.65/434.78	c cleaning 11009 clauses out of 22047 with flag 68001/68001
851.76/488.58	c cleaning 12005 clauses out of 24038 with flag 81001/81001
891.24/510.74	c cleaning 0 clauses out of 95001 with flag 0/95001
973.81/554.50	c cleaning 13000 clauses out of 26032 with flag 95000/95000
1080.76/611.68	c cleaning 0 clauses out of 110001 with flag 0/110001
1097.77/622.57	c cleaning 14006 clauses out of 28032 with flag 110000/110000
1219.67/685.74	c cleaning 14992 clauses out of 30026 with flag 126000/126000
1275.11/715.75	c cleaning 0 clauses out of 126001 with flag 0/126001
1345.07/754.31	c cleaning 15989 clauses out of 32035 with flag 143001/143001
1458.00/813.01	c cleaning 17000 clauses out of 34045 with flag 161000/161000
1502.11/837.40	c cleaning 0 clauses out of 143000 with flag 0/143000
1622.04/899.60	c cleaning 18000 clauses out of 36045 with flag 180000/180000
1747.40/965.82	c cleaning 0 clauses out of 161002 with flag 0/161002
1800.06/994.52	c starts		: 117
1800.06/994.52	c conflicts		: 192655
1800.06/994.52	c decisions		: 2550062
1800.06/994.52	c propagations		: 1310749500
1800.06/994.52	c inspects		: 4321678687
1800.06/994.52	c shortcuts		: 0
1800.06/994.52	c learnt literals	: 0
1800.06/994.52	c learnt binary clauses	: 146
1800.06/994.52	c learnt ternary clauses	: 133
1800.06/994.52	c learnt constraints	: 192655
1800.06/994.52	c ignored constraints	: 0
1800.06/994.52	c root simplifications	: 0
1800.06/994.52	c removed literals (reason simplification)	: 4132561
1800.06/994.52	c reason swapping (by a shorter reason)	: 0
1800.06/994.52	c Calls to reduceDB	: 15
1800.06/994.52	c number of reductions to clauses (during analyze)	: 0
1800.06/994.52	c number of learned constraints concerned by reduction	: 0
1800.06/994.52	c number of learning phase by resolution	: 0
1800.06/994.52	c number of learning phase by cutting planes	: 0
1800.06/994.52	c speed (assignments/second)	: 1399011.7524503395
1800.06/994.52	c non guided choices	1487279
1800.06/994.53	c learnt constraints type 
1800.06/994.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 146
1800.06/994.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30557
1800.06/994.53	c constraints type 
1800.06/994.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5056719
1800.06/994.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
1800.06/994.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
1800.06/994.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 720741
1800.06/994.53	c constraints type 
1800.06/994.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1528345
1800.06/994.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5056719
1800.06/994.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22923
1800.06/994.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 720741
1800.06/994.53	s UNKNOWN
1800.06/994.53	c Total wall clock time (in seconds): 994.402

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

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

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


[startup+0 s]
/proc/loadavg: 3.88 2.55 1.82 4/195 2107
/proc/meminfo: memFree=24087036/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/2107/stat : 2107 (java) D 2105 2107 1918 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 341074150 2560000 46 33554432000 1073741824 1073778376 140736073583632 140736073580760 252253924647 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/2107/statm: 625 46 37 9 0 29 0

[startup+0.100774 s]
/proc/loadavg: 3.88 2.55 1.82 4/195 2107
/proc/meminfo: memFree=24087036/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/2107/stat : 2107 (java) S 2105 2107 1918 0 -1 4202496 4475 0 1 0 5 1 0 0 20 0 18 0 341074150 11864465408 12839 33554432000 1073741824 1073778376 140733898112976 140733898104112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2107/statm: 2896598 12839 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.200206 s]
/proc/loadavg: 3.88 2.55 1.82 4/195 2107
/proc/meminfo: memFree=24087036/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=11586392 CPUtime=0.21 cores=0,2,4,6
/proc/2107/stat : 2107 (java) S 2105 2107 1918 0 -1 4202496 5578 0 1 0 19 2 0 0 20 0 18 0 341074150 11864465408 21532 33554432000 1073741824 1073778376 140733898112976 140733898104112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2107/statm: 2896598 21532 2187 9 0 2887285 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 11586392

[startup+0.300205 s]
/proc/loadavg: 3.88 2.55 1.82 4/195 2107
/proc/meminfo: memFree=24087036/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=11586392 CPUtime=0.43 cores=0,2,4,6
/proc/2107/stat : 2107 (java) S 2105 2107 1918 0 -1 4202496 6284 0 1 0 41 2 0 0 20 0 18 0 341074150 11864465408 24551 33554432000 1073741824 1073778376 140733898112976 140733898104112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2107/statm: 2896598 24551 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 11586392

[startup+0.700282 s]
/proc/loadavg: 3.88 2.55 1.82 4/195 2107
/proc/meminfo: memFree=24087036/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=11586392 CPUtime=1.23 cores=0,2,4,6
/proc/2107/stat : 2107 (java) S 2105 2107 1918 0 -1 4202496 10123 0 1 0 115 8 0 0 20 0 18 0 341074150 11864465408 115406 33554432000 1073741824 1073778376 140733898112976 140733898104112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2107/statm: 2896598 115406 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 11586392

[startup+1.50075 s]
/proc/loadavg: 3.97 2.59 1.84 4/213 2125
/proc/meminfo: memFree=23107776/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=11586392 CPUtime=2.13 cores=0,2,4,6
/proc/2107/stat : 2107 (java) S 2105 2107 1918 0 -1 4202496 10646 0 1 0 189 24 0 0 20 0 18 0 341074150 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140733898104112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2107/statm: 2896598 376028 2238 9 0 2887285 0
[pid=2107/tid=2109] ppid=2105 vsize=11586392 CPUtime=1.45 cores=0,2,4,6
/proc/2107/task/2109/stat : 2109 (java) R 2105 2107 1918 0 -1 4202560 4074 0 1 0 123 22 0 0 20 0 18 0 341074152 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581390491616 140581330691885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2110] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2110/stat : 2110 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074154 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581329230504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2111] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2111/stat : 2111 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074154 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581328177960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2112] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2112/stat : 2112 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074154 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581327125416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2113] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2113/stat : 2113 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074154 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581224606760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2114] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2114/stat : 2114 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074154 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581223553192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2115] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2115/stat : 2115 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074154 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581222500648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2116] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2116/stat : 2116 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074154 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581221448104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2117] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2117/stat : 2117 (java) S 2105 2107 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341074154 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581220395560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2118] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2118/stat : 2118 (java) S 2105 2107 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341074156 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581207984744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2119] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2119/stat : 2119 (java) S 2105 2107 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341074156 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581206931064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2120] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2120/stat : 2120 (java) S 2105 2107 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341074156 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581205878408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2121] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2121/stat : 2121 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074159 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581204827152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2122] ppid=2105 vsize=11586392 CPUtime=0.32 cores=0,2,4,6
/proc/2107/task/2122/stat : 2122 (java) S 2105 2107 1918 0 -1 4202560 1927 0 0 0 32 0 0 0 20 0 18 0 341074159 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581203773496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2123] ppid=2105 vsize=11586392 CPUtime=0.31 cores=0,2,4,6
/proc/2107/task/2123/stat : 2123 (java) S 2105 2107 1918 0 -1 4202560 3463 0 0 0 31 0 0 0 20 0 18 0 341074159 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581202720952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2124] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2124/stat : 2124 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074159 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581201668600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2125] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2125/stat : 2125 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074159 11864465408 376028 33554432000 1073741824 1073778376 140733898112976 140581200616264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 11586392

[startup+3.10079 s]
/proc/loadavg: 3.97 2.59 1.84 4/213 2125
/proc/meminfo: memFree=21695712/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=11586392 CPUtime=4.04 cores=0,2,4,6
/proc/2107/stat : 2107 (java) S 2105 2107 1918 0 -1 4202496 11334 0 1 0 352 52 0 0 20 0 18 0 341074150 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140733898104112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2107/statm: 2896598 672498 2254 9 0 2887285 0
[pid=2107/tid=2109] ppid=2105 vsize=11586392 CPUtime=2.95 cores=0,2,4,6
/proc/2107/task/2109/stat : 2109 (java) R 2105 2107 1918 0 -1 4202560 4624 0 1 0 252 43 0 0 20 0 18 0 341074152 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581390498824 140581330691027 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2110] ppid=2105 vsize=11586392 CPUtime=0.02 cores=0,2,4,6
/proc/2107/task/2110/stat : 2110 (java) S 2105 2107 1918 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 18 0 341074154 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581329230504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2111] ppid=2105 vsize=11586392 CPUtime=0.03 cores=0,2,4,6
/proc/2107/task/2111/stat : 2111 (java) S 2105 2107 1918 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 18 0 341074154 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581328177960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2112] ppid=2105 vsize=11586392 CPUtime=0.03 cores=0,2,4,6
/proc/2107/task/2112/stat : 2112 (java) S 2105 2107 1918 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 341074154 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581327125416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2113] ppid=2105 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/2107/task/2113/stat : 2113 (java) S 2105 2107 1918 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 18 0 341074154 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581224606760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2114] ppid=2105 vsize=11586392 CPUtime=0.03 cores=0,2,4,6
/proc/2107/task/2114/stat : 2114 (java) S 2105 2107 1918 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 18 0 341074154 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581223553192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2115] ppid=2105 vsize=11586392 CPUtime=0.03 cores=0,2,4,6
/proc/2107/task/2115/stat : 2115 (java) S 2105 2107 1918 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 341074154 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581222500648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2116] ppid=2105 vsize=11586392 CPUtime=0.02 cores=0,2,4,6
/proc/2107/task/2116/stat : 2116 (java) S 2105 2107 1918 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 341074154 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581221448104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2117] ppid=2105 vsize=11586392 CPUtime=0.02 cores=0,2,4,6
/proc/2107/task/2117/stat : 2117 (java) S 2105 2107 1918 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 341074154 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581220395560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2118] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2118/stat : 2118 (java) S 2105 2107 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341074156 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581207984744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2119] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2119/stat : 2119 (java) S 2105 2107 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341074156 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581206931064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2120] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2120/stat : 2120 (java) S 2105 2107 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341074156 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581205878408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2121] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2121/stat : 2121 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074159 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581204827152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2122] ppid=2105 vsize=11586392 CPUtime=0.35 cores=0,2,4,6
/proc/2107/task/2122/stat : 2122 (java) S 2105 2107 1918 0 -1 4202560 1927 0 0 0 35 0 0 0 20 0 18 0 341074159 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581203773496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2123] ppid=2105 vsize=11586392 CPUtime=0.33 cores=0,2,4,6
/proc/2107/task/2123/stat : 2123 (java) S 2105 2107 1918 0 -1 4202560 3463 0 0 0 32 1 0 0 20 0 18 0 341074159 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581202720952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2124] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2124/stat : 2124 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074159 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581201668600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2125] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2125/stat : 2125 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074159 11864465408 672498 33554432000 1073741824 1073778376 140733898112976 140581200616264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 11586392

[startup+6.30078 s]
/proc/loadavg: 3.97 2.59 1.84 4/213 2125
/proc/meminfo: memFree=21287532/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=11586392 CPUtime=8.29 cores=0,2,4,6
/proc/2107/stat : 2107 (java) S 2105 2107 1918 0 -1 4202496 11780 0 1 0 741 88 0 0 20 0 18 0 341074150 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140733898104112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2107/statm: 2896598 729131 2254 9 0 2887285 0
[pid=2107/tid=2109] ppid=2105 vsize=11586392 CPUtime=5.79 cores=0,2,4,6
/proc/2107/task/2109/stat : 2109 (java) R 2105 2107 1918 0 -1 4202560 4627 0 1 0 536 43 0 0 20 0 18 0 341074152 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581390491616 140581330598368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2110] ppid=2105 vsize=11586392 CPUtime=0.19 cores=0,2,4,6
/proc/2107/task/2110/stat : 2110 (java) S 2105 2107 1918 0 -1 4202560 74 0 0 0 13 6 0 0 20 0 18 0 341074154 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581329230504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2111] ppid=2105 vsize=11586392 CPUtime=0.15 cores=0,2,4,6
/proc/2107/task/2111/stat : 2111 (java) S 2105 2107 1918 0 -1 4202560 50 0 0 0 11 4 0 0 20 0 18 0 341074154 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581328177960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2112] ppid=2105 vsize=11586392 CPUtime=0.2 cores=0,2,4,6
/proc/2107/task/2112/stat : 2112 (java) S 2105 2107 1918 0 -1 4202560 72 0 0 0 14 6 0 0 20 0 18 0 341074154 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581327125416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2113] ppid=2105 vsize=11586392 CPUtime=0.32 cores=0,2,4,6
/proc/2107/task/2113/stat : 2113 (java) S 2105 2107 1918 0 -1 4202560 107 0 0 0 25 7 0 0 20 0 18 0 341074154 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581224606760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2114] ppid=2105 vsize=11586392 CPUtime=0.15 cores=0,2,4,6
/proc/2107/task/2114/stat : 2114 (java) S 2105 2107 1918 0 -1 4202560 56 0 0 0 10 5 0 0 20 0 18 0 341074154 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581223553192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2115] ppid=2105 vsize=11586392 CPUtime=0.25 cores=0,2,4,6
/proc/2107/task/2115/stat : 2115 (java) S 2105 2107 1918 0 -1 4202560 89 0 0 0 18 7 0 0 20 0 18 0 341074154 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581222500648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2116] ppid=2105 vsize=11586392 CPUtime=0.2 cores=0,2,4,6
/proc/2107/task/2116/stat : 2116 (java) S 2105 2107 1918 0 -1 4202560 70 0 0 0 15 5 0 0 20 0 18 0 341074154 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581221448104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2117] ppid=2105 vsize=11586392 CPUtime=0.19 cores=0,2,4,6
/proc/2107/task/2117/stat : 2117 (java) S 2105 2107 1918 0 -1 4202560 66 0 0 0 15 4 0 0 20 0 18 0 341074154 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581220395560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2118] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2118/stat : 2118 (java) S 2105 2107 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341074156 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581207984744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2119] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2119/stat : 2119 (java) S 2105 2107 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341074156 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581206931064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2120] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2120/stat : 2120 (java) S 2105 2107 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341074156 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581205878408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2121] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2121/stat : 2121 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074159 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581204827152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2122] ppid=2105 vsize=11586392 CPUtime=0.35 cores=0,2,4,6
/proc/2107/task/2122/stat : 2122 (java) S 2105 2107 1918 0 -1 4202560 1927 0 0 0 35 0 0 0 20 0 18 0 341074159 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581203773496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2123] ppid=2105 vsize=11586392 CPUtime=0.33 cores=0,2,4,6
/proc/2107/task/2123/stat : 2123 (java) S 2105 2107 1918 0 -1 4202560 3463 0 0 0 32 1 0 0 20 0 18 0 341074159 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581202720952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2124] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2124/stat : 2124 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074159 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581201668600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2125] ppid=2105 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2125/stat : 2125 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341074159 11864465408 729131 33554432000 1073741824 1073778376 140733898112976 140581200616264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 11586392

[startup+12.7008 s]
/proc/loadavg: 3.82 2.61 1.85 7/213 2125
/proc/meminfo: memFree=20772500/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=11586392 CPUtime=17.32 cores=0,2,4,6
/proc/2107/stat : 2107 (java) S 2105 2107 1918 0 -1 4202496 12628 0 1 0 1574 158 0 0 20 0 18 0 341074150 11864465408 831553 33554432000 1073741824 1073778376 140733898112976 140733898104112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2107/statm: 2896598 831553 2254 9 0 2887285 0
[pid=2107/tid=2109] ppid=2105 vsize=11586392 CPUtime=11.29 cores=0,2,4,6

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

/proc/2107/statm: 2963162 1405387 2289 9 0 2953849 0
[pid=2107/tid=2109] ppid=2105 vsize=11852648 CPUtime=51.08 cores=0,2,4,6
/proc/2107/task/2109/stat : 2109 (java) S 2105 2107 1918 0 -1 4202560 4680 0 1 0 5055 53 0 0 20 0 22 0 341074152 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581390501016 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2110] ppid=2105 vsize=11852648 CPUtime=5.23 cores=0,2,4,6
/proc/2107/task/2110/stat : 2110 (java) S 2105 2107 1918 0 -1 4202560 1109 0 0 0 480 43 0 0 20 0 22 0 341074154 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581329230504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2111] ppid=2105 vsize=11852648 CPUtime=4.72 cores=0,2,4,6
/proc/2107/task/2111/stat : 2111 (java) S 2105 2107 1918 0 -1 4202560 1355 0 0 0 433 39 0 0 20 0 22 0 341074154 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581328177960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2112] ppid=2105 vsize=11852648 CPUtime=4.4 cores=0,2,4,6
/proc/2107/task/2112/stat : 2112 (java) S 2105 2107 1918 0 -1 4202560 1017 0 0 0 404 36 0 0 20 0 22 0 341074154 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581327125416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2113] ppid=2105 vsize=11852648 CPUtime=4.97 cores=0,2,4,6
/proc/2107/task/2113/stat : 2113 (java) S 2105 2107 1918 0 -1 4202560 1043 0 0 0 453 44 0 0 20 0 22 0 341074154 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581224606760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2114] ppid=2105 vsize=11852648 CPUtime=5.09 cores=0,2,4,6
/proc/2107/task/2114/stat : 2114 (java) S 2105 2107 1918 0 -1 4202560 1088 0 0 0 466 43 0 0 20 0 22 0 341074154 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581223553192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2115] ppid=2105 vsize=11852648 CPUtime=5.05 cores=0,2,4,6
/proc/2107/task/2115/stat : 2115 (java) S 2105 2107 1918 0 -1 4202560 1162 0 0 0 463 42 0 0 20 0 22 0 341074154 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581222500648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2116] ppid=2105 vsize=11852648 CPUtime=4.73 cores=0,2,4,6
/proc/2107/task/2116/stat : 2116 (java) S 2105 2107 1918 0 -1 4202560 924 0 0 0 438 35 0 0 20 0 22 0 341074154 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581221448104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2117] ppid=2105 vsize=11852648 CPUtime=4.36 cores=0,2,4,6
/proc/2107/task/2117/stat : 2117 (java) S 2105 2107 1918 0 -1 4202560 992 0 0 0 401 35 0 0 20 0 22 0 341074154 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581220395560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2118] ppid=2105 vsize=11852648 CPUtime=146.19 cores=0,2,4,6
/proc/2107/task/2118/stat : 2118 (java) S 2105 2107 1918 0 -1 4202560 41547 0 0 0 14606 13 0 0 20 0 22 0 341074156 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581207984744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2119] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2119/stat : 2119 (java) S 2105 2107 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341074156 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581206931064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2120] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2120/stat : 2120 (java) S 2105 2107 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341074156 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581205878408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2121] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2121/stat : 2121 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341074159 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581204827152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2122] ppid=2105 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/2107/task/2122/stat : 2122 (java) S 2105 2107 1918 0 -1 4202560 7210 0 0 0 150 2 0 0 20 0 22 0 341074159 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581203773496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2123] ppid=2105 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/2107/task/2123/stat : 2123 (java) S 2105 2107 1918 0 -1 4202560 4100 0 0 0 89 1 0 0 20 0 22 0 341074159 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581202720952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2124] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2124/stat : 2124 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341074159 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581201668600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2125] ppid=2105 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/2107/task/2125/stat : 2125 (java) S 2105 2107 1918 0 -1 4202560 50 0 0 0 15 15 0 0 20 0 22 0 341074159 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581200616264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2126] ppid=2105 vsize=11852648 CPUtime=672.48 cores=0,2,4,6
/proc/2107/task/2126/stat : 2126 (java) R 2105 2107 1918 0 -1 4202560 73 0 0 0 67237 11 0 0 20 0 22 0 341079911 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581199560368 140581331372568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2127] ppid=2105 vsize=11852648 CPUtime=672.41 cores=0,2,4,6
/proc/2107/task/2127/stat : 2127 (java) R 2105 2107 1918 0 -1 4202560 142 0 0 0 67230 11 0 0 20 0 22 0 341079911 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581198506800 140581331083539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2128] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2128/stat : 2128 (java) S 2105 2107 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341079917 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581197456936 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2129] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2129/stat : 2129 (java) S 2105 2107 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341079917 12137111552 1405387 33554432000 1073741824 1073778376 140733898112976 140581196404392 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1587.37
Current children cumulated vsize (KiB) 11852648

[startup+942.301 s]
/proc/loadavg: 3.88 3.79 3.07 5/217 2220
/proc/meminfo: memFree=18719168/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=11852648 CPUtime=1700.23 cores=0,2,4,6
/proc/2107/stat : 2107 (java) S 2105 2107 1918 0 -1 4202496 70055 0 1 0 169621 402 0 0 20 0 22 0 341074150 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140733898104112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2107/statm: 2963162 1411016 2289 9 0 2953849 0
[pid=2107/tid=2109] ppid=2105 vsize=11852648 CPUtime=51.09 cores=0,2,4,6
/proc/2107/task/2109/stat : 2109 (java) S 2105 2107 1918 0 -1 4202560 4681 0 1 0 5056 53 0 0 20 0 22 0 341074152 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581390501016 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2110] ppid=2105 vsize=11852648 CPUtime=5.33 cores=0,2,4,6
/proc/2107/task/2110/stat : 2110 (java) S 2105 2107 1918 0 -1 4202560 1117 0 0 0 489 44 0 0 20 0 22 0 341074154 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581329230504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2111] ppid=2105 vsize=11852648 CPUtime=4.81 cores=0,2,4,6
/proc/2107/task/2111/stat : 2111 (java) S 2105 2107 1918 0 -1 4202560 1357 0 0 0 442 39 0 0 20 0 22 0 341074154 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581328177960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2112] ppid=2105 vsize=11852648 CPUtime=4.5 cores=0,2,4,6
/proc/2107/task/2112/stat : 2112 (java) S 2105 2107 1918 0 -1 4202560 1019 0 0 0 414 36 0 0 20 0 22 0 341074154 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581327125416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2113] ppid=2105 vsize=11852648 CPUtime=5.06 cores=0,2,4,6
/proc/2107/task/2113/stat : 2113 (java) S 2105 2107 1918 0 -1 4202560 1044 0 0 0 462 44 0 0 20 0 22 0 341074154 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581224606760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2114] ppid=2105 vsize=11852648 CPUtime=5.19 cores=0,2,4,6
/proc/2107/task/2114/stat : 2114 (java) S 2105 2107 1918 0 -1 4202560 1096 0 0 0 475 44 0 0 20 0 22 0 341074154 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581223553192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2115] ppid=2105 vsize=11852648 CPUtime=5.15 cores=0,2,4,6
/proc/2107/task/2115/stat : 2115 (java) S 2105 2107 1918 0 -1 4202560 1167 0 0 0 473 42 0 0 20 0 22 0 341074154 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581222500648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2116] ppid=2105 vsize=11852648 CPUtime=4.84 cores=0,2,4,6
/proc/2107/task/2116/stat : 2116 (java) S 2105 2107 1918 0 -1 4202560 928 0 0 0 449 35 0 0 20 0 22 0 341074154 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581221448104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2117] ppid=2105 vsize=11852648 CPUtime=4.45 cores=0,2,4,6
/proc/2107/task/2117/stat : 2117 (java) S 2105 2107 1918 0 -1 4202560 993 0 0 0 409 36 0 0 20 0 22 0 341074154 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581220395560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2118] ppid=2105 vsize=11852648 CPUtime=153.64 cores=0,2,4,6
/proc/2107/task/2118/stat : 2118 (java) S 2105 2107 1918 0 -1 4202560 43882 0 0 0 15350 14 0 0 20 0 22 0 341074156 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581207984744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2119] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2119/stat : 2119 (java) S 2105 2107 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341074156 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581206931064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2120] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2120/stat : 2120 (java) S 2105 2107 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341074156 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581205878408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2121] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2121/stat : 2121 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341074159 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581204827152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2122] ppid=2105 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/2107/task/2122/stat : 2122 (java) S 2105 2107 1918 0 -1 4202560 7210 0 0 0 150 2 0 0 20 0 22 0 341074159 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581203773496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2123] ppid=2105 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/2107/task/2123/stat : 2123 (java) S 2105 2107 1918 0 -1 4202560 4100 0 0 0 89 1 0 0 20 0 22 0 341074159 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581202720952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2124] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2124/stat : 2124 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341074159 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581201668600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2125] ppid=2105 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/2107/task/2125/stat : 2125 (java) S 2105 2107 1918 0 -1 4202560 54 0 0 0 16 16 0 0 20 0 22 0 341074159 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581200616264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2126] ppid=2105 vsize=11852648 CPUtime=724.65 cores=0,2,4,6
/proc/2107/task/2126/stat : 2126 (java) R 2105 2107 1918 0 -1 4202560 73 0 0 0 72453 12 0 0 20 0 22 0 341079911 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581199559424 140581331083084 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2127] ppid=2105 vsize=11852648 CPUtime=724.57 cores=0,2,4,6
/proc/2107/task/2127/stat : 2127 (java) R 2105 2107 1918 0 -1 4202560 148 0 0 0 72445 12 0 0 20 0 22 0 341079911 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581198507696 140581331083084 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2128] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2128/stat : 2128 (java) S 2105 2107 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341079917 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581197456936 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2129] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2129/stat : 2129 (java) S 2105 2107 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341079917 12137111552 1411016 33554432000 1073741824 1073778376 140733898112976 140581196404392 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1700.23
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+994.507 s]
/proc/loadavg: 3.89 3.80 3.11 5/217 2220
/proc/meminfo: memFree=18707004/32873852 swapFree=7624/7624
[pid=2107] ppid=2105 vsize=11852648 CPUtime=1800.06 cores=0,2,4,6
/proc/2107/stat : 2107 (java) S 2105 2107 1918 0 -1 4202496 72608 0 1 0 179601 405 0 0 20 0 22 0 341074150 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140733898104112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2107/statm: 2963162 1411019 2289 9 0 2953849 0
[pid=2107/tid=2109] ppid=2105 vsize=11852648 CPUtime=51.09 cores=0,2,4,6
/proc/2107/task/2109/stat : 2109 (java) S 2105 2107 1918 0 -1 4202560 4683 0 1 0 5056 53 0 0 20 0 22 0 341074152 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581390501016 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2110] ppid=2105 vsize=11852648 CPUtime=5.43 cores=0,2,4,6
/proc/2107/task/2110/stat : 2110 (java) S 2105 2107 1918 0 -1 4202560 1117 0 0 0 499 44 0 0 20 0 22 0 341074154 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581329230504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2111] ppid=2105 vsize=11852648 CPUtime=4.92 cores=0,2,4,6
/proc/2107/task/2111/stat : 2111 (java) S 2105 2107 1918 0 -1 4202560 1357 0 0 0 453 39 0 0 20 0 22 0 341074154 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581328177960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2112] ppid=2105 vsize=11852648 CPUtime=4.6 cores=0,2,4,6
/proc/2107/task/2112/stat : 2112 (java) S 2105 2107 1918 0 -1 4202560 1019 0 0 0 423 37 0 0 20 0 22 0 341074154 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581327125416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2113] ppid=2105 vsize=11852648 CPUtime=5.18 cores=0,2,4,6
/proc/2107/task/2113/stat : 2113 (java) S 2105 2107 1918 0 -1 4202560 1044 0 0 0 474 44 0 0 20 0 22 0 341074154 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581224606760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2114] ppid=2105 vsize=11852648 CPUtime=5.27 cores=0,2,4,6
/proc/2107/task/2114/stat : 2114 (java) S 2105 2107 1918 0 -1 4202560 1096 0 0 0 483 44 0 0 20 0 22 0 341074154 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581223553192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2107/tid=2115] ppid=2105 vsize=11852648 CPUtime=5.24 cores=0,2,4,6
/proc/2107/task/2115/stat : 2115 (java) S 2105 2107 1918 0 -1 4202560 1167 0 0 0 482 42 0 0 20 0 22 0 341074154 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581222500648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2116] ppid=2105 vsize=11852648 CPUtime=4.91 cores=0,2,4,6
/proc/2107/task/2116/stat : 2116 (java) S 2105 2107 1918 0 -1 4202560 928 0 0 0 456 35 0 0 20 0 22 0 341074154 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581221448104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2117] ppid=2105 vsize=11852648 CPUtime=4.59 cores=0,2,4,6
/proc/2107/task/2117/stat : 2117 (java) S 2105 2107 1918 0 -1 4202560 993 0 0 0 423 36 0 0 20 0 22 0 341074154 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581220395560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2118] ppid=2105 vsize=11852648 CPUtime=158.59 cores=0,2,4,6
/proc/2107/task/2118/stat : 2118 (java) S 2105 2107 1918 0 -1 4202560 46426 0 0 0 15843 16 0 0 20 0 22 0 341074156 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581207984744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2119] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2119/stat : 2119 (java) S 2105 2107 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341074156 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581206931064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2120] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2120/stat : 2120 (java) S 2105 2107 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341074156 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581205878408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2121] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2121/stat : 2121 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341074159 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581204827152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2122] ppid=2105 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/2107/task/2122/stat : 2122 (java) S 2105 2107 1918 0 -1 4202560 7210 0 0 0 150 2 0 0 20 0 22 0 341074159 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581203773496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2123] ppid=2105 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/2107/task/2123/stat : 2123 (java) S 2105 2107 1918 0 -1 4202560 4100 0 0 0 89 1 0 0 20 0 22 0 341074159 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581202720952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2124] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2124/stat : 2124 (java) S 2105 2107 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341074159 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581201668600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2125] ppid=2105 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/2107/task/2125/stat : 2125 (java) S 2105 2107 1918 0 -1 4202560 56 0 0 0 17 17 0 0 20 0 22 0 341074159 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581200616264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2126] ppid=2105 vsize=11852648 CPUtime=771.56 cores=0,2,4,6
/proc/2107/task/2126/stat : 2126 (java) R 2105 2107 1918 0 -1 4202560 75 0 0 0 77144 12 0 0 20 0 22 0 341079911 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581199560368 140581331083664 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2107/tid=2127] ppid=2105 vsize=11852648 CPUtime=771.49 cores=0,2,4,6
/proc/2107/task/2127/stat : 2127 (java) R 2105 2107 1918 0 -1 4202560 151 0 0 0 77137 12 0 0 20 0 22 0 341079911 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581198506864 140581398264929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2107/tid=2128] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2128/stat : 2128 (java) S 2105 2107 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341079917 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581197456936 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2107/tid=2129] ppid=2105 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2107/task/2129/stat : 2129 (java) S 2105 2107 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341079917 12137111552 1411019 33554432000 1073741824 1073778376 140733898112976 140581196404392 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

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 2107 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=468655
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=521312
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 994.572
CPU time (s): 1800.06
CPU user time (s): 1796.01
CPU system time (s): 4.05
CPU usage (%): 180.988
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.47
system time used= 4.52131
maximum resident set size= 5654232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72641
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29378
involuntary context switches= 49850

runsolver used 3.86241 second user time and 8.22275 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 20:51:27
IDJOB=3740930
IDBENCH=89691
IDSOLVER=2328
FILE ID=node131/3740930-1338749478
RUNJOBID= node131-1338749255-1934
PBS_JOBID= 14636797
Free space on /tmp= 71008 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-180.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740930-1338749478/watcher-3740930-1338749478 -o /tmp/evaluation-result-3740930-1338749478/solver-3740930-1338749478 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740930-1338749478.opb

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

MD5SUM BENCH= 8c3fe83338b70253b33b876e52e7c579
RANDOM SEED=1484466654

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24086912 kB
Buffers:          563224 kB
Cached:          3505872 kB
SwapCached:         2348 kB
Active:          5647884 kB
Inactive:        2236948 kB
Active(anon):    3811988 kB
Inactive(anon):     3664 kB
Active(file):    1835896 kB
Inactive(file):  2233284 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:            348488 kB
Writeback:             0 kB
AnonPages:       3834760 kB
Mapped:            22472 kB
Shmem:                 0 kB
Slab:             740204 kB
SReclaimable:     178300 kB
SUnreclaim:       561904 kB
KernelStack:        1600 kB
PageTables:        11668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10457716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3796992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71052 MiB
End job on node131 at 2012-06-03 21:08:04