Trace number 3741021

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.18 925.05

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-167.opb
MD5SUM7cf213338254036b9868078970e2a948
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 variables106196
Total number of constraints2493137
Number of constraints which are clauses2239038
Number of constraints which are cardinality constraints (but not clauses)8063
Number of constraints which are nor clauses,nor cardinality constraints246036
Minimum length of a constraint1
Maximum length of a constraint1485
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 1486
Number of bits of the biggest sum of numbers11
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.31	c java.vm.version	19.1-b02
0.10/0.31	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.31	c sun.arch.data.model	64
0.10/0.31	c java.version		1.6.0_24
0.10/0.31	c os.name		Linux
0.10/0.31	c os.version		2.6.32-71.29.1.el6.x86_64
0.10/0.31	c os.arch		amd64
0.10/0.31	c Free memory 		9996466904
0.10/0.31	c Max memory 		10048897024
0.10/0.31	c Total memory 		10048897024
0.10/0.31	c Number of processors 	8
0.10/0.31	c Pseudo Boolean Optimization
0.10/0.31	c ManyCore solver with 2 solvers running in parallel
0.10/0.31	c --- Begin Solver configuration ---
0.10/0.31	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.31	c Learn all clauses as in MiniSAT
0.10/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.31	c Expensive reason simplification
0.10/0.31	c Armin Biere (Picosat) restarts strategy
0.10/0.31	c Glucose learned constraints deletion strategy
0.10/0.31	c timeout=2147483s
0.10/0.31	c DB Simplification allowed=false
0.10/0.31	c --- End Solver configuration ---
0.10/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.31	c --- Begin Solver configuration ---
0.10/0.31	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.31	c Learn all clauses as in MiniSAT
0.10/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.31	c No reason simplification
0.10/0.31	c Armin Biere (Picosat) restarts strategy
0.10/0.31	c Glucose learned constraints deletion strategy
0.10/0.31	c timeout=2147483s
0.10/0.31	c DB Simplification allowed=false
0.10/0.31	c --- End Solver configuration ---
0.10/0.31	c solving HOME/instance-3741021-1338750636.opb
0.10/0.31	c reading problem ... 
22.08/16.80	c ... done. Wall clock time 16.678s.
22.08/16.80	c #vars     106196
22.08/16.80	c #constraints  2155186
22.08/16.80	c constraints type 
22.08/16.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1331483
22.08/16.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 7824
22.08/16.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 547152
22.08/16.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 246036
22.08/16.80	c constraints type 
22.08/16.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 547152
22.08/16.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1331483
22.08/16.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7824
22.08/16.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 246036
42.48/25.48	c cleaning 0 clauses out of 5002 with flag 0/5002
62.52/35.78	c cleaning 0 clauses out of 11001 with flag 0/11001
87.27/48.68	c cleaning 0 clauses out of 18000 with flag 0/18000
138.98/74.70	c cleaning 0 clauses out of 26000 with flag 0/26000
156.49/84.41	c cleaning 2281 clauses out of 4569 with flag 5002/5002
203.99/108.65	c cleaning 0 clauses out of 35000 with flag 0/35000
266.88/140.54	c cleaning 4060 clauses out of 8138 with flag 11000/11000
296.34/155.85	c cleaning 0 clauses out of 45000 with flag 0/45000
341.08/179.17	c cleaning 5428 clauses out of 10955 with flag 18000/18000
439.38/228.84	c cleaning 6689 clauses out of 13381 with flag 26000/26000
483.29/251.43	c cleaning 0 clauses out of 56000 with flag 0/56000
507.59/264.26	c cleaning 7809 clauses out of 15630 with flag 35009/35009
589.01/306.00	c cleaning 8856 clauses out of 17730 with flag 45003/45003
666.19/345.10	c cleaning 9870 clauses out of 19794 with flag 56000/56000
736.54/380.94	c cleaning 10927 clauses out of 21875 with flag 68002/68002
777.60/402.10	c cleaning 0 clauses out of 68004 with flag 0/68004
827.79/428.25	c cleaning 11939 clauses out of 23893 with flag 81001/81001
889.54/459.72	c cleaning 12945 clauses out of 25915 with flag 95001/95001
960.89/496.04	c cleaning 13964 clauses out of 27946 with flag 110002/110002
1042.18/537.38	c cleaning 14967 clauses out of 29947 with flag 126001/126001
1103.95/569.10	c cleaning 15972 clauses out of 31965 with flag 143000/143000
1195.73/615.67	c cleaning 16920 clauses out of 33870 with flag 161001/161001
1232.95/634.92	c cleaning 0 clauses out of 81000 with flag 0/81000
1261.79/650.06	c cleaning 17925 clauses out of 35904 with flag 180002/180002
1322.59/681.46	c cleaning 18950 clauses out of 37946 with flag 200000/200000
1398.74/720.12	c cleaning 19908 clauses out of 39889 with flag 221000/221000
1475.05/758.91	c cleaning 20863 clauses out of 41905 with flag 243000/243000
1546.00/795.09	c cleaning 21995 clauses out of 44007 with flag 266001/266001
1615.80/830.93	c cleaning 22995 clauses out of 45998 with flag 290001/290001
1702.35/874.84	c cleaning 23956 clauses out of 47928 with flag 315004/315004
1777.89/913.22	c cleaning 24922 clauses out of 49947 with flag 341000/341000
1800.18/925.01	c starts		: 118
1800.18/925.01	c conflicts		: 347437
1800.18/925.01	c decisions		: 32661768
1800.18/925.01	c propagations		: 1015694564
1800.18/925.01	c inspects		: 5317659060
1800.18/925.01	c shortcuts		: 0
1800.18/925.01	c learnt literals	: 1834
1800.18/925.01	c learnt binary clauses	: 1149
1800.18/925.01	c learnt ternary clauses	: 1490
1800.18/925.01	c learnt constraints	: 345603
1800.18/925.01	c ignored constraints	: 0
1800.18/925.01	c root simplifications	: 0
1800.18/925.01	c removed literals (reason simplification)	: 1762064
1800.18/925.01	c reason swapping (by a shorter reason)	: 0
1800.18/925.01	c Calls to reduceDB	: 22
1800.18/925.01	c number of reductions to clauses (during analyze)	: 0
1800.18/925.01	c number of learned constraints concerned by reduction	: 0
1800.18/925.01	c number of learning phase by resolution	: 0
1800.18/925.01	c number of learning phase by cutting planes	: 0
1800.18/925.01	c speed (assignments/second)	: 1118351.393459861
1800.18/925.01	c non guided choices	10229851
1800.18/925.03	c learnt constraints type 
1800.18/925.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1149
1800.18/925.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30321
1800.18/925.03	c constraints type 
1800.18/925.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1331483
1800.18/925.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 7824
1800.18/925.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 547152
1800.18/925.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 246036
1800.18/925.03	c constraints type 
1800.18/925.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 547152
1800.18/925.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1331483
1800.18/925.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7824
1800.18/925.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 246036
1800.18/925.03	s UNKNOWN
1800.18/925.03	c Total wall clock time (in seconds): 924.903

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-3741021-1338750636/watcher-3741021-1338750636 -o /tmp/evaluation-result-3741021-1338750636/solver-3741021-1338750636 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741021-1338750636.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.75 3.83 3.19 5/194 13305
/proc/meminfo: memFree=31057488/32873844 swapFree=7116/7116
[pid=13305] ppid=13303 vsize=23172 CPUtime=0 cores=0,2,4,6
/proc/13305/stat : 13305 (java) R 13303 13305 13088 0 -1 4202496 1136 0 0 0 0 0 0 0 20 0 1 0 341188767 23728128 857 33554432000 1073741824 1073778376 140736935181136 140736935170200 240556011351 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 5793 863 652 9 0 128 0
[pid=13305/tid=13306] ppid=13303 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) R 13303 13305 13088 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 341188768 24780800 867 33554432000 1073741824 1073778376 140736935181136 140736935170200 240565229745 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0784781 s]
/proc/loadavg: 3.75 3.83 3.19 5/194 13305
/proc/meminfo: memFree=31057488/32873844 swapFree=7116/7116
[pid=13305] ppid=13303 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/13305/stat : 13305 (java) S 13303 13305 13088 0 -1 4202496 4431 0 1 0 5 1 0 0 20 0 18 0 341188767 11864465408 12794 33554432000 1073741824 1073778376 140736935181136 140736935172272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 2896598 12794 1766 9 0 2887285 0
[pid=13305/tid=13306] ppid=13303 vsize=11586392 CPUtime=0.05 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) R 13303 13305 13088 0 -1 4202560 3222 0 1 0 4 1 0 0 20 0 18 0 341188768 11864465408 12794 33554432000 1073741824 1073778376 140736935181136 140325190265504 240568558861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.100301 s]
/proc/loadavg: 3.75 3.83 3.19 5/194 13305
/proc/meminfo: memFree=31057488/32873844 swapFree=7116/7116
[pid=13305] ppid=13303 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/13305/stat : 13305 (java) S 13303 13305 13088 0 -1 4202496 5237 0 1 0 8 2 0 0 20 0 18 0 341188767 11864465408 13588 33554432000 1073741824 1073778376 140736935181136 140736935172272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 2896598 13588 2106 9 0 2887285 0
[pid=13305/tid=13306] ppid=13303 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) R 13303 13305 13088 0 -1 4202560 3292 0 1 0 6 1 0 0 20 0 18 0 341188768 11864465408 13588 33554432000 1073741824 1073778376 140736935181136 140325190261040 140325194395664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.418105 s]
/proc/loadavg: 3.75 3.83 3.19 5/194 13305
/proc/meminfo: memFree=31057488/32873844 swapFree=7116/7116
[pid=13305] ppid=13303 vsize=11586392 CPUtime=0.76 cores=0,2,4,6
/proc/13305/stat : 13305 (java) S 13303 13305 13088 0 -1 4202496 9779 0 1 0 72 4 0 0 20 0 18 0 341188767 11864465408 27239 33554432000 1073741824 1073778376 140736935181136 140736935172272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 2896598 27239 2232 9 0 2887285 0
[pid=13305/tid=13306] ppid=13303 vsize=11586392 CPUtime=0.39 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) R 13303 13305 13088 0 -1 4202560 3387 0 1 0 37 2 0 0 20 0 18 0 341188768 11864465408 27239 33554432000 1073741824 1073778376 140736935181136 140325190262008 140325193548647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 11586392

[startup+0.70026 s]
/proc/loadavg: 3.75 3.83 3.19 5/194 13305
/proc/meminfo: memFree=31057488/32873844 swapFree=7116/7116
[pid=13305] ppid=13303 vsize=11586392 CPUtime=1.26 cores=0,2,4,6
/proc/13305/stat : 13305 (java) S 13303 13305 13088 0 -1 4202496 9980 0 1 0 119 7 0 0 20 0 18 0 341188767 11864465408 72667 33554432000 1073741824 1073778376 140736935181136 140736935172272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 2896598 72667 2236 9 0 2887285 0
[pid=13305/tid=13306] ppid=13303 vsize=11586392 CPUtime=0.67 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) R 13303 13305 13088 0 -1 4202560 3476 0 1 0 62 5 0 0 20 0 18 0 341188768 11864465408 72667 33554432000 1073741824 1073778376 140736935181136 140325190254544 140325054451151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 11586392

[startup+1.50069 s]
/proc/loadavg: 3.75 3.83 3.19 5/212 13323
/proc/meminfo: memFree=29672644/32873844 swapFree=7116/7116
[pid=13305] ppid=13303 vsize=11586392 CPUtime=2.17 cores=0,2,4,6
/proc/13305/stat : 13305 (java) S 13303 13305 13088 0 -1 4202496 10294 0 1 0 199 18 0 0 20 0 18 0 341188767 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140736935172272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 2896598 232412 2237 9 0 2887285 0
[pid=13305/tid=13306] ppid=13303 vsize=11586392 CPUtime=1.47 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) R 13303 13305 13088 0 -1 4202560 3789 0 1 0 132 15 0 0 20 0 18 0 341188768 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325190262728 140325198027603 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13308/stat : 13308 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325179325352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13309] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13309/stat : 13309 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325178272808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13310] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13310/stat : 13310 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325177219752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13311] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13311/stat : 13311 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325176167208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13312] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13312/stat : 13312 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325175114152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13313] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13313/stat : 13313 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325174061608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13314] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13314/stat : 13314 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325173008552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13315] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13315/stat : 13315 (java) S 13303 13305 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325019740456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13316] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13316/stat : 13316 (java) S 13303 13305 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341188771 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325007543144 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13317] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13317/stat : 13317 (java) S 13303 13305 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341188772 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325006489464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13318] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13318/stat : 13318 (java) S 13303 13305 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341188772 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325005436296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13319] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13319/stat : 13319 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188774 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325004385040 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13320] ppid=13303 vsize=11586392 CPUtime=0.32 cores=0,2,4,6
/proc/13305/task/13320/stat : 13320 (java) S 13303 13305 13088 0 -1 4202560 3233 0 0 0 30 2 0 0 20 0 18 0 341188774 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325003331896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13321] ppid=13303 vsize=11586392 CPUtime=0.33 cores=0,2,4,6
/proc/13305/task/13321/stat : 13321 (java) S 13303 13305 13088 0 -1 4202560 2087 0 0 0 33 0 0 0 20 0 18 0 341188774 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325002279352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13322] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13322/stat : 13322 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188774 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325001226488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13323] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13323/stat : 13323 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188774 11864465408 232412 33554432000 1073741824 1073778376 140736935181136 140325000174152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 11586392

[startup+3.10067 s]
/proc/loadavg: 3.75 3.83 3.19 3/212 13323
/proc/meminfo: memFree=28041756/32873844 swapFree=7116/7116
[pid=13305] ppid=13303 vsize=11586392 CPUtime=3.82 cores=0,2,4,6
/proc/13305/stat : 13305 (java) S 13303 13305 13088 0 -1 4202496 10916 0 1 0 340 42 0 0 20 0 18 0 341188767 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140736935172272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 2896598 550876 2237 9 0 2887285 0
[pid=13305/tid=13306] ppid=13303 vsize=11586392 CPUtime=3.07 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) R 13303 13305 13088 0 -1 4202560 4411 0 1 0 267 40 0 0 20 0 18 0 341188768 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325190254512 140325054818709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13308/stat : 13308 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325179325352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13309] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13309/stat : 13309 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325178272808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13310] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13310/stat : 13310 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325177219752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13311] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13311/stat : 13311 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325176167208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13312] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13312/stat : 13312 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325175114152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13313] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13313/stat : 13313 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325174061608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13314] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13314/stat : 13314 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325173008552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13315] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13315/stat : 13315 (java) S 13303 13305 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341188770 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325019740456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13316] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13316/stat : 13316 (java) S 13303 13305 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341188771 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325007543144 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13317] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13317/stat : 13317 (java) S 13303 13305 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341188772 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325006489464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13318] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13318/stat : 13318 (java) S 13303 13305 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341188772 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325005436296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13319] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13319/stat : 13319 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188774 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325004385040 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13320] ppid=13303 vsize=11586392 CPUtime=0.34 cores=0,2,4,6
/proc/13305/task/13320/stat : 13320 (java) S 13303 13305 13088 0 -1 4202560 3233 0 0 0 32 2 0 0 20 0 18 0 341188774 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325003331896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13321] ppid=13303 vsize=11586392 CPUtime=0.36 cores=0,2,4,6
/proc/13305/task/13321/stat : 13321 (java) S 13303 13305 13088 0 -1 4202560 2087 0 0 0 36 0 0 0 20 0 18 0 341188774 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325002279352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13322] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13322/stat : 13322 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188774 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325001226488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13323] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13323/stat : 13323 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188774 11864465408 550876 33554432000 1073741824 1073778376 140736935181136 140325000174152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 11586392

[startup+6.30059 s]
/proc/loadavg: 3.61 3.80 3.19 3/212 13323
/proc/meminfo: memFree=25660752/32873844 swapFree=7116/7116
[pid=13305] ppid=13303 vsize=11586392 CPUtime=7.68 cores=0,2,4,6
/proc/13305/stat : 13305 (java) S 13303 13305 13088 0 -1 4202496 11438 0 1 0 695 73 0 0 20 0 18 0 341188767 11864465408 695626 33554432000 1073741824 1073778376 140736935181136 140736935172272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 2896598 695626 2252 9 0 2887285 0
[pid=13305/tid=13306] ppid=13303 vsize=11586392 CPUtime=6.01 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) S 13303 13305 13088 0 -1 4202560 4622 0 1 0 553 48 0 0 20 0 18 0 341188768 11864465408 695626 33554432000 1073741824 1073778376 140736935181136 140325190262008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/13305/task/13308/stat : 13308 (java) R 13303 13305 13088 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 18 0 341188770 11864465408 695626 33554432000 1073741824 1073778376 140736935181136 140325179325528 140325192734393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13309] ppid=13303 vsize=11586392 CPUtime=0.2 cores=0,2,4,6
/proc/13305/task/13309/stat : 13309 (java) R 13303 13305 13088 0 -1 4202560 71 0 0 0 15 5 0 0 20 0 18 0 341188770 11864465408 695626 33554432000 1073741824 1073778376 140736935181136 140325178272808 140325192734401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13310] ppid=13303 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/13305/task/13310/stat : 13310 (java) R 13303 13305 13088 0 -1 4202560 33 0 0 0 5 3 0 0 20 0 18 0 341188770 11864465408 695626 33554432000 1073741824 1073778376 140736935181136 140325177219928 140325192734451 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13311] ppid=13303 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/13305/task/13311/stat : 13311 (java) R 13303 13305 13088 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 18 0 341188770 11864465408 695626 33554432000 1073741824 1073778376 140736935181136 140325176167384 140325197161526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13312] ppid=13303 vsize=11586392 CPUtime=0.13 cores=0,2,4,6
/proc/13305/task/13312/stat : 13312 (java) R 13303 13305 13088 0 -1 4202560 58 0 0 0 8 5 0 0 20 0 18 0 341188770 11864465408 695626 33554432000 1073741824 1073778376 140736935181136 140325175114152 140325192734451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13313] ppid=13303 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/13305/task/13313/stat : 13313 (java) R 13303 13305 13088 0 -1 4202560 28 0 0 0 6 2 0 0 20 0 18 0 341188770 11864465408 695626 33554432000 1073741824 1073778376 140736935181136 140325174061784 140325194438831 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13314] ppid=13303 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/13305/task/13314/stat : 13314 (java) R 13303 13305 13088 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 18 0 341188770 11864465408 695626 33554432000 1073741824 1073778376 140736935181136 140325173008728 140325192734393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13315] ppid=13303 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/13305/task/13315/stat : 13315 (java) R 13303 13305 13088 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 18 0 341188770 11864465408 695626 33554432000 1073741824 1073778376 140736935181136 140325019740336 140325194438831 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13316] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13316/stat : 13316 (java) S 13303 13305 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341188771 11864465408 696138 33554432000 1073741824 1073778376 140736935181136 140325007542024 240568546364 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13317] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13317/stat : 13317 (java) S 13303 13305 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341188772 11864465408 696138 33554432000 1073741824 1073778376 140736935181136 140325006489464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13318] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13318/stat : 13318 (java) S 13303 13305 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341188772 11864465408 696138 33554432000 1073741824 1073778376 140736935181136 140325005436296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13319] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13319/stat : 13319 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188774 11864465408 696138 33554432000 1073741824 1073778376 140736935181136 140325004385040 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13320] ppid=13303 vsize=11586392 CPUtime=0.35 cores=0,2,4,6
/proc/13305/task/13320/stat : 13320 (java) S 13303 13305 13088 0 -1 4202560 3233 0 0 0 33 2 0 0 20 0 18 0 341188774 11864465408 696138 33554432000 1073741824 1073778376 140736935181136 140325003331896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13321] ppid=13303 vsize=11586392 CPUtime=0.37 cores=0,2,4,6
/proc/13305/task/13321/stat : 13321 (java) S 13303 13305 13088 0 -1 4202560 2087 0 0 0 37 0 0 0 20 0 18 0 341188774 11864465408 696138 33554432000 1073741824 1073778376 140736935181136 140325002279352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13322] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13322/stat : 13322 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188774 11864465408 696138 33554432000 1073741824 1073778376 140736935181136 140325001226488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13323] ppid=13303 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13323/stat : 13323 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188774 11864465408 696138 33554432000 1073741824 1073778376 140736935181136 140325000174152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/13305/statm: 2963162 1022892 2287 9 0 2953849 0
[pid=13305/tid=13306] ppid=13303 vsize=11852648 CPUtime=15.19 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) S 13303 13305 13088 0 -1 4202560 4662 0 1 0 1467 52 0 0 20 0 22 0 341188768 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325190263960 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=11852648 CPUtime=2.43 cores=0,2,4,6
/proc/13305/task/13308/stat : 13308 (java) S 13303 13305 13088 0 -1 4202560 576 0 0 0 218 25 0 0 20 0 22 0 341188770 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325179325352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13309] ppid=13303 vsize=11852648 CPUtime=2.43 cores=0,2,4,6
/proc/13305/task/13309/stat : 13309 (java) S 13303 13305 13088 0 -1 4202560 532 0 0 0 216 27 0 0 20 0 22 0 341188770 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325178272808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13310] ppid=13303 vsize=11852648 CPUtime=2.5 cores=0,2,4,6
/proc/13305/task/13310/stat : 13310 (java) S 13303 13305 13088 0 -1 4202560 561 0 0 0 224 26 0 0 20 0 22 0 341188770 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325177219752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13311] ppid=13303 vsize=11852648 CPUtime=2.76 cores=0,2,4,6
/proc/13305/task/13311/stat : 13311 (java) S 13303 13305 13088 0 -1 4202560 566 0 0 0 246 30 0 0 20 0 22 0 341188770 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325176167208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13312] ppid=13303 vsize=11852648 CPUtime=2.9 cores=0,2,4,6
/proc/13305/task/13312/stat : 13312 (java) S 13303 13305 13088 0 -1 4202560 655 0 0 0 253 37 0 0 20 0 22 0 341188770 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325175114152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13313] ppid=13303 vsize=11852648 CPUtime=2.68 cores=0,2,4,6
/proc/13305/task/13313/stat : 13313 (java) S 13303 13305 13088 0 -1 4202560 567 0 0 0 241 27 0 0 20 0 22 0 341188770 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325174061608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13314] ppid=13303 vsize=11852648 CPUtime=2.23 cores=0,2,4,6
/proc/13305/task/13314/stat : 13314 (java) S 13303 13305 13088 0 -1 4202560 546 0 0 0 198 25 0 0 20 0 22 0 341188770 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325173008552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13315] ppid=13303 vsize=11852648 CPUtime=2.35 cores=0,2,4,6
/proc/13305/task/13315/stat : 13315 (java) S 13303 13305 13088 0 -1 4202560 512 0 0 0 212 23 0 0 20 0 22 0 341188770 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325019740456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13316] ppid=13303 vsize=11852648 CPUtime=43.29 cores=0,2,4,6
/proc/13305/task/13316/stat : 13316 (java) S 13303 13305 13088 0 -1 4202560 7234 0 0 0 4322 7 0 0 20 0 22 0 341188771 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325007543144 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13317] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13317/stat : 13317 (java) S 13303 13305 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341188772 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325006489464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13318] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13318/stat : 13318 (java) S 13303 13305 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341188772 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325005436296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13319] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13319/stat : 13319 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188774 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325004385040 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13320] ppid=13303 vsize=11852648 CPUtime=1.98 cores=0,2,4,6
/proc/13305/task/13320/stat : 13320 (java) S 13303 13305 13088 0 -1 4202560 17061 0 0 0 194 4 0 0 20 0 22 0 341188774 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325003331896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13321] ppid=13303 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/13305/task/13321/stat : 13321 (java) S 13303 13305 13088 0 -1 4202560 4698 0 0 0 110 0 0 0 20 0 22 0 341188774 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325002279352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13322] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13322/stat : 13322 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188774 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325001226488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13323] ppid=13303 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/13305/task/13323/stat : 13323 (java) S 13303 13305 13088 0 -1 4202560 46 0 0 0 16 11 0 0 20 0 22 0 341188774 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140325000174152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=13305/tid=13328] ppid=13303 vsize=11852648 CPUtime=756.17 cores=0,2,4,6
/proc/13305/task/13328/stat : 13328 (java) R 13303 13305 13088 0 -1 4202560 54 0 0 0 75605 12 0 0 20 0 22 0 341190448 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140324999119696 140325054514957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13329] ppid=13303 vsize=11852648 CPUtime=756.11 cores=0,2,4,6
/proc/13305/task/13329/stat : 13329 (java) R 13303 13305 13088 0 -1 4202560 111 0 0 0 75598 13 0 0 20 0 22 0 341190448 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140324998065280 140325054986232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13330] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13330/stat : 13330 (java) S 13303 13305 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341190453 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140324997014824 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13331] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13331/stat : 13331 (java) S 13303 13305 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341190454 12137111552 1022892 33554432000 1073741824 1073778376 140736935181136 140324995962280 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1598.54
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.95 3.64 5/219 13337
/proc/meminfo: memFree=22994612/32873844 swapFree=7116/7116
[pid=13305] ppid=13303 vsize=11852648 CPUtime=1716.04 cores=0,2,4,6
/proc/13305/stat : 13305 (java) S 13303 13305 13088 0 -1 4202496 43095 0 1 0 171303 301 0 0 20 0 22 0 341188767 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140736935172272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 2963162 1022918 2287 9 0 2953849 0
[pid=13305/tid=13306] ppid=13303 vsize=11852648 CPUtime=15.19 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) S 13303 13305 13088 0 -1 4202560 4663 0 1 0 1467 52 0 0 20 0 22 0 341188768 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325190263960 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=11852648 CPUtime=2.5 cores=0,2,4,6
/proc/13305/task/13308/stat : 13308 (java) S 13303 13305 13088 0 -1 4202560 576 0 0 0 225 25 0 0 20 0 22 0 341188770 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325179325352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13309] ppid=13303 vsize=11852648 CPUtime=2.48 cores=0,2,4,6
/proc/13305/task/13309/stat : 13309 (java) S 13303 13305 13088 0 -1 4202560 535 0 0 0 221 27 0 0 20 0 22 0 341188770 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325178272808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13310] ppid=13303 vsize=11852648 CPUtime=2.56 cores=0,2,4,6
/proc/13305/task/13310/stat : 13310 (java) S 13303 13305 13088 0 -1 4202560 575 0 0 0 230 26 0 0 20 0 22 0 341188770 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325177219752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13311] ppid=13303 vsize=11852648 CPUtime=2.82 cores=0,2,4,6
/proc/13305/task/13311/stat : 13311 (java) S 13303 13305 13088 0 -1 4202560 573 0 0 0 252 30 0 0 20 0 22 0 341188770 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325176167208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13312] ppid=13303 vsize=11852648 CPUtime=2.95 cores=0,2,4,6
/proc/13305/task/13312/stat : 13312 (java) S 13303 13305 13088 0 -1 4202560 656 0 0 0 258 37 0 0 20 0 22 0 341188770 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325175114152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13313] ppid=13303 vsize=11852648 CPUtime=2.76 cores=0,2,4,6
/proc/13305/task/13313/stat : 13313 (java) S 13303 13305 13088 0 -1 4202560 567 0 0 0 249 27 0 0 20 0 22 0 341188770 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325174061608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13314] ppid=13303 vsize=11852648 CPUtime=2.35 cores=0,2,4,6
/proc/13305/task/13314/stat : 13314 (java) S 13303 13305 13088 0 -1 4202560 546 0 0 0 210 25 0 0 20 0 22 0 341188770 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325173008552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13315] ppid=13303 vsize=11852648 CPUtime=2.39 cores=0,2,4,6
/proc/13305/task/13315/stat : 13315 (java) S 13303 13305 13088 0 -1 4202560 514 0 0 0 216 23 0 0 20 0 22 0 341188770 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325019740456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13316] ppid=13303 vsize=11852648 CPUtime=46.03 cores=0,2,4,6
/proc/13305/task/13316/stat : 13316 (java) S 13303 13305 13088 0 -1 4202560 10720 0 0 0 4596 7 0 0 20 0 22 0 341188771 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325007543144 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13317] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13317/stat : 13317 (java) S 13303 13305 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341188772 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325006489464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13318] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13318/stat : 13318 (java) S 13303 13305 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341188772 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325005436296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13319] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13319/stat : 13319 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188774 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325004385040 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13320] ppid=13303 vsize=11852648 CPUtime=1.98 cores=0,2,4,6
/proc/13305/task/13320/stat : 13320 (java) S 13303 13305 13088 0 -1 4202560 17061 0 0 0 194 4 0 0 20 0 22 0 341188774 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325003331896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13321] ppid=13303 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/13305/task/13321/stat : 13321 (java) S 13303 13305 13088 0 -1 4202560 4698 0 0 0 110 0 0 0 20 0 22 0 341188774 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325002279352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13322] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13322/stat : 13322 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188774 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325001226488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13323] ppid=13303 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/13305/task/13323/stat : 13323 (java) S 13303 13305 13088 0 -1 4202560 50 0 0 0 17 12 0 0 20 0 22 0 341188774 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140325000174152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=13305/tid=13328] ppid=13303 vsize=11852648 CPUtime=813.14 cores=0,2,4,6
/proc/13305/task/13328/stat : 13328 (java) R 13303 13305 13088 0 -1 4202560 57 0 0 0 81301 13 0 0 20 0 22 0 341190448 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140324999119696 140325054993810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13329] ppid=13303 vsize=11852648 CPUtime=813.06 cores=0,2,4,6
/proc/13305/task/13329/stat : 13329 (java) R 13303 13305 13088 0 -1 4202560 112 0 0 0 81292 14 0 0 20 0 22 0 341190448 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140324998065376 140325054986208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13330] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13330/stat : 13330 (java) S 13303 13305 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341190453 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140324997014824 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13331] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13331/stat : 13331 (java) S 13303 13305 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341190454 12137111552 1022918 33554432000 1073741824 1073778376 140736935181136 140324995962280 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1716.04
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.001 s]
/proc/loadavg: 4.07 3.97 3.66 7/219 13399
/proc/meminfo: memFree=26637360/32873844 swapFree=7116/7116
[pid=13305] ppid=13303 vsize=11852648 CPUtime=1800.18 cores=0,2,4,6
/proc/13305/stat : 13305 (java) S 13303 13305 13088 0 -1 4202496 44966 0 1 0 179715 303 0 0 20 0 22 0 341188767 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140736935172272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 2963162 1023465 2287 9 0 2953849 0
[pid=13305/tid=13306] ppid=13303 vsize=11852648 CPUtime=15.2 cores=0,2,4,6
/proc/13305/task/13306/stat : 13306 (java) S 13303 13305 13088 0 -1 4202560 4664 0 1 0 1468 52 0 0 20 0 22 0 341188768 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325190263960 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=11852648 CPUtime=2.53 cores=0,2,4,6
/proc/13305/task/13308/stat : 13308 (java) S 13303 13305 13088 0 -1 4202560 576 0 0 0 228 25 0 0 20 0 22 0 341188770 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325179325352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13309] ppid=13303 vsize=11852648 CPUtime=2.53 cores=0,2,4,6
/proc/13305/task/13309/stat : 13309 (java) S 13303 13305 13088 0 -1 4202560 540 0 0 0 225 28 0 0 20 0 22 0 341188770 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325178272808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13310] ppid=13303 vsize=11852648 CPUtime=2.6 cores=0,2,4,6
/proc/13305/task/13310/stat : 13310 (java) S 13303 13305 13088 0 -1 4202560 575 0 0 0 234 26 0 0 20 0 22 0 341188770 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325177219752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13311] ppid=13303 vsize=11852648 CPUtime=2.85 cores=0,2,4,6
/proc/13305/task/13311/stat : 13311 (java) S 13303 13305 13088 0 -1 4202560 582 0 0 0 255 30 0 0 20 0 22 0 341188770 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325176167208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13312] ppid=13303 vsize=11852648 CPUtime=2.97 cores=0,2,4,6
/proc/13305/task/13312/stat : 13312 (java) S 13303 13305 13088 0 -1 4202560 664 0 0 0 260 37 0 0 20 0 22 0 341188770 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325175114152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13313] ppid=13303 vsize=11852648 CPUtime=2.79 cores=0,2,4,6
/proc/13305/task/13313/stat : 13313 (java) S 13303 13305 13088 0 -1 4202560 567 0 0 0 252 27 0 0 20 0 22 0 341188770 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325174061608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13314] ppid=13303 vsize=11852648 CPUtime=2.37 cores=0,2,4,6
/proc/13305/task/13314/stat : 13314 (java) S 13303 13305 13088 0 -1 4202560 546 0 0 0 212 25 0 0 20 0 22 0 341188770 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325173008552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13315] ppid=13303 vsize=11852648 CPUtime=2.42 cores=0,2,4,6
/proc/13305/task/13315/stat : 13315 (java) S 13303 13305 13088 0 -1 4202560 526 0 0 0 219 23 0 0 20 0 22 0 341188770 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325019740456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13316] ppid=13303 vsize=11852648 CPUtime=47.41 cores=0,2,4,6
/proc/13305/task/13316/stat : 13316 (java) S 13303 13305 13088 0 -1 4202560 12553 0 0 0 4734 7 0 0 20 0 22 0 341188771 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325007543144 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13317] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13317/stat : 13317 (java) S 13303 13305 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341188772 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325006489464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13318] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13318/stat : 13318 (java) S 13303 13305 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341188772 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325005436296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13319] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13319/stat : 13319 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188774 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325004385040 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13305/tid=13320] ppid=13303 vsize=11852648 CPUtime=1.98 cores=0,2,4,6
/proc/13305/task/13320/stat : 13320 (java) S 13303 13305 13088 0 -1 4202560 17061 0 0 0 194 4 0 0 20 0 22 0 341188774 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325003331896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13321] ppid=13303 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/13305/task/13321/stat : 13321 (java) S 13303 13305 13088 0 -1 4202560 4698 0 0 0 110 0 0 0 20 0 22 0 341188774 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325002279352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13322] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13322/stat : 13322 (java) S 13303 13305 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188774 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325001226488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13323] ppid=13303 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/13305/task/13323/stat : 13323 (java) S 13303 13305 13088 0 -1 4202560 52 0 0 0 18 13 0 0 20 0 22 0 341188774 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140325000174152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=13305/tid=13328] ppid=13303 vsize=11852648 CPUtime=854.28 cores=0,2,4,6
/proc/13305/task/13328/stat : 13328 (java) R 13303 13305 13088 0 -1 4202560 57 0 0 0 85415 13 0 0 20 0 22 0 341190448 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140324999119696 140325054949128 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13305/tid=13329] ppid=13303 vsize=11852648 CPUtime=854.2 cores=0,2,4,6
/proc/13305/task/13329/stat : 13329 (java) R 13303 13305 13088 0 -1 4202560 113 0 0 0 85406 14 0 0 20 0 22 0 341190448 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140324998065376 140325054986232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13305/tid=13330] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13330/stat : 13330 (java) S 13303 13305 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341190453 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140324997014824 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13305/tid=13331] ppid=13303 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13305/task/13331/stat : 13331 (java) S 13303 13305 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341190454 12137111552 1023465 33554432000 1073741824 1073778376 140736935181136 140324995962280 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 13305 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=479501
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=412481
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 925.05
CPU time (s): 1800.18
CPU user time (s): 1797.15
CPU system time (s): 3.03
CPU usage (%): 194.604
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.48
system time used= 3.41248
maximum resident set size= 4101176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45001
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24229
involuntary context switches= 35024

runsolver used 3.39148 second user time and 8.30274 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 21:10:38
IDJOB=3741021
IDBENCH=89731
IDSOLVER=2328
FILE ID=node146/3741021-1338750636
RUNJOBID= node146-1338749727-13104
PBS_JOBID= 14636806
Free space on /tmp= 70748 MiB

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

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

MD5SUM BENCH= 7cf213338254036b9868078970e2a948
RANDOM SEED=781315268

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31058232 kB
Buffers:          310736 kB
Cached:           618940 kB
SwapCached:         1792 kB
Active:           636240 kB
Inactive:         347452 kB
Active(anon):      54908 kB
Inactive(anon):     1664 kB
Active(file):     581332 kB
Inactive(file):   345788 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            161804 kB
Writeback:             0 kB
AnonPages:         25884 kB
Mapped:            16472 kB
Shmem:                 0 kB
Slab:             683200 kB
SReclaimable:     122340 kB
SUnreclaim:       560860 kB
KernelStack:        1432 kB
PageTables:         4400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10451204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70796 MiB
End job on node146 at 2012-06-03 21:26:05