Trace number 3456835

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)11 1800.26 1792.98

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_1.opb
MD5SUMfb11ff2665aef67f0842a460a5ea3114
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark84.7671
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3063
Number of bits of the biggest sum of numbers12
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.08	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.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3456835-1307221964.opb
0.00/0.11	c reading problem ... 
0.13/0.13	c ... done. Wall clock time 0.024s.
0.13/0.13	c #vars     94
0.13/0.13	c #constraints  8
0.13/0.13	c constraints type 
0.13/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1.10/0.51	c SATISFIABLE
1.10/0.51	c OPTIMIZING...
1.10/0.51	c Got one! Elapsed wall clock time (in seconds):0.406
1.10/0.51	o 816
1.71/0.73	c Got one! Elapsed wall clock time (in seconds):0.621
1.71/0.73	o 693
1.92/0.99	c Got one! Elapsed wall clock time (in seconds):0.881
1.92/0.99	o 674
2.24/1.23	c Got one! Elapsed wall clock time (in seconds):1.12
2.24/1.23	o 653
2.66/1.60	c Got one! Elapsed wall clock time (in seconds):1.496
2.66/1.60	o 624
3.29/2.15	c Got one! Elapsed wall clock time (in seconds):2.044
3.29/2.15	o 603
4.32/3.14	c Got one! Elapsed wall clock time (in seconds):3.03
4.32/3.14	o 599
5.12/3.91	c Got one! Elapsed wall clock time (in seconds):3.804
5.12/3.91	o 561
7.24/6.04	c Got one! Elapsed wall clock time (in seconds):5.93
7.24/6.04	o 470
8.04/6.88	c Got one! Elapsed wall clock time (in seconds):6.769
8.04/6.88	o 463
9.37/8.10	c Got one! Elapsed wall clock time (in seconds):7.994
9.37/8.10	o 462
11.38/10.19	c Got one! Elapsed wall clock time (in seconds):10.08
11.38/10.19	o 448
14.71/13.49	c Got one! Elapsed wall clock time (in seconds):13.385
14.71/13.49	o 338
16.75/15.36	c Got one! Elapsed wall clock time (in seconds):15.254
16.75/15.36	o 316
18.97/17.53	c Got one! Elapsed wall clock time (in seconds):17.423
18.97/17.53	o 306
22.74/21.27	c Got one! Elapsed wall clock time (in seconds):21.164
22.74/21.27	o 276
27.48/25.99	c Got one! Elapsed wall clock time (in seconds):25.887
27.48/25.99	o 265
48.39/46.71	c Got one! Elapsed wall clock time (in seconds):46.607
48.39/46.71	o 153
59.12/57.35	c Got one! Elapsed wall clock time (in seconds):57.241
59.12/57.35	o 146
79.28/77.45	c Got one! Elapsed wall clock time (in seconds):77.344
79.28/77.45	o 145
167.08/165.04	c cleaning 0 clauses out of 11385 with flag 0/11385
338.13/335.76	c Got one! Elapsed wall clock time (in seconds):335.655
338.13/335.76	o 141
357.89/355.45	c Got one! Elapsed wall clock time (in seconds):355.34
357.89/355.45	o 107
412.70/410.17	c Got one! Elapsed wall clock time (in seconds):410.063
412.70/410.17	o 101
456.96/454.30	c cleaning 0 clauses out of 17775 with flag 0/17775
668.51/665.23	c Got one! Elapsed wall clock time (in seconds):665.123
668.51/665.23	o 19
720.05/716.69	c cleaning 0 clauses out of 22802 with flag 0/22802
925.58/921.55	c Got one! Elapsed wall clock time (in seconds):921.446
925.58/921.55	o 17
1070.29/1065.87	c cleaning 0 clauses out of 27919 with flag 0/27919
1119.43/1114.87	c Got one! Elapsed wall clock time (in seconds):1114.764
1119.43/1114.87	o 15
1326.29/1321.07	c Got one! Elapsed wall clock time (in seconds):1320.959
1326.29/1321.07	o 11
1594.27/1587.92	c cleaning 0 clauses out of 34145 with flag 0/34145
1800.04/1792.82	c starts		: 82
1800.04/1792.82	c conflicts		: 36447
1800.04/1792.82	c decisions		: 43934
1800.04/1792.82	c propagations		: 277289
1800.04/1792.82	c inspects		: 1576117718
1800.04/1792.82	c shortcuts		: 0
1800.04/1792.82	c learnt literals	: 0
1800.04/1792.82	c learnt binary clauses	: 0
1800.04/1792.82	c learnt ternary clauses	: 0
1800.04/1792.82	c learnt constraints	: 36446
1800.04/1792.82	c ignored constraints	: 0
1800.04/1792.82	c root simplifications	: 0
1800.04/1792.82	c removed literals (reason simplification)	: 0
1800.04/1792.82	c reason swapping (by a shorter reason)	: 0
1800.04/1792.82	c Calls to reduceDB	: 5
1800.04/1792.82	c number of reductions to clauses (during analyze)	: 0
1800.04/1792.82	c number of learned constraints concerned by reduction	: 0
1800.04/1792.82	c number of learning phase by resolution	: 0
1800.04/1792.82	c number of learning phase by cutting planes	: 0
1800.04/1792.82	c speed (assignments/second)	: 587.7842854205485
1800.04/1792.82	c non guided choices	294
1800.04/1792.84	c learnt constraints type 
1800.04/1792.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 28
1800.04/1792.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 36418
1800.04/1792.84	c constraints type 
1800.04/1792.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
1800.04/1792.84	s SATISFIABLE
1800.04/1792.84	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 
1800.04/1792.84	c objective function=11
1800.04/1792.84	c Total wall clock time (in seconds): 1792.729

Verifier Data

OK	11

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/418 17829
/proc/meminfo: memFree=26078876/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 2219 0 1 0 0 0 0 0 25 0 2 0 833796139 10681323520 1921 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2607745 1934 906 9 0 2598901 0
[pid=17829/tid=17830] ppid=17827 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 3102 0 1 0 0 0 0 0 25 0 2 0 833796140 10694979584 3918 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237278573627 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.115793 s]
/proc/loadavg: 2.00 2.00 2.00 2/418 17829
/proc/meminfo: memFree=26078876/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10540048 CPUtime=0.13 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 13310 0 1 0 12 1 0 0 25 0 18 0 833796139 10793009152 12972 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2635012 12972 2134 9 0 2625746 0
[pid=17829/tid=17830] ppid=17827 vsize=10540048 CPUtime=0.1 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 11329 0 1 0 9 1 0 0 25 0 18 0 833796140 10793009152 12973 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 47328714410835 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10540048

[startup+0.200519 s]
/proc/loadavg: 2.00 2.00 2.00 2/418 17829
/proc/meminfo: memFree=26078876/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10609012 CPUtime=0.3 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 15722 0 1 0 28 2 0 0 25 0 19 0 833796139 10863628288 14826 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2652253 14827 2177 9 0 2642987 0
[pid=17829/tid=17830] ppid=17827 vsize=10609012 CPUtime=0.18 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 11829 0 1 0 17 1 0 0 25 0 19 0 833796140 10863628288 14827 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10609012

[startup+0.300502 s]
/proc/loadavg: 2.00 2.00 2.00 2/418 17829
/proc/meminfo: memFree=26078876/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10609012 CPUtime=0.51 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 17973 0 1 0 49 2 0 0 25 0 19 0 833796139 10863628288 17032 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2652253 17033 2194 9 0 2642987 0
[pid=17829/tid=17830] ppid=17827 vsize=10609012 CPUtime=0.28 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 13898 0 1 0 27 1 0 0 25 0 19 0 833796140 10863628288 17033 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 46912505522800 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10609012

[startup+0.700417 s]
/proc/loadavg: 2.00 2.00 2.00 2/418 17829
/proc/meminfo: memFree=26078876/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10619524 CPUtime=1.71 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 43707 0 1 0 165 6 0 0 25 0 19 0 833796139 10874392576 37251 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2654881 37252 2217 9 0 2645615 0
[pid=17829/tid=17830] ppid=17827 vsize=10619524 CPUtime=0.68 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 30258 0 1 0 65 3 0 0 25 0 19 0 833796140 10874392576 37253 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 46912505555800 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 10619524

[startup+1.50122 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 17848
/proc/meminfo: memFree=25780824/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10619524 CPUtime=2.56 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 121422 0 1 0 243 13 0 0 25 0 19 0 833796139 10874392576 114965 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2654881 114968 2220 9 0 2645615 0
[pid=17829/tid=17830] ppid=17827 vsize=10619524 CPUtime=1.47 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 107960 0 1 0 137 10 0 0 25 0 19 0 833796140 10874392576 114968 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 46912505554779 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17829/tid=17832] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17832/stat : 17832 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 114969 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17833] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17833/stat : 17833 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 114970 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17834] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17834/stat : 17834 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 114970 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17835] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17835/stat : 17835 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 114970 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17836] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17836/stat : 17836 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 114971 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17837] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17837/stat : 17837 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 114974 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17838] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17838/stat : 17838 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 114976 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17839] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17839/stat : 17839 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 114978 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17840] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17840/stat : 17840 (java) S 17827 17829 15661 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833796142 10874392576 114980 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 0 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17841] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17841/stat : 17841 (java) S 17827 17829 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833796143 10874392576 114983 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17842] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17842/stat : 17842 (java) S 17827 17829 15661 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833796143 10874392576 114986 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17843] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17843/stat : 17843 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10874392576 114988 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290703281 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17844] ppid=17827 vsize=10619524 CPUtime=0.56 cores=0,2,4,6
/proc/17829/task/17844/stat : 17844 (java) S 17827 17829 15661 0 -1 4202560 7160 0 0 0 55 1 0 0 19 0 19 0 833796145 10874392576 114990 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17845] ppid=17827 vsize=10619524 CPUtime=0.49 cores=0,2,4,6
/proc/17829/task/17845/stat : 17845 (java) S 17827 17829 15661 0 -1 4202560 5144 0 0 0 49 0 0 0 24 0 19 0 833796145 10874392576 114992 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17846] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17846/stat : 17846 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10874392576 114995 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17847] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17847/stat : 17847 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833796145 10874392576 114996 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17848] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17848/stat : 17848 (java) S 17827 17829 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796153 10874392576 114998 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 10619524

[startup+3.10105 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 17848
/proc/meminfo: memFree=25363560/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10619524 CPUtime=4.32 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 275582 0 1 0 402 30 0 0 25 0 19 0 833796139 10874392576 267667 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2654881 267671 2221 9 0 2645615 0
[pid=17829/tid=17830] ppid=17827 vsize=10619524 CPUtime=3.08 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 260642 0 1 0 281 27 0 0 25 0 19 0 833796140 10874392576 267672 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 46912505554775 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17829/tid=17832] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17832/stat : 17832 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 267675 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17833] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17833/stat : 17833 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 267677 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17834] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17834/stat : 17834 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 267680 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17835] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17835/stat : 17835 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 267682 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17836] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17836/stat : 17836 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 267685 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17837] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17837/stat : 17837 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 267687 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17838] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17838/stat : 17838 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 267689 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17839] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17839/stat : 17839 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10874392576 267691 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17840] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17840/stat : 17840 (java) S 17827 17829 15661 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833796142 10874392576 267694 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 0 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17841] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17841/stat : 17841 (java) S 17827 17829 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833796143 10874392576 267696 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17842] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17842/stat : 17842 (java) S 17827 17829 15661 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833796143 10874392576 267698 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17843] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17843/stat : 17843 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10874392576 267700 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290703281 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17844] ppid=17827 vsize=10619524 CPUtime=0.7 cores=0,2,4,6
/proc/17829/task/17844/stat : 17844 (java) S 17827 17829 15661 0 -1 4202560 8635 0 0 0 68 2 0 0 15 0 19 0 833796145 10874392576 267703 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17845] ppid=17827 vsize=10619524 CPUtime=0.52 cores=0,2,4,6
/proc/17829/task/17845/stat : 17845 (java) S 17827 17829 15661 0 -1 4202560 5149 0 0 0 52 0 0 0 16 0 19 0 833796145 10874392576 267705 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17846] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17846/stat : 17846 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10874392576 267707 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17847] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17847/stat : 17847 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833796145 10874392576 267709 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17848] ppid=17827 vsize=10619524 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17848/stat : 17848 (java) S 17827 17829 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796153 10874392576 267711 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 10619524

[startup+6.30137 s]
/proc/loadavg: 2.00 2.00 2.00 2/417 17851
/proc/meminfo: memFree=28007632/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10617140 CPUtime=7.54 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 581258 0 1 0 692 62 0 0 25 0 19 0 833796139 10871951360 572715 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2654285 572720 2222 9 0 2645019 0
[pid=17829/tid=17830] ppid=17827 vsize=10617140 CPUtime=6.28 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 566318 0 1 0 569 59 0 0 25 0 19 0 833796140 10871951360 572722 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 46912505533862 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17829/tid=17832] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17832/stat : 17832 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10871951360 572726 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17833] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17833/stat : 17833 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10871951360 572729 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17834] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17834/stat : 17834 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10871951360 572731 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17835] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17835/stat : 17835 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10871951360 572733 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17836] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17836/stat : 17836 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10871951360 572736 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17837] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17837/stat : 17837 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10871951360 572738 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17838] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17838/stat : 17838 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10871951360 572740 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17839] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17839/stat : 17839 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796141 10871951360 572741 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17840] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17840/stat : 17840 (java) S 17827 17829 15661 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 833796142 10871951360 572742 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 0 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17841] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17841/stat : 17841 (java) S 17827 17829 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833796143 10871951360 572744 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17842] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17842/stat : 17842 (java) S 17827 17829 15661 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833796143 10871951360 572745 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17843] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17843/stat : 17843 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10871951360 572746 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290703281 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17844] ppid=17827 vsize=10617140 CPUtime=0.73 cores=0,2,4,6
/proc/17829/task/17844/stat : 17844 (java) S 17827 17829 15661 0 -1 4202560 8636 0 0 0 71 2 0 0 15 0 19 0 833796145 10871951360 572748 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17845] ppid=17827 vsize=10617140 CPUtime=0.52 cores=0,2,4,6
/proc/17829/task/17845/stat : 17845 (java) S 17827 17829 15661 0 -1 4202560 5149 0 0 0 52 0 0 0 16 0 19 0 833796145 10871951360 572750 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0

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

/proc/17829/task/17842/stat : 17842 (java) S 17827 17829 15661 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 833796143 10871951360 938627 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17843] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17843/stat : 17843 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10871951360 938627 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290703281 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17844] ppid=17827 vsize=10617140 CPUtime=0.98 cores=0,2,4,6
/proc/17829/task/17844/stat : 17844 (java) S 17827 17829 15661 0 -1 4202560 11208 0 0 0 96 2 0 0 15 0 19 0 833796145 10871951360 938627 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17845] ppid=17827 vsize=10617140 CPUtime=0.65 cores=0,2,4,6
/proc/17829/task/17845/stat : 17845 (java) S 17827 17829 15661 0 -1 4202560 5172 0 0 0 65 0 0 0 15 0 19 0 833796145 10871951360 938627 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17846] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17846/stat : 17846 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10871951360 938627 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17847] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17847/stat : 17847 (java) S 17827 17829 15661 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 833796145 10871951360 938627 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17848] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17848/stat : 17848 (java) S 17827 17829 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796153 10871951360 938627 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1669.05
Current children cumulated vsize (KiB) 10617140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 17941
/proc/meminfo: memFree=22446988/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10617140 CPUtime=1729.27 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 952993 0 1 0 172815 112 0 0 25 0 19 0 833796139 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2654285 939960 2258 9 0 2645019 0
[pid=17829/tid=17830] ppid=17827 vsize=10617140 CPUtime=1718.25 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 830367 0 1 0 171735 90 0 0 25 0 19 0 833796140 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 46912505523037 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17829/tid=17832] ppid=17827 vsize=10617140 CPUtime=0.92 cores=0,2,4,6
/proc/17829/task/17832/stat : 17832 (java) S 17827 17829 15661 0 -1 4202560 15300 0 0 0 90 2 0 0 15 0 19 0 833796141 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17833] ppid=17827 vsize=10617140 CPUtime=0.97 cores=0,2,4,6
/proc/17829/task/17833/stat : 17833 (java) S 17827 17829 15661 0 -1 4202560 11287 0 0 0 95 2 0 0 15 0 19 0 833796141 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17834] ppid=17827 vsize=10617140 CPUtime=0.99 cores=0,2,4,6
/proc/17829/task/17834/stat : 17834 (java) S 17827 17829 15661 0 -1 4202560 13582 0 0 0 97 2 0 0 16 0 19 0 833796141 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 2 0 0 0
[pid=17829/tid=17835] ppid=17827 vsize=10617140 CPUtime=0.97 cores=0,2,4,6
/proc/17829/task/17835/stat : 17835 (java) S 17827 17829 15661 0 -1 4202560 9323 0 0 0 96 1 0 0 16 0 19 0 833796141 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17836] ppid=17827 vsize=10617140 CPUtime=0.98 cores=0,2,4,6
/proc/17829/task/17836/stat : 17836 (java) S 17827 17829 15661 0 -1 4202560 12300 0 0 0 97 1 0 0 15 0 19 0 833796141 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17837] ppid=17827 vsize=10617140 CPUtime=1.02 cores=0,2,4,6
/proc/17829/task/17837/stat : 17837 (java) S 17827 17829 15661 0 -1 4202560 13505 0 0 0 100 2 0 0 16 0 19 0 833796141 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17838] ppid=17827 vsize=10617140 CPUtime=1.03 cores=0,2,4,6
/proc/17829/task/17838/stat : 17838 (java) S 17827 17829 15661 0 -1 4202560 13213 0 0 0 101 2 0 0 16 0 19 0 833796141 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17839] ppid=17827 vsize=10617140 CPUtime=1.07 cores=0,2,4,6
/proc/17829/task/17839/stat : 17839 (java) S 17827 17829 15661 0 -1 4202560 13099 0 0 0 106 1 0 0 16 0 19 0 833796141 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17840] ppid=17827 vsize=10617140 CPUtime=1.32 cores=0,2,4,6
/proc/17829/task/17840/stat : 17840 (java) S 17827 17829 15661 0 -1 4202560 3388 0 0 0 131 1 0 0 15 0 19 0 833796142 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 0 0 16800975 18446604445249484736 0 0 -1 2 0 0 0
[pid=17829/tid=17841] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17841/stat : 17841 (java) S 17827 17829 15661 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833796143 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17842] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17842/stat : 17842 (java) S 17827 17829 15661 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 833796143 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17843] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17843/stat : 17843 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290703281 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17844] ppid=17827 vsize=10617140 CPUtime=0.98 cores=0,2,4,6
/proc/17829/task/17844/stat : 17844 (java) S 17827 17829 15661 0 -1 4202560 11208 0 0 0 96 2 0 0 15 0 19 0 833796145 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17845] ppid=17827 vsize=10617140 CPUtime=0.65 cores=0,2,4,6
/proc/17829/task/17845/stat : 17845 (java) S 17827 17829 15661 0 -1 4202560 5172 0 0 0 65 0 0 0 15 0 19 0 833796145 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17846] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17846/stat : 17846 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17847] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17847/stat : 17847 (java) S 17827 17829 15661 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833796145 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17848] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17848/stat : 17848 (java) S 17827 17829 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796153 10871951360 939960 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1729.27
Current children cumulated vsize (KiB) 10617140

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 17943
/proc/meminfo: memFree=22434560/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10617140 CPUtime=1789.51 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 954272 0 1 0 178839 112 0 0 25 0 19 0 833796139 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2654285 941203 2258 9 0 2645019 0
[pid=17829/tid=17830] ppid=17827 vsize=10617140 CPUtime=1778.11 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 830373 0 1 0 177721 90 0 0 25 0 19 0 833796140 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 46912505568736 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17829/tid=17832] ppid=17827 vsize=10617140 CPUtime=0.98 cores=0,2,4,6
/proc/17829/task/17832/stat : 17832 (java) S 17827 17829 15661 0 -1 4202560 15533 0 0 0 96 2 0 0 16 0 19 0 833796141 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17833] ppid=17827 vsize=10617140 CPUtime=1 cores=0,2,4,6
/proc/17829/task/17833/stat : 17833 (java) S 17827 17829 15661 0 -1 4202560 11402 0 0 0 98 2 0 0 16 0 19 0 833796141 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17834] ppid=17827 vsize=10617140 CPUtime=1.04 cores=0,2,4,6
/proc/17829/task/17834/stat : 17834 (java) S 17827 17829 15661 0 -1 4202560 13782 0 0 0 102 2 0 0 16 0 19 0 833796141 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17835] ppid=17827 vsize=10617140 CPUtime=1 cores=0,2,4,6
/proc/17829/task/17835/stat : 17835 (java) S 17827 17829 15661 0 -1 4202560 9333 0 0 0 99 1 0 0 15 0 19 0 833796141 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17836] ppid=17827 vsize=10617140 CPUtime=1 cores=0,2,4,6
/proc/17829/task/17836/stat : 17836 (java) S 17827 17829 15661 0 -1 4202560 12402 0 0 0 99 1 0 0 15 0 19 0 833796141 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17837] ppid=17827 vsize=10617140 CPUtime=1.09 cores=0,2,4,6
/proc/17829/task/17837/stat : 17837 (java) S 17827 17829 15661 0 -1 4202560 13936 0 0 0 107 2 0 0 16 0 19 0 833796141 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17838] ppid=17827 vsize=10617140 CPUtime=1.04 cores=0,2,4,6
/proc/17829/task/17838/stat : 17838 (java) S 17827 17829 15661 0 -1 4202560 13222 0 0 0 102 2 0 0 16 0 19 0 833796141 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17839] ppid=17827 vsize=10617140 CPUtime=1.15 cores=0,2,4,6
/proc/17829/task/17839/stat : 17839 (java) S 17827 17829 15661 0 -1 4202560 13264 0 0 0 114 1 0 0 16 0 19 0 833796141 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17840] ppid=17827 vsize=10617140 CPUtime=1.34 cores=0,2,4,6
/proc/17829/task/17840/stat : 17840 (java) S 17827 17829 15661 0 -1 4202560 3392 0 0 0 132 2 0 0 15 0 19 0 833796142 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 0 0 16800975 18446604445249484736 0 0 -1 2 0 0 0
[pid=17829/tid=17841] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17841/stat : 17841 (java) S 17827 17829 15661 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833796143 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17842] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17842/stat : 17842 (java) S 17827 17829 15661 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 833796143 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17843] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17843/stat : 17843 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290703281 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17844] ppid=17827 vsize=10617140 CPUtime=0.98 cores=0,2,4,6
/proc/17829/task/17844/stat : 17844 (java) S 17827 17829 15661 0 -1 4202560 11208 0 0 0 96 2 0 0 15 0 19 0 833796145 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17845] ppid=17827 vsize=10617140 CPUtime=0.65 cores=0,2,4,6
/proc/17829/task/17845/stat : 17845 (java) S 17827 17829 15661 0 -1 4202560 5172 0 0 0 65 0 0 0 15 0 19 0 833796145 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17846] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17846/stat : 17846 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17847] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17847/stat : 17847 (java) S 17827 17829 15661 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833796145 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17848] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17848/stat : 17848 (java) S 17827 17829 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796153 10871951360 941203 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1789.51
Current children cumulated vsize (KiB) 10617140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 17943
/proc/meminfo: memFree=22432696/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=10617140 CPUtime=1800.04 cores=0,2,4,6
/proc/17829/stat : 17829 (java) S 17827 17829 15661 0 -1 4202496 954517 0 1 0 179892 112 0 0 25 0 19 0 833796139 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 2654285 941447 2258 9 0 2645019 0
[pid=17829/tid=17830] ppid=17827 vsize=10617140 CPUtime=1788.59 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4202560 830374 0 1 0 178769 90 0 0 25 0 19 0 833796140 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 46912505832930 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17829/tid=17832] ppid=17827 vsize=10617140 CPUtime=1.01 cores=0,2,4,6
/proc/17829/task/17832/stat : 17832 (java) S 17827 17829 15661 0 -1 4202560 15583 0 0 0 99 2 0 0 16 0 19 0 833796141 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17833] ppid=17827 vsize=10617140 CPUtime=1 cores=0,2,4,6
/proc/17829/task/17833/stat : 17833 (java) S 17827 17829 15661 0 -1 4202560 11402 0 0 0 98 2 0 0 15 0 19 0 833796141 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17834] ppid=17827 vsize=10617140 CPUtime=1.04 cores=0,2,4,6
/proc/17829/task/17834/stat : 17834 (java) S 17827 17829 15661 0 -1 4202560 13782 0 0 0 102 2 0 0 15 0 19 0 833796141 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17835] ppid=17827 vsize=10617140 CPUtime=1 cores=0,2,4,6
/proc/17829/task/17835/stat : 17835 (java) S 17827 17829 15661 0 -1 4202560 9333 0 0 0 99 1 0 0 15 0 19 0 833796141 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17836] ppid=17827 vsize=10617140 CPUtime=1.03 cores=0,2,4,6
/proc/17829/task/17836/stat : 17836 (java) S 17827 17829 15661 0 -1 4202560 12596 0 0 0 102 1 0 0 16 0 19 0 833796141 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17837] ppid=17827 vsize=10617140 CPUtime=1.09 cores=0,2,4,6
/proc/17829/task/17837/stat : 17837 (java) S 17827 17829 15661 0 -1 4202560 13936 0 0 0 107 2 0 0 15 0 19 0 833796141 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17838] ppid=17827 vsize=10617140 CPUtime=1.04 cores=0,2,4,6
/proc/17829/task/17838/stat : 17838 (java) S 17827 17829 15661 0 -1 4202560 13222 0 0 0 102 2 0 0 15 0 19 0 833796141 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17839] ppid=17827 vsize=10617140 CPUtime=1.15 cores=0,2,4,6
/proc/17829/task/17839/stat : 17839 (java) S 17827 17829 15661 0 -1 4202560 13264 0 0 0 114 1 0 0 16 0 19 0 833796141 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17840] ppid=17827 vsize=10617140 CPUtime=1.34 cores=0,2,4,6
/proc/17829/task/17840/stat : 17840 (java) S 17827 17829 15661 0 -1 4202560 3392 0 0 0 132 2 0 0 15 0 19 0 833796142 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 0 0 16800975 18446604445249484736 0 0 -1 2 0 0 0
[pid=17829/tid=17841] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17841/stat : 17841 (java) S 17827 17829 15661 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833796143 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17842] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17842/stat : 17842 (java) S 17827 17829 15661 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 833796143 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17843] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17843/stat : 17843 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290703281 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17844] ppid=17827 vsize=10617140 CPUtime=0.98 cores=0,2,4,6
/proc/17829/task/17844/stat : 17844 (java) S 17827 17829 15661 0 -1 4202560 11208 0 0 0 96 2 0 0 15 0 19 0 833796145 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
[pid=17829/tid=17845] ppid=17827 vsize=10617140 CPUtime=0.65 cores=0,2,4,6
/proc/17829/task/17845/stat : 17845 (java) S 17827 17829 15661 0 -1 4202560 5172 0 0 0 65 0 0 0 15 0 19 0 833796145 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 0 0 0 0
[pid=17829/tid=17846] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17846/stat : 17846 (java) S 17827 17829 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796145 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290695577 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17847] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17847/stat : 17847 (java) S 17827 17829 15661 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833796145 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 4 0 0 0
[pid=17829/tid=17848] ppid=17827 vsize=10617140 CPUtime=0 cores=0,2,4,6
/proc/17829/task/17848/stat : 17848 (java) S 17827 17829 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796153 10871951360 941447 33554432000 1073741824 1073778376 140734279691488 18446744073709551615 237290696192 0 4 0 16800975 18446604445249484736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10617140

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

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

[startup+1792.92 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 17943
/proc/meminfo: memFree=22432696/32950904 swapFree=56615552/67111528
[pid=17829] ppid=17827 vsize=0 CPUtime=1800.18 cores=0,2,4,6
/proc/17829/stat : 17829 (java) Z 17827 17829 15661 0 -1 4203548 954555 0 1 0 179898 120 0 0 17 0 2 0 833796139 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17829/statm: 0 0 0 0 0 0 0
[pid=17829/tid=17830] ppid=17827 vsize=0 CPUtime=1788.7 cores=0,2,4,6
/proc/17829/task/17830/stat : 17830 (java) R 17827 17829 15661 0 -1 4203588 830374 0 1 0 178772 98 0 0 25 0 2 0 833796140 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.98
CPU time (s): 1800.26
CPU user time (s): 1798.99
CPU system time (s): 1.26981
CPU usage (%): 100.406
Max. virtual memory (cumulated for all children) (KiB): 10619524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.26981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 954555
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= 41294
involuntary context switches= 14302

runsolver used 7.65284 second user time and 15.7836 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-04 23:12:44
IDJOB=3456835
IDBENCH=2927
IDSOLVER=1951
FILE ID=node121/3456835-1307221964
RUNJOBID= node121-1307216569-17128
PBS_JOBID= 13509038
Free space on /tmp= 73956 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_4_30_1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456835-1307221964/watcher-3456835-1307221964 -o /tmp/evaluation-result-3456835-1307221964/solver-3456835-1307221964 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456835-1307221964.opb

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

MD5SUM BENCH= fb11ff2665aef67f0842a460a5ea3114
RANDOM SEED=739672811

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.77
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.817
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      26079172 kB
Buffers:        340952 kB
Cached:         514836 kB
SwapCached:       9896 kB
Active:        6144120 kB
Inactive:       459512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      26079172 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:             512 kB
Writeback:           0 kB
AnonPages:     5745244 kB
Mapped:          21364 kB
Slab:           142732 kB
PageTables:      59664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 93879900 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= 73956 MiB
End job on node121 at 2011-06-04 23:42:39