Trace number 3456847

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)204 1800.24 1793

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
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 benchmark134.677
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 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
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.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.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456847-1307221316.opb
0.10/0.11	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.024s.
0.10/0.14	c #vars     94
0.10/0.14	c #constraints  8
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1.10/0.52	c SATISFIABLE
1.10/0.52	c OPTIMIZING...
1.10/0.52	c Got one! Elapsed wall clock time (in seconds):0.409
1.10/0.52	o 874
1.63/0.73	c Got one! Elapsed wall clock time (in seconds):0.621
1.63/0.73	o 837
2.08/1.14	c Got one! Elapsed wall clock time (in seconds):1.029
2.08/1.14	o 801
2.27/1.39	c Got one! Elapsed wall clock time (in seconds):1.276
2.27/1.39	o 743
3.80/2.87	c Got one! Elapsed wall clock time (in seconds):2.759
3.80/2.87	o 657
5.11/4.15	c Got one! Elapsed wall clock time (in seconds):4.041
5.11/4.15	o 645
6.42/5.50	c Got one! Elapsed wall clock time (in seconds):5.391
6.42/5.50	o 615
7.11/6.13	c Got one! Elapsed wall clock time (in seconds):6.021
7.11/6.13	o 548
21.57/20.45	c Got one! Elapsed wall clock time (in seconds):20.341
21.57/20.45	o 519
37.61/36.29	c Got one! Elapsed wall clock time (in seconds):36.178
37.61/36.29	o 474
45.16/43.78	c Got one! Elapsed wall clock time (in seconds):43.665
45.16/43.78	o 470
84.36/82.72	c cleaning 0 clauses out of 8132 with flag 0/8132
114.88/113.12	c Got one! Elapsed wall clock time (in seconds):113.011
114.88/113.12	o 465
252.29/250.21	c cleaning 0 clauses out of 13390 with flag 0/13390
325.44/323.24	c Got one! Elapsed wall clock time (in seconds):323.123
325.44/323.24	o 350
358.03/355.72	c Got one! Elapsed wall clock time (in seconds):355.607
358.03/355.72	o 336
639.99/637.06	c cleaning 0 clauses out of 20036 with flag 0/20036
734.17/730.93	c Got one! Elapsed wall clock time (in seconds):730.823
734.17/730.93	o 251
788.04/784.66	c Got one! Elapsed wall clock time (in seconds):784.543
788.04/784.66	o 218
1019.27/1015.13	c Got one! Elapsed wall clock time (in seconds):1015.019
1019.27/1015.13	o 204
1084.38/1080.08	c cleaning 0 clauses out of 26808 with flag 0/26808
1630.57/1624.13	c cleaning 0 clauses out of 32809 with flag 0/32809
1800.03/1792.82	c starts		: 75
1800.03/1792.82	c conflicts		: 34257
1800.03/1792.82	c decisions		: 41909
1800.03/1792.82	c propagations		: 275876
1800.03/1792.82	c inspects		: 1502427993
1800.03/1792.82	c shortcuts		: 0
1800.03/1792.82	c learnt literals	: 0
1800.03/1792.82	c learnt binary clauses	: 0
1800.03/1792.82	c learnt ternary clauses	: 0
1800.03/1792.82	c learnt constraints	: 34257
1800.03/1792.82	c ignored constraints	: 0
1800.03/1792.82	c root simplifications	: 0
1800.03/1792.82	c removed literals (reason simplification)	: 0
1800.03/1792.82	c reason swapping (by a shorter reason)	: 0
1800.03/1792.82	c Calls to reduceDB	: 5
1800.03/1792.82	c number of reductions to clauses (during analyze)	: 0
1800.03/1792.82	c number of learned constraints concerned by reduction	: 0
1800.03/1792.82	c number of learning phase by resolution	: 0
1800.03/1792.82	c number of learning phase by cutting planes	: 0
1800.03/1792.82	c speed (assignments/second)	: 354.7382051179842
1800.03/1792.82	c non guided choices	227
1800.03/1792.84	c learnt constraints type 
1800.03/1792.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 43
1800.03/1792.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 34214
1800.03/1792.84	c constraints type 
1800.03/1792.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
1800.03/1792.84	s SATISFIABLE
1800.03/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.03/1792.84	c objective function=204
1800.03/1792.84	c Total wall clock time (in seconds): 1792.729

Verifier Data

OK	204

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

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.00 3/455 16460
/proc/meminfo: memFree=21940240/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 1244 0 0 0 0 0 0 0 25 0 2 0 814547200 31268864 963 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 7634 963 736 9 0 385 0
[pid=16460/tid=16461] ppid=16458 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 1117 0 1 0 0 0 0 0 25 0 2 0 814547201 10681323520 1933 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270338077755 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.080774 s]
/proc/loadavg: 2.06 2.03 2.00 3/455 16460
/proc/meminfo: memFree=21940240/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 11930 0 1 0 5 1 0 0 25 0 18 0 814547200 10724442112 11627 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 2618272 11629 1754 9 0 2609006 0
[pid=16460/tid=16461] ppid=16458 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 10758 0 1 0 5 1 0 0 25 0 18 0 814547201 10724442112 11629 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 47156355021651 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100733 s]
/proc/loadavg: 2.06 2.03 2.00 3/455 16460
/proc/meminfo: memFree=21940240/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=10540188 CPUtime=0.1 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 13007 0 1 0 9 1 0 0 25 0 18 0 814547200 10793152512 12682 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 2635047 12682 2092 9 0 2625781 0
[pid=16460/tid=16461] ppid=16458 vsize=10540188 CPUtime=0.08 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 11081 0 1 0 7 1 0 0 18 0 18 0 814547201 10793152512 12682 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350210507 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540188

[startup+0.300696 s]
/proc/loadavg: 2.06 2.03 2.00 3/455 16460
/proc/meminfo: memFree=21940240/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=10542496 CPUtime=0.49 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 17472 0 1 0 47 2 0 0 25 0 19 0 814547200 10795515904 16600 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 2635624 16601 2193 9 0 2626358 0
[pid=16460/tid=16461] ppid=16458 vsize=10542496 CPUtime=0.27 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 13806 0 1 0 26 1 0 0 19 0 19 0 814547201 10795515904 16602 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 46912505582271 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542496

[startup+0.700652 s]
/proc/loadavg: 2.06 2.03 2.00 3/455 16460
/proc/meminfo: memFree=21940240/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=10551496 CPUtime=1.63 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 43768 0 1 0 157 6 0 0 25 0 19 0 814547200 10804731904 40011 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 2637874 40015 2216 9 0 2628608 0
[pid=16460/tid=16461] ppid=16458 vsize=10551496 CPUtime=0.68 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 32491 0 1 0 64 4 0 0 19 0 19 0 814547201 10804731904 40017 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 46912505816934 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 10551496

[startup+1.50149 s]
/proc/loadavg: 2.21 2.06 2.02 3/474 16479
/proc/meminfo: memFree=21674240/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=10551496 CPUtime=2.46 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 120265 0 1 0 231 15 0 0 25 0 19 0 814547200 10804731904 116508 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 2637874 116511 2219 9 0 2628608 0
[pid=16460/tid=16461] ppid=16458 vsize=10551496 CPUtime=1.48 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 108980 0 1 0 135 13 0 0 21 0 19 0 814547201 10804731904 116513 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 46912505845819 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16460/tid=16463] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16463/stat : 16463 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 116515 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16464] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16464/stat : 16464 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 116517 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16465] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16465/stat : 16465 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 116518 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16466] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16466/stat : 16466 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 116521 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16467] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16467/stat : 16467 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 116525 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16468] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16468/stat : 16468 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 116527 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16469] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16469/stat : 16469 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 116529 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16470] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16470/stat : 16470 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 116532 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16471] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16471/stat : 16471 (java) S 16458 16460 15674 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 814547203 10804731904 116535 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 0 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16472] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16472/stat : 16472 (java) S 16458 16460 15674 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 814547204 10804731904 116538 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16473] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16473/stat : 16473 (java) S 16458 16460 15674 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814547204 10804731904 116540 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16474] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16474/stat : 16474 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 116542 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350207409 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16475] ppid=16458 vsize=10551496 CPUtime=0.48 cores=1,3,5,7
/proc/16460/task/16475/stat : 16475 (java) S 16458 16460 15674 0 -1 4202560 6264 0 0 0 47 1 0 0 24 0 19 0 814547206 10804731904 116544 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16476] ppid=16458 vsize=10551496 CPUtime=0.48 cores=1,3,5,7
/proc/16460/task/16476/stat : 16476 (java) S 16458 16460 15674 0 -1 4202560 3867 0 0 0 48 0 0 0 20 0 19 0 814547206 10804731904 116547 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16477] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16477/stat : 16477 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 116550 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16478] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16478/stat : 16478 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 814547206 10804731904 116553 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16479] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16479/stat : 16479 (java) S 16458 16460 15674 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 814547214 10804731904 116557 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 10551496

[startup+3.10118 s]
/proc/loadavg: 2.21 2.06 2.02 3/474 16479
/proc/meminfo: memFree=21247544/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=10551496 CPUtime=4.11 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 274978 0 1 0 378 33 0 0 25 0 19 0 814547200 10804731904 271220 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 2637874 271224 2220 9 0 2628608 0
[pid=16460/tid=16461] ppid=16458 vsize=10551496 CPUtime=3.08 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 263687 0 1 0 277 31 0 0 25 0 19 0 814547201 10804731904 271226 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 46912505844798 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16460/tid=16463] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16463/stat : 16463 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 271228 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16464] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16464/stat : 16464 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 271229 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16465] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16465/stat : 16465 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 271231 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16466] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16466/stat : 16466 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 271232 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16467] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16467/stat : 16467 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 271234 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16468] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16468/stat : 16468 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 271235 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16469] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16469/stat : 16469 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 271236 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16470] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16470/stat : 16470 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 271238 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16471] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16471/stat : 16471 (java) S 16458 16460 15674 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 814547203 10804731904 271242 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 0 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16472] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16472/stat : 16472 (java) S 16458 16460 15674 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 814547204 10804731904 271244 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16473] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16473/stat : 16473 (java) S 16458 16460 15674 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814547204 10804731904 271247 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16474] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16474/stat : 16474 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 271249 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350207409 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16475] ppid=16458 vsize=10551496 CPUtime=0.52 cores=1,3,5,7
/proc/16460/task/16475/stat : 16475 (java) S 16458 16460 15674 0 -1 4202560 6271 0 0 0 51 1 0 0 15 0 19 0 814547206 10804731904 271251 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16476] ppid=16458 vsize=10551496 CPUtime=0.49 cores=1,3,5,7
/proc/16460/task/16476/stat : 16476 (java) S 16458 16460 15674 0 -1 4202560 3867 0 0 0 49 0 0 0 16 0 19 0 814547206 10804731904 271252 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16477] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16477/stat : 16477 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 271254 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16478] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16478/stat : 16478 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 814547206 10804731904 271255 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16479] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16479/stat : 16479 (java) S 16458 16460 15674 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 814547214 10804731904 271257 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 10551496

[startup+6.30154 s]
/proc/loadavg: 2.21 2.06 2.02 3/474 16479
/proc/meminfo: memFree=19974804/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=10551496 CPUtime=7.31 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 572699 0 1 0 666 65 0 0 25 0 19 0 814547200 10804731904 568621 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 2637874 568626 2221 9 0 2628608 0
[pid=16460/tid=16461] ppid=16458 vsize=10551496 CPUtime=6.28 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 561408 0 1 0 565 63 0 0 25 0 19 0 814547201 10804731904 568629 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 46912505550056 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16460/tid=16463] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16463/stat : 16463 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 568632 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16464] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16464/stat : 16464 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 568635 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16465] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16465/stat : 16465 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 568637 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16466] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16466/stat : 16466 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 568640 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16467] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16467/stat : 16467 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 568642 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16468] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16468/stat : 16468 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 568644 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16469] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16469/stat : 16469 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 568648 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16470] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16470/stat : 16470 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547202 10804731904 568650 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16471] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16471/stat : 16471 (java) S 16458 16460 15674 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 814547203 10804731904 568652 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 0 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16472] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16472/stat : 16472 (java) S 16458 16460 15674 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 814547204 10804731904 568654 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16473] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16473/stat : 16473 (java) S 16458 16460 15674 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814547204 10804731904 568656 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16474] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16474/stat : 16474 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 568659 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350207409 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16475] ppid=16458 vsize=10551496 CPUtime=0.52 cores=1,3,5,7
/proc/16460/task/16475/stat : 16475 (java) S 16458 16460 15674 0 -1 4202560 6271 0 0 0 51 1 0 0 15 0 19 0 814547206 10804731904 568662 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16476] ppid=16458 vsize=10551496 CPUtime=0.49 cores=1,3,5,7
/proc/16460/task/16476/stat : 16476 (java) S 16458 16460 15674 0 -1 4202560 3867 0 0 0 49 0 0 0 16 0 19 0 814547206 10804731904 568665 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0

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

/proc/16460/task/16473/stat : 16473 (java) S 16458 16460 15674 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814547204 10804731904 938955 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16474] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16474/stat : 16474 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 938955 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350207409 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16475] ppid=16458 vsize=10551496 CPUtime=0.84 cores=1,3,5,7
/proc/16460/task/16475/stat : 16475 (java) S 16458 16460 15674 0 -1 4202560 7148 0 0 0 83 1 0 0 16 0 19 0 814547206 10804731904 938955 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16476] ppid=16458 vsize=10551496 CPUtime=0.56 cores=1,3,5,7
/proc/16460/task/16476/stat : 16476 (java) S 16458 16460 15674 0 -1 4202560 3887 0 0 0 56 0 0 0 15 0 19 0 814547206 10804731904 938955 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16477] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16477/stat : 16477 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 938955 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16478] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16478/stat : 16478 (java) S 16458 16460 15674 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 814547206 10804731904 938955 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16479] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16479/stat : 16479 (java) S 16458 16460 15674 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 814547214 10804731904 938955 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1668.95
Current children cumulated vsize (KiB) 10551496

[startup+1722.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/474 16528
/proc/meminfo: memFree=16573792/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=10551496 CPUtime=1729.2 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 947681 0 1 0 172809 111 0 0 25 0 19 0 814547200 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 2637874 940580 2257 9 0 2628608 0
[pid=16460/tid=16461] ppid=16458 vsize=10551496 CPUtime=1718.47 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 831144 0 1 0 171754 93 0 0 25 0 19 0 814547201 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 46912505567626 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16460/tid=16463] ppid=16458 vsize=10551496 CPUtime=1.05 cores=1,3,5,7
/proc/16460/task/16463/stat : 16463 (java) S 16458 16460 15674 0 -1 4202560 11520 0 0 0 104 1 0 0 15 0 19 0 814547202 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16464] ppid=16458 vsize=10551496 CPUtime=1.03 cores=1,3,5,7
/proc/16460/task/16464/stat : 16464 (java) S 16458 16460 15674 0 -1 4202560 15567 0 0 0 101 2 0 0 15 0 19 0 814547202 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16465] ppid=16458 vsize=10551496 CPUtime=0.96 cores=1,3,5,7
/proc/16460/task/16465/stat : 16465 (java) S 16458 16460 15674 0 -1 4202560 14909 0 0 0 94 2 0 0 15 0 19 0 814547202 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16466] ppid=16458 vsize=10551496 CPUtime=0.91 cores=1,3,5,7
/proc/16460/task/16466/stat : 16466 (java) S 16458 16460 15674 0 -1 4202560 10834 0 0 0 90 1 0 0 16 0 19 0 814547202 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16467] ppid=16458 vsize=10551496 CPUtime=1.03 cores=1,3,5,7
/proc/16460/task/16467/stat : 16467 (java) S 16458 16460 15674 0 -1 4202560 13028 0 0 0 103 0 0 0 15 0 19 0 814547202 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16468] ppid=16458 vsize=10551496 CPUtime=1.03 cores=1,3,5,7
/proc/16460/task/16468/stat : 16468 (java) S 16458 16460 15674 0 -1 4202560 10286 0 0 0 102 1 0 0 16 0 19 0 814547202 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16469] ppid=16458 vsize=10551496 CPUtime=0.96 cores=1,3,5,7
/proc/16460/task/16469/stat : 16469 (java) S 16458 16460 15674 0 -1 4202560 10656 0 0 0 94 2 0 0 16 0 19 0 814547202 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16470] ppid=16458 vsize=10551496 CPUtime=1.05 cores=1,3,5,7
/proc/16460/task/16470/stat : 16470 (java) S 16458 16460 15674 0 -1 4202560 13888 0 0 0 104 1 0 0 16 0 19 0 814547202 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16471] ppid=16458 vsize=10551496 CPUtime=1.18 cores=1,3,5,7
/proc/16460/task/16471/stat : 16471 (java) S 16458 16460 15674 0 -1 4202560 3564 0 0 0 117 1 0 0 15 0 19 0 814547203 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 0 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16472] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16472/stat : 16472 (java) S 16458 16460 15674 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 814547204 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16473] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16473/stat : 16473 (java) S 16458 16460 15674 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814547204 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16474] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16474/stat : 16474 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350207409 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16475] ppid=16458 vsize=10551496 CPUtime=0.84 cores=1,3,5,7
/proc/16460/task/16475/stat : 16475 (java) S 16458 16460 15674 0 -1 4202560 7148 0 0 0 83 1 0 0 16 0 19 0 814547206 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16476] ppid=16458 vsize=10551496 CPUtime=0.56 cores=1,3,5,7
/proc/16460/task/16476/stat : 16476 (java) S 16458 16460 15674 0 -1 4202560 3887 0 0 0 56 0 0 0 15 0 19 0 814547206 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16477] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16477/stat : 16477 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16478] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16478/stat : 16478 (java) S 16458 16460 15674 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 814547206 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16479] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16479/stat : 16479 (java) S 16458 16460 15674 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 814547214 10804731904 940580 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1729.2
Current children cumulated vsize (KiB) 10551496

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/474 16624
/proc/meminfo: memFree=19684136/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=10551496 CPUtime=1789.48 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 949424 0 1 0 178836 112 0 0 25 0 19 0 814547200 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 2637874 942280 2257 9 0 2628608 0
[pid=16460/tid=16461] ppid=16458 vsize=10551496 CPUtime=1778.35 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 831151 0 1 0 177742 93 0 0 25 0 19 0 814547201 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 46912505833404 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16460/tid=16463] ppid=16458 vsize=10551496 CPUtime=1.11 cores=1,3,5,7
/proc/16460/task/16463/stat : 16463 (java) S 16458 16460 15674 0 -1 4202560 11660 0 0 0 110 1 0 0 16 0 19 0 814547202 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16464] ppid=16458 vsize=10551496 CPUtime=1.07 cores=1,3,5,7
/proc/16460/task/16464/stat : 16464 (java) S 16458 16460 15674 0 -1 4202560 15715 0 0 0 105 2 0 0 16 0 19 0 814547202 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16465] ppid=16458 vsize=10551496 CPUtime=0.99 cores=1,3,5,7
/proc/16460/task/16465/stat : 16465 (java) S 16458 16460 15674 0 -1 4202560 14948 0 0 0 97 2 0 0 15 0 19 0 814547202 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16466] ppid=16458 vsize=10551496 CPUtime=0.96 cores=1,3,5,7
/proc/16460/task/16466/stat : 16466 (java) S 16458 16460 15674 0 -1 4202560 11132 0 0 0 95 1 0 0 15 0 19 0 814547202 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16467] ppid=16458 vsize=10551496 CPUtime=1.08 cores=1,3,5,7
/proc/16460/task/16467/stat : 16467 (java) S 16458 16460 15674 0 -1 4202560 13331 0 0 0 108 0 0 0 15 0 19 0 814547202 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16468] ppid=16458 vsize=10551496 CPUtime=1.08 cores=1,3,5,7
/proc/16460/task/16468/stat : 16468 (java) S 16458 16460 15674 0 -1 4202560 10473 0 0 0 107 1 0 0 16 0 19 0 814547202 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16469] ppid=16458 vsize=10551496 CPUtime=1.02 cores=1,3,5,7
/proc/16460/task/16469/stat : 16469 (java) S 16458 16460 15674 0 -1 4202560 10765 0 0 0 100 2 0 0 16 0 19 0 814547202 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16470] ppid=16458 vsize=10551496 CPUtime=1.12 cores=1,3,5,7
/proc/16460/task/16470/stat : 16470 (java) S 16458 16460 15674 0 -1 4202560 14392 0 0 0 111 1 0 0 16 0 19 0 814547202 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16471] ppid=16458 vsize=10551496 CPUtime=1.18 cores=1,3,5,7
/proc/16460/task/16471/stat : 16471 (java) S 16458 16460 15674 0 -1 4202560 3568 0 0 0 117 1 0 0 15 0 19 0 814547203 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 0 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16472] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16472/stat : 16472 (java) S 16458 16460 15674 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 814547204 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16473] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16473/stat : 16473 (java) S 16458 16460 15674 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814547204 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16474] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16474/stat : 16474 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350207409 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16475] ppid=16458 vsize=10551496 CPUtime=0.84 cores=1,3,5,7
/proc/16460/task/16475/stat : 16475 (java) S 16458 16460 15674 0 -1 4202560 7148 0 0 0 83 1 0 0 16 0 19 0 814547206 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16476] ppid=16458 vsize=10551496 CPUtime=0.56 cores=1,3,5,7
/proc/16460/task/16476/stat : 16476 (java) S 16458 16460 15674 0 -1 4202560 3887 0 0 0 56 0 0 0 15 0 19 0 814547206 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16477] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16477/stat : 16477 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16478] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16478/stat : 16478 (java) S 16458 16460 15674 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 814547206 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16479] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16479/stat : 16479 (java) S 16458 16460 15674 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 814547214 10804731904 942280 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1789.48
Current children cumulated vsize (KiB) 10551496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 2.03 2.04 2.00 3/474 16624
/proc/meminfo: memFree=19678324/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=10551496 CPUtime=1800.03 cores=1,3,5,7
/proc/16460/stat : 16460 (java) S 16458 16460 15674 0 -1 4202496 949588 0 1 0 179891 112 0 0 25 0 19 0 814547200 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 2637874 942437 2257 9 0 2628608 0
[pid=16460/tid=16461] ppid=16458 vsize=10551496 CPUtime=1788.85 cores=1,3,5,7
/proc/16460/task/16461/stat : 16461 (java) R 16458 16460 15674 0 -1 4202560 831152 0 1 0 178792 93 0 0 25 0 19 0 814547201 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 46912506052809 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16460/tid=16463] ppid=16458 vsize=10551496 CPUtime=1.13 cores=1,3,5,7
/proc/16460/task/16463/stat : 16463 (java) S 16458 16460 15674 0 -1 4202560 11733 0 0 0 112 1 0 0 16 0 19 0 814547202 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16464] ppid=16458 vsize=10551496 CPUtime=1.08 cores=1,3,5,7
/proc/16460/task/16464/stat : 16464 (java) S 16458 16460 15674 0 -1 4202560 15803 0 0 0 106 2 0 0 16 0 19 0 814547202 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16465] ppid=16458 vsize=10551496 CPUtime=0.99 cores=1,3,5,7
/proc/16460/task/16465/stat : 16465 (java) S 16458 16460 15674 0 -1 4202560 14948 0 0 0 97 2 0 0 16 0 19 0 814547202 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16466] ppid=16458 vsize=10551496 CPUtime=0.96 cores=1,3,5,7
/proc/16460/task/16466/stat : 16466 (java) S 16458 16460 15674 0 -1 4202560 11132 0 0 0 95 1 0 0 15 0 19 0 814547202 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16467] ppid=16458 vsize=10551496 CPUtime=1.08 cores=1,3,5,7
/proc/16460/task/16467/stat : 16467 (java) S 16458 16460 15674 0 -1 4202560 13331 0 0 0 108 0 0 0 15 0 19 0 814547202 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16468] ppid=16458 vsize=10551496 CPUtime=1.08 cores=1,3,5,7
/proc/16460/task/16468/stat : 16468 (java) S 16458 16460 15674 0 -1 4202560 10473 0 0 0 107 1 0 0 15 0 19 0 814547202 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16469] ppid=16458 vsize=10551496 CPUtime=1.03 cores=1,3,5,7
/proc/16460/task/16469/stat : 16469 (java) S 16458 16460 15674 0 -1 4202560 10765 0 0 0 101 2 0 0 16 0 19 0 814547202 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16470] ppid=16458 vsize=10551496 CPUtime=1.13 cores=1,3,5,7
/proc/16460/task/16470/stat : 16470 (java) S 16458 16460 15674 0 -1 4202560 14394 0 0 0 112 1 0 0 16 0 19 0 814547202 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16471] ppid=16458 vsize=10551496 CPUtime=1.18 cores=1,3,5,7
/proc/16460/task/16471/stat : 16471 (java) S 16458 16460 15674 0 -1 4202560 3568 0 0 0 117 1 0 0 15 0 19 0 814547203 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 0 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
[pid=16460/tid=16472] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16472/stat : 16472 (java) S 16458 16460 15674 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 814547204 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16473] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16473/stat : 16473 (java) S 16458 16460 15674 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814547204 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16474] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16474/stat : 16474 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350207409 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16475] ppid=16458 vsize=10551496 CPUtime=0.84 cores=1,3,5,7
/proc/16460/task/16475/stat : 16475 (java) S 16458 16460 15674 0 -1 4202560 7148 0 0 0 83 1 0 0 16 0 19 0 814547206 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16476] ppid=16458 vsize=10551496 CPUtime=0.56 cores=1,3,5,7
/proc/16460/task/16476/stat : 16476 (java) S 16458 16460 15674 0 -1 4202560 3887 0 0 0 56 0 0 0 15 0 19 0 814547206 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 7 0 0 0
[pid=16460/tid=16477] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16477/stat : 16477 (java) S 16458 16460 15674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814547206 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350199705 0 4 0 16800975 18446604466046134144 0 0 -1 1 0 0 0
[pid=16460/tid=16478] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16478/stat : 16478 (java) S 16458 16460 15674 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 814547206 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 5 0 0 0
[pid=16460/tid=16479] ppid=16458 vsize=10551496 CPUtime=0 cores=1,3,5,7
/proc/16460/task/16479/stat : 16479 (java) S 16458 16460 15674 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 814547214 10804731904 942437 33554432000 1073741824 1073778376 140737054139776 18446744073709551615 270350200320 0 4 0 16800975 18446604466046134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10551496

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.03 2.04 2.00 3/458 16627
/proc/meminfo: memFree=21407280/32951124 swapFree=50923800/67111528
[pid=16460] ppid=16458 vsize=0 CPUtime=1800.17 cores=1,3,5,7
/proc/16460/stat : 16460 (java) Z 16458 16460 15674 0 -1 4203548 949628 0 1 0 179898 119 0 0 17 0 2 0 814547200 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16460/statm: 0 0 0 0 0 0 0
[pid=16460/tid=16477] ppid=16458 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/16460/task/16477/stat : 16477 (java) R 16458 16460 15674 0 -1 4203588 1 0 0 0 0 7 0 0 18 0 2 0 814547206 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793
CPU time (s): 1800.24
CPU user time (s): 1798.99
CPU system time (s): 1.25781
CPU usage (%): 100.404
Max. virtual memory (cumulated for all children) (KiB): 10551496

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

runsolver used 8.26174 second user time and 17.8623 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-04 23:01:56
IDJOB=3456847
IDBENCH=2896
IDSOLVER=1951
FILE ID=node143/3456847-1307221316
RUNJOBID= node143-1307215865-15693
PBS_JOBID= 13509081
Free space on /tmp= 73976 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_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456847-1307221316/watcher-3456847-1307221316 -o /tmp/evaluation-result-3456847-1307221316/solver-3456847-1307221316 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456847-1307221316.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=1036635013

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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.75
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21940504 kB
Buffers:        325208 kB
Cached:         514344 kB
SwapCached:       9140 kB
Active:       10223780 kB
Inactive:       500648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21940504 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:             520 kB
Writeback:           0 kB
AnonPages:     9882404 kB
Mapped:          29804 kB
Slab:           133288 kB
PageTables:      84920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126039028 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 node143 at 2011-06-04 23:31:51