Trace number 2663076

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31OPT364 1458.19 776.821

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e4.opb
MD5SUM898f4661a42594ef028c1f962398614b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark364
Best CPU time to get the best result obtained on this benchmark104.297
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 364
Optimality of the best value was proved YES
Number of variables774
Total number of constraints7493
Number of constraints which are clauses7493
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 774
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 774
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 774
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2663076-1276452150.opb
0.25/0.21	c reading problem ... 
1.73/1.06	c ... done. Wall clock time 0.848s.
1.73/1.06	c #vars     774
1.73/1.06	c #constraints  7493
1.73/1.06	c constraints type 
1.73/1.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 770
1.73/1.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6723
1.73/1.06	c constraints type 
1.73/1.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6723
1.73/1.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 770
3.51/1.92	c And the winner is Resolution
3.71/2.09	c SATISFIABLE
3.71/2.09	c OPTIMIZING...
3.71/2.09	c Got one! Elapsed wall clock time (in seconds):1.873
3.71/2.09	o 371
5.28/2.81	c And the winner is Resolution
5.34/3.19	c Got one! Elapsed wall clock time (in seconds):2.973
5.34/3.19	o 366
5.36/3.28	c And the winner is Resolution
5.53/4.20	c Got one! Elapsed wall clock time (in seconds):3.987
5.53/4.20	o 364
8.29/5.61	c cleaning 2493 clauses out of 4996 with flag 5000/5000
11.21/7.15	c cleaning 4250 clauses out of 8501 with flag 11000/11000
14.35/8.76	c cleaning 5623 clauses out of 11253 with flag 18002/18002
18.67/10.96	c cleaning 6804 clauses out of 13627 with flag 26000/26000
23.17/13.28	c cleaning 7906 clauses out of 15824 with flag 35002/35002
28.25/15.83	c cleaning 8956 clauses out of 17916 with flag 45000/45000
33.36/18.48	c cleaning 9474 clauses out of 18957 with flag 55001/55001
39.25/21.44	c cleaning 9736 clauses out of 19482 with flag 65000/65000
45.10/24.48	c cleaning 9870 clauses out of 19747 with flag 75001/75001
50.16/27.06	c cleaning 9935 clauses out of 19875 with flag 85002/85002
55.82/29.95	c cleaning 9963 clauses out of 19938 with flag 95000/95000
61.07/32.69	c cleaning 9984 clauses out of 19976 with flag 105001/105001
67.28/35.85	c cleaning 9989 clauses out of 19991 with flag 115001/115001
72.92/38.70	c cleaning 9994 clauses out of 20001 with flag 125001/125001
78.57/41.67	c cleaning 9996 clauses out of 20007 with flag 135001/135001
84.42/44.61	c cleaning 10002 clauses out of 20011 with flag 145001/145001
90.25/47.62	c cleaning 10001 clauses out of 20009 with flag 155001/155001
95.48/50.39	c cleaning 9999 clauses out of 20008 with flag 165001/165001
100.92/53.11	c cleaning 9998 clauses out of 20007 with flag 175001/175001
105.96/55.75	c cleaning 9999 clauses out of 20009 with flag 185001/185001
111.36/58.55	c cleaning 10000 clauses out of 20009 with flag 195000/195000
116.80/61.33	c cleaning 9999 clauses out of 20010 with flag 205001/205001
122.03/64.09	c cleaning 10001 clauses out of 20010 with flag 215000/215000
127.47/66.84	c cleaning 10000 clauses out of 20012 with flag 225003/225003
133.27/69.81	c cleaning 9998 clauses out of 20012 with flag 235003/235003
139.09/72.86	c cleaning 10001 clauses out of 20011 with flag 245000/245000
144.93/75.84	c cleaning 10000 clauses out of 20010 with flag 255000/255000
150.53/78.74	c cleaning 9998 clauses out of 20005 with flag 265000/265000
155.92/81.58	c cleaning 10000 clauses out of 20009 with flag 275002/275002
161.55/84.40	c cleaning 9998 clauses out of 20008 with flag 285001/285001
167.96/87.72	c cleaning 9996 clauses out of 20009 with flag 295000/295000
173.78/90.76	c cleaning 10002 clauses out of 20015 with flag 305002/305002
179.57/93.78	c cleaning 10001 clauses out of 20012 with flag 315001/315001
185.00/96.50	c cleaning 9994 clauses out of 20010 with flag 325000/325000
190.61/99.42	c cleaning 10002 clauses out of 20016 with flag 335000/335000
196.02/102.29	c cleaning 10000 clauses out of 20014 with flag 345000/345000
201.96/105.38	c cleaning 10000 clauses out of 20014 with flag 355000/355000
207.96/108.49	c cleaning 10001 clauses out of 20015 with flag 365001/365001
214.15/111.64	c cleaning 9999 clauses out of 20013 with flag 375000/375000
220.54/114.92	c cleaning 10001 clauses out of 20015 with flag 385001/385001
226.68/118.12	c cleaning 10002 clauses out of 20011 with flag 395001/395001
231.89/120.88	c cleaning 10000 clauses out of 20005 with flag 405000/405000
237.29/123.61	c cleaning 9993 clauses out of 20006 with flag 415001/415001
242.91/126.53	c cleaning 10001 clauses out of 20013 with flag 425002/425002
248.25/129.33	c cleaning 9999 clauses out of 20011 with flag 435001/435001
253.65/132.16	c cleaning 10002 clauses out of 20013 with flag 445002/445002
258.66/134.72	c cleaning 10000 clauses out of 20009 with flag 455000/455000
263.88/137.47	c cleaning 10000 clauses out of 20010 with flag 465001/465001
269.22/140.28	c cleaning 9999 clauses out of 20010 with flag 475001/475001
274.64/143.05	c cleaning 10001 clauses out of 20010 with flag 485000/485000
280.62/146.12	c cleaning 9999 clauses out of 20010 with flag 495001/495001
286.82/149.36	c cleaning 9997 clauses out of 20011 with flag 505001/505001
293.17/152.62	c cleaning 10001 clauses out of 20013 with flag 515000/515000
298.75/155.59	c cleaning 10000 clauses out of 20012 with flag 525000/525000
304.73/158.65	c cleaning 9999 clauses out of 20013 with flag 535001/535001
310.70/161.78	c cleaning 10001 clauses out of 20014 with flag 545001/545001
316.99/165.07	c cleaning 10000 clauses out of 20014 with flag 555002/555002
323.34/168.32	c cleaning 10001 clauses out of 20013 with flag 565001/565001
329.48/171.51	c cleaning 10000 clauses out of 20012 with flag 575001/575001
336.22/175.06	c cleaning 9995 clauses out of 20012 with flag 585001/585001
342.32/178.22	c cleaning 10002 clauses out of 20014 with flag 595000/595000
348.26/181.39	c cleaning 9995 clauses out of 20013 with flag 605001/605001
354.22/184.48	c cleaning 10003 clauses out of 20017 with flag 615000/615000
359.77/187.39	c cleaning 9999 clauses out of 20014 with flag 625000/625000
365.28/190.21	c cleaning 10003 clauses out of 20016 with flag 635001/635001
370.44/192.99	c cleaning 10001 clauses out of 20012 with flag 645000/645000
375.99/195.88	c cleaning 9999 clauses out of 20010 with flag 655000/655000
381.72/198.84	c cleaning 10003 clauses out of 20013 with flag 665002/665002
387.61/201.95	c cleaning 9996 clauses out of 20009 with flag 675001/675001
393.17/204.82	c cleaning 10001 clauses out of 20012 with flag 685000/685000
398.32/207.57	c cleaning 10002 clauses out of 20011 with flag 695000/695000
403.67/210.35	c cleaning 9997 clauses out of 20009 with flag 705000/705000
409.57/213.43	c cleaning 10002 clauses out of 20012 with flag 715000/715000
415.11/216.38	c cleaning 9986 clauses out of 20010 with flag 725000/725000
421.05/219.45	c cleaning 10006 clauses out of 20024 with flag 735000/735000
426.79/222.50	c cleaning 10001 clauses out of 20018 with flag 745000/745000
432.88/225.60	c cleaning 10001 clauses out of 20017 with flag 755000/755000
439.63/229.17	c cleaning 10002 clauses out of 20019 with flag 765003/765003
446.37/232.66	c cleaning 10000 clauses out of 20016 with flag 775002/775002
453.31/236.29	c cleaning 10006 clauses out of 20014 with flag 785000/785000
460.21/239.83	c cleaning 9998 clauses out of 20008 with flag 795000/795000
466.74/243.25	c cleaning 9999 clauses out of 20010 with flag 805000/805000
473.28/246.68	c cleaning 10001 clauses out of 20011 with flag 815000/815000
479.62/249.98	c cleaning 10000 clauses out of 20011 with flag 825001/825001
486.31/253.41	c cleaning 9998 clauses out of 20010 with flag 835000/835000
493.05/256.92	c cleaning 10000 clauses out of 20012 with flag 845000/845000
499.58/260.39	c cleaning 10000 clauses out of 20012 with flag 855000/855000
506.52/263.92	c cleaning 10007 clauses out of 20013 with flag 865001/865001
512.59/267.10	c cleaning 9997 clauses out of 20006 with flag 875001/875001
518.13/270.05	c cleaning 9999 clauses out of 20006 with flag 885001/885001
523.50/272.82	c cleaning 10000 clauses out of 20007 with flag 895001/895001
528.64/275.54	c cleaning 10002 clauses out of 20009 with flag 905003/905003
533.75/278.26	c cleaning 9994 clauses out of 20004 with flag 915000/915000
538.88/280.96	c cleaning 10000 clauses out of 20011 with flag 925001/925001
545.23/284.28	c cleaning 10000 clauses out of 20011 with flag 935001/935001
550.96/287.28	c cleaning 9995 clauses out of 20009 with flag 945001/945001
556.62/290.31	c cleaning 10000 clauses out of 20014 with flag 955001/955001
562.76/293.47	c cleaning 10004 clauses out of 20014 with flag 965001/965001
568.90/296.62	c cleaning 9997 clauses out of 20009 with flag 975000/975000
575.02/299.84	c cleaning 10001 clauses out of 20013 with flag 985001/985001
581.29/303.11	c cleaning 10000 clauses out of 20011 with flag 995000/995000
587.21/306.29	c cleaning 9997 clauses out of 20011 with flag 1005000/1005000
593.16/309.37	c cleaning 10001 clauses out of 20014 with flag 1015000/1015000
599.49/312.68	c cleaning 10006 clauses out of 20013 with flag 1025000/1025000
606.15/316.10	c cleaning 9992 clauses out of 20007 with flag 1035000/1035000
612.68/319.50	c cleaning 10003 clauses out of 20015 with flag 1045000/1045000
618.82/322.75	c cleaning 9998 clauses out of 20012 with flag 1055000/1055000
624.75/325.87	c cleaning 9992 clauses out of 20014 with flag 1065000/1065000
630.82/329.01	c cleaning 10000 clauses out of 20023 with flag 1075001/1075001
636.15/331.82	c cleaning 10004 clauses out of 20022 with flag 1085000/1085000
642.07/334.93	c cleaning 10003 clauses out of 20018 with flag 1095000/1095000
647.60/337.81	c cleaning 9998 clauses out of 20016 with flag 1105001/1105001
653.65/341.02	c cleaning 9994 clauses out of 20017 with flag 1115000/1115000
659.36/344.06	c cleaning 10003 clauses out of 20023 with flag 1125000/1125000
665.09/347.05	c cleaning 10005 clauses out of 20021 with flag 1135001/1135001
670.99/350.17	c cleaning 10000 clauses out of 20017 with flag 1145002/1145002
677.21/353.45	c cleaning 10003 clauses out of 20015 with flag 1155000/1155000
683.11/356.59	c cleaning 9998 clauses out of 20013 with flag 1165001/1165001
689.22/359.74	c cleaning 10000 clauses out of 20015 with flag 1175001/1175001
694.91/362.76	c cleaning 10003 clauses out of 20014 with flag 1185000/1185000
700.72/365.89	c cleaning 10000 clauses out of 20012 with flag 1195001/1195001
706.82/369.05	c cleaning 10003 clauses out of 20014 with flag 1205003/1205003
713.10/372.32	c cleaning 9998 clauses out of 20008 with flag 1215000/1215000
719.00/375.44	c cleaning 10000 clauses out of 20010 with flag 1225000/1225000
725.00/378.65	c cleaning 10000 clauses out of 20011 with flag 1235001/1235001
731.50/382.00	c cleaning 10002 clauses out of 20011 with flag 1245001/1245001
737.78/385.35	c cleaning 10001 clauses out of 20012 with flag 1255004/1255004
743.69/388.43	c cleaning 9997 clauses out of 20008 with flag 1265001/1265001
749.71/391.61	c cleaning 9997 clauses out of 20010 with flag 1275000/1275000
755.79/394.82	c cleaning 10005 clauses out of 20017 with flag 1285004/1285004
761.69/397.98	c cleaning 9996 clauses out of 20009 with flag 1295001/1295001
767.98/401.23	c cleaning 10001 clauses out of 20012 with flag 1305000/1305000
774.20/404.52	c cleaning 9999 clauses out of 20012 with flag 1315001/1315001
780.69/407.91	c cleaning 9998 clauses out of 20012 with flag 1325000/1325000
786.18/410.84	c cleaning 10001 clauses out of 20011 with flag 1335001/1335001
791.67/413.77	c cleaning 9996 clauses out of 20011 with flag 1345002/1345002
797.09/416.65	c cleaning 10003 clauses out of 20013 with flag 1355000/1355000
802.59/419.56	c cleaning 9999 clauses out of 20010 with flag 1365000/1365000
808.27/422.51	c cleaning 9991 clauses out of 20010 with flag 1375001/1375001
813.58/425.40	c cleaning 9995 clauses out of 20019 with flag 1385001/1385001
819.38/428.45	c cleaning 10005 clauses out of 20024 with flag 1395001/1395001
825.05/431.44	c cleaning 10002 clauses out of 20019 with flag 1405001/1405001
830.73/434.43	c cleaning 10002 clauses out of 20016 with flag 1415000/1415000
836.38/437.45	c cleaning 10003 clauses out of 20016 with flag 1425002/1425002
842.16/440.54	c cleaning 9999 clauses out of 20011 with flag 1435000/1435000
848.41/443.81	c cleaning 9999 clauses out of 20012 with flag 1445000/1445000
854.06/446.83	c cleaning 9998 clauses out of 20015 with flag 1455002/1455002
859.52/449.75	c cleaning 10001 clauses out of 20015 with flag 1465000/1465000
865.26/452.89	c cleaning 10001 clauses out of 20014 with flag 1475000/1475000
871.30/456.01	c cleaning 10003 clauses out of 20015 with flag 1485002/1485002
877.53/459.31	c cleaning 10003 clauses out of 20012 with flag 1495002/1495002
883.77/462.65	c cleaning 9995 clauses out of 20007 with flag 1505000/1505000
890.11/466.05	c cleaning 10002 clauses out of 20013 with flag 1515001/1515001
896.14/469.26	c cleaning 10002 clauses out of 20011 with flag 1525001/1525001
901.79/472.27	c cleaning 9998 clauses out of 20010 with flag 1535002/1535002
907.24/475.11	c cleaning 9996 clauses out of 20011 with flag 1545001/1545001
912.96/478.21	c cleaning 10000 clauses out of 20014 with flag 1555000/1555000
919.01/481.40	c cleaning 10002 clauses out of 20014 with flag 1565000/1565000
924.65/484.45	c cleaning 10000 clauses out of 20012 with flag 1575000/1575000
930.69/487.69	c cleaning 9999 clauses out of 20013 with flag 1585001/1585001
936.83/490.92	c cleaning 9999 clauses out of 20013 with flag 1595000/1595000
942.86/494.12	c cleaning 9999 clauses out of 20014 with flag 1605000/1605000
949.30/497.57	c cleaning 9989 clauses out of 20015 with flag 1615000/1615000
954.96/500.51	c cleaning 10008 clauses out of 20025 with flag 1625000/1625000
960.90/503.79	c cleaning 10006 clauses out of 20017 with flag 1635000/1635000
966.72/506.85	c cleaning 10000 clauses out of 20012 with flag 1645001/1645001
973.37/510.38	c cleaning 10000 clauses out of 20012 with flag 1655001/1655001
979.81/513.77	c cleaning 10004 clauses out of 20013 with flag 1665002/1665002
985.96/517.05	c cleaning 9998 clauses out of 20009 with flag 1675002/1675002
991.99/520.21	c cleaning 9998 clauses out of 20009 with flag 1685000/1685000
998.21/523.53	c cleaning 10003 clauses out of 20014 with flag 1695003/1695003
1004.45/526.82	c cleaning 9999 clauses out of 20011 with flag 1705003/1705003
1010.34/530.02	c cleaning 10001 clauses out of 20012 with flag 1715003/1715003
1016.37/533.26	c cleaning 9996 clauses out of 20009 with flag 1725001/1725001
1023.20/536.87	c cleaning 10001 clauses out of 20015 with flag 1735003/1735003
1029.43/540.15	c cleaning 10003 clauses out of 20012 with flag 1745001/1745001
1035.16/543.28	c cleaning 9995 clauses out of 20009 with flag 1755001/1755001
1040.79/546.28	c cleaning 9998 clauses out of 20013 with flag 1765000/1765000
1046.44/549.24	c cleaning 10003 clauses out of 20016 with flag 1775001/1775001
1053.05/552.75	c cleaning 10003 clauses out of 20013 with flag 1785001/1785001
1059.16/556.06	c cleaning 9999 clauses out of 20009 with flag 1795000/1795000
1065.37/559.38	c cleaning 9999 clauses out of 20010 with flag 1805000/1805000
1071.76/562.77	c cleaning 9999 clauses out of 20011 with flag 1815000/1815000
1073.80/563.96	c cleaning 0 clauses out of 5001 with flag 0/5002
1078.67/566.66	c cleaning 9999 clauses out of 20012 with flag 1825000/1825000
1084.47/569.79	c cleaning 10007 clauses out of 20013 with flag 1835000/1835000
1090.02/572.79	c cleaning 9991 clauses out of 20004 with flag 1845000/1845000
1096.20/576.06	c cleaning 9999 clauses out of 20013 with flag 1855000/1855000
1102.44/579.47	c cleaning 10001 clauses out of 20014 with flag 1865000/1865000
1108.41/582.66	c cleaning 10003 clauses out of 20014 with flag 1875001/1875001
1114.78/586.08	c cleaning 10002 clauses out of 20010 with flag 1885000/1885000
1121.13/589.46	c cleaning 10000 clauses out of 20009 with flag 1895001/1895001
1127.59/592.97	c cleaning 10000 clauses out of 20008 with flag 1905000/1905000
1134.07/596.47	c cleaning 9998 clauses out of 20011 with flag 1915003/1915003
1141.02/600.15	c cleaning 10002 clauses out of 20010 with flag 1925000/1925000
1147.56/603.66	c cleaning 9997 clauses out of 20005 with flag 1935000/1935000
1154.34/607.32	c cleaning 9997 clauses out of 20008 with flag 1945000/1945000
1160.65/610.72	c cleaning 10001 clauses out of 20011 with flag 1955000/1955000
1167.18/614.29	c cleaning 10000 clauses out of 20010 with flag 1965000/1965000
1174.10/617.90	c cleaning 10000 clauses out of 20012 with flag 1975002/1975002
1180.76/621.58	c cleaning 9999 clauses out of 20010 with flag 1985000/1985000
1187.68/625.26	c cleaning 10002 clauses out of 20011 with flag 1995000/1995000
1193.62/628.49	c cleaning 9999 clauses out of 20010 with flag 2005001/2005001
1199.93/631.83	c cleaning 9999 clauses out of 20010 with flag 2015000/2015000
1206.52/635.49	c cleaning 10002 clauses out of 20011 with flag 2025000/2025000
1213.63/639.26	c cleaning 10004 clauses out of 20009 with flag 2035000/2035000
1219.76/642.54	c cleaning 9996 clauses out of 20005 with flag 2045001/2045001
1225.89/645.84	c cleaning 9994 clauses out of 20008 with flag 2055000/2055000
1232.07/649.22	c cleaning 10004 clauses out of 20015 with flag 2065001/2065001
1238.01/652.48	c cleaning 10000 clauses out of 20011 with flag 2075001/2075001
1244.56/655.92	c cleaning 9998 clauses out of 20010 with flag 2085000/2085000
1250.70/659.27	c cleaning 10001 clauses out of 20013 with flag 2095001/2095001
1257.08/662.76	c cleaning 10002 clauses out of 20012 with flag 2105001/2105001
1263.41/666.19	c cleaning 9998 clauses out of 20009 with flag 2115000/2115000
1270.14/669.73	c cleaning 10000 clauses out of 20012 with flag 2125001/2125001
1276.87/673.35	c cleaning 10002 clauses out of 20012 with flag 2135001/2135001
1283.85/677.14	c cleaning 9997 clauses out of 20009 with flag 2145000/2145000
1290.78/680.89	c cleaning 10004 clauses out of 20012 with flag 2155000/2155000
1297.71/684.56	c cleaning 10007 clauses out of 20014 with flag 2165006/2165006
1304.86/688.31	c cleaning 9992 clauses out of 20001 with flag 2175000/2175000
1311.66/692.04	c cleaning 9998 clauses out of 20009 with flag 2185000/2185000
1318.61/695.76	c cleaning 10003 clauses out of 20011 with flag 2195000/2195000
1324.55/698.92	c cleaning 9995 clauses out of 20008 with flag 2205000/2205000
1330.70/702.26	c cleaning 9996 clauses out of 20014 with flag 2215001/2215001
1337.31/705.80	c cleaning 10001 clauses out of 20017 with flag 2225000/2225000
1343.87/709.38	c cleaning 10002 clauses out of 20018 with flag 2235002/2235002
1350.61/712.94	c cleaning 10005 clauses out of 20014 with flag 2245000/2245000
1357.33/716.59	c cleaning 10002 clauses out of 20013 with flag 2255004/2255004
1363.55/719.95	c cleaning 9992 clauses out of 19999 with flag 2265000/2265000
1367.68/722.26	c cleaning 9993 clauses out of 20002 with flag 2275001/2275001
1371.63/724.45	c cleaning 9999 clauses out of 20009 with flag 2285001/2285001
1375.39/726.58	c cleaning 9997 clauses out of 20008 with flag 2295000/2295000
1379.41/728.81	c cleaning 9996 clauses out of 20012 with flag 2305001/2305001
1383.15/730.97	c cleaning 10002 clauses out of 20015 with flag 2315000/2315000
1386.90/733.05	c cleaning 10002 clauses out of 20013 with flag 2325000/2325000
1391.05/735.31	c cleaning 10001 clauses out of 20012 with flag 2335001/2335001
1395.26/737.73	c cleaning 10004 clauses out of 20012 with flag 2345002/2345002
1399.01/739.86	c cleaning 9996 clauses out of 20004 with flag 2355000/2355000
1403.16/742.10	c cleaning 10001 clauses out of 20009 with flag 2365001/2365001
1407.51/744.53	c cleaning 9999 clauses out of 20007 with flag 2375000/2375000
1411.54/746.89	c cleaning 10000 clauses out of 20008 with flag 2385000/2385000
1415.86/749.24	c cleaning 9992 clauses out of 20004 with flag 2395001/2395001
1419.62/751.35	c cleaning 10000 clauses out of 20013 with flag 2405002/2405002
1423.74/753.60	c cleaning 10004 clauses out of 20012 with flag 2415001/2415001
1427.75/755.98	c cleaning 9998 clauses out of 20007 with flag 2425000/2425000
1432.10/758.30	c cleaning 9998 clauses out of 20010 with flag 2435001/2435001
1436.04/760.58	c cleaning 10001 clauses out of 20012 with flag 2445001/2445001
1440.18/762.83	c cleaning 10003 clauses out of 20013 with flag 2455003/2455003
1444.21/765.15	c cleaning 9999 clauses out of 20001 with flag 2465001/2465001
1448.36/767.47	c cleaning 9994 clauses out of 20004 with flag 2475003/2475003
1450.73/768.89	c And the winner is Resolution
1458.09/776.75	c starts		: 231
1458.09/776.75	c conflicts		: 2481820
1458.09/776.75	c decisions		: 3006405
1458.09/776.75	c propagations		: 24372369
1458.09/776.75	c inspects		: 1055590398
1458.09/776.75	c learnt literals	: 100
1458.09/776.75	c learnt binary clauses	: 348
1458.09/776.75	c learnt ternary clauses	: 358
1458.09/776.75	c learnt clauses	: 2481719
1458.09/776.75	c ignored clauses	: 0
1458.09/776.75	c root simplifications	: 0
1458.09/776.75	c removed literals (reason simplification)	: 504501111
1458.09/776.75	c reason swapping (by a shorter reason)	: 0
1458.09/776.75	c Calls to reduceDB	: 249
1458.09/776.75	c number of reductions to clauses (during analyze)	: 0
1458.09/776.75	c number of learned constraints concerned by reduction	: 0
1458.09/776.75	c number of learning phase by resolution	: 0
1458.09/776.75	c number of learning phase by cutting planes	: 0
1458.09/776.75	c speed (assignments/second)	: 31548.848714868585
1458.09/776.75	c non guided choices	540
1458.09/776.75	c learnt constraints type 
1458.09/776.75	c constraints type 
1458.09/776.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 770
1458.09/776.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
1458.09/776.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6723
1458.09/776.75	c constraints type 
1458.09/776.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6723
1458.09/776.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 770
1458.09/776.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
1458.09/776.75	s OPTIMUM FOUND
1458.09/776.75	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 
1458.09/776.75	c objective function=364
1458.09/776.75	c Total wall clock time (in seconds): 776.54

Verifier Data

OK	364

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663076-1276452150/watcher-2663076-1276452150 -o /tmp/evaluation-result-2663076-1276452150/solver-2663076-1276452150 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663076-1276452150.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25885
/proc/meminfo: memFree=1812652/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=248 CPUtime=0
/proc/25885/stat : 25885 (java) R 25883 25885 25697 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 18871301 253952 28 1992294400 134512640 134550932 4289004368 18446744073709551615 5145172 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25885/statm: 62 28 21 10 0 23 0

[startup+0.056343 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25885
/proc/meminfo: memFree=1812652/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1521664 CPUtime=0.03
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 3573 0 1 0 2 1 0 0 18 0 7 0 18871301 1558183936 3015 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 380416 3015 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.101347 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25885
/proc/meminfo: memFree=1812652/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1524180 CPUtime=0.09
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 3960 0 1 0 7 2 0 0 18 0 12 0 18871301 1560760320 3400 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 381045 3400 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300016 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25885
/proc/meminfo: memFree=1812652/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1526100 CPUtime=0.36
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 5355 0 1 0 34 2 0 0 18 0 12 0 18871301 1562726400 4793 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 381525 4793 1361 10 0 378828 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526100

[startup+0.700008 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25885
/proc/meminfo: memFree=1812652/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1530116 CPUtime=1.16
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 8031 0 1 0 113 3 0 0 18 0 12 0 18871301 1566838784 7374 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 382529 7375 1395 10 0 379832 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1530116

[startup+1.50199 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 25897
/proc/meminfo: memFree=1772940/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1536596 CPUtime=2.72
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 15004 0 1 0 266 6 0 0 18 0 16 0 18871301 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 384149 12993 1413 10 0 381452 0
[pid=25885/tid=25887] ppid=25883 vsize=1536596 CPUtime=1.04
/proc/25885/task/25887/stat : 25887 (java) S 25883 25885 25697 0 -1 4202560 9106 0 1 0 101 3 0 0 19 0 16 0 18871302 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25888] ppid=25883 vsize=1536596 CPUtime=0
/proc/25885/task/25888/stat : 25888 (java) S 25883 25885 25697 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 18871303 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25889] ppid=25883 vsize=1536596 CPUtime=0
/proc/25885/task/25889/stat : 25889 (java) S 25883 25885 25697 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 18871303 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25890] ppid=25883 vsize=1536596 CPUtime=0
/proc/25885/task/25890/stat : 25890 (java) S 25883 25885 25697 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 18871305 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25891] ppid=25883 vsize=1536596 CPUtime=0
/proc/25885/task/25891/stat : 25891 (java) S 25883 25885 25697 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 18871306 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25892] ppid=25883 vsize=1536596 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 18871306 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25893] ppid=25883 vsize=1536596 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25883 25885 25697 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 18871310 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25894] ppid=25883 vsize=1536596 CPUtime=0.71
/proc/25885/task/25894/stat : 25894 (java) R 25883 25885 25697 0 -1 4202560 2895 0 0 0 70 1 0 0 25 0 16 0 18871310 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 104161447 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25885/tid=25895] ppid=25883 vsize=1536596 CPUtime=0.51
/proc/25885/task/25895/stat : 25895 (java) R 25883 25885 25697 0 -1 4202560 1319 0 0 0 51 0 0 0 25 0 16 0 18871310 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 105873491 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25885/tid=25896] ppid=25883 vsize=1536596 CPUtime=0
/proc/25885/task/25896/stat : 25896 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18871310 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25897] ppid=25883 vsize=1536596 CPUtime=0
/proc/25885/task/25897/stat : 25897 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 18871310 1573474304 12993 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1536596

[startup+3.10196 s]
/proc/loadavg: 1.00 1.00 1.00 4/120 25901
/proc/meminfo: memFree=1761516/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1539048 CPUtime=5.34
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 17103 0 1 0 527 7 0 0 18 0 14 0 18871301 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 384762 15090 1428 10 0 382065 0
[pid=25885/tid=25887] ppid=25883 vsize=1539048 CPUtime=1.05
/proc/25885/task/25887/stat : 25887 (java) S 25883 25885 25697 0 -1 4202560 9198 0 1 0 102 3 0 0 19 0 14 0 18871302 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25888] ppid=25883 vsize=1539048 CPUtime=0
/proc/25885/task/25888/stat : 25888 (java) S 25883 25885 25697 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 18871303 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25889] ppid=25883 vsize=1539048 CPUtime=0
/proc/25885/task/25889/stat : 25889 (java) S 25883 25885 25697 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 14 0 18871303 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25890] ppid=25883 vsize=1539048 CPUtime=0
/proc/25885/task/25890/stat : 25890 (java) S 25883 25885 25697 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 18871305 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25891] ppid=25883 vsize=1539048 CPUtime=0
/proc/25885/task/25891/stat : 25891 (java) S 25883 25885 25697 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 18871306 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25892] ppid=25883 vsize=1539048 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 18871306 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25893] ppid=25883 vsize=1539048 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25883 25885 25697 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 18871310 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25894] ppid=25883 vsize=1539048 CPUtime=1.31
/proc/25885/task/25894/stat : 25894 (java) S 25883 25885 25697 0 -1 4202560 3082 0 0 0 130 1 0 0 25 0 14 0 18871310 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25895] ppid=25883 vsize=1539048 CPUtime=1.51
/proc/25885/task/25895/stat : 25895 (java) S 25883 25885 25697 0 -1 4202560 2012 0 0 0 151 0 0 0 17 0 14 0 18871310 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25896] ppid=25883 vsize=1539048 CPUtime=0
/proc/25885/task/25896/stat : 25896 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 18871310 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25897] ppid=25883 vsize=1539048 CPUtime=0
/proc/25885/task/25897/stat : 25897 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 18871310 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25900] ppid=25883 vsize=1539048 CPUtime=0
/proc/25885/task/25900/stat : 25900 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871412 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25901] ppid=25883 vsize=1539048 CPUtime=0
/proc/25885/task/25901/stat : 25901 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871418 1575985152 15090 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 1539048

[startup+6.30189 s]
/proc/loadavg: 0.92 0.98 0.99 4/122 25907
/proc/meminfo: memFree=1732608/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1542876 CPUtime=9.63
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 31474 0 1 0 949 14 0 0 18 0 16 0 18871301 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 385719 27857 1448 10 0 383022 0
[pid=25885/tid=25887] ppid=25883 vsize=1542876 CPUtime=1.06
/proc/25885/task/25887/stat : 25887 (java) S 25883 25885 25697 0 -1 4202560 9343 0 1 0 103 3 0 0 18 0 16 0 18871302 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25888] ppid=25883 vsize=1542876 CPUtime=0.01
/proc/25885/task/25888/stat : 25888 (java) S 25883 25885 25697 0 -1 4202560 389 0 0 0 1 0 0 0 18 0 16 0 18871303 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25889] ppid=25883 vsize=1542876 CPUtime=0
/proc/25885/task/25889/stat : 25889 (java) S 25883 25885 25697 0 -1 4202560 394 0 0 0 0 0 0 0 18 0 16 0 18871303 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25890] ppid=25883 vsize=1542876 CPUtime=0.03
/proc/25885/task/25890/stat : 25890 (java) S 25883 25885 25697 0 -1 4202560 819 0 0 0 3 0 0 0 15 0 16 0 18871305 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25891] ppid=25883 vsize=1542876 CPUtime=0
/proc/25885/task/25891/stat : 25891 (java) S 25883 25885 25697 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 18871306 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25892] ppid=25883 vsize=1542876 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25883 25885 25697 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 18871306 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25893] ppid=25883 vsize=1542876 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25883 25885 25697 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 18871310 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25894] ppid=25883 vsize=1542876 CPUtime=2.69
/proc/25885/task/25894/stat : 25894 (java) S 25883 25885 25697 0 -1 4202560 4828 0 0 0 267 2 0 0 16 0 16 0 18871310 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25895] ppid=25883 vsize=1542876 CPUtime=1.89
/proc/25885/task/25895/stat : 25895 (java) S 25883 25885 25697 0 -1 4202560 2869 0 0 0 188 1 0 0 15 0 16 0 18871310 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25896] ppid=25883 vsize=1542876 CPUtime=0
/proc/25885/task/25896/stat : 25896 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18871310 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25897] ppid=25883 vsize=1542876 CPUtime=0
/proc/25885/task/25897/stat : 25897 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 18871310 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25900] ppid=25883 vsize=1542876 CPUtime=0
/proc/25885/task/25900/stat : 25900 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18871412 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25901] ppid=25883 vsize=1542876 CPUtime=0
/proc/25885/task/25901/stat : 25901 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18871418 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25906] ppid=25883 vsize=1542876 CPUtime=1.52
/proc/25885/task/25906/stat : 25906 (java) R 25883 25885 25697 0 -1 4202560 724 0 0 0 152 0 0 0 22 0 16 0 18871723 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4110044209 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25885/tid=25907] ppid=25883 vsize=1542876 CPUtime=0.82
/proc/25885/task/25907/stat : 25907 (java) R 25883 25885 25697 0 -1 4202560 8824 0 0 0 78 4 0 0 18 0 16 0 18871723 1579905024 27857 1992294400 134512640 134550932 4289004368 18446744073709551615 4110540527 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.63
Current children cumulated vsize (KiB) 1542876

[startup+12.7026 s]
/proc/loadavg: 1.09 1.02 1.01 3/122 25907
/proc/meminfo: memFree=1644320/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1542016 CPUtime=22.17
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 49123 0 1 0 2195 22 0 0 18 0 16 0 18871301 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 385504 45024 1452 10 0 382807 0
[pid=25885/tid=25887] ppid=25883 vsize=1542016 CPUtime=1.06
/proc/25885/task/25887/stat : 25887 (java) S 25883 25885 25697 0 -1 4202560 9343 0 1 0 103 3 0 0 18 0 16 0 18871302 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25888] ppid=25883 vsize=1542016 CPUtime=0.1
/proc/25885/task/25888/stat : 25888 (java) S 25883 25885 25697 0 -1 4202560 2494 0 0 0 10 0 0 0 16 0 16 0 18871303 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25889] ppid=25883 vsize=1542016 CPUtime=0.1
/proc/25885/task/25889/stat : 25889 (java) S 25883 25885 25697 0 -1 4202560 2916 0 0 0 9 1 0 0 15 0 16 0 18871303 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25890] ppid=25883 vsize=1542016 CPUtime=0.18
/proc/25885/task/25890/stat : 25890 (java) S 25883 25885 25697 0 -1 4202560 2393 0 0 0 18 0 0 0 16 0 16 0 18871305 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25891] ppid=25883 vsize=1542016 CPUtime=0
/proc/25885/task/25891/stat : 25891 (java) S 25883 25885 25697 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 18871306 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25892] ppid=25883 vsize=1542016 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25883 25885 25697 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 18871306 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25893] ppid=25883 vsize=1542016 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25883 25885 25697 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 18871310 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25894] ppid=25883 vsize=1542016 CPUtime=2.92
/proc/25885/task/25894/stat : 25894 (java) S 25883 25885 25697 0 -1 4202560 4837 0 0 0 290 2 0 0 15 0 16 0 18871310 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25895] ppid=25883 vsize=1542016 CPUtime=2.1
/proc/25885/task/25895/stat : 25895 (java) S 25883 25885 25697 0 -1 4202560 3283 0 0 0 209 1 0 0 15 0 16 0 18871310 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25896] ppid=25883 vsize=1542016 CPUtime=0
/proc/25885/task/25896/stat : 25896 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18871310 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25897] ppid=25883 vsize=1542016 CPUtime=0
/proc/25885/task/25897/stat : 25897 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 18871310 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25900] ppid=25883 vsize=1542016 CPUtime=0
/proc/25885/task/25900/stat : 25900 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18871412 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25901] ppid=25883 vsize=1542016 CPUtime=0
/proc/25885/task/25901/stat : 25901 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18871418 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25906] ppid=25883 vsize=1542016 CPUtime=7.41
/proc/25885/task/25906/stat : 25906 (java) R 25883 25885 25697 0 -1 4202560 1071 0 0 0 741 0 0 0 25 0 16 0 18871723 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4110103650 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25885/tid=25907] ppid=25883 vsize=1542016 CPUtime=6.68
/proc/25885/task/25907/stat : 25907 (java) R 25883 25885 25697 0 -1 4202560 19502 0 0 0 658 10 0 0 25 0 16 0 18871723 1579024384 45024 1992294400 134512640 134550932 4289004368 18446744073709551615 4110540565 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.17
Current children cumulated vsize (KiB) 1542016

[startup+25.5015 s]

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

/proc/25885/task/25890/stat : 25890 (java) S 25883 25885 25697 0 -1 4202560 5576 0 0 0 7133 8 0 0 15 0 14 0 18871305 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25891] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25891/stat : 25891 (java) S 25883 25885 25697 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 18871306 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25892] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25883 25885 25697 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 18871306 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25893] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25883 25885 25697 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25894] ppid=25883 vsize=1546112 CPUtime=3.4
/proc/25885/task/25894/stat : 25894 (java) S 25883 25885 25697 0 -1 4202560 4872 0 0 0 338 2 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25895] ppid=25883 vsize=1546112 CPUtime=2.5
/proc/25885/task/25895/stat : 25895 (java) S 25883 25885 25697 0 -1 4202560 6133 0 0 0 248 2 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25896] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25896/stat : 25896 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25897] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25897/stat : 25897 (java) S 25883 25885 25697 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25900] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25900/stat : 25900 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871412 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25901] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25901/stat : 25901 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871418 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1452.49
Current children cumulated vsize (KiB) 1546112

[startup+774.302 s]
/proc/loadavg: 2.38 2.14 1.65 2/120 25927
/proc/meminfo: memFree=1494792/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1546112 CPUtime=1455.68
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 91106 0 1 0 145448 120 0 0 18 0 14 0 18871301 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 386528 80021 1452 10 0 383831 0
[pid=25885/tid=25887] ppid=25883 vsize=1546112 CPUtime=5.46
/proc/25885/task/25887/stat : 25887 (java) R 25883 25885 25697 0 -1 4202560 9367 0 1 0 543 3 0 0 22 0 14 0 18871302 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4109808842 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25885/tid=25888] ppid=25883 vsize=1546112 CPUtime=6.9
/proc/25885/task/25888/stat : 25888 (java) S 25883 25885 25697 0 -1 4202560 19900 0 0 0 659 31 0 0 16 0 14 0 18871303 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25889] ppid=25883 vsize=1546112 CPUtime=6.89
/proc/25885/task/25889/stat : 25889 (java) S 25883 25885 25697 0 -1 4202560 17806 0 0 0 661 28 0 0 15 0 14 0 18871303 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25890] ppid=25883 vsize=1546112 CPUtime=71.41
/proc/25885/task/25890/stat : 25890 (java) S 25883 25885 25697 0 -1 4202560 5576 0 0 0 7133 8 0 0 15 0 14 0 18871305 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25891] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25891/stat : 25891 (java) S 25883 25885 25697 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 18871306 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25892] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25883 25885 25697 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 18871306 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25893] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25883 25885 25697 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25894] ppid=25883 vsize=1546112 CPUtime=3.4
/proc/25885/task/25894/stat : 25894 (java) S 25883 25885 25697 0 -1 4202560 4872 0 0 0 338 2 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25895] ppid=25883 vsize=1546112 CPUtime=2.5
/proc/25885/task/25895/stat : 25895 (java) S 25883 25885 25697 0 -1 4202560 6133 0 0 0 248 2 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25896] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25896/stat : 25896 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25897] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25897/stat : 25897 (java) S 25883 25885 25697 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25900] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25900/stat : 25900 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871412 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25901] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25901/stat : 25901 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871418 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1455.68
Current children cumulated vsize (KiB) 1546112

[startup+775.902 s]
/proc/loadavg: 2.38 2.14 1.65 2/120 25927
/proc/meminfo: memFree=1494792/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1546112 CPUtime=1457.29
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 91107 0 1 0 145609 120 0 0 18 0 14 0 18871301 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 386528 80021 1452 10 0 383831 0
[pid=25885/tid=25887] ppid=25883 vsize=1546112 CPUtime=7.06
/proc/25885/task/25887/stat : 25887 (java) R 25883 25885 25697 0 -1 4202560 9367 0 1 0 703 3 0 0 25 0 14 0 18871302 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4109649583 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25885/tid=25888] ppid=25883 vsize=1546112 CPUtime=6.9
/proc/25885/task/25888/stat : 25888 (java) S 25883 25885 25697 0 -1 4202560 19900 0 0 0 659 31 0 0 16 0 14 0 18871303 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25889] ppid=25883 vsize=1546112 CPUtime=6.89
/proc/25885/task/25889/stat : 25889 (java) S 25883 25885 25697 0 -1 4202560 17806 0 0 0 661 28 0 0 15 0 14 0 18871303 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25890] ppid=25883 vsize=1546112 CPUtime=71.41
/proc/25885/task/25890/stat : 25890 (java) S 25883 25885 25697 0 -1 4202560 5576 0 0 0 7133 8 0 0 15 0 14 0 18871305 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25891] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25891/stat : 25891 (java) S 25883 25885 25697 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 18871306 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25892] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25883 25885 25697 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 18871306 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25893] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25883 25885 25697 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25894] ppid=25883 vsize=1546112 CPUtime=3.4
/proc/25885/task/25894/stat : 25894 (java) S 25883 25885 25697 0 -1 4202560 4872 0 0 0 338 2 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25895] ppid=25883 vsize=1546112 CPUtime=2.51
/proc/25885/task/25895/stat : 25895 (java) S 25883 25885 25697 0 -1 4202560 6134 0 0 0 249 2 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25896] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25896/stat : 25896 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25897] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25897/stat : 25897 (java) S 25883 25885 25697 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25900] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25900/stat : 25900 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871412 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25901] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25901/stat : 25901 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871418 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1457.29
Current children cumulated vsize (KiB) 1546112

[startup+776.301 s]
/proc/loadavg: 2.38 2.14 1.65 2/120 25927
/proc/meminfo: memFree=1494792/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1546112 CPUtime=1457.69
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 91107 0 1 0 145649 120 0 0 18 0 14 0 18871301 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 386528 80021 1452 10 0 383831 0
[pid=25885/tid=25887] ppid=25883 vsize=1546112 CPUtime=7.46
/proc/25885/task/25887/stat : 25887 (java) R 25883 25885 25697 0 -1 4202560 9367 0 1 0 743 3 0 0 25 0 14 0 18871302 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4109649592 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25885/tid=25888] ppid=25883 vsize=1546112 CPUtime=6.9
/proc/25885/task/25888/stat : 25888 (java) S 25883 25885 25697 0 -1 4202560 19900 0 0 0 659 31 0 0 16 0 14 0 18871303 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25889] ppid=25883 vsize=1546112 CPUtime=6.89
/proc/25885/task/25889/stat : 25889 (java) S 25883 25885 25697 0 -1 4202560 17806 0 0 0 661 28 0 0 15 0 14 0 18871303 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25890] ppid=25883 vsize=1546112 CPUtime=71.41
/proc/25885/task/25890/stat : 25890 (java) S 25883 25885 25697 0 -1 4202560 5576 0 0 0 7133 8 0 0 15 0 14 0 18871305 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25891] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25891/stat : 25891 (java) S 25883 25885 25697 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 18871306 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25892] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25883 25885 25697 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 18871306 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25893] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25883 25885 25697 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25894] ppid=25883 vsize=1546112 CPUtime=3.4
/proc/25885/task/25894/stat : 25894 (java) S 25883 25885 25697 0 -1 4202560 4872 0 0 0 338 2 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25895] ppid=25883 vsize=1546112 CPUtime=2.51
/proc/25885/task/25895/stat : 25895 (java) S 25883 25885 25697 0 -1 4202560 6134 0 0 0 249 2 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25896] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25896/stat : 25896 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25897] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25897/stat : 25897 (java) S 25883 25885 25697 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25900] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25900/stat : 25900 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871412 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25901] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25901/stat : 25901 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871418 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1457.69
Current children cumulated vsize (KiB) 1546112

[startup+776.701 s]
/proc/loadavg: 2.38 2.14 1.65 2/120 25927
/proc/meminfo: memFree=1494792/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=1546112 CPUtime=1458.09
/proc/25885/stat : 25885 (java) S 25883 25885 25697 0 -1 4202496 91107 0 1 0 145689 120 0 0 18 0 14 0 18871301 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 386528 80021 1452 10 0 383831 0
[pid=25885/tid=25887] ppid=25883 vsize=1546112 CPUtime=7.86
/proc/25885/task/25887/stat : 25887 (java) R 25883 25885 25697 0 -1 4202560 9367 0 1 0 783 3 0 0 25 0 14 0 18871302 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4109649592 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25885/tid=25888] ppid=25883 vsize=1546112 CPUtime=6.9
/proc/25885/task/25888/stat : 25888 (java) S 25883 25885 25697 0 -1 4202560 19900 0 0 0 659 31 0 0 16 0 14 0 18871303 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25889] ppid=25883 vsize=1546112 CPUtime=6.89
/proc/25885/task/25889/stat : 25889 (java) S 25883 25885 25697 0 -1 4202560 17806 0 0 0 661 28 0 0 15 0 14 0 18871303 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 1 0 0 0
[pid=25885/tid=25890] ppid=25883 vsize=1546112 CPUtime=71.41
/proc/25885/task/25890/stat : 25890 (java) S 25883 25885 25697 0 -1 4202560 5576 0 0 0 7133 8 0 0 15 0 14 0 18871305 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25891] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25891/stat : 25891 (java) S 25883 25885 25697 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 18871306 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25892] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25883 25885 25697 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 18871306 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25893] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25883 25885 25697 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25894] ppid=25883 vsize=1546112 CPUtime=3.4
/proc/25885/task/25894/stat : 25894 (java) S 25883 25885 25697 0 -1 4202560 4872 0 0 0 338 2 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25895] ppid=25883 vsize=1546112 CPUtime=2.51
/proc/25885/task/25895/stat : 25895 (java) S 25883 25885 25697 0 -1 4202560 6134 0 0 0 249 2 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25896] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25896/stat : 25896 (java) S 25883 25885 25697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25897] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25897/stat : 25897 (java) S 25883 25885 25697 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 14 0 18871310 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25900] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25900/stat : 25900 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871412 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
[pid=25885/tid=25901] ppid=25883 vsize=1546112 CPUtime=0
/proc/25885/task/25901/stat : 25901 (java) S 25883 25885 25697 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 18871418 1583218688 80021 1992294400 134512640 134550932 4289004368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831263552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1458.09
Current children cumulated vsize (KiB) 1546112

[startup+776.801 s]
/proc/loadavg: 2.38 2.14 1.65 2/120 25927
/proc/meminfo: memFree=1494792/2059040 swapFree=4140228/4192956
[pid=25885] ppid=25883 vsize=0 CPUtime=1458.15
/proc/25885/stat : 25885 (java) R 25883 25885 25697 0 -1 4203524 91114 0 1 0 145694 121 0 0 18 0 1 0 18871301 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25885/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1458.15
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 776.821
CPU time (s): 1458.19
CPU user time (s): 1456.95
CPU system time (s): 1.23881
CPU usage (%): 187.712
Max. virtual memory (cumulated for all children) (KiB): 1550712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1456.95
system time used= 1.23881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91114
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= 22596
involuntary context switches= 41147

runsolver used 4.76228 second user time and 7.71783 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-13 20:02:30
IDJOB=2663076
IDBENCH=2146
IDSOLVER=1166
FILE ID=node018/2663076-1276452150
PBS_JOBID= 11173341
Free space on /tmp= 62292 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663076-1276452150/watcher-2663076-1276452150 -o /tmp/evaluation-result-2663076-1276452150/solver-2663076-1276452150 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663076-1276452150.opb

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

MD5SUM BENCH= 898f4661a42594ef028c1f962398614b
RANDOM SEED=461917814

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1813048 kB
Buffers:         49800 kB
Cached:         108388 kB
SwapCached:       5768 kB
Active:          78544 kB
Inactive:        91904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1813048 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:             680 kB
Writeback:           0 kB
AnonPages:       10812 kB
Mapped:          12864 kB
Slab:            53712 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180148 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62292 MiB
End job on node018 at 2010-06-13 20:15:27