Trace number 3456076

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)191 1800.3 1792.97

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=71-P1=29-P2=241-P3=127-P4=67-P5=23-B.opb
MD5SUM2f50a7c4db6c104684b2cc399418ffd9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.155975
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
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 constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
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 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3456076-1307662457.opb
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.057s.
0.11/0.16	c #vars     440
0.11/0.16	c #constraints  656
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
22.53/21.19	c cleaning 0 clauses out of 5000 with flag 0/5000
70.99/69.20	c cleaning 0 clauses out of 11000 with flag 0/11000
213.63/211.59	c cleaning 0 clauses out of 18001 with flag 0/18001
416.40/413.75	c cleaning 0 clauses out of 26000 with flag 0/26000
569.99/566.96	c SATISFIABLE
569.99/566.96	c OPTIMIZING...
569.99/566.96	c Got one! Elapsed wall clock time (in seconds):566.853
569.99/566.96	o 191
633.77/630.54	c cleaning 0 clauses out of 31873 with flag 0/31873
829.01/825.27	c cleaning 0 clauses out of 37874 with flag 0/37874
1065.60/1061.03	c cleaning 0 clauses out of 44873 with flag 0/44873
1365.55/1359.84	c cleaning 0 clauses out of 52873 with flag 0/52873
1800.08/1792.81	c starts		: 77
1800.08/1792.81	c conflicts		: 58943
1800.08/1792.81	c decisions		: 62925
1800.08/1792.81	c propagations		: 838626
1800.08/1792.81	c inspects		: 2340102869
1800.08/1792.81	c shortcuts		: 0
1800.08/1792.81	c learnt literals	: 0
1800.08/1792.81	c learnt binary clauses	: 0
1800.08/1792.81	c learnt ternary clauses	: 0
1800.08/1792.81	c learnt constraints	: 58943
1800.08/1792.81	c ignored constraints	: 0
1800.08/1792.81	c root simplifications	: 0
1800.08/1792.81	c removed literals (reason simplification)	: 0
1800.08/1792.81	c reason swapping (by a shorter reason)	: 0
1800.08/1792.81	c Calls to reduceDB	: 8
1800.08/1792.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1792.81	c number of learned constraints concerned by reduction	: 0
1800.08/1792.81	c number of learning phase by resolution	: 0
1800.08/1792.81	c number of learning phase by cutting planes	: 0
1800.08/1792.81	c speed (assignments/second)	: 684.1157266689181
1800.08/1792.81	c non guided choices	878
1800.08/1792.84	c learnt constraints type 
1800.08/1792.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 351
1800.08/1792.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 58592
1800.08/1792.84	c constraints type 
1800.08/1792.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
1800.08/1792.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
1800.08/1792.84	s SATISFIABLE
1800.08/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 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 x114 -x115 -x116 -x117 x118 x119 -x120 
1800.08/1792.84	c objective function=191
1800.08/1792.84	c Total wall clock time (in seconds): 1792.733

Verifier Data

OK	191

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 2/192 8475
/proc/meminfo: memFree=32060752/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 1241 0 0 0 0 0 0 0 25 0 2 0 858661599 31272960 960 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 7635 960 732 9 0 386 0
[pid=8475/tid=8476] ppid=8473 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) S 8473 8475 7341 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 858661599 31268864 963 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220811312775 0 2147483391 0 16784584 18446744071699207358 0 0 -1 1 0 0 0

[startup+0.070845 s]
/proc/loadavg: 2.00 2.00 1.96 2/192 8475
/proc/meminfo: memFree=32060752/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 11892 0 1 0 5 1 0 0 25 0 18 0 858661599 10724442112 11588 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 2618272 11589 1754 9 0 2609006 0
[pid=8475/tid=8476] ppid=8473 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) R 8473 8475 7341 0 -1 4202560 10718 0 1 0 4 1 0 0 25 0 18 0 858661599 10724442112 11589 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828063179 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.100845 s]
/proc/loadavg: 2.00 2.00 1.96 2/192 8475
/proc/meminfo: memFree=32060752/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=10605456 CPUtime=0.11 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 13155 0 1 0 9 2 0 0 25 0 18 0 858661599 10859986944 12824 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 2651364 12824 2093 9 0 2642098 0
[pid=8475/tid=8476] ppid=8473 vsize=10605456 CPUtime=0.08 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) R 8473 8475 7341 0 -1 4202560 11217 0 1 0 7 1 0 0 18 0 18 0 858661599 10859986944 12824 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 47852620017669 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10605456

[startup+0.300795 s]
/proc/loadavg: 2.00 2.00 1.96 2/192 8475
/proc/meminfo: memFree=32060752/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=10608916 CPUtime=0.52 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 17698 0 1 0 50 2 0 0 25 0 19 0 858661599 10863529984 16463 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 2652229 16463 2199 9 0 2642963 0
[pid=8475/tid=8476] ppid=8473 vsize=10608916 CPUtime=0.29 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) R 8473 8475 7341 0 -1 4202560 13642 0 1 0 27 2 0 0 19 0 19 0 858661599 10863529984 16463 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 46912505576584 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10608916

[startup+0.700722 s]
/proc/loadavg: 2.00 2.00 1.96 2/192 8475
/proc/meminfo: memFree=32060752/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=10617804 CPUtime=1.7 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 44642 0 1 0 164 6 0 0 25 0 19 0 858661599 10872631296 38814 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 2654451 38817 2222 9 0 2645185 0
[pid=8475/tid=8476] ppid=8473 vsize=10617804 CPUtime=0.68 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) R 8473 8475 7341 0 -1 4202560 31374 0 1 0 64 4 0 0 19 0 19 0 858661599 10872631296 38819 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 46912505529828 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 10617804

[startup+1.50157 s]
/proc/loadavg: 2.16 2.03 1.97 4/211 8494
/proc/meminfo: memFree=31390344/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=10617804 CPUtime=2.78 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 127972 0 1 0 263 15 0 0 25 0 19 0 858661599 10872631296 122143 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 2654451 122150 2225 9 0 2645185 0
[pid=8475/tid=8476] ppid=8473 vsize=10617804 CPUtime=1.49 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) R 8473 8475 7341 0 -1 4202560 114665 0 1 0 135 14 0 0 21 0 19 0 858661599 10872631296 122152 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 46912505564875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8475/tid=8478] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8478/stat : 8478 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 122155 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8479] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8479/stat : 8479 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 122158 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8480] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8480/stat : 8480 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 122161 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8481] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8481/stat : 8481 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 122164 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8482] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8482/stat : 8482 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 122166 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8483] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8483/stat : 8483 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 122170 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8484] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8484/stat : 8484 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 122172 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8485] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8485/stat : 8485 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 122175 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8486] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8486/stat : 8486 (java) S 8473 8475 7341 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 858661602 10872631296 122179 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 0 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8487] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8487/stat : 8487 (java) S 8473 8475 7341 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858661602 10872631296 122182 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8488] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8488/stat : 8488 (java) S 8473 8475 7341 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858661602 10872631296 122185 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8489] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8489/stat : 8489 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10872631296 122189 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828060081 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8490] ppid=8473 vsize=10617804 CPUtime=0.69 cores=1,3,5,7
/proc/8475/task/8490/stat : 8490 (java) S 8473 8475 7341 0 -1 4202560 6898 0 0 0 69 0 0 0 20 0 19 0 858661604 10872631296 122193 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8491] ppid=8473 vsize=10617804 CPUtime=0.58 cores=1,3,5,7
/proc/8475/task/8491/stat : 8491 (java) S 8473 8475 7341 0 -1 4202560 5257 0 0 0 58 0 0 0 16 0 19 0 858661604 10872631296 122197 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8492] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8492/stat : 8492 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10872631296 122200 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8493] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8493/stat : 8493 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858661604 10872631296 122204 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8494] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8494/stat : 8494 (java) S 8473 8475 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858661615 10872631296 122207 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 10617804

[startup+3.10128 s]
/proc/loadavg: 2.16 2.03 1.97 3/211 8494
/proc/meminfo: memFree=30487504/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=10617804 CPUtime=4.39 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 287532 0 1 0 404 35 0 0 25 0 19 0 858661599 10872631296 281702 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 2654451 281705 2225 9 0 2645185 0
[pid=8475/tid=8476] ppid=8473 vsize=10617804 CPUtime=3.08 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) R 8473 8475 7341 0 -1 4202560 274221 0 1 0 275 33 0 0 25 0 19 0 858661599 10872631296 281707 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 46912505526337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8475/tid=8478] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8478/stat : 8478 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 281708 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8479] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8479/stat : 8479 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 281710 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8480] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8480/stat : 8480 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 281712 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8481] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8481/stat : 8481 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 281713 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8482] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8482/stat : 8482 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 281715 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8483] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8483/stat : 8483 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 281717 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8484] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8484/stat : 8484 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 281718 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8485] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8485/stat : 8485 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10872631296 281720 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8486] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8486/stat : 8486 (java) S 8473 8475 7341 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 858661602 10872631296 281722 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 0 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8487] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8487/stat : 8487 (java) S 8473 8475 7341 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858661602 10872631296 281723 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8488] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8488/stat : 8488 (java) S 8473 8475 7341 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858661602 10872631296 281725 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8489] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8489/stat : 8489 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10872631296 281726 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828060081 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8490] ppid=8473 vsize=10617804 CPUtime=0.69 cores=1,3,5,7
/proc/8475/task/8490/stat : 8490 (java) S 8473 8475 7341 0 -1 4202560 6898 0 0 0 69 0 0 0 19 0 19 0 858661604 10872631296 281728 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8491] ppid=8473 vsize=10617804 CPUtime=0.58 cores=1,3,5,7
/proc/8475/task/8491/stat : 8491 (java) S 8473 8475 7341 0 -1 4202560 5257 0 0 0 58 0 0 0 16 0 19 0 858661604 10872631296 281730 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8492] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8492/stat : 8492 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10872631296 281731 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8493] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8493/stat : 8493 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858661604 10872631296 281733 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8494] ppid=8473 vsize=10617804 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8494/stat : 8494 (java) S 8473 8475 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858661615 10872631296 281734 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 10617804

[startup+6.30069 s]
/proc/loadavg: 2.16 2.03 1.97 3/211 8494
/proc/meminfo: memFree=27994696/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=10615184 CPUtime=7.59 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 592400 0 1 0 690 69 0 0 25 0 19 0 858661599 10869948416 585857 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 2653796 585860 2226 9 0 2644530 0
[pid=8475/tid=8476] ppid=8473 vsize=10615184 CPUtime=6.29 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) R 8473 8475 7341 0 -1 4202560 579087 0 1 0 561 68 0 0 25 0 19 0 858661599 10869948416 585861 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 46912505576584 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8475/tid=8478] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8478/stat : 8478 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10869948416 585863 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8479] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8479/stat : 8479 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10869948416 585865 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8480] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8480/stat : 8480 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10869948416 585866 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8481] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8481/stat : 8481 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10869948416 585868 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8482] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8482/stat : 8482 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10869948416 585870 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8483] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8483/stat : 8483 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10869948416 585871 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8484] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8484/stat : 8484 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10869948416 585873 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8485] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8485/stat : 8485 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661601 10869948416 585875 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8486] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8486/stat : 8486 (java) S 8473 8475 7341 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 858661602 10869948416 585876 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 0 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8487] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8487/stat : 8487 (java) S 8473 8475 7341 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858661602 10869948416 585878 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8488] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8488/stat : 8488 (java) S 8473 8475 7341 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858661602 10869948416 585879 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8489] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8489/stat : 8489 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10869948416 585881 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828060081 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8490] ppid=8473 vsize=10615184 CPUtime=0.69 cores=1,3,5,7
/proc/8475/task/8490/stat : 8490 (java) S 8473 8475 7341 0 -1 4202560 6898 0 0 0 69 0 0 0 18 0 19 0 858661604 10869948416 585882 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8491] ppid=8473 vsize=10615184 CPUtime=0.58 cores=1,3,5,7
/proc/8475/task/8491/stat : 8491 (java) S 8473 8475 7341 0 -1 4202560 5257 0 0 0 58 0 0 0 15 0 19 0 858661604 10869948416 585884 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0

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

/proc/8475/task/8488/stat : 8488 (java) S 8473 8475 7341 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858661602 10869948416 948761 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8489] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8489/stat : 8489 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10869948416 948761 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828060081 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8490] ppid=8473 vsize=10615184 CPUtime=0.76 cores=1,3,5,7
/proc/8475/task/8490/stat : 8490 (java) S 8473 8475 7341 0 -1 4202560 6913 0 0 0 76 0 0 0 16 0 19 0 858661604 10869948416 948761 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8491] ppid=8473 vsize=10615184 CPUtime=0.73 cores=1,3,5,7
/proc/8475/task/8491/stat : 8491 (java) S 8473 8475 7341 0 -1 4202560 5287 0 0 0 73 0 0 0 15 0 19 0 858661604 10869948416 948761 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8492] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8492/stat : 8492 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10869948416 948761 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8493] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8493/stat : 8493 (java) S 8473 8475 7341 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 858661604 10869948416 948761 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8494] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8494/stat : 8494 (java) S 8473 8475 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858661615 10869948416 948761 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1669.1
Current children cumulated vsize (KiB) 10615184

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/211 8549
/proc/meminfo: memFree=24855336/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=10615184 CPUtime=1729.33 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 956916 0 1 0 172819 114 0 0 25 0 19 0 858661599 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 2653796 948776 2257 9 0 2644530 0
[pid=8475/tid=8476] ppid=8473 vsize=10615184 CPUtime=1717.76 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) R 8473 8475 7341 0 -1 4202560 833919 0 1 0 171680 96 0 0 25 0 19 0 858661599 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 46912505526383 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8475/tid=8478] ppid=8473 vsize=10615184 CPUtime=0.88 cores=1,3,5,7
/proc/8475/task/8478/stat : 8478 (java) S 8473 8475 7341 0 -1 4202560 13952 0 0 0 86 2 0 0 15 0 19 0 858661601 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8479] ppid=8473 vsize=10615184 CPUtime=1 cores=1,3,5,7
/proc/8475/task/8479/stat : 8479 (java) S 8473 8475 7341 0 -1 4202560 10488 0 0 0 99 1 0 0 16 0 19 0 858661601 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8480] ppid=8473 vsize=10615184 CPUtime=0.83 cores=1,3,5,7
/proc/8475/task/8480/stat : 8480 (java) S 8473 8475 7341 0 -1 4202560 9475 0 0 0 82 1 0 0 15 0 19 0 858661601 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
[pid=8475/tid=8481] ppid=8473 vsize=10615184 CPUtime=0.97 cores=1,3,5,7
/proc/8475/task/8481/stat : 8481 (java) S 8473 8475 7341 0 -1 4202560 14291 0 0 0 96 1 0 0 16 0 19 0 858661601 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8482] ppid=8473 vsize=10615184 CPUtime=0.87 cores=1,3,5,7
/proc/8475/task/8482/stat : 8482 (java) S 8473 8475 7341 0 -1 4202560 13063 0 0 0 85 2 0 0 15 0 19 0 858661601 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
[pid=8475/tid=8483] ppid=8473 vsize=10615184 CPUtime=0.93 cores=1,3,5,7
/proc/8475/task/8483/stat : 8483 (java) S 8473 8475 7341 0 -1 4202560 11825 0 0 0 92 1 0 0 16 0 19 0 858661601 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8484] ppid=8473 vsize=10615184 CPUtime=0.93 cores=1,3,5,7
/proc/8475/task/8484/stat : 8484 (java) S 8473 8475 7341 0 -1 4202560 12711 0 0 0 92 1 0 0 15 0 19 0 858661601 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8485] ppid=8473 vsize=10615184 CPUtime=0.94 cores=1,3,5,7
/proc/8475/task/8485/stat : 8485 (java) S 8473 8475 7341 0 -1 4202560 12451 0 0 0 92 2 0 0 16 0 19 0 858661601 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
[pid=8475/tid=8486] ppid=8473 vsize=10615184 CPUtime=2.55 cores=1,3,5,7
/proc/8475/task/8486/stat : 8486 (java) S 8473 8475 7341 0 -1 4202560 11285 0 0 0 253 2 0 0 15 0 19 0 858661602 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 0 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8487] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8487/stat : 8487 (java) S 8473 8475 7341 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858661602 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8488] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8488/stat : 8488 (java) S 8473 8475 7341 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858661602 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8489] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8489/stat : 8489 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828060081 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8490] ppid=8473 vsize=10615184 CPUtime=0.76 cores=1,3,5,7
/proc/8475/task/8490/stat : 8490 (java) S 8473 8475 7341 0 -1 4202560 6913 0 0 0 76 0 0 0 16 0 19 0 858661604 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8491] ppid=8473 vsize=10615184 CPUtime=0.79 cores=1,3,5,7
/proc/8475/task/8491/stat : 8491 (java) S 8473 8475 7341 0 -1 4202560 5291 0 0 0 79 0 0 0 15 0 19 0 858661604 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8492] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8492/stat : 8492 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8493] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8493/stat : 8493 (java) S 8473 8475 7341 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 858661604 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8494] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8494/stat : 8494 (java) S 8473 8475 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858661615 10869948416 948776 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1729.33
Current children cumulated vsize (KiB) 10615184

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/211 8550
/proc/meminfo: memFree=24845264/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=10615184 CPUtime=1789.55 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 956941 0 1 0 178841 114 0 0 25 0 19 0 858661599 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 2653796 948790 2257 9 0 2644530 0
[pid=8475/tid=8476] ppid=8473 vsize=10615184 CPUtime=1777.68 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) R 8473 8475 7341 0 -1 4202560 833924 0 1 0 177672 96 0 0 25 0 19 0 858661599 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 46912505529997 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8475/tid=8478] ppid=8473 vsize=10615184 CPUtime=0.92 cores=1,3,5,7
/proc/8475/task/8478/stat : 8478 (java) S 8473 8475 7341 0 -1 4202560 13954 0 0 0 90 2 0 0 15 0 19 0 858661601 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8479] ppid=8473 vsize=10615184 CPUtime=1.06 cores=1,3,5,7
/proc/8475/task/8479/stat : 8479 (java) S 8473 8475 7341 0 -1 4202560 10489 0 0 0 105 1 0 0 16 0 19 0 858661601 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8480] ppid=8473 vsize=10615184 CPUtime=0.84 cores=1,3,5,7
/proc/8475/task/8480/stat : 8480 (java) S 8473 8475 7341 0 -1 4202560 9475 0 0 0 83 1 0 0 15 0 19 0 858661601 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
[pid=8475/tid=8481] ppid=8473 vsize=10615184 CPUtime=1.02 cores=1,3,5,7
/proc/8475/task/8481/stat : 8481 (java) S 8473 8475 7341 0 -1 4202560 14294 0 0 0 101 1 0 0 15 0 19 0 858661601 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8482] ppid=8473 vsize=10615184 CPUtime=0.93 cores=1,3,5,7
/proc/8475/task/8482/stat : 8482 (java) S 8473 8475 7341 0 -1 4202560 13063 0 0 0 91 2 0 0 16 0 19 0 858661601 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
[pid=8475/tid=8483] ppid=8473 vsize=10615184 CPUtime=0.95 cores=1,3,5,7
/proc/8475/task/8483/stat : 8483 (java) S 8473 8475 7341 0 -1 4202560 11826 0 0 0 94 1 0 0 16 0 19 0 858661601 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8484] ppid=8473 vsize=10615184 CPUtime=0.94 cores=1,3,5,7
/proc/8475/task/8484/stat : 8484 (java) S 8473 8475 7341 0 -1 4202560 12711 0 0 0 93 1 0 0 16 0 19 0 858661601 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8485] ppid=8473 vsize=10615184 CPUtime=1 cores=1,3,5,7
/proc/8475/task/8485/stat : 8485 (java) S 8473 8475 7341 0 -1 4202560 12458 0 0 0 98 2 0 0 15 0 19 0 858661601 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8486] ppid=8473 vsize=10615184 CPUtime=2.55 cores=1,3,5,7
/proc/8475/task/8486/stat : 8486 (java) S 8473 8475 7341 0 -1 4202560 11289 0 0 0 253 2 0 0 15 0 19 0 858661602 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 0 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8487] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8487/stat : 8487 (java) S 8473 8475 7341 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858661602 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8488] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8488/stat : 8488 (java) S 8473 8475 7341 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858661602 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8489] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8489/stat : 8489 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828060081 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8490] ppid=8473 vsize=10615184 CPUtime=0.76 cores=1,3,5,7
/proc/8475/task/8490/stat : 8490 (java) S 8473 8475 7341 0 -1 4202560 6913 0 0 0 76 0 0 0 16 0 19 0 858661604 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8491] ppid=8473 vsize=10615184 CPUtime=0.79 cores=1,3,5,7
/proc/8475/task/8491/stat : 8491 (java) S 8473 8475 7341 0 -1 4202560 5291 0 0 0 79 0 0 0 15 0 19 0 858661604 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8492] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8492/stat : 8492 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8493] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8493/stat : 8493 (java) S 8473 8475 7341 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 858661604 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8494] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8494/stat : 8494 (java) S 8473 8475 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858661615 10869948416 948790 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 10615184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 2.01 2.01 2.00 2/191 8554
/proc/meminfo: memFree=28626756/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=10615184 CPUtime=1800.08 cores=1,3,5,7
/proc/8475/stat : 8475 (java) S 8473 8475 7341 0 -1 4202496 956949 0 1 0 179894 114 0 0 25 0 19 0 858661599 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 2653796 948793 2257 9 0 2644530 0
[pid=8475/tid=8476] ppid=8473 vsize=10615184 CPUtime=1788.17 cores=1,3,5,7
/proc/8475/task/8476/stat : 8476 (java) R 8473 8475 7341 0 -1 4202560 833925 0 1 0 178721 96 0 0 25 0 19 0 858661599 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 46912505532611 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8475/tid=8478] ppid=8473 vsize=10615184 CPUtime=0.93 cores=1,3,5,7
/proc/8475/task/8478/stat : 8478 (java) S 8473 8475 7341 0 -1 4202560 13956 0 0 0 91 2 0 0 16 0 19 0 858661601 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8479] ppid=8473 vsize=10615184 CPUtime=1.06 cores=1,3,5,7
/proc/8475/task/8479/stat : 8479 (java) S 8473 8475 7341 0 -1 4202560 10489 0 0 0 105 1 0 0 15 0 19 0 858661601 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8480] ppid=8473 vsize=10615184 CPUtime=0.84 cores=1,3,5,7
/proc/8475/task/8480/stat : 8480 (java) S 8473 8475 7341 0 -1 4202560 9475 0 0 0 83 1 0 0 15 0 19 0 858661601 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8481] ppid=8473 vsize=10615184 CPUtime=1.03 cores=1,3,5,7
/proc/8475/task/8481/stat : 8481 (java) S 8473 8475 7341 0 -1 4202560 14294 0 0 0 102 1 0 0 16 0 19 0 858661601 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
[pid=8475/tid=8482] ppid=8473 vsize=10615184 CPUtime=0.93 cores=1,3,5,7
/proc/8475/task/8482/stat : 8482 (java) S 8473 8475 7341 0 -1 4202560 13063 0 0 0 91 2 0 0 15 0 19 0 858661601 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
[pid=8475/tid=8483] ppid=8473 vsize=10615184 CPUtime=0.96 cores=1,3,5,7
/proc/8475/task/8483/stat : 8483 (java) S 8473 8475 7341 0 -1 4202560 11827 0 0 0 95 1 0 0 16 0 19 0 858661601 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8484] ppid=8473 vsize=10615184 CPUtime=0.94 cores=1,3,5,7
/proc/8475/task/8484/stat : 8484 (java) S 8473 8475 7341 0 -1 4202560 12711 0 0 0 93 1 0 0 15 0 19 0 858661601 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8485] ppid=8473 vsize=10615184 CPUtime=1.01 cores=1,3,5,7
/proc/8475/task/8485/stat : 8485 (java) S 8473 8475 7341 0 -1 4202560 12458 0 0 0 99 2 0 0 16 0 19 0 858661601 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8486] ppid=8473 vsize=10615184 CPUtime=2.55 cores=1,3,5,7
/proc/8475/task/8486/stat : 8486 (java) S 8473 8475 7341 0 -1 4202560 11291 0 0 0 253 2 0 0 15 0 19 0 858661602 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 0 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8487] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8487/stat : 8487 (java) S 8473 8475 7341 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858661602 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8488] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8488/stat : 8488 (java) S 8473 8475 7341 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858661602 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8489] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8489/stat : 8489 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828060081 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8490] ppid=8473 vsize=10615184 CPUtime=0.76 cores=1,3,5,7
/proc/8475/task/8490/stat : 8490 (java) S 8473 8475 7341 0 -1 4202560 6913 0 0 0 76 0 0 0 16 0 19 0 858661604 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8491] ppid=8473 vsize=10615184 CPUtime=0.79 cores=1,3,5,7
/proc/8475/task/8491/stat : 8491 (java) S 8473 8475 7341 0 -1 4202560 5291 0 0 0 79 0 0 0 15 0 19 0 858661604 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 5 0 0 0
[pid=8475/tid=8492] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8492/stat : 8492 (java) S 8473 8475 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858661604 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052377 0 4 0 16800975 18446604458889105600 0 0 -1 1 0 0 0
[pid=8475/tid=8493] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8493/stat : 8493 (java) S 8473 8475 7341 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 858661604 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 3 0 0 0
[pid=8475/tid=8494] ppid=8473 vsize=10615184 CPUtime=0 cores=1,3,5,7
/proc/8475/task/8494/stat : 8494 (java) S 8473 8475 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858661615 10869948416 948793 33554432000 1073741824 1073778376 140735709501792 18446744073709551615 220828052992 0 4 0 16800975 18446604458889105600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10615184

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

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

[startup+1792.91 s]
/proc/loadavg: 2.01 2.01 2.00 2/175 8557
/proc/meminfo: memFree=30674124/32951124 swapFree=67062492/67111528
[pid=8475] ppid=8473 vsize=0 CPUtime=1800.24 cores=1,3,5,7
/proc/8475/stat : 8475 (java) Z 8473 8475 7341 0 -1 4203548 956988 0 1 0 179902 122 0 0 17 0 2 0 858661599 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8475/statm: 0 0 0 0 0 0 0
[pid=8475/tid=8556] ppid=8473 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/8475/task/8556/stat : 8556 (java) R 8473 8475 7341 0 -1 4203588 11 0 0 0 0 7 0 0 19 0 2 0 858840880 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.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.97
CPU time (s): 1800.3
CPU user time (s): 1799.03
CPU system time (s): 1.27681
CPU usage (%): 100.409
Max. virtual memory (cumulated for all children) (KiB): 10623108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.2768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 956988
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= 40575
involuntary context switches= 16482

runsolver used 3.2795 second user time and 6.52101 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-10 01:34:17
IDJOB=3456076
IDBENCH=48088
IDSOLVER=1951
FILE ID=node147/3456076-1307662457
RUNJOBID= node147-1307658863-8086
PBS_JOBID= 13549409
Free space on /tmp= 74072 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=71-P1=29-P2=241-P3=127-P4=67-P5=23-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456076-1307662457/watcher-3456076-1307662457 -o /tmp/evaluation-result-3456076-1307662457/solver-3456076-1307662457 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456076-1307662457.opb

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

MD5SUM BENCH= 2f50a7c4db6c104684b2cc399418ffd9
RANDOM SEED=1023227503

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:     32951124 kB
MemFree:      32066488 kB
Buffers:         69556 kB
Cached:         302904 kB
SwapCached:      10244 kB
Active:         466504 kB
Inactive:       282140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32066488 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:             852 kB
Writeback:           0 kB
AnonPages:      374412 kB
Mapped:          18312 kB
Slab:            71488 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10531524 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= 74068 MiB
End job on node147 at 2011-06-10 02:04:12