Trace number 3456041

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)3 1800.29 1792.49

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=11-P1=2-P2=41-P3=47-P4=37-P5=17-P6=41-P7=43-P8=59-B.opb
MD5SUM703541714091bf2de3415b24b852b4fc
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.29765
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables144
Total number of constraints17
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 constraints17
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)288
Sum of products size (including duplicates)576
Number of different products288
Sum of products size576

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@761a626f
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3456041-1307661781.opb
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c #vars     432
0.11/0.16	c #constraints  601
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 288
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 313
10.00/8.69	c cleaning 0 clauses out of 5002 with flag 0/5002
26.54/24.97	c cleaning 0 clauses out of 11001 with flag 0/11001
62.52/60.60	c SATISFIABLE
62.52/60.60	c OPTIMIZING...
62.52/60.60	c Got one! Elapsed wall clock time (in seconds):60.495
62.52/60.60	o 53
91.31/89.20	c cleaning 0 clauses out of 22810 with flag 0/22810
104.68/102.55	c Got one! Elapsed wall clock time (in seconds):102.438
104.68/102.55	o 15
138.31/136.05	c cleaning 0 clauses out of 28016 with flag 0/28016
221.79/219.27	c cleaning 0 clauses out of 34017 with flag 0/34017
277.12/274.40	c Got one! Elapsed wall clock time (in seconds):274.293
277.12/274.40	o 13
287.56/284.85	c Got one! Elapsed wall clock time (in seconds):284.741
287.56/284.85	o 11
302.56/299.76	c cleaning 0 clauses out of 39646 with flag 0/39646
351.85/348.85	c Got one! Elapsed wall clock time (in seconds):348.736
351.85/348.85	o 3
388.29/385.19	c cleaning 0 clauses out of 45363 with flag 0/45363
531.20/527.60	c cleaning 0 clauses out of 51361 with flag 0/51361
680.34/676.21	c cleaning 0 clauses out of 58361 with flag 0/58361
982.97/977.88	c cleaning 0 clauses out of 66361 with flag 0/66361
1376.43/1369.97	c cleaning 0 clauses out of 75362 with flag 0/75362
1800.07/1792.31	c starts		: 83
1800.07/1792.31	c conflicts		: 79981
1800.07/1792.31	c decisions		: 87207
1800.07/1792.31	c propagations		: 1055821
1800.07/1792.31	c inspects		: 2626823036
1800.07/1792.31	c shortcuts		: 0
1800.07/1792.31	c learnt literals	: 0
1800.07/1792.31	c learnt binary clauses	: 0
1800.07/1792.31	c learnt ternary clauses	: 0
1800.07/1792.31	c learnt constraints	: 79980
1800.07/1792.31	c ignored constraints	: 0
1800.07/1792.31	c root simplifications	: 0
1800.07/1792.31	c removed literals (reason simplification)	: 0
1800.07/1792.31	c reason swapping (by a shorter reason)	: 0
1800.07/1792.31	c Calls to reduceDB	: 11
1800.07/1792.31	c number of reductions to clauses (during analyze)	: 0
1800.07/1792.31	c number of learned constraints concerned by reduction	: 0
1800.07/1792.31	c number of learning phase by resolution	: 0
1800.07/1792.31	c number of learning phase by cutting planes	: 0
1800.07/1792.31	c speed (assignments/second)	: 731.4494854045546
1800.07/1792.31	c non guided choices	1288
1800.07/1792.34	c learnt constraints type 
1800.07/1792.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 694
1800.07/1792.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 79287
1800.07/1792.34	c constraints type 
1800.07/1792.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 288
1800.07/1792.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 314
1800.07/1792.34	s SATISFIABLE
1800.07/1792.34	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 
1800.07/1792.34	c objective function=3
1800.07/1792.34	c Total wall clock time (in seconds): 1792.23

Verifier Data

OK	3

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.06 1.91 2/195 7003
/proc/meminfo: memFree=28680528/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/7003/stat : 7003 (java) R 7001 7003 5749 0 -1 4202496 557 0 0 0 0 0 0 0 25 0 1 0 858593562 23580672 301 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228090488597 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7003/statm: 5757 312 240 9 0 124 0

[startup+0.0640551 s]
/proc/loadavg: 2.05 2.06 1.91 2/195 7003
/proc/meminfo: memFree=28680528/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=10538320 CPUtime=0.05 cores=0,2,4,6
/proc/7003/stat : 7003 (java) S 7001 7003 5749 0 -1 4202496 11644 0 1 0 4 1 0 0 25 0 18 0 858593562 10791239680 11341 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 2634580 11343 1732 9 0 2625321 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10538320

[startup+0.101076 s]
/proc/loadavg: 2.05 2.06 1.91 2/195 7003
/proc/meminfo: memFree=28680528/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=10540104 CPUtime=0.11 cores=0,2,4,6
/proc/7003/stat : 7003 (java) S 7001 7003 5749 0 -1 4202496 13047 0 1 0 9 2 0 0 25 0 18 0 858593562 10793066496 12714 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 2635026 12714 2092 9 0 2625760 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540104

[startup+0.304919 s]
/proc/loadavg: 2.05 2.06 1.91 2/195 7003
/proc/meminfo: memFree=28680528/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=10545008 CPUtime=0.56 cores=0,2,4,6
/proc/7003/stat : 7003 (java) S 7001 7003 5749 0 -1 4202496 18569 0 1 0 53 3 0 0 25 0 19 0 858593562 10798088192 16770 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 2636252 16771 2197 9 0 2626986 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10545008

[startup+0.700971 s]
/proc/loadavg: 2.05 2.06 1.91 2/195 7003
/proc/meminfo: memFree=28680528/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=10558704 CPUtime=1.71 cores=0,2,4,6
/proc/7003/stat : 7003 (java) S 7001 7003 5749 0 -1 4202496 47437 0 1 0 165 6 0 0 25 0 19 0 858593562 10812112896 42682 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 2639676 42688 2221 9 0 2630410 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 10558704

[startup+1.50078 s]
/proc/loadavg: 2.05 2.06 1.91 3/214 7022
/proc/meminfo: memFree=28397060/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=10558704 CPUtime=2.82 cores=0,2,4,6
/proc/7003/stat : 7003 (java) S 7001 7003 5749 0 -1 4202496 132500 0 1 0 266 16 0 0 25 0 19 0 858593562 10812112896 127744 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 2639676 127750 2223 9 0 2630410 0
[pid=7003/tid=7005] ppid=7001 vsize=10558704 CPUtime=1.49 cores=0,2,4,6
/proc/7003/task/7005/stat : 7005 (java) R 7001 7003 5749 0 -1 4202560 118253 0 1 0 135 14 0 0 18 0 19 0 858593563 10812112896 127752 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 46912505545154 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7003/tid=7006] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7006/stat : 7006 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 127756 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7007] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7007/stat : 7007 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 127758 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7008] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7008/stat : 7008 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 127760 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7009] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7009/stat : 7009 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 127763 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7010] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7010/stat : 7010 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 127765 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7011] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7011/stat : 7011 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 127767 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7012] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7012/stat : 7012 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 127769 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7013] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7013/stat : 7013 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 127771 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7014] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7014/stat : 7014 (java) S 7001 7003 5749 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 858593566 10812112896 127773 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 0 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7015] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7015/stat : 7015 (java) S 7001 7003 5749 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858593566 10812112896 127776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7016] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7016/stat : 7016 (java) S 7001 7003 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858593566 10812112896 127777 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7017] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7017/stat : 7017 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10812112896 127778 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107274673 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7018] ppid=7001 vsize=10558704 CPUtime=0.74 cores=0,2,4,6
/proc/7003/task/7018/stat : 7018 (java) S 7001 7003 5749 0 -1 4202560 7257 0 0 0 73 1 0 0 25 0 19 0 858593569 10812112896 127780 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7019] ppid=7001 vsize=10558704 CPUtime=0.57 cores=0,2,4,6
/proc/7003/task/7019/stat : 7019 (java) S 7001 7003 5749 0 -1 4202560 5840 0 0 0 57 0 0 0 15 0 19 0 858593569 10812112896 127783 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7020] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7020/stat : 7020 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10812112896 127785 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7021] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7021/stat : 7021 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858593569 10812112896 127788 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7022] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7022/stat : 7022 (java) S 7001 7003 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858593580 10812112896 127791 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 10558704

[startup+3.10152 s]
/proc/loadavg: 2.04 2.06 1.91 3/214 7022
/proc/meminfo: memFree=27897340/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=10558704 CPUtime=4.44 cores=0,2,4,6
/proc/7003/stat : 7003 (java) S 7001 7003 5749 0 -1 4202496 309789 0 1 0 408 36 0 0 25 0 19 0 858593562 10812112896 305031 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 2639676 305036 2224 9 0 2630410 0
[pid=7003/tid=7005] ppid=7001 vsize=10558704 CPUtime=3.09 cores=0,2,4,6
/proc/7003/task/7005/stat : 7005 (java) R 7001 7003 5749 0 -1 4202560 295536 0 1 0 275 34 0 0 18 0 19 0 858593563 10812112896 305038 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 46912505608789 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7003/tid=7006] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7006/stat : 7006 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 305040 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7007] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7007/stat : 7007 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 305042 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7008] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7008/stat : 7008 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 305044 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7009] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7009/stat : 7009 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 305047 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7010] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7010/stat : 7010 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 305049 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7011] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7011/stat : 7011 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 305052 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7012] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7012/stat : 7012 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 305054 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7013] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7013/stat : 7013 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10812112896 305057 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7014] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7014/stat : 7014 (java) S 7001 7003 5749 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 858593566 10812112896 305059 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 0 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7015] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7015/stat : 7015 (java) S 7001 7003 5749 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858593566 10812112896 305061 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7016] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7016/stat : 7016 (java) S 7001 7003 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858593566 10812112896 305064 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7017] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7017/stat : 7017 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10812112896 305066 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107274673 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7018] ppid=7001 vsize=10558704 CPUtime=0.74 cores=0,2,4,6
/proc/7003/task/7018/stat : 7018 (java) S 7001 7003 5749 0 -1 4202560 7257 0 0 0 73 1 0 0 25 0 19 0 858593569 10812112896 305069 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7019] ppid=7001 vsize=10558704 CPUtime=0.59 cores=0,2,4,6
/proc/7003/task/7019/stat : 7019 (java) S 7001 7003 5749 0 -1 4202560 5843 0 0 0 59 0 0 0 15 0 19 0 858593569 10812112896 305071 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7020] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7020/stat : 7020 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10812112896 305073 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7021] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7021/stat : 7021 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858593569 10812112896 305075 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7022] ppid=7001 vsize=10558704 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7022/stat : 7022 (java) S 7001 7003 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858593580 10812112896 305078 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 10558704

[startup+6.30093 s]
/proc/loadavg: 2.04 2.06 1.91 3/214 7022
/proc/meminfo: memFree=26540912/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=10556080 CPUtime=7.67 cores=0,2,4,6
/proc/7003/stat : 7003 (java) S 7001 7003 5749 0 -1 4202496 626870 0 1 0 699 68 0 0 25 0 19 0 858593562 10809425920 620933 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 2639020 620938 2225 9 0 2629754 0
[pid=7003/tid=7005] ppid=7001 vsize=10556080 CPUtime=6.28 cores=0,2,4,6
/proc/7003/task/7005/stat : 7005 (java) R 7001 7003 5749 0 -1 4202560 612613 0 1 0 563 65 0 0 21 0 19 0 858593563 10809425920 620940 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 46912505609708 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7003/tid=7006] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7006/stat : 7006 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10809425920 620943 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7007] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7007/stat : 7007 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10809425920 620946 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7008] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7008/stat : 7008 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10809425920 620948 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7009] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7009/stat : 7009 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10809425920 620951 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7010] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7010/stat : 7010 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10809425920 620953 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7011] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7011/stat : 7011 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10809425920 620956 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7012] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7012/stat : 7012 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10809425920 620958 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7013] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7013/stat : 7013 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593565 10809425920 620961 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7014] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7014/stat : 7014 (java) S 7001 7003 5749 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 858593566 10809425920 620964 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 0 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7015] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7015/stat : 7015 (java) S 7001 7003 5749 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858593566 10809425920 620966 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7016] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7016/stat : 7016 (java) S 7001 7003 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858593566 10809425920 620969 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7017] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7017/stat : 7017 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10809425920 620971 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107274673 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7018] ppid=7001 vsize=10556080 CPUtime=0.74 cores=0,2,4,6
/proc/7003/task/7018/stat : 7018 (java) S 7001 7003 5749 0 -1 4202560 7257 0 0 0 73 1 0 0 18 0 19 0 858593569 10809425920 620974 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7019] ppid=7001 vsize=10556080 CPUtime=0.61 cores=0,2,4,6
/proc/7003/task/7019/stat : 7019 (java) S 7001 7003 5749 0 -1 4202560 5846 0 0 0 61 0 0 0 15 0 19 0 858593569 10809425920 620977 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7020] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7020/stat : 7020 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10809425920 620979 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7021] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7021/stat : 7021 (java) S 7001 7003 5749 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 858593569 10809425920 620981 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7022] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7022/stat : 7022 (java) S 7001 7003 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858593580 10809425920 620983 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 10556080

[startup+12.7008 s]

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

/proc/7003/task/7016/stat : 7016 (java) S 7001 7003 5749 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858593566 10809425920 947891 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7017] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7017/stat : 7017 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10809425920 947891 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107274673 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7018] ppid=7001 vsize=10556080 CPUtime=0.78 cores=0,2,4,6
/proc/7003/task/7018/stat : 7018 (java) S 7001 7003 5749 0 -1 4202560 7266 0 0 0 77 1 0 0 18 0 19 0 858593569 10809425920 947891 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7019] ppid=7001 vsize=10556080 CPUtime=0.84 cores=0,2,4,6
/proc/7003/task/7019/stat : 7019 (java) S 7001 7003 5749 0 -1 4202560 5891 0 0 0 83 1 0 0 15 0 19 0 858593569 10809425920 947891 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7020] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7020/stat : 7020 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10809425920 947891 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7021] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7021/stat : 7021 (java) S 7001 7003 5749 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 858593569 10809425920 947891 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7022] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7022/stat : 7022 (java) S 7001 7003 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858593580 10809425920 947891 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1669.7
Current children cumulated vsize (KiB) 10556080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/214 7130
/proc/meminfo: memFree=24805308/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=10556080 CPUtime=1729.87 cores=0,2,4,6
/proc/7003/stat : 7003 (java) S 7001 7003 5749 0 -1 4202496 956162 0 1 0 172877 110 0 0 25 0 19 0 858593562 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 2639020 948776 2256 9 0 2629754 0
[pid=7003/tid=7005] ppid=7001 vsize=10556080 CPUtime=1717.08 cores=0,2,4,6
/proc/7003/task/7005/stat : 7005 (java) R 7001 7003 5749 0 -1 4202560 846026 0 1 0 171618 90 0 0 25 0 19 0 858593563 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 46912505715576 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7003/tid=7006] ppid=7001 vsize=10556080 CPUtime=1.16 cores=0,2,4,6
/proc/7003/task/7006/stat : 7006 (java) S 7001 7003 5749 0 -1 4202560 11515 0 0 0 115 1 0 0 16 0 19 0 858593565 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7007] ppid=7001 vsize=10556080 CPUtime=1.04 cores=0,2,4,6
/proc/7003/task/7007/stat : 7007 (java) S 7001 7003 5749 0 -1 4202560 10522 0 0 0 103 1 0 0 15 0 19 0 858593565 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7008] ppid=7001 vsize=10556080 CPUtime=1.05 cores=0,2,4,6
/proc/7003/task/7008/stat : 7008 (java) S 7001 7003 5749 0 -1 4202560 11279 0 0 0 103 2 0 0 16 0 19 0 858593565 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7009] ppid=7001 vsize=10556080 CPUtime=0.94 cores=0,2,4,6
/proc/7003/task/7009/stat : 7009 (java) S 7001 7003 5749 0 -1 4202560 9933 0 0 0 93 1 0 0 15 0 19 0 858593565 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7010] ppid=7001 vsize=10556080 CPUtime=0.86 cores=0,2,4,6
/proc/7003/task/7010/stat : 7010 (java) S 7001 7003 5749 0 -1 4202560 7883 0 0 0 85 1 0 0 16 0 19 0 858593565 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7011] ppid=7001 vsize=10556080 CPUtime=1.08 cores=0,2,4,6
/proc/7003/task/7011/stat : 7011 (java) S 7001 7003 5749 0 -1 4202560 11479 0 0 0 107 1 0 0 16 0 19 0 858593565 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7012] ppid=7001 vsize=10556080 CPUtime=1.04 cores=0,2,4,6
/proc/7003/task/7012/stat : 7012 (java) S 7001 7003 5749 0 -1 4202560 10772 0 0 0 102 2 0 0 15 0 19 0 858593565 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7013] ppid=7001 vsize=10556080 CPUtime=0.92 cores=0,2,4,6
/proc/7003/task/7013/stat : 7013 (java) S 7001 7003 5749 0 -1 4202560 10968 0 0 0 91 1 0 0 15 0 19 0 858593565 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7014] ppid=7001 vsize=10556080 CPUtime=2.97 cores=0,2,4,6
/proc/7003/task/7014/stat : 7014 (java) S 7001 7003 5749 0 -1 4202560 11379 0 0 0 295 2 0 0 15 0 19 0 858593566 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 0 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7015] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7015/stat : 7015 (java) S 7001 7003 5749 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858593566 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7016] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7016/stat : 7016 (java) S 7001 7003 5749 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858593566 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7017] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7017/stat : 7017 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107274673 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7018] ppid=7001 vsize=10556080 CPUtime=0.78 cores=0,2,4,6
/proc/7003/task/7018/stat : 7018 (java) S 7001 7003 5749 0 -1 4202560 7266 0 0 0 77 1 0 0 18 0 19 0 858593569 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7019] ppid=7001 vsize=10556080 CPUtime=0.84 cores=0,2,4,6
/proc/7003/task/7019/stat : 7019 (java) S 7001 7003 5749 0 -1 4202560 5891 0 0 0 83 1 0 0 15 0 19 0 858593569 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7020] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7020/stat : 7020 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7021] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7021/stat : 7021 (java) S 7001 7003 5749 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 858593569 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7022] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7022/stat : 7022 (java) S 7001 7003 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858593580 10809425920 948776 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1729.87
Current children cumulated vsize (KiB) 10556080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/214 7132
/proc/meminfo: memFree=24772760/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=10556080 CPUtime=1790.07 cores=0,2,4,6
/proc/7003/stat : 7003 (java) S 7001 7003 5749 0 -1 4202496 957153 0 1 0 178897 110 0 0 25 0 19 0 858593562 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 2639020 949740 2256 9 0 2629754 0
[pid=7003/tid=7005] ppid=7001 vsize=10556080 CPUtime=1777 cores=0,2,4,6
/proc/7003/task/7005/stat : 7005 (java) R 7001 7003 5749 0 -1 4202560 846031 0 1 0 177610 90 0 0 25 0 19 0 858593563 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 46912505608892 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7003/tid=7006] ppid=7001 vsize=10556080 CPUtime=1.18 cores=0,2,4,6
/proc/7003/task/7006/stat : 7006 (java) S 7001 7003 5749 0 -1 4202560 11658 0 0 0 117 1 0 0 16 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7007] ppid=7001 vsize=10556080 CPUtime=1.07 cores=0,2,4,6
/proc/7003/task/7007/stat : 7007 (java) S 7001 7003 5749 0 -1 4202560 10645 0 0 0 106 1 0 0 15 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7008] ppid=7001 vsize=10556080 CPUtime=1.09 cores=0,2,4,6
/proc/7003/task/7008/stat : 7008 (java) S 7001 7003 5749 0 -1 4202560 11434 0 0 0 107 2 0 0 16 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7009] ppid=7001 vsize=10556080 CPUtime=0.97 cores=0,2,4,6
/proc/7003/task/7009/stat : 7009 (java) S 7001 7003 5749 0 -1 4202560 10049 0 0 0 96 1 0 0 16 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7010] ppid=7001 vsize=10556080 CPUtime=0.89 cores=0,2,4,6
/proc/7003/task/7010/stat : 7010 (java) S 7001 7003 5749 0 -1 4202560 7988 0 0 0 88 1 0 0 15 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7011] ppid=7001 vsize=10556080 CPUtime=1.13 cores=0,2,4,6
/proc/7003/task/7011/stat : 7011 (java) S 7001 7003 5749 0 -1 4202560 11691 0 0 0 112 1 0 0 16 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7012] ppid=7001 vsize=10556080 CPUtime=1.07 cores=0,2,4,6
/proc/7003/task/7012/stat : 7012 (java) S 7001 7003 5749 0 -1 4202560 10798 0 0 0 105 2 0 0 15 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7013] ppid=7001 vsize=10556080 CPUtime=0.97 cores=0,2,4,6
/proc/7003/task/7013/stat : 7013 (java) S 7001 7003 5749 0 -1 4202560 11068 0 0 0 96 1 0 0 15 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7014] ppid=7001 vsize=10556080 CPUtime=2.98 cores=0,2,4,6
/proc/7003/task/7014/stat : 7014 (java) S 7001 7003 5749 0 -1 4202560 11381 0 0 0 295 3 0 0 15 0 19 0 858593566 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 0 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7015] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7015/stat : 7015 (java) S 7001 7003 5749 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858593566 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7016] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7016/stat : 7016 (java) S 7001 7003 5749 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858593566 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7017] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7017/stat : 7017 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107274673 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7018] ppid=7001 vsize=10556080 CPUtime=0.78 cores=0,2,4,6
/proc/7003/task/7018/stat : 7018 (java) S 7001 7003 5749 0 -1 4202560 7266 0 0 0 77 1 0 0 18 0 19 0 858593569 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7019] ppid=7001 vsize=10556080 CPUtime=0.84 cores=0,2,4,6
/proc/7003/task/7019/stat : 7019 (java) S 7001 7003 5749 0 -1 4202560 5891 0 0 0 83 1 0 0 15 0 19 0 858593569 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7020] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7020/stat : 7020 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7021] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7021/stat : 7021 (java) S 7001 7003 5749 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 858593569 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7022] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7022/stat : 7022 (java) S 7001 7003 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858593580 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1790.07
Current children cumulated vsize (KiB) 10556080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 7132
/proc/meminfo: memFree=24772500/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=10556080 CPUtime=1800.07 cores=0,2,4,6
/proc/7003/stat : 7003 (java) S 7001 7003 5749 0 -1 4202496 957153 0 1 0 179897 110 0 0 25 0 19 0 858593562 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 2639020 949740 2256 9 0 2629754 0
[pid=7003/tid=7005] ppid=7001 vsize=10556080 CPUtime=1787.01 cores=0,2,4,6
/proc/7003/task/7005/stat : 7005 (java) R 7001 7003 5749 0 -1 4202560 846031 0 1 0 178611 90 0 0 25 0 19 0 858593563 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 46912505715334 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7003/tid=7006] ppid=7001 vsize=10556080 CPUtime=1.18 cores=0,2,4,6
/proc/7003/task/7006/stat : 7006 (java) S 7001 7003 5749 0 -1 4202560 11658 0 0 0 117 1 0 0 16 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7007] ppid=7001 vsize=10556080 CPUtime=1.07 cores=0,2,4,6
/proc/7003/task/7007/stat : 7007 (java) S 7001 7003 5749 0 -1 4202560 10645 0 0 0 106 1 0 0 15 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7008] ppid=7001 vsize=10556080 CPUtime=1.09 cores=0,2,4,6
/proc/7003/task/7008/stat : 7008 (java) S 7001 7003 5749 0 -1 4202560 11434 0 0 0 107 2 0 0 16 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 6 0 0 0
[pid=7003/tid=7009] ppid=7001 vsize=10556080 CPUtime=0.97 cores=0,2,4,6
/proc/7003/task/7009/stat : 7009 (java) S 7001 7003 5749 0 -1 4202560 10049 0 0 0 96 1 0 0 16 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7010] ppid=7001 vsize=10556080 CPUtime=0.89 cores=0,2,4,6
/proc/7003/task/7010/stat : 7010 (java) S 7001 7003 5749 0 -1 4202560 7988 0 0 0 88 1 0 0 15 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7011] ppid=7001 vsize=10556080 CPUtime=1.13 cores=0,2,4,6
/proc/7003/task/7011/stat : 7011 (java) S 7001 7003 5749 0 -1 4202560 11691 0 0 0 112 1 0 0 16 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7012] ppid=7001 vsize=10556080 CPUtime=1.07 cores=0,2,4,6
/proc/7003/task/7012/stat : 7012 (java) S 7001 7003 5749 0 -1 4202560 10798 0 0 0 105 2 0 0 15 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7013] ppid=7001 vsize=10556080 CPUtime=0.97 cores=0,2,4,6
/proc/7003/task/7013/stat : 7013 (java) S 7001 7003 5749 0 -1 4202560 11068 0 0 0 96 1 0 0 15 0 19 0 858593565 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7014] ppid=7001 vsize=10556080 CPUtime=2.98 cores=0,2,4,6
/proc/7003/task/7014/stat : 7014 (java) S 7001 7003 5749 0 -1 4202560 11381 0 0 0 295 3 0 0 15 0 19 0 858593566 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 0 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7015] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7015/stat : 7015 (java) S 7001 7003 5749 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858593566 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7016] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7016/stat : 7016 (java) S 7001 7003 5749 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858593566 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7017] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7017/stat : 7017 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107274673 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7018] ppid=7001 vsize=10556080 CPUtime=0.78 cores=0,2,4,6
/proc/7003/task/7018/stat : 7018 (java) S 7001 7003 5749 0 -1 4202560 7266 0 0 0 77 1 0 0 18 0 19 0 858593569 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 0 0 0 0
[pid=7003/tid=7019] ppid=7001 vsize=10556080 CPUtime=0.84 cores=0,2,4,6
/proc/7003/task/7019/stat : 7019 (java) S 7001 7003 5749 0 -1 4202560 5891 0 0 0 83 1 0 0 15 0 19 0 858593569 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7020] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7020/stat : 7020 (java) S 7001 7003 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858593569 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107266969 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
[pid=7003/tid=7021] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7021/stat : 7021 (java) S 7001 7003 5749 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 858593569 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 2 0 0 0
[pid=7003/tid=7022] ppid=7001 vsize=10556080 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7022/stat : 7022 (java) S 7001 7003 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858593580 10809425920 949740 33554432000 1073741824 1073778376 140737109560464 18446744073709551615 228107267584 0 4 0 16800975 18446604453946693632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10556080

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

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

[startup+1792.41 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 7132
/proc/meminfo: memFree=24772500/32951124 swapFree=67053960/67111528
[pid=7003] ppid=7001 vsize=0 CPUtime=1800.21 cores=0,2,4,6
/proc/7003/stat : 7003 (java) Z 7001 7003 5749 0 -1 4203548 957195 0 1 0 179904 117 0 0 17 0 2 0 858593562 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7003/statm: 0 0 0 0 0 0 0
[pid=7003/tid=7022] ppid=7001 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/7003/task/7022/stat : 7022 (java) R 7001 7003 5749 0 -1 4203588 7 0 0 0 0 6 0 0 18 0 2 0 858593580 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.49
CPU time (s): 1800.29
CPU user time (s): 1799.05
CPU system time (s): 1.24681
CPU usage (%): 100.436
Max. virtual memory (cumulated for all children) (KiB): 10558704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.24681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 957195
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= 41004
involuntary context switches= 31566

runsolver used 3.32549 second user time and 6.47002 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-10 01:23:01
IDJOB=3456041
IDBENCH=48053
IDSOLVER=1951
FILE ID=node142/3456041-1307661781
RUNJOBID= node142-1307659624-6488
PBS_JOBID= 13549407
Free space on /tmp= 74148 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=11-P1=2-P2=41-P3=47-P4=37-P5=17-P6=41-P7=43-P8=59-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456041-1307661781/watcher-3456041-1307661781 -o /tmp/evaluation-result-3456041-1307661781/solver-3456041-1307661781 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456041-1307661781.opb

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

MD5SUM BENCH= 703541714091bf2de3415b24b852b4fc
RANDOM SEED=2004687880

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28681056 kB
Buffers:        120668 kB
Cached:         363368 kB
SwapCached:      11412 kB
Active:        3815836 kB
Inactive:       277504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28681056 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:     3606280 kB
Mapped:          21184 kB
Slab:           105276 kB
PageTables:      11664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10562092 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= 74148 MiB
End job on node142 at 2011-06-10 01:52:55