Trace number 3741008

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.17 909.481

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1408.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3741008-1338750484.opb
0.08/0.12	c reading problem ... 
2.91/2.24	c ... done. Wall clock time 2.119s.
2.91/2.24	c #vars     12587
2.91/2.24	c #constraints  284398
2.91/2.24	c constraints type 
2.91/2.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
2.91/2.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
2.91/2.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
2.91/2.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
2.91/2.24	c constraints type 
2.91/2.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
2.91/2.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
2.91/2.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
2.91/2.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
8.98/4.84	c cleaning 0 clauses out of 5000 with flag 0/5000
13.57/7.18	c cleaning 2487 clauses out of 5000 with flag 5000/5000
18.00/9.49	c cleaning 0 clauses out of 11001 with flag 0/11001
22.82/11.99	c cleaning 4246 clauses out of 8515 with flag 11002/11002
27.98/14.66	c cleaning 5596 clauses out of 11267 with flag 18000/18000
32.57/17.02	c cleaning 6789 clauses out of 13671 with flag 26000/26000
37.37/19.58	c cleaning 7933 clauses out of 15882 with flag 35000/35000
44.16/23.02	c cleaning 8956 clauses out of 17951 with flag 45002/45002
46.87/24.52	c cleaning 0 clauses out of 18002 with flag 0/18002
51.46/26.93	c cleaning 9976 clauses out of 19993 with flag 56000/56000
57.84/30.23	c cleaning 10997 clauses out of 22019 with flag 68002/68002
64.83/33.85	c cleaning 12005 clauses out of 24020 with flag 81000/81000
73.30/38.25	c cleaning 12894 clauses out of 26017 with flag 95002/95002
76.70/40.09	c cleaning 0 clauses out of 26000 with flag 0/26000
82.88/43.23	c cleaning 14003 clauses out of 28121 with flag 110000/110000
94.24/49.08	c cleaning 14933 clauses out of 30118 with flag 126000/126000
105.13/54.66	c cleaning 15984 clauses out of 32185 with flag 143000/143000
116.71/60.59	c cleaning 17078 clauses out of 34203 with flag 161002/161002
129.69/67.16	c cleaning 0 clauses out of 35003 with flag 0/35003
133.26/69.00	c cleaning 18043 clauses out of 36123 with flag 180000/180000
143.91/74.56	c cleaning 19028 clauses out of 38079 with flag 200000/200000
158.66/82.09	c cleaning 19904 clauses out of 40051 with flag 221000/221000
169.02/87.33	c cleaning 21061 clauses out of 42149 with flag 243002/243002
189.33/97.50	c cleaning 21961 clauses out of 44087 with flag 266001/266001
204.81/105.41	c cleaning 23040 clauses out of 46124 with flag 290001/290001
216.76/111.58	c cleaning 24032 clauses out of 48083 with flag 315000/315000
233.95/120.25	c cleaning 25000 clauses out of 50050 with flag 341000/341000
243.10/124.91	c cleaning 0 clauses out of 45000 with flag 0/45000
251.14/129.17	c cleaning 26011 clauses out of 52051 with flag 368001/368001
264.30/135.86	c cleaning 26967 clauses out of 54038 with flag 396000/396000
278.68/143.20	c cleaning 27991 clauses out of 56071 with flag 425000/425000
299.84/153.89	c cleaning 29028 clauses out of 58081 with flag 455001/455001
316.85/162.56	c cleaning 30012 clauses out of 60053 with flag 486001/486001
336.63/172.56	c cleaning 30980 clauses out of 62040 with flag 518000/518000
351.80/180.30	c cleaning 32024 clauses out of 64065 with flag 551005/551005
366.16/187.57	c cleaning 32919 clauses out of 66035 with flag 585000/585000
381.18/195.20	c cleaning 33910 clauses out of 68118 with flag 620002/620002
405.15/207.36	c cleaning 35103 clauses out of 70209 with flag 656003/656003
427.94/218.80	c cleaning 36005 clauses out of 72103 with flag 693000/693000
434.27/222.17	c cleaning 0 clauses out of 56000 with flag 0/56000
460.11/235.29	c cleaning 37039 clauses out of 74099 with flag 731001/731001
490.27/250.44	c cleaning 37979 clauses out of 76059 with flag 770000/770000
512.60/261.78	c cleaning 38997 clauses out of 78081 with flag 810001/810001
536.21/273.62	c cleaning 39982 clauses out of 80083 with flag 851000/851000
563.87/287.67	c cleaning 41003 clauses out of 82101 with flag 893000/893000
611.28/311.41	c cleaning 42023 clauses out of 84098 with flag 936000/936000
636.41/324.11	c cleaning 0 clauses out of 68000 with flag 0/68000
654.14/333.19	c cleaning 43007 clauses out of 86076 with flag 980001/980001
688.99/350.79	c cleaning 44025 clauses out of 88068 with flag 1025000/1025000
717.75/365.30	c cleaning 44903 clauses out of 90044 with flag 1071001/1071001
747.34/380.15	c cleaning 45984 clauses out of 92140 with flag 1118000/1118000
779.11/396.15	c cleaning 46977 clauses out of 94156 with flag 1166000/1166000
815.10/414.37	c cleaning 48086 clauses out of 96179 with flag 1215000/1215000
847.24/430.53	c cleaning 48621 clauses out of 98094 with flag 1265001/1265001
874.43/444.29	c cleaning 49788 clauses out of 100472 with flag 1316000/1316000
911.25/462.72	c cleaning 51311 clauses out of 102685 with flag 1368001/1368001
959.34/486.90	c cleaning 52147 clauses out of 104373 with flag 1421000/1421000
967.64/491.20	c cleaning 0 clauses out of 81001 with flag 0/81001
1005.79/510.45	c cleaning 52979 clauses out of 106227 with flag 1475001/1475001
1037.74/526.53	c cleaning 54082 clauses out of 108248 with flag 1530001/1530001
1081.18/548.46	c cleaning 54824 clauses out of 110166 with flag 1586001/1586001
1130.82/573.31	c cleaning 55875 clauses out of 112342 with flag 1643001/1643001
1212.43/614.21	c cleaning 57191 clauses out of 114466 with flag 1701000/1701000
1334.91/675.60	c cleaning 58129 clauses out of 116275 with flag 1760000/1760000
1422.59/719.56	c cleaning 58940 clauses out of 118147 with flag 1820001/1820001
1436.07/726.49	c cleaning 0 clauses out of 95001 with flag 0/95001
1466.84/741.96	c cleaning 60034 clauses out of 120206 with flag 1881000/1881000
1516.21/766.80	c cleaning 60839 clauses out of 122174 with flag 1943002/1943002
1560.58/789.13	c cleaning 62118 clauses out of 124335 with flag 2006002/2006002
1610.57/814.29	c cleaning 63044 clauses out of 126216 with flag 2070001/2070001
1666.11/842.19	c cleaning 63984 clauses out of 128174 with flag 2135003/2135003
1765.76/892.07	c cleaning 64884 clauses out of 130188 with flag 2201001/2201001
1800.17/909.41	c starts		: 227
1800.17/909.41	c conflicts		: 2223108
1800.17/909.41	c decisions		: 14154560
1800.17/909.41	c propagations		: 655367174
1800.17/909.41	c inspects		: 7706103869
1800.17/909.41	c shortcuts		: 0
1800.17/909.41	c learnt literals	: 6
1800.17/909.41	c learnt binary clauses	: 1022
1800.17/909.41	c learnt ternary clauses	: 2474
1800.17/909.41	c learnt constraints	: 2223102
1800.17/909.41	c ignored constraints	: 0
1800.17/909.41	c root simplifications	: 0
1800.17/909.41	c removed literals (reason simplification)	: 33518759
1800.17/909.41	c reason swapping (by a shorter reason)	: 0
1800.17/909.41	c Calls to reduceDB	: 62
1800.17/909.41	c number of reductions to clauses (during analyze)	: 0
1800.17/909.41	c number of learned constraints concerned by reduction	: 0
1800.17/909.41	c number of learning phase by resolution	: 0
1800.17/909.41	c number of learning phase by cutting planes	: 0
1800.17/909.41	c speed (assignments/second)	: 722429.0344058238
1800.17/909.41	c non guided choices	1788611
1800.17/909.45	c learnt constraints type 
1800.17/909.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1022
1800.17/909.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86415
1800.17/909.45	c constraints type 
1800.17/909.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
1800.17/909.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
1800.17/909.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
1800.17/909.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
1800.17/909.45	c constraints type 
1800.17/909.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
1800.17/909.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
1800.17/909.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
1800.17/909.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
1800.17/909.45	s UNKNOWN
1800.17/909.45	c Total wall clock time (in seconds): 909.333

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-3741008-1338750484/watcher-3741008-1338750484 -o /tmp/evaluation-result-3741008-1338750484/solver-3741008-1338750484 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741008-1338750484.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.74 3.77 3.11 4/195 2260
/proc/meminfo: memFree=24689676/32873852 swapFree=7624/7624
[pid=2260] ppid=2258 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/2260/stat : 2260 (java) R 2258 2260 1918 0 -1 4194304 252 0 0 0 0 0 0 0 20 0 1 0 341173850 8192 1 33554432000 0 0 0 140736995110152 252262903223 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2260/statm: 67 3 0 0 0 24 0

[startup+0.100206 s]
/proc/loadavg: 3.74 3.77 3.11 4/195 2260
/proc/meminfo: memFree=24689676/32873852 swapFree=7624/7624
[pid=2260] ppid=2258 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/2260/stat : 2260 (java) S 2258 2260 1918 0 -1 4202496 5304 0 1 0 7 1 0 0 20 0 18 0 341173850 11864465408 13142 33554432000 1073741824 1073778376 140736139955840 140736139946976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2260/statm: 2896598 13142 2115 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.20024 s]
/proc/loadavg: 3.74 3.77 3.11 4/195 2260
/proc/meminfo: memFree=24689676/32873852 swapFree=7624/7624
[pid=2260] ppid=2258 vsize=11586392 CPUtime=0.22 cores=0,2,4,6
/proc/2260/stat : 2260 (java) S 2258 2260 1918 0 -1 4202496 5614 0 1 0 21 1 0 0 20 0 18 0 341173850 11864465408 14405 33554432000 1073741824 1073778376 140736139955840 140736139946976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2260/statm: 2896598 14405 2189 9 0 2887285 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 11586392

[startup+0.300259 s]
/proc/loadavg: 3.74 3.77 3.11 4/195 2260
/proc/meminfo: memFree=24689676/32873852 swapFree=7624/7624
[pid=2260] ppid=2258 vsize=11586392 CPUtime=0.47 cores=0,2,4,6
/proc/2260/stat : 2260 (java) S 2258 2260 1918 0 -1 4202496 6573 0 1 0 45 2 0 0 20 0 18 0 341173850 11864465408 16393 33554432000 1073741824 1073778376 140736139955840 140736139946976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2260/statm: 2896598 16393 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700272 s]
/proc/loadavg: 3.74 3.77 3.11 4/195 2260
/proc/meminfo: memFree=24689676/32873852 swapFree=7624/7624
[pid=2260] ppid=2258 vsize=11586392 CPUtime=1.24 cores=0,2,4,6
/proc/2260/stat : 2260 (java) S 2258 2260 1918 0 -1 4202496 10438 0 1 0 120 4 0 0 20 0 18 0 341173850 11864465408 58395 33554432000 1073741824 1073778376 140736139955840 140736139946976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2260/statm: 2896598 58395 2239 9 0 2887285 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 11586392

[startup+1.50071 s]
/proc/loadavg: 3.74 3.77 3.11 6/213 2278
/proc/meminfo: memFree=24239396/32873852 swapFree=7624/7624
[pid=2260] ppid=2258 vsize=11586392 CPUtime=2.16 cores=0,2,4,6
/proc/2260/stat : 2260 (java) S 2258 2260 1918 0 -1 4202496 10711 0 1 0 205 11 0 0 20 0 18 0 341173850 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140736139946976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2260/statm: 2896598 172097 2239 9 0 2887285 0
[pid=2260/tid=2262] ppid=2258 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/2260/task/2262/stat : 2262 (java) R 2258 2260 1918 0 -1 4202560 3720 0 1 0 136 10 0 0 20 0 18 0 341173851 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521474818032 140521346817678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2263] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2263/stat : 2263 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341173853 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521312037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2264] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2264/stat : 2264 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341173853 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521310984616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2265] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2265/stat : 2265 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341173853 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521309931816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2266] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2266/stat : 2266 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341173853 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521308879016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2267] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2267/stat : 2267 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341173853 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521307827240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2268] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2268/stat : 2268 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341173853 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521306774440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2269] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2269/stat : 2269 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341173853 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521305721640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2270] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2270/stat : 2270 (java) S 2258 2260 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341173853 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521304668840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2271] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2271/stat : 2271 (java) S 2258 2260 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341173855 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521292257768 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2272] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2272/stat : 2272 (java) S 2258 2260 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341173855 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521291203832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2273] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2273/stat : 2273 (java) S 2258 2260 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341173855 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521290150920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2274] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2274/stat : 2274 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341173857 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521289099408 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2275] ppid=2258 vsize=11586392 CPUtime=0.32 cores=0,2,4,6
/proc/2260/task/2275/stat : 2275 (java) S 2258 2260 1918 0 -1 4202560 2757 0 0 0 32 0 0 0 20 0 18 0 341173857 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521288047544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2276] ppid=2258 vsize=11586392 CPUtime=0.33 cores=0,2,4,6
/proc/2260/task/2276/stat : 2276 (java) S 2258 2260 1918 0 -1 4202560 3050 0 0 0 33 0 0 0 20 0 18 0 341173857 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521286994744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2277] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2277/stat : 2277 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341173857 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521285942136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2278] ppid=2258 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2278/stat : 2278 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341173857 11864465408 172097 33554432000 1073741824 1073778376 140736139955840 140521284889544 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 11586392

[startup+3.10063 s]
/proc/loadavg: 3.74 3.77 3.11 4/213 2278
/proc/meminfo: memFree=23608668/32873852 swapFree=7624/7624
[pid=2260] ppid=2258 vsize=11852648 CPUtime=5.33 cores=0,2,4,6
/proc/2260/stat : 2260 (java) S 2258 2260 1918 0 -1 4202496 12053 0 1 0 511 22 0 0 20 0 22 0 341173850 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140736139946976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2260/statm: 2963162 341808 2265 9 0 2953849 0
[pid=2260/tid=2262] ppid=2258 vsize=11852648 CPUtime=2.2 cores=0,2,4,6
/proc/2260/task/2262/stat : 2262 (java) S 2258 2260 1918 0 -1 4202560 3938 0 1 0 203 17 0 0 20 0 22 0 341173851 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521474827416 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2263] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2263/stat : 2263 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173853 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521312037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2264] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2264/stat : 2264 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173853 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521310984616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2265] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2265/stat : 2265 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173853 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521309931816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2266] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2266/stat : 2266 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173853 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521308879016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2267] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2267/stat : 2267 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173853 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521307827240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2268] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2268/stat : 2268 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173853 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521306774440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2269] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2269/stat : 2269 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173853 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521305721640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2270] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2270/stat : 2270 (java) S 2258 2260 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341173853 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521304668840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2271] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2271/stat : 2271 (java) S 2258 2260 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521292257768 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2272] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2272/stat : 2272 (java) S 2258 2260 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521291203832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2273] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2273/stat : 2273 (java) S 2258 2260 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521290150920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2274] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2274/stat : 2274 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521289099408 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2275] ppid=2258 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/2260/task/2275/stat : 2275 (java) S 2258 2260 1918 0 -1 4202560 2946 0 0 0 60 0 0 0 20 0 22 0 341173857 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521288047544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2276] ppid=2258 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/2260/task/2276/stat : 2276 (java) S 2258 2260 1918 0 -1 4202560 3749 0 0 0 78 0 0 0 20 0 22 0 341173857 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521286994744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2277] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2277/stat : 2277 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521285942136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2278] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2278/stat : 2278 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 341808 33554432000 1073741824 1073778376 140736139955840 140521284889544 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.76 3.78 3.11 5/217 2282
/proc/meminfo: memFree=22505208/32873852 swapFree=7624/7624
[pid=2260] ppid=2258 vsize=11852648 CPUtime=11.94 cores=0,2,4,6
/proc/2260/stat : 2260 (java) S 2258 2260 1918 0 -1 4202496 15998 0 1 0 1149 45 0 0 20 0 22 0 341173850 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140736139946976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2260/statm: 2963162 547018 2289 9 0 2953849 0
[pid=2260/tid=2262] ppid=2258 vsize=11852648 CPUtime=2.2 cores=0,2,4,6
/proc/2260/task/2262/stat : 2262 (java) S 2258 2260 1918 0 -1 4202560 3939 0 1 0 203 17 0 0 20 0 22 0 341173851 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521474827416 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2263] ppid=2258 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/2260/task/2263/stat : 2263 (java) S 2258 2260 1918 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 341173853 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521312037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2264] ppid=2258 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/2260/task/2264/stat : 2264 (java) S 2258 2260 1918 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 341173853 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521310984616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2265] ppid=2258 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/2260/task/2265/stat : 2265 (java) S 2258 2260 1918 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 341173853 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521309931816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2266] ppid=2258 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/2260/task/2266/stat : 2266 (java) S 2258 2260 1918 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 341173853 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521308879016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2267] ppid=2258 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/2260/task/2267/stat : 2267 (java) S 2258 2260 1918 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 341173853 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521307827240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2268] ppid=2258 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/2260/task/2268/stat : 2268 (java) S 2258 2260 1918 0 -1 4202560 21 0 0 0 1 2 0 0 20 0 22 0 341173853 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521306774440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2269] ppid=2258 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/2260/task/2269/stat : 2269 (java) S 2258 2260 1918 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 341173853 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521305721640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2270] ppid=2258 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/2260/task/2270/stat : 2270 (java) S 2258 2260 1918 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 341173853 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521304668840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2271] ppid=2258 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/2260/task/2271/stat : 2271 (java) S 2258 2260 1918 0 -1 4202560 72 0 0 0 28 2 0 0 20 0 22 0 341173855 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521292257768 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2272] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2272/stat : 2272 (java) S 2258 2260 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521291203832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2273] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2273/stat : 2273 (java) S 2258 2260 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521290150920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2274] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2274/stat : 2274 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521289099408 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2275] ppid=2258 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/2260/task/2275/stat : 2275 (java) S 2258 2260 1918 0 -1 4202560 2951 0 0 0 66 0 0 0 20 0 22 0 341173857 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521288047544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2276] ppid=2258 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/2260/task/2276/stat : 2276 (java) S 2258 2260 1918 0 -1 4202560 7133 0 0 0 106 1 0 0 20 0 22 0 341173857 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521286994744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2277] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2277/stat : 2277 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521285942136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2278] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2278/stat : 2278 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521284889544 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2279] ppid=2258 vsize=11852648 CPUtime=3.61 cores=0,2,4,6
/proc/2260/task/2279/stat : 2279 (java) R 2258 2260 1918 0 -1 4202560 34 0 0 0 361 0 0 0 20 0 22 0 341174075 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521283832824 140521347184572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2280] ppid=2258 vsize=11852648 CPUtime=3.63 cores=0,2,4,6
/proc/2260/task/2280/stat : 2280 (java) R 2258 2260 1918 0 -1 4202560 508 0 0 0 349 14 0 0 20 0 22 0 341174075 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521282779736 140521346985488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2281] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2281/stat : 2281 (java) S 2258 2260 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341174076 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521281729448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2282] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2282/stat : 2282 (java) S 2258 2260 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341174076 12137111552 547018 33554432000 1073741824 1073778376 140736139955840 140521280676648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 11852648

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

/proc/2260/statm: 2963162 920400 2292 9 0 2953849 0
[pid=2260/tid=2262] ppid=2258 vsize=11852648 CPUtime=2.24 cores=0,2,4,6
/proc/2260/task/2262/stat : 2262 (java) S 2258 2260 1918 0 -1 4202560 3973 0 1 0 205 19 0 0 20 0 22 0 341173851 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521474827416 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2263] ppid=2258 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/2260/task/2263/stat : 2263 (java) S 2258 2260 1918 0 -1 4202560 165 0 0 0 105 3 0 0 20 0 22 0 341173853 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521312037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2264] ppid=2258 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/2260/task/2264/stat : 2264 (java) S 2258 2260 1918 0 -1 4202560 128 0 0 0 104 3 0 0 20 0 22 0 341173853 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521310984616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2265] ppid=2258 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/2260/task/2265/stat : 2265 (java) S 2258 2260 1918 0 -1 4202560 161 0 0 0 102 4 0 0 20 0 22 0 341173853 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521309931816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2266] ppid=2258 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/2260/task/2266/stat : 2266 (java) S 2258 2260 1918 0 -1 4202560 145 0 0 0 105 3 0 0 20 0 22 0 341173853 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521308879016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2267] ppid=2258 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/2260/task/2267/stat : 2267 (java) S 2258 2260 1918 0 -1 4202560 150 0 0 0 110 3 0 0 20 0 22 0 341173853 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521307827240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2268] ppid=2258 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/2260/task/2268/stat : 2268 (java) S 2258 2260 1918 0 -1 4202560 129 0 0 0 99 3 0 0 20 0 22 0 341173853 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521306774440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2269] ppid=2258 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/2260/task/2269/stat : 2269 (java) S 2258 2260 1918 0 -1 4202560 217 0 0 0 102 3 0 0 20 0 22 0 341173853 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521305721640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2270] ppid=2258 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/2260/task/2270/stat : 2270 (java) S 2258 2260 1918 0 -1 4202560 159 0 0 0 105 3 0 0 20 0 22 0 341173853 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521304668840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2271] ppid=2258 vsize=11852648 CPUtime=21.61 cores=0,2,4,6
/proc/2260/task/2271/stat : 2271 (java) S 2258 2260 1918 0 -1 4202560 3119 0 0 0 2152 9 0 0 20 0 22 0 341173855 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521292257768 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2272] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2272/stat : 2272 (java) S 2258 2260 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521291203832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2273] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2273/stat : 2273 (java) S 2258 2260 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521290150920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2274] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2274/stat : 2274 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521289099408 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2275] ppid=2258 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/2260/task/2275/stat : 2275 (java) S 2258 2260 1918 0 -1 4202560 5130 0 0 0 96 1 0 0 20 0 22 0 341173857 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521288047544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2276] ppid=2258 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/2260/task/2276/stat : 2276 (java) S 2258 2260 1918 0 -1 4202560 7133 0 0 0 109 1 0 0 20 0 22 0 341173857 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521286994744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2277] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2277/stat : 2277 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521285942136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2278] ppid=2258 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/2260/task/2278/stat : 2278 (java) S 2258 2260 1918 0 -1 4202560 47 0 0 0 15 15 0 0 20 0 22 0 341173857 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521284889544 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2279] ppid=2258 vsize=11852648 CPUtime=793.78 cores=0,2,4,6
/proc/2260/task/2279/stat : 2279 (java) R 2258 2260 1918 0 -1 4202560 90 0 0 0 79365 13 0 0 20 0 22 0 341174075 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521283834320 140521347125927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2280] ppid=2258 vsize=11852648 CPUtime=793.69 cores=0,2,4,6
/proc/2260/task/2280/stat : 2280 (java) R 2258 2260 1918 0 -1 4202560 1188 0 0 0 79313 56 0 0 20 0 22 0 341174075 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521282779440 140521347071179 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2281] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2281/stat : 2281 (java) S 2258 2260 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341174076 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521281729448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2282] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2282/stat : 2282 (java) S 2258 2260 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341174076 12137111552 920400 33554432000 1073741824 1073778376 140736139955840 140521280676648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1626.42
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.98 3.94 3.61 5/217 2353
/proc/meminfo: memFree=20737552/32873852 swapFree=7624/7624
[pid=2260] ppid=2258 vsize=11852648 CPUtime=1746.32 cores=0,2,4,6
/proc/2260/stat : 2260 (java) S 2258 2260 1918 0 -1 4202496 23208 0 1 0 174521 111 0 0 20 0 22 0 341173850 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140736139946976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2260/statm: 2963162 920473 2292 9 0 2953849 0
[pid=2260/tid=2262] ppid=2258 vsize=11852648 CPUtime=2.24 cores=0,2,4,6
/proc/2260/task/2262/stat : 2262 (java) S 2258 2260 1918 0 -1 4202560 3973 0 1 0 205 19 0 0 20 0 22 0 341173851 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521474827416 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2263] ppid=2258 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/2260/task/2263/stat : 2263 (java) S 2258 2260 1918 0 -1 4202560 165 0 0 0 113 3 0 0 20 0 22 0 341173853 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521312037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2264] ppid=2258 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/2260/task/2264/stat : 2264 (java) S 2258 2260 1918 0 -1 4202560 142 0 0 0 112 3 0 0 20 0 22 0 341173853 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521310984616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2265] ppid=2258 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/2260/task/2265/stat : 2265 (java) S 2258 2260 1918 0 -1 4202560 176 0 0 0 110 4 0 0 20 0 22 0 341173853 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521309931816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2266] ppid=2258 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/2260/task/2266/stat : 2266 (java) S 2258 2260 1918 0 -1 4202560 150 0 0 0 112 3 0 0 20 0 22 0 341173853 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521308879016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2267] ppid=2258 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/2260/task/2267/stat : 2267 (java) S 2258 2260 1918 0 -1 4202560 153 0 0 0 116 3 0 0 20 0 22 0 341173853 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521307827240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2268] ppid=2258 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/2260/task/2268/stat : 2268 (java) S 2258 2260 1918 0 -1 4202560 133 0 0 0 104 3 0 0 20 0 22 0 341173853 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521306774440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2269] ppid=2258 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/2260/task/2269/stat : 2269 (java) S 2258 2260 1918 0 -1 4202560 234 0 0 0 110 3 0 0 20 0 22 0 341173853 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521305721640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2270] ppid=2258 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/2260/task/2270/stat : 2270 (java) S 2258 2260 1918 0 -1 4202560 174 0 0 0 112 3 0 0 20 0 22 0 341173853 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521304668840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2271] ppid=2258 vsize=11852648 CPUtime=21.95 cores=0,2,4,6
/proc/2260/task/2271/stat : 2271 (java) S 2258 2260 1918 0 -1 4202560 3123 0 0 0 2186 9 0 0 20 0 22 0 341173855 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521292257768 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2272] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2272/stat : 2272 (java) S 2258 2260 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521291203832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2273] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2273/stat : 2273 (java) S 2258 2260 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521290150920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2274] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2274/stat : 2274 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521289099408 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2275] ppid=2258 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/2260/task/2275/stat : 2275 (java) S 2258 2260 1918 0 -1 4202560 5130 0 0 0 96 1 0 0 20 0 22 0 341173857 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521288047544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2276] ppid=2258 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/2260/task/2276/stat : 2276 (java) S 2258 2260 1918 0 -1 4202560 7133 0 0 0 109 1 0 0 20 0 22 0 341173857 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521286994744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2277] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2277/stat : 2277 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521285942136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2278] ppid=2258 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/2260/task/2278/stat : 2278 (java) S 2258 2260 1918 0 -1 4202560 51 0 0 0 17 15 0 0 20 0 22 0 341173857 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521284889544 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2279] ppid=2258 vsize=11852648 CPUtime=853.1 cores=0,2,4,6
/proc/2260/task/2279/stat : 2279 (java) R 2258 2260 1918 0 -1 4202560 93 0 0 0 85296 14 0 0 20 0 22 0 341174075 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521283833392 140521347167181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2280] ppid=2258 vsize=11852648 CPUtime=853.05 cores=0,2,4,6
/proc/2260/task/2280/stat : 2280 (java) R 2258 2260 1918 0 -1 4202560 1191 0 0 0 85249 56 0 0 20 0 22 0 341174075 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521282779664 140521347167120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2281] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2281/stat : 2281 (java) S 2258 2260 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341174076 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521281729448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2282] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2282/stat : 2282 (java) S 2258 2260 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341174076 12137111552 920473 33554432000 1073741824 1073778376 140736139955840 140521280676648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1746.32
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.401 s]
/proc/loadavg: 3.99 3.94 3.62 5/217 2353
/proc/meminfo: memFree=20706460/32873852 swapFree=7624/7624
[pid=2260] ppid=2258 vsize=11852648 CPUtime=1800.17 cores=0,2,4,6
/proc/2260/stat : 2260 (java) S 2258 2260 1918 0 -1 4202496 23366 0 1 0 179904 113 0 0 20 0 22 0 341173850 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140736139946976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2260/statm: 2963162 921000 2292 9 0 2953849 0
[pid=2260/tid=2262] ppid=2258 vsize=11852648 CPUtime=2.24 cores=0,2,4,6
/proc/2260/task/2262/stat : 2262 (java) S 2258 2260 1918 0 -1 4202560 3974 0 1 0 205 19 0 0 20 0 22 0 341173851 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521474827416 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2263] ppid=2258 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/2260/task/2263/stat : 2263 (java) S 2258 2260 1918 0 -1 4202560 165 0 0 0 115 3 0 0 20 0 22 0 341173853 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521312037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2264] ppid=2258 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/2260/task/2264/stat : 2264 (java) S 2258 2260 1918 0 -1 4202560 142 0 0 0 115 3 0 0 20 0 22 0 341173853 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521310984616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2265] ppid=2258 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/2260/task/2265/stat : 2265 (java) S 2258 2260 1918 0 -1 4202560 178 0 0 0 112 4 0 0 20 0 22 0 341173853 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521309931816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2266] ppid=2258 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/2260/task/2266/stat : 2266 (java) S 2258 2260 1918 0 -1 4202560 159 0 0 0 116 3 0 0 20 0 22 0 341173853 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521308879016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2267] ppid=2258 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/2260/task/2267/stat : 2267 (java) S 2258 2260 1918 0 -1 4202560 155 0 0 0 121 3 0 0 20 0 22 0 341173853 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521307827240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2268] ppid=2258 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/2260/task/2268/stat : 2268 (java) S 2258 2260 1918 0 -1 4202560 137 0 0 0 107 3 0 0 20 0 22 0 341173853 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521306774440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2269] ppid=2258 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/2260/task/2269/stat : 2269 (java) S 2258 2260 1918 0 -1 4202560 235 0 0 0 115 3 0 0 20 0 22 0 341173853 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521305721640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2270] ppid=2258 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/2260/task/2270/stat : 2270 (java) S 2258 2260 1918 0 -1 4202560 174 0 0 0 116 3 0 0 20 0 22 0 341173853 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521304668840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2271] ppid=2258 vsize=11852648 CPUtime=22.44 cores=0,2,4,6
/proc/2260/task/2271/stat : 2271 (java) S 2258 2260 1918 0 -1 4202560 3258 0 0 0 2235 9 0 0 20 0 22 0 341173855 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521292257768 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2272] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2272/stat : 2272 (java) S 2258 2260 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521291203832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2273] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2273/stat : 2273 (java) S 2258 2260 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341173855 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521290150920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2274] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2274/stat : 2274 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521289099408 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2275] ppid=2258 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/2260/task/2275/stat : 2275 (java) S 2258 2260 1918 0 -1 4202560 5130 0 0 0 96 1 0 0 20 0 22 0 341173857 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521288047544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2276] ppid=2258 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/2260/task/2276/stat : 2276 (java) S 2258 2260 1918 0 -1 4202560 7133 0 0 0 109 1 0 0 20 0 22 0 341173857 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521286994744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2277] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2277/stat : 2277 (java) S 2258 2260 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341173857 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521285942136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2278] ppid=2258 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/2260/task/2278/stat : 2278 (java) S 2258 2260 1918 0 -1 4202560 53 0 0 0 17 16 0 0 20 0 22 0 341173857 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521284889544 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2260/tid=2279] ppid=2258 vsize=11852648 CPUtime=879.56 cores=0,2,4,6
/proc/2260/task/2279/stat : 2279 (java) R 2258 2260 1918 0 -1 4202560 94 0 0 0 87941 15 0 0 20 0 22 0 341174075 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521283833392 140521346619312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2260/tid=2280] ppid=2258 vsize=11852648 CPUtime=879.5 cores=0,2,4,6
/proc/2260/task/2280/stat : 2280 (java) R 2258 2260 1918 0 -1 4202560 1192 0 0 0 87893 57 0 0 20 0 22 0 341174075 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521282779440 140521346890157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2260/tid=2281] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2281/stat : 2281 (java) S 2258 2260 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341174076 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521281729448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2260/tid=2282] ppid=2258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2260/task/2282/stat : 2282 (java) S 2258 2260 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341174076 12137111552 921000 33554432000 1073741824 1073778376 140736139955840 140521280676648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 2260 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=419206
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=611754
# CPU time returned by wait4() is 1796.03
# 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): 909.481
CPU time (s): 1800.17
CPU user time (s): 1799.04
CPU system time (s): 1.13
CPU usage (%): 197.934
Max. virtual memory (cumulated for all children) (KiB): 11853856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 1.61175
maximum resident set size= 3684512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23401
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= 25258
involuntary context switches= 30267

runsolver used 3.19151 second user time and 8.27274 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 21:08:04
IDJOB=3741008
IDBENCH=89728
IDSOLVER=2328
FILE ID=node131/3741008-1338750484
RUNJOBID= node131-1338749255-1934
PBS_JOBID= 14636797
Free space on /tmp= 71384 MiB

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

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=1930279302

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:        24690320 kB
Buffers:          563388 kB
Cached:          3123852 kB
SwapCached:         2348 kB
Active:          5065684 kB
Inactive:        2238612 kB
Active(anon):    3613304 kB
Inactive(anon):     3664 kB
Active(file):    1452380 kB
Inactive(file):  2234948 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             12484 kB
Writeback:             0 kB
AnonPages:       3625208 kB
Mapped:            22420 kB
Shmem:                 0 kB
Slab:             729096 kB
SReclaimable:     171316 kB
SUnreclaim:       557780 kB
KernelStack:        1608 kB
PageTables:        10904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10457872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3573760 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= 71344 MiB
End job on node131 at 2012-06-03 21:23:15