Trace number 3455907

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)129 1800.33 1793.21

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
MD5SUMc4232b649086935e0cf725c77927c83f
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.131979
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 variables144
Total number of constraints13
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 constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.1.v20110525
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.18-164.el5
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		9996466904
0.00/0.10	c Max memory 		10048897024
0.00/0.10	c Total memory 		10048897024
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3455907-1307225054.opb
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.065s.
0.09/0.19	c #vars     528
0.09/0.19	c #constraints  787
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
15.55/14.11	c cleaning 0 clauses out of 5001 with flag 0/5001
52.90/51.14	c cleaning 0 clauses out of 11000 with flag 0/11000
113.19/111.20	c cleaning 0 clauses out of 18001 with flag 0/18001
278.58/276.16	c cleaning 0 clauses out of 26002 with flag 0/26002
355.57/352.99	c SATISFIABLE
355.57/352.99	c OPTIMIZING...
355.57/352.99	c Got one! Elapsed wall clock time (in seconds):352.865
355.57/352.99	o 187
432.58/429.72	c cleaning 0 clauses out of 31136 with flag 0/31136
678.96/675.41	c cleaning 0 clauses out of 37138 with flag 0/37138
946.79/942.62	c cleaning 0 clauses out of 44137 with flag 0/44137
1042.39/1037.88	c Got one! Elapsed wall clock time (in seconds):1037.761
1042.39/1037.88	o 129
1237.03/1231.86	c cleaning 0 clauses out of 55313 with flag 0/55313
1516.01/1509.92	c cleaning 0 clauses out of 61314 with flag 0/61314
1800.10/1793.03	c starts		: 79
1800.10/1793.03	c conflicts		: 66094
1800.10/1793.03	c decisions		: 70331
1800.10/1793.03	c propagations		: 934052
1800.10/1793.03	c inspects		: 2433979741
1800.10/1793.03	c shortcuts		: 0
1800.10/1793.03	c learnt literals	: 0
1800.10/1793.04	c learnt binary clauses	: 0
1800.10/1793.04	c learnt ternary clauses	: 0
1800.10/1793.04	c learnt constraints	: 66093
1800.10/1793.04	c ignored constraints	: 0
1800.10/1793.04	c root simplifications	: 0
1800.10/1793.04	c removed literals (reason simplification)	: 0
1800.10/1793.04	c reason swapping (by a shorter reason)	: 0
1800.10/1793.04	c Calls to reduceDB	: 9
1800.10/1793.04	c number of reductions to clauses (during analyze)	: 0
1800.10/1793.04	c number of learned constraints concerned by reduction	: 0
1800.10/1793.04	c number of learning phase by resolution	: 0
1800.10/1793.04	c number of learning phase by cutting planes	: 0
1800.10/1793.04	c speed (assignments/second)	: 1236.9026715080633
1800.10/1793.04	c non guided choices	893
1800.10/1793.06	c learnt constraints type 
1800.10/1793.06	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 481
1800.10/1793.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 65612
1800.10/1793.06	c constraints type 
1800.10/1793.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
1800.10/1793.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 404
1800.10/1793.06	s SATISFIABLE
1800.10/1793.06	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.10/1793.06	c objective function=129
1800.10/1793.06	c Total wall clock time (in seconds): 1792.941

Verifier Data

OK	129

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 2/442 8196
/proc/meminfo: memFree=22158736/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 1316 0 0 0 0 0 0 0 25 0 2 0 834103579 36646912 1018 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 8947 1018 782 9 0 386 0
[pid=8196/tid=8197] ppid=8194 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) S 8194 8196 7124 0 -1 4202560 202 0 0 0 0 0 0 0 25 0 2 0 834103580 36646912 1018 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246516854342 0 0 0 16784584 5228385876945403903 0 0 -1 3 0 0 0

[startup+0.105478 s]
/proc/loadavg: 2.02 2.04 2.00 2/442 8196
/proc/meminfo: memFree=22158736/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=10540260 CPUtime=0.09 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 12905 0 1 0 8 1 0 0 25 0 18 0 834103579 10793226240 12602 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 2635065 12603 2083 9 0 2625799 0
[pid=8196/tid=8197] ppid=8194 vsize=10540260 CPUtime=0.07 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4202560 11008 0 1 0 6 1 0 0 18 0 18 0 834103580 10793226240 12603 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528660939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540260

[startup+0.205251 s]
/proc/loadavg: 2.02 2.04 2.00 2/442 8196
/proc/meminfo: memFree=22158736/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=10543092 CPUtime=0.25 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 14468 0 1 0 23 2 0 0 25 0 19 0 834103579 10796126208 13982 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 2635773 14011 2184 9 0 2626507 0
[pid=8196/tid=8197] ppid=8194 vsize=10543092 CPUtime=0.17 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4202560 11871 0 1 0 16 1 0 0 18 0 19 0 834103580 10796126208 14020 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 46912505228269 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10543092

[startup+0.300209 s]
/proc/loadavg: 2.02 2.04 2.00 2/442 8196
/proc/meminfo: memFree=22158736/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=10544140 CPUtime=0.51 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 16791 0 1 0 49 2 0 0 25 0 19 0 834103579 10797199360 15553 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 2636035 15553 2200 9 0 2626769 0
[pid=8196/tid=8197] ppid=8194 vsize=10544140 CPUtime=0.27 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4202560 12691 0 1 0 25 2 0 0 18 0 19 0 834103580 10797199360 15554 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10544140

[startup+0.701137 s]
/proc/loadavg: 2.02 2.04 2.00 2/442 8196
/proc/meminfo: memFree=22158736/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=10553336 CPUtime=1.63 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 40420 0 1 0 157 6 0 0 25 0 19 0 834103579 10806616064 35102 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 2638334 35125 2219 9 0 2629068 0
[pid=8196/tid=8197] ppid=8194 vsize=10553336 CPUtime=0.66 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4202560 27454 0 1 0 62 4 0 0 18 0 19 0 834103580 10806616064 35142 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 46912505569940 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 10553336

[startup+1.50101 s]
/proc/loadavg: 2.02 2.03 2.00 3/461 8215
/proc/meminfo: memFree=21880400/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=10553336 CPUtime=2.83 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 119155 0 1 0 268 15 0 0 25 0 19 0 834103579 10806616064 112478 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 2638334 112483 2225 9 0 2629068 0
[pid=8196/tid=8197] ppid=8194 vsize=10553336 CPUtime=1.46 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4202560 104977 0 1 0 133 13 0 0 19 0 19 0 834103580 10806616064 112486 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 46912505543880 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8196/tid=8199] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 112489 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8200] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 112491 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8201] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 112494 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8202] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 112497 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8203] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 112500 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8204] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 112503 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8205] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 112505 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8206] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 112508 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8207] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8196 7124 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834103584 10806616064 112511 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 0 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8208] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8196 7124 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834103584 10806616064 112514 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8209] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8196 7124 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 834103585 10806616064 112517 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8210] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103587 10806616064 112520 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528657841 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8211] ppid=8194 vsize=10553336 CPUtime=0.59 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8194 8196 7124 0 -1 4202560 4346 0 0 0 59 0 0 0 21 0 19 0 834103587 10806616064 112522 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8212] ppid=8194 vsize=10553336 CPUtime=0.75 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8194 8196 7124 0 -1 4202560 8678 0 0 0 74 1 0 0 15 0 19 0 834103587 10806616064 112524 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8213] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8194 8196 7124 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 834103587 10806616064 112526 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8214] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834103587 10806616064 112529 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8215] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8194 8196 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834103599 10806616064 112531 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 10553336

[startup+3.1007 s]
/proc/loadavg: 2.02 2.03 2.00 3/461 8215
/proc/meminfo: memFree=21429164/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=10553336 CPUtime=4.45 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 288945 0 1 0 410 35 0 0 25 0 19 0 834103579 10806616064 282268 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 2638334 282272 2225 9 0 2629068 0
[pid=8196/tid=8197] ppid=8194 vsize=10553336 CPUtime=3.07 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4202560 274762 0 1 0 274 33 0 0 24 0 19 0 834103580 10806616064 282273 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 46912505576648 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8196/tid=8199] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 282278 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8200] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 282281 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8201] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 282283 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8202] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 282285 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8203] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 282288 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8204] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 282292 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8205] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 282294 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8206] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10806616064 282296 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8207] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8196 7124 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834103584 10806616064 282298 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 0 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8208] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8196 7124 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834103584 10806616064 282300 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8209] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8196 7124 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 834103585 10806616064 282304 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8210] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103587 10806616064 282306 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528657841 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8211] ppid=8194 vsize=10553336 CPUtime=0.61 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8194 8196 7124 0 -1 4202560 4349 0 0 0 61 0 0 0 17 0 19 0 834103587 10806616064 282309 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8212] ppid=8194 vsize=10553336 CPUtime=0.75 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8194 8196 7124 0 -1 4202560 8678 0 0 0 74 1 0 0 15 0 19 0 834103587 10806616064 282311 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8213] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8194 8196 7124 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 834103587 10806616064 282313 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8214] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834103587 10806616064 282315 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8215] ppid=8194 vsize=10553336 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8194 8196 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834103599 10806616064 282317 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 10553336

[startup+6.30112 s]
/proc/loadavg: 2.02 2.03 2.00 3/461 8217
/proc/meminfo: memFree=20066148/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=10550940 CPUtime=7.67 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 613889 0 1 0 697 70 0 0 25 0 19 0 834103579 10804162560 606317 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 2637735 606321 2226 9 0 2628469 0
[pid=8196/tid=8197] ppid=8194 vsize=10550940 CPUtime=6.27 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4202560 599703 0 1 0 559 68 0 0 25 0 19 0 834103580 10804162560 606322 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 46912505559186 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8196/tid=8199] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10804162560 606326 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8200] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10804162560 606328 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8201] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10804162560 606333 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8202] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10804162560 606336 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8203] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10804162560 606338 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8204] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10804162560 606343 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8205] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10804162560 606346 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8206] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103583 10804162560 606348 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8207] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8196 7124 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 834103584 10804162560 606351 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 0 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8208] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8196 7124 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834103584 10804162560 606353 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8209] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8196 7124 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 834103585 10804162560 606355 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8210] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103587 10804162560 606357 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528657841 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8211] ppid=8194 vsize=10550940 CPUtime=0.61 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8194 8196 7124 0 -1 4202560 4349 0 0 0 61 0 0 0 16 0 19 0 834103587 10804162560 606361 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8212] ppid=8194 vsize=10550940 CPUtime=0.77 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8194 8196 7124 0 -1 4202560 8679 0 0 0 76 1 0 0 15 0 19 0 834103587 10804162560 606363 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0

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

[pid=8196/tid=8215] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8194 8196 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834103599 10804162560 953137 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1668.96
Current children cumulated vsize (KiB) 10550940

[startup+1722.3 s]
/proc/loadavg: 2.27 2.18 2.06 3/461 8312
/proc/meminfo: memFree=19167528/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=10550940 CPUtime=1729.12 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 964750 0 1 0 172803 109 0 0 25 0 19 0 834103579 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 2637735 955260 2256 9 0 2628469 0
[pid=8196/tid=8197] ppid=8194 vsize=10550940 CPUtime=1716.67 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4202560 831384 0 1 0 171574 93 0 0 25 0 19 0 834103580 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 46912506064857 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8196/tid=8199] ppid=8194 vsize=10550940 CPUtime=0.99 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8196 7124 0 -1 4202560 17160 0 0 0 97 2 0 0 15 0 19 0 834103583 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8200] ppid=8194 vsize=10550940 CPUtime=0.97 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8196 7124 0 -1 4202560 11617 0 0 0 96 1 0 0 16 0 19 0 834103583 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8201] ppid=8194 vsize=10550940 CPUtime=0.96 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8196 7124 0 -1 4202560 13089 0 0 0 95 1 0 0 15 0 19 0 834103583 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8202] ppid=8194 vsize=10550940 CPUtime=1.02 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8196 7124 0 -1 4202560 12615 0 0 0 101 1 0 0 15 0 19 0 834103583 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8203] ppid=8194 vsize=10550940 CPUtime=1.01 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8196 7124 0 -1 4202560 12237 0 0 0 100 1 0 0 16 0 19 0 834103583 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8204] ppid=8194 vsize=10550940 CPUtime=1.02 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8196 7124 0 -1 4202560 13973 0 0 0 101 1 0 0 15 0 19 0 834103583 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8205] ppid=8194 vsize=10550940 CPUtime=0.85 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8196 7124 0 -1 4202560 13619 0 0 0 84 1 0 0 16 0 19 0 834103583 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8206] ppid=8194 vsize=10550940 CPUtime=0.92 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8196 7124 0 -1 4202560 10849 0 0 0 91 1 0 0 15 0 19 0 834103583 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8207] ppid=8194 vsize=10550940 CPUtime=3.06 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8196 7124 0 -1 4202560 13895 0 0 0 304 2 0 0 15 0 19 0 834103584 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 0 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8208] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8196 7124 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834103584 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8209] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8196 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834103585 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8210] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103587 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528657841 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8211] ppid=8194 vsize=10550940 CPUtime=0.64 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8194 8196 7124 0 -1 4202560 4358 0 0 0 64 0 0 0 15 0 19 0 834103587 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8212] ppid=8194 vsize=10550940 CPUtime=0.91 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8194 8196 7124 0 -1 4202560 8703 0 0 0 90 1 0 0 15 0 19 0 834103587 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8213] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8194 8196 7124 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 834103587 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8214] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8194 8196 7124 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 834103587 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8215] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8194 8196 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834103599 10804162560 955260 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1729.12
Current children cumulated vsize (KiB) 10550940

[startup+1782.3 s]
/proc/loadavg: 2.14 2.16 2.06 3/461 8314
/proc/meminfo: memFree=19135120/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=10550940 CPUtime=1789.33 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 966600 0 1 0 178823 110 0 0 25 0 19 0 834103579 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 2637735 957054 2256 9 0 2628469 0
[pid=8196/tid=8197] ppid=8194 vsize=10550940 CPUtime=1776.58 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4202560 831389 0 1 0 177565 93 0 0 25 0 19 0 834103580 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 46912505559280 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8196/tid=8199] ppid=8194 vsize=10550940 CPUtime=1.02 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8196 7124 0 -1 4202560 17317 0 0 0 100 2 0 0 16 0 19 0 834103583 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8200] ppid=8194 vsize=10550940 CPUtime=1 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8196 7124 0 -1 4202560 11738 0 0 0 99 1 0 0 15 0 19 0 834103583 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8201] ppid=8194 vsize=10550940 CPUtime=1.01 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8196 7124 0 -1 4202560 13461 0 0 0 100 1 0 0 15 0 19 0 834103583 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8202] ppid=8194 vsize=10550940 CPUtime=1.05 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8196 7124 0 -1 4202560 12875 0 0 0 104 1 0 0 16 0 19 0 834103583 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8203] ppid=8194 vsize=10550940 CPUtime=1.06 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8196 7124 0 -1 4202560 12626 0 0 0 105 1 0 0 15 0 19 0 834103583 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8204] ppid=8194 vsize=10550940 CPUtime=1.05 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8196 7124 0 -1 4202560 14112 0 0 0 104 1 0 0 16 0 19 0 834103583 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8205] ppid=8194 vsize=10550940 CPUtime=0.89 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8196 7124 0 -1 4202560 13942 0 0 0 88 1 0 0 16 0 19 0 834103583 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8206] ppid=8194 vsize=10550940 CPUtime=0.93 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8196 7124 0 -1 4202560 10925 0 0 0 92 1 0 0 15 0 19 0 834103583 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8207] ppid=8194 vsize=10550940 CPUtime=3.06 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8196 7124 0 -1 4202560 13899 0 0 0 304 2 0 0 15 0 19 0 834103584 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 0 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8208] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8196 7124 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834103584 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8209] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8196 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834103585 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8210] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103587 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528657841 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8211] ppid=8194 vsize=10550940 CPUtime=0.64 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8194 8196 7124 0 -1 4202560 4358 0 0 0 64 0 0 0 15 0 19 0 834103587 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8212] ppid=8194 vsize=10550940 CPUtime=0.91 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8194 8196 7124 0 -1 4202560 8703 0 0 0 90 1 0 0 15 0 19 0 834103587 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8213] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8194 8196 7124 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 834103587 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8214] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8194 8196 7124 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834103587 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8215] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8194 8196 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834103599 10804162560 957054 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1789.33
Current children cumulated vsize (KiB) 10550940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793 s]
/proc/loadavg: 2.12 2.15 2.06 4/461 8314
/proc/meminfo: memFree=19133880/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=10550940 CPUtime=1800.1 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8196 7124 0 -1 4202496 966912 0 1 0 179900 110 0 0 25 0 19 0 834103579 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 2637735 957341 2256 9 0 2628469 0
[pid=8196/tid=8197] ppid=8194 vsize=10550940 CPUtime=1787.29 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4202560 831390 0 1 0 178636 93 0 0 25 0 19 0 834103580 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 46912505829048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8196/tid=8199] ppid=8194 vsize=10550940 CPUtime=1.02 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8196 7124 0 -1 4202560 17317 0 0 0 100 2 0 0 15 0 19 0 834103583 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8200] ppid=8194 vsize=10550940 CPUtime=1.02 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8196 7124 0 -1 4202560 11777 0 0 0 101 1 0 0 16 0 19 0 834103583 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8201] ppid=8194 vsize=10550940 CPUtime=1.03 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8196 7124 0 -1 4202560 13572 0 0 0 102 1 0 0 16 0 19 0 834103583 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8202] ppid=8194 vsize=10550940 CPUtime=1.05 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8196 7124 0 -1 4202560 12875 0 0 0 104 1 0 0 15 0 19 0 834103583 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8203] ppid=8194 vsize=10550940 CPUtime=1.06 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8196 7124 0 -1 4202560 12626 0 0 0 105 1 0 0 15 0 19 0 834103583 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8204] ppid=8194 vsize=10550940 CPUtime=1.06 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8196 7124 0 -1 4202560 14143 0 0 0 105 1 0 0 16 0 19 0 834103583 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8205] ppid=8194 vsize=10550940 CPUtime=0.89 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8196 7124 0 -1 4202560 13942 0 0 0 88 1 0 0 16 0 19 0 834103583 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 7 0 0 0
[pid=8196/tid=8206] ppid=8194 vsize=10550940 CPUtime=0.95 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8196 7124 0 -1 4202560 11055 0 0 0 94 1 0 0 16 0 19 0 834103583 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8207] ppid=8194 vsize=10550940 CPUtime=3.06 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8196 7124 0 -1 4202560 13899 0 0 0 304 2 0 0 16 0 19 0 834103584 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 0 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8208] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8196 7124 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834103584 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8209] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8196 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834103585 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8210] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8196 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834103587 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528657841 0 4 0 16800975 18446604458424988992 0 0 -1 3 0 0 0
[pid=8196/tid=8211] ppid=8194 vsize=10550940 CPUtime=0.64 cores=1,3,5,7
/proc/8196/task/8211/stat : 8211 (java) S 8194 8196 7124 0 -1 4202560 4358 0 0 0 64 0 0 0 15 0 19 0 834103587 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8212] ppid=8194 vsize=10550940 CPUtime=0.91 cores=1,3,5,7
/proc/8196/task/8212/stat : 8212 (java) S 8194 8196 7124 0 -1 4202560 8703 0 0 0 90 1 0 0 15 0 19 0 834103587 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8213] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8213/stat : 8213 (java) S 8194 8196 7124 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 834103587 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650137 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
[pid=8196/tid=8214] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8214/stat : 8214 (java) S 8194 8196 7124 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834103587 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 5 0 0 0
[pid=8196/tid=8215] ppid=8194 vsize=10550940 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8215/stat : 8215 (java) S 8194 8196 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834103599 10804162560 957341 33554432000 1073741824 1073778376 140735078410480 18446744073709551615 246528650752 0 4 0 16800975 18446604458424988992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10550940

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

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

[startup+1793.14 s]
/proc/loadavg: 2.12 2.15 2.06 4/461 8314
/proc/meminfo: memFree=19133880/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=0 CPUtime=1800.25 cores=1,3,5,7
/proc/8196/stat : 8196 (java) Z 8194 8196 7124 0 -1 4203548 966952 0 1 0 179908 117 0 0 17 0 2 0 834103579 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 0 0 0 0 0 0 0
[pid=8196/tid=8197] ppid=8194 vsize=0 CPUtime=1787.4 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4203588 831390 0 1 0 178640 100 0 0 25 0 2 0 834103580 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

[startup+1793.2 s]
/proc/loadavg: 2.12 2.15 2.06 4/461 8314
/proc/meminfo: memFree=19133880/32951124 swapFree=44043516/67111528
[pid=8196] ppid=8194 vsize=0 CPUtime=1800.31 cores=1,3,5,7
/proc/8196/stat : 8196 (java) Z 8194 8196 7124 0 -1 4203548 966952 0 1 0 179908 123 0 0 17 0 2 0 834103579 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8196/statm: 0 0 0 0 0 0 0
[pid=8196/tid=8197] ppid=8194 vsize=0 CPUtime=1787.46 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8196 7124 0 -1 4203588 831390 0 1 0 178640 106 0 0 25 0 2 0 834103580 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.21
CPU time (s): 1800.33
CPU user time (s): 1799.09
CPU system time (s): 1.24681
CPU usage (%): 100.397
Max. virtual memory (cumulated for all children) (KiB): 10554064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
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= 966952
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= 41001
involuntary context switches= 8958

runsolver used 7.67683 second user time and 17.7963 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-05 00:04:14
IDJOB=3455907
IDBENCH=47919
IDSOLVER=1951
FILE ID=node134/3455907-1307225054
RUNJOBID= node134-1307215868-7147
PBS_JOBID= 13509090
Free space on /tmp= 74020 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455907-1307225054/watcher-3455907-1307225054 -o /tmp/evaluation-result-3455907-1307225054/solver-3455907-1307225054 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455907-1307225054.opb

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

MD5SUM BENCH= c4232b649086935e0cf725c77927c83f
RANDOM SEED=1520512500

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22158876 kB
Buffers:        314816 kB
Cached:         808032 kB
SwapCached:       9536 kB
Active:        9722612 kB
Inactive:       768252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22158876 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:     9365924 kB
Mapped:          29396 kB
Slab:           138736 kB
PageTables:      96272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121127980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74016 MiB
End job on node134 at 2011-06-05 00:34:09