Trace number 3454556

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 Res//CP 2.3.0OPT20720640 318.591 164.073

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-gr4x6.opb
MD5SUM33cb0d9f791aa8843e995c8b8a3c3e5d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20720640
Best CPU time to get the best result obtained on this benchmark156.005
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20720640
Optimality of the best value was proved YES
Number of variables744
Total number of constraints34
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 constraints34
Minimum length of a constraint31
Maximum length of a constraint180
Number of terms in the objective function 744
Biggest coefficient in the objective function 151934468096
Number of bits for the biggest coefficient in the objective function 38
Sum of the numbers in the objective function 3470370333536
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 151934468096
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 3470370333536
Number of bits of the biggest sum of numbers42
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454556-1307189905.opb
0.11/0.11	c reading problem ... 
0.32/0.24	c ... done. Wall clock time 0.131s.
0.32/0.24	c #vars     744
0.32/0.24	c #constraints  425
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 44
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 44
0.67/0.30	c  And the winner is Resolution
1.05/0.75	c SATISFIABLE
1.05/0.75	c OPTIMIZING...
1.05/0.75	c Got one! Elapsed wall clock time (in seconds):0.643
1.05/0.75	o 22210560
1.34/0.89	c  And the winner is Resolution
1.48/1.26	c Got one! Elapsed wall clock time (in seconds):1.151
1.48/1.26	o 21370880
3.39/1.91	c cleaning 2679 clauses out of 5364 with flag 5001/5364
4.89/2.61	c cleaning 4336 clauses out of 8685 with flag 11001/11364
5.68/3.09	c  And the winner is Resolution
5.87/3.27	c Got one! Elapsed wall clock time (in seconds):3.162
5.87/3.27	o 21145600
6.02/3.38	c cleaning 4868 clauses out of 9754 with flag 1001/16769
7.40/4.05	c cleaning 5439 clauses out of 10885 with flag 7000/22768
9.00/4.86	c cleaning 6213 clauses out of 12447 with flag 14001/29769
10.78/5.75	c cleaning 7116 clauses out of 14233 with flag 22000/37768
12.75/6.75	c cleaning 8057 clauses out of 16118 with flag 31001/46769
15.12/7.92	c cleaning 9027 clauses out of 18060 with flag 41000/56768
17.30/9.02	c cleaning 9517 clauses out of 19033 with flag 51000/66768
19.89/10.36	c cleaning 9753 clauses out of 19516 with flag 61000/76768
22.79/11.63	c cleaning 9879 clauses out of 19765 with flag 71002/86770
25.16/12.89	c cleaning 9931 clauses out of 19884 with flag 81000/96768
27.97/14.23	c cleaning 9967 clauses out of 19954 with flag 91001/106769
30.52/15.54	c cleaning 9988 clauses out of 19986 with flag 101000/116768
32.89/16.73	c cleaning 9993 clauses out of 20000 with flag 111002/126770
35.06/17.83	c cleaning 9997 clauses out of 20006 with flag 121001/136769
37.21/18.91	c cleaning 9994 clauses out of 20009 with flag 131001/146769
39.18/19.96	c cleaning 10002 clauses out of 20016 with flag 141002/156770
41.35/21.09	c cleaning 10003 clauses out of 20012 with flag 151000/166768
43.35/22.03	c  And the winner is Resolution
43.39/22.35	c Got one! Elapsed wall clock time (in seconds):22.24
43.39/22.35	o 20843520
43.89/22.64	c  And the winner is Resolution
43.98/22.85	c Got one! Elapsed wall clock time (in seconds):22.745
43.98/22.85	o 20720640
44.67/23.24	c cleaning 11717 clauses out of 23452 with flag 3002/180211
46.02/23.99	c cleaning 8856 clauses out of 17733 with flag 9000/186209
47.59/24.72	c cleaning 7929 clauses out of 15878 with flag 16001/193210
49.55/25.73	c cleaning 7963 clauses out of 15949 with flag 24001/201210
51.32/26.69	c cleaning 8484 clauses out of 16987 with flag 33002/210211
53.46/27.75	c cleaning 9234 clauses out of 18501 with flag 43000/220209
55.63/28.86	c cleaning 9613 clauses out of 19267 with flag 53000/230209
57.80/29.98	c cleaning 9823 clauses out of 19654 with flag 63000/240209
60.16/31.12	c cleaning 9904 clauses out of 19831 with flag 73000/250209
62.31/32.25	c cleaning 9954 clauses out of 19927 with flag 83000/260209
64.67/33.41	c cleaning 9979 clauses out of 19975 with flag 93002/270211
66.82/34.52	c cleaning 9996 clauses out of 19994 with flag 103000/280209
68.98/35.61	c cleaning 9996 clauses out of 19998 with flag 113000/290209
71.32/36.89	c cleaning 9996 clauses out of 20003 with flag 123001/300210
73.68/38.02	c cleaning 9997 clauses out of 20008 with flag 133002/310211
75.84/39.15	c cleaning 9994 clauses out of 20009 with flag 143000/320209
77.99/40.21	c cleaning 10004 clauses out of 20015 with flag 153000/330209
80.13/41.35	c cleaning 10000 clauses out of 20012 with flag 163001/340210
82.29/42.45	c cleaning 9999 clauses out of 20012 with flag 173001/350210
84.24/43.48	c cleaning 10002 clauses out of 20012 with flag 183000/360209
86.59/44.60	c cleaning 9995 clauses out of 20011 with flag 193001/370210
88.73/45.71	c cleaning 10000 clauses out of 20016 with flag 203001/380210
90.68/46.70	c cleaning 10003 clauses out of 20016 with flag 213001/390210
92.84/47.82	c cleaning 10002 clauses out of 20012 with flag 223000/400209
95.19/49.01	c cleaning 9998 clauses out of 20010 with flag 233000/410209
97.53/50.22	c cleaning 10004 clauses out of 20013 with flag 243001/420210
99.68/51.33	c cleaning 9995 clauses out of 20008 with flag 253000/430209
101.84/52.41	c cleaning 9998 clauses out of 20015 with flag 263002/440211
103.99/53.50	c cleaning 10000 clauses out of 20016 with flag 273001/450210
105.92/54.58	c cleaning 9998 clauses out of 20015 with flag 283000/460209
108.07/55.68	c cleaning 10002 clauses out of 20017 with flag 293000/470209
110.22/56.73	c cleaning 9999 clauses out of 20016 with flag 303001/480210
112.19/57.76	c cleaning 9998 clauses out of 20016 with flag 313000/490209
114.31/58.89	c cleaning 9994 clauses out of 20019 with flag 323001/500210
116.26/59.89	c cleaning 9984 clauses out of 20025 with flag 333001/510210
118.81/61.18	c cleaning 10002 clauses out of 20041 with flag 343001/520210
120.96/62.29	c cleaning 10011 clauses out of 20038 with flag 353000/530209
123.09/63.38	c cleaning 9997 clauses out of 20027 with flag 363000/540209
125.24/64.46	c cleaning 10007 clauses out of 20032 with flag 373002/550211
127.39/65.52	c cleaning 10000 clauses out of 20024 with flag 383001/560210
129.34/66.59	c cleaning 10002 clauses out of 20023 with flag 393000/570209
131.66/67.78	c cleaning 10000 clauses out of 20021 with flag 403000/580209
133.81/68.88	c cleaning 10007 clauses out of 20021 with flag 413000/590209
136.16/70.09	c cleaning 10002 clauses out of 20014 with flag 423000/600209
138.51/71.27	c cleaning 9998 clauses out of 20013 with flag 433001/610210
140.83/72.42	c cleaning 9996 clauses out of 20014 with flag 443000/620209
142.98/73.54	c cleaning 10007 clauses out of 20018 with flag 453000/630209
145.12/74.64	c cleaning 9999 clauses out of 20013 with flag 463002/640211
147.26/75.71	c cleaning 9998 clauses out of 20012 with flag 473000/650209
149.62/76.97	c cleaning 10001 clauses out of 20014 with flag 483000/660209
151.76/78.06	c cleaning 10002 clauses out of 20016 with flag 493003/670212
154.12/79.25	c cleaning 10001 clauses out of 20011 with flag 503000/680209
156.43/80.40	c cleaning 10002 clauses out of 20010 with flag 513000/690209
158.55/81.60	c cleaning 9998 clauses out of 20009 with flag 523001/700210
160.90/82.79	c cleaning 10002 clauses out of 20010 with flag 533000/710209
163.04/83.84	c cleaning 10001 clauses out of 20008 with flag 543000/720209
165.49/84.99	c cleaning 9997 clauses out of 20008 with flag 553001/730210
168.40/86.23	c cleaning 10002 clauses out of 20011 with flag 563001/740210
170.74/87.42	c cleaning 9996 clauses out of 20010 with flag 573002/750211
172.88/88.51	c cleaning 9993 clauses out of 20014 with flag 583002/760211
175.02/89.65	c cleaning 9998 clauses out of 20019 with flag 593000/770209
177.34/90.82	c cleaning 10000 clauses out of 20022 with flag 603001/780210
179.48/91.96	c cleaning 10000 clauses out of 20021 with flag 613000/790209
181.82/93.13	c cleaning 10002 clauses out of 20022 with flag 623001/800210
184.15/94.31	c cleaning 9995 clauses out of 20019 with flag 633000/810209
186.47/95.56	c cleaning 10003 clauses out of 20024 with flag 643000/820209
188.84/96.78	c cleaning 10000 clauses out of 20023 with flag 653002/830211
191.34/98.05	c cleaning 10000 clauses out of 20022 with flag 663001/840210
193.68/99.23	c cleaning 10000 clauses out of 20021 with flag 673000/850209
195.80/100.37	c cleaning 10000 clauses out of 20022 with flag 683001/860210
197.94/101.49	c cleaning 9998 clauses out of 20022 with flag 693001/870210
200.67/102.82	c cleaning 10003 clauses out of 20023 with flag 703000/880209
203.07/104.05	c cleaning 10006 clauses out of 20020 with flag 713000/890209
205.58/105.34	c cleaning 9999 clauses out of 20016 with flag 723002/900211
207.72/106.49	c cleaning 9998 clauses out of 20017 with flag 733002/910211
210.28/107.78	c cleaning 9992 clauses out of 20017 with flag 743000/920209
212.63/108.94	c cleaning 10009 clauses out of 20027 with flag 753002/930211
215.10/110.24	c cleaning 9999 clauses out of 20016 with flag 763000/940209
217.44/111.42	c cleaning 9996 clauses out of 20017 with flag 773000/950209
219.77/112.63	c cleaning 9996 clauses out of 20021 with flag 783000/960209
221.91/113.75	c cleaning 9991 clauses out of 20025 with flag 793000/970209
224.21/114.92	c cleaning 10012 clauses out of 20034 with flag 803000/980209
226.35/116.09	c cleaning 10008 clauses out of 20022 with flag 813000/990209
228.48/117.18	c cleaning 9999 clauses out of 20015 with flag 823001/1000210
231.02/118.46	c cleaning 9999 clauses out of 20017 with flag 833002/1010211
233.52/119.74	c cleaning 9997 clauses out of 20016 with flag 843000/1020209
236.09/121.02	c cleaning 10006 clauses out of 20019 with flag 853000/1030209
238.39/122.24	c cleaning 9997 clauses out of 20014 with flag 863001/1040210
240.72/123.41	c cleaning 9996 clauses out of 20016 with flag 873000/1050209
243.42/124.87	c cleaning 10001 clauses out of 20021 with flag 883001/1060210
245.75/126.05	c cleaning 9999 clauses out of 20020 with flag 893001/1070210
248.09/127.25	c cleaning 10004 clauses out of 20021 with flag 903001/1080210
250.42/128.44	c cleaning 9996 clauses out of 20019 with flag 913003/1090212
252.72/129.70	c cleaning 10007 clauses out of 20022 with flag 923002/1100211
255.09/130.82	c cleaning 10005 clauses out of 20013 with flag 933000/1110209
256.99/131.89	c cleaning 10003 clauses out of 20012 with flag 943004/1120213
259.35/133.08	c cleaning 10000 clauses out of 20009 with flag 953004/1130213
261.66/134.22	c cleaning 9995 clauses out of 20005 with flag 963000/1140209
263.79/135.37	c cleaning 9998 clauses out of 20010 with flag 973000/1150209
265.91/136.49	c cleaning 10000 clauses out of 20012 with flag 983000/1160209
268.04/137.56	c cleaning 9996 clauses out of 20012 with flag 993000/1170209
270.31/138.75	c cleaning 10008 clauses out of 20017 with flag 1003001/1180210
272.64/139.90	c cleaning 9997 clauses out of 20008 with flag 1013001/1190210
274.97/141.17	c cleaning 9992 clauses out of 20011 with flag 1023001/1200210
277.30/142.36	c cleaning 9990 clauses out of 20019 with flag 1033001/1210210
279.60/143.55	c cleaning 10000 clauses out of 20028 with flag 1043000/1220209
281.93/144.75	c cleaning 9998 clauses out of 20029 with flag 1053001/1230210
284.27/145.91	c cleaning 9996 clauses out of 20030 with flag 1063000/1240209
286.39/147.05	c cleaning 10001 clauses out of 20035 with flag 1073001/1250210
288.70/148.23	c cleaning 10005 clauses out of 20033 with flag 1083000/1260209
291.03/149.49	c cleaning 9995 clauses out of 20029 with flag 1093001/1270210
293.59/150.72	c cleaning 10001 clauses out of 20033 with flag 1103000/1280209
295.71/151.88	c cleaning 9999 clauses out of 20034 with flag 1113002/1290211
297.98/153.08	c cleaning 9996 clauses out of 20034 with flag 1123001/1300210
300.51/154.34	c cleaning 9998 clauses out of 20037 with flag 1133000/1310209
302.83/155.52	c cleaning 10007 clauses out of 20039 with flag 1143000/1320209
305.16/156.74	c cleaning 9999 clauses out of 20032 with flag 1153000/1330209
307.47/157.96	c cleaning 10017 clauses out of 20033 with flag 1163000/1340209
309.79/159.12	c cleaning 10000 clauses out of 20015 with flag 1173000/1350209
312.12/160.33	c cleaning 10007 clauses out of 20017 with flag 1183003/1360212
314.44/161.55	c cleaning 9998 clauses out of 20009 with flag 1193002/1370211
316.77/162.77	c cleaning 10003 clauses out of 20009 with flag 1203000/1380209
318.27/163.58	c  And the winner is Resolution
318.50/164.02	c starts		: 209
318.50/164.02	c conflicts		: 1386477
318.50/164.02	c decisions		: 1649176
318.50/164.02	c propagations		: 36528533
318.50/164.02	c inspects		: 607523801
318.50/164.02	c shortcuts		: 0
318.50/164.02	c learnt literals	: 15
318.50/164.02	c learnt binary clauses	: 69
318.50/164.02	c learnt ternary clauses	: 238
318.50/164.02	c learnt constraints	: 1386461
318.50/164.02	c ignored constraints	: 0
318.50/164.02	c root simplifications	: 0
318.50/164.02	c removed literals (reason simplification)	: 23177084
318.50/164.02	c reason swapping (by a shorter reason)	: 0
318.50/164.02	c Calls to reduceDB	: 141
318.50/164.02	c number of reductions to clauses (during analyze)	: 0
318.50/164.02	c number of learned constraints concerned by reduction	: 0
318.50/164.02	c number of learning phase by resolution	: 0
318.50/164.02	c number of learning phase by cutting planes	: 0
318.50/164.02	c speed (assignments/second)	: 258755.63504993982
318.50/164.02	c non guided choices	2
318.50/164.02	c learnt constraints type 
318.50/164.02	c constraints type 
318.50/164.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 44
318.50/164.02	c constraints type 
318.50/164.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 44
318.50/164.02	s OPTIMUM FOUND
318.50/164.02	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 x132 x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 x251 -x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 x431 x432 x433 x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 x642 x643 x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 x721 -x722 -x723 x724 x725 -x726 -x727 -x728 x729 -x730 -x731 -x732 x733 -x734 x735 -x736 -x737 -x738 -x739 -x740 -x741 x742 -x743 -x744 
318.50/164.02	c objective function=20720640
318.50/164.02	c Total wall clock time (in seconds): 163.919

Verifier Data

OK	20720640

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454556-1307189905/watcher-3454556-1307189905 -o /tmp/evaluation-result-3454556-1307189905/solver-3454556-1307189905 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454556-1307189905.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.83 3.92 3.58 3/502 17017
/proc/meminfo: memFree=23993840/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 6196 0 1 0 0 0 0 0 25 0 2 0 830590180 10694979584 5899 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2611079 5911 917 9 0 2602235 0
[pid=17017/tid=17018] ppid=17015 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) R 17015 17017 13533 0 -1 4202560 7142 0 1 0 0 0 0 0 25 0 2 0 830590180 10694979584 7957 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0876889 s]
/proc/loadavg: 3.83 3.92 3.58 3/502 17017
/proc/meminfo: memFree=23993840/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10540264 CPUtime=0.1 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 12965 0 1 0 8 2 0 0 25 0 18 0 830590180 10793230336 12615 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2635066 12615 2093 9 0 2625800 0
[pid=17017/tid=17018] ppid=17015 vsize=10540264 CPUtime=0.07 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) R 17015 17017 13533 0 -1 4202560 11013 0 1 0 6 1 0 0 25 0 18 0 830590180 10793230336 12615 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 46975424056116 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540264

[startup+0.100632 s]
/proc/loadavg: 3.83 3.92 3.58 3/502 17017
/proc/meminfo: memFree=23993840/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10540264 CPUtime=0.11 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 13170 0 1 0 9 2 0 0 25 0 18 0 830590180 10793230336 12820 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2635066 12820 2093 9 0 2625800 0
[pid=17017/tid=17018] ppid=17015 vsize=10540264 CPUtime=0.08 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) R 17015 17017 13533 0 -1 4202560 11218 0 1 0 7 1 0 0 25 0 18 0 830590180 10793230336 12820 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 46975419588515 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540264

[startup+0.30055 s]
/proc/loadavg: 3.83 3.92 3.58 3/502 17017
/proc/meminfo: memFree=23993840/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10551716 CPUtime=0.67 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 22639 0 1 0 63 4 0 0 25 0 22 0 830590180 10804957184 19670 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2637929 19671 2207 9 0 2628663 0
[pid=17017/tid=17018] ppid=17015 vsize=10551716 CPUtime=0.22 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) S 17015 17017 13533 0 -1 4202560 12211 0 1 0 21 1 0 0 25 0 22 0 830590180 10804957184 19671 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10551716

[startup+0.700554 s]
/proc/loadavg: 3.83 3.92 3.58 3/502 17017
/proc/meminfo: memFree=23993840/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10551716 CPUtime=1.05 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 25088 0 1 0 101 4 0 0 25 0 19 0 830590180 10804957184 21638 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2637929 21638 2218 9 0 2628663 0
[pid=17017/tid=17018] ppid=17015 vsize=10551716 CPUtime=0.22 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) S 17015 17017 13533 0 -1 4202560 12211 0 1 0 21 1 0 0 25 0 19 0 830590180 10804957184 21638 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10551716

[startup+1.50141 s]
/proc/loadavg: 3.83 3.92 3.58 3/521 17042
/proc/meminfo: memFree=23878200/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10551716 CPUtime=2.15 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 55432 0 1 0 208 7 0 0 25 0 22 0 830590180 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2637929 51981 2228 9 0 2628663 0
[pid=17017/tid=17018] ppid=17015 vsize=10551716 CPUtime=0.23 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) S 17015 17017 13533 0 -1 4202560 12403 0 1 0 22 1 0 0 17 0 22 0 830590180 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590182 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830590182 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590182 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590182 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590182 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590182 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590182 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590182 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) S 17015 17017 13533 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830590183 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 0 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830590184 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 13533 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830590184 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590186 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092055985 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=10551716 CPUtime=0.6 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 13533 0 -1 4202560 7507 0 0 0 59 1 0 0 15 0 22 0 830590186 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=10551716 CPUtime=0.46 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 13533 0 -1 4202560 4012 0 0 0 46 0 0 0 18 0 22 0 830590186 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590186 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830590186 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17038] ppid=17015 vsize=10551716 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17038/stat : 17038 (java) S 17015 17017 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830590206 10804957184 51981 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 10551716

[startup+3.10101 s]
/proc/loadavg: 3.83 3.92 3.58 5/524 17046
/proc/meminfo: memFree=23556520/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10552528 CPUtime=5.86 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 151881 0 1 0 568 18 0 0 25 0 20 0 830590180 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2638132 148423 2259 9 0 2628866 0
[pid=17017/tid=17018] ppid=17015 vsize=10552528 CPUtime=0.23 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) S 17015 17017 13533 0 -1 4202560 12403 0 1 0 22 1 0 0 15 0 20 0 830590180 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 13533 0 -1 4202560 233 0 0 0 0 0 0 0 16 0 20 0 830590182 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 13533 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 20 0 830590182 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 830590182 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 13533 0 -1 4202560 212 0 0 0 0 0 0 0 16 0 20 0 830590182 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 13533 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 20 0 830590182 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 13533 0 -1 4202560 387 0 0 0 0 0 0 0 16 0 20 0 830590182 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 13533 0 -1 4202560 341 0 0 0 0 0 0 0 15 0 20 0 830590182 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 13533 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 20 0 830590182 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=10552528 CPUtime=0.03 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) S 17015 17017 13533 0 -1 4202560 1224 0 0 0 3 0 0 0 15 0 20 0 830590183 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 0 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 830590184 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 830590184 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830590186 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092055985 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=10552528 CPUtime=0.87 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 13533 0 -1 4202560 7553 0 0 0 86 1 0 0 15 0 20 0 830590186 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=10552528 CPUtime=0.75 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 13533 0 -1 4202560 4404 0 0 0 75 0 0 0 15 0 20 0 830590186 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830590186 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 830590186 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17038] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17038/stat : 17038 (java) S 17015 17017 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 830590206 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17044] ppid=17015 vsize=10552528 CPUtime=1.77 cores=0,2,4,6
/proc/17017/task/17044/stat : 17044 (java) R 17015 17017 13533 0 -1 4202560 113307 0 0 0 165 12 0 0 20 0 20 0 830590306 10805788672 148423 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 46912506126242 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 10552528

[startup+6.30147 s]
/proc/loadavg: 3.85 3.92 3.59 5/524 17049
/proc/meminfo: memFree=23353272/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10552528 CPUtime=11.95 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 165407 0 1 0 1175 20 0 0 25 0 22 0 830590180 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2638132 161928 2259 9 0 2628866 0
[pid=17017/tid=17018] ppid=17015 vsize=10552528 CPUtime=0.23 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) S 17015 17017 13533 0 -1 4202560 12403 0 1 0 22 1 0 0 15 0 22 0 830590180 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 13533 0 -1 4202560 237 0 0 0 0 0 0 0 15 0 22 0 830590182 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 13533 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830590182 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 13533 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 22 0 830590182 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 13533 0 -1 4202560 212 0 0 0 0 0 0 0 16 0 22 0 830590182 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 13533 0 -1 4202560 83 0 0 0 0 0 0 0 16 0 22 0 830590182 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 13533 0 -1 4202560 417 0 0 0 0 0 0 0 16 0 22 0 830590182 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 13533 0 -1 4202560 346 0 0 0 0 0 0 0 15 0 22 0 830590182 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 13533 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 22 0 830590182 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=10552528 CPUtime=0.12 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) S 17015 17017 13533 0 -1 4202560 2418 0 0 0 12 0 0 0 15 0 22 0 830590183 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 0 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830590184 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830590184 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=10552528 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590186 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092055985 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=10552528 CPUtime=0.95 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 13533 0 -1 4202560 7565 0 0 0 93 2 0 0 15 0 22 0 830590186 10805788672 161928 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0

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

/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 13533 0 -1 4202560 360 0 0 0 10 0 0 0 16 0 22 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 13533 0 -1 4202560 314 0 0 0 10 0 0 0 16 0 22 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=10554784 CPUtime=8.47 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) S 17015 17017 13533 0 -1 4202560 15796 0 0 0 844 3 0 0 16 0 22 0 830590183 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 0 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830590184 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 13533 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 22 0 830590184 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092055985 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=10554784 CPUtime=1.37 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 13533 0 -1 4202560 8120 0 0 0 135 2 0 0 15 0 22 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=10554784 CPUtime=1.58 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 13533 0 -1 4202560 9713 0 0 0 157 1 0 0 15 0 22 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 13533 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17038] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17038/stat : 17038 (java) S 17015 17017 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830590206 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17053] ppid=17015 vsize=10554784 CPUtime=131.97 cores=0,2,4,6
/proc/17017/task/17053/stat : 17053 (java) R 17015 17017 13533 0 -1 4202560 110 0 0 0 13197 0 0 0 25 0 22 0 830592466 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 46912505685438 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17017/tid=17054] ppid=17015 vsize=10554784 CPUtime=132.01 cores=0,2,4,6
/proc/17017/task/17054/stat : 17054 (java) R 17015 17017 13533 0 -1 4202560 15 0 0 0 13201 0 0 0 25 0 22 0 830592466 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 46912505537327 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17017/tid=17055] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17055/stat : 17055 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830592466 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 317.47
Current children cumulated vsize (KiB) 10554784

[startup+163.502 s]
/proc/loadavg: 4.07 3.97 3.65 5/524 17059
/proc/meminfo: memFree=22772252/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10554784 CPUtime=318.27 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 242224 0 1 0 31797 30 0 0 25 0 22 0 830590180 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2638696 233442 2260 9 0 2629430 0
[pid=17017/tid=17018] ppid=17015 vsize=10554784 CPUtime=0.23 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) S 17015 17017 13533 0 -1 4202560 12411 0 1 0 22 1 0 0 15 0 22 0 830590180 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=10554784 CPUtime=0.09 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 13533 0 -1 4202560 251 0 0 0 9 0 0 0 15 0 22 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=10554784 CPUtime=0.12 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 13533 0 -1 4202560 70 0 0 0 12 0 0 0 16 0 22 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 13533 0 -1 4202560 27 0 0 0 10 0 0 0 15 0 22 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 13533 0 -1 4202560 286 0 0 0 10 0 0 0 16 0 22 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=10554784 CPUtime=0.09 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 13533 0 -1 4202560 124 0 0 0 9 0 0 0 15 0 22 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 13533 0 -1 4202560 504 0 0 0 10 0 0 0 15 0 22 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 13533 0 -1 4202560 360 0 0 0 10 0 0 0 16 0 22 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 13533 0 -1 4202560 314 0 0 0 10 0 0 0 16 0 22 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=10554784 CPUtime=8.47 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) S 17015 17017 13533 0 -1 4202560 15796 0 0 0 844 3 0 0 16 0 22 0 830590183 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 0 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830590184 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 13533 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 22 0 830590184 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092055985 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=10554784 CPUtime=1.37 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 13533 0 -1 4202560 8120 0 0 0 135 2 0 0 15 0 22 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=10554784 CPUtime=1.58 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 13533 0 -1 4202560 9713 0 0 0 157 1 0 0 15 0 22 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 13533 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17038] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17038/stat : 17038 (java) S 17015 17017 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830590206 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17053] ppid=17015 vsize=10554784 CPUtime=132.37 cores=0,2,4,6
/proc/17017/task/17053/stat : 17053 (java) R 17015 17017 13533 0 -1 4202560 110 0 0 0 13237 0 0 0 25 0 22 0 830592466 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 46912505804087 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17017/tid=17054] ppid=17015 vsize=10554784 CPUtime=132.41 cores=0,2,4,6
/proc/17017/task/17054/stat : 17054 (java) R 17015 17017 13533 0 -1 4202560 15 0 0 0 13241 0 0 0 25 0 22 0 830592466 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 46912505656612 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17017/tid=17055] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17055/stat : 17055 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830592466 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 318.27
Current children cumulated vsize (KiB) 10554784

[startup+163.918 s]
/proc/loadavg: 4.07 3.97 3.65 3/521 17059
/proc/meminfo: memFree=22771532/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10554784 CPUtime=318.45 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 242224 0 1 0 31815 30 0 0 25 0 19 0 830590180 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2638696 233442 2260 9 0 2629430 0
[pid=17017/tid=17018] ppid=17015 vsize=10554784 CPUtime=0.23 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) S 17015 17017 13533 0 -1 4202560 12411 0 1 0 22 1 0 0 15 0 19 0 830590180 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=10554784 CPUtime=0.09 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 13533 0 -1 4202560 251 0 0 0 9 0 0 0 15 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=10554784 CPUtime=0.12 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 13533 0 -1 4202560 70 0 0 0 12 0 0 0 16 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 13533 0 -1 4202560 27 0 0 0 10 0 0 0 15 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 13533 0 -1 4202560 286 0 0 0 10 0 0 0 16 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=10554784 CPUtime=0.09 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 13533 0 -1 4202560 124 0 0 0 9 0 0 0 15 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 13533 0 -1 4202560 504 0 0 0 10 0 0 0 15 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 13533 0 -1 4202560 360 0 0 0 10 0 0 0 16 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 13533 0 -1 4202560 314 0 0 0 10 0 0 0 16 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=10554784 CPUtime=8.47 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) S 17015 17017 13533 0 -1 4202560 15796 0 0 0 844 3 0 0 15 0 19 0 830590183 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 0 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830590184 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 13533 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 830590184 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092055985 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=10554784 CPUtime=1.37 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 13533 0 -1 4202560 8120 0 0 0 135 2 0 0 15 0 19 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=10554784 CPUtime=1.58 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 13533 0 -1 4202560 9713 0 0 0 157 1 0 0 15 0 19 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 13533 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17038] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17038/stat : 17038 (java) S 17015 17017 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830590206 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 318.45
Current children cumulated vsize (KiB) 10554784

[startup+164.001 s]
/proc/loadavg: 4.07 3.97 3.65 3/521 17059
/proc/meminfo: memFree=22771532/32950928 swapFree=39617324/67111528
[pid=17017] ppid=17015 vsize=10554784 CPUtime=318.5 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 13533 0 -1 4202496 242225 0 1 0 31820 30 0 0 25 0 19 0 830590180 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17017/statm: 2638696 233442 2260 9 0 2629430 0
[pid=17017/tid=17018] ppid=17015 vsize=10554784 CPUtime=0.27 cores=0,2,4,6
/proc/17017/task/17018/stat : 17018 (java) R 17015 17017 13533 0 -1 4202560 12412 0 1 0 26 1 0 0 15 0 19 0 830590180 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 46912505366600 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=10554784 CPUtime=0.09 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 13533 0 -1 4202560 251 0 0 0 9 0 0 0 15 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=10554784 CPUtime=0.12 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 13533 0 -1 4202560 70 0 0 0 12 0 0 0 16 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 13533 0 -1 4202560 27 0 0 0 10 0 0 0 15 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 13533 0 -1 4202560 286 0 0 0 10 0 0 0 16 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=10554784 CPUtime=0.09 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 13533 0 -1 4202560 124 0 0 0 9 0 0 0 15 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 13533 0 -1 4202560 504 0 0 0 10 0 0 0 15 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 13533 0 -1 4202560 360 0 0 0 10 0 0 0 16 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=10554784 CPUtime=0.1 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 13533 0 -1 4202560 314 0 0 0 10 0 0 0 16 0 19 0 830590182 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=10554784 CPUtime=8.47 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) S 17015 17017 13533 0 -1 4202560 15796 0 0 0 844 3 0 0 15 0 19 0 830590183 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 0 0 16800975 18446604447144233792 0 0 -1 4 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830590184 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 13533 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 830590184 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092055985 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=10554784 CPUtime=1.37 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 13533 0 -1 4202560 8120 0 0 0 135 2 0 0 15 0 19 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=10554784 CPUtime=1.59 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 13533 0 -1 4202560 9713 0 0 0 158 1 0 0 15 0 19 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048281 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 13533 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 830590186 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 6 0 0 0
[pid=17017/tid=17038] ppid=17015 vsize=10554784 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17038/stat : 17038 (java) S 17015 17017 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830590206 10808098816 233442 33554432000 1073741824 1073778376 140736575373344 18446744073709551615 208092048896 0 4 0 16800975 18446604447144233792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 318.5
Current children cumulated vsize (KiB) 10554784

Child status: 30
Real time (s): 164.073
CPU time (s): 318.591
CPU user time (s): 318.236
CPU system time (s): 0.354946
CPU usage (%): 194.176
Max. virtual memory (cumulated for all children) (KiB): 10571248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.236
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242229
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= 8243
involuntary context switches= 5460

runsolver used 0.769882 second user time and 1.93771 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 14:18:25
IDJOB=3454556
IDBENCH=2287
IDSOLVER=1950
FILE ID=node127/3454556-1307189905
RUNJOBID= node127-1307187918-15912
PBS_JOBID= 13508856
Free space on /tmp= 73940 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-gr4x6.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454556-1307189905/watcher-3454556-1307189905 -o /tmp/evaluation-result-3454556-1307189905/solver-3454556-1307189905 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454556-1307189905.opb

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

MD5SUM BENCH= 33cb0d9f791aa8843e995c8b8a3c3e5d
RANDOM SEED=1437427933

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23994120 kB
Buffers:        331744 kB
Cached:         933600 kB
SwapCached:      59160 kB
Active:        6664664 kB
Inactive:      1996920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23994120 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:            4936 kB
Writeback:           0 kB
AnonPages:     7343940 kB
Mapped:          30316 kB
Slab:           124016 kB
PageTables:     102012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130093732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73940 MiB
End job on node127 at 2011-06-04 14:21:09