Trace number 3455882

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)119 1800.34 1792.29

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=89-P1=13-P2=37-P3=97-P4=101-P5=107-P6=37-P7=19-P8=47-P9=127-B.opb
MD5SUMb3aade8de77ac68c9aa967132edd1f5e
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.154975
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 variables189
Total number of constraints19
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 constraints19
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)441
Sum of products size (including duplicates)882
Number of different products441
Sum of products size882

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@761a626f
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3455882-1307224897.opb
0.10/0.10	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.073s.
0.10/0.18	c #vars     630
0.10/0.18	c #constraints  910
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
13.24/11.79	c cleaning 0 clauses out of 5001 with flag 0/5001
39.75/37.51	c cleaning 0 clauses out of 11000 with flag 0/11000
91.37/89.00	c cleaning 0 clauses out of 18000 with flag 0/18000
191.72/189.04	c SATISFIABLE
191.72/189.04	c OPTIMIZING...
191.72/189.04	c Got one! Elapsed wall clock time (in seconds):188.936
191.72/189.04	o 119
244.54/241.69	c cleaning 0 clauses out of 29350 with flag 0/29350
407.95/404.60	c cleaning 0 clauses out of 35350 with flag 0/35350
571.14/567.31	c cleaning 0 clauses out of 42349 with flag 0/42349
663.94/659.71	c cleaning 0 clauses out of 50349 with flag 0/50349
913.02/907.89	c cleaning 0 clauses out of 59349 with flag 0/59349
1320.64/1314.25	c cleaning 0 clauses out of 69349 with flag 0/69349
1800.10/1792.12	c starts		: 81
1800.10/1792.12	c conflicts		: 76407
1800.10/1792.12	c decisions		: 82072
1800.10/1792.12	c propagations		: 1007274
1800.10/1792.12	c inspects		: 2676217009
1800.10/1792.12	c shortcuts		: 0
1800.10/1792.12	c learnt literals	: 0
1800.10/1792.12	c learnt binary clauses	: 0
1800.10/1792.12	c learnt ternary clauses	: 1
1800.10/1792.12	c learnt constraints	: 76407
1800.10/1792.12	c ignored constraints	: 0
1800.10/1792.12	c root simplifications	: 0
1800.10/1792.12	c removed literals (reason simplification)	: 0
1800.10/1792.12	c reason swapping (by a shorter reason)	: 0
1800.10/1792.12	c Calls to reduceDB	: 9
1800.10/1792.12	c number of reductions to clauses (during analyze)	: 0
1800.10/1792.12	c number of learned constraints concerned by reduction	: 0
1800.10/1792.12	c number of learning phase by resolution	: 0
1800.10/1792.12	c number of learning phase by cutting planes	: 0
1800.10/1792.12	c speed (assignments/second)	: 628.3359179380717
1800.10/1792.12	c non guided choices	1062
1800.10/1792.15	c learnt constraints type 
1800.10/1792.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1546
1800.10/1792.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74861
1800.10/1792.15	c constraints type 
1800.10/1792.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
1800.10/1792.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
1800.10/1792.15	s SATISFIABLE
1800.10/1792.15	v x1 x2 x3 -x4 x5 x6 x7 x8 x9 x10 x11 x12 -x13 -x14 x15 -x16 x17 x18 -x19 x20 -x21 x22 x23 -x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 -x37 -x38 -x39 x40 x41 x42 x43 x44 -x45 -x46 x47 -x48 -x49 x50 x51 x52 -x53 -x54 x55 x56 x57 -x58 x59 x60 -x61 x62 x63 x64 -x65 -x66 x67 x68 x69 x70 x71 -x72 -x73 x74 -x75 x76 x77 x78 -x79 x80 -x81 x82 x83 x84 x85 x86 x87 -x88 x89 x90 -x91 x92 -x93 -x94 x95 -x96 -x97 x98 x99 -x100 -x101 x102 x103 x104 -x105 x106 x107 -x108 x109 x110 x111 -x112 x113 -x114 x115 x116 x117 x118 -x119 x120 -x121 -x122 x123 x124 x125 x126 -x127 -x128 x129 x130 x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 x145 x146 x147 -x148 x149 x150 -x151 x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 x169 x170 x171 x172 -x173 x174 -x175 x176 x177 -x178 -x179 x180 x181 -x182 -x183 x184 -x185 -x186 x187 x188 x189 
1800.10/1792.15	c objective function=119
1800.10/1792.15	c Total wall clock time (in seconds): 1792.046

Verifier Data

OK	119

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-3455882-1307224897/watcher-3455882-1307224897 -o /tmp/evaluation-result-3455882-1307224897/solver-3455882-1307224897 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455882-1307224897.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.04 2.09 2.03 2/476 23658
/proc/meminfo: memFree=22201720/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 4242 0 1 0 0 0 0 0 25 0 2 0 834087832 10694979584 3944 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2611079 3958 917 9 0 2602235 0
[pid=23658/tid=23659] ppid=23656 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) R 23656 23658 22575 0 -1 4202560 6261 0 1 0 0 0 0 0 25 0 2 0 834087833 10694979584 7077 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0503309 s]
/proc/loadavg: 2.04 2.09 2.03 2/476 23658
/proc/meminfo: memFree=22201720/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 11438 0 1 0 3 1 0 0 25 0 13 0 834087832 10718838784 11135 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2616904 11135 1684 9 0 2607652 0
[pid=23658/tid=23659] ppid=23656 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) S 23656 23658 22575 0 -1 4202560 10291 0 1 0 2 1 0 0 25 0 13 0 834087833 10718838784 11135 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347721695 0 2147483391 0 16800971 18446744071699453118 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100323 s]
/proc/loadavg: 2.04 2.09 2.03 2/476 23658
/proc/meminfo: memFree=22201720/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10540112 CPUtime=0.1 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 13098 0 1 0 9 1 0 0 25 0 18 0 834087832 10793074688 12774 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2635028 12775 2092 9 0 2625762 0
[pid=23658/tid=23659] ppid=23656 vsize=10540112 CPUtime=0.08 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) R 23656 23658 22575 0 -1 4202560 11151 0 1 0 7 1 0 0 25 0 18 0 834087833 10793074688 12775 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 47844810491416 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540112

[startup+0.300288 s]
/proc/loadavg: 2.04 2.09 2.03 2/476 23658
/proc/meminfo: memFree=22201720/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10544336 CPUtime=0.52 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 17036 0 1 0 50 2 0 0 25 0 19 0 834087832 10797400064 15944 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2636084 15946 2201 9 0 2626818 0
[pid=23658/tid=23659] ppid=23656 vsize=10544336 CPUtime=0.28 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) R 23656 23658 22575 0 -1 4202560 13068 0 1 0 27 1 0 0 25 0 19 0 834087833 10797400064 15947 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10544336

[startup+0.700172 s]
/proc/loadavg: 2.04 2.09 2.03 2/476 23658
/proc/meminfo: memFree=22201720/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10554744 CPUtime=1.66 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 44826 0 1 0 160 6 0 0 25 0 19 0 834087832 10808057856 36281 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2638686 36284 2222 9 0 2629420 0
[pid=23658/tid=23659] ppid=23656 vsize=10554744 CPUtime=0.68 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) R 23656 23658 22575 0 -1 4202560 27464 0 1 0 65 3 0 0 25 0 19 0 834087833 10808057856 36285 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 46912505611970 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10554744

[startup+1.50108 s]
/proc/loadavg: 2.04 2.09 2.03 3/495 23677
/proc/meminfo: memFree=21969160/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10555768 CPUtime=3 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 124359 0 1 0 285 15 0 0 25 0 19 0 834087832 10809106432 112836 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2638942 112840 2227 9 0 2629676 0
[pid=23658/tid=23659] ppid=23656 vsize=10555768 CPUtime=1.48 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) R 23656 23658 22575 0 -1 4202560 104437 0 1 0 137 11 0 0 25 0 19 0 834087833 10809106432 112842 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 46912506002365 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23658/tid=23661] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23661/stat : 23661 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 112846 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23662] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23662/stat : 23662 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 112850 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23663] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23663/stat : 23663 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 112853 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23664] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23664/stat : 23664 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 112856 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23665] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23665/stat : 23665 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 112859 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23666] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23666/stat : 23666 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 112861 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23667] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23667/stat : 23667 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 112864 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23668] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23668/stat : 23668 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 112866 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23669] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23669/stat : 23669 (java) S 23656 23658 22575 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 834087835 10809106432 112870 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 0 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23670] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23670/stat : 23670 (java) S 23656 23658 22575 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834087836 10809106432 112874 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23671] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23671/stat : 23671 (java) S 23656 23658 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834087836 10809106432 112877 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23672] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23672/stat : 23672 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 112880 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347716017 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23673] ppid=23656 vsize=10555768 CPUtime=0.78 cores=1,3,5,7
/proc/23658/task/23673/stat : 23673 (java) S 23656 23658 22575 0 -1 4202560 5815 0 0 0 78 0 0 0 15 0 19 0 834087838 10809106432 112883 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23674] ppid=23656 vsize=10555768 CPUtime=0.71 cores=1,3,5,7
/proc/23658/task/23674/stat : 23674 (java) S 23656 23658 22575 0 -1 4202560 12953 0 0 0 69 2 0 0 22 0 19 0 834087838 10809106432 112885 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23675] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23675/stat : 23675 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 112889 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23676] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23676/stat : 23676 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834087838 10809106432 112891 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23677] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23677/stat : 23677 (java) S 23656 23658 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834087851 10809106432 112895 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 10555768

[startup+3.10079 s]
/proc/loadavg: 2.04 2.09 2.03 3/495 23677
/proc/meminfo: memFree=21510352/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10555768 CPUtime=4.59 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 285517 0 1 0 424 35 0 0 25 0 19 0 834087832 10809106432 273993 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2638942 273997 2227 9 0 2629676 0
[pid=23658/tid=23659] ppid=23656 vsize=10555768 CPUtime=3.08 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) R 23656 23658 22575 0 -1 4202560 265594 0 1 0 276 32 0 0 25 0 19 0 834087833 10809106432 273999 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 46912505556818 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23658/tid=23661] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23661/stat : 23661 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 274002 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23662] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23662/stat : 23662 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 274004 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23663] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23663/stat : 23663 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 274006 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23664] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23664/stat : 23664 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 274009 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23665] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23665/stat : 23665 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 274011 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23666] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23666/stat : 23666 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 274014 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23667] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23667/stat : 23667 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 274016 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23668] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23668/stat : 23668 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 274019 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23669] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23669/stat : 23669 (java) S 23656 23658 22575 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 834087835 10809106432 274021 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 0 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23670] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23670/stat : 23670 (java) S 23656 23658 22575 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834087836 10809106432 274023 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23671] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23671/stat : 23671 (java) S 23656 23658 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834087836 10809106432 274026 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23672] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23672/stat : 23672 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 274028 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347716017 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23673] ppid=23656 vsize=10555768 CPUtime=0.78 cores=1,3,5,7
/proc/23658/task/23673/stat : 23673 (java) S 23656 23658 22575 0 -1 4202560 5815 0 0 0 78 0 0 0 15 0 19 0 834087838 10809106432 274031 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23674] ppid=23656 vsize=10555768 CPUtime=0.71 cores=1,3,5,7
/proc/23658/task/23674/stat : 23674 (java) S 23656 23658 22575 0 -1 4202560 12953 0 0 0 69 2 0 0 19 0 19 0 834087838 10809106432 274033 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23675] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23675/stat : 23675 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 274035 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23676] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23676/stat : 23676 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834087838 10809106432 274037 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23677] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23677/stat : 23677 (java) S 23656 23658 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834087851 10809106432 274040 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 10555768

[startup+6.30122 s]
/proc/loadavg: 2.04 2.09 2.03 3/495 23678
/proc/meminfo: memFree=20207136/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10555768 CPUtime=7.8 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 595174 0 1 0 710 70 0 0 25 0 19 0 834087832 10809106432 583489 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2638942 583492 2227 9 0 2629676 0
[pid=23658/tid=23659] ppid=23656 vsize=10555768 CPUtime=6.28 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) R 23656 23658 22575 0 -1 4202560 575250 0 1 0 561 67 0 0 25 0 19 0 834087833 10809106432 583494 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 46912505561527 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23658/tid=23661] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23661/stat : 23661 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 583497 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23662] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23662/stat : 23662 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 583499 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23663] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23663/stat : 23663 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 583501 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23664] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23664/stat : 23664 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 583503 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23665] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23665/stat : 23665 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 583505 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23666] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23666/stat : 23666 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 583507 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23667] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23667/stat : 23667 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 583509 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23668] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23668/stat : 23668 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087834 10809106432 583511 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23669] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23669/stat : 23669 (java) S 23656 23658 22575 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 834087835 10809106432 583513 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 0 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23670] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23670/stat : 23670 (java) S 23656 23658 22575 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834087836 10809106432 583515 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23671] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23671/stat : 23671 (java) S 23656 23658 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834087836 10809106432 583517 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23672] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23672/stat : 23672 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 583519 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347716017 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23673] ppid=23656 vsize=10555768 CPUtime=0.78 cores=1,3,5,7
/proc/23658/task/23673/stat : 23673 (java) S 23656 23658 22575 0 -1 4202560 5815 0 0 0 78 0 0 0 15 0 19 0 834087838 10809106432 583521 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23674] ppid=23656 vsize=10555768 CPUtime=0.72 cores=1,3,5,7
/proc/23658/task/23674/stat : 23674 (java) S 23656 23658 22575 0 -1 4202560 12953 0 0 0 70 2 0 0 18 0 19 0 834087838 10809106432 583523 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0

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

/proc/23658/task/23670/stat : 23670 (java) S 23656 23658 22575 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834087836 10809106432 945150 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23671] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23671/stat : 23671 (java) S 23656 23658 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834087836 10809106432 945150 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23672] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23672/stat : 23672 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 945150 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347716017 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23673] ppid=23656 vsize=10555768 CPUtime=0.84 cores=1,3,5,7
/proc/23658/task/23673/stat : 23673 (java) S 23656 23658 22575 0 -1 4202560 5866 0 0 0 84 0 0 0 15 0 19 0 834087838 10809106432 945150 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23674] ppid=23656 vsize=10555768 CPUtime=1.29 cores=1,3,5,7
/proc/23658/task/23674/stat : 23674 (java) S 23656 23658 22575 0 -1 4202560 19201 0 0 0 126 3 0 0 15 0 19 0 834087838 10809106432 945150 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23675] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23675/stat : 23675 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 945150 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23676] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23676/stat : 23676 (java) S 23656 23658 22575 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 834087838 10809106432 945150 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23677] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23677/stat : 23677 (java) S 23656 23658 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834087851 10809106432 945150 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1669.82
Current children cumulated vsize (KiB) 10555768

[startup+1722.3 s]
/proc/loadavg: 2.02 2.06 2.02 4/495 23774
/proc/meminfo: memFree=18568132/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10555768 CPUtime=1730.07 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 965927 0 1 0 172895 112 0 0 25 0 19 0 834087832 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2638942 946210 2258 9 0 2629676 0
[pid=23658/tid=23659] ppid=23656 vsize=10555768 CPUtime=1716.9 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) R 23656 23658 22575 0 -1 4202560 838439 0 1 0 171596 94 0 0 25 0 19 0 834087833 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 46912505559119 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23658/tid=23661] ppid=23656 vsize=10555768 CPUtime=1.05 cores=1,3,5,7
/proc/23658/task/23661/stat : 23661 (java) S 23656 23658 22575 0 -1 4202560 12541 0 0 0 104 1 0 0 15 0 19 0 834087834 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23662] ppid=23656 vsize=10555768 CPUtime=1.04 cores=1,3,5,7
/proc/23658/task/23662/stat : 23662 (java) S 23656 23658 22575 0 -1 4202560 9220 0 0 0 103 1 0 0 16 0 19 0 834087834 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23663] ppid=23656 vsize=10555768 CPUtime=1 cores=1,3,5,7
/proc/23658/task/23663/stat : 23663 (java) S 23656 23658 22575 0 -1 4202560 7902 0 0 0 99 1 0 0 16 0 19 0 834087834 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23664] ppid=23656 vsize=10555768 CPUtime=1.08 cores=1,3,5,7
/proc/23658/task/23664/stat : 23664 (java) S 23656 23658 22575 0 -1 4202560 11668 0 0 0 107 1 0 0 15 0 19 0 834087834 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23665] ppid=23656 vsize=10555768 CPUtime=1 cores=1,3,5,7
/proc/23658/task/23665/stat : 23665 (java) S 23656 23658 22575 0 -1 4202560 10481 0 0 0 100 0 0 0 16 0 19 0 834087834 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23666] ppid=23656 vsize=10555768 CPUtime=1.11 cores=1,3,5,7
/proc/23658/task/23666/stat : 23666 (java) S 23656 23658 22575 0 -1 4202560 13584 0 0 0 110 1 0 0 16 0 19 0 834087834 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23667] ppid=23656 vsize=10555768 CPUtime=1 cores=1,3,5,7
/proc/23658/task/23667/stat : 23667 (java) S 23656 23658 22575 0 -1 4202560 11227 0 0 0 99 1 0 0 16 0 19 0 834087834 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23668] ppid=23656 vsize=10555768 CPUtime=1.06 cores=1,3,5,7
/proc/23658/task/23668/stat : 23668 (java) S 23656 23658 22575 0 -1 4202560 10376 0 0 0 105 1 0 0 15 0 19 0 834087834 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23669] ppid=23656 vsize=10555768 CPUtime=2.56 cores=1,3,5,7
/proc/23658/task/23669/stat : 23669 (java) S 23656 23658 22575 0 -1 4202560 14174 0 0 0 255 1 0 0 15 0 19 0 834087835 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 0 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23670] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23670/stat : 23670 (java) S 23656 23658 22575 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834087836 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23671] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23671/stat : 23671 (java) S 23656 23658 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834087836 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23672] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23672/stat : 23672 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347716017 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23673] ppid=23656 vsize=10555768 CPUtime=0.84 cores=1,3,5,7
/proc/23658/task/23673/stat : 23673 (java) S 23656 23658 22575 0 -1 4202560 5866 0 0 0 84 0 0 0 15 0 19 0 834087838 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23674] ppid=23656 vsize=10555768 CPUtime=1.29 cores=1,3,5,7
/proc/23658/task/23674/stat : 23674 (java) S 23656 23658 22575 0 -1 4202560 19201 0 0 0 126 3 0 0 15 0 19 0 834087838 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23675] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23675/stat : 23675 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23676] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23676/stat : 23676 (java) S 23656 23658 22575 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 834087838 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23677] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23677/stat : 23677 (java) S 23656 23658 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834087851 10809106432 946210 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1730.07
Current children cumulated vsize (KiB) 10555768

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.01 4/495 23776
/proc/meminfo: memFree=18564024/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10555768 CPUtime=1790.25 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 966601 0 1 0 178913 112 0 0 25 0 19 0 834087832 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2638942 946863 2258 9 0 2629676 0
[pid=23658/tid=23659] ppid=23656 vsize=10555768 CPUtime=1776.81 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) R 23656 23658 22575 0 -1 4202560 838443 0 1 0 177587 94 0 0 25 0 19 0 834087833 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 46912505545286 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23658/tid=23661] ppid=23656 vsize=10555768 CPUtime=1.12 cores=1,3,5,7
/proc/23658/task/23661/stat : 23661 (java) S 23656 23658 22575 0 -1 4202560 12674 0 0 0 111 1 0 0 16 0 19 0 834087834 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23662] ppid=23656 vsize=10555768 CPUtime=1.08 cores=1,3,5,7
/proc/23658/task/23662/stat : 23662 (java) S 23656 23658 22575 0 -1 4202560 9365 0 0 0 107 1 0 0 15 0 19 0 834087834 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23663] ppid=23656 vsize=10555768 CPUtime=1.02 cores=1,3,5,7
/proc/23658/task/23663/stat : 23663 (java) S 23656 23658 22575 0 -1 4202560 7946 0 0 0 101 1 0 0 15 0 19 0 834087834 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23664] ppid=23656 vsize=10555768 CPUtime=1.11 cores=1,3,5,7
/proc/23658/task/23664/stat : 23664 (java) S 23656 23658 22575 0 -1 4202560 11729 0 0 0 110 1 0 0 16 0 19 0 834087834 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23665] ppid=23656 vsize=10555768 CPUtime=1.02 cores=1,3,5,7
/proc/23658/task/23665/stat : 23665 (java) S 23656 23658 22575 0 -1 4202560 10561 0 0 0 102 0 0 0 16 0 19 0 834087834 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23666] ppid=23656 vsize=10555768 CPUtime=1.14 cores=1,3,5,7
/proc/23658/task/23666/stat : 23666 (java) S 23656 23658 22575 0 -1 4202560 13684 0 0 0 113 1 0 0 16 0 19 0 834087834 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23667] ppid=23656 vsize=10555768 CPUtime=1.03 cores=1,3,5,7
/proc/23658/task/23667/stat : 23667 (java) S 23656 23658 22575 0 -1 4202560 11294 0 0 0 102 1 0 0 16 0 19 0 834087834 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23668] ppid=23656 vsize=10555768 CPUtime=1.1 cores=1,3,5,7
/proc/23658/task/23668/stat : 23668 (java) S 23656 23658 22575 0 -1 4202560 10409 0 0 0 109 1 0 0 16 0 19 0 834087834 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23669] ppid=23656 vsize=10555768 CPUtime=2.56 cores=1,3,5,7
/proc/23658/task/23669/stat : 23669 (java) S 23656 23658 22575 0 -1 4202560 14176 0 0 0 255 1 0 0 15 0 19 0 834087835 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 0 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23670] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23670/stat : 23670 (java) S 23656 23658 22575 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834087836 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23671] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23671/stat : 23671 (java) S 23656 23658 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834087836 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23672] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23672/stat : 23672 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347716017 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23673] ppid=23656 vsize=10555768 CPUtime=0.84 cores=1,3,5,7
/proc/23658/task/23673/stat : 23673 (java) S 23656 23658 22575 0 -1 4202560 5866 0 0 0 84 0 0 0 15 0 19 0 834087838 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23674] ppid=23656 vsize=10555768 CPUtime=1.29 cores=1,3,5,7
/proc/23658/task/23674/stat : 23674 (java) S 23656 23658 22575 0 -1 4202560 19202 0 0 0 126 3 0 0 15 0 19 0 834087838 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23675] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23675/stat : 23675 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23676] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23676/stat : 23676 (java) S 23656 23658 22575 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 834087838 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23677] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23677/stat : 23677 (java) S 23656 23658 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834087851 10809106432 946863 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1790.25
Current children cumulated vsize (KiB) 10555768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.1 s]
/proc/loadavg: 2.00 2.04 2.01 3/495 23776
/proc/meminfo: memFree=18560800/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=10555768 CPUtime=1800.1 cores=1,3,5,7
/proc/23658/stat : 23658 (java) S 23656 23658 22575 0 -1 4202496 966804 0 1 0 179898 112 0 0 25 0 19 0 834087832 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 2638942 947058 2258 9 0 2629676 0
[pid=23658/tid=23659] ppid=23656 vsize=10555768 CPUtime=1786.6 cores=1,3,5,7
/proc/23658/task/23659/stat : 23659 (java) R 23656 23658 22575 0 -1 4202560 838444 0 1 0 178566 94 0 0 25 0 19 0 834087833 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 46912505559223 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23658/tid=23661] ppid=23656 vsize=10555768 CPUtime=1.12 cores=1,3,5,7
/proc/23658/task/23661/stat : 23661 (java) S 23656 23658 22575 0 -1 4202560 12674 0 0 0 111 1 0 0 15 0 19 0 834087834 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23662] ppid=23656 vsize=10555768 CPUtime=1.1 cores=1,3,5,7
/proc/23658/task/23662/stat : 23662 (java) S 23656 23658 22575 0 -1 4202560 9423 0 0 0 109 1 0 0 16 0 19 0 834087834 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23663] ppid=23656 vsize=10555768 CPUtime=1.02 cores=1,3,5,7
/proc/23658/task/23663/stat : 23663 (java) S 23656 23658 22575 0 -1 4202560 7946 0 0 0 101 1 0 0 15 0 19 0 834087834 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23664] ppid=23656 vsize=10555768 CPUtime=1.11 cores=1,3,5,7
/proc/23658/task/23664/stat : 23664 (java) S 23656 23658 22575 0 -1 4202560 11729 0 0 0 110 1 0 0 15 0 19 0 834087834 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23665] ppid=23656 vsize=10555768 CPUtime=1.04 cores=1,3,5,7
/proc/23658/task/23665/stat : 23665 (java) S 23656 23658 22575 0 -1 4202560 10610 0 0 0 104 0 0 0 16 0 19 0 834087834 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23666] ppid=23656 vsize=10555768 CPUtime=1.16 cores=1,3,5,7
/proc/23658/task/23666/stat : 23666 (java) S 23656 23658 22575 0 -1 4202560 13776 0 0 0 115 1 0 0 16 0 19 0 834087834 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23667] ppid=23656 vsize=10555768 CPUtime=1.03 cores=1,3,5,7
/proc/23658/task/23667/stat : 23667 (java) S 23656 23658 22575 0 -1 4202560 11295 0 0 0 102 1 0 0 16 0 19 0 834087834 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23668] ppid=23656 vsize=10555768 CPUtime=1.1 cores=1,3,5,7
/proc/23658/task/23668/stat : 23668 (java) S 23656 23658 22575 0 -1 4202560 10409 0 0 0 109 1 0 0 15 0 19 0 834087834 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 7 0 0 0
[pid=23658/tid=23669] ppid=23656 vsize=10555768 CPUtime=2.56 cores=1,3,5,7
/proc/23658/task/23669/stat : 23669 (java) S 23656 23658 22575 0 -1 4202560 14178 0 0 0 255 1 0 0 15 0 19 0 834087835 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 0 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23670] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23670/stat : 23670 (java) S 23656 23658 22575 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834087836 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23671] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23671/stat : 23671 (java) S 23656 23658 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834087836 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23672] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23672/stat : 23672 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347716017 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23673] ppid=23656 vsize=10555768 CPUtime=0.84 cores=1,3,5,7
/proc/23658/task/23673/stat : 23673 (java) S 23656 23658 22575 0 -1 4202560 5866 0 0 0 84 0 0 0 15 0 19 0 834087838 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 5 0 0 0
[pid=23658/tid=23674] ppid=23656 vsize=10555768 CPUtime=1.29 cores=1,3,5,7
/proc/23658/task/23674/stat : 23674 (java) S 23656 23658 22575 0 -1 4202560 19202 0 0 0 126 3 0 0 15 0 19 0 834087838 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23675] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23675/stat : 23675 (java) S 23656 23658 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834087838 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708313 0 4 0 16800975 18446604461807732928 0 0 -1 3 0 0 0
[pid=23658/tid=23676] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23676/stat : 23676 (java) S 23656 23658 22575 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 834087838 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
[pid=23658/tid=23677] ppid=23656 vsize=10555768 CPUtime=0 cores=1,3,5,7
/proc/23658/task/23677/stat : 23677 (java) S 23656 23658 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834087851 10809106432 947058 33554432000 1073741824 1073778376 140733738675312 18446744073709551615 232347708928 0 4 0 16800975 18446604461807732928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10555768

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

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

[startup+1792.22 s]
/proc/loadavg: 2.00 2.04 2.01 3/495 23776
/proc/meminfo: memFree=18560800/32951124 swapFree=60688864/67111528
[pid=23658] ppid=23656 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/23658/stat : 23658 (java) Z 23656 23658 22575 0 -1 4203548 966842 0 1 0 179907 119 0 0 17 0 2 0 834087832 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23658/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.29
CPU time (s): 1800.34
CPU user time (s): 1799.08
CPU system time (s): 1.25881
CPU usage (%): 100.449
Max. virtual memory (cumulated for all children) (KiB): 10555768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.25881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 966842
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= 41362
involuntary context switches= 8488

runsolver used 8.11477 second user time and 19.626 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-05 00:01:37
IDJOB=3455882
IDBENCH=47894
IDSOLVER=1951
FILE ID=node132/3455882-1307224897
RUNJOBID= node132-1307215868-22594
PBS_JOBID= 13509092
Free space on /tmp= 73928 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=89-P1=13-P2=37-P3=97-P4=101-P5=107-P6=37-P7=19-P8=47-P9=127-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455882-1307224897/watcher-3455882-1307224897 -o /tmp/evaluation-result-3455882-1307224897/solver-3455882-1307224897 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455882-1307224897.opb

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

MD5SUM BENCH= b3aade8de77ac68c9aa967132edd1f5e
RANDOM SEED=173534674

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      22202008 kB
Buffers:        332840 kB
Cached:        3185016 kB
SwapCached:      15140 kB
Active:        4942644 kB
Inactive:      5536300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22202008 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:             580 kB
Writeback:         140 kB
AnonPages:     6954120 kB
Mapped:          27388 kB
Slab:           145880 kB
PageTables:      58076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119588784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node132 at 2011-06-05 00:31:31