Trace number 3456225

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)-12 1800.24 1794.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456225-1307226658.opb
0.10/0.11	c reading problem ... 
0.48/0.39	c ... done. Wall clock time 0.282s.
0.48/0.39	c #vars     3262
0.48/0.39	c #constraints  6426
0.48/0.39	c constraints type 
0.48/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.48/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3062
0.48/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.48/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
1.07/0.60	c SATISFIABLE
1.07/0.60	c OPTIMIZING...
1.07/0.60	c Got one! Elapsed wall clock time (in seconds):0.489
1.34/0.60	o -4
1.34/0.65	c Got one! Elapsed wall clock time (in seconds):0.54
1.34/0.65	o -7
1.34/0.70	c Got one! Elapsed wall clock time (in seconds):0.589
1.34/0.70	o -8
2.12/0.98	c Got one! Elapsed wall clock time (in seconds):0.877
2.12/0.98	o -9
2.41/1.10	c Got one! Elapsed wall clock time (in seconds):0.993
2.41/1.10	o -10
11.53/9.71	c Got one! Elapsed wall clock time (in seconds):9.605
11.53/9.71	o -11
14.16/12.36	c Got one! Elapsed wall clock time (in seconds):12.254
14.16/12.36	o -12
103.77/101.57	c cleaning 0 clauses out of 6342 with flag 0/6342
503.33/500.40	c cleaning 0 clauses out of 12342 with flag 0/12342
1549.60/1544.87	c cleaning 0 clauses out of 19342 with flag 0/19342
1800.04/1794.25	c starts		: 55
1800.04/1794.25	c conflicts		: 21448
1800.04/1794.25	c decisions		: 93401
1800.04/1794.25	c propagations		: 2747219
1800.04/1794.25	c inspects		: 1600222285
1800.04/1794.25	c shortcuts		: 0
1800.04/1794.25	c learnt literals	: 0
1800.04/1794.25	c learnt binary clauses	: 0
1800.04/1794.25	c learnt ternary clauses	: 0
1800.04/1794.25	c learnt constraints	: 21448
1800.04/1794.25	c ignored constraints	: 0
1800.04/1794.25	c root simplifications	: 0
1800.04/1794.25	c removed literals (reason simplification)	: 0
1800.04/1794.25	c reason swapping (by a shorter reason)	: 0
1800.04/1794.25	c Calls to reduceDB	: 3
1800.04/1794.25	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.25	c number of learned constraints concerned by reduction	: 0
1800.04/1794.25	c number of learning phase by resolution	: 0
1800.04/1794.25	c number of learning phase by cutting planes	: 0
1800.04/1794.25	c speed (assignments/second)	: 1541.7487660539261
1800.04/1794.25	c non guided choices	18
1800.04/1794.26	c learnt constraints type 
1800.04/1794.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.04/1794.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21447
1800.04/1794.26	c constraints type 
1800.04/1794.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.04/1794.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3062
1800.04/1794.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.04/1794.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
1800.04/1794.26	s SATISFIABLE
1800.04/1794.26	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 x82 -x83 -x84 x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 x127 -x128 x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 
1800.04/1794.26	c objective function=-12
1800.04/1794.26	c Total wall clock time (in seconds): 1794.152

Verifier Data

OK	-12

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.06 2.01 2/578 11335
/proc/meminfo: memFree=30003404/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 5235 0 1 0 0 0 0 0 25 0 2 0 834264504 10694979584 4937 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2611079 4949 917 9 0 2602235 0
[pid=11335/tid=11337] ppid=11333 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 6634 0 1 0 0 0 0 0 25 0 2 0 834264505 10694979584 7450 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251813934139 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.102149 s]
/proc/loadavg: 2.04 2.06 2.01 2/578 11335
/proc/meminfo: memFree=30003404/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10540436 CPUtime=0.1 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 13097 0 1 0 9 1 0 0 25 0 18 0 834264504 10793406464 12794 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2635109 12794 2093 9 0 2625843 0
[pid=11335/tid=11337] ppid=11333 vsize=10540436 CPUtime=0.09 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 11192 0 1 0 8 1 0 0 25 0 18 0 834264505 10793406464 12794 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 46912496201386 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540436

[startup+0.203263 s]
/proc/loadavg: 2.04 2.06 2.01 2/578 11335
/proc/meminfo: memFree=30003404/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10541220 CPUtime=0.25 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 14087 0 1 0 24 1 0 0 25 0 18 0 834264504 10794209280 13784 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2635305 13784 2181 9 0 2626039 0
[pid=11335/tid=11337] ppid=11333 vsize=10541220 CPUtime=0.18 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 11872 0 1 0 17 1 0 0 25 0 18 0 834264505 10794209280 13785 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10541220

[startup+0.301119 s]
/proc/loadavg: 2.04 2.06 2.01 2/578 11335
/proc/meminfo: memFree=30003404/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10542788 CPUtime=0.48 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 16303 0 1 0 46 2 0 0 25 0 18 0 834264504 10795814912 15675 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2635697 15675 2220 9 0 2626431 0
[pid=11335/tid=11337] ppid=11333 vsize=10542788 CPUtime=0.28 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 12792 0 1 0 27 1 0 0 25 0 18 0 834264505 10795814912 15675 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542788

[startup+0.701002 s]
/proc/loadavg: 2.04 2.06 2.01 2/578 11335
/proc/meminfo: memFree=30003404/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10552252 CPUtime=1.54 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 33674 0 1 0 150 4 0 0 25 0 19 0 834264504 10805506048 29588 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2638063 29594 2231 9 0 2628797 0
[pid=11335/tid=11337] ppid=11333 vsize=10552252 CPUtime=0.68 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 22308 0 1 0 66 2 0 0 25 0 19 0 834264505 10805506048 29595 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 10552252

[startup+1.5009 s]
/proc/loadavg: 2.44 2.15 2.04 4/598 11356
/proc/meminfo: memFree=29536968/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10556936 CPUtime=3.1 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 85661 0 1 0 301 9 0 0 25 0 19 0 834264504 10810302464 79241 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2639234 79243 2240 9 0 2629968 0
[pid=11335/tid=11337] ppid=11333 vsize=10556936 CPUtime=1.48 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 69575 0 1 0 141 7 0 0 18 0 19 0 834264505 10810302464 79245 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 46912505599615 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11335/tid=11339] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 79247 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11340] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 79248 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11341] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 79250 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11342] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 79251 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11343] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 79253 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11344] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 79254 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11345] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11333 11335 10129 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 79256 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11346] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 79257 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11347] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11333 11335 10129 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834264508 10810302464 79258 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 0 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11348] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11333 11335 10129 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834264508 10810302464 79260 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11349] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11333 11335 10129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834264508 10810302464 79262 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11350] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10810302464 79263 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826063793 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11351] ppid=11333 vsize=10556936 CPUtime=0.81 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11333 11335 10129 0 -1 4202560 7352 0 0 0 81 0 0 0 17 0 19 0 834264510 10810302464 79265 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11352] ppid=11333 vsize=10556936 CPUtime=0.79 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11333 11335 10129 0 -1 4202560 7578 0 0 0 78 1 0 0 24 0 19 0 834264510 10810302464 79267 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11353] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10810302464 79268 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11354] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834264510 10810302464 79270 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11355] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11355/stat : 11355 (java) S 11333 11335 10129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834264544 10810302464 79271 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 10556936

[startup+3.10071 s]
/proc/loadavg: 2.44 2.15 2.04 3/598 11356
/proc/meminfo: memFree=29018076/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10556936 CPUtime=4.87 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 189661 0 1 0 466 21 0 0 25 0 19 0 834264504 10810302464 183239 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2639234 183242 2241 9 0 2629968 0
[pid=11335/tid=11337] ppid=11333 vsize=10556936 CPUtime=3.08 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 173557 0 1 0 290 18 0 0 19 0 19 0 834264505 10810302464 183243 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 46912505810235 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11335/tid=11339] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 183244 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11340] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 183246 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11341] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 183248 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11342] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 183249 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11343] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 183251 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11344] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 183253 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11345] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11333 11335 10129 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 183254 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11346] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10810302464 183256 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11347] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11333 11335 10129 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 834264508 10810302464 183257 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 0 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11348] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11333 11335 10129 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834264508 10810302464 183259 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11349] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11333 11335 10129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834264508 10810302464 183261 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11350] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10810302464 183262 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826063793 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11351] ppid=11333 vsize=10556936 CPUtime=0.84 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11333 11335 10129 0 -1 4202560 7355 0 0 0 84 0 0 0 15 0 19 0 834264510 10810302464 183264 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11352] ppid=11333 vsize=10556936 CPUtime=0.92 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11333 11335 10129 0 -1 4202560 7592 0 0 0 91 1 0 0 15 0 19 0 834264510 10810302464 183266 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11353] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10810302464 183268 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11354] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834264510 10810302464 183269 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11355] ppid=11333 vsize=10556936 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11355/stat : 11355 (java) S 11333 11335 10129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834264544 10810302464 183271 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 10556936

[startup+6.30111 s]
/proc/loadavg: 2.44 2.15 2.04 3/598 11356
/proc/meminfo: memFree=27409856/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10553884 CPUtime=8.07 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 393193 0 1 0 764 43 0 0 25 0 19 0 834264504 10807177216 385994 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2638471 385996 2243 9 0 2629205 0
[pid=11335/tid=11337] ppid=11333 vsize=10553884 CPUtime=6.28 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 377086 0 1 0 587 41 0 0 21 0 19 0 834264505 10807177216 385997 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 46912505785743 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11335/tid=11339] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10807177216 385999 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11340] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10807177216 386001 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11341] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10807177216 386002 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11342] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10807177216 386003 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11343] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10807177216 386004 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11344] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10807177216 386006 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11345] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11333 11335 10129 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 834264507 10807177216 386008 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11346] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264507 10807177216 386010 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11347] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11333 11335 10129 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 834264508 10807177216 386011 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 0 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11348] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11333 11335 10129 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834264508 10807177216 386016 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11349] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11333 11335 10129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834264508 10807177216 386020 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11350] ppid=11333 vsize=10553884 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10807177216 386024 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826063793 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11351] ppid=11333 vsize=10553884 CPUtime=0.84 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11333 11335 10129 0 -1 4202560 7355 0 0 0 84 0 0 0 15 0 19 0 834264510 10807177216 386027 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11352] ppid=11333 vsize=10553884 CPUtime=0.94 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11333 11335 10129 0 -1 4202560 7593 0 0 0 93 1 0 0 15 0 19 0 834264510 10807177216 386028 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0

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

[pid=11335/tid=11355] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11355/stat : 11355 (java) S 11333 11335 10129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834264544 10811043840 942272 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1667.77
Current children cumulated vsize (KiB) 10557660

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/598 11406
/proc/meminfo: memFree=22633928/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10557660 CPUtime=1727.97 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 957467 0 1 0 172688 109 0 0 25 0 19 0 834264504 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2639415 947681 2269 9 0 2630149 0
[pid=11335/tid=11337] ppid=11333 vsize=10557660 CPUtime=1719.94 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 829973 0 1 0 171908 86 0 0 25 0 19 0 834264505 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 46912505809837 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11335/tid=11339] ppid=11333 vsize=10557660 CPUtime=0.73 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11333 11335 10129 0 -1 4202560 19308 0 0 0 70 3 0 0 15 0 19 0 834264507 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11340] ppid=11333 vsize=10557660 CPUtime=0.61 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11333 11335 10129 0 -1 4202560 10515 0 0 0 60 1 0 0 15 0 19 0 834264507 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11341] ppid=11333 vsize=10557660 CPUtime=0.48 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11333 11335 10129 0 -1 4202560 9754 0 0 0 47 1 0 0 15 0 19 0 834264507 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11342] ppid=11333 vsize=10557660 CPUtime=0.62 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11333 11335 10129 0 -1 4202560 15483 0 0 0 61 1 0 0 15 0 19 0 834264507 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 4 0 0 0
[pid=11335/tid=11343] ppid=11333 vsize=10557660 CPUtime=0.64 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11333 11335 10129 0 -1 4202560 13274 0 0 0 63 1 0 0 15 0 19 0 834264507 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11344] ppid=11333 vsize=10557660 CPUtime=0.51 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11333 11335 10129 0 -1 4202560 9982 0 0 0 49 2 0 0 16 0 19 0 834264507 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11345] ppid=11333 vsize=10557660 CPUtime=0.62 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11333 11335 10129 0 -1 4202560 11822 0 0 0 60 2 0 0 15 0 19 0 834264507 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11346] ppid=11333 vsize=10557660 CPUtime=0.6 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11333 11335 10129 0 -1 4202560 17032 0 0 0 57 3 0 0 16 0 19 0 834264507 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11347] ppid=11333 vsize=10557660 CPUtime=0.78 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11333 11335 10129 0 -1 4202560 2382 0 0 0 77 1 0 0 15 0 19 0 834264508 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 0 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11348] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11333 11335 10129 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 834264508 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11349] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11333 11335 10129 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 834264508 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11350] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826063793 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11351] ppid=11333 vsize=10557660 CPUtime=1.22 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11333 11335 10129 0 -1 4202560 9079 0 0 0 121 1 0 0 15 0 19 0 834264510 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 4 0 0 0
[pid=11335/tid=11352] ppid=11333 vsize=10557660 CPUtime=1.09 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11333 11335 10129 0 -1 4202560 7611 0 0 0 108 1 0 0 15 0 19 0 834264510 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11353] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11354] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11333 11335 10129 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 834264510 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11355] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11355/stat : 11355 (java) S 11333 11335 10129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834264544 10811043840 947681 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1727.97
Current children cumulated vsize (KiB) 10557660

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/598 11408
/proc/meminfo: memFree=22621460/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10557660 CPUtime=1788.1 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 959403 0 1 0 178700 110 0 0 25 0 19 0 834264504 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2639415 949563 2269 9 0 2630149 0
[pid=11335/tid=11337] ppid=11333 vsize=10557660 CPUtime=1779.89 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 829976 0 1 0 177903 86 0 0 25 0 19 0 834264505 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 46912505810729 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11335/tid=11339] ppid=11333 vsize=10557660 CPUtime=0.75 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11333 11335 10129 0 -1 4202560 19346 0 0 0 72 3 0 0 16 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11340] ppid=11333 vsize=10557660 CPUtime=0.62 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11333 11335 10129 0 -1 4202560 10598 0 0 0 61 1 0 0 15 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11341] ppid=11333 vsize=10557660 CPUtime=0.51 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11333 11335 10129 0 -1 4202560 10167 0 0 0 50 1 0 0 15 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11342] ppid=11333 vsize=10557660 CPUtime=0.65 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11333 11335 10129 0 -1 4202560 15584 0 0 0 64 1 0 0 16 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 4 0 0 0
[pid=11335/tid=11343] ppid=11333 vsize=10557660 CPUtime=0.66 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11333 11335 10129 0 -1 4202560 13441 0 0 0 65 1 0 0 15 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11344] ppid=11333 vsize=10557660 CPUtime=0.52 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11333 11335 10129 0 -1 4202560 10462 0 0 0 50 2 0 0 15 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11345] ppid=11333 vsize=10557660 CPUtime=0.64 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11333 11335 10129 0 -1 4202560 11960 0 0 0 62 2 0 0 16 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11346] ppid=11333 vsize=10557660 CPUtime=0.64 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11333 11335 10129 0 -1 4202560 17539 0 0 0 61 3 0 0 16 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11347] ppid=11333 vsize=10557660 CPUtime=0.78 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11333 11335 10129 0 -1 4202560 2386 0 0 0 77 1 0 0 15 0 19 0 834264508 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 0 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11348] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11333 11335 10129 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 834264508 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11349] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11333 11335 10129 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 834264508 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11350] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826063793 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11351] ppid=11333 vsize=10557660 CPUtime=1.22 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11333 11335 10129 0 -1 4202560 9079 0 0 0 121 1 0 0 15 0 19 0 834264510 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 4 0 0 0
[pid=11335/tid=11352] ppid=11333 vsize=10557660 CPUtime=1.09 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11333 11335 10129 0 -1 4202560 7611 0 0 0 108 1 0 0 15 0 19 0 834264510 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11353] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11354] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11333 11335 10129 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834264510 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11355] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11355/stat : 11355 (java) S 11333 11335 10129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834264544 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1788.1
Current children cumulated vsize (KiB) 10557660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.22 s]
/proc/loadavg: 2.17 2.06 2.01 3/598 11408
/proc/meminfo: memFree=22621564/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=10557660 CPUtime=1800.04 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11333 11335 10129 0 -1 4202496 959405 0 1 0 179894 110 0 0 25 0 19 0 834264504 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 2639415 949563 2269 9 0 2630149 0
[pid=11335/tid=11337] ppid=11333 vsize=10557660 CPUtime=1791.83 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4202560 829976 0 1 0 179097 86 0 0 25 0 19 0 834264505 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 46912505886068 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11335/tid=11339] ppid=11333 vsize=10557660 CPUtime=0.75 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11333 11335 10129 0 -1 4202560 19346 0 0 0 72 3 0 0 16 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11340] ppid=11333 vsize=10557660 CPUtime=0.62 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11333 11335 10129 0 -1 4202560 10598 0 0 0 61 1 0 0 15 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11341] ppid=11333 vsize=10557660 CPUtime=0.51 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11333 11335 10129 0 -1 4202560 10167 0 0 0 50 1 0 0 15 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11342] ppid=11333 vsize=10557660 CPUtime=0.65 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11333 11335 10129 0 -1 4202560 15584 0 0 0 64 1 0 0 16 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 4 0 0 0
[pid=11335/tid=11343] ppid=11333 vsize=10557660 CPUtime=0.66 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11333 11335 10129 0 -1 4202560 13441 0 0 0 65 1 0 0 15 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11344] ppid=11333 vsize=10557660 CPUtime=0.52 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11333 11335 10129 0 -1 4202560 10462 0 0 0 50 2 0 0 15 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11345] ppid=11333 vsize=10557660 CPUtime=0.64 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11333 11335 10129 0 -1 4202560 11960 0 0 0 62 2 0 0 16 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11346] ppid=11333 vsize=10557660 CPUtime=0.64 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11333 11335 10129 0 -1 4202560 17539 0 0 0 61 3 0 0 16 0 19 0 834264507 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 6 0 0 0
[pid=11335/tid=11347] ppid=11333 vsize=10557660 CPUtime=0.78 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11333 11335 10129 0 -1 4202560 2386 0 0 0 77 1 0 0 15 0 19 0 834264508 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 0 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11348] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11333 11335 10129 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 834264508 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11349] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11333 11335 10129 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 834264508 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11350] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826063793 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11351] ppid=11333 vsize=10557660 CPUtime=1.22 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11333 11335 10129 0 -1 4202560 9079 0 0 0 121 1 0 0 15 0 19 0 834264510 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 4 0 0 0
[pid=11335/tid=11352] ppid=11333 vsize=10557660 CPUtime=1.09 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11333 11335 10129 0 -1 4202560 7611 0 0 0 108 1 0 0 15 0 19 0 834264510 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11353] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11333 11335 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834264510 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056089 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
[pid=11335/tid=11354] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11333 11335 10129 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 834264510 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 0 0 0 0
[pid=11335/tid=11355] ppid=11333 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11355/stat : 11355 (java) S 11333 11335 10129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834264544 10811043840 949563 33554432000 1073741824 1073778376 140736873967008 18446744073709551615 251826056704 0 4 0 16800975 18446604453513300928 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10557660

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

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

[startup+1794.33 s]
/proc/loadavg: 2.17 2.06 2.01 3/598 11408
/proc/meminfo: memFree=22621564/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=0 CPUtime=1800.14 cores=0,2,4,6
/proc/11335/stat : 11335 (java) Z 11333 11335 10129 0 -1 4203548 959438 0 1 0 179899 115 0 0 17 0 2 0 834264504 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 0 0 0 0 0 0 0
[pid=11335/tid=11337] ppid=11333 vsize=0 CPUtime=1791.91 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4203588 829976 0 1 0 179099 92 0 0 25 0 2 0 834264505 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.14
Current children cumulated vsize (KiB) 0

[startup+1794.4 s]
/proc/loadavg: 2.17 2.06 2.01 3/598 11408
/proc/meminfo: memFree=22621564/32950928 swapFree=41528364/67111528
[pid=11335] ppid=11333 vsize=0 CPUtime=1800.21 cores=0,2,4,6
/proc/11335/stat : 11335 (java) Z 11333 11335 10129 0 -1 4203548 959438 0 1 0 179899 122 0 0 17 0 2 0 834264504 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11335/statm: 0 0 0 0 0 0 0
[pid=11335/tid=11337] ppid=11333 vsize=0 CPUtime=1791.98 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11333 11335 10129 0 -1 4203588 829976 0 1 0 179099 99 0 0 25 0 2 0 834264505 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.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.42
CPU time (s): 1800.24
CPU user time (s): 1798.99
CPU system time (s): 1.24681
CPU usage (%): 100.324
Max. virtual memory (cumulated for all children) (KiB): 10557660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
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= 959438
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= 39394
involuntary context switches= 19557

runsolver used 11.2633 second user time and 23.0335 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-05 00:30:58
IDJOB=3456225
IDBENCH=48237
IDSOLVER=1951
FILE ID=node126/3456225-1307226658
RUNJOBID= node126-1307215870-10148
PBS_JOBID= 13509097
Free space on /tmp= 73796 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456225-1307226658/watcher-3456225-1307226658 -o /tmp/evaluation-result-3456225-1307226658/solver-3456225-1307226658 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456225-1307226658.opb

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=105929195

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30003684 kB
Buffers:        324148 kB
Cached:         501960 kB
SwapCached:      15388 kB
Active:        2174328 kB
Inactive:       452840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30003684 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:            2336 kB
Writeback:           0 kB
AnonPages:     1798320 kB
Mapped:          30912 kB
Slab:           148720 kB
PageTables:     100204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186726332 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= 73796 MiB
End job on node126 at 2011-06-05 01:00:54