Trace number 3455895

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.36 1791.91

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=5-P1=13-P2=29-P3=13-P4=7-P5=5-P6=37-P7=7-P8=29-B.opb
MD5SUM1a5734774d9497f5914e33a08764abe1
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.026995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of 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 constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)200
Sum of products size (including duplicates)400
Number of different products200
Sum of products size400

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@761a626f
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3455895-1307224940.opb
0.00/0.11	c reading problem ... 
0.12/0.16	c ... done. Wall clock time 0.045s.
0.12/0.16	c #vars     320
0.12/0.16	c #constraints  425
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
0.12/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 225
2.57/1.23	c SATISFIABLE
2.57/1.23	c OPTIMIZING...
2.57/1.23	c Got one! Elapsed wall clock time (in seconds):1.117
2.57/1.23	o 31
7.35/5.93	c cleaning 0 clauses out of 5516 with flag 0/5516
12.01/10.50	c Got one! Elapsed wall clock time (in seconds):10.392
12.01/10.50	o 29
17.63/16.01	c Got one! Elapsed wall clock time (in seconds):15.897
17.63/16.01	o 7
19.24/17.68	c Got one! Elapsed wall clock time (in seconds):17.574
19.24/17.68	o 5
23.09/21.42	c cleaning 0 clauses out of 11746 with flag 0/11746
32.91/31.30	c Got one! Elapsed wall clock time (in seconds):31.194
32.91/31.30	o 3
47.19/45.43	c cleaning 0 clauses out of 17714 with flag 0/17714
93.09/91.10	c cleaning 0 clauses out of 23713 with flag 0/23713
159.26/157.00	c cleaning 0 clauses out of 30713 with flag 0/30713
296.26/293.70	c cleaning 0 clauses out of 38713 with flag 0/38713
521.24/517.91	c cleaning 0 clauses out of 47715 with flag 0/47715
854.41/849.81	c cleaning 0 clauses out of 57715 with flag 0/57715
1296.16/1289.91	c cleaning 0 clauses out of 67714 with flag 0/67714
1800.09/1791.73	c starts		: 83
1800.09/1791.73	c conflicts		: 74864
1800.09/1791.73	c decisions		: 83004
1800.09/1791.73	c propagations		: 984861
1800.09/1791.73	c inspects		: 2585628129
1800.09/1791.73	c shortcuts		: 0
1800.09/1791.73	c learnt literals	: 0
1800.09/1791.73	c learnt binary clauses	: 1
1800.09/1791.73	c learnt ternary clauses	: 0
1800.09/1791.73	c learnt constraints	: 74863
1800.09/1791.73	c ignored constraints	: 0
1800.09/1791.73	c root simplifications	: 0
1800.09/1791.73	c removed literals (reason simplification)	: 0
1800.09/1791.73	c reason swapping (by a shorter reason)	: 0
1800.09/1791.73	c Calls to reduceDB	: 9
1800.09/1791.73	c number of reductions to clauses (during analyze)	: 0
1800.09/1791.73	c number of learned constraints concerned by reduction	: 0
1800.09/1791.73	c number of learning phase by resolution	: 0
1800.09/1791.73	c number of learning phase by cutting planes	: 0
1800.09/1791.73	c speed (assignments/second)	: 559.4456559588235
1800.09/1791.73	c non guided choices	839
1800.09/1791.75	c learnt constraints type 
1800.09/1791.75	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 844
1800.09/1791.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74019
1800.09/1791.75	c constraints type 
1800.09/1791.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.09/1791.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
1800.09/1791.75	s SATISFIABLE
1800.09/1791.75	v x1 x2 -x3 -x4 -x5 x6 x7 -x8 -x9 -x10 x11 x12 -x13 -x14 -x15 x16 -x17 x18 x19 x20 x21 -x22 -x23 -x24 x25 x26 x27 x28 x29 x30 x31 -x32 -x33 x34 -x35 x36 x37 -x38 x39 -x40 x41 x42 x43 x44 x45 x46 -x47 -x48 x49 -x50 x51 x52 -x53 x54 x55 x56 x57 x58 x59 -x60 x61 x62 x63 x64 x65 x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 x74 -x75 x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 x95 x96 x97 x98 -x99 -x100 -x101 x102 x103 x104 x105 -x106 -x107 -x108 -x109 -x110 x111 x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 
1800.09/1791.75	c objective function=3
1800.09/1791.75	c Total wall clock time (in seconds): 1791.645

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-3455895-1307224940/watcher-3455895-1307224940 -o /tmp/evaluation-result-3455895-1307224940/solver-3455895-1307224940 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455895-1307224940.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: 1.92 2.01 1.99 2/593 6734
/proc/meminfo: memFree=19329184/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 1192 0 0 0 0 0 0 0 25 0 2 0 834091771 31313920 919 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 7645 925 703 9 0 383 0
[pid=6734/tid=6735] ppid=6732 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 7454 0 1 0 0 0 0 0 25 0 2 0 834091771 10694979584 8270 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212687369275 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.120103 s]
/proc/loadavg: 1.92 2.01 1.99 2/593 6734
/proc/meminfo: memFree=19329184/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=10539852 CPUtime=0.12 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 13384 0 1 0 11 1 0 0 25 0 18 0 834091771 10792808448 13044 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 2634963 13044 2134 9 0 2625697 0
[pid=6734/tid=6735] ppid=6732 vsize=10539852 CPUtime=0.1 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 11355 0 1 0 9 1 0 0 18 0 18 0 834091771 10792808448 13045 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 47057256639315 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10539852

[startup+0.223058 s]
/proc/loadavg: 1.92 2.01 1.99 2/593 6734
/proc/meminfo: memFree=19329184/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=10541932 CPUtime=0.29 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 14578 0 1 0 27 2 0 0 25 0 19 0 834091771 10794938368 14162 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 2635483 14162 2177 9 0 2626217 0
[pid=6734/tid=6735] ppid=6732 vsize=10541932 CPUtime=0.2 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 12007 0 1 0 19 1 0 0 19 0 19 0 834091771 10794938368 14164 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10541932

[startup+0.32106 s]
/proc/loadavg: 1.92 2.01 1.99 2/593 6734
/proc/meminfo: memFree=19329184/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=10545824 CPUtime=0.61 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 20364 0 1 0 58 3 0 0 25 0 19 0 834091771 10798923776 18205 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 2636456 18206 2188 9 0 2627190 0
[pid=6734/tid=6735] ppid=6732 vsize=10545824 CPUtime=0.31 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 13290 0 1 0 30 1 0 0 18 0 19 0 834091771 10798923776 18208 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 46912505533612 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 10545824

[startup+0.935952 s]
/proc/loadavg: 1.92 2.01 1.99 2/593 6734
/proc/meminfo: memFree=19329184/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=10618968 CPUtime=2.28 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 71646 0 1 0 218 10 0 0 25 0 19 0 834091771 10873823232 64286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 2654742 64291 2217 9 0 2645476 0
[pid=6734/tid=6735] ppid=6732 vsize=10618968 CPUtime=0.9 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 53840 0 1 0 84 6 0 0 18 0 19 0 834091771 10873823232 64293 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 46912505533608 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10618968

[startup+1.50088 s]
/proc/loadavg: 1.92 2.01 1.99 3/612 6753
/proc/meminfo: memFree=18827700/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=10618968 CPUtime=2.88 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 135065 0 1 0 269 19 0 0 25 0 19 0 834091771 10873823232 127704 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 2654742 127705 2219 9 0 2645476 0
[pid=6734/tid=6735] ppid=6732 vsize=10618968 CPUtime=1.49 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 118855 0 1 0 133 16 0 0 18 0 19 0 834091771 10873823232 129310 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 46912505633125 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6734/tid=6737] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6737/stat : 6737 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 129313 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6738] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6738/stat : 6738 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 129314 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6739] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6739/stat : 6739 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 129316 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6740] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6740/stat : 6740 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 129319 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6741] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6741/stat : 6741 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 129323 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6742] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6742/stat : 6742 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 129326 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6743] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6743/stat : 6743 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 129330 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6744] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6744/stat : 6744 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 129333 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6745] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6745/stat : 6745 (java) S 6732 6734 5603 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834091774 10873823232 129337 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 0 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6746] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6746/stat : 6746 (java) S 6732 6734 5603 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834091774 10873823232 129340 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6747] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6747/stat : 6747 (java) S 6732 6734 5603 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834091774 10873823232 129344 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6748] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6748/stat : 6748 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 129347 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699498929 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6749] ppid=6732 vsize=10618968 CPUtime=0.68 cores=0,2,4,6
/proc/6734/task/6749/stat : 6749 (java) S 6732 6734 5603 0 -1 4202560 8329 0 0 0 67 1 0 0 17 0 19 0 834091777 10873823232 129351 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6750] ppid=6732 vsize=10618968 CPUtime=0.69 cores=0,2,4,6
/proc/6734/task/6750/stat : 6750 (java) S 6732 6734 5603 0 -1 4202560 8328 0 0 0 69 0 0 0 15 0 19 0 834091777 10873823232 129355 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6751] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6751/stat : 6751 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 129359 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6752] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6752/stat : 6752 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834091777 10873823232 129362 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6753] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6753/stat : 6753 (java) S 6732 6734 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834091787 10873823232 129366 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 10618968

[startup+3.10159 s]
/proc/loadavg: 1.92 2.01 1.99 3/612 6754
/proc/meminfo: memFree=18339016/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=10618968 CPUtime=4.52 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 308079 0 1 0 412 40 0 0 25 0 19 0 834091771 10873823232 300716 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 2654742 300720 2219 9 0 2645476 0
[pid=6734/tid=6735] ppid=6732 vsize=10618968 CPUtime=3.06 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 290264 0 1 0 270 36 0 0 19 0 19 0 834091771 10873823232 300723 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 46912505523121 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6734/tid=6737] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6737/stat : 6737 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 300725 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6738] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6738/stat : 6738 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 300728 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6739] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6739/stat : 6739 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 300730 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6740] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6740/stat : 6740 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 300733 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6741] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6741/stat : 6741 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 300735 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6742] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6742/stat : 6742 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 300738 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6743] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6743/stat : 6743 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 300741 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6744] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6744/stat : 6744 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091773 10873823232 300743 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6745] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6745/stat : 6745 (java) S 6732 6734 5603 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 834091774 10873823232 300746 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 0 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6746] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6746/stat : 6746 (java) S 6732 6734 5603 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834091774 10873823232 300749 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6747] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6747/stat : 6747 (java) S 6732 6734 5603 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834091774 10873823232 300751 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6748] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6748/stat : 6748 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 300755 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699498929 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6749] ppid=6732 vsize=10618968 CPUtime=0.68 cores=0,2,4,6
/proc/6734/task/6749/stat : 6749 (java) S 6732 6734 5603 0 -1 4202560 8329 0 0 0 67 1 0 0 15 0 19 0 834091777 10873823232 300759 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6750] ppid=6732 vsize=10618968 CPUtime=0.74 cores=0,2,4,6
/proc/6734/task/6750/stat : 6750 (java) S 6732 6734 5603 0 -1 4202560 8333 0 0 0 74 0 0 0 15 0 19 0 834091777 10873823232 300763 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6751] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6751/stat : 6751 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 300766 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6752] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6752/stat : 6752 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834091777 10873823232 300768 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6753] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6753/stat : 6753 (java) S 6732 6734 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834091787 10873823232 300770 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 10618968

[startup+6.30095 s]
/proc/loadavg: 1.93 2.01 1.99 3/612 6754
/proc/meminfo: memFree=16951696/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=10618968 CPUtime=7.81 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 610819 0 1 0 709 72 0 0 25 0 19 0 834091771 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 2654742 601933 2249 9 0 2645476 0
[pid=6734/tid=6735] ppid=6732 vsize=10618968 CPUtime=6.17 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 586306 0 1 0 549 68 0 0 25 0 19 0 834091771 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 46912505523181 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6734/tid=6737] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6737/stat : 6737 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834091773 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6738] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6738/stat : 6738 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834091773 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6739] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6739/stat : 6739 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834091773 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6740] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6740/stat : 6740 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834091773 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6741] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6741/stat : 6741 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834091773 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6742] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6742/stat : 6742 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834091773 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6743] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6743/stat : 6743 (java) S 6732 6734 5603 0 -1 4202560 943 0 0 0 0 0 0 0 18 0 19 0 834091773 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6744] ppid=6732 vsize=10618968 CPUtime=0.02 cores=0,2,4,6
/proc/6734/task/6744/stat : 6744 (java) S 6732 6734 5603 0 -1 4202560 2187 0 0 0 2 0 0 0 18 0 19 0 834091773 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6745] ppid=6732 vsize=10618968 CPUtime=0.04 cores=0,2,4,6
/proc/6734/task/6745/stat : 6745 (java) S 6732 6734 5603 0 -1 4202560 3531 0 0 0 4 0 0 0 15 0 19 0 834091774 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 0 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6746] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6746/stat : 6746 (java) S 6732 6734 5603 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 834091774 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6747] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6747/stat : 6747 (java) S 6732 6734 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834091774 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6748] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6748/stat : 6748 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699498929 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6749] ppid=6732 vsize=10618968 CPUtime=0.73 cores=0,2,4,6
/proc/6734/task/6749/stat : 6749 (java) S 6732 6734 5603 0 -1 4202560 8351 0 0 0 72 1 0 0 15 0 19 0 834091777 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6750] ppid=6732 vsize=10618968 CPUtime=0.78 cores=0,2,4,6
/proc/6734/task/6750/stat : 6750 (java) S 6732 6734 5603 0 -1 4202560 8344 0 0 0 78 0 0 0 15 0 19 0 834091777 10873823232 601933 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0

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

/proc/6734/task/6747/stat : 6747 (java) S 6732 6734 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834091774 10873823232 939816 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6748] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6748/stat : 6748 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 939816 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699498929 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6749] ppid=6732 vsize=10618968 CPUtime=0.8 cores=0,2,4,6
/proc/6734/task/6749/stat : 6749 (java) S 6732 6734 5603 0 -1 4202560 8362 0 0 0 79 1 0 0 16 0 19 0 834091777 10873823232 939816 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6750] ppid=6732 vsize=10618968 CPUtime=0.9 cores=0,2,4,6
/proc/6734/task/6750/stat : 6750 (java) S 6732 6734 5603 0 -1 4202560 8370 0 0 0 90 0 0 0 15 0 19 0 834091777 10873823232 939816 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6751] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6751/stat : 6751 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 939816 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6752] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6752/stat : 6752 (java) S 6732 6734 5603 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 834091777 10873823232 939816 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6753] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6753/stat : 6753 (java) S 6732 6734 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834091787 10873823232 939816 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1670.13
Current children cumulated vsize (KiB) 10618968

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/612 6850
/proc/meminfo: memFree=15900004/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=10618968 CPUtime=1730.39 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 951579 0 1 0 172921 118 0 0 25 0 19 0 834091771 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 2654742 941286 2257 9 0 2645476 0
[pid=6734/tid=6735] ppid=6732 vsize=10618968 CPUtime=1717.4 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 847883 0 1 0 171642 98 0 0 25 0 19 0 834091771 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 46912505580561 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6734/tid=6737] ppid=6732 vsize=10618968 CPUtime=1.32 cores=0,2,4,6
/proc/6734/task/6737/stat : 6737 (java) S 6732 6734 5603 0 -1 4202560 10113 0 0 0 131 1 0 0 15 0 19 0 834091773 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6738] ppid=6732 vsize=10618968 CPUtime=1.09 cores=0,2,4,6
/proc/6734/task/6738/stat : 6738 (java) S 6732 6734 5603 0 -1 4202560 6025 0 0 0 108 1 0 0 16 0 19 0 834091773 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6739] ppid=6732 vsize=10618968 CPUtime=1.23 cores=0,2,4,6
/proc/6734/task/6739/stat : 6739 (java) S 6732 6734 5603 0 -1 4202560 8018 0 0 0 122 1 0 0 15 0 19 0 834091773 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6740] ppid=6732 vsize=10618968 CPUtime=1.37 cores=0,2,4,6
/proc/6734/task/6740/stat : 6740 (java) S 6732 6734 5603 0 -1 4202560 10392 0 0 0 136 1 0 0 16 0 19 0 834091773 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6741] ppid=6732 vsize=10618968 CPUtime=1.03 cores=0,2,4,6
/proc/6734/task/6741/stat : 6741 (java) S 6732 6734 5603 0 -1 4202560 7221 0 0 0 102 1 0 0 15 0 19 0 834091773 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 2 0 0 0
[pid=6734/tid=6742] ppid=6732 vsize=10618968 CPUtime=1.22 cores=0,2,4,6
/proc/6734/task/6742/stat : 6742 (java) S 6732 6734 5603 0 -1 4202560 10205 0 0 0 121 1 0 0 15 0 19 0 834091773 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6743] ppid=6732 vsize=10618968 CPUtime=1.02 cores=0,2,4,6
/proc/6734/task/6743/stat : 6743 (java) S 6732 6734 5603 0 -1 4202560 10340 0 0 0 101 1 0 0 16 0 19 0 834091773 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6744] ppid=6732 vsize=10618968 CPUtime=1.09 cores=0,2,4,6
/proc/6734/task/6744/stat : 6744 (java) S 6732 6734 5603 0 -1 4202560 10949 0 0 0 108 1 0 0 16 0 19 0 834091773 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 2 0 0 0
[pid=6734/tid=6745] ppid=6732 vsize=10618968 CPUtime=1.77 cores=0,2,4,6
/proc/6734/task/6745/stat : 6745 (java) S 6732 6734 5603 0 -1 4202560 12452 0 0 0 174 3 0 0 15 0 19 0 834091774 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 0 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6746] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6746/stat : 6746 (java) S 6732 6734 5603 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 834091774 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6747] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6747/stat : 6747 (java) S 6732 6734 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834091774 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6748] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6748/stat : 6748 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699498929 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6749] ppid=6732 vsize=10618968 CPUtime=0.8 cores=0,2,4,6
/proc/6734/task/6749/stat : 6749 (java) S 6732 6734 5603 0 -1 4202560 8362 0 0 0 79 1 0 0 16 0 19 0 834091777 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6750] ppid=6732 vsize=10618968 CPUtime=0.9 cores=0,2,4,6
/proc/6734/task/6750/stat : 6750 (java) S 6732 6734 5603 0 -1 4202560 8370 0 0 0 90 0 0 0 15 0 19 0 834091777 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6751] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6751/stat : 6751 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6752] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6752/stat : 6752 (java) S 6732 6734 5603 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 834091777 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6753] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6753/stat : 6753 (java) S 6732 6734 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834091787 10873823232 941286 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1730.39
Current children cumulated vsize (KiB) 10618968

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/612 6852
/proc/meminfo: memFree=15884580/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=10618968 CPUtime=1790.63 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 954827 0 1 0 178944 119 0 0 25 0 19 0 834091771 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 2654742 944394 2257 9 0 2645476 0
[pid=6734/tid=6735] ppid=6732 vsize=10618968 CPUtime=1777.29 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 847887 0 1 0 177631 98 0 0 25 0 19 0 834091771 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 46912506069351 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6734/tid=6737] ppid=6732 vsize=10618968 CPUtime=1.37 cores=0,2,4,6
/proc/6734/task/6737/stat : 6737 (java) S 6732 6734 5603 0 -1 4202560 10769 0 0 0 136 1 0 0 15 0 19 0 834091773 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6738] ppid=6732 vsize=10618968 CPUtime=1.14 cores=0,2,4,6
/proc/6734/task/6738/stat : 6738 (java) S 6732 6734 5603 0 -1 4202560 6216 0 0 0 113 1 0 0 16 0 19 0 834091773 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6739] ppid=6732 vsize=10618968 CPUtime=1.28 cores=0,2,4,6
/proc/6734/task/6739/stat : 6739 (java) S 6732 6734 5603 0 -1 4202560 8222 0 0 0 127 1 0 0 16 0 19 0 834091773 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 2 0 0 0
[pid=6734/tid=6740] ppid=6732 vsize=10618968 CPUtime=1.42 cores=0,2,4,6
/proc/6734/task/6740/stat : 6740 (java) S 6732 6734 5603 0 -1 4202560 10687 0 0 0 141 1 0 0 16 0 19 0 834091773 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6741] ppid=6732 vsize=10618968 CPUtime=1.09 cores=0,2,4,6
/proc/6734/task/6741/stat : 6741 (java) S 6732 6734 5603 0 -1 4202560 8145 0 0 0 108 1 0 0 16 0 19 0 834091773 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6742] ppid=6732 vsize=10618968 CPUtime=1.24 cores=0,2,4,6
/proc/6734/task/6742/stat : 6742 (java) S 6732 6734 5603 0 -1 4202560 10226 0 0 0 123 1 0 0 16 0 19 0 834091773 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6743] ppid=6732 vsize=10618968 CPUtime=1.05 cores=0,2,4,6
/proc/6734/task/6743/stat : 6743 (java) S 6732 6734 5603 0 -1 4202560 10905 0 0 0 104 1 0 0 15 0 19 0 834091773 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6744] ppid=6732 vsize=10618968 CPUtime=1.13 cores=0,2,4,6
/proc/6734/task/6744/stat : 6744 (java) S 6732 6734 5603 0 -1 4202560 11329 0 0 0 111 2 0 0 15 0 19 0 834091773 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 2 0 0 0
[pid=6734/tid=6745] ppid=6732 vsize=10618968 CPUtime=1.77 cores=0,2,4,6
/proc/6734/task/6745/stat : 6745 (java) S 6732 6734 5603 0 -1 4202560 12456 0 0 0 174 3 0 0 15 0 19 0 834091774 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 0 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6746] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6746/stat : 6746 (java) S 6732 6734 5603 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 834091774 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6747] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6747/stat : 6747 (java) S 6732 6734 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834091774 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6748] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6748/stat : 6748 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699498929 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6749] ppid=6732 vsize=10618968 CPUtime=0.8 cores=0,2,4,6
/proc/6734/task/6749/stat : 6749 (java) S 6732 6734 5603 0 -1 4202560 8362 0 0 0 79 1 0 0 16 0 19 0 834091777 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6750] ppid=6732 vsize=10618968 CPUtime=0.9 cores=0,2,4,6
/proc/6734/task/6750/stat : 6750 (java) S 6732 6734 5603 0 -1 4202560 8370 0 0 0 90 0 0 0 15 0 19 0 834091777 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6751] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6751/stat : 6751 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6752] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6752/stat : 6752 (java) S 6732 6734 5603 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834091777 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6753] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6753/stat : 6753 (java) S 6732 6734 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834091787 10873823232 944394 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1790.63
Current children cumulated vsize (KiB) 10618968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.7 s]
/proc/loadavg: 2.01 2.03 2.00 3/612 6852
/proc/meminfo: memFree=15882080/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=10618968 CPUtime=1800.09 cores=0,2,4,6
/proc/6734/stat : 6734 (java) S 6732 6734 5603 0 -1 4202496 955660 0 1 0 179890 119 0 0 25 0 19 0 834091771 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 2654742 945189 2257 9 0 2645476 0
[pid=6734/tid=6735] ppid=6732 vsize=10618968 CPUtime=1786.69 cores=0,2,4,6
/proc/6734/task/6735/stat : 6735 (java) R 6732 6734 5603 0 -1 4202560 847888 0 1 0 178571 98 0 0 25 0 19 0 834091771 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 46912505548144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6734/tid=6737] ppid=6732 vsize=10618968 CPUtime=1.39 cores=0,2,4,6
/proc/6734/task/6737/stat : 6737 (java) S 6732 6734 5603 0 -1 4202560 10938 0 0 0 138 1 0 0 16 0 19 0 834091773 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6738] ppid=6732 vsize=10618968 CPUtime=1.16 cores=0,2,4,6
/proc/6734/task/6738/stat : 6738 (java) S 6732 6734 5603 0 -1 4202560 6398 0 0 0 115 1 0 0 16 0 19 0 834091773 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 2 0 0 0
[pid=6734/tid=6739] ppid=6732 vsize=10618968 CPUtime=1.28 cores=0,2,4,6
/proc/6734/task/6739/stat : 6739 (java) S 6732 6734 5603 0 -1 4202560 8222 0 0 0 127 1 0 0 15 0 19 0 834091773 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 2 0 0 0
[pid=6734/tid=6740] ppid=6732 vsize=10618968 CPUtime=1.42 cores=0,2,4,6
/proc/6734/task/6740/stat : 6740 (java) S 6732 6734 5603 0 -1 4202560 10687 0 0 0 141 1 0 0 16 0 19 0 834091773 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6741] ppid=6732 vsize=10618968 CPUtime=1.11 cores=0,2,4,6
/proc/6734/task/6741/stat : 6741 (java) S 6732 6734 5603 0 -1 4202560 8259 0 0 0 110 1 0 0 16 0 19 0 834091773 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6742] ppid=6732 vsize=10618968 CPUtime=1.24 cores=0,2,4,6
/proc/6734/task/6742/stat : 6742 (java) S 6732 6734 5603 0 -1 4202560 10226 0 0 0 123 1 0 0 15 0 19 0 834091773 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6743] ppid=6732 vsize=10618968 CPUtime=1.07 cores=0,2,4,6
/proc/6734/task/6743/stat : 6743 (java) S 6732 6734 5603 0 -1 4202560 11272 0 0 0 106 1 0 0 16 0 19 0 834091773 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6744] ppid=6732 vsize=10618968 CPUtime=1.13 cores=0,2,4,6
/proc/6734/task/6744/stat : 6744 (java) S 6732 6734 5603 0 -1 4202560 11329 0 0 0 111 2 0 0 15 0 19 0 834091773 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 2 0 0 0
[pid=6734/tid=6745] ppid=6732 vsize=10618968 CPUtime=1.77 cores=0,2,4,6
/proc/6734/task/6745/stat : 6745 (java) S 6732 6734 5603 0 -1 4202560 12456 0 0 0 174 3 0 0 15 0 19 0 834091774 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 0 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6746] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6746/stat : 6746 (java) S 6732 6734 5603 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 834091774 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6747] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6747/stat : 6747 (java) S 6732 6734 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834091774 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6748] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6748/stat : 6748 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699498929 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6749] ppid=6732 vsize=10618968 CPUtime=0.8 cores=0,2,4,6
/proc/6734/task/6749/stat : 6749 (java) S 6732 6734 5603 0 -1 4202560 8362 0 0 0 79 1 0 0 16 0 19 0 834091777 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 4 0 0 0
[pid=6734/tid=6750] ppid=6732 vsize=10618968 CPUtime=0.9 cores=0,2,4,6
/proc/6734/task/6750/stat : 6750 (java) S 6732 6734 5603 0 -1 4202560 8370 0 0 0 90 0 0 0 15 0 19 0 834091777 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6751] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6751/stat : 6751 (java) S 6732 6734 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834091777 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491225 0 4 0 16800975 18446604441894024448 0 0 -1 6 0 0 0
[pid=6734/tid=6752] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6752/stat : 6752 (java) S 6732 6734 5603 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834091777 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
[pid=6734/tid=6753] ppid=6732 vsize=10618968 CPUtime=0 cores=0,2,4,6
/proc/6734/task/6753/stat : 6753 (java) S 6732 6734 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834091787 10873823232 945189 33554432000 1073741824 1073778376 140733867515728 18446744073709551615 212699491840 0 4 0 16800975 18446604441894024448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10618968

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

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

[startup+1791.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/612 6852
/proc/meminfo: memFree=15882080/32951124 swapFree=58940260/67111528
[pid=6734] ppid=6732 vsize=0 CPUtime=1800.34 cores=0,2,4,6
/proc/6734/stat : 6734 (java) Z 6732 6734 5603 0 -1 4203548 955701 0 1 0 179900 134 0 0 17 0 2 0 834091771 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6734/statm: 0 0 0 0 0 0 0
[pid=6734/tid=6753] ppid=6732 vsize=0 CPUtime=0.14 cores=0,2,4,6
/proc/6734/task/6753/stat : 6753 (java) R 6732 6734 5603 0 -1 4203588 7 0 0 0 0 14 0 0 18 0 2 0 834091787 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.91
CPU time (s): 1800.36
CPU user time (s): 1799
CPU system time (s): 1.35479
CPU usage (%): 100.471
Max. virtual memory (cumulated for all children) (KiB): 10618968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.35479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 955701
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= 41680
involuntary context switches= 19997

runsolver used 11.2693 second user time and 23.8604 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-05 00:02:20
IDJOB=3455895
IDBENCH=47907
IDSOLVER=1951
FILE ID=node139/3455895-1307224940
RUNJOBID= node139-1307215866-5621
PBS_JOBID= 13509085
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= 1a5734774d9497f5914e33a08764abe1
RANDOM SEED=284955863

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19329340 kB
Buffers:        291932 kB
Cached:         664360 kB
SwapCached:       3628 kB
Active:       12774032 kB
Inactive:       536484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19329340 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:             464 kB
Writeback:           0 kB
AnonPages:    12352396 kB
Mapped:          41164 kB
Slab:           153552 kB
PageTables:      87008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 181254924 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= 73472 MiB
End job on node139 at 2011-06-05 00:32:14