Trace number 3454457

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.0OPT55 1423.41 727.731

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.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@431b9fb1
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@5b2558d6
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-3454457-1307192709.opb
0.11/0.11	c reading problem ... 
1.16/0.52	c ... done. Wall clock time 0.413s.
1.16/0.52	c #vars     895
1.16/0.52	c #constraints  1660
1.16/0.52	c constraints type 
1.16/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1659
1.16/0.52	c constraints type 
1.16/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1659
3.14/1.12	c  And the winner is Resolution
3.15/1.53	c SATISFIABLE
3.15/1.53	c OPTIMIZING...
3.15/1.53	c Got one! Elapsed wall clock time (in seconds):1.419
3.15/1.53	o 93
3.70/1.77	c  And the winner is Resolution
3.87/2.03	c Got one! Elapsed wall clock time (in seconds):1.924
3.87/2.03	o 90
4.00/2.16	c  And the winner is Resolution
4.15/2.54	c Got one! Elapsed wall clock time (in seconds):2.428
4.15/2.54	o 84
4.56/2.75	c  And the winner is Resolution
4.71/3.04	c Got one! Elapsed wall clock time (in seconds):2.932
4.71/3.04	o 77
5.12/3.31	c  And the winner is Resolution
5.36/3.54	c Got one! Elapsed wall clock time (in seconds):3.437
5.36/3.54	o 71
8.30/4.96	c  And the winner is Resolution
8.44/5.05	c Got one! Elapsed wall clock time (in seconds):4.943
8.44/5.05	o 70
9.36/5.53	c cleaning 3823 clauses out of 7645 with flag 1000/7645
13.41/7.54	c  And the winner is Resolution
13.41/7.59	c Got one! Elapsed wall clock time (in seconds):7.483
13.41/7.59	o 69
16.91/9.39	c cleaning 7404 clauses out of 14813 with flag 5000/18638
17.13/9.47	c  And the winner is Resolution
17.23/9.60	c Got one! Elapsed wall clock time (in seconds):9.493
17.23/9.60	o 67
19.82/11.00	c  And the winner is Resolution
20.03/11.11	c Got one! Elapsed wall clock time (in seconds):11.0
20.03/11.11	o 66
21.61/11.93	c cleaning 6638 clauses out of 13281 with flag 2000/24510
26.01/14.11	c cleaning 6312 clauses out of 12644 with flag 8001/30511
31.16/16.73	c cleaning 6662 clauses out of 13333 with flag 15002/37512
33.15/17.77	c  And the winner is Resolution
33.28/18.18	c Got one! Elapsed wall clock time (in seconds):18.077
33.28/18.18	o 63
35.50/19.34	c cleaning 6199 clauses out of 12412 with flag 3001/43253
39.86/21.52	c cleaning 6102 clauses out of 12212 with flag 9000/49252
44.82/24.09	c cleaning 6554 clauses out of 13109 with flag 16000/56252
50.55/26.96	c cleaning 7274 clauses out of 14555 with flag 24000/64252
57.11/30.24	c cleaning 8137 clauses out of 16281 with flag 33000/73252
64.26/33.87	c cleaning 9068 clauses out of 18144 with flag 43000/83252
67.60/35.55	c cleaning 0 clauses out of 8392 with flag 0/8395
70.57/36.97	c  And the winner is Resolution
70.74/37.26	c Got one! Elapsed wall clock time (in seconds):37.154
70.74/37.26	o 61
74.81/39.34	c cleaning 11085 clauses out of 22178 with flag 5000/96354
78.95/41.49	c cleaning 8537 clauses out of 17093 with flag 11000/102354
84.33/44.13	c cleaning 7777 clauses out of 15555 with flag 18000/109354
90.04/47.05	c cleaning 7880 clauses out of 15778 with flag 26000/117354
96.76/50.46	c cleaning 8442 clauses out of 16899 with flag 35001/126355
103.94/54.07	c cleaning 9224 clauses out of 18457 with flag 45001/136355
110.65/57.44	c cleaning 9614 clauses out of 19232 with flag 55000/146354
118.19/61.22	c cleaning 9810 clauses out of 19621 with flag 65003/156357
124.92/64.66	c cleaning 9899 clauses out of 19808 with flag 75000/166354
132.08/68.25	c cleaning 9947 clauses out of 19910 with flag 85001/176355
139.19/71.84	c cleaning 9978 clauses out of 19963 with flag 95001/186355
145.35/74.99	c  And the winner is Resolution
145.54/75.43	c Got one! Elapsed wall clock time (in seconds):75.326
145.54/75.43	o 60
149.89/77.69	c cleaning 11541 clauses out of 23087 with flag 5000/199457
154.39/79.96	c cleaning 8768 clauses out of 17546 with flag 11000/205457
159.32/82.46	c cleaning 7885 clauses out of 15779 with flag 18001/212458
165.25/85.41	c cleaning 7941 clauses out of 15894 with flag 26001/220458
171.78/88.78	c cleaning 8468 clauses out of 16953 with flag 35001/229458
178.88/92.33	c cleaning 9238 clauses out of 18486 with flag 45002/239459
186.22/96.03	c cleaning 9617 clauses out of 19247 with flag 55001/249458
193.35/99.66	c cleaning 9808 clauses out of 19630 with flag 65001/259458
195.47/100.74	c cleaning 0 clauses out of 14425 with flag 0/14429
201.97/104.09	c cleaning 9903 clauses out of 19822 with flag 75001/269458
209.91/108.01	c cleaning 9953 clauses out of 19919 with flag 85001/279458
217.24/111.74	c cleaning 9975 clauses out of 19967 with flag 95002/289459
224.56/115.49	c cleaning 9992 clauses out of 19992 with flag 105002/299459
232.25/119.36	c cleaning 9991 clauses out of 19998 with flag 115000/309457
239.58/123.02	c cleaning 9994 clauses out of 20007 with flag 125000/319457
247.30/126.91	c cleaning 9999 clauses out of 20013 with flag 135000/329457
254.83/130.71	c cleaning 10004 clauses out of 20018 with flag 145004/339461
262.51/134.61	c cleaning 10002 clauses out of 20014 with flag 155004/349461
269.85/138.31	c cleaning 10000 clauses out of 20009 with flag 165001/359458
277.37/142.18	c cleaning 9994 clauses out of 20008 with flag 175000/369457
284.89/145.99	c cleaning 9998 clauses out of 20015 with flag 185001/379458
292.97/150.06	c cleaning 10004 clauses out of 20016 with flag 195000/389457
300.68/153.98	c cleaning 9999 clauses out of 20012 with flag 205000/399457
308.79/158.07	c cleaning 10000 clauses out of 20014 with flag 215001/409458
316.71/162.07	c cleaning 10001 clauses out of 20014 with flag 225001/419458
324.38/165.95	c cleaning 10000 clauses out of 20012 with flag 235000/429457
332.70/170.12	c cleaning 10004 clauses out of 20014 with flag 245002/439459
339.81/173.78	c cleaning 9998 clauses out of 20009 with flag 255001/449458
346.92/177.30	c cleaning 9998 clauses out of 20011 with flag 265001/459458
353.98/180.94	c cleaning 10004 clauses out of 20014 with flag 275002/469459
361.49/184.77	c cleaning 9994 clauses out of 20009 with flag 285001/479458
368.80/188.48	c cleaning 9998 clauses out of 20014 with flag 295000/489457
376.51/192.39	c cleaning 10000 clauses out of 20020 with flag 305004/499461
384.98/196.65	c cleaning 10003 clauses out of 20017 with flag 315001/509458
392.88/200.62	c cleaning 10003 clauses out of 20015 with flag 325002/519459
395.19/201.86	c cleaning 0 clauses out of 20426 with flag 0/20430
401.30/204.99	c cleaning 9997 clauses out of 20010 with flag 335000/529457
408.76/208.78	c cleaning 10000 clauses out of 20014 with flag 345001/539458
416.09/212.49	c cleaning 10002 clauses out of 20013 with flag 355000/549457
422.96/215.99	c cleaning 9995 clauses out of 20012 with flag 365001/559458
430.67/219.87	c cleaning 10000 clauses out of 20016 with flag 375000/569457
437.92/223.56	c cleaning 10007 clauses out of 20018 with flag 385002/579459
445.03/227.17	c cleaning 9994 clauses out of 20010 with flag 395001/589458
452.97/231.12	c cleaning 9995 clauses out of 20015 with flag 405000/599457
460.84/235.18	c cleaning 10004 clauses out of 20023 with flag 415003/609460
468.69/239.12	c cleaning 10001 clauses out of 20016 with flag 425000/619457
475.99/242.84	c cleaning 10000 clauses out of 20016 with flag 435001/629458
483.49/246.63	c cleaning 9999 clauses out of 20016 with flag 445001/639458
491.19/250.53	c cleaning 9999 clauses out of 20015 with flag 455000/649457
498.83/254.44	c cleaning 9998 clauses out of 20016 with flag 465000/659457
506.53/258.33	c cleaning 10005 clauses out of 20019 with flag 475001/669458
514.63/262.41	c cleaning 10000 clauses out of 20014 with flag 485001/679458
521.92/266.14	c cleaning 10002 clauses out of 20013 with flag 495000/689457
529.96/270.27	c cleaning 9998 clauses out of 20012 with flag 505001/699458
537.50/274.08	c cleaning 9999 clauses out of 20013 with flag 515000/709457
544.56/277.62	c cleaning 10005 clauses out of 20015 with flag 525001/719458
552.06/281.43	c cleaning 9998 clauses out of 20011 with flag 535002/729459
559.90/285.42	c cleaning 9997 clauses out of 20012 with flag 545001/739458
567.39/289.26	c cleaning 9998 clauses out of 20014 with flag 555000/749457
575.08/293.20	c cleaning 9999 clauses out of 20016 with flag 565000/759457
582.57/296.97	c cleaning 10004 clauses out of 20018 with flag 575001/769458
590.20/300.81	c cleaning 10001 clauses out of 20015 with flag 585002/779459
597.69/304.64	c cleaning 10001 clauses out of 20012 with flag 595000/789457
605.37/308.52	c cleaning 9998 clauses out of 20011 with flag 605000/799457
612.87/312.39	c cleaning 9999 clauses out of 20013 with flag 615000/809457
620.71/316.37	c cleaning 10001 clauses out of 20015 with flag 625001/819458
628.22/320.20	c cleaning 10004 clauses out of 20013 with flag 635000/829457
635.68/323.93	c cleaning 9995 clauses out of 20009 with flag 645000/839457
642.96/327.65	c cleaning 10004 clauses out of 20015 with flag 655001/849458
651.59/332.01	c cleaning 10000 clauses out of 20011 with flag 665001/859458
658.88/335.77	c cleaning 9997 clauses out of 20010 with flag 675000/869457
666.17/339.45	c cleaning 9996 clauses out of 20013 with flag 685000/879457
674.45/343.68	c cleaning 10004 clauses out of 20017 with flag 695000/889457
682.67/347.85	c cleaning 10002 clauses out of 20014 with flag 705001/899458
690.76/351.95	c cleaning 10004 clauses out of 20011 with flag 715000/909457
698.24/355.76	c cleaning 9991 clauses out of 20007 with flag 725000/919457
705.32/359.39	c cleaning 10002 clauses out of 20016 with flag 735000/929457
708.74/361.12	c cleaning 0 clauses out of 27426 with flag 0/27430
713.02/363.35	c cleaning 10002 clauses out of 20015 with flag 745001/939458
720.55/367.14	c cleaning 10000 clauses out of 20014 with flag 755002/949459
727.67/370.80	c cleaning 9997 clauses out of 20012 with flag 765000/959457
735.26/374.66	c cleaning 10000 clauses out of 20016 with flag 775001/969458
742.14/378.18	c cleaning 10002 clauses out of 20016 with flag 785001/979458
749.02/381.67	c cleaning 10005 clauses out of 20013 with flag 795000/989457
756.11/385.30	c cleaning 9999 clauses out of 20008 with flag 805000/999457
763.93/389.24	c cleaning 9998 clauses out of 20009 with flag 815000/1009457
771.21/392.91	c cleaning 9999 clauses out of 20012 with flag 825001/1019458
777.89/396.31	c  And the winner is Resolution
778.07/396.56	c Got one! Elapsed wall clock time (in seconds):396.451
778.07/396.56	o 55
782.94/399.07	c cleaning 12113 clauses out of 24232 with flag 5000/1033677
788.63/401.90	c cleaning 9055 clauses out of 18120 with flag 11001/1039678
794.47/404.94	c cleaning 8027 clauses out of 16065 with flag 18001/1046678
800.75/408.20	c cleaning 8011 clauses out of 16037 with flag 26000/1054677
808.00/411.86	c cleaning 8509 clauses out of 17026 with flag 35000/1063677
816.11/415.93	c cleaning 9256 clauses out of 18521 with flag 45004/1073681
824.09/420.03	c cleaning 9625 clauses out of 19262 with flag 55001/1083678
831.57/423.86	c cleaning 9812 clauses out of 19636 with flag 65000/1093677
840.25/428.25	c cleaning 9908 clauses out of 19824 with flag 75000/1103677
847.72/432.09	c cleaning 9950 clauses out of 19916 with flag 85000/1113677
855.54/436.00	c cleaning 9980 clauses out of 19966 with flag 95000/1123677
863.02/439.82	c cleaning 9985 clauses out of 19987 with flag 105001/1133678
870.30/443.54	c cleaning 9996 clauses out of 20001 with flag 115000/1143677
877.38/447.12	c cleaning 10000 clauses out of 20006 with flag 125001/1153678
884.79/450.93	c cleaning 10001 clauses out of 20005 with flag 135000/1163677
891.69/454.48	c cleaning 9993 clauses out of 20004 with flag 145000/1173677
898.73/458.06	c cleaning 10003 clauses out of 20011 with flag 155000/1183677
906.21/461.88	c cleaning 9999 clauses out of 20009 with flag 165001/1193678
913.61/465.68	c cleaning 10001 clauses out of 20009 with flag 175000/1203677
921.29/469.55	c cleaning 10004 clauses out of 20009 with flag 185001/1213678
928.56/473.25	c cleaning 9992 clauses out of 20006 with flag 195002/1223679
935.23/476.67	c cleaning 10007 clauses out of 20013 with flag 205001/1233678
942.43/480.38	c cleaning 10000 clauses out of 20006 with flag 215001/1243678
950.30/484.31	c cleaning 9995 clauses out of 20006 with flag 225001/1253678
957.37/487.99	c cleaning 10002 clauses out of 20010 with flag 235000/1263677
964.45/491.56	c cleaning 10001 clauses out of 20008 with flag 245000/1273677
972.25/495.53	c cleaning 9997 clauses out of 20007 with flag 255000/1283677
979.72/499.35	c cleaning 10006 clauses out of 20013 with flag 265003/1293680
986.62/502.82	c cleaning 9998 clauses out of 20006 with flag 275002/1303679
993.66/506.44	c cleaning 10002 clauses out of 20006 with flag 285000/1313677
1000.46/509.98	c cleaning 10000 clauses out of 20005 with flag 295001/1323678
1006.93/513.27	c cleaning 9995 clauses out of 20004 with flag 305000/1333677
1013.00/516.39	c cleaning 10000 clauses out of 20010 with flag 315001/1343678
1020.46/520.12	c cleaning 9998 clauses out of 20009 with flag 325000/1353677
1028.07/524.08	c cleaning 10000 clauses out of 20011 with flag 335000/1363677
1035.74/527.93	c cleaning 10000 clauses out of 20013 with flag 345002/1373679
1043.61/531.92	c cleaning 9998 clauses out of 20011 with flag 355000/1383677
1051.31/535.85	c cleaning 9999 clauses out of 20013 with flag 365000/1393677
1058.47/539.55	c cleaning 10000 clauses out of 20015 with flag 375001/1403678
1064.74/542.72	c cleaning 0 clauses out of 32443 with flag 0/32448
1066.40/543.62	c cleaning 10003 clauses out of 20016 with flag 385002/1413679
1073.87/547.43	c cleaning 9996 clauses out of 20012 with flag 395001/1423678
1081.09/551.20	c cleaning 10000 clauses out of 20017 with flag 405002/1433679
1088.72/555.06	c cleaning 10001 clauses out of 20017 with flag 415002/1443679
1095.99/558.77	c cleaning 9996 clauses out of 20014 with flag 425000/1453677
1103.25/562.42	c cleaning 10006 clauses out of 20019 with flag 435001/1463678
1110.44/566.17	c cleaning 10000 clauses out of 20012 with flag 445000/1473677
1118.31/570.13	c cleaning 10001 clauses out of 20012 with flag 455000/1483677
1125.77/573.99	c cleaning 10004 clauses out of 20014 with flag 465003/1493680
1133.43/577.81	c cleaning 10005 clauses out of 20009 with flag 475002/1503679
1140.82/581.68	c cleaning 9996 clauses out of 20002 with flag 485000/1513677
1148.28/585.48	c cleaning 10000 clauses out of 20006 with flag 495000/1523677
1155.35/589.07	c cleaning 10000 clauses out of 20007 with flag 505001/1533678
1162.42/592.70	c cleaning 10000 clauses out of 20007 with flag 515001/1543678
1169.81/596.44	c cleaning 9997 clauses out of 20007 with flag 525001/1553678
1177.29/600.29	c cleaning 9997 clauses out of 20014 with flag 535005/1563682
1184.95/604.19	c cleaning 10003 clauses out of 20013 with flag 545001/1573678
1192.80/608.12	c cleaning 10000 clauses out of 20011 with flag 555002/1583679
1200.39/612.00	c cleaning 10000 clauses out of 20009 with flag 565000/1593677
1207.66/615.78	c cleaning 9998 clauses out of 20011 with flag 575002/1603679
1214.51/619.26	c cleaning 10001 clauses out of 20011 with flag 585000/1613677
1221.77/622.96	c cleaning 10001 clauses out of 20010 with flag 595000/1623677
1229.78/627.05	c cleaning 9999 clauses out of 20009 with flag 605000/1633677
1237.21/630.80	c cleaning 9998 clauses out of 20011 with flag 615001/1643678
1244.66/634.68	c cleaning 10005 clauses out of 20013 with flag 625001/1653678
1252.52/638.60	c cleaning 9996 clauses out of 20008 with flag 635001/1663678
1259.92/642.45	c cleaning 9998 clauses out of 20011 with flag 645000/1673677
1267.15/646.19	c cleaning 9999 clauses out of 20016 with flag 655003/1683680
1274.60/649.91	c cleaning 10004 clauses out of 20014 with flag 665000/1693677
1282.05/653.77	c cleaning 9998 clauses out of 20010 with flag 675000/1703677
1289.62/657.68	c cleaning 10004 clauses out of 20012 with flag 685000/1713677
1296.51/661.14	c cleaning 10001 clauses out of 20009 with flag 695001/1723678
1304.14/665.03	c cleaning 10003 clauses out of 20009 with flag 705002/1733679
1312.00/669.01	c cleaning 9999 clauses out of 20005 with flag 715001/1743678
1319.39/672.84	c cleaning 9998 clauses out of 20006 with flag 725001/1753678
1327.04/676.72	c cleaning 9998 clauses out of 20008 with flag 735001/1763678
1334.50/680.52	c cleaning 9996 clauses out of 20009 with flag 745000/1773677
1342.35/684.51	c cleaning 10003 clauses out of 20013 with flag 755000/1783677
1349.92/688.41	c cleaning 9995 clauses out of 20010 with flag 765000/1793677
1357.37/692.28	c cleaning 10003 clauses out of 20016 with flag 775001/1803678
1364.62/695.99	c cleaning 10004 clauses out of 20013 with flag 785001/1813678
1372.10/699.77	c cleaning 10000 clauses out of 20009 with flag 795001/1823678
1379.05/703.39	c cleaning 9996 clauses out of 20008 with flag 805000/1833677
1386.70/707.25	c cleaning 10003 clauses out of 20012 with flag 815000/1843677
1393.95/710.96	c cleaning 10001 clauses out of 20009 with flag 825001/1853678
1400.81/714.45	c cleaning 9999 clauses out of 20008 with flag 835001/1863678
1407.58/717.94	c cleaning 9998 clauses out of 20009 with flag 845001/1873678
1414.23/721.33	c cleaning 10002 clauses out of 20011 with flag 855001/1883678
1419.68/724.18	c  And the winner is Resolution
1423.27/727.65	c starts		: 223
1423.27/727.65	c conflicts		: 1891654
1423.27/727.65	c decisions		: 2080664
1423.27/727.65	c propagations		: 208071782
1423.27/727.65	c inspects		: 4618737861
1423.27/727.65	c shortcuts		: 0
1423.27/727.65	c learnt literals	: 10
1423.27/727.65	c learnt binary clauses	: 37
1423.27/727.65	c learnt ternary clauses	: 118
1423.27/727.65	c learnt constraints	: 1891643
1423.27/727.65	c ignored constraints	: 0
1423.27/727.65	c root simplifications	: 0
1423.27/727.65	c removed literals (reason simplification)	: 22913870
1423.27/727.65	c reason swapping (by a shorter reason)	: 0
1423.27/727.65	c Calls to reduceDB	: 193
1423.27/727.65	c number of reductions to clauses (during analyze)	: 0
1423.27/727.65	c number of learned constraints concerned by reduction	: 0
1423.27/727.65	c number of learning phase by resolution	: 0
1423.27/727.65	c number of learning phase by cutting planes	: 0
1423.27/727.65	c speed (assignments/second)	: 628444.7793651273
1423.27/727.65	c non guided choices	2329
1423.27/727.65	c learnt constraints type 
1423.27/727.65	c constraints type 
1423.27/727.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1659
1423.27/727.65	c constraints type 
1423.27/727.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1659
1423.27/727.65	s OPTIMUM FOUND
1423.27/727.65	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 
1423.27/727.65	c objective function=55
1423.27/727.65	c Total wall clock time (in seconds): 727.545

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-3454457-1307192709/watcher-3454457-1307192709 -o /tmp/evaluation-result-3454457-1307192709/solver-3454457-1307192709 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454457-1307192709.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: 2.59 3.56 3.71 3/461 25323
/proc/meminfo: memFree=28621192/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 6807 0 1 0 0 0 0 0 21 0 2 0 830868879 10694979584 6509 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2611079 6522 917 9 0 2602235 0
[pid=25323/tid=25324] ppid=25321 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) R 25321 25323 21158 0 -1 4202560 6300 0 1 0 0 0 0 0 23 0 2 0 830868879 10694979584 7117 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.106801 s]
/proc/loadavg: 2.59 3.56 3.71 3/461 25323
/proc/meminfo: memFree=28621192/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10540036 CPUtime=0.11 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 13193 0 1 0 10 1 0 0 21 0 18 0 830868879 10792996864 12846 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2635009 12847 2107 9 0 2625743 0
[pid=25323/tid=25324] ppid=25321 vsize=10540036 CPUtime=0.09 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) R 25321 25323 21158 0 -1 4202560 11237 0 1 0 8 1 0 0 18 0 18 0 830868879 10792996864 12848 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134540747 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540036

[startup+0.200732 s]
/proc/loadavg: 2.59 3.56 3.71 3/461 25323
/proc/meminfo: memFree=28621192/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10540628 CPUtime=0.26 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 14002 0 1 0 24 2 0 0 21 0 18 0 830868879 10793603072 13655 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2635157 13656 2172 9 0 2625891 0
[pid=25323/tid=25324] ppid=25321 vsize=10540628 CPUtime=0.18 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) R 25321 25323 21158 0 -1 4202560 11820 0 1 0 17 1 0 0 18 0 18 0 830868879 10793603072 13656 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10540628

[startup+0.300718 s]
/proc/loadavg: 2.59 3.56 3.71 3/461 25323
/proc/meminfo: memFree=28621192/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10544272 CPUtime=0.56 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 17615 0 1 0 54 2 0 0 21 0 18 0 830868879 10797334528 16470 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2636068 16472 2202 9 0 2626802 0
[pid=25323/tid=25324] ppid=25321 vsize=10544272 CPUtime=0.29 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) R 25321 25323 21158 0 -1 4202560 13035 0 1 0 27 2 0 0 18 0 18 0 830868879 10797334528 16472 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 46912505563675 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10544272

[startup+0.700647 s]
/proc/loadavg: 2.59 3.56 3.71 3/461 25323
/proc/meminfo: memFree=28621192/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10555548 CPUtime=1.91 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 37290 0 1 0 186 5 0 0 21 0 22 0 830868879 10808881152 30848 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2638887 30849 2229 9 0 2629621 0
[pid=25323/tid=25324] ppid=25321 vsize=10555548 CPUtime=0.51 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) S 25321 25323 21158 0 -1 4202560 19744 0 1 0 48 3 0 0 19 0 22 0 830868879 10808881152 30850 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 10555548

[startup+1.50153 s]
/proc/loadavg: 2.59 3.56 3.71 4/501 25369
/proc/meminfo: memFree=28357264/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10555548 CPUtime=3.15 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 62531 0 1 0 307 8 0 0 21 0 19 0 830868879 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2638887 55172 2237 9 0 2629621 0
[pid=25323/tid=25324] ppid=25321 vsize=10555548 CPUtime=0.51 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) S 25321 25323 21158 0 -1 4202560 19744 0 1 0 48 3 0 0 15 0 19 0 830868879 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25335] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25335/stat : 25335 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 830868881 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25336] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25336/stat : 25336 (java) S 25321 25323 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 830868881 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25337] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25337/stat : 25337 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868881 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25338] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25338/stat : 25338 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868881 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25339] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25339/stat : 25339 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868881 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25340] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25340/stat : 25340 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868881 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25341] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25341/stat : 25341 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830868881 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25342] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25342/stat : 25342 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868881 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25346] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25346/stat : 25346 (java) S 25321 25323 21158 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 830868882 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 0 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25347] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25347/stat : 25347 (java) S 25321 25323 21158 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 830868883 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25348] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25348/stat : 25348 (java) S 25321 25323 21158 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830868883 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25354] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25354/stat : 25354 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868885 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134537649 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25355] ppid=25321 vsize=10555548 CPUtime=0.73 cores=0,2,4,6
/proc/25323/task/25355/stat : 25355 (java) S 25321 25323 21158 0 -1 4202560 7284 0 0 0 73 0 0 0 17 0 19 0 830868885 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25356] ppid=25321 vsize=10555548 CPUtime=0.7 cores=0,2,4,6
/proc/25323/task/25356/stat : 25356 (java) S 25321 25323 21158 0 -1 4202560 6421 0 0 0 69 1 0 0 15 0 19 0 830868885 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25357] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25357/stat : 25357 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868885 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25358] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25358/stat : 25358 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830868885 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25366] ppid=25321 vsize=10555548 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25366/stat : 25366 (java) S 25321 25323 21158 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830868932 10808881152 55172 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 10555548

[startup+3.10121 s]
/proc/loadavg: 2.54 3.53 3.70 2/497 25423
/proc/meminfo: memFree=28246680/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10557276 CPUtime=4.86 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 115190 0 1 0 472 14 0 0 21 0 22 0 830868879 10810650624 104499 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2639319 104501 2237 9 0 2630053 0
[pid=25323/tid=25324] ppid=25321 vsize=10557276 CPUtime=0.51 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) S 25321 25323 21158 0 -1 4202560 19755 0 1 0 48 3 0 0 16 0 22 0 830868879 10810650624 104502 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25335] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25335/stat : 25335 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830868881 10810650624 104504 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25336] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25336/stat : 25336 (java) S 25321 25323 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830868881 10810650624 104505 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25337] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25337/stat : 25337 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830868881 10810650624 104506 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25338] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25338/stat : 25338 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830868881 10810650624 104507 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25339] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25339/stat : 25339 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830868881 10810650624 104509 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25340] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25340/stat : 25340 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830868881 10810650624 104509 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25341] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25341/stat : 25341 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830868881 10810650624 104510 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25342] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25342/stat : 25342 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830868881 10810650624 104510 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25346] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25346/stat : 25346 (java) S 25321 25323 21158 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830868882 10810650624 104510 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 0 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25347] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25347/stat : 25347 (java) S 25321 25323 21158 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830868883 10810650624 104510 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25348] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25348/stat : 25348 (java) S 25321 25323 21158 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830868883 10810650624 104510 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25354] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25354/stat : 25354 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830868885 10810650624 104511 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134537649 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25355] ppid=25321 vsize=10557276 CPUtime=0.86 cores=0,2,4,6
/proc/25323/task/25355/stat : 25355 (java) S 25321 25323 21158 0 -1 4202560 7677 0 0 0 86 0 0 0 15 0 22 0 830868885 10810650624 104511 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25356] ppid=25321 vsize=10557276 CPUtime=0.97 cores=0,2,4,6
/proc/25323/task/25356/stat : 25356 (java) R 25321 25323 21158 0 -1 4202560 9783 0 0 0 96 1 0 0 15 0 22 0 830868885 10810650624 104511 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 47808620126952 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25323/tid=25357] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25357/stat : 25357 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830868885 10810650624 104512 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25358] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25358/stat : 25358 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830868885 10810650624 104514 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25366] ppid=25321 vsize=10557276 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25366/stat : 25366 (java) S 25321 25323 21158 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830868932 10810650624 104515 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 10557276

[startup+6.30163 s]
/proc/loadavg: 2.54 3.53 3.70 5/504 25445
/proc/meminfo: memFree=26827604/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10554608 CPUtime=10.97 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 325869 0 1 0 1061 36 0 0 21 0 22 0 830868879 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2638652 311613 2265 9 0 2629386 0
[pid=25323/tid=25324] ppid=25321 vsize=10554608 CPUtime=0.51 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) S 25321 25323 21158 0 -1 4202560 19760 0 1 0 48 3 0 0 15 0 22 0 830868879 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25335] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25335/stat : 25335 (java) S 25321 25323 21158 0 -1 4202560 574 0 0 0 0 0 0 0 18 0 22 0 830868881 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25336] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25336/stat : 25336 (java) S 25321 25323 21158 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830868881 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25337] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25337/stat : 25337 (java) S 25321 25323 21158 0 -1 4202560 385 0 0 0 0 0 0 0 18 0 22 0 830868881 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25338] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25338/stat : 25338 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830868881 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25339] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25339/stat : 25339 (java) S 25321 25323 21158 0 -1 4202560 547 0 0 0 0 0 0 0 18 0 22 0 830868881 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25340] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25340/stat : 25340 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830868881 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25341] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25341/stat : 25341 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830868881 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25342] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25342/stat : 25342 (java) S 25321 25323 21158 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 22 0 830868881 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25346] ppid=25321 vsize=10554608 CPUtime=0.03 cores=0,2,4,6
/proc/25323/task/25346/stat : 25346 (java) S 25321 25323 21158 0 -1 4202560 2523 0 0 0 3 0 0 0 15 0 22 0 830868882 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 0 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25347] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25347/stat : 25347 (java) S 25321 25323 21158 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830868883 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25348] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25348/stat : 25348 (java) S 25321 25323 21158 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830868883 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25354] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25354/stat : 25354 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830868885 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134537649 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25355] ppid=25321 vsize=10554608 CPUtime=0.97 cores=0,2,4,6
/proc/25323/task/25355/stat : 25355 (java) S 25321 25323 21158 0 -1 4202560 7693 0 0 0 97 0 0 0 15 0 22 0 830868885 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25356] ppid=25321 vsize=10554608 CPUtime=1.27 cores=0,2,4,6
/proc/25323/task/25356/stat : 25356 (java) S 25321 25323 21158 0 -1 4202560 12635 0 0 0 125 2 0 0 15 0 22 0 830868885 10807918592 311613 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0

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

[pid=25323/tid=25341] ppid=25321 vsize=10554608 CPUtime=0.67 cores=0,2,4,6
/proc/25323/task/25341/stat : 25341 (java) S 25321 25323 21158 0 -1 4202560 380 0 0 0 67 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25342] ppid=25321 vsize=10554608 CPUtime=0.64 cores=0,2,4,6
/proc/25323/task/25342/stat : 25342 (java) S 25321 25323 21158 0 -1 4202560 828 0 0 0 64 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25346] ppid=25321 vsize=10554608 CPUtime=26.31 cores=0,2,4,6
/proc/25323/task/25346/stat : 25346 (java) S 25321 25323 21158 0 -1 4202560 21428 0 0 0 2626 5 0 0 15 0 19 0 830868882 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 0 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25347] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25347/stat : 25347 (java) S 25321 25323 21158 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 830868883 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25348] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25348/stat : 25348 (java) S 25321 25323 21158 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 830868883 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25354] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25354/stat : 25354 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134537649 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25355] ppid=25321 vsize=10554608 CPUtime=1.12 cores=0,2,4,6
/proc/25323/task/25355/stat : 25355 (java) S 25321 25323 21158 0 -1 4202560 7697 0 0 0 112 0 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25356] ppid=25321 vsize=10554608 CPUtime=1.65 cores=0,2,4,6
/proc/25323/task/25356/stat : 25356 (java) S 25321 25323 21158 0 -1 4202560 14053 0 0 0 163 2 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25357] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25357/stat : 25357 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25358] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25358/stat : 25358 (java) S 25321 25323 21158 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25366] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25366/stat : 25366 (java) S 25321 25323 21158 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830868932 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1420.47
Current children cumulated vsize (KiB) 10554608

[startup+726.401 s]
/proc/loadavg: 4.05 3.97 3.85 4/501 25530
/proc/meminfo: memFree=23976448/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10554608 CPUtime=1422.07 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 486781 0 1 0 142145 62 0 0 21 0 19 0 830868879 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2638652 470842 2267 9 0 2629386 0
[pid=25323/tid=25324] ppid=25321 vsize=10554608 CPUtime=2.48 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) R 25321 25323 21158 0 -1 4202560 19785 0 1 0 245 3 0 0 18 0 19 0 830868879 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25323/tid=25335] ppid=25321 vsize=10554608 CPUtime=0.7 cores=0,2,4,6
/proc/25323/task/25335/stat : 25335 (java) S 25321 25323 21158 0 -1 4202560 688 0 0 0 70 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25336] ppid=25321 vsize=10554608 CPUtime=0.65 cores=0,2,4,6
/proc/25323/task/25336/stat : 25336 (java) S 25321 25323 21158 0 -1 4202560 395 0 0 0 65 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25337] ppid=25321 vsize=10554608 CPUtime=0.7 cores=0,2,4,6
/proc/25323/task/25337/stat : 25337 (java) S 25321 25323 21158 0 -1 4202560 773 0 0 0 70 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25338] ppid=25321 vsize=10554608 CPUtime=0.74 cores=0,2,4,6
/proc/25323/task/25338/stat : 25338 (java) S 25321 25323 21158 0 -1 4202560 411 0 0 0 74 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25339] ppid=25321 vsize=10554608 CPUtime=0.72 cores=0,2,4,6
/proc/25323/task/25339/stat : 25339 (java) S 25321 25323 21158 0 -1 4202560 670 0 0 0 72 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25340] ppid=25321 vsize=10554608 CPUtime=0.66 cores=0,2,4,6
/proc/25323/task/25340/stat : 25340 (java) S 25321 25323 21158 0 -1 4202560 103 0 0 0 66 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25341] ppid=25321 vsize=10554608 CPUtime=0.67 cores=0,2,4,6
/proc/25323/task/25341/stat : 25341 (java) S 25321 25323 21158 0 -1 4202560 380 0 0 0 67 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25342] ppid=25321 vsize=10554608 CPUtime=0.64 cores=0,2,4,6
/proc/25323/task/25342/stat : 25342 (java) S 25321 25323 21158 0 -1 4202560 828 0 0 0 64 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25346] ppid=25321 vsize=10554608 CPUtime=26.31 cores=0,2,4,6
/proc/25323/task/25346/stat : 25346 (java) S 25321 25323 21158 0 -1 4202560 21428 0 0 0 2626 5 0 0 15 0 19 0 830868882 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 0 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25347] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25347/stat : 25347 (java) S 25321 25323 21158 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 830868883 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25348] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25348/stat : 25348 (java) S 25321 25323 21158 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 830868883 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25354] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25354/stat : 25354 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134537649 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25355] ppid=25321 vsize=10554608 CPUtime=1.12 cores=0,2,4,6
/proc/25323/task/25355/stat : 25355 (java) S 25321 25323 21158 0 -1 4202560 7697 0 0 0 112 0 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25356] ppid=25321 vsize=10554608 CPUtime=1.65 cores=0,2,4,6
/proc/25323/task/25356/stat : 25356 (java) S 25321 25323 21158 0 -1 4202560 14053 0 0 0 163 2 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25357] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25357/stat : 25357 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25358] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25358/stat : 25358 (java) S 25321 25323 21158 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25366] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25366/stat : 25366 (java) S 25321 25323 21158 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830868932 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 10554608

[startup+727.217 s]
/proc/loadavg: 3.97 3.96 3.85 4/501 25530
/proc/meminfo: memFree=23976448/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10554608 CPUtime=1422.89 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 486782 0 1 0 142227 62 0 0 21 0 19 0 830868879 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2638652 470842 2267 9 0 2629386 0
[pid=25323/tid=25324] ppid=25321 vsize=10554608 CPUtime=3.3 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) R 25321 25323 21158 0 -1 4202560 19786 0 1 0 327 3 0 0 19 0 19 0 830868879 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 46912506102213 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25323/tid=25335] ppid=25321 vsize=10554608 CPUtime=0.7 cores=0,2,4,6
/proc/25323/task/25335/stat : 25335 (java) S 25321 25323 21158 0 -1 4202560 688 0 0 0 70 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25336] ppid=25321 vsize=10554608 CPUtime=0.65 cores=0,2,4,6
/proc/25323/task/25336/stat : 25336 (java) S 25321 25323 21158 0 -1 4202560 395 0 0 0 65 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25337] ppid=25321 vsize=10554608 CPUtime=0.7 cores=0,2,4,6
/proc/25323/task/25337/stat : 25337 (java) S 25321 25323 21158 0 -1 4202560 773 0 0 0 70 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25338] ppid=25321 vsize=10554608 CPUtime=0.74 cores=0,2,4,6
/proc/25323/task/25338/stat : 25338 (java) S 25321 25323 21158 0 -1 4202560 411 0 0 0 74 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25339] ppid=25321 vsize=10554608 CPUtime=0.72 cores=0,2,4,6
/proc/25323/task/25339/stat : 25339 (java) S 25321 25323 21158 0 -1 4202560 670 0 0 0 72 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25340] ppid=25321 vsize=10554608 CPUtime=0.66 cores=0,2,4,6
/proc/25323/task/25340/stat : 25340 (java) S 25321 25323 21158 0 -1 4202560 103 0 0 0 66 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25341] ppid=25321 vsize=10554608 CPUtime=0.67 cores=0,2,4,6
/proc/25323/task/25341/stat : 25341 (java) S 25321 25323 21158 0 -1 4202560 380 0 0 0 67 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25342] ppid=25321 vsize=10554608 CPUtime=0.64 cores=0,2,4,6
/proc/25323/task/25342/stat : 25342 (java) S 25321 25323 21158 0 -1 4202560 828 0 0 0 64 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25346] ppid=25321 vsize=10554608 CPUtime=26.31 cores=0,2,4,6
/proc/25323/task/25346/stat : 25346 (java) S 25321 25323 21158 0 -1 4202560 21428 0 0 0 2626 5 0 0 15 0 19 0 830868882 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 0 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25347] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25347/stat : 25347 (java) S 25321 25323 21158 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 830868883 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25348] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25348/stat : 25348 (java) S 25321 25323 21158 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 830868883 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25354] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25354/stat : 25354 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134537649 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25355] ppid=25321 vsize=10554608 CPUtime=1.12 cores=0,2,4,6
/proc/25323/task/25355/stat : 25355 (java) S 25321 25323 21158 0 -1 4202560 7697 0 0 0 112 0 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25356] ppid=25321 vsize=10554608 CPUtime=1.65 cores=0,2,4,6
/proc/25323/task/25356/stat : 25356 (java) S 25321 25323 21158 0 -1 4202560 14053 0 0 0 163 2 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25357] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25357/stat : 25357 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25358] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25358/stat : 25358 (java) S 25321 25323 21158 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25366] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25366/stat : 25366 (java) S 25321 25323 21158 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830868932 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1422.89
Current children cumulated vsize (KiB) 10554608

[startup+727.601 s]
/proc/loadavg: 3.97 3.96 3.85 4/501 25530
/proc/meminfo: memFree=23976448/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=10554608 CPUtime=1423.27 cores=0,2,4,6
/proc/25323/stat : 25323 (java) S 25321 25323 21158 0 -1 4202496 486782 0 1 0 142265 62 0 0 21 0 19 0 830868879 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 2638652 470842 2267 9 0 2629386 0
[pid=25323/tid=25324] ppid=25321 vsize=10554608 CPUtime=3.68 cores=0,2,4,6
/proc/25323/task/25324/stat : 25324 (java) R 25321 25323 21158 0 -1 4202560 19786 0 1 0 365 3 0 0 20 0 19 0 830868879 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25323/tid=25335] ppid=25321 vsize=10554608 CPUtime=0.7 cores=0,2,4,6
/proc/25323/task/25335/stat : 25335 (java) S 25321 25323 21158 0 -1 4202560 688 0 0 0 70 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25336] ppid=25321 vsize=10554608 CPUtime=0.65 cores=0,2,4,6
/proc/25323/task/25336/stat : 25336 (java) S 25321 25323 21158 0 -1 4202560 395 0 0 0 65 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25337] ppid=25321 vsize=10554608 CPUtime=0.7 cores=0,2,4,6
/proc/25323/task/25337/stat : 25337 (java) S 25321 25323 21158 0 -1 4202560 773 0 0 0 70 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25338] ppid=25321 vsize=10554608 CPUtime=0.74 cores=0,2,4,6
/proc/25323/task/25338/stat : 25338 (java) S 25321 25323 21158 0 -1 4202560 411 0 0 0 74 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25339] ppid=25321 vsize=10554608 CPUtime=0.72 cores=0,2,4,6
/proc/25323/task/25339/stat : 25339 (java) S 25321 25323 21158 0 -1 4202560 670 0 0 0 72 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25340] ppid=25321 vsize=10554608 CPUtime=0.66 cores=0,2,4,6
/proc/25323/task/25340/stat : 25340 (java) S 25321 25323 21158 0 -1 4202560 103 0 0 0 66 0 0 0 15 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25341] ppid=25321 vsize=10554608 CPUtime=0.67 cores=0,2,4,6
/proc/25323/task/25341/stat : 25341 (java) S 25321 25323 21158 0 -1 4202560 380 0 0 0 67 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25342] ppid=25321 vsize=10554608 CPUtime=0.64 cores=0,2,4,6
/proc/25323/task/25342/stat : 25342 (java) S 25321 25323 21158 0 -1 4202560 828 0 0 0 64 0 0 0 16 0 19 0 830868881 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25346] ppid=25321 vsize=10554608 CPUtime=26.31 cores=0,2,4,6
/proc/25323/task/25346/stat : 25346 (java) S 25321 25323 21158 0 -1 4202560 21428 0 0 0 2626 5 0 0 15 0 19 0 830868882 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 0 0 16800975 18446604442117994432 0 0 -1 2 0 0 0
[pid=25323/tid=25347] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25347/stat : 25347 (java) S 25321 25323 21158 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 830868883 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25348] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25348/stat : 25348 (java) S 25321 25323 21158 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 830868883 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25354] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25354/stat : 25354 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134537649 0 4 0 16800975 18446604442117994432 0 0 -1 4 0 0 0
[pid=25323/tid=25355] ppid=25321 vsize=10554608 CPUtime=1.12 cores=0,2,4,6
/proc/25323/task/25355/stat : 25355 (java) S 25321 25323 21158 0 -1 4202560 7697 0 0 0 112 0 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25356] ppid=25321 vsize=10554608 CPUtime=1.65 cores=0,2,4,6
/proc/25323/task/25356/stat : 25356 (java) S 25321 25323 21158 0 -1 4202560 14053 0 0 0 163 2 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25357] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25357/stat : 25357 (java) S 25321 25323 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134529945 0 4 0 16800975 18446604442117994432 0 0 -1 6 0 0 0
[pid=25323/tid=25358] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25358/stat : 25358 (java) S 25321 25323 21158 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 830868885 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
[pid=25323/tid=25366] ppid=25321 vsize=10554608 CPUtime=0 cores=0,2,4,6
/proc/25323/task/25366/stat : 25366 (java) S 25321 25323 21158 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830868932 10807918592 470842 33554432000 1073741824 1073778376 140733707033024 18446744073709551615 228134530560 0 4 0 16800975 18446604442117994432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1423.27
Current children cumulated vsize (KiB) 10554608

[startup+727.701 s]
/proc/loadavg: 3.97 3.96 3.85 4/501 25530
/proc/meminfo: memFree=23976448/32951124 swapFree=41830676/67111528
[pid=25323] ppid=25321 vsize=0 CPUtime=1423.38 cores=0,2,4,6
/proc/25323/stat : 25323 (java) Z 25321 25323 21158 0 -1 4203548 486795 0 1 0 142271 67 0 0 18 0 2 0 830868879 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25323/statm: 0 0 0 0 0 0 0
[pid=25323/tid=25357] ppid=25321 vsize=0 CPUtime=0.04 cores=0,2,4,6
/proc/25323/task/25357/stat : 25357 (java) R 25321 25323 21158 0 -1 4203588 1 0 0 0 0 4 0 0 18 0 2 0 830868885 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1423.38
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 727.731
CPU time (s): 1423.41
CPU user time (s): 1422.71
CPU system time (s): 0.701893
CPU usage (%): 195.596
Max. virtual memory (cumulated for all children) (KiB): 10557276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1422.71
system time used= 0.701893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486795
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= 22936
involuntary context switches= 17867

runsolver used 3.69044 second user time and 7.58285 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-04 15:05:09
IDJOB=3454457
IDBENCH=2944
IDSOLVER=1950
FILE ID=node138/3454457-1307192709
RUNJOBID= node138-1307192709-25303
PBS_JOBID= 13508833
Free space on /tmp= 73668 MiB

SOLVER NAME= Sat4j Res//CP 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 -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454457-1307192709/watcher-3454457-1307192709 -o /tmp/evaluation-result-3454457-1307192709/solver-3454457-1307192709 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454457-1307192709.opb

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=1041163103

node138.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.854
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.70
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.854
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.854
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.854
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.75
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.854
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.80
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.854
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.854
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.82
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.854
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:      28621720 kB
Buffers:        319608 kB
Cached:        1100604 kB
SwapCached:      44568 kB
Active:        2238116 kB
Inactive:      1801408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28621720 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:            1372 kB
Writeback:           0 kB
AnonPages:     2585572 kB
Mapped:          18484 kB
Slab:           128740 kB
PageTables:      93140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130647496 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= 73668 MiB
End job on node138 at 2011-06-04 15:17:17