Trace number 2658371

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 Resolution 2.2.0 2010-05-26OPT3 166.333 164.332

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
MD5SUM747af0da1666dabab7e7b60330c37a87
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 benchmark7.38288
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 variables216
Total number of constraints19
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 constraints19
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)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

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.14	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658371-1276648170.opb
0.23/0.21	c reading problem ... 
0.54/0.43	c ... done. Wall clock time 0.228s.
0.54/0.43	c #vars     792
0.54/0.43	c #constraints  1180
0.54/0.43	c constraints type 
0.54/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.54/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
3.00/2.01	c cleaning 2499 clauses out of 5000 with flag 5000/5000
4.18/3.19	c cleaning 4244 clauses out of 8502 with flag 11001/11001
5.58/4.57	c cleaning 5628 clauses out of 11257 with flag 18000/18000
7.29/6.25	c cleaning 6814 clauses out of 13629 with flag 26000/26000
9.23/8.15	c cleaning 7902 clauses out of 15815 with flag 35000/35000
11.74/10.66	c cleaning 8956 clauses out of 17913 with flag 45000/45000
13.69/12.40	c cleaning 9476 clauses out of 18956 with flag 55000/55000
16.24/14.77	c cleaning 9739 clauses out of 19483 with flag 65003/65003
17.85/16.38	c cleaning 9865 clauses out of 19741 with flag 75000/75000
20.46/18.95	c cleaning 9935 clauses out of 19877 with flag 85001/85001
22.17/20.61	c cleaning 9963 clauses out of 19944 with flag 95003/95003
23.77/22.23	c cleaning 9987 clauses out of 19980 with flag 105002/105002
25.47/23.99	c cleaning 9989 clauses out of 19993 with flag 115002/115002
27.17/25.64	c cleaning 9996 clauses out of 20002 with flag 125000/125000
28.88/27.37	c cleaning 9993 clauses out of 20007 with flag 135001/135001
31.38/29.87	c cleaning 9999 clauses out of 20014 with flag 145001/145001
33.28/31.72	c cleaning 9995 clauses out of 20015 with flag 155001/155001
35.34/33.79	c cleaning 10006 clauses out of 20019 with flag 165001/165001
37.25/35.67	c cleaning 10001 clauses out of 20013 with flag 175001/175001
39.07/37.43	c cleaning 10003 clauses out of 20011 with flag 185000/185000
40.96/39.39	c cleaning 9999 clauses out of 20008 with flag 195000/195000
42.97/41.30	c cleaning 9995 clauses out of 20009 with flag 205000/205000
44.58/42.95	c cleaning 10000 clauses out of 20015 with flag 215001/215001
46.48/44.84	c cleaning 10001 clauses out of 20014 with flag 225000/225000
48.08/46.49	c cleaning 9998 clauses out of 20013 with flag 235000/235000
49.70/48.00	c cleaning 9999 clauses out of 20015 with flag 245000/245000
52.10/50.42	c cleaning 9998 clauses out of 20016 with flag 255000/255000
54.51/52.87	c cleaning 10007 clauses out of 20018 with flag 265000/265000
56.71/55.03	c cleaning 10004 clauses out of 20011 with flag 275000/275000
58.61/56.94	c cleaning 10000 clauses out of 20007 with flag 285001/285001
61.02/59.38	c cleaning 10003 clauses out of 20007 with flag 295001/295001
63.52/61.82	c cleaning 9997 clauses out of 20003 with flag 305000/305000
64.92/63.29	c cleaning 9996 clauses out of 20007 with flag 315001/315001
67.13/65.47	c cleaning 10000 clauses out of 20010 with flag 325000/325000
68.63/66.99	c cleaning 9993 clauses out of 20009 with flag 335000/335000
70.03/68.35	c cleaning 9988 clauses out of 20018 with flag 345002/345002
71.93/70.24	c cleaning 10005 clauses out of 20028 with flag 355000/355000
74.14/72.41	c cleaning 10007 clauses out of 20023 with flag 365000/365000
76.64/74.91	c cleaning 10001 clauses out of 20016 with flag 375000/375000
78.84/77.14	c cleaning 10001 clauses out of 20016 with flag 385001/385001
80.55/78.88	c cleaning 9995 clauses out of 20015 with flag 395001/395001
81.96/80.25	c cleaning 9998 clauses out of 20021 with flag 405002/405002
83.76/82.01	c cleaning 9997 clauses out of 20022 with flag 415001/415001
85.37/83.66	c cleaning 10009 clauses out of 20024 with flag 425000/425000
87.66/85.98	c cleaning 10007 clauses out of 20015 with flag 435000/435000
89.46/87.77	c cleaning 10003 clauses out of 20008 with flag 445000/445000
90.78/89.09	c cleaning 9984 clauses out of 20004 with flag 455000/455000
92.28/90.57	c cleaning 9998 clauses out of 20020 with flag 465000/465000
94.38/92.60	c cleaning 10007 clauses out of 20022 with flag 475000/475000
96.29/94.55	c cleaning 10002 clauses out of 20015 with flag 485000/485000
97.98/96.24	c cleaning 9976 clauses out of 20013 with flag 495000/495000
99.39/97.60	c cleaning 9987 clauses out of 20038 with flag 505001/505001
100.89/99.12	c cleaning 10015 clauses out of 20050 with flag 515000/515000
103.40/101.62	c cleaning 10006 clauses out of 20036 with flag 525001/525001
105.50/103.71	c cleaning 10004 clauses out of 20029 with flag 535000/535000
106.41/104.66	c SATISFIABLE
106.41/104.66	c OPTIMIZING...
106.41/104.66	c Got one! Elapsed wall clock time (in seconds):104.455
106.41/104.66	o 173
107.01/105.21	c cleaning 9991 clauses out of 20024 with flag 545000/545000
108.71/106.91	c cleaning 9980 clauses out of 20033 with flag 555000/555000
110.22/108.44	c cleaning 10002 clauses out of 20055 with flag 565002/565002
111.83/110.10	c cleaning 10000 clauses out of 20051 with flag 575000/575000
113.52/111.78	c cleaning 10001 clauses out of 20051 with flag 585000/585000
115.43/113.65	c cleaning 10020 clauses out of 20050 with flag 595000/595000
117.13/115.38	c cleaning 10011 clauses out of 20030 with flag 605000/605000
119.65/117.87	c cleaning 10005 clauses out of 20020 with flag 615001/615001
122.15/120.34	c cleaning 10002 clauses out of 20014 with flag 625000/625000
124.15/122.37	c cleaning 9998 clauses out of 20012 with flag 635000/635000
126.07/124.29	c cleaning 10003 clauses out of 20014 with flag 645000/645000
127.76/125.96	c cleaning 10002 clauses out of 20012 with flag 655001/655001
129.67/127.87	c cleaning 10001 clauses out of 20009 with flag 665000/665000
132.38/130.50	c cleaning 9999 clauses out of 20007 with flag 675000/675000
134.19/132.38	c cleaning 9999 clauses out of 20009 with flag 685001/685001
136.20/134.31	c cleaning 9996 clauses out of 20010 with flag 695001/695001
136.40/134.58	c Got one! Elapsed wall clock time (in seconds):134.377
136.40/134.58	o 161
137.80/135.95	c cleaning 9994 clauses out of 20013 with flag 705000/705000
139.60/137.78	c cleaning 9995 clauses out of 20020 with flag 715001/715001
141.34/139.41	c cleaning 10002 clauses out of 20024 with flag 725000/725000
142.25/140.37	c Got one! Elapsed wall clock time (in seconds):140.164
142.25/140.37	o 129
142.85/140.91	c cleaning 9987 clauses out of 20022 with flag 735000/735000
144.66/142.74	c cleaning 9998 clauses out of 20035 with flag 745000/745000
146.66/144.72	c cleaning 9996 clauses out of 20038 with flag 755001/755001
149.16/147.29	c cleaning 10017 clauses out of 20041 with flag 765000/765000
151.66/149.78	c cleaning 10008 clauses out of 20025 with flag 775001/775001
153.97/152.02	c cleaning 10007 clauses out of 20016 with flag 785000/785000
155.57/153.67	c cleaning 10000 clauses out of 20009 with flag 795000/795000
157.28/155.30	c Got one! Elapsed wall clock time (in seconds):155.095
157.28/155.30	o 65
157.58/155.63	c cleaning 9989 clauses out of 20009 with flag 805000/805000
158.28/156.30	c Got one! Elapsed wall clock time (in seconds):156.099
158.28/156.30	o 9
158.99/157.02	c cleaning 9996 clauses out of 20020 with flag 815001/815001
160.50/158.54	c cleaning 9998 clauses out of 20025 with flag 825002/825002
162.20/160.21	c cleaning 9998 clauses out of 20027 with flag 835002/835002
163.80/161.82	c cleaning 9987 clauses out of 20027 with flag 845000/845000
165.50/163.59	c cleaning 10020 clauses out of 20041 with flag 855001/855001
166.21/164.25	c Got one! Elapsed wall clock time (in seconds):164.04
166.21/164.25	o 3
166.21/164.28	c starts		: 175
166.21/164.28	c conflicts		: 859644
166.21/164.28	c decisions		: 895472
166.21/164.28	c propagations		: 17442309
166.21/164.28	c inspects		: 427065158
166.21/164.28	c learnt literals	: 8
166.21/164.28	c learnt binary clauses	: 34
166.21/164.28	c learnt ternary clauses	: 140
166.21/164.28	c learnt clauses	: 859636
166.21/164.28	c ignored clauses	: 0
166.21/164.28	c root simplifications	: 0
166.21/164.28	c removed literals (reason simplification)	: 26942987
166.21/164.28	c reason swapping (by a shorter reason)	: 0
166.21/164.28	c Calls to reduceDB	: 87
166.21/164.28	c number of reductions to clauses (during analyze)	: 0
166.21/164.28	c number of learned constraints concerned by reduction	: 0
166.21/164.28	c number of learning phase by resolution	: 0
166.21/164.28	c number of learning phase by cutting planes	: 0
166.21/164.28	c speed (assignments/second)	: 5.130090882352941E8
166.21/164.28	c non guided choices	8350
166.21/164.28	c learnt constraints type 
166.21/164.28	c constraints type 
166.21/164.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
166.21/164.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
166.21/164.28	s OPTIMUM FOUND
166.21/164.28	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 x14 -x15 x16 x17 -x18 x19 -x20 -x21 x22 x23 x24 x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 x41 -x42 -x43 x44 x45 x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 x57 -x58 x59 -x60 -x61 x62 x63 -x64 x65 -x66 x67 -x68 -x69 -x70 x71 -x72 x73 x74 x75 -x76 x77 x78 -x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 x91 -x92 -x93 x94 x95 x96 x97 -x98 -x99 x100 x101 x102 x103 -x104 x105 -x106 -x107 x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 x129 -x130 x131 x132 -x133 -x134 -x135 x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 
166.21/164.28	c objective function=3
166.21/164.28	c Total wall clock time (in seconds): 164.077

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-2658371-1276648170/watcher-2658371-1276648170 -o /tmp/evaluation-result-2658371-1276648170/solver-2658371-1276648170 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658371-1276648170.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: 2.78 2.46 1.74 3/106 12514
/proc/meminfo: memFree=1802412/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=248 CPUtime=0
/proc/12514/stat : 12514 (java) R 12512 12514 12157 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 6105061 253952 28 1992294400 134512640 134550932 4288873840 18446744073709551615 1196510 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12514/statm: 62 28 21 10 0 23 0

[startup+0.079943 s]
/proc/loadavg: 2.78 2.46 1.74 3/106 12514
/proc/meminfo: memFree=1802412/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1521796 CPUtime=0.06
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 3782 0 1 0 5 1 0 0 18 0 7 0 6105061 1558319104 3224 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 380449 3224 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100905 s]
/proc/loadavg: 2.78 2.46 1.74 3/106 12514
/proc/meminfo: memFree=1802412/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1524184 CPUtime=0.08
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 3962 0 1 0 7 1 0 0 18 0 12 0 6105061 1560764416 3402 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.313235 s]
/proc/loadavg: 2.78 2.46 1.74 3/106 12514
/proc/meminfo: memFree=1802412/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1526612 CPUtime=0.39
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 5529 0 1 0 37 2 0 0 18 0 12 0 6105061 1563250688 4967 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 381653 4969 1363 10 0 378955 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526612

[startup+0.700986 s]
/proc/loadavg: 2.78 2.46 1.74 3/106 12514
/proc/meminfo: memFree=1802412/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1530008 CPUtime=1.13
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 6953 0 1 0 110 3 0 0 18 0 13 0 6105061 1566728192 6143 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 382502 6143 1410 10 0 379804 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1530008

[startup+1.50211 s]
/proc/loadavg: 2.79 2.46 1.74 4/119 12527
/proc/meminfo: memFree=1780796/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1530008 CPUtime=2.41
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 10476 0 1 0 237 4 0 0 18 0 13 0 6105061 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 382502 9665 1421 10 0 379804 0
[pid=12514/tid=12516] ppid=12512 vsize=1530008 CPUtime=1.45
/proc/12514/task/12516/stat : 12516 (java) R 12512 12514 12157 0 -1 4202560 7743 0 1 0 142 3 0 0 18 0 13 0 6105062 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4109162794 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12514/tid=12517] ppid=12512 vsize=1530008 CPUtime=0
/proc/12514/task/12517/stat : 12517 (java) S 12512 12514 12157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 6105064 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12518] ppid=12512 vsize=1530008 CPUtime=0
/proc/12514/task/12518/stat : 12518 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 6105064 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12519] ppid=12512 vsize=1530008 CPUtime=0
/proc/12514/task/12519/stat : 12519 (java) S 12512 12514 12157 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 6105065 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12520] ppid=12512 vsize=1530008 CPUtime=0
/proc/12514/task/12520/stat : 12520 (java) S 12512 12514 12157 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 6105066 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12521] ppid=12512 vsize=1530008 CPUtime=0
/proc/12514/task/12521/stat : 12521 (java) S 12512 12514 12157 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 6105066 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12522] ppid=12512 vsize=1530008 CPUtime=0
/proc/12514/task/12522/stat : 12522 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6105070 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12523] ppid=12512 vsize=1530008 CPUtime=0.81
/proc/12514/task/12523/stat : 12523 (java) S 12512 12514 12157 0 -1 4202560 1137 0 0 0 81 0 0 0 17 0 13 0 6105070 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12524] ppid=12512 vsize=1530008 CPUtime=0.12
/proc/12514/task/12524/stat : 12524 (java) S 12512 12514 12157 0 -1 4202560 530 0 0 0 12 0 0 0 23 0 13 0 6105070 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12525] ppid=12512 vsize=1530008 CPUtime=0
/proc/12514/task/12525/stat : 12525 (java) S 12512 12514 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6105070 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12526] ppid=12512 vsize=1530008 CPUtime=0
/proc/12514/task/12526/stat : 12526 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6105070 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12527] ppid=12512 vsize=1530008 CPUtime=0
/proc/12514/task/12527/stat : 12527 (java) S 12512 12514 12157 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6105105 1566728192 9665 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1530008

[startup+3.10134 s]
/proc/loadavg: 2.79 2.46 1.74 2/119 12527
/proc/meminfo: memFree=1756120/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1530140 CPUtime=4.18
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 13654 0 1 0 412 6 0 0 18 0 13 0 6105061 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 382535 12838 1440 10 0 379837 0
[pid=12514/tid=12516] ppid=12512 vsize=1530140 CPUtime=3.01
/proc/12514/task/12516/stat : 12516 (java) R 12512 12514 12157 0 -1 4202560 10106 0 1 0 297 4 0 0 20 0 13 0 6105062 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4109198128 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12514/tid=12517] ppid=12512 vsize=1530140 CPUtime=0
/proc/12514/task/12517/stat : 12517 (java) S 12512 12514 12157 0 -1 4202560 241 0 0 0 0 0 0 0 18 0 13 0 6105064 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12518] ppid=12512 vsize=1530140 CPUtime=0
/proc/12514/task/12518/stat : 12518 (java) S 12512 12514 12157 0 -1 4202560 146 0 0 0 0 0 0 0 18 0 13 0 6105064 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12519] ppid=12512 vsize=1530140 CPUtime=0.02
/proc/12514/task/12519/stat : 12519 (java) S 12512 12514 12157 0 -1 4202560 379 0 0 0 2 0 0 0 15 0 13 0 6105065 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12520] ppid=12512 vsize=1530140 CPUtime=0
/proc/12514/task/12520/stat : 12520 (java) S 12512 12514 12157 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6105066 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12521] ppid=12512 vsize=1530140 CPUtime=0
/proc/12514/task/12521/stat : 12521 (java) S 12512 12514 12157 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6105066 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12522] ppid=12512 vsize=1530140 CPUtime=0
/proc/12514/task/12522/stat : 12522 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6105070 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12523] ppid=12512 vsize=1530140 CPUtime=0.91
/proc/12514/task/12523/stat : 12523 (java) S 12512 12514 12157 0 -1 4202560 1150 0 0 0 91 0 0 0 16 0 13 0 6105070 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12524] ppid=12512 vsize=1530140 CPUtime=0.19
/proc/12514/task/12524/stat : 12524 (java) S 12512 12514 12157 0 -1 4202560 567 0 0 0 19 0 0 0 18 0 13 0 6105070 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12525] ppid=12512 vsize=1530140 CPUtime=0
/proc/12514/task/12525/stat : 12525 (java) S 12512 12514 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6105070 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12526] ppid=12512 vsize=1530140 CPUtime=0
/proc/12514/task/12526/stat : 12526 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6105070 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12527] ppid=12512 vsize=1530140 CPUtime=0
/proc/12514/task/12527/stat : 12527 (java) S 12512 12514 12157 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6105105 1566863360 12838 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1530140

[startup+6.30178 s]
/proc/loadavg: 2.79 2.46 1.74 2/119 12527
/proc/meminfo: memFree=1746200/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1529864 CPUtime=7.44
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 18229 0 1 0 736 8 0 0 18 0 13 0 6105061 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 382466 17362 1440 10 0 379768 0
[pid=12514/tid=12516] ppid=12512 vsize=1529864 CPUtime=6.1
/proc/12514/task/12516/stat : 12516 (java) R 12512 12514 12157 0 -1 4202560 13838 0 1 0 604 6 0 0 25 0 13 0 6105062 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4109178980 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12514/tid=12517] ppid=12512 vsize=1529864 CPUtime=0.01
/proc/12514/task/12517/stat : 12517 (java) S 12512 12514 12157 0 -1 4202560 482 0 0 0 1 0 0 0 16 0 13 0 6105064 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12518] ppid=12512 vsize=1529864 CPUtime=0.01
/proc/12514/task/12518/stat : 12518 (java) S 12512 12514 12157 0 -1 4202560 289 0 0 0 1 0 0 0 18 0 13 0 6105064 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12519] ppid=12512 vsize=1529864 CPUtime=0.1
/proc/12514/task/12519/stat : 12519 (java) S 12512 12514 12157 0 -1 4202560 829 0 0 0 10 0 0 0 16 0 13 0 6105065 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12520] ppid=12512 vsize=1529864 CPUtime=0
/proc/12514/task/12520/stat : 12520 (java) S 12512 12514 12157 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6105066 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12521] ppid=12512 vsize=1529864 CPUtime=0
/proc/12514/task/12521/stat : 12521 (java) S 12512 12514 12157 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6105066 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12522] ppid=12512 vsize=1529864 CPUtime=0
/proc/12514/task/12522/stat : 12522 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6105070 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12523] ppid=12512 vsize=1529864 CPUtime=0.91
/proc/12514/task/12523/stat : 12523 (java) S 12512 12514 12157 0 -1 4202560 1150 0 0 0 91 0 0 0 16 0 13 0 6105070 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12524] ppid=12512 vsize=1529864 CPUtime=0.25
/proc/12514/task/12524/stat : 12524 (java) S 12512 12514 12157 0 -1 4202560 576 0 0 0 25 0 0 0 15 0 13 0 6105070 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12525] ppid=12512 vsize=1529864 CPUtime=0
/proc/12514/task/12525/stat : 12525 (java) S 12512 12514 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6105070 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12526] ppid=12512 vsize=1529864 CPUtime=0
/proc/12514/task/12526/stat : 12526 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6105070 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12527] ppid=12512 vsize=1529864 CPUtime=0
/proc/12514/task/12527/stat : 12527 (java) S 12512 12514 12157 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6105105 1566580736 17362 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 1529864

[startup+12.7017 s]
/proc/loadavg: 2.67 2.45 1.74 2/119 12529
/proc/meminfo: memFree=1725616/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1537032 CPUtime=14.24
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 24245 0 1 0 1413 11 0 0 18 0 13 0 6105061 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 384258 22279 1440 10 0 381560 0
[pid=12514/tid=12516] ppid=12512 vsize=1537032 CPUtime=12.37
/proc/12514/task/12516/stat : 12516 (java) R 12512 12514 12157 0 -1 4202560 15846 0 1 0 1230 7 0 0 25 0 13 0 6105062 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4109107212 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12514/tid=12517] ppid=12512 vsize=1537032 CPUtime=0.04
/proc/12514/task/12517/stat : 12517 (java) S 12512 12514 12157 0 -1 4202560 674 0 0 0 4 0 0 0 15 0 13 0 6105064 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12518] ppid=12512 vsize=1537032 CPUtime=0.02
/proc/12514/task/12518/stat : 12518 (java) S 12512 12514 12157 0 -1 4202560 575 0 0 0 2 0 0 0 17 0 13 0 6105064 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12519] ppid=12512 vsize=1537032 CPUtime=0.19
/proc/12514/task/12519/stat : 12519 (java) S 12512 12514 12157 0 -1 4202560 1568 0 0 0 19 0 0 0 16 0 13 0 6105065 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12520] ppid=12512 vsize=1537032 CPUtime=0
/proc/12514/task/12520/stat : 12520 (java) S 12512 12514 12157 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6105066 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12521] ppid=12512 vsize=1537032 CPUtime=0
/proc/12514/task/12521/stat : 12521 (java) S 12512 12514 12157 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6105066 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12522] ppid=12512 vsize=1537032 CPUtime=0
/proc/12514/task/12522/stat : 12522 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6105070 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12523] ppid=12512 vsize=1537032 CPUtime=1.29
/proc/12514/task/12523/stat : 12523 (java) S 12512 12514 12157 0 -1 4202560 3937 0 0 0 127 2 0 0 16 0 13 0 6105070 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12524] ppid=12512 vsize=1537032 CPUtime=0.28
/proc/12514/task/12524/stat : 12524 (java) S 12512 12514 12157 0 -1 4202560 580 0 0 0 28 0 0 0 15 0 13 0 6105070 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12525] ppid=12512 vsize=1537032 CPUtime=0
/proc/12514/task/12525/stat : 12525 (java) S 12512 12514 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6105070 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12526] ppid=12512 vsize=1537032 CPUtime=0
/proc/12514/task/12526/stat : 12526 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6105070 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12527] ppid=12512 vsize=1537032 CPUtime=0
/proc/12514/task/12527/stat : 12527 (java) S 12512 12514 12157 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6105105 1573920768 22279 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 1537032

[startup+25.5004 s]
/proc/loadavg: 2.49 2.42 1.74 2/119 12529
/proc/meminfo: memFree=1679612/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1532936 CPUtime=27.07
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 34661 0 1 0 2692 15 0 0 18 0 13 0 6105061 1569726464 31705 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 383234 31705 1440 10 0 380536 0
[pid=12514/tid=12516] ppid=12512 vsize=1532936 CPUtime=24.9
/proc/12514/task/12516/stat : 12516 (java) R 12512 12514 12157 0 -1 4202560 25966 0 1 0 2480 10 0 0 25 0 13 0 6105062 1569726464 31705 1992294400 134512640 134550932 4288873840 18446744073709551615 4109196868 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12514/tid=12517] ppid=12512 vsize=1532936 CPUtime=0.07
/proc/12514/task/12517/stat : 12517 (java) S 12512 12514 12157 0 -1 4202560 712 0 0 0 7 0 0 0 16 0 13 0 6105064 1569726464 31705 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12518] ppid=12512 vsize=1532936 CPUtime=0.06
/proc/12514/task/12518/stat : 12518 (java) S 12512 12514 12157 0 -1 4202560 633 0 0 0 6 0 0 0 15 0 13 0 6105064 1569726464 31705 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12519] ppid=12512 vsize=1532936 CPUtime=0.39

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

/proc/12514/task/12527/stat : 12527 (java) S 12512 12514 12157 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6105105 1569726464 32373 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.8
Current children cumulated vsize (KiB) 1532936

[startup+102.308 s]
/proc/loadavg: 1.55 2.15 1.70 2/119 12531
/proc/meminfo: memFree=1665476/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1532936 CPUtime=104.11
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 38228 0 1 0 10393 18 0 0 18 0 13 0 6105061 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 383234 35216 1440 10 0 380536 0
[pid=12514/tid=12516] ppid=12512 vsize=1532936 CPUtime=99.92
/proc/12514/task/12516/stat : 12516 (java) R 12512 12514 12157 0 -1 4202560 27647 0 1 0 9980 12 0 0 25 0 13 0 6105062 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4109104120 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12514/tid=12517] ppid=12512 vsize=1532936 CPUtime=0.31
/proc/12514/task/12517/stat : 12517 (java) S 12512 12514 12157 0 -1 4202560 718 0 0 0 30 1 0 0 15 0 13 0 6105064 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12518] ppid=12512 vsize=1532936 CPUtime=0.3
/proc/12514/task/12518/stat : 12518 (java) S 12512 12514 12157 0 -1 4202560 638 0 0 0 30 0 0 0 16 0 13 0 6105064 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12519] ppid=12512 vsize=1532936 CPUtime=1.87
/proc/12514/task/12519/stat : 12519 (java) S 12512 12514 12157 0 -1 4202560 3632 0 0 0 186 1 0 0 16 0 13 0 6105065 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12520] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12520/stat : 12520 (java) S 12512 12514 12157 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6105066 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12521] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12521/stat : 12521 (java) S 12512 12514 12157 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6105066 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12522] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12522/stat : 12522 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6105070 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12523] ppid=12512 vsize=1532936 CPUtime=1.38
/proc/12514/task/12523/stat : 12523 (java) S 12512 12514 12157 0 -1 4202560 3942 0 0 0 136 2 0 0 15 0 13 0 6105070 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12524] ppid=12512 vsize=1532936 CPUtime=0.28
/proc/12514/task/12524/stat : 12524 (java) S 12512 12514 12157 0 -1 4202560 580 0 0 0 28 0 0 0 15 0 13 0 6105070 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12525] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12525/stat : 12525 (java) S 12512 12514 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6105070 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12526] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12526/stat : 12526 (java) S 12512 12514 12157 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 6105070 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12527] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12527/stat : 12527 (java) S 12512 12514 12157 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6105105 1569726464 35216 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 104.11
Current children cumulated vsize (KiB) 1532936

[startup+162.301 s]
/proc/loadavg: 1.24 1.95 1.66 2/119 12533
/proc/meminfo: memFree=1662748/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1532936 CPUtime=164.31
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 38992 0 1 0 16411 20 0 0 18 0 13 0 6105061 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 383234 35939 1440 10 0 380536 0
[pid=12514/tid=12516] ppid=12512 vsize=1532936 CPUtime=158.32
/proc/12514/task/12516/stat : 12516 (java) R 12512 12514 12157 0 -1 4202560 27680 0 1 0 15820 12 0 0 25 0 13 0 6105062 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4109149587 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12514/tid=12517] ppid=12512 vsize=1532936 CPUtime=0.52
/proc/12514/task/12517/stat : 12517 (java) S 12512 12514 12157 0 -1 4202560 721 0 0 0 50 2 0 0 16 0 13 0 6105064 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12518] ppid=12512 vsize=1532936 CPUtime=0.49
/proc/12514/task/12518/stat : 12518 (java) S 12512 12514 12157 0 -1 4202560 638 0 0 0 49 0 0 0 15 0 13 0 6105064 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12519] ppid=12512 vsize=1532936 CPUtime=3.21
/proc/12514/task/12519/stat : 12519 (java) S 12512 12514 12157 0 -1 4202560 4355 0 0 0 319 2 0 0 16 0 13 0 6105065 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12520] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12520/stat : 12520 (java) S 12512 12514 12157 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6105066 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12521] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12521/stat : 12521 (java) S 12512 12514 12157 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6105066 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12522] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12522/stat : 12522 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6105070 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12523] ppid=12512 vsize=1532936 CPUtime=1.43
/proc/12514/task/12523/stat : 12523 (java) S 12512 12514 12157 0 -1 4202560 3943 0 0 0 141 2 0 0 15 0 13 0 6105070 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12524] ppid=12512 vsize=1532936 CPUtime=0.29
/proc/12514/task/12524/stat : 12524 (java) S 12512 12514 12157 0 -1 4202560 580 0 0 0 29 0 0 0 15 0 13 0 6105070 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12525] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12525/stat : 12525 (java) S 12512 12514 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6105070 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12526] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12526/stat : 12526 (java) S 12512 12514 12157 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 6105070 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12527] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12527/stat : 12527 (java) S 12512 12514 12157 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6105105 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 164.31
Current children cumulated vsize (KiB) 1532936

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

[startup+163.101 s]
/proc/loadavg: 1.24 1.95 1.66 2/119 12533
/proc/meminfo: memFree=1662500/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1532936 CPUtime=165.1
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 38992 0 1 0 16490 20 0 0 18 0 13 0 6105061 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 383234 35939 1440 10 0 380536 0
[pid=12514/tid=12516] ppid=12512 vsize=1532936 CPUtime=159.11
/proc/12514/task/12516/stat : 12516 (java) R 12512 12514 12157 0 -1 4202560 27680 0 1 0 15899 12 0 0 25 0 13 0 6105062 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4109161378 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12514/tid=12517] ppid=12512 vsize=1532936 CPUtime=0.52
/proc/12514/task/12517/stat : 12517 (java) S 12512 12514 12157 0 -1 4202560 721 0 0 0 50 2 0 0 16 0 13 0 6105064 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12518] ppid=12512 vsize=1532936 CPUtime=0.49
/proc/12514/task/12518/stat : 12518 (java) S 12512 12514 12157 0 -1 4202560 638 0 0 0 49 0 0 0 15 0 13 0 6105064 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12519] ppid=12512 vsize=1532936 CPUtime=3.21
/proc/12514/task/12519/stat : 12519 (java) S 12512 12514 12157 0 -1 4202560 4355 0 0 0 319 2 0 0 15 0 13 0 6105065 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12520] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12520/stat : 12520 (java) S 12512 12514 12157 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6105066 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12521] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12521/stat : 12521 (java) S 12512 12514 12157 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6105066 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12522] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12522/stat : 12522 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6105070 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12523] ppid=12512 vsize=1532936 CPUtime=1.43
/proc/12514/task/12523/stat : 12523 (java) S 12512 12514 12157 0 -1 4202560 3943 0 0 0 141 2 0 0 15 0 13 0 6105070 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12524] ppid=12512 vsize=1532936 CPUtime=0.29
/proc/12514/task/12524/stat : 12524 (java) S 12512 12514 12157 0 -1 4202560 580 0 0 0 29 0 0 0 15 0 13 0 6105070 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12525] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12525/stat : 12525 (java) S 12512 12514 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6105070 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12526] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12526/stat : 12526 (java) S 12512 12514 12157 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 6105070 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12527] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12527/stat : 12527 (java) S 12512 12514 12157 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6105105 1569726464 35939 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.1
Current children cumulated vsize (KiB) 1532936

[startup+163.91 s]
/proc/loadavg: 1.24 1.95 1.66 2/119 12533
/proc/meminfo: memFree=1662376/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1532936 CPUtime=165.92
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 39037 0 1 0 16572 20 0 0 18 0 13 0 6105061 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 383234 35983 1440 10 0 380536 0
[pid=12514/tid=12516] ppid=12512 vsize=1532936 CPUtime=159.88
/proc/12514/task/12516/stat : 12516 (java) R 12512 12514 12157 0 -1 4202560 27681 0 1 0 15976 12 0 0 25 0 13 0 6105062 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4109150085 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12514/tid=12517] ppid=12512 vsize=1532936 CPUtime=0.53
/proc/12514/task/12517/stat : 12517 (java) S 12512 12514 12157 0 -1 4202560 721 0 0 0 51 2 0 0 15 0 13 0 6105064 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12518] ppid=12512 vsize=1532936 CPUtime=0.5
/proc/12514/task/12518/stat : 12518 (java) S 12512 12514 12157 0 -1 4202560 638 0 0 0 50 0 0 0 16 0 13 0 6105064 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12519] ppid=12512 vsize=1532936 CPUtime=3.25
/proc/12514/task/12519/stat : 12519 (java) S 12512 12514 12157 0 -1 4202560 4399 0 0 0 323 2 0 0 16 0 13 0 6105065 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12520] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12520/stat : 12520 (java) S 12512 12514 12157 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6105066 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12521] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12521/stat : 12521 (java) S 12512 12514 12157 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6105066 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12522] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12522/stat : 12522 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6105070 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12523] ppid=12512 vsize=1532936 CPUtime=1.43
/proc/12514/task/12523/stat : 12523 (java) S 12512 12514 12157 0 -1 4202560 3943 0 0 0 141 2 0 0 15 0 13 0 6105070 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12524] ppid=12512 vsize=1532936 CPUtime=0.29
/proc/12514/task/12524/stat : 12524 (java) S 12512 12514 12157 0 -1 4202560 580 0 0 0 29 0 0 0 15 0 13 0 6105070 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12525] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12525/stat : 12525 (java) S 12512 12514 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6105070 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12526] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12526/stat : 12526 (java) S 12512 12514 12157 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 6105070 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12527] ppid=12512 vsize=1532936 CPUtime=0
/proc/12514/task/12527/stat : 12527 (java) S 12512 12514 12157 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6105105 1569726464 35983 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.92
Current children cumulated vsize (KiB) 1532936

[startup+164.302 s]
/proc/loadavg: 1.24 1.95 1.66 2/119 12533
/proc/meminfo: memFree=1662376/2059040 swapFree=4144492/4192956
[pid=12514] ppid=12512 vsize=1533260 CPUtime=166.3
/proc/12514/stat : 12514 (java) S 12512 12514 12157 0 -1 4202496 39048 0 1 0 16610 20 0 0 18 0 13 0 6105061 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12514/statm: 383315 35994 1441 10 0 380617 0
[pid=12514/tid=12516] ppid=12512 vsize=1533260 CPUtime=160.25
/proc/12514/task/12516/stat : 12516 (java) S 12512 12514 12157 0 -1 4202560 27686 0 1 0 16013 12 0 0 25 0 13 0 6105062 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12517] ppid=12512 vsize=1533260 CPUtime=0.53
/proc/12514/task/12517/stat : 12517 (java) S 12512 12514 12157 0 -1 4202560 721 0 0 0 51 2 0 0 15 0 13 0 6105064 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12518] ppid=12512 vsize=1533260 CPUtime=0.5
/proc/12514/task/12518/stat : 12518 (java) S 12512 12514 12157 0 -1 4202560 638 0 0 0 50 0 0 0 16 0 13 0 6105064 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12519] ppid=12512 vsize=1533260 CPUtime=3.25
/proc/12514/task/12519/stat : 12519 (java) S 12512 12514 12157 0 -1 4202560 4399 0 0 0 323 2 0 0 16 0 13 0 6105065 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 0 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12520] ppid=12512 vsize=1533260 CPUtime=0
/proc/12514/task/12520/stat : 12520 (java) S 12512 12514 12157 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6105066 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12521] ppid=12512 vsize=1533260 CPUtime=0
/proc/12514/task/12521/stat : 12521 (java) S 12512 12514 12157 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6105066 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12522] ppid=12512 vsize=1533260 CPUtime=0
/proc/12514/task/12522/stat : 12522 (java) S 12512 12514 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6105070 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12523] ppid=12512 vsize=1533260 CPUtime=1.43
/proc/12514/task/12523/stat : 12523 (java) S 12512 12514 12157 0 -1 4202560 3943 0 0 0 141 2 0 0 15 0 13 0 6105070 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12524] ppid=12512 vsize=1533260 CPUtime=0.3
/proc/12514/task/12524/stat : 12524 (java) S 12512 12514 12157 0 -1 4202560 580 0 0 0 30 0 0 0 15 0 13 0 6105070 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 1 0 0 0
[pid=12514/tid=12525] ppid=12512 vsize=1533260 CPUtime=0
/proc/12514/task/12525/stat : 12525 (java) S 12512 12514 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6105070 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12526] ppid=12512 vsize=1533260 CPUtime=0
/proc/12514/task/12526/stat : 12526 (java) S 12512 12514 12157 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 6105070 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
[pid=12514/tid=12527] ppid=12512 vsize=1533260 CPUtime=0
/proc/12514/task/12527/stat : 12527 (java) S 12512 12514 12157 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6105105 1570058240 35994 1992294400 134512640 134550932 4288873840 18446744073709551615 4294960144 0 4 0 16800975 18446604437827504128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 166.3
Current children cumulated vsize (KiB) 1533260

Child status: 30
Real time (s): 164.332
CPU time (s): 166.333
CPU user time (s): 166.108
CPU system time (s): 0.224965
CPU usage (%): 101.218
Max. virtual memory (cumulated for all children) (KiB): 1537984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.108
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39052
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= 4489
involuntary context switches= 2768

runsolver used 0.361944 second user time and 0.879866 second system time

The end

Launcher Data

Begin job on node049 at 2010-06-16 02:29:30
IDJOB=2658371
IDBENCH=47985
IDSOLVER=1164
FILE ID=node049/2658371-1276648170
PBS_JOBID= 11172439
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658371-1276648170/watcher-2658371-1276648170 -o /tmp/evaluation-result-2658371-1276648170/solver-2658371-1276648170 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658371-1276648170.opb

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

MD5SUM BENCH= 747af0da1666dabab7e7b60330c37a87
RANDOM SEED=1747749673

node049.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.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
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:       1802808 kB
Buffers:         63340 kB
Cached:          99212 kB
SwapCached:       5408 kB
Active:          95848 kB
Inactive:        83256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1802808 kB
SwapTotal:     4192956 kB
SwapFree:      4144492 kB
Dirty:             292 kB
Writeback:           0 kB
AnonPages:       14124 kB
Mapped:          13056 kB
Slab:            55012 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183220 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node049 at 2010-06-16 02:32:15