Trace number 3456857

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.0SAT (TO)548 1800.34 1793.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_4.opb
MD5SUMa470052ca6f8034e2c6c08868e52d9e8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1797.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.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-3456857-1307221725.opb
0.10/0.11	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.034s.
0.10/0.15	c #vars     120
0.10/0.15	c #constraints  10
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
1.38/0.64	c SATISFIABLE
1.38/0.64	c OPTIMIZING...
1.38/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
1.38/0.64	o 1904
1.80/0.89	c Got one! Elapsed wall clock time (in seconds):0.783
1.80/0.89	o 1382
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.253
2.38/1.36	o 1341
2.82/1.74	c Got one! Elapsed wall clock time (in seconds):1.633
2.82/1.74	o 1334
3.44/2.38	c Got one! Elapsed wall clock time (in seconds):2.267
3.44/2.38	o 1280
4.89/3.71	c Got one! Elapsed wall clock time (in seconds):3.599
4.89/3.71	o 1278
5.70/4.59	c Got one! Elapsed wall clock time (in seconds):4.477
5.70/4.59	o 1230
9.06/7.72	c Got one! Elapsed wall clock time (in seconds):7.608
9.06/7.72	o 1228
11.19/9.82	c Got one! Elapsed wall clock time (in seconds):9.71
11.19/9.82	o 1124
22.94/21.53	c Got one! Elapsed wall clock time (in seconds):21.419
22.94/21.53	o 1098
26.87/25.40	c Got one! Elapsed wall clock time (in seconds):25.293
26.87/25.40	o 763
35.04/33.55	c Got one! Elapsed wall clock time (in seconds):33.438
35.04/33.55	o 600
46.90/45.27	c Got one! Elapsed wall clock time (in seconds):45.163
46.90/45.27	o 598
59.67/57.99	c Got one! Elapsed wall clock time (in seconds):57.885
59.67/58.00	o 596
87.55/85.79	c Got one! Elapsed wall clock time (in seconds):85.682
87.55/85.79	o 592
107.49/105.65	c Got one! Elapsed wall clock time (in seconds):105.541
107.49/105.65	o 578
116.09/114.27	c Got one! Elapsed wall clock time (in seconds):114.159
116.09/114.27	o 573
131.33/129.44	c Got one! Elapsed wall clock time (in seconds):129.331
131.33/129.44	o 568
187.06/185.09	c Got one! Elapsed wall clock time (in seconds):184.975
187.06/185.09	o 557
457.08/454.51	c Got one! Elapsed wall clock time (in seconds):454.396
457.08/454.51	o 553
721.83/718.69	c cleaning 0 clauses out of 13161 with flag 0/13161
1219.45/1215.47	c Got one! Elapsed wall clock time (in seconds):1215.359
1219.45/1215.47	o 551
1503.61/1498.46	c Got one! Elapsed wall clock time (in seconds):1498.351
1503.61/1498.46	o 548
1800.10/1793.63	c starts		: 66
1800.10/1793.63	c conflicts		: 18998
1800.10/1793.63	c decisions		: 26691
1800.10/1793.63	c propagations		: 168025
1800.10/1793.63	c inspects		: 554706872
1800.10/1793.63	c shortcuts		: 0
1800.10/1793.63	c learnt literals	: 0
1800.10/1793.63	c learnt binary clauses	: 0
1800.10/1793.63	c learnt ternary clauses	: 0
1800.10/1793.63	c learnt constraints	: 18997
1800.10/1793.63	c ignored constraints	: 0
1800.10/1793.63	c root simplifications	: 0
1800.10/1793.63	c removed literals (reason simplification)	: 0
1800.10/1793.63	c reason swapping (by a shorter reason)	: 0
1800.10/1793.63	c Calls to reduceDB	: 1
1800.10/1793.63	c number of reductions to clauses (during analyze)	: 0
1800.10/1793.63	c number of learned constraints concerned by reduction	: 0
1800.10/1793.63	c number of learning phase by resolution	: 0
1800.10/1793.63	c number of learning phase by cutting planes	: 0
1800.10/1793.63	c speed (assignments/second)	: 569.2578727152609
1800.10/1793.63	c non guided choices	366
1800.10/1793.64	c learnt constraints type 
1800.10/1793.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 33
1800.10/1793.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18964
1800.10/1793.64	c constraints type 
1800.10/1793.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1800.10/1793.64	s SATISFIABLE
1800.10/1793.64	v x1 -x2 x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 x50 x51 -x52 -x53 x54 -x55 -x56 x57 x58 x59 x60 x61 x62 -x63 -x64 x65 x66 x67 x68 x69 x70 x71 -x72 -x73 -x74 x75 -x76 x77 -x78 -x79 x80 x81 -x82 -x83 x84 -x85 -x86 x87 -x88 x89 x90 -x91 x92 x93 x94 x95 -x96 -x97 -x98 x99 -x100 x101 x102 -x103 -x104 -x105 -x106 x107 -x108 x109 -x110 x111 -x112 -x113 -x114 x115 x116 -x117 x118 -x119 x120 
1800.10/1793.64	c objective function=548
1800.10/1793.64	c Total wall clock time (in seconds): 1793.529

Verifier Data

OK	548

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-3456857-1307221725/watcher-3456857-1307221725 -o /tmp/evaluation-result-3456857-1307221725/solver-3456857-1307221725 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456857-1307221725.opb 

running on 4 cores: 1,3,5,7

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.03 2.00 2/593 6404
/proc/meminfo: memFree=20675844/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/6404/stat : 6404 (java) R 6402 6404 5603 0 -1 4202496 992 0 0 0 0 0 0 0 23 0 1 0 833770258 23580672 736 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 47274641579744 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6404/statm: 5757 750 549 9 0 124 0
[pid=6404/tid=6405] ppid=6402 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 5898 0 1 0 0 0 0 0 24 0 2 0 833770259 10694979584 6714 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212687369275 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0952 s]
/proc/loadavg: 2.00 2.03 2.00 2/593 6404
/proc/meminfo: memFree=20675844/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=10605440 CPUtime=0.1 cores=1,3,5,7
/proc/6404/stat : 6404 (java) S 6402 6404 5603 0 -1 4202496 13044 0 1 0 8 2 0 0 23 0 18 0 833770258 10859970560 12714 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6404/statm: 2651360 12714 2093 9 0 2642094 0
[pid=6404/tid=6405] ppid=6402 vsize=10605440 CPUtime=0.07 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 11091 0 1 0 6 1 0 0 18 0 18 0 833770259 10859970560 12714 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 47274637531542 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605440

[startup+0.106739 s]
/proc/loadavg: 2.00 2.03 2.00 2/593 6404
/proc/meminfo: memFree=20675844/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=10605440 CPUtime=0.1 cores=1,3,5,7
/proc/6404/stat : 6404 (java) S 6402 6404 5603 0 -1 4202496 13141 0 1 0 8 2 0 0 23 0 18 0 833770258 10859970560 12811 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6404/statm: 2651360 12811 2093 9 0 2642094 0
[pid=6404/tid=6405] ppid=6402 vsize=10605440 CPUtime=0.08 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 11188 0 1 0 7 1 0 0 18 0 18 0 833770259 10859970560 12811 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699502027 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605440

[startup+0.338461 s]
/proc/loadavg: 2.00 2.03 2.00 2/593 6404
/proc/meminfo: memFree=20675844/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=10617324 CPUtime=0.64 cores=1,3,5,7
/proc/6404/stat : 6404 (java) S 6402 6404 5603 0 -1 4202496 22121 0 1 0 60 4 0 0 23 0 19 0 833770258 10872139776 19790 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6404/statm: 2654101 20260 2206 9 0 2644835 0
[pid=6404/tid=6405] ppid=6402 vsize=10617772 CPUtime=0.33 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 15312 0 1 0 31 2 0 0 19 0 19 0 833770259 10872598528 21378 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 46912505228560 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 10617324

[startup+0.70067 s]
/proc/loadavg: 2.00 2.03 2.00 2/593 6404
/proc/meminfo: memFree=20675844/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=10619808 CPUtime=1.66 cores=1,3,5,7
/proc/6404/stat : 6404 (java) S 6402 6404 5603 0 -1 4202496 41696 0 1 0 160 6 0 0 23 0 19 0 833770258 10874683392 38071 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6404/statm: 2654952 38072 2223 9 0 2645686 0
[pid=6404/tid=6405] ppid=6402 vsize=10619808 CPUtime=0.68 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 29635 0 1 0 64 4 0 0 19 0 19 0 833770259 10874683392 38072 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 46912505543345 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10619808

[startup+1.50153 s]
/proc/loadavg: 2.16 2.06 2.01 3/612 6423
/proc/meminfo: memFree=20422864/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=10619808 CPUtime=2.62 cores=1,3,5,7
/proc/6404/stat : 6404 (java) S 6402 6404 5603 0 -1 4202496 115282 0 1 0 247 15 0 0 23 0 19 0 833770258 10874683392 111655 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6404/statm: 2654952 111657 2226 9 0 2645686 0
[pid=6404/tid=6405] ppid=6402 vsize=10619808 CPUtime=1.48 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 103203 0 1 0 135 13 0 0 18 0 19 0 833770259 10874683392 111659 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 46912505830393 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6404/tid=6407] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6407/stat : 6407 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 111662 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6408] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6408/stat : 6408 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 111664 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6409] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6409/stat : 6409 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 111666 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6410] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6410/stat : 6410 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 111667 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6411] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6411/stat : 6411 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 111669 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6412] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6412/stat : 6412 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 111671 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6413] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6413/stat : 6413 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 111671 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6414] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6414/stat : 6414 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 111671 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6415] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6415/stat : 6415 (java) S 6402 6404 5603 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833770262 10874683392 111674 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 0 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6416] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6416/stat : 6416 (java) S 6402 6404 5603 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833770262 10874683392 111675 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6417] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6417/stat : 6417 (java) S 6402 6404 5603 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833770262 10874683392 111675 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6418] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6418/stat : 6418 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10874683392 111676 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699498929 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6419] ppid=6402 vsize=10619808 CPUtime=0.52 cores=1,3,5,7
/proc/6404/task/6419/stat : 6419 (java) S 6402 6404 5603 0 -1 4202560 5104 0 0 0 52 0 0 0 15 0 19 0 833770265 10874683392 111676 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6420] ppid=6402 vsize=10619808 CPUtime=0.6 cores=1,3,5,7
/proc/6404/task/6420/stat : 6420 (java) S 6402 6404 5603 0 -1 4202560 5818 0 0 0 59 1 0 0 15 0 19 0 833770265 10874683392 111677 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6421] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6421/stat : 6421 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10874683392 111678 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6422] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6422/stat : 6422 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833770265 10874683392 111678 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6423] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6423/stat : 6423 (java) S 6402 6404 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833770273 10874683392 111680 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 10619808

[startup+3.10123 s]
/proc/loadavg: 2.16 2.06 2.01 3/612 6423
/proc/meminfo: memFree=20010936/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=10619808 CPUtime=4.26 cores=1,3,5,7
/proc/6404/stat : 6404 (java) S 6402 6404 5603 0 -1 4202496 261353 0 1 0 393 33 0 0 23 0 19 0 833770258 10874683392 257725 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6404/statm: 2654952 257728 2227 9 0 2645686 0
[pid=6404/tid=6405] ppid=6402 vsize=10619808 CPUtime=3.08 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 249271 0 1 0 277 31 0 0 19 0 19 0 833770259 10874683392 257731 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 46912505691239 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6404/tid=6407] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6407/stat : 6407 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 257734 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6408] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6408/stat : 6408 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 257737 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6409] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6409/stat : 6409 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 257739 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6410] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6410/stat : 6410 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 257742 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6411] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6411/stat : 6411 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 257744 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6412] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6412/stat : 6412 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 257746 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6413] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6413/stat : 6413 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 257749 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6414] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6414/stat : 6414 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 257751 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6415] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6415/stat : 6415 (java) S 6402 6404 5603 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833770262 10874683392 257754 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 0 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6416] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6416/stat : 6416 (java) S 6402 6404 5603 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833770262 10874683392 257758 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6417] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6417/stat : 6417 (java) S 6402 6404 5603 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833770262 10874683392 257760 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6418] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6418/stat : 6418 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10874683392 257763 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699498929 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6419] ppid=6402 vsize=10619808 CPUtime=0.52 cores=1,3,5,7
/proc/6404/task/6419/stat : 6419 (java) S 6402 6404 5603 0 -1 4202560 5105 0 0 0 52 0 0 0 15 0 19 0 833770265 10874683392 257766 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6420] ppid=6402 vsize=10619808 CPUtime=0.64 cores=1,3,5,7
/proc/6404/task/6420/stat : 6420 (java) S 6402 6404 5603 0 -1 4202560 5822 0 0 0 63 1 0 0 15 0 19 0 833770265 10874683392 257769 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6421] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6421/stat : 6421 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10874683392 257772 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6422] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6422/stat : 6422 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833770265 10874683392 257774 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6423] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6423/stat : 6423 (java) S 6402 6404 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833770273 10874683392 257777 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 10619808

[startup+6.30065 s]
/proc/loadavg: 2.15 2.06 2.01 3/612 6423
/proc/meminfo: memFree=19015720/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=10619808 CPUtime=7.52 cores=1,3,5,7
/proc/6404/stat : 6404 (java) S 6402 6404 5603 0 -1 4202496 442019 0 1 0 700 52 0 0 23 0 19 0 833770258 10874683392 438349 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6404/statm: 2654952 438350 2228 9 0 2645686 0
[pid=6404/tid=6405] ppid=6402 vsize=10619808 CPUtime=6.27 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 429922 0 1 0 577 50 0 0 25 0 19 0 833770259 10874683392 438351 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 46912505923449 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6404/tid=6407] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6407/stat : 6407 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 438351 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6408] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6408/stat : 6408 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 438352 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6409] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6409/stat : 6409 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 438352 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6410] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6410/stat : 6410 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 438352 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6411] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6411/stat : 6411 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 438353 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6412] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6412/stat : 6412 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 438354 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6413] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6413/stat : 6413 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 438354 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6414] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6414/stat : 6414 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770261 10874683392 438355 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6415] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6415/stat : 6415 (java) S 6402 6404 5603 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833770262 10874683392 438355 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 0 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6416] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6416/stat : 6416 (java) S 6402 6404 5603 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833770262 10874683392 438355 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6417] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6417/stat : 6417 (java) S 6402 6404 5603 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833770262 10874683392 438356 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6418] ppid=6402 vsize=10619808 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6418/stat : 6418 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10874683392 438356 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699498929 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6419] ppid=6402 vsize=10619808 CPUtime=0.59 cores=1,3,5,7
/proc/6404/task/6419/stat : 6419 (java) S 6402 6404 5603 0 -1 4202560 5115 0 0 0 59 0 0 0 15 0 19 0 833770265 10874683392 438356 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6420] ppid=6402 vsize=10619808 CPUtime=0.64 cores=1,3,5,7
/proc/6404/task/6420/stat : 6420 (java) S 6402 6404 5603 0 -1 4202560 5822 0 0 0 63 1 0 0 15 0 19 0 833770265 10874683392 438357 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0

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

/proc/6404/task/6417/stat : 6417 (java) S 6402 6404 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833770262 10873069568 1017067 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6418] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6418/stat : 6418 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10873069568 1017067 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699498929 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6419] ppid=6402 vsize=10618232 CPUtime=0.88 cores=1,3,5,7
/proc/6404/task/6419/stat : 6419 (java) S 6402 6404 5603 0 -1 4202560 6650 0 0 0 88 0 0 0 15 0 19 0 833770265 10873069568 1017067 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6420] ppid=6402 vsize=10618232 CPUtime=0.69 cores=1,3,5,7
/proc/6404/task/6420/stat : 6420 (java) S 6402 6404 5603 0 -1 4202560 5831 0 0 0 68 1 0 0 15 0 19 0 833770265 10873069568 1017067 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6421] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6421/stat : 6421 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10873069568 1017067 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6422] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6422/stat : 6422 (java) S 6402 6404 5603 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 833770265 10873069568 1017067 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 5 0 0 0
[pid=6404/tid=6423] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6423/stat : 6423 (java) S 6402 6404 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833770273 10873069568 1017067 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1668.35
Current children cumulated vsize (KiB) 10618232

[startup+1722.3 s]
/proc/loadavg: 2.23 2.09 2.02 3/612 6609
/proc/meminfo: memFree=15845368/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=10618232 CPUtime=1728.53 cores=1,3,5,7
/proc/6404/stat : 6404 (java) S 6402 6404 5603 0 -1 4202496 1036144 0 1 0 172729 124 0 0 23 0 19 0 833770258 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6404/statm: 2654558 1021535 2257 9 0 2645292 0
[pid=6404/tid=6405] ppid=6402 vsize=10618232 CPUtime=1719.78 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 821061 0 1 0 171889 89 0 0 25 0 19 0 833770259 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 46912505548319 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6404/tid=6407] ppid=6402 vsize=10618232 CPUtime=0.89 cores=1,3,5,7
/proc/6404/task/6407/stat : 6407 (java) S 6402 6404 5603 0 -1 4202560 28519 0 0 0 86 3 0 0 15 0 19 0 833770261 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6408] ppid=6402 vsize=10618232 CPUtime=0.88 cores=1,3,5,7
/proc/6404/task/6408/stat : 6408 (java) S 6402 6404 5603 0 -1 4202560 26856 0 0 0 85 3 0 0 15 0 19 0 833770261 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 5 0 0 0
[pid=6404/tid=6409] ppid=6402 vsize=10618232 CPUtime=0.81 cores=1,3,5,7
/proc/6404/task/6409/stat : 6409 (java) S 6402 6404 5603 0 -1 4202560 20790 0 0 0 79 2 0 0 16 0 19 0 833770261 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6410] ppid=6402 vsize=10618232 CPUtime=0.87 cores=1,3,5,7
/proc/6404/task/6410/stat : 6410 (java) S 6402 6404 5603 0 -1 4202560 24007 0 0 0 83 4 0 0 15 0 19 0 833770261 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 5 0 0 0
[pid=6404/tid=6411] ppid=6402 vsize=10618232 CPUtime=0.8 cores=1,3,5,7
/proc/6404/task/6411/stat : 6411 (java) S 6402 6404 5603 0 -1 4202560 21103 0 0 0 77 3 0 0 16 0 19 0 833770261 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6412] ppid=6402 vsize=10618232 CPUtime=0.8 cores=1,3,5,7
/proc/6404/task/6412/stat : 6412 (java) S 6402 6404 5603 0 -1 4202560 26571 0 0 0 76 4 0 0 16 0 19 0 833770261 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6413] ppid=6402 vsize=10618232 CPUtime=0.79 cores=1,3,5,7
/proc/6404/task/6413/stat : 6413 (java) S 6402 6404 5603 0 -1 4202560 26280 0 0 0 75 4 0 0 16 0 19 0 833770261 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 5 0 0 0
[pid=6404/tid=6414] ppid=6402 vsize=10618232 CPUtime=0.95 cores=1,3,5,7
/proc/6404/task/6414/stat : 6414 (java) S 6402 6404 5603 0 -1 4202560 25185 0 0 0 92 3 0 0 16 0 19 0 833770261 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6415] ppid=6402 vsize=10618232 CPUtime=0.25 cores=1,3,5,7
/proc/6404/task/6415/stat : 6415 (java) S 6402 6404 5603 0 -1 4202560 2039 0 0 0 24 1 0 0 15 0 19 0 833770262 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 0 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6416] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6416/stat : 6416 (java) S 6402 6404 5603 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833770262 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6417] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6417/stat : 6417 (java) S 6402 6404 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833770262 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6418] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6418/stat : 6418 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699498929 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6419] ppid=6402 vsize=10618232 CPUtime=0.88 cores=1,3,5,7
/proc/6404/task/6419/stat : 6419 (java) S 6402 6404 5603 0 -1 4202560 6650 0 0 0 88 0 0 0 15 0 19 0 833770265 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6420] ppid=6402 vsize=10618232 CPUtime=0.69 cores=1,3,5,7
/proc/6404/task/6420/stat : 6420 (java) S 6402 6404 5603 0 -1 4202560 5831 0 0 0 68 1 0 0 15 0 19 0 833770265 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6421] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6421/stat : 6421 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6422] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6422/stat : 6422 (java) S 6402 6404 5603 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 833770265 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 5 0 0 0
[pid=6404/tid=6423] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6423/stat : 6423 (java) S 6402 6404 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833770273 10873069568 1021535 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.53
Current children cumulated vsize (KiB) 10618232

[startup+1782.3 s]
/proc/loadavg: 2.14 2.09 2.02 3/612 6610
/proc/meminfo: memFree=15781972/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=10618232 CPUtime=1788.75 cores=1,3,5,7
/proc/6404/stat : 6404 (java) S 6402 6404 5603 0 -1 4202496 1047510 0 1 0 178749 126 0 0 23 0 19 0 833770258 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6404/statm: 2654558 1031540 2257 9 0 2645292 0
[pid=6404/tid=6405] ppid=6402 vsize=10618232 CPUtime=1779.68 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 821067 0 1 0 177879 89 0 0 25 0 19 0 833770259 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 46912505548380 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6404/tid=6407] ppid=6402 vsize=10618232 CPUtime=0.92 cores=1,3,5,7
/proc/6404/task/6407/stat : 6407 (java) S 6402 6404 5603 0 -1 4202560 29647 0 0 0 89 3 0 0 15 0 19 0 833770261 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6408] ppid=6402 vsize=10618232 CPUtime=0.93 cores=1,3,5,7
/proc/6404/task/6408/stat : 6408 (java) S 6402 6404 5603 0 -1 4202560 28752 0 0 0 90 3 0 0 15 0 19 0 833770261 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6409] ppid=6402 vsize=10618232 CPUtime=0.83 cores=1,3,5,7
/proc/6404/task/6409/stat : 6409 (java) S 6402 6404 5603 0 -1 4202560 21583 0 0 0 80 3 0 0 15 0 19 0 833770261 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6410] ppid=6402 vsize=10618232 CPUtime=0.92 cores=1,3,5,7
/proc/6404/task/6410/stat : 6410 (java) S 6402 6404 5603 0 -1 4202560 26351 0 0 0 88 4 0 0 16 0 19 0 833770261 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 5 0 0 0
[pid=6404/tid=6411] ppid=6402 vsize=10618232 CPUtime=0.84 cores=1,3,5,7
/proc/6404/task/6411/stat : 6411 (java) S 6402 6404 5603 0 -1 4202560 22578 0 0 0 81 3 0 0 15 0 19 0 833770261 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6412] ppid=6402 vsize=10618232 CPUtime=0.85 cores=1,3,5,7
/proc/6404/task/6412/stat : 6412 (java) S 6402 6404 5603 0 -1 4202560 27297 0 0 0 81 4 0 0 16 0 19 0 833770261 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6413] ppid=6402 vsize=10618232 CPUtime=0.81 cores=1,3,5,7
/proc/6404/task/6413/stat : 6413 (java) S 6402 6404 5603 0 -1 4202560 27335 0 0 0 77 4 0 0 15 0 19 0 833770261 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6414] ppid=6402 vsize=10618232 CPUtime=1 cores=1,3,5,7
/proc/6404/task/6414/stat : 6414 (java) S 6402 6404 5603 0 -1 4202560 27122 0 0 0 97 3 0 0 15 0 19 0 833770261 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6415] ppid=6402 vsize=10618232 CPUtime=0.25 cores=1,3,5,7
/proc/6404/task/6415/stat : 6415 (java) S 6402 6404 5603 0 -1 4202560 2043 0 0 0 24 1 0 0 15 0 19 0 833770262 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 0 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6416] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6416/stat : 6416 (java) S 6402 6404 5603 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833770262 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6417] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6417/stat : 6417 (java) S 6402 6404 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833770262 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6418] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6418/stat : 6418 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699498929 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6419] ppid=6402 vsize=10618232 CPUtime=0.88 cores=1,3,5,7
/proc/6404/task/6419/stat : 6419 (java) S 6402 6404 5603 0 -1 4202560 6650 0 0 0 88 0 0 0 15 0 19 0 833770265 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6420] ppid=6402 vsize=10618232 CPUtime=0.69 cores=1,3,5,7
/proc/6404/task/6420/stat : 6420 (java) S 6402 6404 5603 0 -1 4202560 5831 0 0 0 68 1 0 0 15 0 19 0 833770265 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6421] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6421/stat : 6421 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6422] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6422/stat : 6422 (java) S 6402 6404 5603 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833770265 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 5 0 0 0
[pid=6404/tid=6423] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6423/stat : 6423 (java) S 6402 6404 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833770273 10873069568 1031540 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 10618232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.6 s]
/proc/loadavg: 2.12 2.08 2.02 5/612 6611
/proc/meminfo: memFree=15778120/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=10618232 CPUtime=1800.1 cores=1,3,5,7
/proc/6404/stat : 6404 (java) S 6402 6404 5603 0 -1 4202496 1048623 0 1 0 179884 126 0 0 23 0 19 0 833770258 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6404/statm: 2654558 1032583 2257 9 0 2645292 0
[pid=6404/tid=6405] ppid=6402 vsize=10618232 CPUtime=1790.98 cores=1,3,5,7
/proc/6404/task/6405/stat : 6405 (java) R 6402 6404 5603 0 -1 4202560 821068 0 1 0 179009 89 0 0 25 0 19 0 833770259 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 46912505543402 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6404/tid=6407] ppid=6402 vsize=10618232 CPUtime=0.92 cores=1,3,5,7
/proc/6404/task/6407/stat : 6407 (java) S 6402 6404 5603 0 -1 4202560 29647 0 0 0 89 3 0 0 15 0 19 0 833770261 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6408] ppid=6402 vsize=10618232 CPUtime=0.94 cores=1,3,5,7
/proc/6404/task/6408/stat : 6408 (java) S 6402 6404 5603 0 -1 4202560 28752 0 0 0 91 3 0 0 16 0 19 0 833770261 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6409] ppid=6402 vsize=10618232 CPUtime=0.85 cores=1,3,5,7
/proc/6404/task/6409/stat : 6409 (java) S 6402 6404 5603 0 -1 4202560 21704 0 0 0 82 3 0 0 16 0 19 0 833770261 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6410] ppid=6402 vsize=10618232 CPUtime=0.94 cores=1,3,5,7
/proc/6404/task/6410/stat : 6410 (java) S 6402 6404 5603 0 -1 4202560 26563 0 0 0 90 4 0 0 16 0 19 0 833770261 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 5 0 0 0
[pid=6404/tid=6411] ppid=6402 vsize=10618232 CPUtime=0.84 cores=1,3,5,7
/proc/6404/task/6411/stat : 6411 (java) S 6402 6404 5603 0 -1 4202560 22578 0 0 0 81 3 0 0 15 0 19 0 833770261 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6412] ppid=6402 vsize=10618232 CPUtime=0.85 cores=1,3,5,7
/proc/6404/task/6412/stat : 6412 (java) S 6402 6404 5603 0 -1 4202560 27325 0 0 0 81 4 0 0 16 0 19 0 833770261 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6413] ppid=6402 vsize=10618232 CPUtime=0.82 cores=1,3,5,7
/proc/6404/task/6413/stat : 6413 (java) S 6402 6404 5603 0 -1 4202560 27676 0 0 0 78 4 0 0 16 0 19 0 833770261 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6414] ppid=6402 vsize=10618232 CPUtime=1.01 cores=1,3,5,7
/proc/6404/task/6414/stat : 6414 (java) S 6402 6404 5603 0 -1 4202560 27528 0 0 0 98 3 0 0 16 0 19 0 833770261 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6415] ppid=6402 vsize=10618232 CPUtime=0.25 cores=1,3,5,7
/proc/6404/task/6415/stat : 6415 (java) S 6402 6404 5603 0 -1 4202560 2045 0 0 0 24 1 0 0 15 0 19 0 833770262 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 0 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6416] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6416/stat : 6416 (java) S 6402 6404 5603 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833770262 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6417] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6417/stat : 6417 (java) S 6402 6404 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833770262 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6418] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6418/stat : 6418 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699498929 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6419] ppid=6402 vsize=10618232 CPUtime=0.88 cores=1,3,5,7
/proc/6404/task/6419/stat : 6419 (java) S 6402 6404 5603 0 -1 4202560 6650 0 0 0 88 0 0 0 15 0 19 0 833770265 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 3 0 0 0
[pid=6404/tid=6420] ppid=6402 vsize=10618232 CPUtime=0.69 cores=1,3,5,7
/proc/6404/task/6420/stat : 6420 (java) S 6402 6404 5603 0 -1 4202560 5831 0 0 0 68 1 0 0 15 0 19 0 833770265 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
[pid=6404/tid=6421] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6421/stat : 6421 (java) S 6402 6404 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833770265 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491225 0 4 0 16800975 18446604470354286400 0 0 -1 7 0 0 0
[pid=6404/tid=6422] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6422/stat : 6422 (java) S 6402 6404 5603 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 833770265 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 5 0 0 0
[pid=6404/tid=6423] ppid=6402 vsize=10618232 CPUtime=0 cores=1,3,5,7
/proc/6404/task/6423/stat : 6423 (java) S 6402 6404 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833770273 10873069568 1032583 33554432000 1073741824 1073778376 140737095233200 18446744073709551615 212699491840 0 4 0 16800975 18446604470354286400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10618232

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

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

[startup+1793.8 s]
/proc/loadavg: 2.12 2.08 2.02 5/612 6611
/proc/meminfo: memFree=15778120/32951124 swapFree=58940260/67111528
[pid=6404] ppid=6402 vsize=0 CPUtime=1800.32 cores=1,3,5,7
/proc/6404/stat : 6404 (java) Z 6402 6404 5603 0 -1 4203548 1048659 0 1 0 179890 142 0 0 17 0 2 0 833770258 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6404/statm: 0 0 0 0 0 0 0
[pid=6404/tid=6423] ppid=6402 vsize=0 CPUtime=0.15 cores=1,3,5,7
/proc/6404/task/6423/stat : 6423 (java) R 6402 6404 5603 0 -1 4203588 7 0 0 0 0 15 0 0 18 0 2 0 833770273 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.81
CPU time (s): 1800.34
CPU user time (s): 1798.9
CPU system time (s): 1.43678
CPU usage (%): 100.364
Max. virtual memory (cumulated for all children) (KiB): 10625616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.43678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1048659
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= 41543
involuntary context switches= 22683

runsolver used 10.2184 second user time and 24.6982 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-04 23:08:45
IDJOB=3456857
IDBENCH=2914
IDSOLVER=1951
FILE ID=node139/3456857-1307221725
RUNJOBID= node139-1307215866-5622
PBS_JOBID= 13509085
Free space on /tmp= 73472 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456857-1307221725/watcher-3456857-1307221725 -o /tmp/evaluation-result-3456857-1307221725/solver-3456857-1307221725 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456857-1307221725.opb

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

MD5SUM BENCH= a470052ca6f8034e2c6c08868e52d9e8
RANDOM SEED=1773550390

node139.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.852
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.70
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.852
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	: 5332.75
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.852
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.74
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.852
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.75
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.852
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	: 5321.49
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.852
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.75
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20676124 kB
Buffers:        291212 kB
Cached:         661516 kB
SwapCached:       3628 kB
Active:       11431920 kB
Inactive:       534588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20676124 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:             452 kB
Writeback:          32 kB
AnonPages:    11012304 kB
Mapped:          41108 kB
Slab:           153576 kB
PageTables:      84328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 181250532 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= 73472 MiB
End job on node139 at 2011-06-04 23:38:41