Trace number 2661793

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-31OPT3 1763.45 951.781

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=109-P1=191-P2=263-P3=37-P4=317-P5=89-P6=131-B.opb
MD5SUMd6ad4e57f9bd4d3660efa4691d3e45da
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.658899
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.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-2661793-1276649749.opb
0.25/0.21	c reading problem ... 
0.55/0.44	c ... done. Wall clock time 0.23s.
0.55/0.44	c #vars     648
0.55/0.44	c #constraints  991
0.55/0.44	c constraints type 
0.55/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.55/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
0.55/0.44	c constraints type 
0.55/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
0.55/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
10.48/5.49	c cleaning 2502 clauses out of 5003 with flag 5003/5003
13.19/6.81	c cleaning 4248 clauses out of 8498 with flag 11000/11000
17.29/8.95	c cleaning 5622 clauses out of 11251 with flag 18001/18001
21.81/11.29	c cleaning 6809 clauses out of 13628 with flag 26000/26000
27.10/13.94	c cleaning 7904 clauses out of 15820 with flag 35001/35001
32.78/16.88	c cleaning 8957 clauses out of 17915 with flag 45000/45000
37.67/19.36	c cleaning 9470 clauses out of 18958 with flag 55000/55000
43.54/22.35	c cleaning 9742 clauses out of 19489 with flag 65001/65001
48.21/24.73	c cleaning 9872 clauses out of 19747 with flag 75001/75001
53.69/27.57	c cleaning 9937 clauses out of 19874 with flag 85000/85000
59.15/30.37	c cleaning 9961 clauses out of 19938 with flag 95001/95001
64.03/32.80	c cleaning 9982 clauses out of 19977 with flag 105001/105001
70.06/35.96	c cleaning 9993 clauses out of 19996 with flag 115002/115002
75.73/38.86	c cleaning 9999 clauses out of 20003 with flag 125002/125002
81.00/41.58	c cleaning 9998 clauses out of 20003 with flag 135001/135001
84.88/43.59	c cleaning 9995 clauses out of 20005 with flag 145001/145001
88.92/45.69	c cleaning 9999 clauses out of 20010 with flag 155001/155001
95.38/48.92	c cleaning 10000 clauses out of 20010 with flag 165000/165000
101.42/52.02	c cleaning 10003 clauses out of 20010 with flag 175000/175000
108.47/55.61	c cleaning 10004 clauses out of 20007 with flag 185000/185000
112.52/57.79	c cleaning 9998 clauses out of 20004 with flag 195001/195001
116.99/60.06	c cleaning 10003 clauses out of 20006 with flag 205001/205001
121.82/62.52	c cleaning 9998 clauses out of 20005 with flag 215003/215003
128.06/65.73	c cleaning 9996 clauses out of 20004 with flag 225000/225000
135.06/69.33	c cleaning 9999 clauses out of 20008 with flag 235000/235000
141.29/72.53	c cleaning 9999 clauses out of 20008 with flag 245000/245000
147.09/75.51	c cleaning 9998 clauses out of 20010 with flag 255001/255001
150.74/77.49	c cleaning 9998 clauses out of 20012 with flag 265001/265001
154.73/79.59	c cleaning 10001 clauses out of 20016 with flag 275003/275003
161.15/82.80	c cleaning 10002 clauses out of 20013 with flag 285001/285001
166.98/85.85	c cleaning 10002 clauses out of 20011 with flag 295001/295001
172.59/88.74	c cleaning 9998 clauses out of 20008 with flag 305000/305000
176.58/90.88	c cleaning 0 clauses out of 5002 with flag 0/5002
179.63/92.43	c cleaning 10001 clauses out of 20012 with flag 315002/315002
184.83/95.12	c cleaning 10000 clauses out of 20010 with flag 325001/325001
189.85/97.74	c cleaning 9998 clauses out of 20009 with flag 335000/335000
195.04/100.42	c cleaning 9999 clauses out of 20012 with flag 345001/345001
200.45/103.25	c cleaning 10001 clauses out of 20012 with flag 355000/355000
204.09/105.15	c cleaning 10000 clauses out of 20011 with flag 365000/365000
207.51/106.99	c cleaning 9992 clauses out of 20011 with flag 375000/375000
210.91/108.70	c cleaning 9995 clauses out of 20019 with flag 385000/385000
214.34/110.53	c cleaning 9985 clauses out of 20024 with flag 395000/395000
217.96/112.48	c cleaning 10014 clauses out of 20039 with flag 405000/405000
222.37/114.79	c cleaning 9998 clauses out of 20025 with flag 415000/415000
222.79/115.00	c And the winner is Resolution
222.88/115.43	c SATISFIABLE
222.88/115.43	c OPTIMIZING...
222.88/115.43	c Got one! Elapsed wall clock time (in seconds):115.219
222.88/115.43	o 257
226.58/117.32	c cleaning 9998 clauses out of 20028 with flag 425001/425001
231.77/120.00	c cleaning 10002 clauses out of 20030 with flag 435001/435001
234.38/121.41	c And the winner is Resolution
234.62/122.50	c Got one! Elapsed wall clock time (in seconds):122.293
234.62/122.50	o 37
235.40/122.92	c cleaning 9997 clauses out of 20028 with flag 445001/445001
240.00/125.36	c cleaning 10000 clauses out of 20030 with flag 455000/455000
243.56/127.27	c cleaning 10007 clauses out of 20030 with flag 465000/465000
248.34/129.74	c cleaning 10002 clauses out of 20023 with flag 475000/475000
254.73/133.06	c cleaning 10000 clauses out of 20022 with flag 485001/485001
260.31/135.95	c cleaning 10005 clauses out of 20022 with flag 495001/495001
266.24/139.01	c cleaning 10004 clauses out of 20016 with flag 505000/505000
270.44/141.26	c cleaning 10001 clauses out of 20012 with flag 515000/515000
275.24/143.73	c cleaning 10001 clauses out of 20012 with flag 525001/525001
278.44/145.49	c cleaning 9992 clauses out of 20010 with flag 535000/535000
283.57/148.10	c cleaning 10001 clauses out of 20018 with flag 545000/545000
288.16/150.59	c cleaning 10001 clauses out of 20017 with flag 555000/555000
292.37/152.75	c cleaning 9999 clauses out of 20017 with flag 565001/565001
297.34/155.39	c cleaning 10000 clauses out of 20017 with flag 575000/575000
303.86/158.75	c cleaning 9997 clauses out of 20018 with flag 585001/585001
310.42/162.13	c cleaning 10001 clauses out of 20020 with flag 595000/595000
316.77/165.43	c cleaning 10008 clauses out of 20021 with flag 605002/605002
321.14/167.77	c cleaning 9999 clauses out of 20011 with flag 615000/615000
327.25/170.91	c cleaning 10001 clauses out of 20012 with flag 625000/625000
333.01/173.95	c cleaning 10000 clauses out of 20012 with flag 635001/635001
337.39/176.23	c cleaning 10000 clauses out of 20011 with flag 645000/645000
342.16/178.76	c cleaning 9998 clauses out of 20011 with flag 655000/655000
346.08/180.86	c cleaning 10003 clauses out of 20014 with flag 665001/665001
350.86/183.32	c cleaning 10004 clauses out of 20010 with flag 675000/675000
355.64/185.90	c cleaning 10002 clauses out of 20008 with flag 685002/685002
361.40/188.80	c cleaning 9997 clauses out of 20005 with flag 695001/695001
366.90/191.80	c cleaning 9999 clauses out of 20008 with flag 705001/705001
371.87/194.34	c cleaning 9999 clauses out of 20008 with flag 715000/715000
376.24/196.69	c cleaning 9998 clauses out of 20010 with flag 725001/725001
380.41/198.84	c cleaning 10002 clauses out of 20018 with flag 735007/735007
385.74/201.69	c cleaning 9993 clauses out of 20010 with flag 745001/745001
391.10/204.47	c cleaning 10000 clauses out of 20017 with flag 755001/755001
395.48/206.77	c cleaning 10002 clauses out of 20016 with flag 765000/765000
400.43/209.35	c cleaning 10005 clauses out of 20015 with flag 775001/775001
405.54/212.07	c cleaning 10000 clauses out of 20010 with flag 785001/785001
410.89/214.84	c cleaning 10003 clauses out of 20010 with flag 795001/795001
414.67/216.87	c cleaning 9992 clauses out of 20006 with flag 805000/805000
417.85/218.55	c cleaning 9996 clauses out of 20014 with flag 815000/815000
420.98/220.29	c cleaning 10002 clauses out of 20018 with flag 825000/825000
424.15/221.95	c cleaning 10002 clauses out of 20017 with flag 835001/835001
427.14/223.52	c cleaning 9998 clauses out of 20015 with flag 845001/845001
430.32/225.23	c cleaning 9996 clauses out of 20016 with flag 855000/855000
433.44/226.95	c cleaning 10001 clauses out of 20022 with flag 865002/865002
436.62/228.62	c cleaning 9997 clauses out of 20020 with flag 875001/875001
439.80/230.30	c cleaning 9994 clauses out of 20022 with flag 885000/885000
442.98/232.06	c cleaning 10003 clauses out of 20030 with flag 895002/895002
448.48/234.92	c cleaning 10010 clauses out of 20025 with flag 905000/905000
453.24/237.47	c cleaning 10000 clauses out of 20015 with flag 915000/915000
457.81/239.89	c cleaning 10002 clauses out of 20015 with flag 925000/925000
463.96/243.07	c cleaning 10002 clauses out of 20013 with flag 935000/935000
468.64/245.60	c cleaning 9998 clauses out of 20013 with flag 945002/945002
473.20/247.91	c cleaning 10001 clauses out of 20013 with flag 955000/955000
479.54/251.27	c cleaning 10001 clauses out of 20013 with flag 965001/965001
485.88/254.59	c cleaning 9999 clauses out of 20011 with flag 975000/975000
492.15/257.89	c cleaning 10001 clauses out of 20013 with flag 985001/985001
496.90/260.36	c cleaning 10002 clauses out of 20012 with flag 995001/995001
501.07/262.55	c cleaning 9998 clauses out of 20010 with flag 1005001/1005001
504.62/264.49	c cleaning 10000 clauses out of 20012 with flag 1015001/1015001
508.12/266.37	c cleaning 10000 clauses out of 20012 with flag 1025001/1025001
512.87/268.86	c cleaning 10005 clauses out of 20012 with flag 1035001/1035001
518.61/271.81	c cleaning 10000 clauses out of 20006 with flag 1045001/1045001
524.55/274.95	c cleaning 9999 clauses out of 20005 with flag 1055000/1055000
530.42/278.02	c cleaning 10000 clauses out of 20006 with flag 1065000/1065000
534.38/280.12	c cleaning 9995 clauses out of 20006 with flag 1075001/1075001
537.73/281.91	c cleaning 9999 clauses out of 20011 with flag 1085001/1085001
540.89/283.64	c cleaning 9999 clauses out of 20012 with flag 1095001/1095001
544.80/285.76	c cleaning 9998 clauses out of 20012 with flag 1105000/1105000
548.76/287.83	c cleaning 9998 clauses out of 20014 with flag 1115000/1115000
552.32/289.71	c cleaning 10000 clauses out of 20016 with flag 1125000/1125000
556.46/291.96	c cleaning 10004 clauses out of 20016 with flag 1135000/1135000
561.16/294.47	c cleaning 10002 clauses out of 20013 with flag 1145001/1145001
565.70/296.82	c cleaning 9999 clauses out of 20010 with flag 1155000/1155000
570.26/299.25	c cleaning 9999 clauses out of 20014 with flag 1165003/1165003
575.97/302.22	c cleaning 9998 clauses out of 20012 with flag 1175000/1175000
580.26/304.57	c cleaning 9998 clauses out of 20014 with flag 1185000/1185000
585.20/307.12	c cleaning 10004 clauses out of 20017 with flag 1195001/1195001
590.14/309.70	c cleaning 10003 clauses out of 20013 with flag 1205001/1205001
594.87/312.27	c cleaning 9996 clauses out of 20009 with flag 1215000/1215000
600.09/315.02	c cleaning 10000 clauses out of 20013 with flag 1225000/1225000
605.02/317.63	c cleaning 10002 clauses out of 20014 with flag 1235001/1235001
610.96/320.76	c cleaning 10001 clauses out of 20012 with flag 1245001/1245001
617.07/323.93	c cleaning 9998 clauses out of 20011 with flag 1255001/1255001
618.96/325.07	c And the winner is Resolution
619.34/325.60	c Got one! Elapsed wall clock time (in seconds):325.391
619.34/325.60	o 21
621.13/326.50	c cleaning 9995 clauses out of 20012 with flag 1265000/1265000
625.46/328.83	c cleaning 9996 clauses out of 20017 with flag 1275000/1275000
629.59/331.09	c cleaning 9999 clauses out of 20022 with flag 1285001/1285001
634.29/333.59	c cleaning 10002 clauses out of 20022 with flag 1295000/1295000
638.94/336.02	c cleaning 9994 clauses out of 20020 with flag 1305000/1305000
643.45/338.44	c cleaning 9994 clauses out of 20027 with flag 1315001/1315001
648.17/340.97	c cleaning 10001 clauses out of 20033 with flag 1325001/1325001
652.50/343.26	c cleaning 10005 clauses out of 20032 with flag 1335001/1335001
657.33/345.90	c cleaning 10001 clauses out of 20026 with flag 1345000/1345000
661.06/347.89	c cleaning 10000 clauses out of 20025 with flag 1355000/1355000
664.20/349.59	c cleaning 9998 clauses out of 20025 with flag 1365000/1365000
667.74/351.40	c cleaning 9992 clauses out of 20027 with flag 1375000/1375000
671.19/353.38	c cleaning 9999 clauses out of 20036 with flag 1385001/1385001
674.94/355.32	c cleaning 9996 clauses out of 20036 with flag 1395000/1395000
678.86/357.43	c cleaning 10001 clauses out of 20042 with flag 1405002/1405002
682.99/359.64	c cleaning 10013 clauses out of 20041 with flag 1415002/1415002
689.02/362.87	c cleaning 10010 clauses out of 20028 with flag 1425002/1425002
694.14/365.51	c cleaning 10006 clauses out of 20017 with flag 1435001/1435001
698.45/367.81	c cleaning 10000 clauses out of 20011 with flag 1445001/1445001
703.17/370.30	c cleaning 9998 clauses out of 20010 with flag 1455000/1455000
707.43/372.67	c cleaning 10001 clauses out of 20013 with flag 1465001/1465001
711.76/374.99	c cleaning 10001 clauses out of 20012 with flag 1475001/1475001
716.66/377.55	c cleaning 9998 clauses out of 20011 with flag 1485001/1485001
720.77/379.77	c cleaning 10001 clauses out of 20012 with flag 1495000/1495000
724.23/381.64	c cleaning 9986 clauses out of 20012 with flag 1505001/1505001
727.54/383.45	c cleaning 9993 clauses out of 20026 with flag 1515001/1515001
730.68/385.18	c cleaning 9998 clauses out of 20032 with flag 1525000/1525000
734.00/386.92	c cleaning 9998 clauses out of 20034 with flag 1535000/1535000
737.65/388.92	c cleaning 10008 clauses out of 20036 with flag 1545000/1545000
743.15/391.86	c cleaning 10004 clauses out of 20028 with flag 1555000/1555000
748.45/394.61	c cleaning 10004 clauses out of 20024 with flag 1565000/1565000
753.37/397.25	c cleaning 10000 clauses out of 20020 with flag 1575000/1575000
758.60/400.03	c cleaning 10005 clauses out of 20021 with flag 1585001/1585001
764.09/402.99	c cleaning 10003 clauses out of 20016 with flag 1595001/1595001
770.39/406.22	c cleaning 10003 clauses out of 20012 with flag 1605000/1605000
776.68/409.52	c cleaning 10000 clauses out of 20009 with flag 1615000/1615000
783.08/412.98	c cleaning 10000 clauses out of 20010 with flag 1625001/1625001
787.78/415.44	c cleaning 9991 clauses out of 20010 with flag 1635001/1635001
791.90/417.68	c cleaning 9995 clauses out of 20018 with flag 1645000/1645000
796.00/419.86	c cleaning 9999 clauses out of 20023 with flag 1655000/1655000
800.03/422.05	c cleaning 10004 clauses out of 20024 with flag 1665000/1665000
804.95/424.66	c cleaning 10002 clauses out of 20020 with flag 1675000/1675000
809.05/426.85	c cleaning 10000 clauses out of 20019 with flag 1685001/1685001
813.15/429.09	c cleaning 9997 clauses out of 20018 with flag 1695000/1695000
816.97/431.17	c cleaning 10006 clauses out of 20021 with flag 1705000/1705000
821.45/433.60	c cleaning 10004 clauses out of 20018 with flag 1715003/1715003
826.93/436.45	c cleaning 10000 clauses out of 20012 with flag 1725001/1725001
832.81/439.59	c cleaning 9999 clauses out of 20011 with flag 1735000/1735000
837.25/441.96	c cleaning 9996 clauses out of 20012 with flag 1745000/1745000
843.12/445.05	c cleaning 10002 clauses out of 20017 with flag 1755001/1755001
847.21/447.28	c cleaning 10004 clauses out of 20015 with flag 1765001/1765001
852.89/450.25	c cleaning 9999 clauses out of 20011 with flag 1775001/1775001
858.55/453.21	c cleaning 9999 clauses out of 20011 with flag 1785000/1785000
863.41/455.89	c cleaning 9999 clauses out of 20012 with flag 1795000/1795000
868.29/458.49	c cleaning 10000 clauses out of 20013 with flag 1805000/1805000
872.80/460.83	c cleaning 0 clauses out of 11001 with flag 0/11001
874.24/461.70	c cleaning 10000 clauses out of 20014 with flag 1815001/1815001
879.51/464.56	c cleaning 9998 clauses out of 20013 with flag 1825000/1825000
884.58/467.22	c cleaning 9999 clauses out of 20015 with flag 1835000/1835000
890.07/470.15	c cleaning 10002 clauses out of 20017 with flag 1845001/1845001
894.30/472.46	c cleaning 10001 clauses out of 20014 with flag 1855000/1855000
899.39/475.17	c cleaning 10001 clauses out of 20014 with flag 1865001/1865001
904.05/477.68	c cleaning 10002 clauses out of 20014 with flag 1875002/1875002
908.74/480.15	c cleaning 9999 clauses out of 20010 with flag 1885000/1885000
913.37/482.68	c cleaning 9999 clauses out of 20012 with flag 1895001/1895001
918.06/485.14	c cleaning 10001 clauses out of 20012 with flag 1905000/1905000
920.94/486.72	c And the winner is Resolution
921.35/488.02	c Got one! Elapsed wall clock time (in seconds):487.809
921.35/488.02	o 9
923.49/489.14	c cleaning 9995 clauses out of 20011 with flag 1915000/1915000
927.97/491.53	c cleaning 9988 clauses out of 20017 with flag 1925001/1925001
931.97/493.70	c cleaning 9994 clauses out of 20028 with flag 1935000/1935000
935.86/495.87	c cleaning 9998 clauses out of 20034 with flag 1945000/1945000
939.55/497.89	c cleaning 9997 clauses out of 20036 with flag 1955000/1955000
943.24/499.89	c cleaning 9997 clauses out of 20040 with flag 1965001/1965001
947.24/502.02	c cleaning 9999 clauses out of 20042 with flag 1975000/1975000
950.92/504.08	c cleaning 9999 clauses out of 20043 with flag 1985000/1985000
955.60/506.54	c cleaning 9999 clauses out of 20044 with flag 1995000/1995000
959.67/508.76	c cleaning 10001 clauses out of 20046 with flag 2005001/2005001
963.47/510.89	c cleaning 10001 clauses out of 20045 with flag 2015001/2015001
967.55/513.00	c cleaning 9999 clauses out of 20044 with flag 2025001/2025001
971.62/515.27	c cleaning 10001 clauses out of 20045 with flag 2035001/2035001
975.50/517.34	c cleaning 10000 clauses out of 20044 with flag 2045001/2045001
979.46/519.59	c cleaning 9999 clauses out of 20043 with flag 2055000/2055000
983.50/521.77	c cleaning 10001 clauses out of 20044 with flag 2065000/2065000
987.77/524.02	c cleaning 10002 clauses out of 20044 with flag 2075001/2075001
991.42/526.05	c cleaning 9999 clauses out of 20042 with flag 2085001/2085001
995.38/528.27	c cleaning 10000 clauses out of 20043 with flag 2095001/2095001
999.64/530.58	c cleaning 10000 clauses out of 20042 with flag 2105000/2105000
1003.90/532.81	c cleaning 10000 clauses out of 20042 with flag 2115000/2115000
1007.75/534.91	c cleaning 9999 clauses out of 20043 with flag 2125001/2125001
1011.73/537.11	c cleaning 10013 clauses out of 20043 with flag 2135000/2135000
1016.98/539.92	c cleaning 10011 clauses out of 20030 with flag 2145000/2145000
1018.66/541.00	c And the winner is Resolution
1019.07/541.46	c Got one! Elapsed wall clock time (in seconds):541.244
1019.07/541.46	o 3
1021.33/542.66	c cleaning 9988 clauses out of 20019 with flag 2155000/2155000
1029.54/546.92	c cleaning 10009 clauses out of 20032 with flag 2165001/2165001
1035.46/550.18	c cleaning 10008 clauses out of 20022 with flag 2175000/2175000
1039.50/552.32	c cleaning 9997 clauses out of 20014 with flag 2185000/2185000
1043.14/554.33	c cleaning 9999 clauses out of 20017 with flag 2195000/2195000
1047.57/556.79	c cleaning 9999 clauses out of 20018 with flag 2205000/2205000
1053.31/559.91	c cleaning 10004 clauses out of 20019 with flag 2215000/2215000
1059.11/562.91	c cleaning 10000 clauses out of 20016 with flag 2225001/2225001
1063.13/565.11	c cleaning 9992 clauses out of 20016 with flag 2235001/2235001
1067.54/567.52	c cleaning 10000 clauses out of 20023 with flag 2245000/2245000
1072.21/570.10	c cleaning 10005 clauses out of 20023 with flag 2255000/2255000
1076.22/572.33	c cleaning 9999 clauses out of 20018 with flag 2265000/2265000
1080.23/574.59	c cleaning 10006 clauses out of 20019 with flag 2275000/2275000
1084.84/577.01	c cleaning 9998 clauses out of 20013 with flag 2285000/2285000
1090.52/580.14	c cleaning 9996 clauses out of 20016 with flag 2295001/2295001
1096.71/583.50	c cleaning 9998 clauses out of 20019 with flag 2305000/2305000
1102.89/586.70	c cleaning 10004 clauses out of 20021 with flag 2315000/2315000
1108.68/589.90	c cleaning 9997 clauses out of 20017 with flag 2325000/2325000
1115.54/593.58	c cleaning 10000 clauses out of 20021 with flag 2335001/2335001
1121.73/596.80	c cleaning 10006 clauses out of 20021 with flag 2345001/2345001
1127.70/600.08	c cleaning 10000 clauses out of 20014 with flag 2355000/2355000
1132.08/602.45	c cleaning 9996 clauses out of 20015 with flag 2365001/2365001
1135.76/604.56	c cleaning 10001 clauses out of 20018 with flag 2375000/2375000
1139.95/606.83	c cleaning 10000 clauses out of 20017 with flag 2385000/2385000
1143.93/609.00	c cleaning 10003 clauses out of 20018 with flag 2395001/2395001
1147.52/611.05	c cleaning 9999 clauses out of 20014 with flag 2405000/2405000
1151.20/613.17	c cleaning 10001 clauses out of 20015 with flag 2415000/2415000
1154.99/615.27	c cleaning 10003 clauses out of 20016 with flag 2425002/2425002
1159.38/617.67	c cleaning 10003 clauses out of 20011 with flag 2435000/2435000
1164.73/620.52	c cleaning 9994 clauses out of 20008 with flag 2445000/2445000
1172.36/624.69	c cleaning 9988 clauses out of 20014 with flag 2455000/2455000
1178.93/628.15	c cleaning 9996 clauses out of 20026 with flag 2465000/2465000
1185.44/631.61	c cleaning 9999 clauses out of 20030 with flag 2475000/2475000
1191.98/635.16	c cleaning 10002 clauses out of 20032 with flag 2485001/2485001
1198.82/638.86	c cleaning 10003 clauses out of 20030 with flag 2495001/2495001
1205.17/642.20	c cleaning 10000 clauses out of 20027 with flag 2505001/2505001
1211.72/645.77	c cleaning 10002 clauses out of 20027 with flag 2515001/2515001
1218.23/649.28	c cleaning 10003 clauses out of 20025 with flag 2525001/2525001
1225.04/652.97	c cleaning 9999 clauses out of 20022 with flag 2535001/2535001
1231.77/656.51	c cleaning 10001 clauses out of 20023 with flag 2545001/2545001
1237.72/659.78	c cleaning 10001 clauses out of 20021 with flag 2555000/2555000
1243.84/663.10	c cleaning 10005 clauses out of 20019 with flag 2565000/2565000
1247.86/665.33	c cleaning 10001 clauses out of 20015 with flag 2575001/2575001
1251.63/667.44	c cleaning 9999 clauses out of 20013 with flag 2585000/2585000
1255.79/669.73	c cleaning 9997 clauses out of 20014 with flag 2595000/2595000
1259.56/671.88	c cleaning 10004 clauses out of 20017 with flag 2605000/2605000
1263.42/674.06	c cleaning 9999 clauses out of 20013 with flag 2615000/2615000
1267.99/676.57	c cleaning 10000 clauses out of 20014 with flag 2625000/2625000
1272.53/679.09	c cleaning 9996 clauses out of 20014 with flag 2635000/2635000
1276.70/681.34	c cleaning 9999 clauses out of 20018 with flag 2645000/2645000
1278.17/682.33	c cleaning 0 clauses out of 18002 with flag 0/18002
1281.92/684.44	c cleaning 10000 clauses out of 20020 with flag 2655001/2655001
1286.27/686.80	c cleaning 10000 clauses out of 20020 with flag 2665001/2665001
1290.43/689.11	c cleaning 10005 clauses out of 20021 with flag 2675002/2675002
1295.86/692.17	c cleaning 9999 clauses out of 20014 with flag 2685000/2685000
1300.80/694.89	c cleaning 9999 clauses out of 20015 with flag 2695000/2695000
1305.75/697.55	c cleaning 9996 clauses out of 20016 with flag 2705000/2705000
1309.89/699.90	c cleaning 10007 clauses out of 20021 with flag 2715001/2715001
1315.32/702.88	c cleaning 10004 clauses out of 20015 with flag 2725002/2725002
1320.64/705.74	c cleaning 10001 clauses out of 20011 with flag 2735002/2735002
1325.96/708.62	c cleaning 10000 clauses out of 20009 with flag 2745001/2745001
1330.50/711.19	c cleaning 9999 clauses out of 20008 with flag 2755000/2755000
1335.94/714.14	c cleaning 9999 clauses out of 20009 with flag 2765001/2765001
1341.67/717.22	c cleaning 9998 clauses out of 20009 with flag 2775000/2775000
1347.19/720.20	c cleaning 9998 clauses out of 20012 with flag 2785001/2785001
1352.54/723.18	c cleaning 10001 clauses out of 20013 with flag 2795000/2795000
1357.77/726.07	c cleaning 10001 clauses out of 20012 with flag 2805000/2805000
1362.89/728.84	c cleaning 9997 clauses out of 20011 with flag 2815000/2815000
1367.63/731.47	c cleaning 10004 clauses out of 20014 with flag 2825000/2825000
1372.79/734.26	c cleaning 9999 clauses out of 20011 with flag 2835001/2835001
1377.62/737.00	c cleaning 9999 clauses out of 20011 with flag 2845000/2845000
1382.75/739.77	c cleaning 9994 clauses out of 20012 with flag 2855000/2855000
1388.07/742.67	c cleaning 10000 clauses out of 20018 with flag 2865000/2865000
1393.61/745.62	c cleaning 10004 clauses out of 20018 with flag 2875000/2875000
1398.63/748.43	c cleaning 10002 clauses out of 20015 with flag 2885001/2885001
1404.16/751.42	c cleaning 10002 clauses out of 20013 with flag 2895001/2895001
1408.68/753.97	c cleaning 9994 clauses out of 20011 with flag 2905001/2905001
1413.61/756.61	c cleaning 10001 clauses out of 20017 with flag 2915001/2915001
1418.44/759.34	c cleaning 10000 clauses out of 20016 with flag 2925001/2925001
1423.79/762.28	c cleaning 10000 clauses out of 20015 with flag 2935000/2935000
1428.52/764.86	c cleaning 9999 clauses out of 20015 with flag 2945000/2945000
1433.86/767.80	c cleaning 10000 clauses out of 20017 with flag 2955001/2955001
1439.45/770.83	c cleaning 10003 clauses out of 20018 with flag 2965002/2965002
1444.58/773.63	c cleaning 9998 clauses out of 20013 with flag 2975000/2975000
1450.14/776.67	c cleaning 10005 clauses out of 20016 with flag 2985001/2985001
1455.65/779.60	c cleaning 10001 clauses out of 20011 with flag 2995001/2995001
1460.68/782.46	c cleaning 9994 clauses out of 20009 with flag 3005000/3005000
1465.83/785.27	c cleaning 10000 clauses out of 20015 with flag 3015000/3015000
1470.57/787.81	c cleaning 10000 clauses out of 20015 with flag 3025000/3025000
1475.31/790.47	c cleaning 10000 clauses out of 20016 with flag 3035001/3035001
1480.15/793.11	c cleaning 9999 clauses out of 20015 with flag 3045000/3045000
1485.27/795.94	c cleaning 10002 clauses out of 20016 with flag 3055000/3055000
1490.59/798.88	c cleaning 10002 clauses out of 20016 with flag 3065002/3065002
1495.51/801.51	c cleaning 9997 clauses out of 20012 with flag 3075000/3075000
1499.73/804.00	c cleaning 10002 clauses out of 20015 with flag 3085000/3085000
1504.65/806.64	c cleaning 9998 clauses out of 20013 with flag 3095000/3095000
1509.37/809.20	c cleaning 10001 clauses out of 20017 with flag 3105002/3105002
1513.91/811.75	c cleaning 10000 clauses out of 20014 with flag 3115000/3115000
1519.11/814.61	c cleaning 9998 clauses out of 20014 with flag 3125000/3125000
1523.84/817.26	c cleaning 9998 clauses out of 20016 with flag 3135000/3135000
1528.34/819.79	c cleaning 9999 clauses out of 20018 with flag 3145000/3145000
1532.86/822.22	c cleaning 10004 clauses out of 20019 with flag 3155000/3155000
1537.51/824.90	c cleaning 9998 clauses out of 20015 with flag 3165000/3165000
1542.81/827.78	c cleaning 10003 clauses out of 20017 with flag 3175000/3175000
1548.53/830.84	c cleaning 9998 clauses out of 20014 with flag 3185000/3185000
1553.24/833.43	c cleaning 10002 clauses out of 20017 with flag 3195001/3195001
1558.07/836.19	c cleaning 9999 clauses out of 20014 with flag 3205000/3205000
1562.78/838.72	c cleaning 10000 clauses out of 20016 with flag 3215001/3215001
1567.50/841.37	c cleaning 10000 clauses out of 20016 with flag 3225001/3225001
1572.01/843.87	c cleaning 10003 clauses out of 20017 with flag 3235002/3235002
1577.02/846.69	c cleaning 10002 clauses out of 20012 with flag 3245000/3245000
1582.33/849.59	c cleaning 9996 clauses out of 20010 with flag 3255000/3255000
1587.85/852.57	c cleaning 9999 clauses out of 20015 with flag 3265001/3265001
1592.55/855.14	c cleaning 10001 clauses out of 20015 with flag 3275000/3275000
1597.35/857.84	c cleaning 10002 clauses out of 20015 with flag 3285001/3285001
1602.07/860.48	c cleaning 9997 clauses out of 20012 with flag 3295000/3295000
1606.77/863.00	c cleaning 9997 clauses out of 20016 with flag 3305001/3305001
1611.09/865.45	c cleaning 10002 clauses out of 20019 with flag 3315001/3315001
1617.08/868.77	c cleaning 10001 clauses out of 20016 with flag 3325000/3325000
1622.18/871.50	c cleaning 10004 clauses out of 20016 with flag 3335001/3335001
1627.09/874.25	c cleaning 10000 clauses out of 20011 with flag 3345000/3345000
1631.62/876.78	c cleaning 10004 clauses out of 20013 with flag 3355002/3355002
1636.79/879.69	c cleaning 10000 clauses out of 20007 with flag 3365001/3365001
1641.89/882.47	c cleaning 10000 clauses out of 20007 with flag 3375001/3375001
1647.02/885.25	c cleaning 9998 clauses out of 20007 with flag 3385001/3385001
1652.73/888.39	c cleaning 10000 clauses out of 20009 with flag 3395001/3395001
1658.71/891.65	c cleaning 10000 clauses out of 20009 with flag 3405001/3405001
1665.01/895.03	c cleaning 10001 clauses out of 20008 with flag 3415000/3415000
1671.33/898.44	c cleaning 9999 clauses out of 20008 with flag 3425001/3425001
1676.84/901.41	c cleaning 9997 clauses out of 20008 with flag 3435000/3435000
1682.81/904.74	c cleaning 10002 clauses out of 20012 with flag 3445001/3445001
1688.49/907.82	c cleaning 9998 clauses out of 20010 with flag 3455001/3455001
1693.99/910.89	c cleaning 10001 clauses out of 20011 with flag 3465000/3465000
1699.48/913.89	c cleaning 10002 clauses out of 20011 with flag 3475001/3475001
1705.44/917.18	c cleaning 9998 clauses out of 20008 with flag 3485000/3485000
1710.94/920.14	c cleaning 10006 clauses out of 20012 with flag 3495002/3495002
1716.44/923.19	c cleaning 9997 clauses out of 20004 with flag 3505000/3505000
1722.74/926.50	c cleaning 10000 clauses out of 20008 with flag 3515001/3515001
1728.72/929.83	c cleaning 9999 clauses out of 20008 with flag 3525001/3525001
1734.40/932.95	c cleaning 10001 clauses out of 20009 with flag 3535001/3535001
1739.90/935.90	c cleaning 9999 clauses out of 20008 with flag 3545001/3545001
1745.39/938.94	c cleaning 10000 clauses out of 20007 with flag 3555000/3555000
1751.35/942.27	c cleaning 10000 clauses out of 20007 with flag 3565001/3565001
1757.04/945.36	c And the winner is Resolution
1763.40/951.70	c starts		: 254
1763.40/951.70	c conflicts		: 3574892
1763.40/951.70	c decisions		: 3644338
1763.40/951.70	c propagations		: 78689151
1763.40/951.70	c inspects		: 2050741784
1763.40/951.70	c learnt literals	: 22
1763.40/951.70	c learnt binary clauses	: 136
1763.40/951.70	c learnt ternary clauses	: 448
1763.40/951.70	c learnt clauses	: 3574869
1763.40/951.70	c ignored clauses	: 0
1763.40/951.70	c root simplifications	: 0
1763.40/951.70	c removed literals (reason simplification)	: 151812075
1763.40/951.70	c reason swapping (by a shorter reason)	: 0
1763.40/951.70	c Calls to reduceDB	: 358
1763.40/951.70	c number of reductions to clauses (during analyze)	: 0
1763.40/951.70	c number of learned constraints concerned by reduction	: 0
1763.40/951.70	c number of learning phase by resolution	: 0
1763.40/951.70	c number of learning phase by cutting planes	: 0
1763.40/951.70	c speed (assignments/second)	: 191809.20518614395
1763.40/951.70	c non guided choices	9786
1763.40/951.70	c learnt constraints type 
1763.40/951.70	c constraints type 
1763.40/951.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
1763.40/951.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
1763.40/951.70	c constraints type 
1763.40/951.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
1763.40/951.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
1763.40/951.70	s OPTIMUM FOUND
1763.40/951.70	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 
1763.40/951.70	c objective function=3
1763.40/951.70	c Total wall clock time (in seconds): 951.494

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661793-1276649749/watcher-2661793-1276649749 -o /tmp/evaluation-result-2661793-1276649749/solver-2661793-1276649749 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661793-1276649749.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.08 1.06 3/106 12428
/proc/meminfo: memFree=1840636/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=248 CPUtime=0
/proc/12428/stat : 12428 (java) R 12426 12428 11823 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 6266350 253952 28 1992294400 134512640 134550932 4291390352 18446744073709551615 7021022 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12428/statm: 62 28 21 10 0 23 0

[startup+0.0987821 s]
/proc/loadavg: 1.00 1.08 1.06 3/106 12428
/proc/meminfo: memFree=1840636/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1524180 CPUtime=0.08
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 3958 0 1 0 5 3 0 0 18 0 12 0 6266350 1560760320 3398 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.100778 s]
/proc/loadavg: 1.00 1.08 1.06 3/106 12428
/proc/meminfo: memFree=1840636/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1524180 CPUtime=0.08
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 3966 0 1 0 5 3 0 0 18 0 12 0 6266350 1560760320 3406 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 381045 3406 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300755 s]
/proc/loadavg: 1.00 1.08 1.06 3/106 12428
/proc/meminfo: memFree=1840636/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1525972 CPUtime=0.36
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 5365 0 1 0 32 4 0 0 18 0 12 0 6266350 1562595328 4803 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 381493 4803 1356 10 0 378796 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525972

[startup+0.700744 s]
/proc/loadavg: 1.00 1.08 1.06 3/106 12428
/proc/meminfo: memFree=1840636/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1534256 CPUtime=1.15
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 8353 0 1 0 110 5 0 0 18 0 16 0 6266350 1571078144 7209 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 383564 7210 1413 10 0 380867 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1534256

[startup+1.50172 s]
/proc/loadavg: 1.00 1.08 1.06 6/122 12446
/proc/meminfo: memFree=1811556/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1537904 CPUtime=2.74
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 13524 0 1 0 266 8 0 0 18 0 16 0 6266350 1574813696 11436 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 384476 11437 1415 10 0 381779 0
[pid=12428/tid=12430] ppid=12426 vsize=1537904 CPUtime=0.41
/proc/12428/task/12430/stat : 12430 (java) S 12426 12428 11823 0 -1 4202560 4168 0 1 0 38 3 0 0 18 0 16 0 6266351 1574813696 11437 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12431] ppid=12426 vsize=1537904 CPUtime=0
/proc/12428/task/12431/stat : 12431 (java) S 12426 12428 11823 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 6266352 1574813696 11437 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12432] ppid=12426 vsize=1537904 CPUtime=0
/proc/12428/task/12432/stat : 12432 (java) S 12426 12428 11823 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 6266352 1574813696 11438 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12433] ppid=12426 vsize=1537904 CPUtime=0
/proc/12428/task/12433/stat : 12433 (java) S 12426 12428 11823 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 6266354 1574813696 11439 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12434] ppid=12426 vsize=1537904 CPUtime=0
/proc/12428/task/12434/stat : 12434 (java) S 12426 12428 11823 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6266355 1574813696 11439 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12435] ppid=12426 vsize=1537904 CPUtime=0
/proc/12428/task/12435/stat : 12435 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6266355 1574813696 11441 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12436] ppid=12426 vsize=1537904 CPUtime=0
/proc/12428/task/12436/stat : 12436 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6266359 1574813696 11442 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12437] ppid=12426 vsize=1537904 CPUtime=0.64
/proc/12428/task/12437/stat : 12437 (java) R 12426 12428 11823 0 -1 4202560 2531 0 0 0 64 0 0 0 25 0 16 0 6266359 1574813696 11443 1992294400 134512640 134550932 4291390352 18446744073709551615 105727579 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12428/tid=12438] ppid=12426 vsize=1537904 CPUtime=0.6
/proc/12428/task/12438/stat : 12438 (java) R 12426 12428 11823 0 -1 4202560 2111 0 0 0 60 0 0 0 25 0 16 0 6266359 1574813696 11443 1992294400 134512640 134550932 4291390352 18446744073709551615 105499404 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12428/tid=12439] ppid=12426 vsize=1537904 CPUtime=0
/proc/12428/task/12439/stat : 12439 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6266359 1574813696 11443 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12440] ppid=12426 vsize=1537904 CPUtime=0
/proc/12428/task/12440/stat : 12440 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6266359 1574813696 11444 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12441] ppid=12426 vsize=1537904 CPUtime=0.11
/proc/12428/task/12441/stat : 12441 (java) R 12426 12428 11823 0 -1 4202560 135 0 0 0 11 0 0 0 21 0 16 0 6266394 1574813696 11444 1992294400 134512640 134550932 4291390352 18446744073709551615 103502424 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12428/tid=12442] ppid=12426 vsize=1537904 CPUtime=0.92
/proc/12428/task/12442/stat : 12442 (java) R 12426 12428 11823 0 -1 4202560 3515 0 0 0 91 1 0 0 18 0 16 0 6266394 1574813696 11446 1992294400 134512640 134550932 4291390352 18446744073709551615 4109951920 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12428/tid=12443] ppid=12426 vsize=1537904 CPUtime=0
/proc/12428/task/12443/stat : 12443 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6266395 1574813696 11447 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12444] ppid=12426 vsize=1537904 CPUtime=0
/proc/12428/task/12444/stat : 12444 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6266395 1574813696 11448 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1537904

[startup+3.10168 s]
/proc/loadavg: 1.00 1.08 1.06 6/122 12446
/proc/meminfo: memFree=1767536/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1548332 CPUtime=5.92
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 33975 0 1 0 574 18 0 0 18 0 16 0 6266350 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 387083 30946 1423 10 0 384386 0
[pid=12428/tid=12430] ppid=12426 vsize=1548332 CPUtime=0.41
/proc/12428/task/12430/stat : 12430 (java) S 12426 12428 11823 0 -1 4202560 4168 0 1 0 38 3 0 0 18 0 16 0 6266351 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12431] ppid=12426 vsize=1548332 CPUtime=0
/proc/12428/task/12431/stat : 12431 (java) S 12426 12428 11823 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 6266352 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12432] ppid=12426 vsize=1548332 CPUtime=0
/proc/12428/task/12432/stat : 12432 (java) S 12426 12428 11823 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 6266352 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12433] ppid=12426 vsize=1548332 CPUtime=0
/proc/12428/task/12433/stat : 12433 (java) R 12426 12428 11823 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 6266354 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12428/tid=12434] ppid=12426 vsize=1548332 CPUtime=0
/proc/12428/task/12434/stat : 12434 (java) S 12426 12428 11823 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6266355 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12435] ppid=12426 vsize=1548332 CPUtime=0
/proc/12428/task/12435/stat : 12435 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6266355 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12436] ppid=12426 vsize=1548332 CPUtime=0
/proc/12428/task/12436/stat : 12436 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6266359 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12437] ppid=12426 vsize=1548332 CPUtime=0.89
/proc/12428/task/12437/stat : 12437 (java) R 12426 12428 11823 0 -1 4202560 4423 0 0 0 88 1 0 0 18 0 16 0 6266359 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 103147965 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12428/tid=12438] ppid=12426 vsize=1548332 CPUtime=1.55
/proc/12428/task/12438/stat : 12438 (java) R 12426 12428 11823 0 -1 4202560 3358 0 0 0 154 1 0 0 25 0 16 0 6266359 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 104142832 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12428/tid=12439] ppid=12426 vsize=1548332 CPUtime=0
/proc/12428/task/12439/stat : 12439 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6266359 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12440] ppid=12426 vsize=1548332 CPUtime=0
/proc/12428/task/12440/stat : 12440 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6266359 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12441] ppid=12426 vsize=1548332 CPUtime=0.72
/proc/12428/task/12441/stat : 12441 (java) S 12426 12428 11823 0 -1 4202560 988 0 0 0 72 0 0 0 22 0 16 0 6266394 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12442] ppid=12426 vsize=1548332 CPUtime=2.3
/proc/12428/task/12442/stat : 12442 (java) R 12426 12428 11823 0 -1 4202560 19964 0 0 0 220 10 0 0 19 0 16 0 6266394 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4109522937 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12428/tid=12443] ppid=12426 vsize=1548332 CPUtime=0
/proc/12428/task/12443/stat : 12443 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6266395 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12444] ppid=12426 vsize=1548332 CPUtime=0
/proc/12428/task/12444/stat : 12444 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6266395 1585491968 30946 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1548332

[startup+6.30159 s]
/proc/loadavg: 1.08 1.10 1.06 3/122 12446
/proc/meminfo: memFree=1683092/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1548480 CPUtime=12.2
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 46998 0 1 0 1189 31 0 0 18 0 16 0 6266350 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 387120 41819 1448 10 0 384423 0
[pid=12428/tid=12430] ppid=12426 vsize=1548480 CPUtime=0.41
/proc/12428/task/12430/stat : 12430 (java) S 12426 12428 11823 0 -1 4202560 4168 0 1 0 38 3 0 0 18 0 16 0 6266351 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12431] ppid=12426 vsize=1548480 CPUtime=0.05
/proc/12428/task/12431/stat : 12431 (java) S 12426 12428 11823 0 -1 4202560 1428 0 0 0 5 0 0 0 15 0 16 0 6266352 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12432] ppid=12426 vsize=1548480 CPUtime=0.04
/proc/12428/task/12432/stat : 12432 (java) S 12426 12428 11823 0 -1 4202560 960 0 0 0 4 0 0 0 16 0 16 0 6266352 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12433] ppid=12426 vsize=1548480 CPUtime=0.18
/proc/12428/task/12433/stat : 12433 (java) S 12426 12428 11823 0 -1 4202560 1139 0 0 0 10 8 0 0 15 0 16 0 6266354 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12434] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12434/stat : 12434 (java) S 12426 12428 11823 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 16 0 6266355 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12435] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12435/stat : 12435 (java) S 12426 12428 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6266355 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12436] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12436/stat : 12436 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6266359 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12437] ppid=12426 vsize=1548480 CPUtime=1.92
/proc/12428/task/12437/stat : 12437 (java) S 12426 12428 11823 0 -1 4202560 6632 0 0 0 190 2 0 0 15 0 16 0 6266359 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12438] ppid=12426 vsize=1548480 CPUtime=2.37
/proc/12428/task/12438/stat : 12438 (java) S 12426 12428 11823 0 -1 4202560 3649 0 0 0 236 1 0 0 15 0 16 0 6266359 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12439] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12439/stat : 12439 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6266359 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12440] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12440/stat : 12440 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6266359 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12441] ppid=12426 vsize=1548480 CPUtime=2.78
/proc/12428/task/12441/stat : 12441 (java) R 12426 12428 11823 0 -1 4202560 1773 0 0 0 278 0 0 0 21 0 16 0 6266394 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4109955509 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12428/tid=12442] ppid=12426 vsize=1548480 CPUtime=4.37
/proc/12428/task/12442/stat : 12442 (java) R 12426 12428 11823 0 -1 4202560 26177 0 0 0 425 12 0 0 19 0 16 0 6266394 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4110106381 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12428/tid=12443] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12443/stat : 12443 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6266395 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12444] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12444/stat : 12444 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6266395 1585643520 41819 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 1548480

[startup+12.7014 s]
/proc/loadavg: 1.15 1.11 1.07 3/122 12446
/proc/meminfo: memFree=1647132/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1548480 CPUtime=24.71
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 54798 0 1 0 2436 35 0 0 18 0 16 0 6266350 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 387120 49423 1448 10 0 384423 0
[pid=12428/tid=12430] ppid=12426 vsize=1548480 CPUtime=0.41
/proc/12428/task/12430/stat : 12430 (java) S 12426 12428 11823 0 -1 4202560 4168 0 1 0 38 3 0 0 18 0 16 0 6266351 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12431] ppid=12426 vsize=1548480 CPUtime=0.14
/proc/12428/task/12431/stat : 12431 (java) S 12426 12428 11823 0 -1 4202560 3084 0 0 0 13 1 0 0 16 0 16 0 6266352 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12432] ppid=12426 vsize=1548480 CPUtime=0.12
/proc/12428/task/12432/stat : 12432 (java) S 12426 12428 11823 0 -1 4202560 2622 0 0 0 11 1 0 0 15 0 16 0 6266352 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12433] ppid=12426 vsize=1548480 CPUtime=0.35
/proc/12428/task/12433/stat : 12433 (java) S 12426 12428 11823 0 -1 4202560 2052 0 0 0 26 9 0 0 16 0 16 0 6266354 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12434] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12434/stat : 12434 (java) S 12426 12428 11823 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 16 0 6266355 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12435] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12435/stat : 12435 (java) S 12426 12428 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6266355 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12436] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12436/stat : 12436 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6266359 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12437] ppid=12426 vsize=1548480 CPUtime=2.03
/proc/12428/task/12437/stat : 12437 (java) S 12426 12428 11823 0 -1 4202560 6635 0 0 0 201 2 0 0 16 0 16 0 6266359 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12438] ppid=12426 vsize=1548480 CPUtime=2.38
/proc/12428/task/12438/stat : 12438 (java) S 12426 12428 11823 0 -1 4202560 3649 0 0 0 237 1 0 0 15 0 16 0 6266359 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12439] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12439/stat : 12439 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6266359 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12440] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12440/stat : 12440 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6266359 1585643520 49423 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0

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

/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 92396 0 1 0 175703 178 0 0 18 0 14 0 6266350 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 387120 83630 1449 10 0 384423 0
[pid=12428/tid=12430] ppid=12426 vsize=1548480 CPUtime=1.78
/proc/12428/task/12430/stat : 12430 (java) R 12426 12428 11823 0 -1 4202560 4210 0 1 0 175 3 0 0 17 0 14 0 6266351 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4110042270 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12428/tid=12431] ppid=12426 vsize=1548480 CPUtime=16.61
/proc/12428/task/12431/stat : 12431 (java) S 12426 12428 11823 0 -1 4202560 18620 0 0 0 1610 51 0 0 16 0 14 0 6266352 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12432] ppid=12426 vsize=1548480 CPUtime=16.66
/proc/12428/task/12432/stat : 12432 (java) S 12426 12428 11823 0 -1 4202560 18677 0 0 0 1614 52 0 0 15 0 14 0 6266352 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12433] ppid=12426 vsize=1548480 CPUtime=111.25
/proc/12428/task/12433/stat : 12433 (java) S 12426 12428 11823 0 -1 4202560 6788 0 0 0 11102 23 0 0 16 0 14 0 6266354 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12434] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12434/stat : 12434 (java) S 12426 12428 11823 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 14 0 6266355 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12435] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12435/stat : 12435 (java) S 12426 12428 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6266355 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12436] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12436/stat : 12436 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12437] ppid=12426 vsize=1548480 CPUtime=2.88
/proc/12428/task/12437/stat : 12437 (java) S 12426 12428 11823 0 -1 4202560 6845 0 0 0 286 2 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12438] ppid=12426 vsize=1548480 CPUtime=2.48
/proc/12428/task/12438/stat : 12438 (java) S 12426 12428 11823 0 -1 4202560 3649 0 0 0 247 1 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12439] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12439/stat : 12439 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12440] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12440/stat : 12440 (java) S 12426 12428 11823 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12443] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12443/stat : 12443 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6266395 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12444] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12444/stat : 12444 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6266395 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1758.81
Current children cumulated vsize (KiB) 1548480

[startup+950.301 s]
/proc/loadavg: 2.32 2.44 1.91 2/120 12489
/proc/meminfo: memFree=1508020/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1548480 CPUtime=1762.01
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 92396 0 1 0 176022 179 0 0 18 0 14 0 6266350 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 387120 83630 1449 10 0 384423 0
[pid=12428/tid=12430] ppid=12426 vsize=1548480 CPUtime=4.98
/proc/12428/task/12430/stat : 12430 (java) R 12426 12428 11823 0 -1 4202560 4210 0 1 0 494 4 0 0 24 0 14 0 6266351 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4109661926 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12428/tid=12431] ppid=12426 vsize=1548480 CPUtime=16.61
/proc/12428/task/12431/stat : 12431 (java) S 12426 12428 11823 0 -1 4202560 18620 0 0 0 1610 51 0 0 16 0 14 0 6266352 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12432] ppid=12426 vsize=1548480 CPUtime=16.66
/proc/12428/task/12432/stat : 12432 (java) S 12426 12428 11823 0 -1 4202560 18677 0 0 0 1614 52 0 0 15 0 14 0 6266352 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12433] ppid=12426 vsize=1548480 CPUtime=111.25
/proc/12428/task/12433/stat : 12433 (java) S 12426 12428 11823 0 -1 4202560 6788 0 0 0 11102 23 0 0 15 0 14 0 6266354 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12434] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12434/stat : 12434 (java) S 12426 12428 11823 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 14 0 6266355 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12435] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12435/stat : 12435 (java) S 12426 12428 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6266355 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12436] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12436/stat : 12436 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12437] ppid=12426 vsize=1548480 CPUtime=2.88
/proc/12428/task/12437/stat : 12437 (java) S 12426 12428 11823 0 -1 4202560 6845 0 0 0 286 2 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12438] ppid=12426 vsize=1548480 CPUtime=2.48
/proc/12428/task/12438/stat : 12438 (java) S 12426 12428 11823 0 -1 4202560 3649 0 0 0 247 1 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12439] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12439/stat : 12439 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12440] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12440/stat : 12440 (java) S 12426 12428 11823 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12443] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12443/stat : 12443 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6266395 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12444] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12444/stat : 12444 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6266395 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1762.01
Current children cumulated vsize (KiB) 1548480

[startup+951.101 s]
/proc/loadavg: 2.32 2.44 1.91 2/120 12489
/proc/meminfo: memFree=1508020/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1548480 CPUtime=1762.8
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 92396 0 1 0 176101 179 0 0 18 0 14 0 6266350 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 387120 83630 1449 10 0 384423 0
[pid=12428/tid=12430] ppid=12426 vsize=1548480 CPUtime=5.77
/proc/12428/task/12430/stat : 12430 (java) R 12426 12428 11823 0 -1 4202560 4210 0 1 0 573 4 0 0 25 0 14 0 6266351 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4109661907 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12428/tid=12431] ppid=12426 vsize=1548480 CPUtime=16.61
/proc/12428/task/12431/stat : 12431 (java) S 12426 12428 11823 0 -1 4202560 18620 0 0 0 1610 51 0 0 16 0 14 0 6266352 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12432] ppid=12426 vsize=1548480 CPUtime=16.66
/proc/12428/task/12432/stat : 12432 (java) S 12426 12428 11823 0 -1 4202560 18677 0 0 0 1614 52 0 0 15 0 14 0 6266352 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12433] ppid=12426 vsize=1548480 CPUtime=111.25
/proc/12428/task/12433/stat : 12433 (java) S 12426 12428 11823 0 -1 4202560 6788 0 0 0 11102 23 0 0 15 0 14 0 6266354 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12434] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12434/stat : 12434 (java) S 12426 12428 11823 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 14 0 6266355 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12435] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12435/stat : 12435 (java) S 12426 12428 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6266355 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12436] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12436/stat : 12436 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12437] ppid=12426 vsize=1548480 CPUtime=2.88
/proc/12428/task/12437/stat : 12437 (java) S 12426 12428 11823 0 -1 4202560 6845 0 0 0 286 2 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12438] ppid=12426 vsize=1548480 CPUtime=2.48
/proc/12428/task/12438/stat : 12438 (java) S 12426 12428 11823 0 -1 4202560 3649 0 0 0 247 1 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12439] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12439/stat : 12439 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12440] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12440/stat : 12440 (java) S 12426 12428 11823 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12443] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12443/stat : 12443 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6266395 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12444] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12444/stat : 12444 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6266395 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1762.8
Current children cumulated vsize (KiB) 1548480

[startup+951.509 s]
/proc/loadavg: 2.32 2.44 1.91 2/120 12489
/proc/meminfo: memFree=1508020/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1548480 CPUtime=1763.21
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 92396 0 1 0 176142 179 0 0 18 0 14 0 6266350 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 387120 83630 1449 10 0 384423 0
[pid=12428/tid=12430] ppid=12426 vsize=1548480 CPUtime=6.18
/proc/12428/task/12430/stat : 12430 (java) R 12426 12428 11823 0 -1 4202560 4210 0 1 0 614 4 0 0 25 0 14 0 6266351 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4109661907 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12428/tid=12431] ppid=12426 vsize=1548480 CPUtime=16.61
/proc/12428/task/12431/stat : 12431 (java) S 12426 12428 11823 0 -1 4202560 18620 0 0 0 1610 51 0 0 16 0 14 0 6266352 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12432] ppid=12426 vsize=1548480 CPUtime=16.66
/proc/12428/task/12432/stat : 12432 (java) S 12426 12428 11823 0 -1 4202560 18677 0 0 0 1614 52 0 0 15 0 14 0 6266352 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12433] ppid=12426 vsize=1548480 CPUtime=111.25
/proc/12428/task/12433/stat : 12433 (java) S 12426 12428 11823 0 -1 4202560 6788 0 0 0 11102 23 0 0 15 0 14 0 6266354 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12434] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12434/stat : 12434 (java) S 12426 12428 11823 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 14 0 6266355 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12435] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12435/stat : 12435 (java) S 12426 12428 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6266355 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12436] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12436/stat : 12436 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12437] ppid=12426 vsize=1548480 CPUtime=2.88
/proc/12428/task/12437/stat : 12437 (java) S 12426 12428 11823 0 -1 4202560 6845 0 0 0 286 2 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12438] ppid=12426 vsize=1548480 CPUtime=2.48
/proc/12428/task/12438/stat : 12438 (java) S 12426 12428 11823 0 -1 4202560 3649 0 0 0 247 1 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12439] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12439/stat : 12439 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12440] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12440/stat : 12440 (java) S 12426 12428 11823 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12443] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12443/stat : 12443 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6266395 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12444] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12444/stat : 12444 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6266395 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1763.21
Current children cumulated vsize (KiB) 1548480

[startup+951.701 s]
/proc/loadavg: 2.32 2.44 1.91 2/120 12489
/proc/meminfo: memFree=1508020/2059040 swapFree=4164932/4192956
[pid=12428] ppid=12426 vsize=1548480 CPUtime=1763.4
/proc/12428/stat : 12428 (java) S 12426 12428 11823 0 -1 4202496 92396 0 1 0 176161 179 0 0 18 0 14 0 6266350 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12428/statm: 387120 83630 1449 10 0 384423 0
[pid=12428/tid=12430] ppid=12426 vsize=1548480 CPUtime=6.37
/proc/12428/task/12430/stat : 12430 (java) R 12426 12428 11823 0 -1 4202560 4210 0 1 0 633 4 0 0 25 0 14 0 6266351 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4109661889 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12428/tid=12431] ppid=12426 vsize=1548480 CPUtime=16.61
/proc/12428/task/12431/stat : 12431 (java) S 12426 12428 11823 0 -1 4202560 18620 0 0 0 1610 51 0 0 16 0 14 0 6266352 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12432] ppid=12426 vsize=1548480 CPUtime=16.66
/proc/12428/task/12432/stat : 12432 (java) S 12426 12428 11823 0 -1 4202560 18677 0 0 0 1614 52 0 0 15 0 14 0 6266352 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12433] ppid=12426 vsize=1548480 CPUtime=111.25
/proc/12428/task/12433/stat : 12433 (java) S 12426 12428 11823 0 -1 4202560 6788 0 0 0 11102 23 0 0 15 0 14 0 6266354 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 0 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12434] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12434/stat : 12434 (java) S 12426 12428 11823 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 14 0 6266355 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12435] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12435/stat : 12435 (java) S 12426 12428 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6266355 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12436] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12436/stat : 12436 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12437] ppid=12426 vsize=1548480 CPUtime=2.88
/proc/12428/task/12437/stat : 12437 (java) S 12426 12428 11823 0 -1 4202560 6845 0 0 0 286 2 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12438] ppid=12426 vsize=1548480 CPUtime=2.48
/proc/12428/task/12438/stat : 12438 (java) S 12426 12428 11823 0 -1 4202560 3649 0 0 0 247 1 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12439] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12439/stat : 12439 (java) S 12426 12428 11823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12440] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12440/stat : 12440 (java) S 12426 12428 11823 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 14 0 6266359 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 1 0 0 0
[pid=12428/tid=12443] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12443/stat : 12443 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6266395 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
[pid=12428/tid=12444] ppid=12426 vsize=1548480 CPUtime=0
/proc/12428/task/12444/stat : 12444 (java) S 12426 12428 11823 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6266395 1585643520 83630 1992294400 134512640 134550932 4291390352 18446744073709551615 4294960144 0 4 0 16800975 18446604437835584768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1763.4
Current children cumulated vsize (KiB) 1548480

Child status: 30
Real time (s): 951.781
CPU time (s): 1763.45
CPU user time (s): 1761.63
CPU system time (s): 1.82472
CPU usage (%): 185.279
Max. virtual memory (cumulated for all children) (KiB): 1550612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1761.63
system time used= 1.82472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92405
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= 31791
involuntary context switches= 49562

runsolver used 6.88195 second user time and 8.29874 second system time

The end

Launcher Data

Begin job on node051 at 2010-06-16 02:55:49
IDJOB=2661793
IDBENCH=48048
IDSOLVER=1166
FILE ID=node051/2661793-1276649749
PBS_JOBID= 11172445
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=109-P1=191-P2=263-P3=37-P4=317-P5=89-P6=131-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661793-1276649749/watcher-2661793-1276649749 -o /tmp/evaluation-result-2661793-1276649749/solver-2661793-1276649749 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661793-1276649749.opb

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

MD5SUM BENCH= d6ad4e57f9bd4d3660efa4691d3e45da
RANDOM SEED=23766247

node051.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.255
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.51
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.255
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1840908 kB
Buffers:         24848 kB
Cached:          96272 kB
SwapCached:       1380 kB
Active:          84296 kB
Inactive:        69576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1840908 kB
SwapTotal:     4192956 kB
SwapFree:      4164932 kB
Dirty:             256 kB
Writeback:           0 kB
AnonPages:       31384 kB
Mapped:          14972 kB
Slab:            42388 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181076 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= 62564 MiB
End job on node051 at 2010-06-16 03:11:40