Trace number 2661653

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-31OPT3 310.843 166.329

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=89-P1=127-P2=191-P3=17-P4=97-P5=227-P6=191-P7=41-B.opb
MD5SUM3f50fdda997abfe5e5c5cddf7b7c1313
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.60545
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

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.24/0.23	c Pseudo Boolean Optimization
0.24/0.23	c ManyCore solver with 2 solvers running in parallel
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.23	c Expensive reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.23	c No reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	
0.24/0.23	c solving HOME/instance-2661653-1276646589.opb
0.24/0.23	c reading problem ... 
0.75/0.51	c ... done. Wall clock time 0.284s.
0.75/0.51	c #vars     616
0.75/0.51	c #constraints  918
0.75/0.51	c constraints type 
0.75/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.75/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
0.75/0.51	c constraints type 
0.75/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.75/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
4.32/2.31	c cleaning 2498 clauses out of 5000 with flag 5000/5000
6.26/3.35	c cleaning 4249 clauses out of 8503 with flag 11001/11001
8.60/4.51	c cleaning 5624 clauses out of 11254 with flag 18001/18001
11.33/5.98	c cleaning 6811 clauses out of 13629 with flag 26000/26000
14.84/7.78	c cleaning 7907 clauses out of 15819 with flag 35001/35001
18.34/9.51	c cleaning 8950 clauses out of 17912 with flag 45001/45001
22.82/11.87	c cleaning 9466 clauses out of 18961 with flag 55000/55000
27.89/14.49	c cleaning 9742 clauses out of 19494 with flag 65000/65000
33.95/17.55	c cleaning 9874 clauses out of 19753 with flag 75001/75001
39.80/20.57	c cleaning 9934 clauses out of 19878 with flag 85000/85000
45.44/23.40	c cleaning 9967 clauses out of 19944 with flag 95000/95000
49.52/25.50	c cleaning 9984 clauses out of 19977 with flag 105000/105000
52.78/27.24	c cleaning 9991 clauses out of 19994 with flag 115001/115001
57.46/29.68	c cleaning 9999 clauses out of 20002 with flag 125000/125000
62.29/32.18	c cleaning 9987 clauses out of 20003 with flag 135000/135000
65.97/34.09	c cleaning 9999 clauses out of 20016 with flag 145000/145000
70.58/36.45	c cleaning 10006 clauses out of 20017 with flag 155000/155000
74.05/38.22	c cleaning 9994 clauses out of 20011 with flag 165001/165001
77.50/40.03	c cleaning 10002 clauses out of 20017 with flag 175001/175001
81.94/42.33	c cleaning 10002 clauses out of 20014 with flag 185000/185000
85.36/44.15	c cleaning 9997 clauses out of 20012 with flag 195000/195000
88.81/45.92	c cleaning 9995 clauses out of 20015 with flag 205000/205000
90.28/46.70	c cleaning 0 clauses out of 5000 with flag 0/5000
93.13/48.27	c cleaning 10006 clauses out of 20021 with flag 215001/215001
98.72/51.17	c cleaning 10002 clauses out of 20015 with flag 225001/225001
102.35/53.07	c cleaning 9993 clauses out of 20015 with flag 235003/235003
106.59/55.28	c cleaning 9991 clauses out of 20020 with flag 245001/245001
110.24/57.14	c cleaning 10002 clauses out of 20028 with flag 255000/255000
114.83/59.57	c cleaning 10009 clauses out of 20026 with flag 265000/265000
119.45/61.99	c cleaning 10002 clauses out of 20017 with flag 275000/275000
124.48/64.50	c cleaning 10002 clauses out of 20015 with flag 285000/285000
128.31/66.58	c cleaning 10003 clauses out of 20013 with flag 295000/295000
132.10/68.60	c cleaning 10000 clauses out of 20011 with flag 305001/305001
135.34/70.30	c cleaning 10000 clauses out of 20013 with flag 315003/315003
138.37/71.90	c cleaning 10001 clauses out of 20012 with flag 325002/325002
142.99/74.21	c cleaning 10002 clauses out of 20010 with flag 335001/335001
147.78/76.72	c cleaning 9999 clauses out of 20007 with flag 345000/345000
151.60/78.78	c cleaning 9992 clauses out of 20018 with flag 355010/355010
152.06/79.00	c And the winner is Resolution
152.15/79.94	c SATISFIABLE
152.15/79.94	c OPTIMIZING...
152.15/79.94	c Got one! Elapsed wall clock time (in seconds):79.716
152.15/79.94	o 19
155.83/81.88	c cleaning 9996 clauses out of 20019 with flag 365003/365003
160.25/84.11	c cleaning 9997 clauses out of 20021 with flag 375001/375001
164.04/86.12	c cleaning 9999 clauses out of 20023 with flag 385000/385000
167.26/87.81	c cleaning 9997 clauses out of 20025 with flag 395001/395001
170.49/89.54	c cleaning 10009 clauses out of 20028 with flag 405002/405002
175.09/91.90	c cleaning 10003 clauses out of 20018 with flag 415001/415001
175.51/92.24	c And the winner is Resolution
175.70/93.09	c Got one! Elapsed wall clock time (in seconds):92.872
175.70/93.09	o 3
178.29/94.48	c cleaning 9998 clauses out of 20014 with flag 425000/425000
181.70/96.28	c cleaning 10001 clauses out of 20016 with flag 435000/435000
186.30/98.63	c cleaning 10004 clauses out of 20016 with flag 445001/445001
190.29/100.70	c cleaning 10002 clauses out of 20011 with flag 455000/455000
194.05/102.76	c cleaning 9994 clauses out of 20010 with flag 465001/465001
198.83/105.24	c cleaning 10000 clauses out of 20015 with flag 475000/475000
204.01/107.96	c cleaning 10005 clauses out of 20016 with flag 485001/485001
207.40/109.71	c cleaning 10000 clauses out of 20010 with flag 495001/495001
210.73/111.54	c cleaning 9999 clauses out of 20011 with flag 505002/505002
213.73/113.19	c cleaning 10001 clauses out of 20011 with flag 515001/515001
218.09/115.50	c cleaning 10002 clauses out of 20010 with flag 525001/525001
222.64/117.83	c cleaning 10002 clauses out of 20008 with flag 535001/535001
227.14/120.23	c cleaning 10000 clauses out of 20005 with flag 545000/545000
230.72/122.16	c cleaning 9998 clauses out of 20005 with flag 555001/555001
234.88/124.33	c cleaning 9998 clauses out of 20007 with flag 565001/565001
239.41/126.78	c cleaning 9999 clauses out of 20009 with flag 575001/575001
244.11/129.29	c cleaning 10002 clauses out of 20010 with flag 585001/585001
248.66/131.63	c cleaning 9998 clauses out of 20006 with flag 595001/595001
252.80/133.86	c cleaning 9995 clauses out of 20008 with flag 605001/605001
256.54/135.87	c cleaning 10003 clauses out of 20013 with flag 615001/615001
260.83/138.19	c cleaning 10002 clauses out of 20009 with flag 625001/625001
264.57/140.20	c cleaning 10001 clauses out of 20006 with flag 635000/635000
268.91/142.48	c cleaning 9998 clauses out of 20006 with flag 645001/645001
272.65/144.49	c cleaning 10001 clauses out of 20010 with flag 655003/655003
276.91/146.73	c cleaning 9999 clauses out of 20006 with flag 665000/665000
281.65/149.24	c cleaning 10000 clauses out of 20007 with flag 675000/675000
285.98/151.50	c cleaning 10002 clauses out of 20008 with flag 685001/685001
290.53/153.95	c cleaning 10002 clauses out of 20007 with flag 695003/695003
295.58/156.67	c cleaning 9997 clauses out of 20003 with flag 705001/705001
300.50/159.25	c cleaning 9999 clauses out of 20005 with flag 715000/715000
305.41/161.82	c cleaning 10000 clauses out of 20006 with flag 725001/725001
308.36/163.48	c cleaning 0 clauses out of 11001 with flag 0/11001
309.05/163.99	c And the winner is Resolution
310.73/166.26	c starts		: 155
310.73/166.26	c conflicts		: 733466
310.73/166.26	c decisions		: 757638
310.73/166.26	c propagations		: 14156812
310.73/166.26	c inspects		: 442795383
310.73/166.26	c learnt literals	: 18
310.73/166.26	c learnt binary clauses	: 84
310.73/166.26	c learnt ternary clauses	: 305
310.73/166.26	c learnt clauses	: 733447
310.73/166.27	c ignored clauses	: 0
310.73/166.27	c root simplifications	: 0
310.73/166.27	c removed literals (reason simplification)	: 23942778
310.73/166.27	c reason swapping (by a shorter reason)	: 0
310.73/166.27	c Calls to reduceDB	: 74
310.73/166.27	c number of reductions to clauses (during analyze)	: 0
310.73/166.27	c number of learned constraints concerned by reduction	: 0
310.73/166.27	c number of learning phase by resolution	: 0
310.73/166.27	c number of learning phase by cutting planes	: 0
310.73/166.27	c speed (assignments/second)	: 193475.72125568872
310.73/166.27	c non guided choices	3971
310.73/166.27	c learnt constraints type 
310.73/166.27	c constraints type 
310.73/166.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
310.73/166.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
310.73/166.27	c constraints type 
310.73/166.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
310.73/166.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
310.73/166.27	s OPTIMUM FOUND
310.73/166.27	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 
310.73/166.27	c objective function=3
310.73/166.27	c Total wall clock time (in seconds): 166.046

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661653-1276646589/watcher-2661653-1276646589 -o /tmp/evaluation-result-2661653-1276646589/solver-2661653-1276646589 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661653-1276646589.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.06 1.01 1.00 3/106 12150
/proc/meminfo: memFree=1829436/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=248 CPUtime=0
/proc/12150/stat : 12150 (java6) S 12148 12150 11867 0 -1 4194304 110 0 0 0 0 0 0 0 23 0 1 0 5954255 253952 29 1992294400 134512640 134550932 4291866576 18446744073709551615 7467604 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/12150/statm: 62 29 21 10 0 23 0

[startup+0.033738 s]
/proc/loadavg: 1.06 1.01 1.00 3/106 12150
/proc/meminfo: memFree=1829436/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1518368 CPUtime=0.02
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 2710 0 1 0 0 2 0 0 15 0 4 0 5954255 1554808832 2153 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 379592 2154 460 10 0 377303 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1518368

[startup+0.100734 s]
/proc/loadavg: 1.06 1.01 1.00 3/106 12150
/proc/meminfo: memFree=1829436/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1524020 CPUtime=0.08
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 3934 0 1 0 6 2 0 0 15 0 12 0 5954255 1560596480 3372 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 381005 3372 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301187 s]
/proc/loadavg: 1.06 1.01 1.00 3/106 12150
/proc/meminfo: memFree=1829436/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1526416 CPUtime=0.35
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 5388 0 1 0 32 3 0 0 15 0 12 0 5954255 1563049984 4824 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 381604 4824 1353 10 0 378907 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526416

[startup+0.701214 s]
/proc/loadavg: 1.06 1.01 1.00 3/106 12150
/proc/meminfo: memFree=1829436/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1531288 CPUtime=1.13
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 7367 0 1 0 109 4 0 0 15 0 16 0 5954255 1568038912 6470 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 382822 6473 1418 10 0 380125 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1531288

[startup+1.50226 s]
/proc/loadavg: 1.06 1.01 1.00 4/122 12166
/proc/meminfo: memFree=1806740/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1541980 CPUtime=2.72
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 14519 0 1 0 264 8 0 0 15 0 16 0 5954255 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 385495 12375 1424 10 0 382798 0
[pid=12150/tid=12152] ppid=12148 vsize=1541980 CPUtime=0.42
/proc/12150/task/12152/stat : 12152 (java) S 12148 12150 11867 0 -1 4202560 4147 0 1 0 40 2 0 0 19 0 16 0 5954257 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=1541980 CPUtime=0
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 11867 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 5954258 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=1541980 CPUtime=0
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 5954258 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=1541980 CPUtime=0
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 5954260 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=1541980 CPUtime=0
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 11867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 5954260 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=1541980 CPUtime=0
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5954260 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=1541980 CPUtime=0
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5954265 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=1541980 CPUtime=0.92
/proc/12150/task/12159/stat : 12159 (java) R 12148 12150 11867 0 -1 4202560 4044 0 0 0 90 2 0 0 16 0 16 0 5954265 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 106251286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=1541980 CPUtime=0.7
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 11867 0 -1 4202560 1499 0 0 0 70 0 0 0 15 0 16 0 5954265 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=1541980 CPUtime=0
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 5954265 1578987520 12375 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=1541980 CPUtime=0
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 5954265 1578987520 12212 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12163] ppid=12148 vsize=1541328 CPUtime=0.51
/proc/12150/task/12163/stat : 12163 (java) R 12148 12150 11867 0 -1 4202560 2977 0 0 0 51 0 0 0 18 0 16 0 5954306 1578319872 12212 1992294400 134512640 134550932 4289908336 18446744073709551615 4109401460 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12150/tid=12164] ppid=12148 vsize=1540708 CPUtime=0.1
/proc/12150/task/12164/stat : 12164 (java) R 12148 12150 11867 0 -1 4202560 776 0 0 0 10 0 0 0 21 0 16 0 5954306 1577684992 12057 1992294400 134512640 134550932 4289908336 18446744073709551615 4109367213 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=1542012 CPUtime=0
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 11867 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 5954307 1579020288 12059 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=1542012 CPUtime=0
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5954307 1579020288 12073 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1541980

[startup+3.10636 s]
/proc/loadavg: 1.06 1.01 1.00 6/122 12168
/proc/meminfo: memFree=1760116/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1542800 CPUtime=5.86
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 29162 0 1 0 573 13 0 0 15 0 16 0 5954255 1579827200 22290 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 385700 22292 1448 10 0 383003 0
[pid=12150/tid=12152] ppid=12148 vsize=1542800 CPUtime=0.42
/proc/12150/task/12152/stat : 12152 (java) S 12148 12150 11867 0 -1 4202560 4147 0 1 0 40 2 0 0 18 0 16 0 5954257 1579827200 22293 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 11867 0 -1 4202560 356 0 0 0 0 0 0 0 15 0 16 0 5954258 1579827200 22294 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 11867 0 -1 4202560 218 0 0 0 0 0 0 0 18 0 16 0 5954258 1579827200 22295 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=1542800 CPUtime=0.02
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 11867 0 -1 4202560 566 0 0 0 2 0 0 0 16 0 16 0 5954260 1579827200 22296 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 5954260 1579827200 22297 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 5954260 1579827200 22300 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5954265 1579827200 22304 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=1542800 CPUtime=2.1
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 11867 0 -1 4202560 7641 0 0 0 206 4 0 0 16 0 16 0 5954265 1579827200 22306 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=1542800 CPUtime=1.08
/proc/12150/task/12160/stat : 12160 (java) R 12148 12150 11867 0 -1 4202560 3319 0 0 0 107 1 0 0 15 0 16 0 5954265 1579827200 22307 1992294400 134512640 134550932 4289908336 18446744073709551615 103137429 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 5954265 1579827200 22309 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 5954265 1579827200 22311 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12163] ppid=12148 vsize=1542800 CPUtime=1.68
/proc/12150/task/12163/stat : 12163 (java) R 12148 12150 11867 0 -1 4202560 7479 0 0 0 166 2 0 0 18 0 16 0 5954306 1579827200 22312 1992294400 134512640 134550932 4289908336 18446744073709551615 4109457023 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12150/tid=12164] ppid=12148 vsize=1542800 CPUtime=0.49
/proc/12150/task/12164/stat : 12164 (java) R 12148 12150 11867 0 -1 4202560 4387 0 0 0 48 1 0 0 21 0 16 0 5954306 1579827200 22314 1992294400 134512640 134550932 4289908336 18446744073709551615 4109750344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 11867 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 5954307 1579827200 22318 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5954307 1579827200 22319 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1542800

[startup+6.30156 s]
/proc/loadavg: 1.21 1.05 1.01 3/122 12168
/proc/meminfo: memFree=1673068/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1542800 CPUtime=12.06
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 48822 0 1 0 1183 23 0 0 15 0 16 0 5954255 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 385700 41337 1448 10 0 383003 0
[pid=12150/tid=12152] ppid=12148 vsize=1542800 CPUtime=0.42
/proc/12150/task/12152/stat : 12152 (java) S 12148 12150 11867 0 -1 4202560 4147 0 1 0 40 2 0 0 18 0 16 0 5954257 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=1542800 CPUtime=0.05
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 11867 0 -1 4202560 1066 0 0 0 5 0 0 0 16 0 16 0 5954258 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=1542800 CPUtime=0.05
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 11867 0 -1 4202560 913 0 0 0 5 0 0 0 15 0 16 0 5954258 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=1542800 CPUtime=0.14
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 11867 0 -1 4202560 2017 0 0 0 14 0 0 0 16 0 16 0 5954260 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 5954260 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 5954260 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5954265 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=1542800 CPUtime=2.76
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 11867 0 -1 4202560 8294 0 0 0 272 4 0 0 16 0 16 0 5954265 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=1542800 CPUtime=1.25
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 11867 0 -1 4202560 3331 0 0 0 124 1 0 0 16 0 16 0 5954265 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 5954265 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 5954265 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12163] ppid=12148 vsize=1542800 CPUtime=4.59
/proc/12150/task/12163/stat : 12163 (java) R 12148 12150 11867 0 -1 4202560 12493 0 0 0 455 4 0 0 21 0 16 0 5954306 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4109457023 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12150/tid=12164] ppid=12148 vsize=1542800 CPUtime=2.7
/proc/12150/task/12164/stat : 12164 (java) R 12148 12150 11867 0 -1 4202560 15488 0 0 0 264 6 0 0 25 0 16 0 5954306 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4109521528 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 11867 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 5954307 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=1542800 CPUtime=0
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5954307 1579827200 41337 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 1542800

[startup+12.702 s]
/proc/loadavg: 1.27 1.06 1.02 3/122 12168
/proc/meminfo: memFree=1629048/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1541776 CPUtime=24.53
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 59251 0 1 0 2426 27 0 0 15 0 16 0 5954255 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 385444 51196 1448 10 0 382747 0
[pid=12150/tid=12152] ppid=12148 vsize=1541776 CPUtime=0.42
/proc/12150/task/12152/stat : 12152 (java) S 12148 12150 11867 0 -1 4202560 4147 0 1 0 40 2 0 0 18 0 16 0 5954257 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=1541776 CPUtime=0.17
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 11867 0 -1 4202560 2695 0 0 0 16 1 0 0 16 0 16 0 5954258 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=1541776 CPUtime=0.19
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 11867 0 -1 4202560 2930 0 0 0 18 1 0 0 16 0 16 0 5954258 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=1541776 CPUtime=0.35
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 11867 0 -1 4202560 3530 0 0 0 34 1 0 0 15 0 16 0 5954260 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 5954260 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 5954260 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5954265 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=1541776 CPUtime=2.76
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 11867 0 -1 4202560 8294 0 0 0 272 4 0 0 15 0 16 0 5954265 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=1541776 CPUtime=1.25
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 11867 0 -1 4202560 3331 0 0 0 124 1 0 0 16 0 16 0 5954265 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 5954265 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 5954265 1578778624 51196 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0

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

/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 5954265 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 11867 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 16 0 5954265 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 11867 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 5954307 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5954307 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12173] ppid=12148 vsize=1541776 CPUtime=61.32
/proc/12150/task/12173/stat : 12173 (java) R 12148 12150 11867 0 -1 4202560 56 0 0 0 6132 0 0 0 24 0 16 0 5963565 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4109468711 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12150/tid=12174] ppid=12148 vsize=1541776 CPUtime=60.63
/proc/12150/task/12174/stat : 12174 (java) R 12148 12150 11867 0 -1 4202560 17 0 0 0 6062 1 0 0 17 0 16 0 5963565 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4109422054 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 306.17
Current children cumulated vsize (KiB) 1541776

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

[startup+163.102 s]
/proc/loadavg: 2.37 1.56 1.21 4/122 12176
/proc/meminfo: memFree=1577588/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1541776 CPUtime=307.76
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 74800 0 1 0 30722 54 0 0 15 0 16 0 5954255 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 385444 63865 1449 10 0 382747 0
[pid=12150/tid=12152] ppid=12148 vsize=1541776 CPUtime=0.43
/proc/12150/task/12152/stat : 12152 (java) S 12148 12150 11867 0 -1 4202560 4152 0 1 0 41 2 0 0 15 0 16 0 5954257 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=1541776 CPUtime=2.16
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 11867 0 -1 4202560 8235 0 0 0 207 9 0 0 16 0 16 0 5954258 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=1541776 CPUtime=2.17
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 11867 0 -1 4202560 9311 0 0 0 207 10 0 0 15 0 16 0 5954258 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=1541776 CPUtime=12
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 11867 0 -1 4202560 5171 0 0 0 1196 4 0 0 15 0 16 0 5954260 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 5954260 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 5954260 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 5954265 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=1541776 CPUtime=4.18
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 11867 0 -1 4202560 10092 0 0 0 414 4 0 0 15 0 16 0 5954265 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=1541776 CPUtime=1.26
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 11867 0 -1 4202560 3331 0 0 0 125 1 0 0 16 0 16 0 5954265 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 5954265 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 11867 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 16 0 5954265 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 11867 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 5954307 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5954307 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12173] ppid=12148 vsize=1541776 CPUtime=62.11
/proc/12150/task/12173/stat : 12173 (java) R 12148 12150 11867 0 -1 4202560 57 0 0 0 6211 0 0 0 25 0 16 0 5963565 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4109401328 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12150/tid=12174] ppid=12148 vsize=1541776 CPUtime=61.4
/proc/12150/task/12174/stat : 12174 (java) R 12148 12150 11867 0 -1 4202560 17 0 0 0 6139 1 0 0 18 0 16 0 5963565 1578778624 63865 1992294400 134512640 134550932 4289908336 18446744073709551615 4109423112 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 307.76
Current children cumulated vsize (KiB) 1541776

[startup+164.702 s]
/proc/loadavg: 2.37 1.56 1.21 2/122 12176
/proc/meminfo: memFree=1576472/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1541776 CPUtime=309.33
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 75115 0 1 0 30879 54 0 0 15 0 14 0 5954255 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 385444 64140 1449 10 0 382747 0
[pid=12150/tid=12152] ppid=12148 vsize=1541776 CPUtime=0.43
/proc/12150/task/12152/stat : 12152 (java) S 12148 12150 11867 0 -1 4202560 4152 0 1 0 41 2 0 0 15 0 14 0 5954257 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=1541776 CPUtime=2.18
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 11867 0 -1 4202560 8361 0 0 0 209 9 0 0 15 0 14 0 5954258 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=1541776 CPUtime=2.18
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 11867 0 -1 4202560 9499 0 0 0 208 10 0 0 15 0 14 0 5954258 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=1541776 CPUtime=12.31
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 11867 0 -1 4202560 5171 0 0 0 1227 4 0 0 16 0 14 0 5954260 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 5954260 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 5954260 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=1541776 CPUtime=4.2
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 11867 0 -1 4202560 10092 0 0 0 416 4 0 0 15 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=1541776 CPUtime=1.26
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 11867 0 -1 4202560 3331 0 0 0 125 1 0 0 16 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 11867 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 11867 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 5954307 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 5954307 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 309.33
Current children cumulated vsize (KiB) 1541776

[startup+165.502 s]
/proc/loadavg: 2.18 1.53 1.20 2/120 12176
/proc/meminfo: memFree=1576488/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1541776 CPUtime=310.03
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 75115 0 1 0 30949 54 0 0 15 0 14 0 5954255 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 385444 64140 1449 10 0 382747 0
[pid=12150/tid=12152] ppid=12148 vsize=1541776 CPUtime=1.09
/proc/12150/task/12152/stat : 12152 (java) R 12148 12150 11867 0 -1 4202560 4152 0 1 0 107 2 0 0 16 0 14 0 5954257 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4109194963 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=1541776 CPUtime=2.18
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 11867 0 -1 4202560 8361 0 0 0 209 9 0 0 15 0 14 0 5954258 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=1541776 CPUtime=2.18
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 11867 0 -1 4202560 9499 0 0 0 208 10 0 0 15 0 14 0 5954258 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=1541776 CPUtime=12.31
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 11867 0 -1 4202560 5171 0 0 0 1227 4 0 0 15 0 14 0 5954260 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 5954260 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 5954260 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=1541776 CPUtime=4.2
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 11867 0 -1 4202560 10092 0 0 0 416 4 0 0 15 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=1541776 CPUtime=1.29
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 11867 0 -1 4202560 3331 0 0 0 128 1 0 0 15 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 11867 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 11867 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 5954307 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 5954307 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 310.03
Current children cumulated vsize (KiB) 1541776

[startup+165.902 s]
/proc/loadavg: 2.18 1.53 1.20 2/120 12176
/proc/meminfo: memFree=1576488/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=1541776 CPUtime=310.43
/proc/12150/stat : 12150 (java) S 12148 12150 11867 0 -1 4202496 75115 0 1 0 30989 54 0 0 15 0 14 0 5954255 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 385444 64140 1449 10 0 382747 0
[pid=12150/tid=12152] ppid=12148 vsize=1541776 CPUtime=1.49
/proc/12150/task/12152/stat : 12152 (java) R 12148 12150 11867 0 -1 4202560 4152 0 1 0 147 2 0 0 17 0 14 0 5954257 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4109535555 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=1541776 CPUtime=2.18
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 11867 0 -1 4202560 8361 0 0 0 209 9 0 0 15 0 14 0 5954258 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=1541776 CPUtime=2.18
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 11867 0 -1 4202560 9499 0 0 0 208 10 0 0 15 0 14 0 5954258 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=1541776 CPUtime=12.31
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 11867 0 -1 4202560 5171 0 0 0 1227 4 0 0 16 0 14 0 5954260 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 5954260 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 5954260 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=1541776 CPUtime=4.2
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 11867 0 -1 4202560 10092 0 0 0 416 4 0 0 15 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=1541776 CPUtime=1.29
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 11867 0 -1 4202560 3331 0 0 0 128 1 0 0 15 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 11867 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 14 0 5954265 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 11867 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 5954307 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=1541776 CPUtime=0
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 5954307 1578778624 64140 1992294400 134512640 134550932 4289908336 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 310.43
Current children cumulated vsize (KiB) 1541776

[startup+166.302 s]
/proc/loadavg: 2.18 1.53 1.20 2/120 12176
/proc/meminfo: memFree=1576488/2059040 swapFree=4164944/4192956
[pid=12150] ppid=12148 vsize=0 CPUtime=310.8
/proc/12150/stat : 12150 (java) Z 12148 12150 11867 0 -1 4203548 75124 0 1 0 31026 54 0 0 15 0 2 0 5954255 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12150/statm: 0 0 0 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=0 CPUtime=0
/proc/12150/task/12166/stat : 12166 (java) R 12148 12150 11867 0 -1 4203588 4 0 0 0 0 0 0 0 18 0 2 0 5954307 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 310.8
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 166.329
CPU time (s): 310.843
CPU user time (s): 310.268
CPU system time (s): 0.574912
CPU usage (%): 186.885
Max. virtual memory (cumulated for all children) (KiB): 1544848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.268
system time used= 0.574912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75124
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= 6306
involuntary context switches= 9567

runsolver used 0.696894 second user time and 1.9777 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 02:03:09
IDJOB=2661653
IDBENCH=47908
IDSOLVER=1166
FILE ID=node029/2661653-1276646589
PBS_JOBID= 11172415
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=89-P1=127-P2=191-P3=17-P4=97-P5=227-P6=191-P7=41-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661653-1276646589/watcher-2661653-1276646589 -o /tmp/evaluation-result-2661653-1276646589/solver-2661653-1276646589 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661653-1276646589.opb

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

MD5SUM BENCH= 3f50fdda997abfe5e5c5cddf7b7c1313
RANDOM SEED=483983640

node029.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.221
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.44
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.221
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	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1829708 kB
Buffers:         35080 kB
Cached:          96028 kB
SwapCached:       1508 kB
Active:          92400 kB
Inactive:        72852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1829708 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:             320 kB
Writeback:           0 kB
AnonPages:       32628 kB
Mapped:          15104 kB
Slab:            42004 kB
PageTables:       3888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182328 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= 62576 MiB
End job on node029 at 2010-06-16 02:05:55