Trace number 3728918

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) 1801.03 898.832

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark799.922
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version 2.2.0.v20100531
0.00/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.06	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.06	c java.vm.version	19.1-b02
0.00/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		1.6.0_24
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.08/0.10	c Pseudo Boolean Optimization
0.08/0.10	c ManyCore solver with 2 solvers running in parallel
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483s
0.08/0.10	c DB Simplification allowed=false
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.10	c No reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483s
0.08/0.10	c DB Simplification allowed=false
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	
0.08/0.10	c solving HOME/instance-3728918-1338725804.opb
0.08/0.10	c reading problem ... 
0.84/0.50	c ... done. Wall clock time 0.41s.
0.84/0.50	c #vars     14400
0.84/0.50	c #constraints  1088
0.84/0.50	c constraints type 
0.84/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
0.84/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
0.84/0.51	c constraints type 
0.84/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.84/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
15.85/7.28	c cleaning 2479 clauses out of 5001 with flag 5001/5001
36.11/17.27	c cleaning 4227 clauses out of 8522 with flag 11001/11001
64.20/31.29	c cleaning 5621 clauses out of 11294 with flag 18000/18000
100.40/49.22	c cleaning 6811 clauses out of 13674 with flag 26001/26001
148.15/73.02	c cleaning 7898 clauses out of 15863 with flag 35001/35001
185.28/91.53	c cleaning 8931 clauses out of 17965 with flag 45001/45001
244.88/121.28	c cleaning 9480 clauses out of 19033 with flag 55000/55000
281.97/139.78	c cleaning 9655 clauses out of 19555 with flag 65002/65002
348.16/172.81	c cleaning 9939 clauses out of 19898 with flag 75000/75000
400.50/198.93	c cleaning 9916 clauses out of 19962 with flag 85003/85003
452.83/225.02	c cleaning 9967 clauses out of 20043 with flag 95000/95000
545.20/271.04	c cleaning 9942 clauses out of 20078 with flag 105002/105002
639.29/318.09	c cleaning 10053 clauses out of 20136 with flag 115002/115002
697.94/347.43	c cleaning 10006 clauses out of 20081 with flag 125000/125000
752.79/374.89	c cleaning 10020 clauses out of 20078 with flag 135003/135003
794.04/395.49	c cleaning 9895 clauses out of 20058 with flag 145003/145003
848.38/422.75	c cleaning 10025 clauses out of 20161 with flag 155001/155001
973.25/484.90	c cleaning 10015 clauses out of 20135 with flag 165000/165000
1064.47/530.40	c cleaning 10029 clauses out of 20122 with flag 175002/175002
1104.83/550.64	c cleaning 10020 clauses out of 20092 with flag 185001/185001
1173.51/585.20	c cleaning 9934 clauses out of 20077 with flag 195006/195006
1268.44/632.55	c cleaning 9972 clauses out of 20139 with flag 205002/205002
1377.28/686.84	c cleaning 10012 clauses out of 20166 with flag 215001/215001
1474.72/735.52	c cleaning 10003 clauses out of 20155 with flag 225002/225002
1539.72/768.20	c cleaning 9952 clauses out of 20150 with flag 235000/235000
1601.29/799.05	c cleaning 9889 clauses out of 20198 with flag 245000/245000
1723.27/859.91	c cleaning 9889 clauses out of 20309 with flag 255000/255000
1778.01/887.45	c cleaning 10133 clauses out of 20421 with flag 265001/265001
1800.06/898.81	c starts		: 130
1800.06/898.81	c conflicts		: 269339
1800.06/898.81	c decisions		: 1790777
1800.06/898.81	c propagations		: 34855280
1800.06/898.81	c inspects		: 217004166
1800.06/898.81	c learnt literals	: 0
1800.06/898.81	c learnt binary clauses	: 0
1800.06/898.81	c learnt ternary clauses	: 0
1800.06/898.81	c learnt clauses	: 269338
1800.06/898.81	c ignored clauses	: 0
1800.06/898.81	c root simplifications	: 0
1800.06/898.81	c removed literals (reason simplification)	: 20984115
1800.06/898.81	c reason swapping (by a shorter reason)	: 0
1800.06/898.81	c Calls to reduceDB	: 28
1800.06/898.81	c number of reductions to clauses (during analyze)	: 0
1800.06/898.81	c number of learned constraints concerned by reduction	: 0
1800.06/898.81	c number of learning phase by resolution	: 0
1800.06/898.81	c number of learning phase by cutting planes	: 0
1800.06/898.81	c speed (assignments/second)	: 38801.28330721003
1800.06/898.81	c non guided choices	12428
1800.06/898.82	c learnt constraints type 
1800.06/898.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14629
1800.06/898.82	c constraints type 
1800.06/898.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
1800.06/898.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
1800.06/898.82	c constraints type 
1800.06/898.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
1800.06/898.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
1800.06/898.82	s UNKNOWN
1800.06/898.82	c Total wall clock time (in seconds): 898.726

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-3728918-1338725804/watcher-3728918-1338725804 -o /tmp/evaluation-result-3728918-1338725804/solver-3728918-1338725804 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3728918-1338725804.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: 1.95 2.00 1.99 3/197 3701
/proc/meminfo: memFree=26799876/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 338707757 95129600 927 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 23225 927 703 9 0 16769 0
[pid=3701/tid=3702] ppid=3699 vsize=94176 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) R 3699 3701 27000 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 2 0 338707758 96436224 938 33554432000 1073741824 1073778376 140737296204672 139964791602728 219504799015 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.082872 s]
/proc/loadavg: 1.95 2.00 1.99 3/197 3701
/proc/meminfo: memFree=26799876/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 4737 0 1 0 7 1 0 0 20 0 18 0 338707757 2764726272 5932 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 674982 5935 2108 9 0 665676 0
[pid=3701/tid=3702] ppid=3699 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) R 3699 3701 27000 0 -1 4202560 2778 0 1 0 4 2 0 0 20 0 18 0 338707758 2764726272 5935 33554432000 1073741824 1073778376 140737296204672 139964791594104 219517347085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.10023 s]
/proc/loadavg: 1.95 2.00 1.99 3/197 3701
/proc/meminfo: memFree=26799876/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 4901 0 1 0 10 1 0 0 20 0 18 0 338707757 2764726272 6054 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 674982 6054 2153 9 0 665676 0
[pid=3701/tid=3702] ppid=3699 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) R 3699 3701 27000 0 -1 4202560 2831 0 1 0 6 2 0 0 20 0 18 0 338707758 2764726272 6054 33554432000 1073741824 1073778376 140737296204672 139964791594104 139964797455777 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300205 s]
/proc/loadavg: 1.95 2.00 1.99 3/197 3701
/proc/meminfo: memFree=26799876/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=2699928 CPUtime=0.6 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 7777 0 1 0 58 2 0 0 20 0 18 0 338707757 2764726272 13896 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 674982 13896 2220 9 0 665676 0
[pid=3701/tid=3702] ppid=3699 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) R 3699 3701 27000 0 -1 4202560 2850 0 1 0 26 2 0 0 20 0 18 0 338707758 2764726272 13896 33554432000 1073741824 1073778376 140737296204672 139964791607400 219517347085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 2699928

[startup+0.700208 s]
/proc/loadavg: 1.95 2.00 1.99 3/197 3701
/proc/meminfo: memFree=26799876/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=2966184 CPUtime=1.59 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 9583 0 1 0 154 5 0 0 20 0 22 0 338707757 3037372416 55448 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 741546 55448 2244 9 0 732240 0
[pid=3701/tid=3702] ppid=3699 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) S 3699 3701 27000 0 -1 4202560 2935 0 1 0 45 4 0 0 20 0 22 0 338707758 3037372416 55448 33554432000 1073741824 1073778376 140737296204672 139964791608472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 1.95 2.00 1.99 7/219 3723
/proc/meminfo: memFree=26505240/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=2966184 CPUtime=4.21 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 21866 0 1 0 409 12 0 0 20 0 22 0 338707757 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 741546 104170 2260 9 0 732240 0
[pid=3701/tid=3702] ppid=3699 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) S 3699 3701 27000 0 -1 4202560 2935 0 1 0 45 4 0 0 20 0 22 0 338707758 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964791608472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3704] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3704/stat : 3704 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338707758 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964657891752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3705] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3705/stat : 3705 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338707758 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964656839208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3706] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3706/stat : 3706 (java) S 3699 3701 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338707758 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964655786152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3707] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3707/stat : 3707 (java) S 3699 3701 27000 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 338707758 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964654733608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3708] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3708/stat : 3708 (java) S 3699 3701 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338707758 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964653681576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3709] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3709/stat : 3709 (java) S 3699 3701 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338707758 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964652629032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3710] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3710/stat : 3710 (java) S 3699 3701 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338707758 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964651575976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3711] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3711/stat : 3711 (java) S 3699 3701 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338707758 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964650523432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3712] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3712/stat : 3712 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338707759 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964638325096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3713] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3713/stat : 3713 (java) S 3699 3701 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338707760 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964637271416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3714] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3714/stat : 3714 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338707760 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964636218248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3715] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3715/stat : 3715 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964635166992 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3716] ppid=3699 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/3701/task/3716/stat : 3716 (java) S 3699 3701 27000 0 -1 4202560 9151 0 0 0 83 2 0 0 20 0 22 0 338707762 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964634114872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3717] ppid=3699 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/3701/task/3717/stat : 3717 (java) S 3699 3701 27000 0 -1 4202560 8354 0 0 0 83 2 0 0 20 0 22 0 338707762 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964633062328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3718] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3718/stat : 3718 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964632009464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3719] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3719/stat : 3719 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964630957128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3720] ppid=3699 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/3701/task/3720/stat : 3720 (java) R 3699 3701 27000 0 -1 4202560 28 0 0 0 95 0 0 0 20 0 22 0 338707808 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964629899592 139964731925227 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3721] ppid=3699 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/3701/task/3721/stat : 3721 (java) R 3699 3701 27000 0 -1 4202560 144 0 0 0 92 4 0 0 20 0 22 0 338707808 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964628847504 139964731798577 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3722] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3722/stat : 3722 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964627796776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3723] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3723/stat : 3723 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 104170 33554432000 1073741824 1073778376 140737296204672 139964626744232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 1.95 2.00 1.99 5/219 3723
/proc/meminfo: memFree=26329292/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=2966184 CPUtime=7.49 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 21919 0 1 0 735 14 0 0 20 0 22 0 338707757 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 741546 110839 2260 9 0 732240 0
[pid=3701/tid=3702] ppid=3699 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) S 3699 3701 27000 0 -1 4202560 2935 0 1 0 45 4 0 0 20 0 22 0 338707758 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964791608472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3704] ppid=3699 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/3701/task/3704/stat : 3704 (java) S 3699 3701 27000 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 338707758 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964657891752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3705] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3705/stat : 3705 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338707758 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964656839208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3706] ppid=3699 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3701/task/3706/stat : 3706 (java) S 3699 3701 27000 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 338707758 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964655786152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3707] ppid=3699 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3701/task/3707/stat : 3707 (java) S 3699 3701 27000 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 338707758 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964654733608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3708] ppid=3699 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3701/task/3708/stat : 3708 (java) S 3699 3701 27000 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 338707758 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964653681576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3709] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3709/stat : 3709 (java) S 3699 3701 27000 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338707758 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964652629032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3710] ppid=3699 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3701/task/3710/stat : 3710 (java) S 3699 3701 27000 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 338707758 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964651575976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3711] ppid=3699 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3701/task/3711/stat : 3711 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 338707758 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964650523432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3712] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3712/stat : 3712 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338707759 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964638325096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3713] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3713/stat : 3713 (java) S 3699 3701 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338707760 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964637271416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3714] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3714/stat : 3714 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338707760 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964636218248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3715] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3715/stat : 3715 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964635166992 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3716] ppid=3699 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/3701/task/3716/stat : 3716 (java) S 3699 3701 27000 0 -1 4202560 9151 0 0 0 83 2 0 0 20 0 22 0 338707762 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964634114872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3717] ppid=3699 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/3701/task/3717/stat : 3717 (java) S 3699 3701 27000 0 -1 4202560 8359 0 0 0 86 2 0 0 20 0 22 0 338707762 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964633062328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3718] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3718/stat : 3718 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964632009464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3719] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3719/stat : 3719 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964630957128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3720] ppid=3699 vsize=2966184 CPUtime=2.52 cores=0,2,4,6
/proc/3701/task/3720/stat : 3720 (java) R 3699 3701 27000 0 -1 4202560 28 0 0 0 252 0 0 0 20 0 22 0 338707808 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964629899592 139964731939565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3721] ppid=3699 vsize=2966184 CPUtime=2.53 cores=0,2,4,6
/proc/3701/task/3721/stat : 3721 (java) R 3699 3701 27000 0 -1 4202560 149 0 0 0 249 4 0 0 20 0 22 0 338707808 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964628847616 139964731983466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3722] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3722/stat : 3722 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964627796776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3723] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3723/stat : 3723 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 110839 33554432000 1073741824 1073778376 140737296204672 139964626744232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 2966184

[startup+6.30078 s]
/proc/loadavg: 2.12 2.03 2.01 5/219 3723
/proc/meminfo: memFree=26264728/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=2966184 CPUtime=14.03 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 22057 0 1 0 1383 20 0 0 20 0 22 0 338707757 3037372416 130503 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 741546 130503 2260 9 0 732240 0
[pid=3701/tid=3702] ppid=3699 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) S 3699 3701 27000 0 -1 4202560 2935 0 1 0 45 4 0 0 20 0 22 0 338707758 3037372416 130503 33554432000 1073741824 1073778376 140737296204672 139964791608472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3704] ppid=3699 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/3701/task/3704/stat : 3704 (java) S 3699 3701 27000 0 -1 4202560 42 0 0 0 6 1 0 0 20 0 22 0 338707758 3037372416 130503 33554432000 1073741824 1073778376 140737296204672 139964657891752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3705] ppid=3699 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/3701/task/3705/stat : 3705 (java) S 3699 3701 27000 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 338707758 3037372416 130503 33554432000 1073741824 1073778376 140737296204672 139964656839208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3706] ppid=3699 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/3701/task/3706/stat : 3706 (java) S 3699 3701 27000 0 -1 4202560 30 0 0 0 5 1 0 0 20 0 22 0 338707758 3037372416 130503 33554432000 1073741824 1073778376 140737296204672 139964655786152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3707] ppid=3699 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/3701/task/3707/stat : 3707 (java) S 3699 3701 27000 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 338707758 3037372416 130503 33554432000 1073741824 1073778376 140737296204672 139964654733608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3708] ppid=3699 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/3701/task/3708/stat : 3708 (java) S 3699 3701 27000 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 22 0 338707758 3037372416 130503 33554432000 1073741824 1073778376 140737296204672 139964653681576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3709] ppid=3699 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/3701/task/3709/stat : 3709 (java) S 3699 3701 27000 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 22 0 338707758 3037372416 130503 33554432000 1073741824 1073778376 140737296204672 139964652629032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3710] ppid=3699 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/3701/task/3710/stat : 3710 (java) S 3699 3701 27000 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 338707758 3037372416 130503 33554432000 1073741824 1073778376 140737296204672 139964651575976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3711] ppid=3699 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/3701/task/3711/stat : 3711 (java) S 3699 3701 27000 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 338707758 3037372416 130503 33554432000 1073741824 1073778376 140737296204672 139964650523432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=3701/tid=3721] ppid=3699 vsize=2966184 CPUtime=745.47 cores=0,2,4,6
/proc/3701/task/3721/stat : 3721 (java) R 3699 3701 27000 0 -1 4202560 355 0 0 0 74530 17 0 0 20 0 22 0 338707808 3037372416 244627 33554432000 1073741824 1073778376 140737296204672 139964628846912 139964732370151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3722] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3722/stat : 3722 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 244627 33554432000 1073741824 1073778376 140737296204672 139964627796776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3723] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3723/stat : 3723 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 244627 33554432000 1073741824 1073778376 140737296204672 139964626744232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1527.86
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.11 3.89 3.15 5/220 3854
/proc/meminfo: memFree=25226180/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=2966184 CPUtime=1647.67 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 25299 0 1 0 164645 122 0 0 20 0 22 0 338707757 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 741546 244873 2273 9 0 732240 0
[pid=3701/tid=3702] ppid=3699 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) S 3699 3701 27000 0 -1 4202560 2943 0 1 0 45 5 0 0 20 0 22 0 338707758 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964791608472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3704] ppid=3699 vsize=2966184 CPUtime=3.52 cores=0,2,4,6
/proc/3701/task/3704/stat : 3704 (java) S 3699 3701 27000 0 -1 4202560 296 0 0 0 342 10 0 0 20 0 22 0 338707758 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964657891752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3705] ppid=3699 vsize=2966184 CPUtime=3.68 cores=0,2,4,6
/proc/3701/task/3705/stat : 3705 (java) S 3699 3701 27000 0 -1 4202560 316 0 0 0 360 8 0 0 20 0 22 0 338707758 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964656839208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3706] ppid=3699 vsize=2966184 CPUtime=3.42 cores=0,2,4,6
/proc/3701/task/3706/stat : 3706 (java) S 3699 3701 27000 0 -1 4202560 309 0 0 0 334 8 0 0 20 0 22 0 338707758 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964655786152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3707] ppid=3699 vsize=2966184 CPUtime=3.4 cores=0,2,4,6
/proc/3701/task/3707/stat : 3707 (java) S 3699 3701 27000 0 -1 4202560 267 0 0 0 332 8 0 0 20 0 22 0 338707758 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964654733608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3708] ppid=3699 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/3701/task/3708/stat : 3708 (java) S 3699 3701 27000 0 -1 4202560 254 0 0 0 362 7 0 0 20 0 22 0 338707758 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964653681576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3709] ppid=3699 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/3701/task/3709/stat : 3709 (java) S 3699 3701 27000 0 -1 4202560 323 0 0 0 347 8 0 0 20 0 22 0 338707758 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964652629032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3710] ppid=3699 vsize=2966184 CPUtime=3.53 cores=0,2,4,6
/proc/3701/task/3710/stat : 3710 (java) S 3699 3701 27000 0 -1 4202560 299 0 0 0 344 9 0 0 20 0 22 0 338707758 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964651575976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3711] ppid=3699 vsize=2966184 CPUtime=3.54 cores=0,2,4,6
/proc/3701/task/3711/stat : 3711 (java) S 3699 3701 27000 0 -1 4202560 336 0 0 0 346 8 0 0 20 0 22 0 338707758 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964650523432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3712] ppid=3699 vsize=2966184 CPUtime=9.36 cores=0,2,4,6
/proc/3701/task/3712/stat : 3712 (java) S 3699 3701 27000 0 -1 4202560 88 0 0 0 906 30 0 0 20 0 22 0 338707759 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964638325096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3713] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3713/stat : 3713 (java) S 3699 3701 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338707760 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964637271416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3714] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3714/stat : 3714 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338707760 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964636218248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3715] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3715/stat : 3715 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964635166992 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3716] ppid=3699 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/3701/task/3716/stat : 3716 (java) S 3699 3701 27000 0 -1 4202560 9251 0 0 0 114 2 0 0 20 0 22 0 338707762 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964634114872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3717] ppid=3699 vsize=2966184 CPUtime=1.14 cores=0,2,4,6
/proc/3701/task/3717/stat : 3717 (java) S 3699 3701 27000 0 -1 4202560 8395 0 0 0 112 2 0 0 20 0 22 0 338707762 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964633062328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3718] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3718/stat : 3718 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964632009464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3719] ppid=3699 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/3701/task/3719/stat : 3719 (java) S 3699 3701 27000 0 -1 4202560 46 0 0 0 13 14 0 0 20 0 22 0 338707762 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964630957128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3720] ppid=3699 vsize=2966184 CPUtime=803.73 cores=0,2,4,6
/proc/3701/task/3720/stat : 3720 (java) R 3699 3701 27000 0 -1 4202560 619 0 0 0 80357 16 0 0 20 0 22 0 338707808 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964629900704 139964732029205 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3721] ppid=3699 vsize=2966184 CPUtime=803.75 cores=0,2,4,6
/proc/3701/task/3721/stat : 3721 (java) R 3699 3701 27000 0 -1 4202560 368 0 0 0 80356 19 0 0 20 0 22 0 338707808 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964628846912 139964732328962 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3722] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3722/stat : 3722 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964627796776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3723] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3723/stat : 3723 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 244873 33554432000 1073741824 1073778376 140737296204672 139964626744232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1647.67
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.85 3.86 3.18 5/219 3854
/proc/meminfo: memFree=25158600/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=2966184 CPUtime=1767.77 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 25663 0 1 0 176648 129 0 0 20 0 22 0 338707757 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 741546 256371 2273 9 0 732240 0
[pid=3701/tid=3702] ppid=3699 vsize=2966184 CPUtime=0.51 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) S 3699 3701 27000 0 -1 4202560 2944 0 1 0 46 5 0 0 20 0 22 0 338707758 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964791608472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3704] ppid=3699 vsize=2966184 CPUtime=3.71 cores=0,2,4,6
/proc/3701/task/3704/stat : 3704 (java) S 3699 3701 27000 0 -1 4202560 326 0 0 0 361 10 0 0 20 0 22 0 338707758 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964657891752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3705] ppid=3699 vsize=2966184 CPUtime=3.92 cores=0,2,4,6
/proc/3701/task/3705/stat : 3705 (java) S 3699 3701 27000 0 -1 4202560 354 0 0 0 383 9 0 0 20 0 22 0 338707758 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964656839208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3706] ppid=3699 vsize=2966184 CPUtime=3.62 cores=0,2,4,6
/proc/3701/task/3706/stat : 3706 (java) R 3699 3701 27000 0 -1 4202560 338 0 0 0 354 8 0 0 20 0 22 0 338707758 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964655786152 219517334588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3707] ppid=3699 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/3701/task/3707/stat : 3707 (java) S 3699 3701 27000 0 -1 4202560 320 0 0 0 352 9 0 0 20 0 22 0 338707758 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964654733608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3708] ppid=3699 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/3701/task/3708/stat : 3708 (java) S 3699 3701 27000 0 -1 4202560 295 0 0 0 383 7 0 0 20 0 22 0 338707758 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964653681576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3709] ppid=3699 vsize=2966184 CPUtime=3.77 cores=0,2,4,6
/proc/3701/task/3709/stat : 3709 (java) S 3699 3701 27000 0 -1 4202560 361 0 0 0 368 9 0 0 20 0 22 0 338707758 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964652629032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3710] ppid=3699 vsize=2966184 CPUtime=3.72 cores=0,2,4,6
/proc/3701/task/3710/stat : 3710 (java) S 3699 3701 27000 0 -1 4202560 326 0 0 0 363 9 0 0 20 0 22 0 338707758 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964651575976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3711] ppid=3699 vsize=2966184 CPUtime=3.76 cores=0,2,4,6
/proc/3701/task/3711/stat : 3711 (java) S 3699 3701 27000 0 -1 4202560 375 0 0 0 368 8 0 0 20 0 22 0 338707758 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964650523432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3712] ppid=3699 vsize=2966184 CPUtime=9.91 cores=0,2,4,6
/proc/3701/task/3712/stat : 3712 (java) S 3699 3701 27000 0 -1 4202560 93 0 0 0 960 31 0 0 20 0 22 0 338707759 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964638325096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3713] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3713/stat : 3713 (java) S 3699 3701 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338707760 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964637271416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3714] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3714/stat : 3714 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338707760 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964636218248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3715] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3715/stat : 3715 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964635166992 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3716] ppid=3699 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/3701/task/3716/stat : 3716 (java) S 3699 3701 27000 0 -1 4202560 9251 0 0 0 114 2 0 0 20 0 22 0 338707762 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964634114872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3717] ppid=3699 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/3701/task/3717/stat : 3717 (java) S 3699 3701 27000 0 -1 4202560 8396 0 0 0 113 2 0 0 20 0 22 0 338707762 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964633062328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3718] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3718/stat : 3718 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964632009464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3719] ppid=3699 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/3701/task/3719/stat : 3719 (java) S 3699 3701 27000 0 -1 4202560 49 0 0 0 15 15 0 0 20 0 22 0 338707762 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964630957128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3720] ppid=3699 vsize=2966184 CPUtime=862.65 cores=0,2,4,6
/proc/3701/task/3720/stat : 3720 (java) R 3699 3701 27000 0 -1 4202560 674 0 0 0 86248 17 0 0 20 0 22 0 338707808 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964629900824 139964731863449 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3721] ppid=3699 vsize=2966184 CPUtime=862.7 cores=0,2,4,6
/proc/3701/task/3721/stat : 3721 (java) R 3699 3701 27000 0 -1 4202560 372 0 0 0 86250 20 0 0 20 0 22 0 338707808 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964628847032 139964732328999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3722] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3722/stat : 3722 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964627796776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3723] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3723/stat : 3723 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 256371 33554432000 1073741824 1073778376 140737296204672 139964626744232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1767.77
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.801 s]
/proc/loadavg: 3.88 3.87 3.20 7/219 3854
/proc/meminfo: memFree=25156604/32873648 swapFree=7120/7120
[pid=3701] ppid=3699 vsize=2966184 CPUtime=1800.06 cores=0,2,4,6
/proc/3701/stat : 3701 (java) S 3699 3701 27000 0 -1 4202496 25738 0 1 0 179876 130 0 0 20 0 22 0 338707757 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 140737296195808 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3701/statm: 741546 256824 2273 9 0 732240 0
[pid=3701/tid=3702] ppid=3699 vsize=2966184 CPUtime=0.51 cores=0,2,4,6
/proc/3701/task/3702/stat : 3702 (java) S 3699 3701 27000 0 -1 4202560 2945 0 1 0 46 5 0 0 20 0 22 0 338707758 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964791608472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3704] ppid=3699 vsize=2966184 CPUtime=3.77 cores=0,2,4,6
/proc/3701/task/3704/stat : 3704 (java) S 3699 3701 27000 0 -1 4202560 326 0 0 0 367 10 0 0 20 0 22 0 338707758 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964657891752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3705] ppid=3699 vsize=2966184 CPUtime=3.97 cores=0,2,4,6
/proc/3701/task/3705/stat : 3705 (java) S 3699 3701 27000 0 -1 4202560 365 0 0 0 388 9 0 0 20 0 22 0 338707758 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964656839208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3706] ppid=3699 vsize=2966184 CPUtime=3.68 cores=0,2,4,6
/proc/3701/task/3706/stat : 3706 (java) S 3699 3701 27000 0 -1 4202560 338 0 0 0 360 8 0 0 20 0 22 0 338707758 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964655786152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3707] ppid=3699 vsize=2966184 CPUtime=3.68 cores=0,2,4,6
/proc/3701/task/3707/stat : 3707 (java) S 3699 3701 27000 0 -1 4202560 320 0 0 0 359 9 0 0 20 0 22 0 338707758 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964654733608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3708] ppid=3699 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/3701/task/3708/stat : 3708 (java) S 3699 3701 27000 0 -1 4202560 318 0 0 0 388 7 0 0 20 0 22 0 338707758 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964653681576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3709] ppid=3699 vsize=2966184 CPUtime=3.83 cores=0,2,4,6
/proc/3701/task/3709/stat : 3709 (java) S 3699 3701 27000 0 -1 4202560 361 0 0 0 374 9 0 0 20 0 22 0 338707758 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964652629032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3710] ppid=3699 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/3701/task/3710/stat : 3710 (java) S 3699 3701 27000 0 -1 4202560 345 0 0 0 369 9 0 0 20 0 22 0 338707758 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964651575976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3711] ppid=3699 vsize=2966184 CPUtime=3.8 cores=0,2,4,6
/proc/3701/task/3711/stat : 3711 (java) S 3699 3701 27000 0 -1 4202560 375 0 0 0 372 8 0 0 20 0 22 0 338707758 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964650523432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3701/tid=3712] ppid=3699 vsize=2966184 CPUtime=10.78 cores=0,2,4,6
/proc/3701/task/3712/stat : 3712 (java) S 3699 3701 27000 0 -1 4202560 95 0 0 0 1045 33 0 0 20 0 22 0 338707759 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964638325096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3713] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3713/stat : 3713 (java) S 3699 3701 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338707760 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964637271416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3714] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3714/stat : 3714 (java) S 3699 3701 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338707760 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964636218248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3715] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3715/stat : 3715 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964635166992 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3716] ppid=3699 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/3701/task/3716/stat : 3716 (java) S 3699 3701 27000 0 -1 4202560 9251 0 0 0 114 2 0 0 20 0 22 0 338707762 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964634114872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3717] ppid=3699 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/3701/task/3717/stat : 3717 (java) S 3699 3701 27000 0 -1 4202560 8396 0 0 0 113 2 0 0 20 0 22 0 338707762 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964633062328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3718] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3718/stat : 3718 (java) S 3699 3701 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338707762 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964632009464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3719] ppid=3699 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/3701/task/3719/stat : 3719 (java) S 3699 3701 27000 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 338707762 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964630957128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3720] ppid=3699 vsize=2966184 CPUtime=878.14 cores=0,2,4,6
/proc/3701/task/3720/stat : 3720 (java) R 3699 3701 27000 0 -1 4202560 687 0 0 0 87797 17 0 0 20 0 22 0 338707808 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964629900688 139964731925223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3701/tid=3721] ppid=3699 vsize=2966184 CPUtime=878.2 cores=0,2,4,6
/proc/3701/task/3721/stat : 3721 (java) R 3699 3701 27000 0 -1 4202560 376 0 0 0 87800 20 0 0 20 0 22 0 338707808 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964628846912 139964732369951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3701/tid=3722] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3722/stat : 3722 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964627796776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3701/tid=3723] ppid=3699 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3723/stat : 3723 (java) S 3699 3701 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338707810 3037372416 256824 33554432000 1073741824 1073778376 140737296204672 139964626744232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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): 898.832
CPU time (s): 1801.03
CPU user time (s): 1799.25
CPU system time (s): 1.78273
CPU usage (%): 200.375
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 1.78273
maximum resident set size= 1027428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25773
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47147
involuntary context switches= 75019

runsolver used 3.20151 second user time and 8.04278 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 14:16:44
IDJOB=3728918
IDBENCH=1153
IDSOLVER=2324
FILE ID=node114/3728918-1338725804
RUNJOBID= node114-1338725802-3592
PBS_JOBID= 14636748
Free space on /tmp= 70140 MiB

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

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=63898298

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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:        26808448 kB
Buffers:         1050212 kB
Cached:          3618936 kB
SwapCached:         2180 kB
Active:          3257524 kB
Inactive:        1773604 kB
Active(anon):     347528 kB
Inactive(anon):     9056 kB
Active(file):    2909996 kB
Inactive(file):  1764548 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:              2220 kB
Writeback:             4 kB
AnonPages:        316408 kB
Mapped:            19292 kB
Shmem:               100 kB
Slab:             866148 kB
SReclaimable:     308940 kB
SUnreclaim:       557208 kB
KernelStack:        1624 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1570500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 70136 MiB
End job on node114 at 2012-06-03 14:31:45