Trace number 3456608

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.42 1796.68

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_1.opb.PB06.opb
MD5SUM2fd45123d8e20b24379108257151f007
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark712
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 414
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 488873
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 488873
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456608-1307218769.opb
0.10/0.11	c reading problem ... 
3.41/3.07	c ... done. Wall clock time 2.958s.
3.41/3.07	c #vars     10000
3.41/3.07	c #constraints  656900
3.41/3.07	c constraints type 
3.41/3.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.41/3.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
27.46/26.37	c cleaning 0 clauses out of 5000 with flag 0/5000
41.25/39.97	c cleaning 0 clauses out of 11000 with flag 0/11000
61.29/59.93	c cleaning 0 clauses out of 18002 with flag 0/18002
82.67/81.24	c cleaning 0 clauses out of 26000 with flag 0/26000
110.93/109.43	c cleaning 0 clauses out of 35001 with flag 0/35001
143.57/142.04	c cleaning 0 clauses out of 45002 with flag 0/45002
186.01/184.43	c cleaning 0 clauses out of 56000 with flag 0/56000
228.06/226.45	c cleaning 0 clauses out of 68001 with flag 0/68001
284.70/283.05	c cleaning 0 clauses out of 81001 with flag 0/81001
350.69/348.97	c cleaning 0 clauses out of 95000 with flag 0/95000
435.32/433.48	c cleaning 0 clauses out of 110002 with flag 0/110002
515.97/514.07	c cleaning 0 clauses out of 126001 with flag 0/126001
603.79/601.79	c cleaning 0 clauses out of 143001 with flag 0/143001
709.19/707.02	c cleaning 0 clauses out of 161000 with flag 0/161000
835.54/833.20	c cleaning 0 clauses out of 180002 with flag 0/180002
957.10/954.65	c cleaning 0 clauses out of 200001 with flag 0/200001
1082.95/1080.36	c cleaning 0 clauses out of 221000 with flag 0/221000
1269.69/1266.82	c cleaning 0 clauses out of 243000 with flag 0/243000
1460.05/1457.07	c cleaning 0 clauses out of 266002 with flag 0/266002
1617.76/1614.44	c cleaning 0 clauses out of 290000 with flag 0/290000
1726.07/1722.58	c cleaning 0 clauses out of 315000 with flag 0/315000
1800.08/1796.42	c starts		: 135
1800.08/1796.42	c conflicts		: 327971
1800.08/1796.42	c decisions		: 447855
1800.08/1796.42	c propagations		: 65286944
1800.08/1796.42	c inspects		: 2675075315
1800.08/1796.42	c shortcuts		: 0
1800.08/1796.42	c learnt literals	: 0
1800.08/1796.42	c learnt binary clauses	: 0
1800.08/1796.42	c learnt ternary clauses	: 0
1800.08/1796.42	c learnt constraints	: 327971
1800.08/1796.42	c ignored constraints	: 0
1800.08/1796.42	c root simplifications	: 0
1800.08/1796.42	c removed literals (reason simplification)	: 0
1800.08/1796.42	c reason swapping (by a shorter reason)	: 0
1800.08/1796.42	c Calls to reduceDB	: 21
1800.08/1796.42	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.42	c number of learned constraints concerned by reduction	: 0
1800.08/1796.42	c number of learning phase by resolution	: 0
1800.08/1796.42	c number of learning phase by cutting planes	: 0
1800.08/1796.42	c speed (assignments/second)	: 36404.92484756225
1800.08/1796.42	c non guided choices	0
1800.08/1796.46	c learnt constraints type 
1800.08/1796.46	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 327983
1800.08/1796.46	c constraints type 
1800.08/1796.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.08/1796.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.08/1796.46	s UNKNOWN
1800.08/1796.46	c Total wall clock time (in seconds): 1796.356

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456608-1307218769/watcher-3456608-1307218769 -o /tmp/evaluation-result-3456608-1307218769/solver-3456608-1307218769 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456608-1307218769.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: 2.00 2.01 1.89 2/491 7356
/proc/meminfo: memFree=16635232/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 1239 0 0 0 0 0 0 0 25 0 2 0 833476564 31272960 959 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 7635 959 732 9 0 386 0
[pid=7356/tid=7357] ppid=7354 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 4811 0 1 0 0 0 0 0 25 0 2 0 833476565 10694979584 5627 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0782149 s]
/proc/loadavg: 2.00 2.01 1.89 2/491 7356
/proc/meminfo: memFree=16635232/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=10538348 CPUtime=0.06 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 11952 0 1 0 5 1 0 0 25 0 18 0 833476564 10791268352 11649 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 2634587 11649 1755 9 0 2625321 0
[pid=7356/tid=7357] ppid=7354 vsize=10538348 CPUtime=0.06 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 10778 0 1 0 5 1 0 0 25 0 18 0 833476565 10791268352 11649 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10538348

[startup+0.101091 s]
/proc/loadavg: 2.00 2.01 1.89 2/491 7356
/proc/meminfo: memFree=16635232/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=10539908 CPUtime=0.1 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 13083 0 1 0 9 1 0 0 25 0 18 0 833476564 10792865792 12753 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 2634977 12756 2092 9 0 2625711 0
[pid=7356/tid=7357] ppid=7354 vsize=10539908 CPUtime=0.08 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 11141 0 1 0 7 1 0 0 25 0 18 0 833476565 10792865792 12756 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 46912496197424 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539908

[startup+0.301107 s]
/proc/loadavg: 2.00 2.01 1.89 2/491 7356
/proc/meminfo: memFree=16635232/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=10541504 CPUtime=0.48 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 16829 0 1 0 46 2 0 0 25 0 18 0 833476564 10794500096 16070 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 2635376 16071 2200 9 0 2626110 0
[pid=7356/tid=7357] ppid=7354 vsize=10541504 CPUtime=0.28 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 13970 0 1 0 26 2 0 0 25 0 18 0 833476565 10794500096 16071 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 46912505574580 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541504

[startup+0.7011 s]
/proc/loadavg: 2.00 2.01 1.89 2/491 7356
/proc/meminfo: memFree=16635232/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=10545080 CPUtime=1.12 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 53518 0 1 0 103 9 0 0 25 0 18 0 833476564 10798161920 51414 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 2636270 51418 2213 9 0 2627004 0
[pid=7356/tid=7357] ppid=7354 vsize=10545080 CPUtime=0.68 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 47668 0 1 0 60 8 0 0 25 0 18 0 833476565 10798161920 51420 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 46912505583367 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 10545080

[startup+1.50096 s]
/proc/loadavg: 2.00 2.01 1.89 3/509 7374
/proc/meminfo: memFree=16314540/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=10545080 CPUtime=1.91 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 134435 0 1 0 173 18 0 0 25 0 18 0 833476564 10798161920 132331 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 2636270 132335 2213 9 0 2627004 0
[pid=7356/tid=7357] ppid=7354 vsize=10545080 CPUtime=1.47 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 128585 0 1 0 130 17 0 0 25 0 18 0 833476565 10798161920 132337 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 46912505571979 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7356/tid=7359] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7359/stat : 7359 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 132340 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7360] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7360/stat : 7360 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 132343 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7361] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7361/stat : 7361 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 132345 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7362] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7362/stat : 7362 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 132348 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7363] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7363/stat : 7363 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 132350 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7364] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7364/stat : 7364 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 132353 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7365] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7365/stat : 7365 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 132355 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7366] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7366/stat : 7366 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 132358 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7367] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7367/stat : 7367 (java) S 7354 7356 7022 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833476567 10798161920 132360 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 0 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7368] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7368/stat : 7368 (java) S 7354 7356 7022 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833476568 10798161920 132363 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7369] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7369/stat : 7369 (java) S 7354 7356 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833476568 10798161920 132365 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7370] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7370/stat : 7370 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476570 10798161920 132368 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485791153 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7371] ppid=7354 vsize=10545080 CPUtime=0.22 cores=0,2,4,6
/proc/7356/task/7371/stat : 7371 (java) S 7354 7356 7022 0 -1 4202560 2153 0 0 0 22 0 0 0 25 0 18 0 833476570 10798161920 132370 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7372] ppid=7354 vsize=10545080 CPUtime=0.2 cores=0,2,4,6
/proc/7356/task/7372/stat : 7372 (java) S 7354 7356 7022 0 -1 4202560 2553 0 0 0 20 0 0 0 25 0 18 0 833476570 10798161920 132373 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7373] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7373/stat : 7373 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476570 10798161920 132376 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7374] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7374/stat : 7374 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833476570 10798161920 132378 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 10545080

[startup+3.10061 s]
/proc/loadavg: 2.00 2.01 1.89 3/509 7374
/proc/meminfo: memFree=15864624/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=10545080 CPUtime=3.53 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 292321 0 1 0 314 39 0 0 25 0 18 0 833476564 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 2636270 290208 2225 9 0 2627004 0
[pid=7356/tid=7357] ppid=7354 vsize=10545080 CPUtime=3.08 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 286441 0 1 0 269 39 0 0 25 0 18 0 833476565 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 46912505228269 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7356/tid=7359] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7359/stat : 7359 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7360] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7360/stat : 7360 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7361] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7361/stat : 7361 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7362] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7362/stat : 7362 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7363] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7363/stat : 7363 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7364] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7364/stat : 7364 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7365] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7365/stat : 7365 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7366] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7366/stat : 7366 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476566 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7367] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7367/stat : 7367 (java) S 7354 7356 7022 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833476567 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 0 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7368] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7368/stat : 7368 (java) S 7354 7356 7022 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833476568 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7369] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7369/stat : 7369 (java) S 7354 7356 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833476568 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7370] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7370/stat : 7370 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476570 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485791153 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7371] ppid=7354 vsize=10545080 CPUtime=0.23 cores=0,2,4,6
/proc/7356/task/7371/stat : 7371 (java) S 7354 7356 7022 0 -1 4202560 2159 0 0 0 23 0 0 0 17 0 18 0 833476570 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7372] ppid=7354 vsize=10545080 CPUtime=0.21 cores=0,2,4,6
/proc/7356/task/7372/stat : 7372 (java) S 7354 7356 7022 0 -1 4202560 2571 0 0 0 21 0 0 0 18 0 18 0 833476570 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7373] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7373/stat : 7373 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833476570 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7374] ppid=7354 vsize=10545080 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7374/stat : 7374 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833476570 10798161920 290208 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 10545080

[startup+6.30112 s]
/proc/loadavg: 2.00 2.01 1.89 3/510 7375
/proc/meminfo: memFree=15456912/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=10545540 CPUtime=7.17 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 299274 0 1 0 676 41 0 0 25 0 19 0 833476564 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 2636385 295746 2238 9 0 2627119 0
[pid=7356/tid=7357] ppid=7354 vsize=10545540 CPUtime=6.27 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 292033 0 1 0 588 39 0 0 25 0 19 0 833476565 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 46912505829377 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7356/tid=7359] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7359/stat : 7359 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476566 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7360] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7360/stat : 7360 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476566 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7361] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7361/stat : 7361 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476566 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7362] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7362/stat : 7362 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476566 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7363] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7363/stat : 7363 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476566 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7364] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7364/stat : 7364 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476566 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7365] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7365/stat : 7365 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476566 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7366] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7366/stat : 7366 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476566 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7367] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7367/stat : 7367 (java) S 7354 7356 7022 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833476567 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 0 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7368] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7368/stat : 7368 (java) S 7354 7356 7022 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833476568 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7369] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7369/stat : 7369 (java) S 7354 7356 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833476568 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7370] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7370/stat : 7370 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476570 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485791153 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7371] ppid=7354 vsize=10545540 CPUtime=0.41 cores=0,2,4,6
/proc/7356/task/7371/stat : 7371 (java) S 7354 7356 7022 0 -1 4202560 2224 0 0 0 41 0 0 0 15 0 19 0 833476570 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7372] ppid=7354 vsize=10545540 CPUtime=0.46 cores=0,2,4,6
/proc/7356/task/7372/stat : 7372 (java) S 7354 7356 7022 0 -1 4202560 3856 0 0 0 45 1 0 0 15 0 19 0 833476570 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7373] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7373/stat : 7373 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476570 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7374] ppid=7354 vsize=10545540 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7374/stat : 7374 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833476570 10798632960 295746 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0

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

/proc/7356/task/7368/stat : 7368 (java) S 7354 7356 7022 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833476568 10797461504 1270064 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7369] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7369/stat : 7369 (java) S 7354 7356 7022 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833476568 10797461504 1270064 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7370] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7370/stat : 7370 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476570 10797461504 1270064 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485791153 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7371] ppid=7354 vsize=10544396 CPUtime=0.53 cores=0,2,4,6
/proc/7356/task/7371/stat : 7371 (java) S 7354 7356 7022 0 -1 4202560 2252 0 0 0 53 0 0 0 16 0 19 0 833476570 10797461504 1270064 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7372] ppid=7354 vsize=10544396 CPUtime=0.67 cores=0,2,4,6
/proc/7356/task/7372/stat : 7372 (java) S 7354 7356 7022 0 -1 4202560 5180 0 0 0 66 1 0 0 15 0 19 0 833476570 10797461504 1270064 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7373] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7373/stat : 7373 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476570 10797461504 1270064 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7374] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7374/stat : 7374 (java) S 7354 7356 7022 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 833476570 10797461504 1270064 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7375] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7375/stat : 7375 (java) S 7354 7356 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833476875 10797461504 1270064 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.74
Current children cumulated vsize (KiB) 10544396

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/510 7469
/proc/meminfo: memFree=11461956/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=10544396 CPUtime=1725.87 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 1314969 0 1 0 172405 182 0 0 25 0 19 0 833476564 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 2636099 1285274 2266 9 0 2626833 0
[pid=7356/tid=7357] ppid=7354 vsize=10544396 CPUtime=1715.39 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 794979 0 1 0 171440 99 0 0 25 0 19 0 833476565 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 46912505869267 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7356/tid=7359] ppid=7354 vsize=10544396 CPUtime=0.39 cores=0,2,4,6
/proc/7356/task/7359/stat : 7359 (java) S 7354 7356 7022 0 -1 4202560 43780 0 0 0 31 8 0 0 16 0 19 0 833476566 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7360] ppid=7354 vsize=10544396 CPUtime=0.32 cores=0,2,4,6
/proc/7356/task/7360/stat : 7360 (java) S 7354 7356 7022 0 -1 4202560 34771 0 0 0 26 6 0 0 16 0 19 0 833476566 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7361] ppid=7354 vsize=10544396 CPUtime=0.49 cores=0,2,4,6
/proc/7356/task/7361/stat : 7361 (java) S 7354 7356 7022 0 -1 4202560 56051 0 0 0 38 11 0 0 16 0 19 0 833476566 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7362] ppid=7354 vsize=10544396 CPUtime=0.51 cores=0,2,4,6
/proc/7356/task/7362/stat : 7362 (java) S 7354 7356 7022 0 -1 4202560 55502 0 0 0 41 10 0 0 16 0 19 0 833476566 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7363] ppid=7354 vsize=10544396 CPUtime=0.39 cores=0,2,4,6
/proc/7356/task/7363/stat : 7363 (java) S 7354 7356 7022 0 -1 4202560 38836 0 0 0 35 4 0 0 16 0 19 0 833476566 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7364] ppid=7354 vsize=10544396 CPUtime=0.53 cores=0,2,4,6
/proc/7356/task/7364/stat : 7364 (java) S 7354 7356 7022 0 -1 4202560 50170 0 0 0 44 9 0 0 16 0 19 0 833476566 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7365] ppid=7354 vsize=10544396 CPUtime=0.6 cores=0,2,4,6
/proc/7356/task/7365/stat : 7365 (java) S 7354 7356 7022 0 -1 4202560 66518 0 0 0 48 12 0 0 16 0 19 0 833476566 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7366] ppid=7354 vsize=10544396 CPUtime=0.35 cores=0,2,4,6
/proc/7356/task/7366/stat : 7366 (java) S 7354 7356 7022 0 -1 4202560 27137 0 0 0 31 4 0 0 16 0 19 0 833476566 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7367] ppid=7354 vsize=10544396 CPUtime=5.59 cores=0,2,4,6
/proc/7356/task/7367/stat : 7367 (java) S 7354 7356 7022 0 -1 4202560 138545 0 0 0 545 14 0 0 15 0 19 0 833476567 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 0 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7368] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7368/stat : 7368 (java) S 7354 7356 7022 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833476568 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7369] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7369/stat : 7369 (java) S 7354 7356 7022 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833476568 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7370] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7370/stat : 7370 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476570 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485791153 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7371] ppid=7354 vsize=10544396 CPUtime=0.53 cores=0,2,4,6
/proc/7356/task/7371/stat : 7371 (java) S 7354 7356 7022 0 -1 4202560 2252 0 0 0 53 0 0 0 16 0 19 0 833476570 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7372] ppid=7354 vsize=10544396 CPUtime=0.67 cores=0,2,4,6
/proc/7356/task/7372/stat : 7372 (java) S 7354 7356 7022 0 -1 4202560 5180 0 0 0 66 1 0 0 15 0 19 0 833476570 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7373] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7373/stat : 7373 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476570 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7374] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7374/stat : 7374 (java) S 7354 7356 7022 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833476570 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7375] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7375/stat : 7375 (java) S 7354 7356 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833476875 10797461504 1285274 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.87
Current children cumulated vsize (KiB) 10544396

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/510 7470
/proc/meminfo: memFree=11397580/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=10544396 CPUtime=1785.97 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 1330060 0 1 0 178411 186 0 0 25 0 19 0 833476564 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 2636099 1299423 2266 9 0 2626833 0
[pid=7356/tid=7357] ppid=7354 vsize=10544396 CPUtime=1774.99 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 794981 0 1 0 177399 100 0 0 25 0 19 0 833476565 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 46912505869106 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7356/tid=7359] ppid=7354 vsize=10544396 CPUtime=0.42 cores=0,2,4,6
/proc/7356/task/7359/stat : 7359 (java) S 7354 7356 7022 0 -1 4202560 43780 0 0 0 34 8 0 0 16 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7360] ppid=7354 vsize=10544396 CPUtime=0.33 cores=0,2,4,6
/proc/7356/task/7360/stat : 7360 (java) S 7354 7356 7022 0 -1 4202560 35422 0 0 0 27 6 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7361] ppid=7354 vsize=10544396 CPUtime=0.53 cores=0,2,4,6
/proc/7356/task/7361/stat : 7361 (java) S 7354 7356 7022 0 -1 4202560 57526 0 0 0 42 11 0 0 16 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7362] ppid=7354 vsize=10544396 CPUtime=0.51 cores=0,2,4,6
/proc/7356/task/7362/stat : 7362 (java) S 7354 7356 7022 0 -1 4202560 55502 0 0 0 41 10 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7363] ppid=7354 vsize=10544396 CPUtime=0.42 cores=0,2,4,6
/proc/7356/task/7363/stat : 7363 (java) S 7354 7356 7022 0 -1 4202560 42002 0 0 0 37 5 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7364] ppid=7354 vsize=10544396 CPUtime=0.54 cores=0,2,4,6
/proc/7356/task/7364/stat : 7364 (java) S 7354 7356 7022 0 -1 4202560 50170 0 0 0 45 9 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7365] ppid=7354 vsize=10544396 CPUtime=0.62 cores=0,2,4,6
/proc/7356/task/7365/stat : 7365 (java) S 7354 7356 7022 0 -1 4202560 69569 0 0 0 50 12 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7366] ppid=7354 vsize=10544396 CPUtime=0.37 cores=0,2,4,6
/proc/7356/task/7366/stat : 7366 (java) S 7354 7356 7022 0 -1 4202560 29941 0 0 0 32 5 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7367] ppid=7354 vsize=10544396 CPUtime=5.93 cores=0,2,4,6
/proc/7356/task/7367/stat : 7367 (java) S 7354 7356 7022 0 -1 4202560 142483 0 0 0 579 14 0 0 15 0 19 0 833476567 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 0 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7368] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7368/stat : 7368 (java) S 7354 7356 7022 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833476568 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7369] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7369/stat : 7369 (java) S 7354 7356 7022 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833476568 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7370] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7370/stat : 7370 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476570 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485791153 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7371] ppid=7354 vsize=10544396 CPUtime=0.53 cores=0,2,4,6
/proc/7356/task/7371/stat : 7371 (java) S 7354 7356 7022 0 -1 4202560 2252 0 0 0 53 0 0 0 16 0 19 0 833476570 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7372] ppid=7354 vsize=10544396 CPUtime=0.67 cores=0,2,4,6
/proc/7356/task/7372/stat : 7372 (java) S 7354 7356 7022 0 -1 4202560 5180 0 0 0 66 1 0 0 15 0 19 0 833476570 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7373] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7373/stat : 7373 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476570 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7374] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7374/stat : 7374 (java) S 7354 7356 7022 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833476570 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7375] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7375/stat : 7375 (java) S 7354 7356 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833476875 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1785.97
Current children cumulated vsize (KiB) 10544396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 2.00 2.01 1.98 3/510 7471
/proc/meminfo: memFree=11395596/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=10544396 CPUtime=1800.08 cores=0,2,4,6
/proc/7356/stat : 7356 (java) S 7354 7356 7022 0 -1 4202496 1330060 0 1 0 179822 186 0 0 25 0 19 0 833476564 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 2636099 1299423 2266 9 0 2626833 0
[pid=7356/tid=7357] ppid=7354 vsize=10544396 CPUtime=1789.11 cores=0,2,4,6
/proc/7356/task/7357/stat : 7357 (java) R 7354 7356 7022 0 -1 4202560 794981 0 1 0 178811 100 0 0 25 0 19 0 833476565 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 46912505869363 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7356/tid=7359] ppid=7354 vsize=10544396 CPUtime=0.42 cores=0,2,4,6
/proc/7356/task/7359/stat : 7359 (java) S 7354 7356 7022 0 -1 4202560 43780 0 0 0 34 8 0 0 16 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7360] ppid=7354 vsize=10544396 CPUtime=0.33 cores=0,2,4,6
/proc/7356/task/7360/stat : 7360 (java) S 7354 7356 7022 0 -1 4202560 35422 0 0 0 27 6 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7361] ppid=7354 vsize=10544396 CPUtime=0.53 cores=0,2,4,6
/proc/7356/task/7361/stat : 7361 (java) S 7354 7356 7022 0 -1 4202560 57526 0 0 0 42 11 0 0 16 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7362] ppid=7354 vsize=10544396 CPUtime=0.51 cores=0,2,4,6
/proc/7356/task/7362/stat : 7362 (java) S 7354 7356 7022 0 -1 4202560 55502 0 0 0 41 10 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7363] ppid=7354 vsize=10544396 CPUtime=0.42 cores=0,2,4,6
/proc/7356/task/7363/stat : 7363 (java) S 7354 7356 7022 0 -1 4202560 42002 0 0 0 37 5 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7364] ppid=7354 vsize=10544396 CPUtime=0.54 cores=0,2,4,6
/proc/7356/task/7364/stat : 7364 (java) S 7354 7356 7022 0 -1 4202560 50170 0 0 0 45 9 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7365] ppid=7354 vsize=10544396 CPUtime=0.62 cores=0,2,4,6
/proc/7356/task/7365/stat : 7365 (java) S 7354 7356 7022 0 -1 4202560 69569 0 0 0 50 12 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7366] ppid=7354 vsize=10544396 CPUtime=0.37 cores=0,2,4,6
/proc/7356/task/7366/stat : 7366 (java) S 7354 7356 7022 0 -1 4202560 29941 0 0 0 32 5 0 0 15 0 19 0 833476566 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7367] ppid=7354 vsize=10544396 CPUtime=5.93 cores=0,2,4,6
/proc/7356/task/7367/stat : 7367 (java) S 7354 7356 7022 0 -1 4202560 142483 0 0 0 579 14 0 0 15 0 19 0 833476567 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 0 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7368] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7368/stat : 7368 (java) S 7354 7356 7022 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833476568 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7369] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7369/stat : 7369 (java) S 7354 7356 7022 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833476568 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7370] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7370/stat : 7370 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476570 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485791153 0 4 0 16800975 18446604444015718592 0 0 -1 4 0 0 0
[pid=7356/tid=7371] ppid=7354 vsize=10544396 CPUtime=0.53 cores=0,2,4,6
/proc/7356/task/7371/stat : 7371 (java) S 7354 7356 7022 0 -1 4202560 2252 0 0 0 53 0 0 0 16 0 19 0 833476570 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 2 0 0 0
[pid=7356/tid=7372] ppid=7354 vsize=10544396 CPUtime=0.67 cores=0,2,4,6
/proc/7356/task/7372/stat : 7372 (java) S 7354 7356 7022 0 -1 4202560 5180 0 0 0 66 1 0 0 15 0 19 0 833476570 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7373] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7373/stat : 7373 (java) S 7354 7356 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833476570 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485783449 0 4 0 16800975 18446604444015718592 0 0 -1 6 0 0 0
[pid=7356/tid=7374] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7374/stat : 7374 (java) S 7354 7356 7022 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833476570 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
[pid=7356/tid=7375] ppid=7354 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/7356/task/7375/stat : 7375 (java) S 7354 7356 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833476875 10797461504 1299423 33554432000 1073741824 1073778376 140734854282304 18446744073709551615 274485784064 0 4 0 16800975 18446604444015718592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10544396

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

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

[startup+1796.6 s]
/proc/loadavg: 2.00 2.01 1.98 3/510 7471
/proc/meminfo: memFree=11395596/32950928 swapFree=61858088/67111528
[pid=7356] ppid=7354 vsize=0 CPUtime=1800.33 cores=0,2,4,6
/proc/7356/stat : 7356 (java) Z 7354 7356 7022 0 -1 4203548 1330091 0 1 0 179834 199 0 0 17 0 2 0 833476564 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7356/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.68
CPU time (s): 1800.42
CPU user time (s): 1798.35
CPU system time (s): 2.07468
CPU usage (%): 100.208
Max. virtual memory (cumulated for all children) (KiB): 10546108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.35
system time used= 2.07468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1330091
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38171
involuntary context switches= 40294

runsolver used 8.94364 second user time and 18.8621 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 22:19:29
IDJOB=3456608
IDBENCH=1977
IDSOLVER=1951
FILE ID=node125/3456608-1307218769
RUNJOBID= node125-1307215870-7040
PBS_JOBID= 13509098
Free space on /tmp= 73776 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_1.opb.PB06.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456608-1307218769/watcher-3456608-1307218769 -o /tmp/evaluation-result-3456608-1307218769/solver-3456608-1307218769 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456608-1307218769.opb

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

MD5SUM BENCH= 2fd45123d8e20b24379108257151f007
RANDOM SEED=141156712

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16635512 kB
Buffers:        360944 kB
Cached:        3539644 kB
SwapCached:       3616 kB
Active:       12596116 kB
Inactive:      3368588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16635512 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:           17412 kB
Writeback:           0 kB
AnonPages:    12062032 kB
Mapped:          42252 kB
Slab:           214828 kB
PageTables:      69064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140382864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73772 MiB
End job on node125 at 2011-06-04 22:49:27