Trace number 2663010

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-31OPT60 619.999 347.254

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-5pb.opb
MD5SUM1aa6e41099a7aa87ffa226b4eaa264d0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark0.250961
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved YES
Number of variables720
Total number of constraints2168
Number of constraints which are clauses2144
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
Number of terms in the objective function 720
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 720
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 720
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.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100531
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2663010-1276405462.opb
0.22/0.22	c reading problem ... 
0.91/0.68	c ... done. Wall clock time 0.462s.
0.91/0.68	c #vars     720
0.91/0.68	c #constraints  2168
0.91/0.68	c constraints type 
0.91/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1712
0.91/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.91/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 432
0.91/0.68	c constraints type 
0.91/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 432
0.91/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1712
0.91/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
5.87/3.16	c cleaning 2499 clauses out of 5002 with flag 5002/5002
7.03/3.70	c cleaning 4247 clauses out of 8503 with flag 11002/11002
7.97/4.29	c cleaning 5621 clauses out of 11254 with flag 18000/18000
9.72/5.11	c cleaning 6807 clauses out of 13633 with flag 26000/26000
11.03/5.89	c cleaning 7908 clauses out of 15827 with flag 35001/35001
13.55/7.11	c cleaning 8952 clauses out of 17918 with flag 45000/45000
14.69/7.79	c And the winner is CuttingPlanes
14.85/8.11	c SATISFIABLE
14.85/8.11	c OPTIMIZING...
14.85/8.11	c Got one! Elapsed wall clock time (in seconds):7.894
14.85/8.11	o 66
15.61/8.55	c cleaning 9472 clauses out of 18966 with flag 55000/55000
17.93/9.74	c cleaning 9741 clauses out of 19495 with flag 65001/65001
20.02/10.81	c cleaning 9872 clauses out of 19753 with flag 75000/75000
21.92/11.84	c cleaning 9932 clauses out of 19881 with flag 85000/85000
23.64/12.79	c cleaning 9970 clauses out of 19950 with flag 95001/95001
25.94/13.93	c cleaning 9985 clauses out of 19979 with flag 105000/105000
28.41/15.26	c cleaning 9997 clauses out of 19995 with flag 115001/115001
30.50/16.33	c cleaning 9992 clauses out of 19997 with flag 125000/125000
32.42/17.34	c cleaning 9994 clauses out of 20005 with flag 135000/135000
34.49/18.40	c cleaning 9998 clauses out of 20011 with flag 145000/145000
36.56/19.53	c cleaning 10002 clauses out of 20013 with flag 155000/155000
38.64/20.65	c cleaning 9999 clauses out of 20011 with flag 165000/165000
40.93/21.88	c cleaning 9999 clauses out of 20012 with flag 175000/175000
43.01/22.95	c cleaning 9997 clauses out of 20016 with flag 185003/185003
45.06/24.08	c cleaning 10002 clauses out of 20017 with flag 195001/195001
47.73/25.42	c cleaning 10003 clauses out of 20018 with flag 205004/205004
50.00/26.63	c cleaning 10000 clauses out of 20011 with flag 215000/215000
52.25/27.87	c cleaning 9996 clauses out of 20011 with flag 225000/225000
54.48/29.06	c cleaning 10004 clauses out of 20015 with flag 235000/235000
57.13/30.45	c cleaning 9994 clauses out of 20011 with flag 245000/245000
59.57/31.74	c cleaning 9997 clauses out of 20017 with flag 255000/255000
61.84/32.96	c cleaning 10007 clauses out of 20022 with flag 265002/265002
64.03/34.19	c cleaning 10002 clauses out of 20014 with flag 275001/275001
66.26/35.30	c cleaning 10002 clauses out of 20012 with flag 285001/285001
68.50/36.54	c cleaning 9995 clauses out of 20011 with flag 295002/295002
70.74/37.72	c cleaning 10000 clauses out of 20014 with flag 305000/305000
72.93/38.93	c cleaning 10002 clauses out of 20016 with flag 315002/315002
75.36/40.23	c cleaning 10004 clauses out of 20014 with flag 325002/325002
77.59/41.48	c cleaning 9997 clauses out of 20010 with flag 335002/335002
79.83/42.63	c cleaning 9999 clauses out of 20013 with flag 345002/345002
82.24/43.95	c cleaning 9996 clauses out of 20014 with flag 355002/355002
84.47/45.17	c cleaning 10001 clauses out of 20016 with flag 365000/365000
86.68/46.31	c cleaning 10005 clauses out of 20015 with flag 375000/375000
88.52/47.39	c cleaning 9995 clauses out of 20010 with flag 385000/385000
90.68/48.58	c cleaning 10000 clauses out of 20015 with flag 395000/395000
92.92/49.73	c cleaning 10000 clauses out of 20015 with flag 405000/405000
95.13/50.94	c cleaning 10002 clauses out of 20016 with flag 415001/415001
97.55/52.22	c cleaning 9999 clauses out of 20015 with flag 425002/425002
99.72/53.41	c cleaning 9999 clauses out of 20014 with flag 435000/435000
101.94/54.62	c cleaning 9998 clauses out of 20015 with flag 445000/445000
103.75/55.63	c cleaning 9998 clauses out of 20017 with flag 455000/455000
106.17/56.97	c cleaning 9999 clauses out of 20020 with flag 465001/465001
108.56/58.29	c cleaning 9996 clauses out of 20021 with flag 475001/475001
110.77/59.49	c cleaning 10000 clauses out of 20024 with flag 485000/485000
113.16/60.79	c cleaning 9993 clauses out of 20024 with flag 495000/495000
115.57/62.02	c cleaning 10005 clauses out of 20031 with flag 505000/505000
118.11/63.43	c cleaning 10001 clauses out of 20026 with flag 515000/515000
120.52/64.74	c cleaning 10005 clauses out of 20025 with flag 525000/525000
122.53/65.88	c cleaning 10005 clauses out of 20020 with flag 535000/535000
124.75/67.08	c cleaning 10002 clauses out of 20016 with flag 545001/545001
127.27/68.44	c cleaning 9999 clauses out of 20013 with flag 555000/555000
129.46/69.68	c cleaning 10003 clauses out of 20015 with flag 565001/565001
132.05/71.03	c cleaning 9997 clauses out of 20011 with flag 575000/575000
134.44/72.34	c cleaning 10001 clauses out of 20015 with flag 585001/585001
136.78/73.62	c cleaning 10002 clauses out of 20014 with flag 595001/595001
138.77/74.74	c And the winner is Resolution
138.88/75.24	c Got one! Elapsed wall clock time (in seconds):75.022
138.88/75.24	o 64
139.18/75.46	c cleaning 10006 clauses out of 20014 with flag 605003/605003
141.19/76.53	c cleaning 9993 clauses out of 20005 with flag 615000/615000
142.98/77.58	c cleaning 10004 clauses out of 20013 with flag 625001/625001
145.31/78.86	c cleaning 9998 clauses out of 20008 with flag 635000/635000
147.69/80.17	c cleaning 9987 clauses out of 20010 with flag 645000/645000
150.10/81.43	c cleaning 10007 clauses out of 20024 with flag 655001/655001
152.46/82.72	c cleaning 10005 clauses out of 20017 with flag 665001/665001
154.58/83.96	c cleaning 9992 clauses out of 20011 with flag 675000/675000
156.77/85.12	c cleaning 10003 clauses out of 20019 with flag 685000/685000
158.94/86.32	c cleaning 10005 clauses out of 20018 with flag 695002/695002
161.31/87.62	c cleaning 9996 clauses out of 20013 with flag 705002/705002
163.43/88.88	c cleaning 10002 clauses out of 20016 with flag 715001/715001
165.81/90.12	c cleaning 10002 clauses out of 20013 with flag 725000/725000
168.56/91.69	c cleaning 9978 clauses out of 20011 with flag 735000/735000
171.31/93.11	c cleaning 9998 clauses out of 20033 with flag 745000/745000
174.61/94.92	c cleaning 9978 clauses out of 20035 with flag 755000/755000
177.76/96.67	c cleaning 9997 clauses out of 20058 with flag 765001/765001
181.12/98.44	c cleaning 9997 clauses out of 20060 with flag 775000/775000
184.08/100.06	c cleaning 9998 clauses out of 20063 with flag 785000/785000
186.74/101.53	c cleaning 10025 clauses out of 20066 with flag 795001/795001
189.09/102.81	c cleaning 10016 clauses out of 20041 with flag 805001/805001
191.24/104.08	c cleaning 10010 clauses out of 20026 with flag 815002/815002
193.57/105.34	c cleaning 9996 clauses out of 20015 with flag 825001/825001
195.86/106.70	c cleaning 9985 clauses out of 20018 with flag 835000/835000
199.38/108.56	c cleaning 9982 clauses out of 20034 with flag 845001/845001
202.33/110.13	c cleaning 10020 clauses out of 20051 with flag 855000/855000
205.47/111.85	c cleaning 9988 clauses out of 20031 with flag 865000/865000
209.32/113.94	c cleaning 9998 clauses out of 20045 with flag 875002/875002
212.46/115.68	c cleaning 9988 clauses out of 20046 with flag 885001/885001
215.19/117.10	c cleaning 10028 clauses out of 20057 with flag 895000/895000
217.13/118.27	c cleaning 10004 clauses out of 20029 with flag 905000/905000
219.59/119.62	c cleaning 10004 clauses out of 20025 with flag 915000/915000
223.09/121.53	c cleaning 9984 clauses out of 20021 with flag 925000/925000
225.62/122.93	c cleaning 10014 clauses out of 20037 with flag 935000/935000
228.18/124.37	c cleaning 10000 clauses out of 20023 with flag 945000/945000
231.79/126.32	c cleaning 9998 clauses out of 20023 with flag 955000/955000
234.89/128.02	c cleaning 10000 clauses out of 20027 with flag 965002/965002
238.80/130.11	c cleaning 9989 clauses out of 20026 with flag 975001/975001
241.50/131.69	c cleaning 10014 clauses out of 20037 with flag 985001/985001
244.71/133.50	c cleaning 10003 clauses out of 20022 with flag 995000/995000
247.81/135.10	c cleaning 10003 clauses out of 20019 with flag 1005000/1005000
250.71/136.73	c cleaning 9995 clauses out of 20016 with flag 1015000/1015000
253.04/138.06	c cleaning 10006 clauses out of 20022 with flag 1025001/1025001
256.03/139.79	c cleaning 9979 clauses out of 20016 with flag 1035001/1035001
256.93/140.33	c And the winner is Resolution
257.20/141.45	c Got one! Elapsed wall clock time (in seconds):141.225
257.20/141.45	o 62
259.48/142.69	c cleaning 9986 clauses out of 20036 with flag 1045000/1045000
263.17/144.66	c cleaning 9996 clauses out of 20051 with flag 1055001/1055001
267.06/146.77	c cleaning 9990 clauses out of 20055 with flag 1065001/1065001
270.86/148.90	c cleaning 9988 clauses out of 20065 with flag 1075001/1075001
274.94/151.01	c cleaning 10009 clauses out of 20077 with flag 1085001/1085001
279.03/153.23	c cleaning 10018 clauses out of 20068 with flag 1095001/1095001
281.13/154.46	c cleaning 10022 clauses out of 20049 with flag 1105000/1105000
283.94/156.06	c cleaning 9985 clauses out of 20027 with flag 1115000/1115000
287.23/157.86	c cleaning 9989 clauses out of 20042 with flag 1125000/1125000
289.53/159.16	c And the winner is Resolution
289.73/159.85	c Got one! Elapsed wall clock time (in seconds):159.633
289.73/159.85	o 60
290.61/160.32	c cleaning 10018 clauses out of 20053 with flag 1135000/1135000
293.50/161.90	c cleaning 10010 clauses out of 20036 with flag 1145001/1145001
296.68/163.75	c cleaning 10004 clauses out of 20026 with flag 1155001/1155001
299.56/165.38	c cleaning 10001 clauses out of 20021 with flag 1165000/1165000
303.03/167.25	c cleaning 10003 clauses out of 20021 with flag 1175001/1175001
306.69/169.27	c cleaning 9986 clauses out of 20017 with flag 1185000/1185000
310.66/171.44	c cleaning 9988 clauses out of 20031 with flag 1195000/1195000
314.52/173.53	c cleaning 9997 clauses out of 20044 with flag 1205001/1205001
318.39/175.68	c cleaning 10020 clauses out of 20046 with flag 1215000/1215000
321.27/177.27	c cleaning 9996 clauses out of 20026 with flag 1225000/1225000
324.43/179.00	c cleaning 10011 clauses out of 20031 with flag 1235001/1235001
326.92/180.47	c cleaning 10003 clauses out of 20019 with flag 1245000/1245000
329.96/182.14	c cleaning 10000 clauses out of 20017 with flag 1255001/1255001
333.22/183.91	c cleaning 9999 clauses out of 20017 with flag 1265001/1265001
336.00/185.55	c cleaning 10001 clauses out of 20020 with flag 1275003/1275003
338.86/187.10	c cleaning 10005 clauses out of 20017 with flag 1285001/1285001
341.73/188.70	c cleaning 9999 clauses out of 20011 with flag 1295000/1295000
344.60/190.35	c cleaning 10001 clauses out of 20012 with flag 1305000/1305000
347.53/192.03	c cleaning 9990 clauses out of 20011 with flag 1315000/1315000
350.58/193.71	c cleaning 10008 clauses out of 20025 with flag 1325004/1325004
353.24/195.24	c cleaning 9999 clauses out of 20014 with flag 1335001/1335001
356.10/196.87	c cleaning 9999 clauses out of 20014 with flag 1345000/1345000
359.63/198.89	c cleaning 9971 clauses out of 20015 with flag 1355000/1355000
363.68/201.05	c cleaning 10011 clauses out of 20044 with flag 1365000/1365000
367.34/203.00	c cleaning 9983 clauses out of 20033 with flag 1375000/1375000
370.38/204.75	c cleaning 10013 clauses out of 20050 with flag 1385000/1385000
373.16/206.39	c cleaning 10011 clauses out of 20037 with flag 1395000/1395000
376.04/207.97	c cleaning 10011 clauses out of 20027 with flag 1405001/1405001
379.08/209.63	c cleaning 10003 clauses out of 20016 with flag 1415001/1415001
381.75/211.16	c cleaning 9989 clauses out of 20012 with flag 1425000/1425000
385.10/213.01	c cleaning 10004 clauses out of 20023 with flag 1435000/1435000
388.36/214.88	c cleaning 9987 clauses out of 20019 with flag 1445000/1445000
392.01/216.82	c cleaning 9996 clauses out of 20032 with flag 1455000/1455000
395.46/218.80	c cleaning 9991 clauses out of 20036 with flag 1465000/1465000
398.81/220.68	c cleaning 10016 clauses out of 20046 with flag 1475001/1475001
401.49/222.19	c cleaning 10010 clauses out of 20029 with flag 1485000/1485000
404.73/223.97	c cleaning 9990 clauses out of 20019 with flag 1495000/1495000
408.18/225.89	c cleaning 9985 clauses out of 20028 with flag 1505000/1505000
411.72/227.89	c cleaning 9998 clauses out of 20043 with flag 1515000/1515000
415.57/229.92	c cleaning 10002 clauses out of 20046 with flag 1525001/1525001
418.79/231.75	c cleaning 10012 clauses out of 20043 with flag 1535000/1535000
422.23/233.68	c cleaning 10013 clauses out of 20033 with flag 1545002/1545002
425.55/235.53	c cleaning 10001 clauses out of 20019 with flag 1555001/1555001
429.39/237.63	c cleaning 9984 clauses out of 20017 with flag 1565000/1565000
433.01/239.68	c cleaning 10011 clauses out of 20034 with flag 1575001/1575001
436.45/241.59	c cleaning 9985 clauses out of 20023 with flag 1585001/1585001
440.57/243.80	c cleaning 9997 clauses out of 20038 with flag 1595001/1595001
444.39/245.95	c cleaning 9997 clauses out of 20041 with flag 1605001/1605001
447.83/247.86	c cleaning 9997 clauses out of 20043 with flag 1615000/1615000
451.63/249.91	c cleaning 10011 clauses out of 20046 with flag 1625000/1625000
455.34/252.00	c cleaning 10008 clauses out of 20035 with flag 1635000/1635000
458.96/254.09	c cleaning 9985 clauses out of 20027 with flag 1645000/1645000
462.96/256.30	c cleaning 9991 clauses out of 20042 with flag 1655000/1655000
467.15/258.52	c cleaning 10021 clauses out of 20051 with flag 1665000/1665000
471.21/260.80	c cleaning 9990 clauses out of 20030 with flag 1675000/1675000
474.81/262.89	c cleaning 9991 clauses out of 20041 with flag 1685001/1685001
478.21/264.75	c cleaning 10009 clauses out of 20049 with flag 1695000/1695000
482.00/266.84	c cleaning 10005 clauses out of 20041 with flag 1705001/1705001
485.89/269.00	c cleaning 9994 clauses out of 20036 with flag 1715001/1715001
489.47/271.01	c cleaning 10005 clauses out of 20041 with flag 1725000/1725000
493.25/273.12	c cleaning 10000 clauses out of 20036 with flag 1735000/1735000
497.04/275.29	c cleaning 10004 clauses out of 20036 with flag 1745000/1745000
501.10/277.59	c cleaning 9987 clauses out of 20032 with flag 1755000/1755000
502.12/278.24	c cleaning 0 clauses out of 5000 with flag 0/5000
505.90/280.23	c cleaning 10005 clauses out of 20045 with flag 1765000/1765000
509.49/282.28	c cleaning 10015 clauses out of 20041 with flag 1775001/1775001
513.75/284.61	c cleaning 10008 clauses out of 20027 with flag 1785002/1785002
517.34/286.68	c cleaning 10001 clauses out of 20018 with flag 1795002/1795002
520.93/288.62	c cleaning 9981 clauses out of 20015 with flag 1805000/1805000
524.71/290.77	c cleaning 9993 clauses out of 20034 with flag 1815000/1815000
528.38/292.86	c cleaning 9994 clauses out of 20042 with flag 1825001/1825001
532.35/295.04	c cleaning 9996 clauses out of 20048 with flag 1835001/1835001
536.13/297.20	c cleaning 10001 clauses out of 20051 with flag 1845000/1845000
539.69/299.20	c cleaning 10013 clauses out of 20050 with flag 1855000/1855000
543.51/301.34	c cleaning 9988 clauses out of 20038 with flag 1865001/1865001
547.27/303.48	c cleaning 10002 clauses out of 20049 with flag 1875000/1875000
551.24/305.62	c cleaning 9994 clauses out of 20047 with flag 1885000/1885000
555.21/307.81	c cleaning 10004 clauses out of 20053 with flag 1895000/1895000
559.06/310.04	c cleaning 10018 clauses out of 20049 with flag 1905000/1905000
563.03/312.20	c cleaning 9997 clauses out of 20032 with flag 1915001/1915001
567.00/314.45	c cleaning 9991 clauses out of 20035 with flag 1925001/1925001
570.97/316.66	c cleaning 10001 clauses out of 20043 with flag 1935000/1935000
574.81/318.89	c cleaning 10005 clauses out of 20043 with flag 1945001/1945001
578.79/321.08	c cleaning 10000 clauses out of 20037 with flag 1955000/1955000
582.95/323.34	c cleaning 10005 clauses out of 20037 with flag 1965000/1965000
587.07/325.69	c cleaning 10007 clauses out of 20032 with flag 1975001/1975001
591.46/328.15	c cleaning 9997 clauses out of 20024 with flag 1985000/1985000
595.79/330.50	c cleaning 10001 clauses out of 20028 with flag 1995001/1995001
599.91/332.85	c cleaning 10002 clauses out of 20027 with flag 2005001/2005001
604.05/335.15	c cleaning 9996 clauses out of 20023 with flag 2015000/2015000
608.25/337.57	c cleaning 9998 clauses out of 20026 with flag 2025000/2025000
612.38/339.89	c cleaning 10003 clauses out of 20025 with flag 2035001/2035001
613.53/340.68	c And the winner is Resolution
619.94/347.21	c starts		: 213
619.94/347.21	c conflicts		: 2037302
619.94/347.21	c decisions		: 2526853
619.94/347.21	c propagations		: 116488596
619.94/347.21	c inspects		: 875814156
619.94/347.21	c learnt literals	: 28
619.94/347.21	c learnt binary clauses	: 306
619.94/347.21	c learnt ternary clauses	: 1835
619.94/347.21	c learnt clauses	: 2037273
619.94/347.21	c ignored clauses	: 0
619.94/347.21	c root simplifications	: 0
619.94/347.21	c removed literals (reason simplification)	: 17562547
619.94/347.21	c reason swapping (by a shorter reason)	: 0
619.94/347.21	c Calls to reduceDB	: 205
619.94/347.21	c number of reductions to clauses (during analyze)	: 0
619.94/347.21	c number of learned constraints concerned by reduction	: 0
619.94/347.21	c number of learning phase by resolution	: 0
619.94/347.21	c number of learning phase by cutting planes	: 0
619.94/347.21	c speed (assignments/second)	: 621813.0748330549
619.94/347.21	c non guided choices	798
619.94/347.21	c learnt constraints type 
619.94/347.21	c constraints type 
619.94/347.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1712
619.94/347.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
619.94/347.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 432
619.94/347.21	c constraints type 
619.94/347.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 432
619.94/347.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1712
619.94/347.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
619.94/347.21	s OPTIMUM FOUND
619.94/347.21	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 
619.94/347.21	c objective function=60
619.94/347.21	c Total wall clock time (in seconds): 346.993

Verifier Data

OK	60

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663010-1276405462/watcher-2663010-1276405462 -o /tmp/evaluation-result-2663010-1276405462/solver-2663010-1276405462 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663010-1276405462.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: 2.92 2.24 1.53 3/106 19991
/proc/meminfo: memFree=1770316/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1832 CPUtime=0
/proc/19991/stat : 19991 (java6) R 19989 19991 13161 0 -1 4194304 228 0 0 0 0 0 0 0 16 0 1 0 16150061 1875968 130 1992294400 134512640 134550932 4287319760 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19991/statm: 458 137 101 10 0 63 0

[startup+0.064456 s]
/proc/loadavg: 2.92 2.24 1.53 3/106 19991
/proc/meminfo: memFree=1770316/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1521796 CPUtime=0.05
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 3648 0 1 0 3 2 0 0 15 0 7 0 16150061 1558319104 3088 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 380449 3088 1030 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.10146 s]
/proc/loadavg: 2.92 2.24 1.53 3/106 19991
/proc/meminfo: memFree=1770316/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1524180 CPUtime=0.07
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 3958 0 1 0 5 2 0 0 15 0 12 0 16150061 1560760320 3396 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524180

[startup+0.301476 s]
/proc/loadavg: 2.92 2.24 1.53 3/106 19991
/proc/meminfo: memFree=1770316/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1526388 CPUtime=0.34
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 5373 0 1 0 30 4 0 0 15 0 12 0 16150061 1563021312 4809 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 381597 4809 1358 10 0 378900 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526388

[startup+0.70152 s]
/proc/loadavg: 2.92 2.24 1.53 3/106 19991
/proc/meminfo: memFree=1770316/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1529116 CPUtime=1.11
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 7511 0 1 0 105 6 0 0 15 0 14 0 16150061 1565814784 6873 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 382279 6873 1410 10 0 379582 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1529116

[startup+1.50959 s]
/proc/loadavg: 2.93 2.26 1.54 7/122 20007
/proc/meminfo: memFree=1742724/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1535044 CPUtime=2.71
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 11762 0 1 0 263 8 0 0 15 0 16 0 16150061 1571885056 10314 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 383761 10314 1423 10 0 381064 0
[pid=19991/tid=19993] ppid=19989 vsize=1535044 CPUtime=0.65
/proc/19991/task/19993/stat : 19993 (java) S 19989 19991 13161 0 -1 4202560 5170 0 1 0 61 4 0 0 25 0 16 0 16150063 1571885056 10314 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=19994] ppid=19989 vsize=1535044 CPUtime=0
/proc/19991/task/19994/stat : 19994 (java) S 19989 19991 13161 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 16150064 1571885056 10314 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=19995] ppid=19989 vsize=1535044 CPUtime=0
/proc/19991/task/19995/stat : 19995 (java) S 19989 19991 13161 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 16150064 1571885056 10314 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=19996] ppid=19989 vsize=1535044 CPUtime=0
/proc/19991/task/19996/stat : 19996 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 16150066 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19997] ppid=19989 vsize=1535044 CPUtime=0
/proc/19991/task/19997/stat : 19997 (java) S 19989 19991 13161 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 16150067 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19998] ppid=19989 vsize=1535044 CPUtime=0
/proc/19991/task/19998/stat : 19998 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 16150067 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19999] ppid=19989 vsize=1535044 CPUtime=0
/proc/19991/task/19999/stat : 19999 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 16150071 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20000] ppid=19989 vsize=1535044 CPUtime=0.54
/proc/19991/task/20000/stat : 20000 (java) R 19989 19991 13161 0 -1 4202560 984 0 0 0 54 0 0 0 15 0 16 0 16150071 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 106119204 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19991/tid=20001] ppid=19989 vsize=1535044 CPUtime=0.81
/proc/19991/task/20001/stat : 20001 (java) R 19989 19991 13161 0 -1 4202560 2413 0 0 0 80 1 0 0 16 0 16 0 16150071 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 105708994 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19991/tid=20002] ppid=19989 vsize=1535044 CPUtime=0
/proc/19991/task/20002/stat : 20002 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 16150071 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20003] ppid=19989 vsize=1535044 CPUtime=0
/proc/19991/task/20003/stat : 20003 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 16150071 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20004] ppid=19989 vsize=1535044 CPUtime=0.27
/proc/19991/task/20004/stat : 20004 (java) R 19989 19991 13161 0 -1 4202560 226 0 0 0 27 0 0 0 25 0 16 0 16150130 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 5302360 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19991/tid=20005] ppid=19989 vsize=1535044 CPUtime=0.39
/proc/19991/task/20005/stat : 20005 (java) S 19989 19991 13161 0 -1 4202560 1896 0 0 0 38 1 0 0 18 0 16 0 16150130 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20006] ppid=19989 vsize=1535044 CPUtime=0
/proc/19991/task/20006/stat : 20006 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 16150135 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20007] ppid=19989 vsize=1535044 CPUtime=0
/proc/19991/task/20007/stat : 20007 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 16150143 1571885056 10315 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1535044

[startup+3.10175 s]
/proc/loadavg: 2.93 2.26 1.54 6/122 20007
/proc/meminfo: memFree=1700192/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1545236 CPUtime=5.87
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 42494 0 1 0 564 23 0 0 15 0 16 0 16150061 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 386309 38286 1441 10 0 383612 0
[pid=19991/tid=19993] ppid=19989 vsize=1545236 CPUtime=0.65
/proc/19991/task/19993/stat : 19993 (java) S 19989 19991 13161 0 -1 4202560 5170 0 1 0 61 4 0 0 15 0 16 0 16150063 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=19994] ppid=19989 vsize=1545236 CPUtime=0.01
/proc/19991/task/19994/stat : 19994 (java) S 19989 19991 13161 0 -1 4202560 280 0 0 0 1 0 0 0 15 0 16 0 16150064 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=19995] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/19995/stat : 19995 (java) S 19989 19991 13161 0 -1 4202560 295 0 0 0 0 0 0 0 18 0 16 0 16150064 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19996] ppid=19989 vsize=1545236 CPUtime=0.04
/proc/19991/task/19996/stat : 19996 (java) S 19989 19991 13161 0 -1 4202560 7 0 0 0 2 2 0 0 16 0 16 0 16150066 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=19997] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/19997/stat : 19997 (java) S 19989 19991 13161 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 16150067 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19998] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/19998/stat : 19998 (java) S 19989 19991 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16150067 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19999] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/19999/stat : 19999 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 16150071 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20000] ppid=19989 vsize=1545236 CPUtime=1.56
/proc/19991/task/20000/stat : 20000 (java) S 19989 19991 13161 0 -1 4202560 4923 0 0 0 154 2 0 0 16 0 16 0 16150071 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20001] ppid=19989 vsize=1545236 CPUtime=1.46
/proc/19991/task/20001/stat : 20001 (java) S 19989 19991 13161 0 -1 4202560 3804 0 0 0 144 2 0 0 15 0 16 0 16150071 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20002] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/20002/stat : 20002 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 16150071 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20003] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/20003/stat : 20003 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 16150071 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20004] ppid=19989 vsize=1545236 CPUtime=0.66
/proc/19991/task/20004/stat : 20004 (java) R 19989 19991 13161 0 -1 4202560 292 0 0 0 66 0 0 0 25 0 16 0 16150130 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4160040738 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19991/tid=20005] ppid=19989 vsize=1545236 CPUtime=1.41
/proc/19991/task/20005/stat : 20005 (java) R 19989 19991 13161 0 -1 4202560 26652 0 0 0 132 9 0 0 16 0 16 0 16150130 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4110478319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19991/tid=20006] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/20006/stat : 20006 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 16150135 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20007] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/20007/stat : 20007 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 16150143 1582321664 38286 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1545236

[startup+6.3015 s]
/proc/loadavg: 2.93 2.26 1.54 3/122 20007
/proc/meminfo: memFree=1611036/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1545236 CPUtime=11.97
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 45512 0 1 0 1173 24 0 0 15 0 16 0 16150061 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 386309 41226 1448 10 0 383612 0
[pid=19991/tid=19993] ppid=19989 vsize=1545236 CPUtime=0.65
/proc/19991/task/19993/stat : 19993 (java) S 19989 19991 13161 0 -1 4202560 5170 0 1 0 61 4 0 0 15 0 16 0 16150063 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=19994] ppid=19989 vsize=1545236 CPUtime=0.07
/proc/19991/task/19994/stat : 19994 (java) S 19989 19991 13161 0 -1 4202560 706 0 0 0 7 0 0 0 16 0 16 0 16150064 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=19995] ppid=19989 vsize=1545236 CPUtime=0.06
/proc/19991/task/19995/stat : 19995 (java) S 19989 19991 13161 0 -1 4202560 752 0 0 0 6 0 0 0 15 0 16 0 16150064 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=19996] ppid=19989 vsize=1545236 CPUtime=0.28
/proc/19991/task/19996/stat : 19996 (java) S 19989 19991 13161 0 -1 4202560 2099 0 0 0 25 3 0 0 15 0 16 0 16150066 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19997] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/19997/stat : 19997 (java) S 19989 19991 13161 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 16150067 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19998] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/19998/stat : 19998 (java) S 19989 19991 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16150067 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19999] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/19999/stat : 19999 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 16150071 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20000] ppid=19989 vsize=1545236 CPUtime=1.75
/proc/19991/task/20000/stat : 20000 (java) S 19989 19991 13161 0 -1 4202560 4937 0 0 0 173 2 0 0 16 0 16 0 16150071 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20001] ppid=19989 vsize=1545236 CPUtime=1.73
/proc/19991/task/20001/stat : 20001 (java) R 19989 19991 13161 0 -1 4202560 3823 0 0 0 171 2 0 0 16 0 16 0 16150071 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 104161447 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19991/tid=20002] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/20002/stat : 20002 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 16150071 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20003] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/20003/stat : 20003 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 16150071 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20004] ppid=19989 vsize=1545236 CPUtime=3.07
/proc/19991/task/20004/stat : 20004 (java) R 19989 19991 13161 0 -1 4202560 298 0 0 0 307 0 0 0 25 0 16 0 16150130 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4110172415 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19991/tid=20005] ppid=19989 vsize=1545236 CPUtime=4.29
/proc/19991/task/20005/stat : 20005 (java) R 19989 19991 13161 0 -1 4202560 26656 0 0 0 420 9 0 0 16 0 16 0 16150130 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4110224343 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19991/tid=20006] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/20006/stat : 20006 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 16150135 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20007] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/20007/stat : 20007 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 16150143 1582321664 41226 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 1545236

[startup+12.7014 s]
/proc/loadavg: 2.78 2.25 1.55 3/122 20009
/proc/meminfo: memFree=1570860/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1545236 CPUtime=23.64
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 55413 0 1 0 2332 32 0 0 15 0 16 0 16150061 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 386309 50975 1449 10 0 383612 0
[pid=19991/tid=19993] ppid=19989 vsize=1545236 CPUtime=0.66
/proc/19991/task/19993/stat : 19993 (java) S 19989 19991 13161 0 -1 4202560 5170 0 1 0 62 4 0 0 15 0 16 0 16150063 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19994] ppid=19989 vsize=1545236 CPUtime=0.17
/proc/19991/task/19994/stat : 19994 (java) S 19989 19991 13161 0 -1 4202560 1992 0 0 0 17 0 0 0 16 0 16 0 16150064 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=19995] ppid=19989 vsize=1545236 CPUtime=0.17
/proc/19991/task/19995/stat : 19995 (java) S 19989 19991 13161 0 -1 4202560 2140 0 0 0 17 0 0 0 15 0 16 0 16150064 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19996] ppid=19989 vsize=1545236 CPUtime=0.72
/proc/19991/task/19996/stat : 19996 (java) S 19989 19991 13161 0 -1 4202560 3539 0 0 0 65 7 0 0 15 0 16 0 16150066 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19997] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/19997/stat : 19997 (java) S 19989 19991 13161 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 16150067 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19998] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/19998/stat : 19998 (java) S 19989 19991 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16150067 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19999] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/19999/stat : 19999 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 16150071 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20000] ppid=19989 vsize=1545236 CPUtime=1.87
/proc/19991/task/20000/stat : 20000 (java) S 19989 19991 13161 0 -1 4202560 4941 0 0 0 185 2 0 0 15 0 16 0 16150071 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20001] ppid=19989 vsize=1545236 CPUtime=1.96
/proc/19991/task/20001/stat : 20001 (java) S 19989 19991 13161 0 -1 4202560 3835 0 0 0 194 2 0 0 15 0 16 0 16150071 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20002] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/20002/stat : 20002 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 16150071 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20003] ppid=19989 vsize=1545236 CPUtime=0
/proc/19991/task/20003/stat : 20003 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 16150071 1582321664 50975 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0

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

/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 87655 0 1 0 61730 94 0 0 15 0 14 0 16150061 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 387077 80585 1449 10 0 384380 0
[pid=19991/tid=19993] ppid=19989 vsize=1548308 CPUtime=4.83
/proc/19991/task/19993/stat : 19993 (java) R 19989 19991 13161 0 -1 4202560 5182 0 1 0 479 4 0 0 21 0 14 0 16150063 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4110265374 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19991/tid=19994] ppid=19989 vsize=1548308 CPUtime=5.98
/proc/19991/task/19994/stat : 19994 (java) S 19989 19991 13161 0 -1 4202560 13938 0 0 0 575 23 0 0 16 0 14 0 16150064 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19995] ppid=19989 vsize=1548308 CPUtime=5.99
/proc/19991/task/19995/stat : 19995 (java) S 19989 19991 13161 0 -1 4202560 14119 0 0 0 575 24 0 0 16 0 14 0 16150064 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19996] ppid=19989 vsize=1548308 CPUtime=57.53
/proc/19991/task/19996/stat : 19996 (java) S 19989 19991 13161 0 -1 4202560 10249 0 0 0 5737 16 0 0 15 0 14 0 16150066 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19997] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19997/stat : 19997 (java) S 19989 19991 13161 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 16150067 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19998] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19998/stat : 19998 (java) S 19989 19991 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16150067 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19999] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19999/stat : 19999 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20000] ppid=19989 vsize=1548308 CPUtime=2.49
/proc/19991/task/20000/stat : 20000 (java) S 19989 19991 13161 0 -1 4202560 6115 0 0 0 246 3 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20001] ppid=19989 vsize=1548308 CPUtime=2.14
/proc/19991/task/20001/stat : 20001 (java) S 19989 19991 13161 0 -1 4202560 3836 0 0 0 212 2 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20002] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20002/stat : 20002 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20003] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20003/stat : 20003 (java) S 19989 19991 13161 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20006] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20006/stat : 20006 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16150135 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20007] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20007/stat : 20007 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16150143 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 618.24
Current children cumulated vsize (KiB) 1548308

[startup+346.301 s]
/proc/loadavg: 2.27 2.45 1.85 2/120 20023
/proc/meminfo: memFree=1451092/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1548308 CPUtime=619.04
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 87655 0 1 0 61810 94 0 0 15 0 14 0 16150061 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 387077 80585 1449 10 0 384380 0
[pid=19991/tid=19993] ppid=19989 vsize=1548308 CPUtime=5.63
/proc/19991/task/19993/stat : 19993 (java) R 19989 19991 13161 0 -1 4202560 5182 0 1 0 559 4 0 0 24 0 14 0 16150063 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4110264974 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19991/tid=19994] ppid=19989 vsize=1548308 CPUtime=5.98
/proc/19991/task/19994/stat : 19994 (java) S 19989 19991 13161 0 -1 4202560 13938 0 0 0 575 23 0 0 16 0 14 0 16150064 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19995] ppid=19989 vsize=1548308 CPUtime=5.99
/proc/19991/task/19995/stat : 19995 (java) S 19989 19991 13161 0 -1 4202560 14119 0 0 0 575 24 0 0 16 0 14 0 16150064 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19996] ppid=19989 vsize=1548308 CPUtime=57.53
/proc/19991/task/19996/stat : 19996 (java) S 19989 19991 13161 0 -1 4202560 10249 0 0 0 5737 16 0 0 15 0 14 0 16150066 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19997] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19997/stat : 19997 (java) S 19989 19991 13161 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 16150067 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19998] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19998/stat : 19998 (java) S 19989 19991 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16150067 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19999] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19999/stat : 19999 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20000] ppid=19989 vsize=1548308 CPUtime=2.49
/proc/19991/task/20000/stat : 20000 (java) S 19989 19991 13161 0 -1 4202560 6115 0 0 0 246 3 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20001] ppid=19989 vsize=1548308 CPUtime=2.14
/proc/19991/task/20001/stat : 20001 (java) S 19989 19991 13161 0 -1 4202560 3836 0 0 0 212 2 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20002] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20002/stat : 20002 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20003] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20003/stat : 20003 (java) S 19989 19991 13161 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20006] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20006/stat : 20006 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16150135 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20007] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20007/stat : 20007 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16150143 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 619.04
Current children cumulated vsize (KiB) 1548308

[startup+346.701 s]
/proc/loadavg: 2.16 2.43 1.85 2/120 20023
/proc/meminfo: memFree=1451092/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1548308 CPUtime=619.44
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 87655 0 1 0 61850 94 0 0 15 0 14 0 16150061 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 387077 80585 1449 10 0 384380 0
[pid=19991/tid=19993] ppid=19989 vsize=1548308 CPUtime=6.03
/proc/19991/task/19993/stat : 19993 (java) R 19989 19991 13161 0 -1 4202560 5182 0 1 0 599 4 0 0 25 0 14 0 16150063 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4109735644 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19991/tid=19994] ppid=19989 vsize=1548308 CPUtime=5.98
/proc/19991/task/19994/stat : 19994 (java) S 19989 19991 13161 0 -1 4202560 13938 0 0 0 575 23 0 0 16 0 14 0 16150064 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19995] ppid=19989 vsize=1548308 CPUtime=5.99
/proc/19991/task/19995/stat : 19995 (java) S 19989 19991 13161 0 -1 4202560 14119 0 0 0 575 24 0 0 16 0 14 0 16150064 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19996] ppid=19989 vsize=1548308 CPUtime=57.53
/proc/19991/task/19996/stat : 19996 (java) S 19989 19991 13161 0 -1 4202560 10249 0 0 0 5737 16 0 0 15 0 14 0 16150066 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19997] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19997/stat : 19997 (java) S 19989 19991 13161 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 16150067 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19998] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19998/stat : 19998 (java) S 19989 19991 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16150067 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19999] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19999/stat : 19999 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20000] ppid=19989 vsize=1548308 CPUtime=2.49
/proc/19991/task/20000/stat : 20000 (java) S 19989 19991 13161 0 -1 4202560 6115 0 0 0 246 3 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20001] ppid=19989 vsize=1548308 CPUtime=2.14
/proc/19991/task/20001/stat : 20001 (java) S 19989 19991 13161 0 -1 4202560 3836 0 0 0 212 2 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20002] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20002/stat : 20002 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20003] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20003/stat : 20003 (java) S 19989 19991 13161 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20006] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20006/stat : 20006 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16150135 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20007] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20007/stat : 20007 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16150143 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 619.44
Current children cumulated vsize (KiB) 1548308

[startup+347.101 s]
/proc/loadavg: 2.16 2.43 1.85 2/120 20023
/proc/meminfo: memFree=1451092/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1548308 CPUtime=619.84
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 87655 0 1 0 61890 94 0 0 15 0 14 0 16150061 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 387077 80585 1449 10 0 384380 0
[pid=19991/tid=19993] ppid=19989 vsize=1548308 CPUtime=6.43
/proc/19991/task/19993/stat : 19993 (java) R 19989 19991 13161 0 -1 4202560 5182 0 1 0 639 4 0 0 25 0 14 0 16150063 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4109735644 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19991/tid=19994] ppid=19989 vsize=1548308 CPUtime=5.98
/proc/19991/task/19994/stat : 19994 (java) S 19989 19991 13161 0 -1 4202560 13938 0 0 0 575 23 0 0 16 0 14 0 16150064 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19995] ppid=19989 vsize=1548308 CPUtime=5.99
/proc/19991/task/19995/stat : 19995 (java) S 19989 19991 13161 0 -1 4202560 14119 0 0 0 575 24 0 0 16 0 14 0 16150064 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19996] ppid=19989 vsize=1548308 CPUtime=57.53
/proc/19991/task/19996/stat : 19996 (java) S 19989 19991 13161 0 -1 4202560 10249 0 0 0 5737 16 0 0 15 0 14 0 16150066 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19997] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19997/stat : 19997 (java) S 19989 19991 13161 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 16150067 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19998] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19998/stat : 19998 (java) S 19989 19991 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16150067 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19999] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19999/stat : 19999 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20000] ppid=19989 vsize=1548308 CPUtime=2.49
/proc/19991/task/20000/stat : 20000 (java) S 19989 19991 13161 0 -1 4202560 6115 0 0 0 246 3 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20001] ppid=19989 vsize=1548308 CPUtime=2.14
/proc/19991/task/20001/stat : 20001 (java) S 19989 19991 13161 0 -1 4202560 3836 0 0 0 212 2 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20002] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20002/stat : 20002 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20003] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20003/stat : 20003 (java) S 19989 19991 13161 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20006] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20006/stat : 20006 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16150135 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20007] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20007/stat : 20007 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16150143 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 619.84
Current children cumulated vsize (KiB) 1548308

[startup+347.201 s]
/proc/loadavg: 2.16 2.43 1.85 2/120 20023
/proc/meminfo: memFree=1451092/2059040 swapFree=4163504/4192956
[pid=19991] ppid=19989 vsize=1548308 CPUtime=619.94
/proc/19991/stat : 19991 (java) S 19989 19991 13161 0 -1 4202496 87655 0 1 0 61900 94 0 0 15 0 14 0 16150061 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19991/statm: 387077 80585 1449 10 0 384380 0
[pid=19991/tid=19993] ppid=19989 vsize=1548308 CPUtime=6.53
/proc/19991/task/19993/stat : 19993 (java) R 19989 19991 13161 0 -1 4202560 5182 0 1 0 649 4 0 0 25 0 14 0 16150063 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4109735626 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19991/tid=19994] ppid=19989 vsize=1548308 CPUtime=5.98
/proc/19991/task/19994/stat : 19994 (java) S 19989 19991 13161 0 -1 4202560 13938 0 0 0 575 23 0 0 16 0 14 0 16150064 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19995] ppid=19989 vsize=1548308 CPUtime=5.99
/proc/19991/task/19995/stat : 19995 (java) S 19989 19991 13161 0 -1 4202560 14119 0 0 0 575 24 0 0 16 0 14 0 16150064 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19996] ppid=19989 vsize=1548308 CPUtime=57.53
/proc/19991/task/19996/stat : 19996 (java) S 19989 19991 13161 0 -1 4202560 10249 0 0 0 5737 16 0 0 15 0 14 0 16150066 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 0 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19997] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19997/stat : 19997 (java) S 19989 19991 13161 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 16150067 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19998] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19998/stat : 19998 (java) S 19989 19991 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16150067 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=19999] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/19999/stat : 19999 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20000] ppid=19989 vsize=1548308 CPUtime=2.49
/proc/19991/task/20000/stat : 20000 (java) S 19989 19991 13161 0 -1 4202560 6115 0 0 0 246 3 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20001] ppid=19989 vsize=1548308 CPUtime=2.14
/proc/19991/task/20001/stat : 20001 (java) S 19989 19991 13161 0 -1 4202560 3836 0 0 0 212 2 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20002] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20002/stat : 20002 (java) S 19989 19991 13161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20003] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20003/stat : 20003 (java) S 19989 19991 13161 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 14 0 16150071 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
[pid=19991/tid=20006] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20006/stat : 20006 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16150135 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 1 0 0 0
[pid=19991/tid=20007] ppid=19989 vsize=1548308 CPUtime=0
/proc/19991/task/20007/stat : 20007 (java) S 19989 19991 13161 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16150143 1585467392 80585 1992294400 134512640 134550932 4289177344 18446744073709551615 4294960144 0 4 0 16800975 18446604437836363968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 619.94
Current children cumulated vsize (KiB) 1548308

Child status: 30
Real time (s): 347.254
CPU time (s): 619.999
CPU user time (s): 619.024
CPU system time (s): 0.974851
CPU usage (%): 178.543
Max. virtual memory (cumulated for all children) (KiB): 1549332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 619.024
system time used= 0.974851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87664
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= 12906
involuntary context switches= 17357

runsolver used 2.19367 second user time and 3.09053 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-13 07:04:22
IDJOB=2663010
IDBENCH=2026
IDSOLVER=1166
FILE ID=node004/2663010-1276405462
PBS_JOBID= 11173261
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-5pb.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663010-1276405462/watcher-2663010-1276405462 -o /tmp/evaluation-result-2663010-1276405462/solver-2663010-1276405462 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663010-1276405462.opb

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

MD5SUM BENCH= 1aa6e41099a7aa87ffa226b4eaa264d0
RANDOM SEED=2015779818

node004.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.210
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.42
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.210
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:       1770712 kB
Buffers:         42856 kB
Cached:         147308 kB
SwapCached:       1724 kB
Active:         119604 kB
Inactive:       102412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1770712 kB
SwapTotal:     4192956 kB
SwapFree:      4163504 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:       30116 kB
Mapped:          14152 kB
Slab:            44368 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181456 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= 62536 MiB
End job on node004 at 2010-06-13 07:10:09