Trace number 2661725

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 307.574 162.981

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
MD5SUM8f717fbc7f85484ebc0de379ab09a890
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 benchmark9.76751
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 variables192
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a 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)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

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.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661725-1276648090.opb
0.22/0.22	c reading problem ... 
0.53/0.48	c ... done. Wall clock time 0.262s.
0.53/0.48	c #vars     704
0.53/0.48	c #constraints  1049
0.53/0.48	c constraints type 
0.53/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.53/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
0.53/0.49	c constraints type 
0.53/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.53/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
7.45/3.97	c cleaning 2501 clauses out of 5001 with flag 5001/5001
10.01/5.20	c cleaning 4250 clauses out of 8499 with flag 11000/11000
12.75/6.65	c cleaning 5621 clauses out of 11252 with flag 18003/18003
16.25/8.48	c cleaning 6812 clauses out of 13629 with flag 26001/26001
19.16/9.96	c cleaning 7903 clauses out of 15816 with flag 35000/35000
23.65/12.22	c cleaning 8944 clauses out of 17914 with flag 45001/45001
26.96/13.98	c cleaning 9478 clauses out of 18969 with flag 55000/55000
29.87/15.47	c cleaning 9739 clauses out of 19491 with flag 65000/65000
33.74/17.50	c cleaning 9869 clauses out of 19752 with flag 75000/75000
37.82/19.58	c cleaning 9939 clauses out of 19883 with flag 85000/85000
43.08/22.29	c cleaning 9967 clauses out of 19943 with flag 95000/95000
46.57/24.07	c cleaning 9982 clauses out of 19977 with flag 105001/105001
50.23/25.98	c cleaning 9993 clauses out of 19995 with flag 115001/115001
55.71/28.72	c cleaning 9999 clauses out of 20001 with flag 125000/125000
60.35/31.19	c cleaning 9999 clauses out of 20004 with flag 135002/135002
66.01/34.01	c cleaning 10001 clauses out of 20004 with flag 145001/145001
70.26/36.27	c cleaning 9995 clauses out of 20002 with flag 155000/155000
73.91/38.14	c cleaning 9997 clauses out of 20008 with flag 165001/165001
78.17/40.31	c cleaning 10002 clauses out of 20011 with flag 175001/175001
81.21/41.98	c cleaning 9996 clauses out of 20009 with flag 185001/185001
82.06/42.45	c And the winner is Resolution
82.22/42.72	c SATISFIABLE
82.22/42.72	c OPTIMIZING...
82.22/42.72	c Got one! Elapsed wall clock time (in seconds):42.496
82.22/42.72	o 57
84.15/43.73	c cleaning 9993 clauses out of 20013 with flag 195001/195001
88.60/46.04	c cleaning 10009 clauses out of 20020 with flag 205001/205001
91.87/47.72	c cleaning 9994 clauses out of 20009 with flag 215000/215000
94.92/49.36	c cleaning 9999 clauses out of 20015 with flag 225000/225000
98.75/51.33	c cleaning 10000 clauses out of 20017 with flag 235001/235001
104.19/54.11	c cleaning 10002 clauses out of 20017 with flag 245001/245001
108.43/56.33	c cleaning 10006 clauses out of 20015 with flag 255001/255001
112.68/58.52	c cleaning 9994 clauses out of 20008 with flag 265000/265000
117.09/60.89	c cleaning 10005 clauses out of 20015 with flag 275001/275001
119.15/61.94	c cleaning 0 clauses out of 5001 with flag 0/5001
122.01/63.43	c cleaning 10003 clauses out of 20009 with flag 285000/285000
125.65/65.37	c cleaning 9998 clauses out of 20006 with flag 295000/295000
129.65/67.49	c cleaning 9999 clauses out of 20008 with flag 305000/305000
132.71/69.06	c cleaning 9987 clauses out of 20009 with flag 315000/315000
135.17/70.39	c cleaning 9993 clauses out of 20022 with flag 325000/325000
138.41/72.06	c cleaning 10004 clauses out of 20031 with flag 335002/335002
142.81/74.37	c cleaning 10006 clauses out of 20024 with flag 345000/345000
147.04/76.52	c cleaning 10005 clauses out of 20018 with flag 355000/355000
150.47/78.34	c cleaning 9995 clauses out of 20013 with flag 365000/365000
154.12/80.26	c cleaning 10002 clauses out of 20018 with flag 375000/375000
158.51/82.53	c cleaning 10002 clauses out of 20016 with flag 385000/385000
162.53/84.66	c cleaning 10003 clauses out of 20014 with flag 395000/395000
166.37/86.62	c cleaning 9994 clauses out of 20009 with flag 405000/405000
168.81/87.98	c cleaning 9986 clauses out of 20015 with flag 415000/415000
171.40/89.40	c cleaning 10001 clauses out of 20033 with flag 425004/425004
174.04/90.71	c cleaning 9998 clauses out of 20029 with flag 435001/435001
177.28/92.41	c cleaning 10005 clauses out of 20032 with flag 445002/445002
181.10/94.50	c cleaning 10001 clauses out of 20026 with flag 455001/455001
184.47/96.25	c cleaning 10007 clauses out of 20025 with flag 465001/465001
188.89/98.51	c cleaning 10002 clauses out of 20017 with flag 475000/475000
193.11/100.77	c cleaning 10003 clauses out of 20015 with flag 485000/485000
197.72/103.14	c cleaning 9999 clauses out of 20012 with flag 495000/495000
201.10/104.98	c cleaning 10000 clauses out of 20013 with flag 505001/505001
202.35/105.68	c And the winner is Resolution
202.70/105.97	c Got one! Elapsed wall clock time (in seconds):105.742
202.70/105.97	o 43
204.17/106.79	c cleaning 9989 clauses out of 20012 with flag 515000/515000
207.56/108.57	c cleaning 9996 clauses out of 20025 with flag 525002/525002
211.16/110.46	c cleaning 10008 clauses out of 20027 with flag 535000/535000
216.10/113.02	c cleaning 10004 clauses out of 20020 with flag 545001/545001
219.51/114.87	c cleaning 9991 clauses out of 20017 with flag 555002/555002
222.92/116.65	c cleaning 10003 clauses out of 20023 with flag 565000/565000
226.29/118.50	c cleaning 10002 clauses out of 20021 with flag 575001/575001
230.05/120.42	c cleaning 10001 clauses out of 20018 with flag 585000/585000
230.48/120.72	c And the winner is Resolution
230.61/121.07	c Got one! Elapsed wall clock time (in seconds):120.843
230.61/121.07	o 19
233.45/122.52	c cleaning 9996 clauses out of 20018 with flag 595001/595001
236.67/124.27	c cleaning 9994 clauses out of 20021 with flag 605000/605000
239.86/125.94	c cleaning 9998 clauses out of 20027 with flag 615000/615000
243.03/127.67	c cleaning 9999 clauses out of 20029 with flag 625000/625000
246.43/129.40	c cleaning 10012 clauses out of 20030 with flag 635000/635000
251.00/131.80	c cleaning 10005 clauses out of 20018 with flag 645000/645000
255.39/134.13	c cleaning 10003 clauses out of 20013 with flag 655000/655000
259.73/136.48	c cleaning 9996 clauses out of 20009 with flag 665000/665000
260.34/136.83	c And the winner is Resolution
260.56/137.37	c Got one! Elapsed wall clock time (in seconds):137.147
260.56/137.37	o 3
263.58/138.99	c cleaning 9995 clauses out of 20014 with flag 675001/675001
267.16/140.81	c cleaning 9994 clauses out of 20020 with flag 685002/685002
270.73/142.77	c cleaning 9997 clauses out of 20024 with flag 695000/695000
274.86/144.96	c cleaning 10000 clauses out of 20027 with flag 705000/705000
278.05/146.68	c cleaning 10000 clauses out of 20028 with flag 715001/715001
281.64/148.58	c cleaning 10002 clauses out of 20030 with flag 725003/725003
286.38/151.09	c cleaning 10010 clauses out of 20026 with flag 735001/735001
292.10/154.07	c cleaning 10005 clauses out of 20015 with flag 745001/745001
296.83/156.57	c cleaning 10004 clauses out of 20009 with flag 755000/755000
301.78/159.19	c cleaning 9999 clauses out of 20006 with flag 765001/765001
305.94/161.31	c And the winner is Resolution
307.51/162.92	c starts		: 170
307.51/162.92	c conflicts		: 774324
307.51/162.92	c decisions		: 804174
307.51/162.92	c propagations		: 15505671
307.51/162.92	c inspects		: 397936907
307.51/162.92	c learnt literals	: 19
307.51/162.92	c learnt binary clauses	: 107
307.51/162.92	c learnt ternary clauses	: 327
307.51/162.92	c learnt clauses	: 774304
307.51/162.92	c ignored clauses	: 0
307.51/162.92	c root simplifications	: 0
307.51/162.92	c removed literals (reason simplification)	: 25101494
307.51/162.92	c reason swapping (by a shorter reason)	: 0
307.51/162.92	c Calls to reduceDB	: 78
307.51/162.92	c number of reductions to clauses (during analyze)	: 0
307.51/162.92	c number of learned constraints concerned by reduction	: 0
307.51/162.92	c number of learning phase by resolution	: 0
307.51/162.92	c number of learning phase by cutting planes	: 0
307.51/162.92	c speed (assignments/second)	: 606828.0760801503
307.51/162.92	c non guided choices	6548
307.51/162.92	c learnt constraints type 
307.51/162.92	c constraints type 
307.51/162.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
307.51/162.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
307.51/162.92	c constraints type 
307.51/162.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
307.51/162.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
307.51/162.92	s OPTIMUM FOUND
307.51/162.93	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 
307.51/162.93	c objective function=3
307.51/162.93	c Total wall clock time (in seconds): 162.702

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-2661725-1276648090/watcher-2661725-1276648090 -o /tmp/evaluation-result-2661725-1276648090/solver-2661725-1276648090 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661725-1276648090.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: 0.91 0.97 0.99 3/106 8743
/proc/meminfo: memFree=1861596/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=428 CPUtime=0
/proc/8743/stat : 8743 (java6) R 8741 8743 8164 0 -1 4194304 123 0 0 0 0 0 0 0 19 0 1 0 40410586 438272 43 1992294400 134512640 134550932 4294724880 18446744073709551615 7619156 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8743/statm: 111 45 36 10 0 25 0

[startup+0.0318589 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 8743
/proc/meminfo: memFree=1861596/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1518368 CPUtime=0.01
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 2677 0 1 0 0 1 0 0 15 0 4 0 40410586 1554808832 2121 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 379592 2124 441 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100858 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 8743
/proc/meminfo: memFree=1861596/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1524180 CPUtime=0.08
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 3949 0 1 0 6 2 0 0 15 0 12 0 40410586 1560760320 3388 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 381045 3389 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300854 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 8743
/proc/meminfo: memFree=1861596/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1526256 CPUtime=0.35
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 5357 0 1 0 31 4 0 0 15 0 12 0 40410586 1562886144 4794 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 381564 4794 1353 10 0 378867 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526256

[startup+0.700847 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 8743
/proc/meminfo: memFree=1861596/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1530356 CPUtime=1.12
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 7060 0 1 0 108 4 0 0 15 0 16 0 40410586 1567084544 6250 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 382589 6250 1401 10 0 379892 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530356

[startup+1.50183 s]
/proc/loadavg: 0.91 0.97 0.99 5/122 8759
/proc/meminfo: memFree=1836732/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1534180 CPUtime=2.71
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 10066 0 1 0 261 10 0 0 15 0 16 0 40410586 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 383545 8740 1425 10 0 380848 0
[pid=8743/tid=8745] ppid=8741 vsize=1534180 CPUtime=0.45
/proc/8743/task/8745/stat : 8745 (java) R 8741 8743 8164 0 -1 4202560 4190 0 1 0 43 2 0 0 18 0 16 0 40410587 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8741 vsize=1534180 CPUtime=0
/proc/8743/task/8746/stat : 8746 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 40410589 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8747] ppid=8741 vsize=1534180 CPUtime=0
/proc/8743/task/8747/stat : 8747 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 40410589 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8748] ppid=8741 vsize=1534180 CPUtime=0.06
/proc/8743/task/8748/stat : 8748 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 2 4 0 0 18 0 16 0 40410590 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8749] ppid=8741 vsize=1534180 CPUtime=0
/proc/8743/task/8749/stat : 8749 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 40410591 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8750] ppid=8741 vsize=1534180 CPUtime=0
/proc/8743/task/8750/stat : 8750 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40410591 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8751] ppid=8741 vsize=1534180 CPUtime=0
/proc/8743/task/8751/stat : 8751 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40410595 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8752] ppid=8741 vsize=1534180 CPUtime=0.21
/proc/8743/task/8752/stat : 8752 (java) R 8741 8743 8164 0 -1 4202560 110 0 0 0 21 0 0 0 21 0 16 0 40410595 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8743/tid=8753] ppid=8741 vsize=1534180 CPUtime=1.16
/proc/8743/task/8753/stat : 8753 (java) R 8741 8743 8164 0 -1 4202560 2777 0 0 0 115 1 0 0 17 0 16 0 40410595 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 102195619 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8743/tid=8754] ppid=8741 vsize=1534180 CPUtime=0
/proc/8743/task/8754/stat : 8754 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40410595 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8755] ppid=8741 vsize=1534180 CPUtime=0
/proc/8743/task/8755/stat : 8755 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40410595 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8756] ppid=8741 vsize=1534180 CPUtime=0.31
/proc/8743/task/8756/stat : 8756 (java) R 8741 8743 8164 0 -1 4202560 304 0 0 0 31 0 0 0 25 0 16 0 40410635 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8743/tid=8757] ppid=8741 vsize=1534180 CPUtime=0.47
/proc/8743/task/8757/stat : 8757 (java) R 8741 8743 8164 0 -1 4202560 1610 0 0 0 47 0 0 0 25 0 16 0 40410635 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4109848319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8743/tid=8758] ppid=8741 vsize=1534180 CPUtime=0
/proc/8743/task/8758/stat : 8758 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40410636 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8759] ppid=8741 vsize=1534180 CPUtime=0
/proc/8743/task/8759/stat : 8759 (java) S 8741 8743 8164 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40410646 1571000320 8740 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1534180

[startup+3.1018 s]
/proc/loadavg: 1.16 1.02 1.01 5/122 8759
/proc/meminfo: memFree=1809204/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1549496 CPUtime=5.87
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 33017 0 1 0 568 19 0 0 15 0 16 0 40410586 1586683904 25962 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 387374 25968 1430 10 0 384677 0
[pid=8743/tid=8745] ppid=8741 vsize=1549496 CPUtime=0.45
/proc/8743/task/8745/stat : 8745 (java) S 8741 8743 8164 0 -1 4202560 4190 0 1 0 43 2 0 0 18 0 16 0 40410587 1586683904 25971 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8746/stat : 8746 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 40410589 1586683904 25975 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8747] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8747/stat : 8747 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 40410589 1586683904 25979 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8748] ppid=8741 vsize=1549496 CPUtime=0.06
/proc/8743/task/8748/stat : 8748 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 2 4 0 0 18 0 16 0 40410590 1586683904 25982 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8749] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8749/stat : 8749 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 40410591 1586683904 25986 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8750] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8750/stat : 8750 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40410591 1586683904 25989 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8751] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8751/stat : 8751 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40410595 1586683904 25993 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8752] ppid=8741 vsize=1549496 CPUtime=1.34
/proc/8743/task/8752/stat : 8752 (java) R 8741 8743 8164 0 -1 4202560 2722 0 0 0 133 1 0 0 25 0 16 0 40410595 1586683904 25996 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8743/tid=8753] ppid=8741 vsize=1549496 CPUtime=2.49
/proc/8743/task/8753/stat : 8753 (java) S 8741 8743 8164 0 -1 4202560 10080 0 0 0 246 3 0 0 16 0 16 0 40410595 1586683904 25999 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8754] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8754/stat : 8754 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40410595 1586683904 26001 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8755] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8755/stat : 8755 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40410595 1586683904 26005 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8756] ppid=8741 vsize=1549496 CPUtime=0.55
/proc/8743/task/8756/stat : 8756 (java) R 8741 8743 8164 0 -1 4202560 2425 0 0 0 54 1 0 0 25 0 16 0 40410635 1586683904 26008 1992294400 134512640 134550932 4292316432 18446744073709551615 4109872334 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8743/tid=8757] ppid=8741 vsize=1549496 CPUtime=0.91
/proc/8743/task/8757/stat : 8757 (java) R 8741 8743 8164 0 -1 4202560 12575 0 0 0 87 4 0 0 25 0 16 0 40410635 1586683904 26012 1992294400 134512640 134550932 4292316432 18446744073709551615 4109932539 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8743/tid=8758] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8758/stat : 8758 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40410636 1586683904 26015 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8759] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8759/stat : 8759 (java) S 8741 8743 8164 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40410646 1586683904 26018 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1549496

[startup+6.30175 s]
/proc/loadavg: 1.16 1.02 1.01 3/122 8759
/proc/meminfo: memFree=1696240/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1549496 CPUtime=12.15
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 51277 0 1 0 1189 26 0 0 15 0 16 0 40410586 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 387374 42433 1448 10 0 384677 0
[pid=8743/tid=8745] ppid=8741 vsize=1549496 CPUtime=0.45
/proc/8743/task/8745/stat : 8745 (java) S 8741 8743 8164 0 -1 4202560 4190 0 1 0 43 2 0 0 18 0 16 0 40410587 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8741 vsize=1549496 CPUtime=0.06
/proc/8743/task/8746/stat : 8746 (java) S 8741 8743 8164 0 -1 4202560 902 0 0 0 6 0 0 0 15 0 16 0 40410589 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8747] ppid=8741 vsize=1549496 CPUtime=0.05
/proc/8743/task/8747/stat : 8747 (java) S 8741 8743 8164 0 -1 4202560 920 0 0 0 5 0 0 0 16 0 16 0 40410589 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8748] ppid=8741 vsize=1549496 CPUtime=0.15
/proc/8743/task/8748/stat : 8748 (java) S 8741 8743 8164 0 -1 4202560 1654 0 0 0 10 5 0 0 16 0 16 0 40410590 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8749] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8749/stat : 8749 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40410591 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8750] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8750/stat : 8750 (java) S 8741 8743 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40410591 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8751] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8751/stat : 8751 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40410595 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8752] ppid=8741 vsize=1549496 CPUtime=1.7
/proc/8743/task/8752/stat : 8752 (java) S 8741 8743 8164 0 -1 4202560 2749 0 0 0 169 1 0 0 15 0 16 0 40410595 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8753] ppid=8741 vsize=1549496 CPUtime=2.91
/proc/8743/task/8753/stat : 8753 (java) S 8741 8743 8164 0 -1 4202560 11864 0 0 0 287 4 0 0 15 0 16 0 40410595 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8754] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8754/stat : 8754 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40410595 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8755] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8755/stat : 8755 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40410595 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8756] ppid=8741 vsize=1549496 CPUtime=3.25
/proc/8743/task/8756/stat : 8756 (java) R 8741 8743 8164 0 -1 4202560 4338 0 0 0 324 1 0 0 25 0 16 0 40410635 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4109829582 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8743/tid=8757] ppid=8741 vsize=1549496 CPUtime=3.49
/proc/8743/task/8757/stat : 8757 (java) R 8741 8743 8164 0 -1 4202560 23588 0 0 0 341 8 0 0 25 0 16 0 40410635 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4109819790 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8743/tid=8758] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8758/stat : 8758 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40410636 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8759] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8759/stat : 8759 (java) S 8741 8743 8164 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40410646 1586683904 42433 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 1549496

[startup+12.7016 s]
/proc/loadavg: 1.29 1.05 1.02 3/122 8759
/proc/meminfo: memFree=1658916/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1549496 CPUtime=24.59
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 61247 0 1 0 2428 31 0 0 15 0 16 0 40410586 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 387374 52174 1448 10 0 384677 0
[pid=8743/tid=8745] ppid=8741 vsize=1549496 CPUtime=0.45
/proc/8743/task/8745/stat : 8745 (java) S 8741 8743 8164 0 -1 4202560 4191 0 1 0 43 2 0 0 15 0 16 0 40410587 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8741 vsize=1549496 CPUtime=0.15
/proc/8743/task/8746/stat : 8746 (java) S 8741 8743 8164 0 -1 4202560 2620 0 0 0 15 0 0 0 15 0 16 0 40410589 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8747] ppid=8741 vsize=1549496 CPUtime=0.15
/proc/8743/task/8747/stat : 8747 (java) S 8741 8743 8164 0 -1 4202560 2623 0 0 0 14 1 0 0 16 0 16 0 40410589 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8748] ppid=8741 vsize=1549496 CPUtime=0.39
/proc/8743/task/8748/stat : 8748 (java) S 8741 8743 8164 0 -1 4202560 2702 0 0 0 34 5 0 0 15 0 16 0 40410590 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8749] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8749/stat : 8749 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40410591 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8750] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8750/stat : 8750 (java) S 8741 8743 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40410591 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8751] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8751/stat : 8751 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40410595 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8752] ppid=8741 vsize=1549496 CPUtime=1.78
/proc/8743/task/8752/stat : 8752 (java) S 8741 8743 8164 0 -1 4202560 2749 0 0 0 177 1 0 0 16 0 16 0 40410595 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8753] ppid=8741 vsize=1549496 CPUtime=2.92
/proc/8743/task/8753/stat : 8753 (java) S 8741 8743 8164 0 -1 4202560 11864 0 0 0 288 4 0 0 16 0 16 0 40410595 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8754] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8754/stat : 8754 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40410595 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8755] ppid=8741 vsize=1549496 CPUtime=0
/proc/8743/task/8755/stat : 8755 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40410595 1586683904 52174 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0

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

[pid=8743/tid=8749] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8749/stat : 8749 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40410591 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8750] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8750/stat : 8750 (java) S 8741 8743 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40410591 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8751] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8751/stat : 8751 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40410595 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8752] ppid=8741 vsize=1551544 CPUtime=1.9
/proc/8743/task/8752/stat : 8752 (java) S 8741 8743 8164 0 -1 4202560 2749 0 0 0 189 1 0 0 15 0 16 0 40410595 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8753] ppid=8741 vsize=1551544 CPUtime=3.27
/proc/8743/task/8753/stat : 8753 (java) S 8741 8743 8164 0 -1 4202560 12744 0 0 0 323 4 0 0 15 0 16 0 40410595 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8754] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8754/stat : 8754 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40410595 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8755] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8755/stat : 8755 (java) S 8741 8743 8164 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 40410595 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8758] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8758/stat : 8758 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40410636 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8759] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8759/stat : 8759 (java) S 8741 8743 8164 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40410646 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8762] ppid=8741 vsize=1551544 CPUtime=7.7
/proc/8743/task/8762/stat : 8762 (java) R 8741 8743 8164 0 -1 4202560 5 0 0 0 770 0 0 0 25 0 16 0 40414858 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4109709380 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8743/tid=8763] ppid=8741 vsize=1551544 CPUtime=7.7
/proc/8743/task/8763/stat : 8763 (java) R 8741 8743 8164 0 -1 4202560 5 0 0 0 770 0 0 0 25 0 16 0 40414858 1588781056 57874 1992294400 134512640 134550932 4292316432 18446744073709551615 4109729084 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.35
Current children cumulated vsize (KiB) 1551544

[startup+102.309 s]
/proc/loadavg: 1.85 1.30 1.11 3/122 8763
/proc/meminfo: memFree=1620352/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1551544 CPUtime=196.15
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 72889 0 1 0 19567 48 0 0 15 0 16 0 40410586 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 387886 61273 1449 10 0 385189 0
[pid=8743/tid=8745] ppid=8741 vsize=1551544 CPUtime=0.45
/proc/8743/task/8745/stat : 8745 (java) S 8741 8743 8164 0 -1 4202560 4194 0 1 0 43 2 0 0 15 0 16 0 40410587 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8746] ppid=8741 vsize=1551544 CPUtime=1.53
/proc/8743/task/8746/stat : 8746 (java) S 8741 8743 8164 0 -1 4202560 6394 0 0 0 148 5 0 0 15 0 16 0 40410589 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8747] ppid=8741 vsize=1551544 CPUtime=1.53
/proc/8743/task/8747/stat : 8747 (java) S 8741 8743 8164 0 -1 4202560 6506 0 0 0 148 5 0 0 16 0 16 0 40410589 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8748] ppid=8741 vsize=1551544 CPUtime=5.94
/proc/8743/task/8748/stat : 8748 (java) S 8741 8743 8164 0 -1 4202560 4168 0 0 0 587 7 0 0 15 0 16 0 40410590 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8749] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8749/stat : 8749 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40410591 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8750] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8750/stat : 8750 (java) S 8741 8743 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40410591 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8751] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8751/stat : 8751 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40410595 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8752] ppid=8741 vsize=1551544 CPUtime=1.9
/proc/8743/task/8752/stat : 8752 (java) S 8741 8743 8164 0 -1 4202560 2749 0 0 0 189 1 0 0 15 0 16 0 40410595 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8753] ppid=8741 vsize=1551544 CPUtime=3.9
/proc/8743/task/8753/stat : 8753 (java) S 8741 8743 8164 0 -1 4202560 14250 0 0 0 385 5 0 0 16 0 16 0 40410595 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8754] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8754/stat : 8754 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40410595 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8755] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8755/stat : 8755 (java) S 8741 8743 8164 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 40410595 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8758] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8758/stat : 8758 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40410636 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8759] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8759/stat : 8759 (java) S 8741 8743 8164 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40410646 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8762] ppid=8741 vsize=1551544 CPUtime=54
/proc/8743/task/8762/stat : 8762 (java) R 8741 8743 8164 0 -1 4202560 51 0 0 0 5399 1 0 0 25 0 16 0 40414858 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4109787959 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8743/tid=8763] ppid=8741 vsize=1551544 CPUtime=53.16
/proc/8743/task/8763/stat : 8763 (java) R 8741 8743 8164 0 -1 4202560 28 0 0 0 5315 1 0 0 25 0 16 0 40414858 1588781056 61273 1992294400 134512640 134550932 4292316432 18446744073709551615 4109868462 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 196.15
Current children cumulated vsize (KiB) 1551544

[startup+162.302 s]
/proc/loadavg: 2.05 1.46 1.17 2/120 8771
/proc/meminfo: memFree=1601892/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1551544 CPUtime=306.91
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 77880 0 1 0 30633 58 0 0 15 0 14 0 40410586 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 387886 65843 1449 10 0 385189 0
[pid=8743/tid=8745] ppid=8741 vsize=1551544 CPUtime=1.34
/proc/8743/task/8745/stat : 8745 (java) R 8741 8743 8164 0 -1 4202560 4197 0 1 0 131 3 0 0 16 0 14 0 40410587 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4109563622 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8743/tid=8746] ppid=8741 vsize=1551544 CPUtime=2.46
/proc/8743/task/8746/stat : 8746 (java) S 8741 8743 8164 0 -1 4202560 8568 0 0 0 240 6 0 0 15 0 14 0 40410589 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8747] ppid=8741 vsize=1551544 CPUtime=2.47
/proc/8743/task/8747/stat : 8747 (java) S 8741 8743 8164 0 -1 4202560 8466 0 0 0 236 11 0 0 16 0 14 0 40410589 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8748] ppid=8741 vsize=1551544 CPUtime=11.22
/proc/8743/task/8748/stat : 8748 (java) S 8741 8743 8164 0 -1 4202560 4943 0 0 0 1113 9 0 0 16 0 14 0 40410590 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8749] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8749/stat : 8749 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 40410591 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8750] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8750/stat : 8750 (java) S 8741 8743 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40410591 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8751] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8751/stat : 8751 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8752] ppid=8741 vsize=1551544 CPUtime=1.92
/proc/8743/task/8752/stat : 8752 (java) S 8741 8743 8164 0 -1 4202560 2749 0 0 0 191 1 0 0 15 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8753] ppid=8741 vsize=1551544 CPUtime=3.98
/proc/8743/task/8753/stat : 8753 (java) S 8741 8743 8164 0 -1 4202560 14252 0 0 0 393 5 0 0 15 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8754] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8754/stat : 8754 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8755] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8755/stat : 8755 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8758] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8758/stat : 8758 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40410636 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8759] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8759/stat : 8759 (java) S 8741 8743 8164 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 40410646 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 306.91
Current children cumulated vsize (KiB) 1551544

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

[startup+162.702 s]
/proc/loadavg: 1.97 1.45 1.17 2/120 8771
/proc/meminfo: memFree=1601892/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1551544 CPUtime=307.32
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 77880 0 1 0 30674 58 0 0 15 0 14 0 40410586 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 387886 65843 1449 10 0 385189 0
[pid=8743/tid=8745] ppid=8741 vsize=1551544 CPUtime=1.74
/proc/8743/task/8745/stat : 8745 (java) R 8741 8743 8164 0 -1 4202560 4197 0 1 0 171 3 0 0 17 0 14 0 40410587 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4109563567 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8743/tid=8746] ppid=8741 vsize=1551544 CPUtime=2.46
/proc/8743/task/8746/stat : 8746 (java) S 8741 8743 8164 0 -1 4202560 8568 0 0 0 240 6 0 0 15 0 14 0 40410589 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8747] ppid=8741 vsize=1551544 CPUtime=2.47
/proc/8743/task/8747/stat : 8747 (java) S 8741 8743 8164 0 -1 4202560 8466 0 0 0 236 11 0 0 16 0 14 0 40410589 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8748] ppid=8741 vsize=1551544 CPUtime=11.22
/proc/8743/task/8748/stat : 8748 (java) S 8741 8743 8164 0 -1 4202560 4943 0 0 0 1113 9 0 0 16 0 14 0 40410590 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8749] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8749/stat : 8749 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 40410591 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8750] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8750/stat : 8750 (java) S 8741 8743 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40410591 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8751] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8751/stat : 8751 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8752] ppid=8741 vsize=1551544 CPUtime=1.92
/proc/8743/task/8752/stat : 8752 (java) S 8741 8743 8164 0 -1 4202560 2749 0 0 0 191 1 0 0 15 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8753] ppid=8741 vsize=1551544 CPUtime=3.98
/proc/8743/task/8753/stat : 8753 (java) S 8741 8743 8164 0 -1 4202560 14252 0 0 0 393 5 0 0 15 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8754] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8754/stat : 8754 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8755] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8755/stat : 8755 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8758] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8758/stat : 8758 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40410636 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8759] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8759/stat : 8759 (java) S 8741 8743 8164 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 40410646 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 307.32
Current children cumulated vsize (KiB) 1551544

[startup+162.902 s]
/proc/loadavg: 1.97 1.45 1.17 2/120 8771
/proc/meminfo: memFree=1601892/2059040 swapFree=4136752/4192956
[pid=8743] ppid=8741 vsize=1551544 CPUtime=307.51
/proc/8743/stat : 8743 (java) S 8741 8743 8164 0 -1 4202496 77880 0 1 0 30693 58 0 0 15 0 14 0 40410586 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8743/statm: 387886 65843 1449 10 0 385189 0
[pid=8743/tid=8745] ppid=8741 vsize=1551544 CPUtime=1.94
/proc/8743/task/8745/stat : 8745 (java) R 8741 8743 8164 0 -1 4202560 4197 0 1 0 191 3 0 0 17 0 14 0 40410587 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4109563594 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8743/tid=8746] ppid=8741 vsize=1551544 CPUtime=2.46
/proc/8743/task/8746/stat : 8746 (java) S 8741 8743 8164 0 -1 4202560 8568 0 0 0 240 6 0 0 15 0 14 0 40410589 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8747] ppid=8741 vsize=1551544 CPUtime=2.47
/proc/8743/task/8747/stat : 8747 (java) S 8741 8743 8164 0 -1 4202560 8466 0 0 0 236 11 0 0 16 0 14 0 40410589 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8748] ppid=8741 vsize=1551544 CPUtime=11.22
/proc/8743/task/8748/stat : 8748 (java) S 8741 8743 8164 0 -1 4202560 4943 0 0 0 1113 9 0 0 16 0 14 0 40410590 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8749] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8749/stat : 8749 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 40410591 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8750] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8750/stat : 8750 (java) S 8741 8743 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40410591 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8751] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8751/stat : 8751 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8752] ppid=8741 vsize=1551544 CPUtime=1.92
/proc/8743/task/8752/stat : 8752 (java) S 8741 8743 8164 0 -1 4202560 2749 0 0 0 191 1 0 0 15 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8753] ppid=8741 vsize=1551544 CPUtime=3.98
/proc/8743/task/8753/stat : 8753 (java) S 8741 8743 8164 0 -1 4202560 14252 0 0 0 393 5 0 0 15 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8754] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8754/stat : 8754 (java) S 8741 8743 8164 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=8743/tid=8755] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8755/stat : 8755 (java) S 8741 8743 8164 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 14 0 40410595 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8758] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8758/stat : 8758 (java) S 8741 8743 8164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40410636 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=8743/tid=8759] ppid=8741 vsize=1551544 CPUtime=0
/proc/8743/task/8759/stat : 8759 (java) S 8741 8743 8164 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 40410646 1588781056 65843 1992294400 134512640 134550932 4292316432 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 307.51
Current children cumulated vsize (KiB) 1551544

Child status: 30
Real time (s): 162.981
CPU time (s): 307.574
CPU user time (s): 306.961
CPU system time (s): 0.612906
CPU usage (%): 188.718
Max. virtual memory (cumulated for all children) (KiB): 1554136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 306.961
system time used= 0.612906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77886
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= 6276
involuntary context switches= 9520

runsolver used 0.733888 second user time and 1.9877 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-16 02:28:10
IDJOB=2661725
IDBENCH=47980
IDSOLVER=1166
FILE ID=node012/2661725-1276648090
PBS_JOBID= 11172403
Free space on /tmp= 62588 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=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661725-1276648090/watcher-2661725-1276648090 -o /tmp/evaluation-result-2661725-1276648090/solver-2661725-1276648090 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661725-1276648090.opb

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

MD5SUM BENCH= 8f717fbc7f85484ebc0de379ab09a890
RANDOM SEED=1888866873

node012.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.258
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.51
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.258
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1861868 kB
Buffers:         22528 kB
Cached:          93364 kB
SwapCached:       9656 kB
Active:          82076 kB
Inactive:        47148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1861868 kB
SwapTotal:     4192956 kB
SwapFree:      4136752 kB
Dirty:             256 kB
Writeback:           0 kB
AnonPages:       11640 kB
Mapped:           9396 kB
Slab:            45936 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182708 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= 62588 MiB
End job on node012 at 2010-06-16 02:30:53