Trace number 3730764

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark112.93
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
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 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
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.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		1349517296
0.01/0.07	c Max memory 		1356595200
0.01/0.07	c Total memory 		1356595200
0.01/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3730764-1338730844.opb
0.11/0.10	c reading problem ... 
2.44/1.60	c ... done. Wall clock time 1.499s.
2.44/1.60	c #vars     81558
2.44/1.60	c #constraints  240469
2.44/1.60	c constraints type 
2.44/1.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
2.44/1.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
2.44/1.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
2.44/1.60	c constraints type 
2.44/1.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 157734
2.44/1.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78130
2.44/1.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
39.36/18.98	c cleaning 2495 clauses out of 4999 with flag 5000/5000
72.07/34.93	c cleaning 4239 clauses out of 8504 with flag 11000/11000
97.52/47.64	c cleaning 0 clauses out of 5000 with flag 0/5001
115.45/56.55	c cleaning 5619 clauses out of 11265 with flag 18000/18000
157.35/77.44	c cleaning 6802 clauses out of 13647 with flag 26001/26001
203.00/100.10	c cleaning 7916 clauses out of 15844 with flag 35000/35000
264.67/130.86	c cleaning 8948 clauses out of 17928 with flag 45000/45000
329.12/162.93	c cleaning 0 clauses out of 10999 with flag 0/11000
330.93/164.03	c cleaning 9976 clauses out of 19981 with flag 56001/56001
402.71/199.71	c cleaning 10993 clauses out of 22004 with flag 68000/68000
475.76/236.01	c cleaning 11986 clauses out of 24011 with flag 81000/81000
559.80/277.72	c cleaning 13011 clauses out of 26026 with flag 95001/95001
657.30/326.27	c cleaning 14000 clauses out of 28016 with flag 110002/110002
747.22/370.93	c cleaning 14977 clauses out of 30013 with flag 126000/126000
852.33/423.10	c cleaning 15980 clauses out of 32037 with flag 143001/143001
926.92/460.26	c cleaning 0 clauses out of 18002 with flag 0/18003
955.05/474.44	c cleaning 17010 clauses out of 34056 with flag 161000/161000
1077.53/535.06	c cleaning 18020 clauses out of 36047 with flag 180001/180001
1196.46/593.98	c cleaning 19003 clauses out of 38026 with flag 200000/200000
1353.48/671.76	c cleaning 20004 clauses out of 40024 with flag 221001/221001
1515.23/751.84	c cleaning 20981 clauses out of 42020 with flag 243001/243001
1637.21/812.18	c cleaning 21996 clauses out of 44039 with flag 266001/266001
1778.21/881.89	c cleaning 23016 clauses out of 46042 with flag 290000/290000
1800.13/892.81	c starts		: 133
1800.13/892.81	c conflicts		: 292929
1800.13/892.81	c decisions		: 482564
1800.13/892.81	c propagations		: 1740056462
1800.13/892.81	c inspects		: 4150385856
1800.13/892.81	c learnt literals	: 2
1800.13/892.81	c learnt binary clauses	: 155
1800.13/892.81	c learnt ternary clauses	: 301
1800.13/892.81	c learnt clauses	: 292927
1800.13/892.81	c ignored clauses	: 0
1800.13/892.81	c root simplifications	: 0
1800.13/892.81	c removed literals (reason simplification)	: 7205849
1800.13/892.81	c reason swapping (by a shorter reason)	: 0
1800.13/892.81	c Calls to reduceDB	: 20
1800.13/892.81	c number of reductions to clauses (during analyze)	: 0
1800.13/892.81	c number of learned constraints concerned by reduction	: 0
1800.13/892.81	c number of learning phase by resolution	: 0
1800.13/892.81	c number of learning phase by cutting planes	: 0
1800.13/892.81	c speed (assignments/second)	: 1952462.226720466
1800.13/892.81	c non guided choices	929
1800.13/892.82	c learnt constraints type 
1800.13/892.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 25804
1800.13/892.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 155
1800.13/892.82	c constraints type 
1800.13/892.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1800.13/892.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1800.13/892.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
1800.13/892.82	c constraints type 
1800.13/892.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 157734
1800.13/892.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78130
1800.13/892.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
1800.13/892.82	s UNKNOWN
1800.13/892.82	c Total wall clock time (in seconds): 892.727

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-3730764-1338730844/watcher-3730764-1338730844 -o /tmp/evaluation-result-3730764-1338730844/solver-3730764-1338730844 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730764-1338730844.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.48 3.85 3.79 4/198 15099
/proc/meminfo: memFree=30860296/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 339210398 94019584 917 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 22954 917 697 9 0 16769 0
[pid=15099/tid=15100] ppid=15097 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) D 15097 15099 3958 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 339210398 94019584 917 33554432000 1073741824 1073778376 140733994228480 140462220172840 217401355559 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.0283811 s]
/proc/loadavg: 3.48 3.85 3.79 4/198 15099
/proc/meminfo: memFree=30860296/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=2233952 CPUtime=0.01 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 3631 0 1 0 1 0 0 0 20 0 11 0 339210398 2287566848 4841 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 558488 4841 1651 9 0 549189 0
[pid=15099/tid=15100] ppid=15097 vsize=2233952 CPUtime=0.01 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) R 15097 15099 3958 0 -1 4202560 2472 0 1 0 1 0 0 0 20 0 11 0 339210398 2287566848 4841 33554432000 1073741824 1073778376 140733994228480 140462220180232 217413903629 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2233952

[startup+0.100286 s]
/proc/loadavg: 3.48 3.85 3.79 4/198 15099
/proc/meminfo: memFree=30860296/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 4828 0 1 0 10 1 0 0 20 0 18 0 339210398 2764726272 6521 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 674982 6521 2139 9 0 665676 0
[pid=15099/tid=15100] ppid=15097 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) R 15097 15099 3958 0 -1 4202560 2772 0 1 0 7 1 0 0 20 0 18 0 339210398 2764726272 6524 33554432000 1073741824 1073778376 140733994228480 140462220168136 217413903629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300193 s]
/proc/loadavg: 3.48 3.85 3.79 4/198 15099
/proc/meminfo: memFree=30860296/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=2699928 CPUtime=0.52 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 6135 0 1 0 51 1 0 0 20 0 18 0 339210398 2764726272 10179 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 674982 10179 2218 9 0 665676 0
[pid=15099/tid=15100] ppid=15097 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) R 15097 15099 3958 0 -1 4202560 2789 0 1 0 27 1 0 0 20 0 18 0 339210398 2764726272 10179 33554432000 1073741824 1073778376 140733994228480 140462220168136 140462090417660 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2699928

[startup+0.700267 s]
/proc/loadavg: 3.48 3.85 3.79 4/198 15099
/proc/meminfo: memFree=30860296/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=2699928 CPUtime=1.26 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 11811 0 1 0 119 7 0 0 20 0 18 0 339210398 2764726272 54256 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 674982 54256 2230 9 0 665676 0
[pid=15099/tid=15100] ppid=15097 vsize=2699928 CPUtime=0.68 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) R 15097 15099 3958 0 -1 4202560 2868 0 1 0 62 6 0 0 20 0 18 0 339210398 2764726272 54256 33554432000 1073741824 1073778376 140733994228480 140462220168136 140462090828443 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) 2699928

[startup+1.50067 s]
/proc/loadavg: 3.48 3.85 3.79 4/216 15117
/proc/meminfo: memFree=30493284/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=2699928 CPUtime=2.27 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 12008 0 1 0 213 14 0 0 20 0 18 0 339210398 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 674982 106515 2256 9 0 665676 0
[pid=15099/tid=15100] ppid=15097 vsize=2699928 CPUtime=1.42 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) R 15097 15099 3958 0 -1 4202560 2964 0 1 0 133 9 0 0 20 0 18 0 339210398 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140462220176680 140462090377582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 3958 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 339210399 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140462209239720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339210399 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140462085569320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15104/stat : 15104 (java) S 15097 15099 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339210399 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140462084516776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 3958 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 339210399 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140462083464232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 3958 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 339210399 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140462082410664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339210399 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140462081358120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 3958 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 339210399 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140462080305576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15109] ppid=15097 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339210399 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140462079253032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15110] ppid=15097 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339210400 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140461596441192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339210401 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140461595387512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15112] ppid=15097 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15112/stat : 15112 (java) S 15097 15099 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339210401 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140461594334856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15113] ppid=15097 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15113/stat : 15113 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339210403 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140461593283600 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15114] ppid=15097 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/15099/task/15114/stat : 15114 (java) S 15097 15099 3958 0 -1 4202560 3912 0 0 0 29 0 0 0 20 0 18 0 339210403 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140461592229944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15115] ppid=15097 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/15099/task/15115/stat : 15115 (java) S 15097 15099 3958 0 -1 4202560 3848 0 0 0 29 0 0 0 20 0 18 0 339210403 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140461591177400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15116] ppid=15097 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15116/stat : 15116 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339210403 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140461590125048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15117] ppid=15097 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15117/stat : 15117 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339210403 2764726272 106515 33554432000 1073741824 1073778376 140733994228480 140461589072712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 2699928

[startup+3.10837 s]
/proc/loadavg: 3.48 3.85 3.79 5/220 15121
/proc/meminfo: memFree=30327460/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=2966184 CPUtime=6.65 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 14645 0 1 0 641 24 0 0 20 0 22 0 339210398 3037372416 125692 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 741546 125692 2266 9 0 732240 0
[pid=15099/tid=15100] ppid=15097 vsize=2966184 CPUtime=1.52 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) S 15097 15099 3958 0 -1 4202560 2968 0 1 0 143 9 0 0 20 0 22 0 339210398 3037372416 125692 33554432000 1073741824 1073778376 140733994228480 140462220178584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/15099/task/15102/stat : 15102 (java) R 15097 15099 3958 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 22 0 339210399 3037372416 125692 33554432000 1073741824 1073778376 140733994228480 140462209239896 140462223456135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/15099/task/15103/stat : 15103 (java) R 15097 15099 3958 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 339210399 3037372416 125692 33554432000 1073741824 1073778376 140733994228480 140462085569320 140462224339672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/15099/task/15104/stat : 15104 (java) R 15097 15099 3958 0 -1 4202560 52 0 0 0 7 3 0 0 20 0 22 0 339210399 3037372416 125692 33554432000 1073741824 1073778376 140733994228480 140462084516952 140462227074139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/15099/task/15105/stat : 15105 (java) R 15097 15099 3958 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 339210399 3037372416 125693 33554432000 1073741824 1073778376 140733994228480 140462083464408 140462227073872 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/15099/task/15106/stat : 15106 (java) R 15097 15099 3958 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 339210399 3037372416 125693 33554432000 1073741824 1073778376 140733994228480 140462082410664 140462223456156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/15099/task/15107/stat : 15107 (java) R 15097 15099 3958 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 339210399 3037372416 125695 33554432000 1073741824 1073778376 140733994228480 140462081358296 140462227073928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/15099/task/15108/stat : 15108 (java) R 15097 15099 3958 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 22 0 339210399 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140462080305576 140462224353529 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15109] ppid=15097 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/15099/task/15109/stat : 15109 (java) R 15097 15099 3958 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 339210399 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140462079253208 140462224353455 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15110] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339210400 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461596440072 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339210401 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461595387512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15112] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15112/stat : 15112 (java) S 15097 15099 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339210401 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461594334856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15113] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15113/stat : 15113 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339210403 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461593283600 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15114] ppid=15097 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/15099/task/15114/stat : 15114 (java) S 15097 15099 3958 0 -1 4202560 5761 0 0 0 91 1 0 0 20 0 22 0 339210403 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461592229944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15115] ppid=15097 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/15099/task/15115/stat : 15115 (java) S 15097 15099 3958 0 -1 4202560 4346 0 0 0 75 0 0 0 20 0 22 0 339210403 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461591177400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15116] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15116/stat : 15116 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339210403 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461590125048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15117] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15117/stat : 15117 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339210403 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461589072712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15118] ppid=15097 vsize=2966184 CPUtime=1.36 cores=0,2,4,6
/proc/15099/task/15118/stat : 15118 (java) S 15097 15099 3958 0 -1 4202560 23 0 0 0 136 0 0 0 20 0 22 0 339210558 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461588016056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15119] ppid=15097 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/15099/task/15119/stat : 15119 (java) S 15097 15099 3958 0 -1 4202560 62 0 0 0 138 0 0 0 20 0 22 0 339210558 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461586963800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15120] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15120/stat : 15120 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339210562 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461585913384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15121] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15121/stat : 15121 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339210562 3037372416 125696 33554432000 1073741824 1073778376 140733994228480 140461584860840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 2966184

[startup+6.30074 s]
/proc/loadavg: 3.52 3.85 3.79 5/220 15121
/proc/meminfo: memFree=30343136/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=2966184 CPUtime=13.63 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 16395 0 1 0 1336 27 0 0 20 0 22 0 339210398 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 741546 130330 2271 9 0 732240 0
[pid=15099/tid=15100] ppid=15097 vsize=2966184 CPUtime=1.52 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) S 15097 15099 3958 0 -1 4202560 2968 0 1 0 143 9 0 0 20 0 22 0 339210398 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140462220178584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 3958 0 -1 4202560 70 0 0 0 24 3 0 0 20 0 22 0 339210399 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140462209239720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=2966184 CPUtime=0.14 cores=0,2,4,6
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 3958 0 -1 4202560 33 0 0 0 12 2 0 0 20 0 22 0 339210399 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140462085569320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/15099/task/15104/stat : 15104 (java) S 15097 15099 3958 0 -1 4202560 57 0 0 0 15 3 0 0 20 0 22 0 339210399 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140462084516776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=2966184 CPUtime=0.2 cores=0,2,4,6
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 3958 0 -1 4202560 51 0 0 0 18 2 0 0 20 0 22 0 339210399 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140462083464232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 3958 0 -1 4202560 53 0 0 0 10 2 0 0 20 0 22 0 339210399 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140462082410664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 3958 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 22 0 339210399 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140462081358120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 3958 0 -1 4202560 38 0 0 0 13 2 0 0 20 0 22 0 339210399 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140462080305576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15109] ppid=15097 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 3958 0 -1 4202560 32 0 0 0 11 0 0 0 20 0 22 0 339210399 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140462079253032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15110] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339210400 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140461596441192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339210401 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140461595387512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15112] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15112/stat : 15112 (java) S 15097 15099 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339210401 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140461594334856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15113] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15113/stat : 15113 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339210403 3037372416 130330 33554432000 1073741824 1073778376 140733994228480 140461593283600 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=15099/tid=15119] ppid=15097 vsize=2966184 CPUtime=742.35 cores=0,2,4,6
/proc/15099/task/15119/stat : 15119 (java) R 15097 15099 3958 0 -1 4202560 409 0 0 0 74222 13 0 0 20 0 22 0 339210558 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461586964288 140462091421953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15120] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15120/stat : 15120 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339210562 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461585913384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15121] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15121/stat : 15121 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339210562 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461584860840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1536.17
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.03 4.02 3.92 5/219 15126
/proc/meminfo: memFree=29965984/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=2966184 CPUtime=1657.6 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 37876 0 1 0 165649 111 0 0 20 0 22 0 339210398 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 741546 183366 2283 9 0 732240 0
[pid=15099/tid=15100] ppid=15097 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) S 15097 15099 3958 0 -1 4202560 2981 0 1 0 144 10 0 0 20 0 22 0 339210398 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140462220178584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=2966184 CPUtime=5.84 cores=0,2,4,6
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 3958 0 -1 4202560 355 0 0 0 575 9 0 0 20 0 22 0 339210399 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140462209239720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=2966184 CPUtime=5.4 cores=0,2,4,6
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 3958 0 -1 4202560 304 0 0 0 534 6 0 0 20 0 22 0 339210399 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140462085569320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=2966184 CPUtime=5.37 cores=0,2,4,6
/proc/15099/task/15104/stat : 15104 (java) S 15097 15099 3958 0 -1 4202560 323 0 0 0 529 8 0 0 20 0 22 0 339210399 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140462084516776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=2966184 CPUtime=5.36 cores=0,2,4,6
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 3958 0 -1 4202560 321 0 0 0 530 6 0 0 20 0 22 0 339210399 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140462083464232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=2966184 CPUtime=5.42 cores=0,2,4,6
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 3958 0 -1 4202560 340 0 0 0 535 7 0 0 20 0 22 0 339210399 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140462082410664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=2966184 CPUtime=5.17 cores=0,2,4,6
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 3958 0 -1 4202560 308 0 0 0 512 5 0 0 20 0 22 0 339210399 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140462081358120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=2966184 CPUtime=5.47 cores=0,2,4,6
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 3958 0 -1 4202560 313 0 0 0 541 6 0 0 20 0 22 0 339210399 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140462080305576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15109] ppid=15097 vsize=2966184 CPUtime=5.69 cores=0,2,4,6
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 3958 0 -1 4202560 306 0 0 0 564 5 0 0 20 0 22 0 339210399 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140462079253032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15110] ppid=15097 vsize=2966184 CPUtime=7.72 cores=0,2,4,6
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 3958 0 -1 4202560 9857 0 0 0 738 34 0 0 20 0 22 0 339210400 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461596441192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339210401 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461595387512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15112] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15112/stat : 15112 (java) S 15097 15099 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339210401 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461594334856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15113] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15113/stat : 15113 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339210403 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461593283600 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15114] ppid=15097 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/15099/task/15114/stat : 15114 (java) S 15097 15099 3958 0 -1 4202560 5769 0 0 0 107 2 0 0 20 0 22 0 339210403 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461592229944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15115] ppid=15097 vsize=2966184 CPUtime=1.85 cores=0,2,4,6
/proc/15099/task/15115/stat : 15115 (java) S 15097 15099 3958 0 -1 4202560 14762 0 0 0 183 2 0 0 20 0 22 0 339210403 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461591177400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15116] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15116/stat : 15116 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339210403 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461590125048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15117] ppid=15097 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/15099/task/15117/stat : 15117 (java) S 15097 15099 3958 0 -1 4202560 47 0 0 0 11 17 0 0 20 0 22 0 339210403 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461589072712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15118] ppid=15097 vsize=2966184 CPUtime=800.84 cores=0,2,4,6
/proc/15099/task/15118/stat : 15118 (java) R 15097 15099 3958 0 -1 4202560 275 0 0 0 80069 15 0 0 20 0 22 0 339210558 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461588016872 140462091188745 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15119] ppid=15097 vsize=2966184 CPUtime=800.82 cores=0,2,4,6
/proc/15099/task/15119/stat : 15119 (java) R 15097 15099 3958 0 -1 4202560 427 0 0 0 80068 14 0 0 20 0 22 0 339210558 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461586963512 140462091188787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15120] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15120/stat : 15120 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339210562 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461585913384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15121] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15121/stat : 15121 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339210562 3037372416 183366 33554432000 1073741824 1073778376 140733994228480 140461584860840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1657.6
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.13 4.06 3.94 4/219 15429
/proc/meminfo: memFree=30295944/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=2966184 CPUtime=1778.88 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 37976 0 1 0 177770 118 0 0 20 0 22 0 339210398 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 741546 184902 2283 9 0 732240 0
[pid=15099/tid=15100] ppid=15097 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) S 15097 15099 3958 0 -1 4202560 2982 0 1 0 144 10 0 0 20 0 22 0 339210398 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462220178584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=2966184 CPUtime=6.39 cores=0,2,4,6
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 3958 0 -1 4202560 357 0 0 0 630 9 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462209239720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=2966184 CPUtime=5.86 cores=0,2,4,6
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 3958 0 -1 4202560 304 0 0 0 580 6 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462085569320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=2966184 CPUtime=5.86 cores=0,2,4,6
/proc/15099/task/15104/stat : 15104 (java) S 15097 15099 3958 0 -1 4202560 324 0 0 0 578 8 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462084516776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=2966184 CPUtime=5.84 cores=0,2,4,6
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 3958 0 -1 4202560 321 0 0 0 577 7 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462083464232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=2966184 CPUtime=5.86 cores=0,2,4,6
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 3958 0 -1 4202560 340 0 0 0 579 7 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462082410664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=2966184 CPUtime=5.59 cores=0,2,4,6
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 3958 0 -1 4202560 308 0 0 0 553 6 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462081358120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=2966184 CPUtime=5.88 cores=0,2,4,6
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 3958 0 -1 4202560 314 0 0 0 582 6 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462080305576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15109] ppid=15097 vsize=2966184 CPUtime=6.08 cores=0,2,4,6
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 3958 0 -1 4202560 306 0 0 0 603 5 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462079253032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15110] ppid=15097 vsize=2966184 CPUtime=8.13 cores=0,2,4,6
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 3958 0 -1 4202560 9909 0 0 0 775 38 0 0 20 0 22 0 339210400 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461596441192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339210401 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461595387512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15112] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15112/stat : 15112 (java) S 15097 15099 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339210401 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461594334856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15113] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15113/stat : 15113 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339210403 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461593283600 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15114] ppid=15097 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/15099/task/15114/stat : 15114 (java) S 15097 15099 3958 0 -1 4202560 5769 0 0 0 107 2 0 0 20 0 22 0 339210403 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461592229944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15115] ppid=15097 vsize=2966184 CPUtime=1.85 cores=0,2,4,6
/proc/15099/task/15115/stat : 15115 (java) S 15097 15099 3958 0 -1 4202560 14762 0 0 0 183 2 0 0 20 0 22 0 339210403 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461591177400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15116] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15116/stat : 15116 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339210403 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461590125048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15117] ppid=15097 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/15099/task/15117/stat : 15117 (java) S 15097 15099 3958 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 339210403 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461589072712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15118] ppid=15097 vsize=2966184 CPUtime=859.46 cores=0,2,4,6
/proc/15099/task/15118/stat : 15118 (java) R 15097 15099 3958 0 -1 4202560 289 0 0 0 85930 16 0 0 20 0 22 0 339210558 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461588017864 140462091238721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15119] ppid=15097 vsize=2966184 CPUtime=859.45 cores=0,2,4,6
/proc/15099/task/15119/stat : 15119 (java) R 15097 15099 3958 0 -1 4202560 452 0 0 0 85930 15 0 0 20 0 22 0 339210558 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461586963512 140462091238852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15120] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15120/stat : 15120 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339210562 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461585913384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15121] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15121/stat : 15121 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339210562 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461584860840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1778.88
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.801 s]
/proc/loadavg: 4.11 4.06 3.94 5/219 15429
/proc/meminfo: memFree=30283424/32873648 swapFree=7628/7628
[pid=15099] ppid=15097 vsize=2966184 CPUtime=1800.13 cores=0,2,4,6
/proc/15099/stat : 15099 (java) S 15097 15099 3958 0 -1 4202496 37982 0 1 0 179895 118 0 0 20 0 22 0 339210398 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140733994219616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15099/statm: 741546 184902 2283 9 0 732240 0
[pid=15099/tid=15100] ppid=15097 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/15099/task/15100/stat : 15100 (java) S 15097 15099 3958 0 -1 4202560 2982 0 1 0 144 10 0 0 20 0 22 0 339210398 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462220178584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=2966184 CPUtime=6.47 cores=0,2,4,6
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 3958 0 -1 4202560 357 0 0 0 638 9 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462209239720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=2966184 CPUtime=5.9 cores=0,2,4,6
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 3958 0 -1 4202560 304 0 0 0 584 6 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462085569320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=2966184 CPUtime=5.94 cores=0,2,4,6
/proc/15099/task/15104/stat : 15104 (java) S 15097 15099 3958 0 -1 4202560 324 0 0 0 586 8 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462084516776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=2966184 CPUtime=5.91 cores=0,2,4,6
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 3958 0 -1 4202560 321 0 0 0 584 7 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462083464232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=2966184 CPUtime=5.91 cores=0,2,4,6
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 3958 0 -1 4202560 340 0 0 0 584 7 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462082410664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=2966184 CPUtime=5.67 cores=0,2,4,6
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 3958 0 -1 4202560 308 0 0 0 561 6 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462081358120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=2966184 CPUtime=5.97 cores=0,2,4,6
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 3958 0 -1 4202560 314 0 0 0 591 6 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462080305576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15109] ppid=15097 vsize=2966184 CPUtime=6.14 cores=0,2,4,6
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 3958 0 -1 4202560 306 0 0 0 609 5 0 0 20 0 22 0 339210399 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140462079253032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15110] ppid=15097 vsize=2966184 CPUtime=8.13 cores=0,2,4,6
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 3958 0 -1 4202560 9909 0 0 0 775 38 0 0 20 0 22 0 339210400 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461596441192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339210401 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461595387512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15112] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15112/stat : 15112 (java) S 15097 15099 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339210401 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461594334856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15113] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15113/stat : 15113 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339210403 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461593283600 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15114] ppid=15097 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/15099/task/15114/stat : 15114 (java) S 15097 15099 3958 0 -1 4202560 5769 0 0 0 107 2 0 0 20 0 22 0 339210403 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461592229944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15115] ppid=15097 vsize=2966184 CPUtime=1.85 cores=0,2,4,6
/proc/15099/task/15115/stat : 15115 (java) S 15097 15099 3958 0 -1 4202560 14762 0 0 0 183 2 0 0 20 0 22 0 339210403 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461591177400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15116] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15116/stat : 15116 (java) S 15097 15099 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339210403 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461590125048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15099/tid=15117] ppid=15097 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/15099/task/15117/stat : 15117 (java) S 15097 15099 3958 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 339210403 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461589072712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15118] ppid=15097 vsize=2966184 CPUtime=869.81 cores=0,2,4,6
/proc/15099/task/15118/stat : 15118 (java) R 15097 15099 3958 0 -1 4202560 290 0 0 0 86965 16 0 0 20 0 22 0 339210558 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461588016048 140462091204776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15099/tid=15119] ppid=15097 vsize=2966184 CPUtime=869.8 cores=0,2,4,6
/proc/15099/task/15119/stat : 15119 (java) R 15097 15099 3958 0 -1 4202560 457 0 0 0 86965 15 0 0 20 0 22 0 339210558 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461586964208 140462091309195 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15099/tid=15120] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15120/stat : 15120 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339210562 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461585913384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15099/tid=15121] ppid=15097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15099/task/15121/stat : 15121 (java) S 15097 15099 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339210562 3037372416 184902 33554432000 1073741824 1073778376 140733994228480 140461584860840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143
Real time (s): 892.846
CPU time (s): 1800.8
CPU user time (s): 1799.09
CPU system time (s): 1.71074
CPU usage (%): 201.692
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.71074
maximum resident set size= 739796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38014
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39991
involuntary context switches= 79604

runsolver used 3.68244 second user time and 7.74382 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 15:40:44
IDJOB=3730764
IDBENCH=1475
IDSOLVER=2324
FILE ID=node122/3730764-1338730844
RUNJOBID= node122-1338726600-10238
PBS_JOBID= 14636732
Free space on /tmp= 71164 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730764-1338730844/watcher-3730764-1338730844 -o /tmp/evaluation-result-3730764-1338730844/solver-3730764-1338730844 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730764-1338730844.opb

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

MD5SUM BENCH= 14c93c93dc53353f81a889ada18ba601
RANDOM SEED=1359999748

node122.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.533
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.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		: 2666.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30860940 kB
Buffers:          226260 kB
Cached:           247804 kB
SwapCached:         1832 kB
Active:          1089828 kB
Inactive:          97832 kB
Active(anon):     710588 kB
Inactive(anon):     5432 kB
Active(file):     379240 kB
Inactive(file):    92400 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:              7876 kB
Writeback:             0 kB
AnonPages:        719852 kB
Mapped:            17088 kB
Shmem:                 0 kB
Slab:             685772 kB
SReclaimable:     128588 kB
SUnreclaim:       557184 kB
KernelStack:        1608 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    673792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71176 MiB
End job on node122 at 2012-06-03 15:55:39