Trace number 3458841

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 Resolution 2.3.0OPT55 633.683 632.354

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark633.683
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458841-1307154348.opb
0.10/0.11	c reading problem ... 
0.86/0.41	c ... done. Wall clock time 0.3s.
0.86/0.41	c #vars     895
0.86/0.41	c #constraints  1660
0.86/0.41	c constraints type 
0.86/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1659
1.65/0.93	c SATISFIABLE
1.65/0.93	c OPTIMIZING...
1.65/0.93	c Got one! Elapsed wall clock time (in seconds):0.82
1.65/0.93	o 93
1.87/1.16	c Got one! Elapsed wall clock time (in seconds):1.048
1.87/1.16	o 90
1.96/1.28	c Got one! Elapsed wall clock time (in seconds):1.17
1.96/1.28	o 84
2.16/1.48	c Got one! Elapsed wall clock time (in seconds):1.374
2.16/1.48	o 77
2.46/1.73	c Got one! Elapsed wall clock time (in seconds):1.623
2.46/1.73	o 71
3.85/3.07	c Got one! Elapsed wall clock time (in seconds):2.965
3.85/3.07	o 70
4.38/3.51	c cleaning 3823 clauses out of 7645 with flag 1000/7645
6.26/5.32	c Got one! Elapsed wall clock time (in seconds):5.212
6.26/5.32	o 69
7.96/7.00	c cleaning 7404 clauses out of 14813 with flag 5000/18638
7.96/7.04	c Got one! Elapsed wall clock time (in seconds):6.931
7.96/7.04	o 67
9.17/8.24	c Got one! Elapsed wall clock time (in seconds):8.127
9.17/8.24	o 66
9.87/8.99	c cleaning 6638 clauses out of 13281 with flag 2000/24510
11.92/10.95	c cleaning 6312 clauses out of 12644 with flag 8001/30511
14.31/13.36	c cleaning 6662 clauses out of 13333 with flag 15002/37512
15.23/14.30	c Got one! Elapsed wall clock time (in seconds):14.189
15.23/14.30	o 63
16.22/15.30	c cleaning 6199 clauses out of 12412 with flag 3001/43253
18.14/17.18	c cleaning 6102 clauses out of 12212 with flag 9000/49252
20.34/19.39	c cleaning 6554 clauses out of 13109 with flag 16000/56252
23.06/22.01	c cleaning 7274 clauses out of 14555 with flag 24000/64252
26.05/25.00	c cleaning 8137 clauses out of 16281 with flag 33000/73252
29.35/28.30	c cleaning 9068 clauses out of 18144 with flag 43000/83252
32.05/31.04	c Got one! Elapsed wall clock time (in seconds):30.928
32.05/31.04	o 61
33.85/32.88	c cleaning 11085 clauses out of 22178 with flag 5000/96354
35.85/34.82	c cleaning 8537 clauses out of 17093 with flag 11000/102354
38.25/37.22	c cleaning 7777 clauses out of 15555 with flag 18000/109354
40.85/39.89	c cleaning 7880 clauses out of 15778 with flag 26000/117354
43.97/42.98	c cleaning 8442 clauses out of 16899 with flag 35001/126355
47.27/46.24	c cleaning 9224 clauses out of 18457 with flag 45001/136355
50.36/49.30	c cleaning 9614 clauses out of 19232 with flag 55000/146354
53.66/52.71	c cleaning 9810 clauses out of 19621 with flag 65003/156357
56.76/55.79	c cleaning 9899 clauses out of 19808 with flag 75000/166354
60.06/59.05	c cleaning 9947 clauses out of 19910 with flag 85001/176355
63.26/62.27	c cleaning 9978 clauses out of 19963 with flag 95001/186355
66.16/65.10	c Got one! Elapsed wall clock time (in seconds):64.99
66.16/65.10	o 60
67.97/66.95	c cleaning 11541 clauses out of 23087 with flag 5000/199457
69.88/68.83	c cleaning 8768 clauses out of 17546 with flag 11000/205457
72.08/71.09	c cleaning 7885 clauses out of 15779 with flag 18001/212458
74.80/73.77	c cleaning 7941 clauses out of 15894 with flag 26001/220458
77.88/76.82	c cleaning 8468 clauses out of 16953 with flag 35001/229458
81.08/80.01	c cleaning 9238 clauses out of 18486 with flag 45002/239459
84.38/83.36	c cleaning 9617 clauses out of 19247 with flag 55001/249458
87.68/86.64	c cleaning 9808 clauses out of 19630 with flag 65001/259458
91.30/90.28	c cleaning 9903 clauses out of 19822 with flag 75001/269458
94.78/93.77	c cleaning 9953 clauses out of 19919 with flag 85001/279458
98.09/97.09	c cleaning 9975 clauses out of 19967 with flag 95002/289459
101.49/100.44	c cleaning 9992 clauses out of 19992 with flag 105002/299459
104.89/103.88	c cleaning 9991 clauses out of 19998 with flag 115000/309457
108.19/107.17	c cleaning 9994 clauses out of 20007 with flag 125000/319457
111.69/110.68	c cleaning 9999 clauses out of 20013 with flag 135000/329457
115.09/114.09	c cleaning 10004 clauses out of 20018 with flag 145004/339461
118.59/117.52	c cleaning 10002 clauses out of 20014 with flag 155004/349461
121.89/120.83	c cleaning 10000 clauses out of 20009 with flag 165001/359458
125.30/124.28	c cleaning 9994 clauses out of 20008 with flag 175000/369457
128.71/127.66	c cleaning 9998 clauses out of 20015 with flag 185001/379458
132.29/131.25	c cleaning 10004 clauses out of 20016 with flag 195000/389457
135.80/134.76	c cleaning 9999 clauses out of 20012 with flag 205000/399457
139.40/138.38	c cleaning 10000 clauses out of 20014 with flag 215001/409458
143.02/141.94	c cleaning 10001 clauses out of 20014 with flag 225001/419458
146.40/145.37	c cleaning 10000 clauses out of 20012 with flag 235000/429457
150.10/149.07	c cleaning 10004 clauses out of 20014 with flag 245002/439459
153.40/152.35	c cleaning 9998 clauses out of 20009 with flag 255001/449458
156.60/155.50	c cleaning 9998 clauses out of 20011 with flag 265001/459458
159.70/158.69	c cleaning 10004 clauses out of 20014 with flag 275002/469459
163.20/162.10	c cleaning 9994 clauses out of 20009 with flag 285001/479458
166.50/165.41	c cleaning 9998 clauses out of 20014 with flag 295000/489457
169.91/168.89	c cleaning 10000 clauses out of 20020 with flag 305004/499461
173.72/172.63	c cleaning 10003 clauses out of 20017 with flag 315001/509458
177.21/176.17	c cleaning 10003 clauses out of 20015 with flag 325002/519459
181.01/179.95	c cleaning 9997 clauses out of 20010 with flag 335000/529457
184.31/183.29	c cleaning 10000 clauses out of 20014 with flag 345001/539458
187.61/186.59	c cleaning 10002 clauses out of 20013 with flag 355000/549457
190.81/189.71	c cleaning 9995 clauses out of 20012 with flag 365001/559458
194.21/193.17	c cleaning 10000 clauses out of 20016 with flag 375000/569457
197.54/196.43	c cleaning 10007 clauses out of 20018 with flag 385002/579459
200.74/199.65	c cleaning 9994 clauses out of 20010 with flag 395001/589458
204.24/203.16	c cleaning 9995 clauses out of 20015 with flag 405000/599457
207.85/206.75	c cleaning 10004 clauses out of 20023 with flag 415003/609460
211.34/210.20	c cleaning 10001 clauses out of 20016 with flag 425000/619457
214.64/213.50	c cleaning 10000 clauses out of 20016 with flag 435001/629458
217.94/216.88	c cleaning 9999 clauses out of 20016 with flag 445001/639458
221.44/220.32	c cleaning 9999 clauses out of 20015 with flag 455000/649457
224.84/223.74	c cleaning 9998 clauses out of 20016 with flag 465000/659457
228.25/227.19	c cleaning 10005 clauses out of 20019 with flag 475001/669458
231.95/230.82	c cleaning 10000 clauses out of 20014 with flag 485001/679458
235.25/234.14	c cleaning 10002 clauses out of 20013 with flag 495000/689457
238.85/237.72	c cleaning 9998 clauses out of 20012 with flag 505001/699458
242.25/241.11	c cleaning 9999 clauses out of 20013 with flag 515000/709457
245.36/244.26	c cleaning 10005 clauses out of 20015 with flag 525001/719458
248.75/247.65	c cleaning 9998 clauses out of 20011 with flag 535002/729459
252.25/251.14	c cleaning 9997 clauses out of 20012 with flag 545001/739458
255.65/254.54	c cleaning 9998 clauses out of 20014 with flag 555000/749457
259.15/258.01	c cleaning 9999 clauses out of 20016 with flag 565000/759457
262.45/261.36	c cleaning 10004 clauses out of 20018 with flag 575001/769458
265.75/264.69	c cleaning 10001 clauses out of 20015 with flag 585002/779459
269.15/268.06	c cleaning 10001 clauses out of 20012 with flag 595000/789457
272.56/271.48	c cleaning 9998 clauses out of 20011 with flag 605000/799457
275.96/274.89	c cleaning 9999 clauses out of 20013 with flag 615000/809457
279.47/278.36	c cleaning 10001 clauses out of 20015 with flag 625001/819458
282.86/281.76	c cleaning 10004 clauses out of 20013 with flag 635000/829457
286.16/285.07	c cleaning 9995 clauses out of 20009 with flag 645000/839457
289.46/288.40	c cleaning 10004 clauses out of 20015 with flag 655001/849458
293.36/292.21	c cleaning 10000 clauses out of 20011 with flag 665001/859458
296.66/295.56	c cleaning 9997 clauses out of 20010 with flag 675000/869457
299.96/298.81	c cleaning 9996 clauses out of 20013 with flag 685000/879457
303.68/302.54	c cleaning 10004 clauses out of 20017 with flag 695000/889457
307.26/306.15	c cleaning 10002 clauses out of 20014 with flag 705001/899458
310.86/309.74	c cleaning 10004 clauses out of 20011 with flag 715000/909457
314.27/313.10	c cleaning 9991 clauses out of 20007 with flag 725000/919457
317.46/316.30	c cleaning 10002 clauses out of 20016 with flag 735000/929457
320.67/319.59	c cleaning 10002 clauses out of 20015 with flag 745001/939458
324.07/322.95	c cleaning 10000 clauses out of 20014 with flag 755002/949459
327.27/326.18	c cleaning 9997 clauses out of 20012 with flag 765000/959457
330.67/329.55	c cleaning 10000 clauses out of 20016 with flag 775001/969458
333.77/332.66	c cleaning 10002 clauses out of 20016 with flag 785001/979458
336.87/335.74	c cleaning 10005 clauses out of 20013 with flag 795000/989457
340.07/338.90	c cleaning 9999 clauses out of 20008 with flag 805000/999457
343.47/342.33	c cleaning 9998 clauses out of 20009 with flag 815000/1009457
346.67/345.58	c cleaning 9999 clauses out of 20012 with flag 825001/1019458
349.67/348.58	c Got one! Elapsed wall clock time (in seconds):348.467
349.67/348.58	o 55
351.69/350.57	c cleaning 12113 clauses out of 24232 with flag 5000/1033677
353.99/352.80	c cleaning 9055 clauses out of 18120 with flag 11001/1039678
356.29/355.16	c cleaning 8027 clauses out of 16065 with flag 18001/1046678
358.90/357.80	c cleaning 8011 clauses out of 16037 with flag 26000/1054677
361.91/360.72	c cleaning 8509 clauses out of 17026 with flag 35000/1063677
365.21/364.01	c cleaning 9256 clauses out of 18521 with flag 45004/1073681
368.40/367.25	c cleaning 9625 clauses out of 19262 with flag 55001/1083678
371.50/370.37	c cleaning 9812 clauses out of 19636 with flag 65000/1093677
375.11/373.93	c cleaning 9908 clauses out of 19824 with flag 75000/1103677
378.41/377.31	c cleaning 9950 clauses out of 19916 with flag 85000/1113677
381.90/380.71	c cleaning 9980 clauses out of 19966 with flag 95000/1123677
385.20/384.07	c cleaning 9985 clauses out of 19987 with flag 105001/1133678
388.51/387.33	c cleaning 9996 clauses out of 20001 with flag 115000/1143677
391.62/390.49	c cleaning 10000 clauses out of 20006 with flag 125001/1153678
394.92/393.78	c cleaning 10001 clauses out of 20005 with flag 135000/1163677
398.12/396.90	c cleaning 9993 clauses out of 20004 with flag 145000/1173677
401.22/400.05	c cleaning 10003 clauses out of 20011 with flag 155000/1183677
404.52/403.40	c cleaning 9999 clauses out of 20009 with flag 165001/1193678
407.82/406.69	c cleaning 10001 clauses out of 20009 with flag 175000/1203677
411.32/410.12	c cleaning 10004 clauses out of 20009 with flag 185001/1213678
414.52/413.37	c cleaning 9992 clauses out of 20006 with flag 195002/1223679
417.52/416.38	c cleaning 10007 clauses out of 20013 with flag 205001/1233678
420.82/419.60	c cleaning 10000 clauses out of 20006 with flag 215001/1243678
424.22/423.05	c cleaning 9995 clauses out of 20006 with flag 225001/1253678
427.42/426.29	c cleaning 10002 clauses out of 20010 with flag 235000/1263677
430.62/429.45	c cleaning 10001 clauses out of 20008 with flag 245000/1273677
434.02/432.90	c cleaning 9997 clauses out of 20007 with flag 255000/1283677
437.42/436.28	c cleaning 10006 clauses out of 20013 with flag 265003/1293680
440.53/439.31	c cleaning 9998 clauses out of 20006 with flag 275002/1303679
443.73/442.52	c cleaning 10002 clauses out of 20006 with flag 285000/1313677
446.74/445.58	c cleaning 10000 clauses out of 20005 with flag 295001/1323678
449.63/448.49	c cleaning 9995 clauses out of 20004 with flag 305000/1333677
452.43/451.21	c cleaning 10000 clauses out of 20010 with flag 315001/1343678
455.63/454.46	c cleaning 9998 clauses out of 20009 with flag 325000/1353677
459.04/457.88	c cleaning 10000 clauses out of 20011 with flag 335000/1363677
462.44/461.27	c cleaning 10000 clauses out of 20013 with flag 345002/1373679
465.94/464.77	c cleaning 9998 clauses out of 20011 with flag 355000/1383677
469.44/468.23	c cleaning 9999 clauses out of 20013 with flag 365000/1393677
472.64/471.40	c cleaning 10000 clauses out of 20015 with flag 375001/1403678
476.04/474.83	c cleaning 10003 clauses out of 20016 with flag 385002/1413679
479.35/478.18	c cleaning 9996 clauses out of 20012 with flag 395001/1423678
482.65/481.45	c cleaning 10000 clauses out of 20017 with flag 405002/1433679
486.05/484.85	c cleaning 10001 clauses out of 20017 with flag 415002/1443679
489.25/488.09	c cleaning 9996 clauses out of 20014 with flag 425000/1453677
492.55/491.31	c cleaning 10006 clauses out of 20019 with flag 435001/1463678
495.75/494.54	c cleaning 10000 clauses out of 20012 with flag 445000/1473677
499.25/498.02	c cleaning 10001 clauses out of 20012 with flag 455000/1483677
502.65/501.41	c cleaning 10004 clauses out of 20014 with flag 465003/1493680
505.96/504.77	c cleaning 10005 clauses out of 20009 with flag 475002/1503679
509.26/508.09	c cleaning 9996 clauses out of 20002 with flag 485000/1513677
512.67/511.42	c cleaning 10000 clauses out of 20006 with flag 495000/1523677
515.76/514.56	c cleaning 10000 clauses out of 20007 with flag 505001/1533678
518.96/517.74	c cleaning 10000 clauses out of 20007 with flag 515001/1543678
522.16/520.96	c cleaning 9997 clauses out of 20007 with flag 525001/1553678
525.56/524.36	c cleaning 9997 clauses out of 20014 with flag 535005/1563682
528.96/527.76	c cleaning 10003 clauses out of 20013 with flag 545001/1573678
532.36/531.20	c cleaning 10000 clauses out of 20011 with flag 555002/1583679
535.78/534.57	c cleaning 10000 clauses out of 20009 with flag 565000/1593677
539.08/537.88	c cleaning 9998 clauses out of 20011 with flag 575002/1603679
542.17/540.92	c cleaning 10001 clauses out of 20011 with flag 585000/1613677
545.37/544.15	c cleaning 10001 clauses out of 20010 with flag 595000/1623677
548.87/547.66	c cleaning 9999 clauses out of 20009 with flag 605000/1633677
552.17/550.94	c cleaning 9998 clauses out of 20011 with flag 615001/1643678
555.58/554.33	c cleaning 10005 clauses out of 20013 with flag 625001/1653678
558.99/557.74	c cleaning 9996 clauses out of 20008 with flag 635001/1663678
562.29/561.03	c cleaning 9998 clauses out of 20011 with flag 645000/1673677
565.60/564.32	c cleaning 9999 clauses out of 20016 with flag 655003/1683680
568.80/567.57	c cleaning 10004 clauses out of 20014 with flag 665000/1693677
572.21/570.93	c cleaning 9998 clauses out of 20010 with flag 675000/1703677
575.51/574.28	c cleaning 10004 clauses out of 20012 with flag 685000/1713677
578.60/577.31	c cleaning 10001 clauses out of 20009 with flag 695001/1723678
582.01/580.73	c cleaning 10003 clauses out of 20009 with flag 705002/1733679
585.50/584.21	c cleaning 9999 clauses out of 20005 with flag 715001/1743678
588.72/587.49	c cleaning 9998 clauses out of 20006 with flag 725001/1753678
592.11/590.87	c cleaning 9998 clauses out of 20008 with flag 735001/1763678
595.51/594.20	c cleaning 9996 clauses out of 20009 with flag 745000/1773677
599.01/597.70	c cleaning 10003 clauses out of 20013 with flag 755000/1783677
602.31/601.03	c cleaning 9995 clauses out of 20010 with flag 765000/1793677
605.71/604.41	c cleaning 10003 clauses out of 20016 with flag 775001/1803678
608.91/607.66	c cleaning 10004 clauses out of 20013 with flag 785001/1813678
612.21/610.95	c cleaning 10000 clauses out of 20009 with flag 795001/1823678
615.32/614.05	c cleaning 9996 clauses out of 20008 with flag 805000/1833677
618.72/617.45	c cleaning 10003 clauses out of 20012 with flag 815000/1843677
621.92/620.70	c cleaning 10001 clauses out of 20009 with flag 825001/1853678
625.04/623.79	c cleaning 9999 clauses out of 20008 with flag 835001/1863678
628.12/626.81	c cleaning 9998 clauses out of 20009 with flag 845001/1873678
631.02/629.79	c cleaning 10002 clauses out of 20011 with flag 855001/1883678
633.62/632.34	c starts		: 223
633.62/632.34	c conflicts		: 1891654
633.62/632.34	c decisions		: 2080664
633.62/632.34	c propagations		: 208071782
633.62/632.34	c inspects		: 4618737861
633.62/632.34	c shortcuts		: 0
633.62/632.34	c learnt literals	: 10
633.62/632.34	c learnt binary clauses	: 37
633.62/632.34	c learnt ternary clauses	: 118
633.62/632.34	c learnt constraints	: 1891643
633.62/632.34	c ignored constraints	: 0
633.62/632.34	c root simplifications	: 0
633.62/632.34	c removed literals (reason simplification)	: 22913870
633.62/632.34	c reason swapping (by a shorter reason)	: 0
633.62/632.34	c Calls to reduceDB	: 193
633.62/632.34	c number of reductions to clauses (during analyze)	: 0
633.62/632.34	c number of learned constraints concerned by reduction	: 0
633.62/632.34	c number of learning phase by resolution	: 0
633.62/632.34	c number of learning phase by cutting planes	: 0
633.62/632.34	c speed (assignments/second)	: 733261.6136057682
633.62/632.34	c non guided choices	2329
633.62/632.34	c learnt constraints type 
633.62/632.34	c constraints type 
633.62/632.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1659
633.62/632.34	s OPTIMUM FOUND
633.62/632.34	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 x745 x746 x747 -x748 -x749 x750 x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 x759 x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 x791 x792 x793 x794 x795 x796 x797 x798 -x799 x800 x801 -x802 -x803 -x804 x805 x806 x807 x808 x809 x810 x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 x820 x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 x845 x846 x847 x848 x849 x850 x851 x852 x853 -x854 x855 x856 x857 -x858 -x859 -x860 -x861 -x862 -x863 x864 x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 x889 x890 -x891 -x892 -x893 -x894 x895 
633.62/632.34	c objective function=55
633.62/632.34	c Total wall clock time (in seconds): 632.232

Verifier Data

OK	55

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-3458841-1307154348/watcher-3458841-1307154348 -o /tmp/evaluation-result-3458841-1307154348/solver-3458841-1307154348 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458841-1307154348.opb 

running on 4 cores: 1,3,5,7

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: 2.14 2.10 2.02 3/471 22362
/proc/meminfo: memFree=31644444/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 3200 0 1 0 0 0 0 0 25 0 2 0 827032706 13833195520 2902 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3377245 2914 906 9 0 3368401 0
[pid=22362/tid=22363] ppid=22360 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 5502 0 1 0 0 0 0 0 25 0 2 0 827032706 13850947584 6318 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.097102 s]
/proc/loadavg: 2.14 2.10 2.02 3/471 22362
/proc/meminfo: memFree=31644444/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13621848 CPUtime=0.09 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 15423 0 1 0 8 1 0 0 25 0 18 0 827032706 13948772352 15120 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3405462 15120 2092 9 0 3396196 0
[pid=22362/tid=22363] ppid=22360 vsize=13621848 CPUtime=0.08 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 13517 0 1 0 7 1 0 0 18 0 18 0 827032706 13948772352 15121 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13621848

[startup+0.101074 s]
/proc/loadavg: 2.14 2.10 2.02 3/471 22362
/proc/meminfo: memFree=31644444/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13621848 CPUtime=0.1 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 15476 0 1 0 9 1 0 0 25 0 18 0 827032706 13948772352 15173 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3405462 15173 2092 9 0 3396196 0
[pid=22362/tid=22363] ppid=22360 vsize=13621848 CPUtime=0.08 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 13569 0 1 0 7 1 0 0 18 0 18 0 827032706 13948772352 15173 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 46912496216924 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621848

[startup+0.301004 s]
/proc/loadavg: 2.14 2.10 2.02 3/471 22362
/proc/meminfo: memFree=31644444/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13632404 CPUtime=0.56 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 23771 0 1 0 53 3 0 0 25 0 18 0 827032706 13959581696 21088 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3408101 21089 2202 9 0 3398835 0
[pid=22362/tid=22363] ppid=22360 vsize=13632404 CPUtime=0.29 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 16033 0 1 0 27 2 0 0 18 0 18 0 827032706 13959581696 21089 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 46912505544950 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13632404

[startup+0.700965 s]
/proc/loadavg: 2.14 2.10 2.02 3/471 22362
/proc/meminfo: memFree=31644444/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13633432 CPUtime=1.45 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 30141 0 1 0 141 4 0 0 25 0 19 0 827032706 13960634368 25950 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3408358 25950 2229 9 0 3399092 0
[pid=22362/tid=22363] ppid=22360 vsize=13633432 CPUtime=0.68 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 20624 0 1 0 66 2 0 0 19 0 19 0 827032706 13960634368 25950 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 46912505726641 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 13633432

[startup+1.50082 s]
/proc/loadavg: 2.14 2.10 2.02 3/490 22381
/proc/meminfo: memFree=31547120/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13633432 CPUtime=2.26 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 30345 0 1 0 222 4 0 0 25 0 19 0 827032706 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3408358 26153 2231 9 0 3399092 0
[pid=22362/tid=22363] ppid=22360 vsize=13633432 CPUtime=1.48 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 20824 0 1 0 146 2 0 0 20 0 19 0 827032706 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 46912505725385 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22366] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22366/stat : 22366 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22367] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22367/stat : 22367 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22368] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22368/stat : 22368 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22369] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22369/stat : 22369 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22370] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22370/stat : 22370 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22371] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22371/stat : 22371 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22372] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22372/stat : 22372 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22373] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22373/stat : 22373 (java) S 22360 22362 19250 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 827032709 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 0 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22374] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22374/stat : 22374 (java) S 22360 22362 19250 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827032710 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22375] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22375/stat : 22375 (java) S 22360 22362 19250 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 827032710 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22376] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22376/stat : 22376 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827032712 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562361265 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22377] ppid=22360 vsize=13633432 CPUtime=0.36 cores=1,3,5,7
/proc/22362/task/22377/stat : 22377 (java) S 22360 22362 19250 0 -1 4202560 4667 0 0 0 36 0 0 0 19 0 19 0 827032712 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22378] ppid=22360 vsize=13633432 CPUtime=0.39 cores=1,3,5,7
/proc/22362/task/22378/stat : 22378 (java) S 22360 22362 19250 0 -1 4202560 3693 0 0 0 39 0 0 0 15 0 19 0 827032712 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22379] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22379/stat : 22379 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827032712 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22380] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22380/stat : 22380 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827032712 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22381] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22381/stat : 22381 (java) S 22360 22362 19250 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827032747 13960634368 26153 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 13633432

[startup+3.10054 s]
/proc/loadavg: 2.14 2.10 2.02 3/490 22381
/proc/meminfo: memFree=31545880/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13633432 CPUtime=3.97 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 30639 0 1 0 393 4 0 0 25 0 19 0 827032706 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3408358 26446 2234 9 0 3399092 0
[pid=22362/tid=22363] ppid=22360 vsize=13633432 CPUtime=3.08 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 21099 0 1 0 306 2 0 0 18 0 19 0 827032706 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 46912505725187 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22366] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22366/stat : 22366 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22367] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22367/stat : 22367 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22368] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22368/stat : 22368 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22369] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22369/stat : 22369 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22370] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22370/stat : 22370 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22371] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22371/stat : 22371 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22372] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22372/stat : 22372 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827032708 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22373] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22373/stat : 22373 (java) S 22360 22362 19250 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 827032709 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 0 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22374] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22374/stat : 22374 (java) S 22360 22362 19250 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827032710 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22375] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22375/stat : 22375 (java) S 22360 22362 19250 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 827032710 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22376] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22376/stat : 22376 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827032712 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562361265 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22377] ppid=22360 vsize=13633432 CPUtime=0.38 cores=1,3,5,7
/proc/22362/task/22377/stat : 22377 (java) S 22360 22362 19250 0 -1 4202560 4670 0 0 0 38 0 0 0 15 0 19 0 827032712 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22378] ppid=22360 vsize=13633432 CPUtime=0.48 cores=1,3,5,7
/proc/22362/task/22378/stat : 22378 (java) S 22360 22362 19250 0 -1 4202560 3709 0 0 0 48 0 0 0 15 0 19 0 827032712 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22379] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22379/stat : 22379 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827032712 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22380] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22380/stat : 22380 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827032712 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22381] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22381/stat : 22381 (java) S 22360 22362 19250 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827032747 13960634368 26446 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 13633432

[startup+6.30094 s]
/proc/loadavg: 2.13 2.09 2.02 3/490 22381
/proc/meminfo: memFree=31538360/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13633432 CPUtime=7.26 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 31894 0 1 0 722 4 0 0 25 0 19 0 827032706 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3408358 27694 2260 9 0 3399092 0
[pid=22362/tid=22363] ppid=22360 vsize=13633432 CPUtime=6.27 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 21162 0 1 0 624 3 0 0 25 0 19 0 827032706 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 46912505930522 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (java) S 22360 22362 19250 0 -1 4202560 338 0 0 0 0 0 0 0 18 0 19 0 827032708 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 5 0 0 0
[pid=22362/tid=22366] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22366/stat : 22366 (java) S 22360 22362 19250 0 -1 4202560 248 0 0 0 0 0 0 0 18 0 19 0 827032708 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 5 0 0 0
[pid=22362/tid=22367] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22367/stat : 22367 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827032708 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 5 0 0 0
[pid=22362/tid=22368] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22368/stat : 22368 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827032708 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22369] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22369/stat : 22369 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827032708 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22370] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22370/stat : 22370 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827032708 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22371] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22371/stat : 22371 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827032708 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22372] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22372/stat : 22372 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827032708 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 5 0 0 0
[pid=22362/tid=22373] ppid=22360 vsize=13633432 CPUtime=0.01 cores=1,3,5,7
/proc/22362/task/22373/stat : 22373 (java) S 22360 22362 19250 0 -1 4202560 589 0 0 0 1 0 0 0 15 0 19 0 827032709 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 0 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22374] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22374/stat : 22374 (java) S 22360 22362 19250 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827032710 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22375] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22375/stat : 22375 (java) S 22360 22362 19250 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827032710 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22376] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22376/stat : 22376 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827032712 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562361265 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22377] ppid=22360 vsize=13633432 CPUtime=0.4 cores=1,3,5,7
/proc/22362/task/22377/stat : 22377 (java) S 22360 22362 19250 0 -1 4202560 4679 0 0 0 40 0 0 0 16 0 19 0 827032712 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22378] ppid=22360 vsize=13633432 CPUtime=0.55 cores=1,3,5,7
/proc/22362/task/22378/stat : 22378 (java) S 22360 22362 19250 0 -1 4202560 3721 0 0 0 55 0 0 0 15 0 19 0 827032712 13960634368 27694 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0

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

/proc/22362/task/22365/stat : 22365 (java) S 22360 22362 19250 0 -1 4202560 365 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22366] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22366/stat : 22366 (java) S 22360 22362 19250 0 -1 4202560 259 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22367] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22367/stat : 22367 (java) S 22360 22362 19250 0 -1 4202560 84 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22368] ppid=22360 vsize=13633432 CPUtime=0.06 cores=1,3,5,7
/proc/22362/task/22368/stat : 22368 (java) S 22360 22362 19250 0 -1 4202560 127 0 0 0 6 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22369] ppid=22360 vsize=13633432 CPUtime=0.04 cores=1,3,5,7
/proc/22362/task/22369/stat : 22369 (java) S 22360 22362 19250 0 -1 4202560 20 0 0 0 4 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22370] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22370/stat : 22370 (java) S 22360 22362 19250 0 -1 4202560 115 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22371] ppid=22360 vsize=13633432 CPUtime=0.06 cores=1,3,5,7
/proc/22362/task/22371/stat : 22371 (java) S 22360 22362 19250 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22372] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22372/stat : 22372 (java) S 22360 22362 19250 0 -1 4202560 214 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22373] ppid=22360 vsize=13633432 CPUtime=3.16 cores=1,3,5,7
/proc/22362/task/22373/stat : 22373 (java) S 22360 22362 19250 0 -1 4202560 1187 0 0 0 315 1 0 0 16 0 19 0 827032709 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 0 0 16800975 18446604469612905472 0 0 -1 5 0 0 0
[pid=22362/tid=22374] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22374/stat : 22374 (java) S 22360 22362 19250 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827032710 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22375] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22375/stat : 22375 (java) S 22360 22362 19250 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827032710 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22376] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22376/stat : 22376 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562361265 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22377] ppid=22360 vsize=13633432 CPUtime=0.46 cores=1,3,5,7
/proc/22362/task/22377/stat : 22377 (java) S 22360 22362 19250 0 -1 4202560 5114 0 0 0 46 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22378] ppid=22360 vsize=13633432 CPUtime=0.6 cores=1,3,5,7
/proc/22362/task/22378/stat : 22378 (java) S 22360 22362 19250 0 -1 4202560 3738 0 0 0 60 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22379] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22379/stat : 22379 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22380] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22380/stat : 22380 (java) S 22360 22362 19250 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22381] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22381/stat : 22381 (java) S 22360 22362 19250 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827032747 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 631.64
Current children cumulated vsize (KiB) 13633432

[startup+631.101 s]
/proc/loadavg: 2.00 2.04 2.01 3/490 22397
/proc/meminfo: memFree=31533652/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13633432 CPUtime=632.42 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 33785 0 1 0 63234 8 0 0 25 0 19 0 827032706 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3408358 28592 2261 9 0 3399092 0
[pid=22362/tid=22363] ppid=22360 vsize=13633432 CPUtime=627.7 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 21356 0 1 0 62767 3 0 0 25 0 19 0 827032706 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 46912505809585 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (java) S 22360 22362 19250 0 -1 4202560 365 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22366] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22366/stat : 22366 (java) S 22360 22362 19250 0 -1 4202560 259 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22367] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22367/stat : 22367 (java) S 22360 22362 19250 0 -1 4202560 84 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22368] ppid=22360 vsize=13633432 CPUtime=0.06 cores=1,3,5,7
/proc/22362/task/22368/stat : 22368 (java) S 22360 22362 19250 0 -1 4202560 127 0 0 0 6 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22369] ppid=22360 vsize=13633432 CPUtime=0.04 cores=1,3,5,7
/proc/22362/task/22369/stat : 22369 (java) S 22360 22362 19250 0 -1 4202560 20 0 0 0 4 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22370] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22370/stat : 22370 (java) S 22360 22362 19250 0 -1 4202560 115 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22371] ppid=22360 vsize=13633432 CPUtime=0.06 cores=1,3,5,7
/proc/22362/task/22371/stat : 22371 (java) S 22360 22362 19250 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22372] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22372/stat : 22372 (java) S 22360 22362 19250 0 -1 4202560 214 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22373] ppid=22360 vsize=13633432 CPUtime=3.16 cores=1,3,5,7
/proc/22362/task/22373/stat : 22373 (java) S 22360 22362 19250 0 -1 4202560 1187 0 0 0 315 1 0 0 15 0 19 0 827032709 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 0 0 16800975 18446604469612905472 0 0 -1 5 0 0 0
[pid=22362/tid=22374] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22374/stat : 22374 (java) S 22360 22362 19250 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827032710 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22375] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22375/stat : 22375 (java) S 22360 22362 19250 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827032710 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22376] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22376/stat : 22376 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562361265 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22377] ppid=22360 vsize=13633432 CPUtime=0.46 cores=1,3,5,7
/proc/22362/task/22377/stat : 22377 (java) S 22360 22362 19250 0 -1 4202560 5114 0 0 0 46 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22378] ppid=22360 vsize=13633432 CPUtime=0.6 cores=1,3,5,7
/proc/22362/task/22378/stat : 22378 (java) S 22360 22362 19250 0 -1 4202560 3738 0 0 0 60 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22379] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22379/stat : 22379 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22380] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22380/stat : 22380 (java) S 22360 22362 19250 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22381] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22381/stat : 22381 (java) S 22360 22362 19250 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827032747 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 632.42
Current children cumulated vsize (KiB) 13633432

[startup+631.901 s]
/proc/loadavg: 2.00 2.04 2.01 3/490 22397
/proc/meminfo: memFree=31533156/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13633432 CPUtime=633.22 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 33785 0 1 0 63314 8 0 0 25 0 19 0 827032706 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3408358 28592 2261 9 0 3399092 0
[pid=22362/tid=22363] ppid=22360 vsize=13633432 CPUtime=628.5 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 21356 0 1 0 62847 3 0 0 25 0 19 0 827032706 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 46912505497067 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (java) S 22360 22362 19250 0 -1 4202560 365 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22366] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22366/stat : 22366 (java) S 22360 22362 19250 0 -1 4202560 259 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22367] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22367/stat : 22367 (java) S 22360 22362 19250 0 -1 4202560 84 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22368] ppid=22360 vsize=13633432 CPUtime=0.06 cores=1,3,5,7
/proc/22362/task/22368/stat : 22368 (java) S 22360 22362 19250 0 -1 4202560 127 0 0 0 6 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22369] ppid=22360 vsize=13633432 CPUtime=0.04 cores=1,3,5,7
/proc/22362/task/22369/stat : 22369 (java) S 22360 22362 19250 0 -1 4202560 20 0 0 0 4 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22370] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22370/stat : 22370 (java) S 22360 22362 19250 0 -1 4202560 115 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22371] ppid=22360 vsize=13633432 CPUtime=0.06 cores=1,3,5,7
/proc/22362/task/22371/stat : 22371 (java) S 22360 22362 19250 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22372] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22372/stat : 22372 (java) S 22360 22362 19250 0 -1 4202560 214 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22373] ppid=22360 vsize=13633432 CPUtime=3.16 cores=1,3,5,7
/proc/22362/task/22373/stat : 22373 (java) S 22360 22362 19250 0 -1 4202560 1187 0 0 0 315 1 0 0 15 0 19 0 827032709 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 0 0 16800975 18446604469612905472 0 0 -1 5 0 0 0
[pid=22362/tid=22374] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22374/stat : 22374 (java) S 22360 22362 19250 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827032710 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22375] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22375/stat : 22375 (java) S 22360 22362 19250 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827032710 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22376] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22376/stat : 22376 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562361265 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22377] ppid=22360 vsize=13633432 CPUtime=0.46 cores=1,3,5,7
/proc/22362/task/22377/stat : 22377 (java) S 22360 22362 19250 0 -1 4202560 5114 0 0 0 46 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22378] ppid=22360 vsize=13633432 CPUtime=0.6 cores=1,3,5,7
/proc/22362/task/22378/stat : 22378 (java) S 22360 22362 19250 0 -1 4202560 3738 0 0 0 60 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22379] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22379/stat : 22379 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22380] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22380/stat : 22380 (java) S 22360 22362 19250 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22381] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22381/stat : 22381 (java) S 22360 22362 19250 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827032747 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 633.22
Current children cumulated vsize (KiB) 13633432

[startup+632.301 s]
/proc/loadavg: 2.00 2.04 2.01 3/490 22397
/proc/meminfo: memFree=31533156/32951124 swapFree=55639044/67111528
[pid=22362] ppid=22360 vsize=13633432 CPUtime=633.62 cores=1,3,5,7
/proc/22362/stat : 22362 (java) S 22360 22362 19250 0 -1 4202496 33785 0 1 0 63354 8 0 0 25 0 19 0 827032706 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22362/statm: 3408358 28592 2261 9 0 3399092 0
[pid=22362/tid=22363] ppid=22360 vsize=13633432 CPUtime=628.9 cores=1,3,5,7
/proc/22362/task/22363/stat : 22363 (java) R 22360 22362 19250 0 -1 4202560 21356 0 1 0 62887 3 0 0 25 0 19 0 827032706 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 46912505632127 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (java) S 22360 22362 19250 0 -1 4202560 365 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22366] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22366/stat : 22366 (java) S 22360 22362 19250 0 -1 4202560 259 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22367] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22367/stat : 22367 (java) S 22360 22362 19250 0 -1 4202560 84 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22368] ppid=22360 vsize=13633432 CPUtime=0.06 cores=1,3,5,7
/proc/22362/task/22368/stat : 22368 (java) S 22360 22362 19250 0 -1 4202560 127 0 0 0 6 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22369] ppid=22360 vsize=13633432 CPUtime=0.04 cores=1,3,5,7
/proc/22362/task/22369/stat : 22369 (java) S 22360 22362 19250 0 -1 4202560 20 0 0 0 4 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22370] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22370/stat : 22370 (java) S 22360 22362 19250 0 -1 4202560 115 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22371] ppid=22360 vsize=13633432 CPUtime=0.06 cores=1,3,5,7
/proc/22362/task/22371/stat : 22371 (java) S 22360 22362 19250 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22372] ppid=22360 vsize=13633432 CPUtime=0.05 cores=1,3,5,7
/proc/22362/task/22372/stat : 22372 (java) S 22360 22362 19250 0 -1 4202560 214 0 0 0 5 0 0 0 15 0 19 0 827032708 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22373] ppid=22360 vsize=13633432 CPUtime=3.16 cores=1,3,5,7
/proc/22362/task/22373/stat : 22373 (java) S 22360 22362 19250 0 -1 4202560 1187 0 0 0 315 1 0 0 15 0 19 0 827032709 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 0 0 16800975 18446604469612905472 0 0 -1 5 0 0 0
[pid=22362/tid=22374] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22374/stat : 22374 (java) S 22360 22362 19250 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827032710 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22375] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22375/stat : 22375 (java) S 22360 22362 19250 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827032710 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22376] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22376/stat : 22376 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562361265 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22377] ppid=22360 vsize=13633432 CPUtime=0.46 cores=1,3,5,7
/proc/22362/task/22377/stat : 22377 (java) S 22360 22362 19250 0 -1 4202560 5114 0 0 0 46 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
[pid=22362/tid=22378] ppid=22360 vsize=13633432 CPUtime=0.6 cores=1,3,5,7
/proc/22362/task/22378/stat : 22378 (java) S 22360 22362 19250 0 -1 4202560 3738 0 0 0 60 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22379] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22379/stat : 22379 (java) S 22360 22362 19250 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562353561 0 4 0 16800975 18446604469612905472 0 0 -1 3 0 0 0
[pid=22362/tid=22380] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22380/stat : 22380 (java) S 22360 22362 19250 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 827032712 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 1 0 0 0
[pid=22362/tid=22381] ppid=22360 vsize=13633432 CPUtime=0 cores=1,3,5,7
/proc/22362/task/22381/stat : 22381 (java) S 22360 22362 19250 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827032747 13960634368 28592 33554432000 1073741824 1073778376 140734456994176 18446744073709551615 271562354176 0 4 0 16800975 18446604469612905472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 633.62
Current children cumulated vsize (KiB) 13633432

Child status: 30
Real time (s): 632.354
CPU time (s): 633.683
CPU user time (s): 633.594
CPU system time (s): 0.088986
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 13633432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 633.594
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33823
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= 18897
involuntary context switches= 4713

runsolver used 2.87856 second user time and 6.35103 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 04:25:48
IDJOB=3458841
IDBENCH=2944
IDSOLVER=1952
FILE ID=node133/3458841-1307154348
RUNJOBID= node133-1307147127-20829
PBS_JOBID= 13508783
Free space on /tmp= 73980 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_10.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458841-1307154348/watcher-3458841-1307154348 -o /tmp/evaluation-result-3458841-1307154348/solver-3458841-1307154348 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458841-1307154348.opb

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=2040529617

node133.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.834
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.66
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.834
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.75
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31644476 kB
Buffers:        312100 kB
Cached:         482072 kB
SwapCached:      10584 kB
Active:         576700 kB
Inactive:       455004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31644476 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:            2960 kB
Writeback:           0 kB
AnonPages:      234940 kB
Mapped:          21156 kB
Slab:           152412 kB
PageTables:      54440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128347812 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73980 MiB
End job on node133 at 2011-06-04 04:36:21