Trace number 3456849

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)961 1800.25 1797.78

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_4.opb
MD5SUM8206de06d2228a9d751f3cf3a6d7aa05
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark1799.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
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 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5104
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.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.1.v20110525
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.18-164.el5
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		9996466904
0.06/0.10	c Max memory 		10048897024
0.06/0.10	c Total memory 		10048897024
0.06/0.10	c Number of processors 	8
0.06/0.12	c Pseudo Boolean Optimization
0.06/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.12	c No reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-3456849-1307221809.opb
0.06/0.12	c reading problem ... 
0.12/0.17	c ... done. Wall clock time 0.051s.
0.12/0.17	c #vars     172
0.12/0.17	c #constraints  14
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
1.62/0.79	c SATISFIABLE
1.62/0.79	c OPTIMIZING...
1.62/0.79	c Got one! Elapsed wall clock time (in seconds):0.666
1.62/0.79	o 2394
2.30/1.34	c Got one! Elapsed wall clock time (in seconds):1.216
2.30/1.34	o 2203
3.31/2.33	c Got one! Elapsed wall clock time (in seconds):2.209
3.31/2.33	o 1978
4.42/3.42	c Got one! Elapsed wall clock time (in seconds):3.302
4.42/3.42	o 1935
8.03/7.09	c Got one! Elapsed wall clock time (in seconds):6.969
8.03/7.09	o 1745
20.29/19.26	c Got one! Elapsed wall clock time (in seconds):19.142
20.29/19.26	o 1738
26.30/25.16	c Got one! Elapsed wall clock time (in seconds):25.046
26.30/25.16	o 1730
36.51/35.25	c Got one! Elapsed wall clock time (in seconds):35.132
36.51/35.25	o 1601
78.62/77.11	c Got one! Elapsed wall clock time (in seconds):76.988
78.62/77.11	o 1234
113.90/112.33	c Got one! Elapsed wall clock time (in seconds):112.206
113.90/112.33	o 1167
178.38/176.78	c Got one! Elapsed wall clock time (in seconds):176.663
178.38/176.78	o 1120
1627.76/1625.42	c Got one! Elapsed wall clock time (in seconds):1625.306
1627.76/1625.42	o 961
1800.06/1797.62	c starts		: 30
1800.06/1797.62	c conflicts		: 3823
1800.06/1797.62	c decisions		: 8489
1800.06/1797.62	c propagations		: 42595
1800.06/1797.62	c inspects		: 32323762
1800.06/1797.62	c shortcuts		: 0
1800.06/1797.62	c learnt literals	: 0
1800.06/1797.62	c learnt binary clauses	: 0
1800.06/1797.62	c learnt ternary clauses	: 0
1800.06/1797.62	c learnt constraints	: 3822
1800.06/1797.62	c ignored constraints	: 0
1800.06/1797.62	c root simplifications	: 0
1800.06/1797.62	c removed literals (reason simplification)	: 0
1800.06/1797.62	c reason swapping (by a shorter reason)	: 0
1800.06/1797.62	c Calls to reduceDB	: 0
1800.06/1797.62	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.62	c number of learned constraints concerned by reduction	: 0
1800.06/1797.62	c number of learning phase by resolution	: 0
1800.06/1797.62	c number of learning phase by cutting planes	: 0
1800.06/1797.62	c speed (assignments/second)	: 247.3605965226077
1800.06/1797.62	c non guided choices	326
1800.06/1797.63	c learnt constraints type 
1800.06/1797.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 12
1800.06/1797.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3810
1800.06/1797.63	c constraints type 
1800.06/1797.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15
1800.06/1797.63	s SATISFIABLE
1800.06/1797.63	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 -x121 -x122 -x123 x124 -x125 -x126 x127 -x128 -x129 x130 -x131 -x132 -x133 x134 x135 x136 x137 -x138 x139 x140 -x141 -x142 -x143 x144 x145 -x146 -x147 -x148 x149 x150 -x151 x152 -x153 x154 x155 -x156 x157 x158 x159 x160 -x161 -x162 x163 -x164 -x165 x166 -x167 x168 -x169 x170 -x171 x172 
1800.06/1797.63	c objective function=961
1800.06/1797.63	c Total wall clock time (in seconds): 1797.508

Verifier Data

OK	961

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-3456849-1307221809/watcher-3456849-1307221809 -o /tmp/evaluation-result-3456849-1307221809/solver-3456849-1307221809 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456849-1307221809.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: 1.92 2.02 2.00 2/535 23454
/proc/meminfo: memFree=17539876/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 6432 0 1 0 0 1 0 0 25 0 2 0 833777579 10694979584 6134 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2611079 6149 917 9 0 2602235 0
[pid=23454/tid=23455] ppid=23452 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 5797 0 1 0 0 1 0 0 25 0 2 0 833777580 10694979584 6613 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0829269 s]
/proc/loadavg: 1.92 2.02 2.00 2/535 23454
/proc/meminfo: memFree=17539876/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 11891 0 1 0 4 2 0 0 25 0 18 0 833777579 10724442112 11588 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2618272 11588 1754 9 0 2609006 0
[pid=23454/tid=23455] ppid=23452 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 10718 0 1 0 4 1 0 0 22 0 18 0 833777580 10724442112 11589 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512518603 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.128944 s]
/proc/loadavg: 1.92 2.02 2.00 2/535 23454
/proc/meminfo: memFree=17539876/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10540092 CPUtime=0.12 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 13220 0 1 0 10 2 0 0 25 0 18 0 833777579 10793054208 12887 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2635023 12888 2134 9 0 2625757 0
[pid=23454/tid=23455] ppid=23452 vsize=10540092 CPUtime=0.1 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 11317 0 1 0 8 2 0 0 22 0 18 0 833777580 10793054208 12888 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 47804858645331 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540092

[startup+0.300869 s]
/proc/loadavg: 1.92 2.02 2.00 2/535 23454
/proc/meminfo: memFree=17539876/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10545292 CPUtime=0.47 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 17631 0 1 0 44 3 0 0 25 0 19 0 833777579 10798379008 16496 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2636323 16497 2200 9 0 2627057 0
[pid=23454/tid=23455] ppid=23452 vsize=10545292 CPUtime=0.27 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 13449 0 1 0 25 2 0 0 18 0 19 0 833777580 10798379008 16497 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 46912505567278 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10545292

[startup+0.700807 s]
/proc/loadavg: 1.92 2.02 2.00 2/535 23454
/proc/meminfo: memFree=17539876/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10552236 CPUtime=1.62 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 43796 0 1 0 156 6 0 0 25 0 19 0 833777579 10805489664 37863 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2638059 37866 2224 9 0 2628793 0
[pid=23454/tid=23455] ppid=23452 vsize=10552236 CPUtime=0.67 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 30775 0 1 0 63 4 0 0 18 0 19 0 833777580 10805489664 37867 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 46912505710887 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 10552236

[startup+1.50165 s]
/proc/loadavg: 1.92 2.02 2.00 3/554 23473
/proc/meminfo: memFree=17289064/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10552236 CPUtime=2.51 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 116153 0 1 0 238 13 0 0 25 0 19 0 833777579 10805489664 110219 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2638059 110223 2226 9 0 2628793 0
[pid=23454/tid=23455] ppid=23452 vsize=10552236 CPUtime=1.47 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 103122 0 1 0 136 11 0 0 18 0 19 0 833777580 10805489664 110225 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 46912505554376 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23454/tid=23457] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23457/stat : 23457 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 110228 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23458] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23458/stat : 23458 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 110231 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23459] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23459/stat : 23459 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 110234 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23460] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23460/stat : 23460 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 110238 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23461] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23461/stat : 23461 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 110241 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23462] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23462/stat : 23462 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 110245 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23463] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23463/stat : 23463 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 110248 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23464] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23464/stat : 23464 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 110252 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23465] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23465/stat : 23465 (java) S 23452 23454 22626 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833777583 10805489664 110255 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 0 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23466] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23466/stat : 23466 (java) S 23452 23454 22626 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833777583 10805489664 110258 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23467] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23467/stat : 23467 (java) S 23452 23454 22626 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833777583 10805489664 110261 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23468] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23468/stat : 23468 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833777586 10805489664 110264 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512515505 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23469] ppid=23452 vsize=10552236 CPUtime=0.49 cores=1,3,5,7
/proc/23454/task/23469/stat : 23469 (java) S 23452 23454 22626 0 -1 4202560 6074 0 0 0 49 0 0 0 15 0 19 0 833777586 10805489664 110267 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23470] ppid=23452 vsize=10552236 CPUtime=0.52 cores=1,3,5,7
/proc/23454/task/23470/stat : 23470 (java) S 23452 23454 22626 0 -1 4202560 5803 0 0 0 52 0 0 0 15 0 19 0 833777586 10805489664 110271 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23471] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23471/stat : 23471 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833777586 10805489664 110273 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23472] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23472/stat : 23472 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833777586 10805489664 110276 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23473] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23473/stat : 23473 (java) S 23452 23454 22626 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833777597 10805489664 110279 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 10552236

[startup+3.10133 s]
/proc/loadavg: 1.92 2.02 2.00 3/554 23473
/proc/meminfo: memFree=16896460/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10552236 CPUtime=4.12 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 251669 0 1 0 385 27 0 0 25 0 19 0 833777579 10805489664 245734 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2638059 245735 2227 9 0 2628793 0
[pid=23454/tid=23455] ppid=23452 vsize=10552236 CPUtime=3.07 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 238632 0 1 0 282 25 0 0 19 0 19 0 833777580 10805489664 245737 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 46912505561168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23454/tid=23457] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23457/stat : 23457 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 245737 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23458] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23458/stat : 23458 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 245738 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23459] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23459/stat : 23459 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 245739 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23460] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23460/stat : 23460 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 245740 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23461] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23461/stat : 23461 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 245741 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23462] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23462/stat : 23462 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 245741 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23463] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23463/stat : 23463 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 245743 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23464] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23464/stat : 23464 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 245744 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23465] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23465/stat : 23465 (java) S 23452 23454 22626 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833777583 10805489664 245744 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 0 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23466] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23466/stat : 23466 (java) S 23452 23454 22626 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833777583 10805489664 245745 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23467] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23467/stat : 23467 (java) S 23452 23454 22626 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833777583 10805489664 245746 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23468] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23468/stat : 23468 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833777586 10805489664 245747 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512515505 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23469] ppid=23452 vsize=10552236 CPUtime=0.49 cores=1,3,5,7
/proc/23454/task/23469/stat : 23469 (java) S 23452 23454 22626 0 -1 4202560 6074 0 0 0 49 0 0 0 15 0 19 0 833777586 10805489664 245748 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23470] ppid=23452 vsize=10552236 CPUtime=0.53 cores=1,3,5,7
/proc/23454/task/23470/stat : 23470 (java) S 23452 23454 22626 0 -1 4202560 5806 0 0 0 53 0 0 0 15 0 19 0 833777586 10805489664 245748 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23471] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23471/stat : 23471 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833777586 10805489664 245749 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23472] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23472/stat : 23472 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833777586 10805489664 245750 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23473] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23473/stat : 23473 (java) S 23452 23454 22626 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833777597 10805489664 245751 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 10552236

[startup+6.30069 s]
/proc/loadavg: 1.93 2.02 2.00 3/554 23473
/proc/meminfo: memFree=15989000/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10552236 CPUtime=7.34 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 441753 0 1 0 686 48 0 0 25 0 19 0 833777579 10805489664 435817 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2638059 435818 2228 9 0 2628793 0
[pid=23454/tid=23455] ppid=23452 vsize=10552236 CPUtime=6.27 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 428712 0 1 0 581 46 0 0 19 0 19 0 833777580 10805489664 435818 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 46912505561168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23454/tid=23457] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23457/stat : 23457 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 435818 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23458] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23458/stat : 23458 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 435818 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23459] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23459/stat : 23459 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 435818 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23460] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23460/stat : 23460 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23461] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23461/stat : 23461 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23462] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23462/stat : 23462 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23463] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23463/stat : 23463 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23464] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23464/stat : 23464 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833777582 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23465] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23465/stat : 23465 (java) S 23452 23454 22626 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833777583 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 0 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23466] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23466/stat : 23466 (java) S 23452 23454 22626 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833777583 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23467] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23467/stat : 23467 (java) S 23452 23454 22626 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833777583 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23468] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23468/stat : 23468 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833777586 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512515505 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23469] ppid=23452 vsize=10552236 CPUtime=0.51 cores=1,3,5,7
/proc/23454/task/23469/stat : 23469 (java) S 23452 23454 22626 0 -1 4202560 6076 0 0 0 50 1 0 0 15 0 19 0 833777586 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23470] ppid=23452 vsize=10552236 CPUtime=0.53 cores=1,3,5,7
/proc/23454/task/23470/stat : 23470 (java) S 23452 23454 22626 0 -1 4202560 5806 0 0 0 53 0 0 0 15 0 19 0 833777586 10805489664 435820 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0

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

/proc/23454/task/23466/stat : 23466 (java) S 23452 23454 22626 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833777583 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23467] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23467/stat : 23467 (java) S 23452 23454 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833777583 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23468] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23468/stat : 23468 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833777586 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512515505 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23469] ppid=23452 vsize=10552236 CPUtime=0.75 cores=1,3,5,7
/proc/23454/task/23469/stat : 23469 (java) S 23452 23454 22626 0 -1 4202560 8372 0 0 0 74 1 0 0 16 0 19 0 833777586 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23470] ppid=23452 vsize=10552236 CPUtime=0.59 cores=1,3,5,7
/proc/23454/task/23470/stat : 23470 (java) S 23452 23454 22626 0 -1 4202560 5821 0 0 0 59 0 0 0 15 0 19 0 833777586 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23471] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23471/stat : 23471 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833777586 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23472] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23472/stat : 23472 (java) S 23452 23454 22626 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 833777586 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23473] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23473/stat : 23473 (java) S 23452 23454 22626 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833777597 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1664.7
Current children cumulated vsize (KiB) 10552236

[startup+1722.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/554 23567
/proc/meminfo: memFree=13925844/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10552236 CPUtime=1724.7 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 999225 0 1 0 172354 116 0 0 25 0 19 0 833777579 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2638059 981162 2244 9 0 2628793 0
[pid=23454/tid=23455] ppid=23452 vsize=10552236 CPUtime=1721.9 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 785834 0 1 0 172106 84 0 0 25 0 19 0 833777580 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 46912505561822 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23454/tid=23457] ppid=23452 vsize=10552236 CPUtime=0.13 cores=1,3,5,7
/proc/23454/task/23457/stat : 23457 (java) S 23452 23454 22626 0 -1 4202560 22767 0 0 0 11 2 0 0 16 0 19 0 833777582 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23458] ppid=23452 vsize=10552236 CPUtime=0.15 cores=1,3,5,7
/proc/23454/task/23458/stat : 23458 (java) S 23452 23454 22626 0 -1 4202560 24607 0 0 0 13 2 0 0 16 0 19 0 833777582 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23459] ppid=23452 vsize=10552236 CPUtime=0.2 cores=1,3,5,7
/proc/23454/task/23459/stat : 23459 (java) S 23452 23454 22626 0 -1 4202560 26999 0 0 0 16 4 0 0 16 0 19 0 833777582 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 1 0 0 0
[pid=23454/tid=23460] ppid=23452 vsize=10552236 CPUtime=0.15 cores=1,3,5,7
/proc/23454/task/23460/stat : 23460 (java) S 23452 23454 22626 0 -1 4202560 19809 0 0 0 12 3 0 0 15 0 19 0 833777582 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23461] ppid=23452 vsize=10552236 CPUtime=0.15 cores=1,3,5,7
/proc/23454/task/23461/stat : 23461 (java) S 23452 23454 22626 0 -1 4202560 20234 0 0 0 13 2 0 0 15 0 19 0 833777582 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23462] ppid=23452 vsize=10552236 CPUtime=0.18 cores=1,3,5,7
/proc/23454/task/23462/stat : 23462 (java) S 23452 23454 22626 0 -1 4202560 23300 0 0 0 15 3 0 0 15 0 19 0 833777582 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23463] ppid=23452 vsize=10552236 CPUtime=0.21 cores=1,3,5,7
/proc/23454/task/23463/stat : 23463 (java) S 23452 23454 22626 0 -1 4202560 36178 0 0 0 16 5 0 0 16 0 19 0 833777582 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23464] ppid=23452 vsize=10552236 CPUtime=0.14 cores=1,3,5,7
/proc/23454/task/23464/stat : 23464 (java) S 23452 23454 22626 0 -1 4202560 23988 0 0 0 11 3 0 0 15 0 19 0 833777582 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23465] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23465/stat : 23465 (java) S 23452 23454 22626 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 833777583 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 0 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23466] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23466/stat : 23466 (java) S 23452 23454 22626 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833777583 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23467] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23467/stat : 23467 (java) S 23452 23454 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833777583 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23468] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23468/stat : 23468 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833777586 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512515505 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23469] ppid=23452 vsize=10552236 CPUtime=0.75 cores=1,3,5,7
/proc/23454/task/23469/stat : 23469 (java) S 23452 23454 22626 0 -1 4202560 8372 0 0 0 74 1 0 0 16 0 19 0 833777586 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23470] ppid=23452 vsize=10552236 CPUtime=0.59 cores=1,3,5,7
/proc/23454/task/23470/stat : 23470 (java) S 23452 23454 22626 0 -1 4202560 5821 0 0 0 59 0 0 0 15 0 19 0 833777586 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23471] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23471/stat : 23471 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833777586 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23472] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23472/stat : 23472 (java) S 23452 23454 22626 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 833777586 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23473] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23473/stat : 23473 (java) S 23452 23454 22626 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833777597 10805489664 981162 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.7
Current children cumulated vsize (KiB) 10552236

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/554 23568
/proc/meminfo: memFree=13878696/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10552236 CPUtime=1784.73 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 1001286 0 1 0 178357 116 0 0 25 0 19 0 833777579 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2638059 983039 2244 9 0 2628793 0
[pid=23454/tid=23455] ppid=23452 vsize=10552236 CPUtime=1781.89 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 785835 0 1 0 178105 84 0 0 25 0 19 0 833777580 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 46912505561765 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23454/tid=23457] ppid=23452 vsize=10552236 CPUtime=0.14 cores=1,3,5,7
/proc/23454/task/23457/stat : 23457 (java) S 23452 23454 22626 0 -1 4202560 23383 0 0 0 12 2 0 0 16 0 19 0 833777582 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 1 0 0 0
[pid=23454/tid=23458] ppid=23452 vsize=10552236 CPUtime=0.15 cores=1,3,5,7
/proc/23454/task/23458/stat : 23458 (java) S 23452 23454 22626 0 -1 4202560 24607 0 0 0 13 2 0 0 15 0 19 0 833777582 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23459] ppid=23452 vsize=10552236 CPUtime=0.2 cores=1,3,5,7
/proc/23454/task/23459/stat : 23459 (java) S 23452 23454 22626 0 -1 4202560 26999 0 0 0 16 4 0 0 15 0 19 0 833777582 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 1 0 0 0
[pid=23454/tid=23460] ppid=23452 vsize=10552236 CPUtime=0.16 cores=1,3,5,7
/proc/23454/task/23460/stat : 23460 (java) S 23452 23454 22626 0 -1 4202560 20347 0 0 0 13 3 0 0 16 0 19 0 833777582 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23461] ppid=23452 vsize=10552236 CPUtime=0.16 cores=1,3,5,7
/proc/23454/task/23461/stat : 23461 (java) S 23452 23454 22626 0 -1 4202560 20631 0 0 0 14 2 0 0 16 0 19 0 833777582 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23462] ppid=23452 vsize=10552236 CPUtime=0.18 cores=1,3,5,7
/proc/23454/task/23462/stat : 23462 (java) S 23452 23454 22626 0 -1 4202560 23300 0 0 0 15 3 0 0 16 0 19 0 833777582 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
[pid=23454/tid=23463] ppid=23452 vsize=10552236 CPUtime=0.21 cores=1,3,5,7
/proc/23454/task/23463/stat : 23463 (java) S 23452 23454 22626 0 -1 4202560 36178 0 0 0 16 5 0 0 15 0 19 0 833777582 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 1 0 0 0
[pid=23454/tid=23464] ppid=23452 vsize=10552236 CPUtime=0.15 cores=1,3,5,7
/proc/23454/task/23464/stat : 23464 (java) S 23452 23454 22626 0 -1 4202560 24491 0 0 0 12 3 0 0 16 0 19 0 833777582 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23465] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23465/stat : 23465 (java) S 23452 23454 22626 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 833777583 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 0 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23466] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23466/stat : 23466 (java) S 23452 23454 22626 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833777583 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23467] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23467/stat : 23467 (java) S 23452 23454 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833777583 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23468] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23468/stat : 23468 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833777586 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512515505 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23469] ppid=23452 vsize=10552236 CPUtime=0.75 cores=1,3,5,7
/proc/23454/task/23469/stat : 23469 (java) S 23452 23454 22626 0 -1 4202560 8372 0 0 0 74 1 0 0 16 0 19 0 833777586 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23470] ppid=23452 vsize=10552236 CPUtime=0.59 cores=1,3,5,7
/proc/23454/task/23470/stat : 23470 (java) S 23452 23454 22626 0 -1 4202560 5821 0 0 0 59 0 0 0 15 0 19 0 833777586 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23471] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23471/stat : 23471 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833777586 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23472] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23472/stat : 23472 (java) S 23452 23454 22626 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833777586 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23473] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23473/stat : 23473 (java) S 23452 23454 22626 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833777597 10805489664 983039 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.73
Current children cumulated vsize (KiB) 10552236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.02 2.04 2.00 3/554 23569
/proc/meminfo: memFree=13859588/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=10552236 CPUtime=1800.06 cores=1,3,5,7
/proc/23454/stat : 23454 (java) S 23452 23454 22626 0 -1 4202496 1005831 0 1 0 179890 116 0 0 25 0 19 0 833777579 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 2638059 986821 2244 9 0 2628793 0
[pid=23454/tid=23455] ppid=23452 vsize=10552236 CPUtime=1797.2 cores=1,3,5,7
/proc/23454/task/23455/stat : 23455 (java) R 23452 23454 22626 0 -1 4202560 785836 0 1 0 179636 84 0 0 25 0 19 0 833777580 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 46912505711157 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23454/tid=23457] ppid=23452 vsize=10552236 CPUtime=0.14 cores=1,3,5,7
/proc/23454/task/23457/stat : 23457 (java) S 23452 23454 22626 0 -1 4202560 23383 0 0 0 12 2 0 0 15 0 19 0 833777582 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 1 0 0 0
[pid=23454/tid=23458] ppid=23452 vsize=10552236 CPUtime=0.16 cores=1,3,5,7
/proc/23454/task/23458/stat : 23458 (java) S 23452 23454 22626 0 -1 4202560 26288 0 0 0 14 2 0 0 16 0 19 0 833777582 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23459] ppid=23452 vsize=10552236 CPUtime=0.2 cores=1,3,5,7
/proc/23454/task/23459/stat : 23459 (java) S 23452 23454 22626 0 -1 4202560 26999 0 0 0 16 4 0 0 15 0 19 0 833777582 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 1 0 0 0
[pid=23454/tid=23460] ppid=23452 vsize=10552236 CPUtime=0.17 cores=1,3,5,7
/proc/23454/task/23460/stat : 23460 (java) S 23452 23454 22626 0 -1 4202560 21825 0 0 0 14 3 0 0 16 0 19 0 833777582 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23461] ppid=23452 vsize=10552236 CPUtime=0.16 cores=1,3,5,7
/proc/23454/task/23461/stat : 23461 (java) S 23452 23454 22626 0 -1 4202560 20631 0 0 0 14 2 0 0 15 0 19 0 833777582 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23462] ppid=23452 vsize=10552236 CPUtime=0.18 cores=1,3,5,7
/proc/23454/task/23462/stat : 23462 (java) S 23452 23454 22626 0 -1 4202560 23300 0 0 0 15 3 0 0 15 0 19 0 833777582 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23463] ppid=23452 vsize=10552236 CPUtime=0.23 cores=1,3,5,7
/proc/23454/task/23463/stat : 23463 (java) S 23452 23454 22626 0 -1 4202560 37561 0 0 0 17 6 0 0 16 0 19 0 833777582 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 1 0 0 0
[pid=23454/tid=23464] ppid=23452 vsize=10552236 CPUtime=0.15 cores=1,3,5,7
/proc/23454/task/23464/stat : 23464 (java) S 23452 23454 22626 0 -1 4202560 24491 0 0 0 12 3 0 0 15 0 19 0 833777582 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23465] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23465/stat : 23465 (java) S 23452 23454 22626 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 833777583 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 0 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23466] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23466/stat : 23466 (java) S 23452 23454 22626 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833777583 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23467] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23467/stat : 23467 (java) S 23452 23454 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833777583 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23468] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23468/stat : 23468 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833777586 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512515505 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23469] ppid=23452 vsize=10552236 CPUtime=0.75 cores=1,3,5,7
/proc/23454/task/23469/stat : 23469 (java) S 23452 23454 22626 0 -1 4202560 8372 0 0 0 74 1 0 0 16 0 19 0 833777586 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 5 0 0 0
[pid=23454/tid=23470] ppid=23452 vsize=10552236 CPUtime=0.59 cores=1,3,5,7
/proc/23454/task/23470/stat : 23470 (java) S 23452 23454 22626 0 -1 4202560 5821 0 0 0 59 0 0 0 15 0 19 0 833777586 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23471] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23471/stat : 23471 (java) S 23452 23454 22626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833777586 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512507801 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23472] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23472/stat : 23472 (java) S 23452 23454 22626 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833777586 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 3 0 0 0
[pid=23454/tid=23473] ppid=23452 vsize=10552236 CPUtime=0 cores=1,3,5,7
/proc/23454/task/23473/stat : 23473 (java) S 23452 23454 22626 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833777597 10805489664 986821 33554432000 1073741824 1073778376 140737464613680 18446744073709551615 254512508416 0 4 0 16800975 18446604456459772992 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10552236

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

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

[startup+1797.73 s]
/proc/loadavg: 2.02 2.04 2.00 3/554 23569
/proc/meminfo: memFree=13859588/32950928 swapFree=34259960/67111528
[pid=23454] ppid=23452 vsize=0 CPUtime=1800.18 cores=1,3,5,7
/proc/23454/stat : 23454 (java) Z 23452 23454 22626 0 -1 4203548 1005860 0 1 0 179892 126 0 0 17 0 2 0 833777579 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23454/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.78
CPU time (s): 1800.25
CPU user time (s): 1798.93
CPU system time (s): 1.3198
CPU usage (%): 100.137
Max. virtual memory (cumulated for all children) (KiB): 10554744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.3198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1005860
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= 37608
involuntary context switches= 6269

runsolver used 8.95564 second user time and 21.9757 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 23:10:09
IDJOB=3456849
IDBENCH=2921
IDSOLVER=1951
FILE ID=node149/3456849-1307221809
RUNJOBID= node149-1307215865-22649
PBS_JOBID= 13509075
Free space on /tmp= 73764 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_7_60_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456849-1307221809/watcher-3456849-1307221809 -o /tmp/evaluation-result-3456849-1307221809/solver-3456849-1307221809 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456849-1307221809.opb

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

MD5SUM BENCH= 8206de06d2228a9d751f3cf3a6d7aa05
RANDOM SEED=2145434432

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:      17540016 kB
Buffers:        341420 kB
Cached:        3306848 kB
SwapCached:     123196 kB
Active:        4333040 kB
Inactive:     10733496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17540016 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:             512 kB
Writeback:           0 kB
AnonPages:    11319544 kB
Mapped:          26172 kB
Slab:           148920 kB
PageTables:     125236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183461044 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= 73764 MiB
End job on node149 at 2011-06-04 23:40:09