Trace number 2663229

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 PB RES // CP 2.2.0 2010-05-31OPT87 87.5847 54.1093

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C880.a.opb
MD5SUMb05f470b70f12c211f6d9c7c351d242f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark87
Best CPU time to get the best result obtained on this benchmark0.19197
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 87
Optimality of the best value was proved YES
Number of variables301
Total number of constraints732
Number of constraints which are clauses732
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
Number of terms in the objective function 301
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 301
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 301
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2663229-1276593083.opb
0.23/0.21	c reading problem ... 
0.35/0.44	c ... done. Wall clock time 0.228s.
0.35/0.44	c #vars     301
0.35/0.44	c #constraints  587
0.35/0.44	c constraints type 
0.35/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 340
0.35/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 209
0.35/0.44	c constraints type 
0.35/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 209
0.35/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 340
0.67/0.48	c And the winner is Resolution
0.70/1.47	c SATISFIABLE
0.70/1.47	c OPTIMIZING...
0.70/1.47	c Got one! Elapsed wall clock time (in seconds):1.256
0.70/1.47	o 95
0.76/1.50	c And the winner is CuttingPlanes
0.77/2.48	c Got one! Elapsed wall clock time (in seconds):2.267
0.77/2.48	o 94
0.80/2.54	c And the winner is Resolution
0.92/3.49	c Got one! Elapsed wall clock time (in seconds):3.278
0.92/3.49	o 93
2.73/4.48	c cleaning 2497 clauses out of 5001 with flag 5001/5001
3.71/4.95	c And the winner is CuttingPlanes
3.81/5.51	c Got one! Elapsed wall clock time (in seconds):5.299
3.81/5.51	o 92
4.19/5.76	c cleaning 4252 clauses out of 8503 with flag 11000/11000
4.74/6.00	c And the winner is CuttingPlanes
4.75/6.53	c Got one! Elapsed wall clock time (in seconds):6.314
4.75/6.53	o 91
4.91/6.69	c And the winner is CuttingPlanes
5.07/7.53	c Got one! Elapsed wall clock time (in seconds):7.321
5.07/7.53	o 90
5.20/7.67	c cleaning 5625 clauses out of 11251 with flag 18000/18000
6.35/8.29	c cleaning 6809 clauses out of 13627 with flag 26001/26001
7.68/8.97	c cleaning 7904 clauses out of 15818 with flag 35001/35001
9.23/9.72	c cleaning 8954 clauses out of 17915 with flag 45002/45002
9.96/10.20	c And the winner is CuttingPlanes
10.16/10.55	c Got one! Elapsed wall clock time (in seconds):10.34
10.16/10.55	o 89
10.64/10.85	c cleaning 9473 clauses out of 18959 with flag 55000/55000
12.21/11.64	c cleaning 9736 clauses out of 19487 with flag 65001/65001
13.69/12.50	c cleaning 9875 clauses out of 19752 with flag 75002/75002
15.41/13.31	c cleaning 9934 clauses out of 19875 with flag 85000/85000
16.74/14.08	c cleaning 9966 clauses out of 19941 with flag 95000/95000
18.06/14.76	c And the winner is CuttingPlanes
18.22/14.85	c cleaning 9984 clauses out of 19977 with flag 105002/105002
18.38/15.60	c Got one! Elapsed wall clock time (in seconds):15.386
18.38/15.60	o 88
19.77/16.38	c cleaning 9991 clauses out of 19992 with flag 115001/115001
21.49/17.20	c cleaning 9994 clauses out of 20000 with flag 125000/125000
23.00/18.05	c cleaning 10001 clauses out of 20007 with flag 135001/135001
24.51/18.89	c cleaning 9991 clauses out of 20006 with flag 145001/145001
26.21/19.80	c cleaning 9997 clauses out of 20014 with flag 155000/155000
27.90/20.68	c cleaning 10003 clauses out of 20018 with flag 165001/165001
29.60/21.52	c cleaning 10002 clauses out of 20014 with flag 175000/175000
31.11/22.33	c cleaning 10001 clauses out of 20013 with flag 185001/185001
32.78/23.23	c cleaning 10002 clauses out of 20012 with flag 195001/195001
34.29/24.08	c cleaning 9999 clauses out of 20010 with flag 205001/205001
35.99/24.96	c cleaning 9998 clauses out of 20010 with flag 215000/215000
37.70/25.80	c cleaning 10000 clauses out of 20013 with flag 225001/225001
39.16/26.69	c cleaning 9997 clauses out of 20012 with flag 235000/235000
40.67/27.48	c And the winner is CuttingPlanes
40.85/27.52	c cleaning 10000 clauses out of 20016 with flag 245001/245001
40.95/27.65	c Got one! Elapsed wall clock time (in seconds):27.441
40.95/27.65	o 87
42.25/28.35	c cleaning 9999 clauses out of 20015 with flag 255000/255000
43.94/29.21	c cleaning 10005 clauses out of 20018 with flag 265002/265002
45.40/30.09	c cleaning 10001 clauses out of 20011 with flag 275000/275000
47.28/31.02	c cleaning 9999 clauses out of 20011 with flag 285001/285001
48.98/31.91	c cleaning 9999 clauses out of 20012 with flag 295001/295001
50.65/32.80	c cleaning 10003 clauses out of 20013 with flag 305001/305001
52.31/33.73	c cleaning 9999 clauses out of 20009 with flag 315000/315000
53.98/34.62	c cleaning 9998 clauses out of 20010 with flag 325000/325000
55.46/35.45	c cleaning 9997 clauses out of 20012 with flag 335000/335000
57.15/36.31	c cleaning 10001 clauses out of 20017 with flag 345002/345002
58.78/37.20	c cleaning 9997 clauses out of 20014 with flag 355000/355000
60.26/38.05	c cleaning 9997 clauses out of 20017 with flag 365000/365000
62.13/39.02	c cleaning 10007 clauses out of 20021 with flag 375001/375001
63.60/39.87	c cleaning 10004 clauses out of 20014 with flag 385001/385001
65.26/40.75	c cleaning 10000 clauses out of 20010 with flag 395001/395001
66.92/41.64	c cleaning 10001 clauses out of 20009 with flag 405000/405000
68.80/42.60	c cleaning 10000 clauses out of 20008 with flag 415000/415000
70.47/43.57	c cleaning 9999 clauses out of 20009 with flag 425001/425001
72.50/44.60	c cleaning 10004 clauses out of 20012 with flag 435003/435003
74.17/45.54	c cleaning 9995 clauses out of 20005 with flag 445000/445000
76.04/46.55	c cleaning 9998 clauses out of 20010 with flag 455000/455000
77.70/47.46	c cleaning 10001 clauses out of 20012 with flag 465000/465000
79.35/48.37	c cleaning 10001 clauses out of 20013 with flag 475002/475002
81.01/49.24	c cleaning 9999 clauses out of 20011 with flag 485001/485001
82.67/50.14	c cleaning 9997 clauses out of 20011 with flag 495000/495000
84.34/51.06	c cleaning 9996 clauses out of 20014 with flag 505000/505000
85.96/51.97	c And the winner is CuttingPlanes
85.96/51.97	c cleaning 10005 clauses out of 20018 with flag 515000/515000
87.47/54.08	c starts		: 24
87.47/54.08	c conflicts		: 3245
87.47/54.08	c decisions		: 11176
87.47/54.08	c propagations		: 77804
87.47/54.08	c inspects		: 18072236
87.47/54.08	c learnt literals	: 1
87.47/54.08	c learnt binary clauses	: 2
87.47/54.08	c learnt ternary clauses	: 1
87.47/54.08	c learnt clauses	: 3243
87.47/54.08	c ignored clauses	: 0
87.47/54.08	c root simplifications	: 0
87.47/54.08	c removed literals (reason simplification)	: 0
87.47/54.08	c reason swapping (by a shorter reason)	: 0
87.47/54.08	c Calls to reduceDB	: 0
87.47/54.08	c number of reductions to clauses (during analyze)	: 0
87.47/54.08	c number of learned constraints concerned by reduction	: 0
87.47/54.08	c number of learning phase by resolution	: 0
87.47/54.08	c number of learning phase by cutting planes	: 0
87.47/54.08	c speed (assignments/second)	: 2944.7787744597103
87.47/54.08	c non guided choices	0
87.47/54.08	c learnt constraints type 
87.47/54.08	c constraints type 
87.47/54.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 340
87.47/54.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
87.47/54.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 209
87.47/54.08	c constraints type 
87.47/54.08	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 209
87.47/54.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 340
87.47/54.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
87.47/54.08	s OPTIMUM FOUND
87.47/54.08	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 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 x229 -x230 x231 x232 -x233 x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 x242 x243 x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 x253 x254 -x255 x256 -x257 x258 -x259 x260 x261 x262 -x263 -x264 x265 -x266 x267 -x268 x269 x270 -x271 x272 -x273 x274 -x275 x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 x284 x285 x286 -x287 -x288 -x289 x290 x291 x292 x293 -x294 x295 x296 x297 x298 -x299 x300 -x301 
87.47/54.08	c objective function=87
87.47/54.08	c Total wall clock time (in seconds): 53.87

Verifier Data

OK	87

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663229-1276593083/watcher-2663229-1276593083 -o /tmp/evaluation-result-2663229-1276593083/solver-2663229-1276593083 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663229-1276593083.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.12 3/105 10684
/proc/meminfo: memFree=1453752/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=392 CPUtime=0
/proc/10684/stat : 10684 (java6) R 10682 10684 2322 0 -1 4194304 121 0 0 0 0 0 0 0 25 0 1 0 601470 401408 40 1992294400 134512640 134550932 4286587664 18446744073709551615 10461780 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/10684/statm: 98 40 32 10 0 25 0

[startup+0.0858149 s]
/proc/loadavg: 1.00 1.00 1.12 3/105 10684
/proc/meminfo: memFree=1453752/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1521796 CPUtime=0.06
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 3830 0 1 0 4 2 0 0 25 0 7 0 601470 1558319104 3271 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 380449 3272 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101809 s]
/proc/loadavg: 1.00 1.00 1.12 3/105 10684
/proc/meminfo: memFree=1453752/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1524180 CPUtime=0.08
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 3974 0 1 0 6 2 0 0 25 0 12 0 601470 1560760320 3413 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 381045 3413 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301841 s]
/proc/loadavg: 1.00 1.00 1.12 3/105 10684
/proc/meminfo: memFree=1453752/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1526212 CPUtime=0.35
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 5403 0 1 0 31 4 0 0 25 0 12 0 601470 1562841088 4840 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 381553 4840 1361 10 0 378856 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526212

[startup+0.700882 s]
/proc/loadavg: 1.00 1.00 1.12 3/105 10684
/proc/meminfo: memFree=1453752/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1529444 CPUtime=0.7
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 6541 0 1 0 66 4 0 0 25 0 14 0 601470 1566150656 5937 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 382361 5937 1402 10 0 379664 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1529444

[startup+1.50099 s]
/proc/loadavg: 1.08 1.02 1.13 1/119 10700
/proc/meminfo: memFree=1435228/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1529444 CPUtime=0.76
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 6714 0 1 0 71 5 0 0 25 0 16 0 601470 1566150656 6110 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 382361 6110 1402 10 0 379664 0
[pid=10684/tid=10686] ppid=10682 vsize=1529444 CPUtime=0.43
/proc/10684/task/10686/stat : 10686 (java) S 10682 10684 2322 0 -1 4202560 4219 0 1 0 40 3 0 0 19 0 16 0 601472 1566150656 6110 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=1529444 CPUtime=0
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 601473 1566150656 6110 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=1529444 CPUtime=0
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 601473 1566150656 6110 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=1529444 CPUtime=0
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 601475 1566150656 6111 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=1529444 CPUtime=0
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 2322 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 16 0 601475 1566150656 6111 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=1529444 CPUtime=0
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 601475 1566150656 6111 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=1529444 CPUtime=0
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 601479 1566150656 6111 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=1529444 CPUtime=0.07
/proc/10684/task/10693/stat : 10693 (java) R 10682 10684 2322 0 -1 4202560 87 0 0 0 7 0 0 0 17 0 16 0 601479 1566150656 6111 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=1529444 CPUtime=0.15
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 2322 0 -1 4202560 993 0 0 0 15 0 0 0 16 0 16 0 601479 1566150656 6111 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=1529444 CPUtime=0
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 601479 1566150656 6111 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=1529444 CPUtime=0
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 601479 1566150656 6111 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=1529444 CPUtime=0
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 601517 1566150656 6111 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=1529444 CPUtime=0
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 601518 1566150656 6111 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1529444

[startup+3.10117 s]
/proc/loadavg: 1.08 1.02 1.13 1/119 10702
/proc/meminfo: memFree=1434112/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1529580 CPUtime=0.92
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 6985 0 1 0 87 5 0 0 25 0 14 0 601470 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 382395 6381 1416 10 0 379698 0
[pid=10684/tid=10686] ppid=10682 vsize=1529580 CPUtime=0.43
/proc/10684/task/10686/stat : 10686 (java) S 10682 10684 2322 0 -1 4202560 4247 0 1 0 40 3 0 0 19 0 14 0 601472 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=1529580 CPUtime=0
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 601473 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=1529580 CPUtime=0
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601473 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=1529580 CPUtime=0
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 601475 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=1529580 CPUtime=0
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 2322 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 14 0 601475 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=1529580 CPUtime=0
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 601475 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=1529580 CPUtime=0
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601479 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=1529580 CPUtime=0.13
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 2322 0 -1 4202560 106 0 0 0 13 0 0 0 15 0 14 0 601479 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=1529580 CPUtime=0.18
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 2322 0 -1 4202560 1041 0 0 0 18 0 0 0 15 0 14 0 601479 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=1529580 CPUtime=0
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601479 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=1529580 CPUtime=0
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 601479 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=1529580 CPUtime=0
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 601517 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=1529580 CPUtime=0
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 601518 1566289920 6381 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1529580
heavy processes:

[startup+6.30155 s]
/proc/loadavg: 0.99 1.00 1.12 1/119 10708
/proc/meminfo: memFree=1387612/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1541808 CPUtime=4.75
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 25768 0 1 0 464 11 0 0 25 0 14 0 601470 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 385452 23039 1445 10 0 382755 0
[pid=10684/tid=10686] ppid=10682 vsize=1541808 CPUtime=0.44
/proc/10684/task/10686/stat : 10686 (java) S 10682 10684 2322 0 -1 4202560 4303 0 1 0 41 3 0 0 17 0 14 0 601472 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=1541808 CPUtime=0
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 2322 0 -1 4202560 490 0 0 0 0 0 0 0 18 0 14 0 601473 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=1541808 CPUtime=0
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 2322 0 -1 4202560 373 0 0 0 0 0 0 0 15 0 14 0 601473 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=1541808 CPUtime=0.04
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 2322 0 -1 4202560 720 0 0 0 4 0 0 0 16 0 14 0 601475 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=1541808 CPUtime=0
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 2322 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 601475 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=1541808 CPUtime=0
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 2322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 601475 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=1541808 CPUtime=0
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601479 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=1541808 CPUtime=0.97
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 2322 0 -1 4202560 1470 0 0 0 97 0 0 0 15 0 14 0 601479 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=1541808 CPUtime=1.41
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 2322 0 -1 4202560 4917 0 0 0 139 2 0 0 16 0 14 0 601479 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=1541808 CPUtime=0
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601479 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=1541808 CPUtime=0
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 601479 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=1541808 CPUtime=0
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 601517 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=1541808 CPUtime=0
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 601518 1578811392 23039 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 1541808
heavy processes:

[startup+12.7023 s]
/proc/loadavg: 0.91 0.98 1.11 3/121 10716
/proc/meminfo: memFree=1289760/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1544880 CPUtime=14.23
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 47268 0 1 0 1403 20 0 0 25 0 16 0 601470 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 386220 43849 1449 10 0 383523 0
[pid=10684/tid=10686] ppid=10682 vsize=1544880 CPUtime=0.44
/proc/10684/task/10686/stat : 10686 (java) S 10682 10684 2322 0 -1 4202560 4303 0 1 0 41 3 0 0 15 0 16 0 601472 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=1544880 CPUtime=0.11
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 2322 0 -1 4202560 1489 0 0 0 11 0 0 0 16 0 16 0 601473 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=1544880 CPUtime=0.12
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 2322 0 -1 4202560 1364 0 0 0 11 1 0 0 15 0 16 0 601473 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=1544880 CPUtime=0.41
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 2322 0 -1 4202560 3416 0 0 0 40 1 0 0 16 0 16 0 601475 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=1544880 CPUtime=0
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 2322 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 601475 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=1544880 CPUtime=0
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 2322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 601475 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=1544880 CPUtime=0
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 601479 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=1544880 CPUtime=1.32
/proc/10684/task/10693/stat : 10693 (java) R 10682 10684 2322 0 -1 4202560 2861 0 0 0 132 0 0 0 16 0 16 0 601479 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 104163978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=1544880 CPUtime=1.7
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 2322 0 -1 4202560 4932 0 0 0 168 2 0 0 16 0 16 0 601479 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=1544880 CPUtime=0
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 601479 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=1544880 CPUtime=0
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 601479 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=1544880 CPUtime=0
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 601517 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=1544880 CPUtime=0
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 601518 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10715] ppid=10682 vsize=1544880 CPUtime=1.84
/proc/10684/task/10715/stat : 10715 (java) R 10682 10684 2322 0 -1 4202560 3 0 0 0 184 0 0 0 16 0 16 0 602526 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4109575035 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10684/tid=10716] ppid=10682 vsize=1544880 CPUtime=1.59
/proc/10684/task/10716/stat : 10716 (java) R 10682 10684 2322 0 -1 4202560 3 0 0 0 159 0 0 0 16 0 16 0 602527 1581957120 43849 1992294400 134512640 134550932 4286702832 18446744073709551615 4109668990 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 1544880

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

/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 601479 1579597824 49523 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 601479 1579597824 49523 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 601517 1579597824 49523 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 601518 1579597824 49523 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10717] ppid=10682 vsize=1542576 CPUtime=8.64
/proc/10684/task/10717/stat : 10717 (java) R 10682 10684 2322 0 -1 4202560 11 0 0 0 864 0 0 0 17 0 16 0 603030 1579597824 49523 1992294400 134512640 134550932 4286702832 18446744073709551615 4109314823 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10684/tid=10718] ppid=10682 vsize=1542576 CPUtime=8.54
/proc/10684/task/10718/stat : 10718 (java) R 10682 10684 2322 0 -1 4202560 2 0 0 0 854 0 0 0 25 0 16 0 603030 1579597824 49523 1992294400 134512640 134550932 4286702832 18446744073709551615 4109669172 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.1
Current children cumulated vsize (KiB) 1542576

[startup+51.1029 s]
/proc/loadavg: 1.89 1.22 1.19 3/121 10720
/proc/meminfo: memFree=1247228/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1542576 CPUtime=84.5
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 58253 0 1 0 8425 25 0 0 25 0 16 0 601470 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 385644 52575 1451 10 0 382947 0
[pid=10684/tid=10686] ppid=10682 vsize=1542576 CPUtime=0.45
/proc/10684/task/10686/stat : 10686 (java) S 10682 10684 2322 0 -1 4202560 4303 0 1 0 42 3 0 0 15 0 16 0 601472 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=1542576 CPUtime=0.48
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 2322 0 -1 4202560 2322 0 0 0 47 1 0 0 15 0 16 0 601473 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=1542576 CPUtime=0.48
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 2322 0 -1 4202560 2339 0 0 0 47 1 0 0 16 0 16 0 601473 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=1542576 CPUtime=4.86
/proc/10684/task/10689/stat : 10689 (java) R 10682 10684 2322 0 -1 4202560 8328 0 0 0 484 2 0 0 15 0 16 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 105696691 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 2322 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 2322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=1542576 CPUtime=1.75
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 2322 0 -1 4202560 4634 0 0 0 174 1 0 0 15 0 16 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=1542576 CPUtime=1.81
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 2322 0 -1 4202560 4946 0 0 0 179 2 0 0 15 0 16 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 601517 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 601518 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10719] ppid=10682 vsize=1542576 CPUtime=20.09
/proc/10684/task/10719/stat : 10719 (java) S 10682 10684 2322 0 -1 4202560 26 0 0 0 2009 0 0 0 16 0 16 0 604236 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10720] ppid=10682 vsize=1542576 CPUtime=19.97
/proc/10684/task/10720/stat : 10720 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 1997 0 0 0 16 0 16 0 604236 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.5
Current children cumulated vsize (KiB) 1542576

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

[startup+52.7011 s]
/proc/loadavg: 1.89 1.22 1.19 1/119 10720
/proc/meminfo: memFree=1247120/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1542576 CPUtime=86.24
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 58254 0 1 0 8599 25 0 0 25 0 14 0 601470 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 385644 52575 1451 10 0 382947 0
[pid=10684/tid=10686] ppid=10682 vsize=1542576 CPUtime=0.45
/proc/10684/task/10686/stat : 10686 (java) S 10682 10684 2322 0 -1 4202560 4303 0 1 0 42 3 0 0 15 0 14 0 601472 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=1542576 CPUtime=0.49
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 2322 0 -1 4202560 2322 0 0 0 48 1 0 0 16 0 14 0 601473 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=1542576 CPUtime=0.49
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 2322 0 -1 4202560 2339 0 0 0 48 1 0 0 15 0 14 0 601473 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=1542576 CPUtime=5.1
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 2322 0 -1 4202560 8328 0 0 0 508 2 0 0 16 0 14 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 2322 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 2322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=1542576 CPUtime=1.75
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 2322 0 -1 4202560 4634 0 0 0 174 1 0 0 15 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=1542576 CPUtime=1.81
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 2322 0 -1 4202560 4946 0 0 0 179 2 0 0 15 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 601517 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 601518 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.24
Current children cumulated vsize (KiB) 1542576

[startup+53.5012 s]
/proc/loadavg: 1.89 1.22 1.19 1/119 10720
/proc/meminfo: memFree=1247120/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1542576 CPUtime=86.95
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 58254 0 1 0 8670 25 0 0 25 0 14 0 601470 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 385644 52575 1451 10 0 382947 0
[pid=10684/tid=10686] ppid=10682 vsize=1542576 CPUtime=1.14
/proc/10684/task/10686/stat : 10686 (java) R 10682 10684 2322 0 -1 4202560 4303 0 1 0 111 3 0 0 16 0 14 0 601472 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4109338305 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=1542576 CPUtime=0.49
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 2322 0 -1 4202560 2322 0 0 0 48 1 0 0 16 0 14 0 601473 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=1542576 CPUtime=0.49
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 2322 0 -1 4202560 2339 0 0 0 48 1 0 0 15 0 14 0 601473 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=1542576 CPUtime=5.1
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 2322 0 -1 4202560 8328 0 0 0 508 2 0 0 15 0 14 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 2322 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 2322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=1542576 CPUtime=1.75
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 2322 0 -1 4202560 4634 0 0 0 174 1 0 0 15 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=1542576 CPUtime=1.83
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 2322 0 -1 4202560 4946 0 0 0 181 2 0 0 15 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 601517 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 601518 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.95
Current children cumulated vsize (KiB) 1542576

[startup+53.9092 s]
/proc/loadavg: 1.89 1.22 1.19 2/119 10720
/proc/meminfo: memFree=1247120/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=1542576 CPUtime=87.36
/proc/10684/stat : 10684 (java) S 10682 10684 2322 0 -1 4202496 58254 0 1 0 8711 25 0 0 25 0 14 0 601470 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 385644 52575 1451 10 0 382947 0
[pid=10684/tid=10686] ppid=10682 vsize=1542576 CPUtime=1.55
/proc/10684/task/10686/stat : 10686 (java) R 10682 10684 2322 0 -1 4202560 4303 0 1 0 152 3 0 0 17 0 14 0 601472 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4109338272 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=1542576 CPUtime=0.49
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 2322 0 -1 4202560 2322 0 0 0 48 1 0 0 16 0 14 0 601473 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=1542576 CPUtime=0.49
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 2322 0 -1 4202560 2339 0 0 0 48 1 0 0 15 0 14 0 601473 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=1542576 CPUtime=5.1
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 2322 0 -1 4202560 8328 0 0 0 508 2 0 0 15 0 14 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 0 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 2322 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 2322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 601475 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=1542576 CPUtime=1.75
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 2322 0 -1 4202560 4634 0 0 0 174 1 0 0 15 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=1542576 CPUtime=1.83
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 2322 0 -1 4202560 4946 0 0 0 181 2 0 0 15 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 2322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 601479 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 2322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 601517 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=1542576 CPUtime=0
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 2322 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 601518 1579597824 52575 1992294400 134512640 134550932 4286702832 18446744073709551615 4294960144 0 4 0 16800975 18446604437840344320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.36
Current children cumulated vsize (KiB) 1542576

[startup+54.1012 s]
/proc/loadavg: 1.89 1.22 1.19 2/119 10720
/proc/meminfo: memFree=1247120/2059040 swapFree=4192956/4192956
[pid=10684] ppid=10682 vsize=0 CPUtime=87.56
/proc/10684/stat : 10684 (java) Z 10682 10684 2322 0 -1 4203548 58263 0 1 0 8730 26 0 0 18 0 2 0 601470 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10684/statm: 0 0 0 0 0 0 0
[pid=10684/tid=10686] ppid=10682 vsize=0 CPUtime=1.73
/proc/10684/task/10686/stat : 10686 (java) R 10682 10684 2322 0 -1 4203588 4308 0 1 0 169 4 0 0 18 0 2 0 601472 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 87.56
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 54.1093
CPU time (s): 87.5847
CPU user time (s): 87.3077
CPU system time (s): 0.276957
CPU usage (%): 161.866
Max. virtual memory (cumulated for all children) (KiB): 1544880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.3077
system time used= 0.276957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58263
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= 2427
involuntary context switches= 2923

runsolver used 0.270958 second user time and 0.491925 second system time

The end

Launcher Data

Begin job on node080 at 2010-06-15 11:11:23
IDJOB=2663229
IDBENCH=2863
IDSOLVER=1166
FILE ID=node080/2663229-1276593083
PBS_JOBID= 11173554
Free space on /tmp= 62592 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C880.a.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663229-1276593083/watcher-2663229-1276593083 -o /tmp/evaluation-result-2663229-1276593083/solver-2663229-1276593083 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663229-1276593083.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b05f470b70f12c211f6d9c7c351d242f
RANDOM SEED=1092829400

node080.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1454132 kB
Buffers:         44780 kB
Cached:         420168 kB
SwapCached:          0 kB
Active:         198736 kB
Inactive:       326252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1454132 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:       60000 kB
Mapped:          15344 kB
Slab:            58188 kB
PageTables:       3916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183152 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62592 MiB
End job on node080 at 2010-06-15 11:12:17