Trace number 2663012

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-31OPT62 1324.3 755.373

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-1pb.opb
MD5SUM7070b0ccf5287a23c61644383564c46b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.233963
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables672
Total number of constraints2028
Number of constraints which are clauses2004
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 constraint28
Number of terms in the objective function 672
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 672
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 672
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.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.24/0.23	c Pseudo Boolean Optimization
0.24/0.23	c ManyCore solver with 2 solvers running in parallel
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.23	c Expensive reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.23	c No reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	
0.24/0.23	c solving HOME/instance-2663012-1276405949.opb
0.24/0.23	c reading problem ... 
0.77/0.66	c ... done. Wall clock time 0.441s.
0.77/0.66	c #vars     672
0.77/0.66	c #constraints  2028
0.77/0.66	c constraints type 
0.77/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1618
0.77/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.77/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 386
0.77/0.66	c constraints type 
0.77/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 386
0.77/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1618
0.77/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
4.29/2.37	c cleaning 2494 clauses out of 5001 with flag 5001/5001
5.88/3.11	c cleaning 4245 clauses out of 8506 with flag 11000/11000
7.25/3.90	c And the winner is CuttingPlanes
7.45/3.92	c cleaning 5627 clauses out of 11262 with flag 18001/18001
7.60/4.75	c SATISFIABLE
7.60/4.75	c OPTIMIZING...
7.60/4.75	c Got one! Elapsed wall clock time (in seconds):4.528
7.60/4.75	o 70
9.29/5.65	c cleaning 6811 clauses out of 13634 with flag 26000/26000
9.63/5.82	c And the winner is CuttingPlanes
9.69/6.76	c Got one! Elapsed wall clock time (in seconds):6.538
9.69/6.76	o 68
11.17/7.56	c cleaning 7910 clauses out of 15823 with flag 35000/35000
13.31/8.69	c cleaning 8947 clauses out of 17914 with flag 45001/45001
13.66/8.83	c And the winner is Resolution
13.66/8.85	c Got one! Elapsed wall clock time (in seconds):8.633
13.66/8.85	o 66
14.00/9.00	c And the winner is Resolution
14.02/9.88	c Got one! Elapsed wall clock time (in seconds):9.663
14.02/9.88	o 64
16.24/11.02	c cleaning 9480 clauses out of 18967 with flag 55002/55002
18.55/12.25	c cleaning 9737 clauses out of 19486 with flag 65001/65001
21.46/13.71	c cleaning 9859 clauses out of 19749 with flag 75001/75001
23.98/15.08	c cleaning 9935 clauses out of 19889 with flag 85000/85000
26.69/16.46	c cleaning 9970 clauses out of 19954 with flag 95000/95000
29.38/17.80	c cleaning 9974 clauses out of 19985 with flag 105001/105001
32.65/19.50	c cleaning 9979 clauses out of 20011 with flag 115001/115001
35.16/20.85	c cleaning 9996 clauses out of 20031 with flag 125000/125000
38.24/22.42	c cleaning 10005 clauses out of 20036 with flag 135001/135001
38.75/22.77	c And the winner is Resolution
39.01/22.94	c Got one! Elapsed wall clock time (in seconds):22.719
39.01/22.94	o 62
41.10/24.10	c cleaning 10003 clauses out of 20030 with flag 145000/145000
44.35/25.77	c cleaning 9994 clauses out of 20027 with flag 155000/155000
47.43/27.31	c cleaning 10000 clauses out of 20033 with flag 165001/165001
50.72/29.06	c cleaning 9993 clauses out of 20032 with flag 175000/175000
54.18/30.85	c cleaning 10004 clauses out of 20039 with flag 185000/185000
57.39/32.58	c cleaning 9997 clauses out of 20035 with flag 195000/195000
60.64/34.25	c cleaning 10007 clauses out of 20038 with flag 205000/205000
63.90/35.92	c cleaning 9997 clauses out of 20030 with flag 215000/215000
67.54/37.85	c cleaning 10013 clauses out of 20034 with flag 225001/225001
70.95/39.70	c cleaning 9997 clauses out of 20021 with flag 235001/235001
74.38/41.45	c cleaning 10002 clauses out of 20025 with flag 245002/245002
77.81/43.26	c cleaning 9987 clauses out of 20021 with flag 255000/255000
81.25/45.04	c cleaning 10000 clauses out of 20035 with flag 265001/265001
84.62/46.81	c cleaning 10016 clauses out of 20035 with flag 275002/275002
87.84/48.58	c cleaning 9989 clauses out of 20019 with flag 285002/285002
91.48/50.40	c cleaning 10003 clauses out of 20029 with flag 295001/295001
94.89/52.28	c cleaning 9988 clauses out of 20026 with flag 305001/305001
98.46/54.10	c cleaning 10002 clauses out of 20037 with flag 315000/315000
101.87/55.96	c cleaning 9987 clauses out of 20035 with flag 325000/325000
105.48/57.83	c cleaning 9998 clauses out of 20048 with flag 335000/335000
108.89/59.61	c cleaning 9996 clauses out of 20050 with flag 345000/345000
112.46/61.54	c cleaning 10005 clauses out of 20056 with flag 355002/355002
116.04/63.41	c cleaning 10008 clauses out of 20049 with flag 365000/365000
119.64/65.36	c cleaning 10003 clauses out of 20041 with flag 375000/375000
123.42/67.34	c cleaning 10003 clauses out of 20038 with flag 385000/385000
127.18/69.33	c cleaning 9994 clauses out of 20035 with flag 395000/395000
130.56/71.18	c cleaning 10017 clauses out of 20043 with flag 405002/405002
133.75/72.87	c cleaning 9987 clauses out of 20025 with flag 415001/415001
137.35/74.72	c cleaning 9999 clauses out of 20037 with flag 425000/425000
140.87/76.61	c cleaning 10004 clauses out of 20038 with flag 435000/435000
144.05/78.38	c cleaning 10007 clauses out of 20035 with flag 445001/445001
147.44/80.15	c cleaning 9997 clauses out of 20028 with flag 455001/455001
150.81/81.98	c cleaning 9993 clauses out of 20030 with flag 465000/465000
154.54/83.92	c cleaning 9991 clauses out of 20037 with flag 475000/475000
157.93/85.75	c cleaning 9997 clauses out of 20046 with flag 485000/485000
161.48/87.63	c cleaning 10008 clauses out of 20049 with flag 495000/495000
164.96/89.57	c cleaning 9994 clauses out of 20042 with flag 505001/505001
168.77/91.63	c cleaning 10002 clauses out of 20047 with flag 515000/515000
172.03/93.48	c cleaning 9998 clauses out of 20045 with flag 525000/525000
175.47/95.37	c cleaning 9997 clauses out of 20048 with flag 535001/535001
178.76/97.15	c cleaning 10017 clauses out of 20050 with flag 545000/545000
182.12/99.03	c cleaning 9998 clauses out of 20034 with flag 555001/555001
185.47/100.85	c cleaning 9997 clauses out of 20035 with flag 565000/565000
188.61/102.59	c cleaning 10006 clauses out of 20039 with flag 575001/575001
192.19/104.45	c cleaning 10001 clauses out of 20032 with flag 585000/585000
195.85/106.40	c cleaning 10002 clauses out of 20033 with flag 595002/595002
199.40/108.31	c cleaning 10004 clauses out of 20029 with flag 605000/605000
202.96/110.21	c cleaning 9995 clauses out of 20026 with flag 615001/615001
206.29/112.01	c cleaning 9994 clauses out of 20030 with flag 625000/625000
209.57/113.87	c cleaning 9988 clauses out of 20036 with flag 635000/635000
213.11/115.74	c cleaning 9998 clauses out of 20048 with flag 645000/645000
216.66/117.66	c cleaning 10008 clauses out of 20051 with flag 655001/655001
219.98/119.43	c cleaning 9988 clauses out of 20042 with flag 665000/665000
223.24/121.28	c cleaning 10013 clauses out of 20054 with flag 675000/675000
226.57/123.02	c cleaning 10000 clauses out of 20042 with flag 685001/685001
229.90/124.80	c cleaning 9999 clauses out of 20041 with flag 695000/695000
233.42/126.71	c cleaning 10004 clauses out of 20043 with flag 705001/705001
236.89/128.69	c cleaning 10000 clauses out of 20039 with flag 715001/715001
240.40/130.58	c cleaning 9999 clauses out of 20038 with flag 725000/725000
243.93/132.41	c cleaning 9998 clauses out of 20039 with flag 735000/735000
247.45/134.32	c cleaning 10012 clauses out of 20041 with flag 745000/745000
250.90/136.26	c cleaning 9993 clauses out of 20030 with flag 755001/755001
254.23/138.08	c cleaning 9994 clauses out of 20036 with flag 765000/765000
257.95/140.00	c cleaning 10001 clauses out of 20042 with flag 775000/775000
261.48/141.92	c cleaning 9998 clauses out of 20041 with flag 785000/785000
265.10/143.97	c cleaning 10008 clauses out of 20044 with flag 795001/795001
268.43/145.79	c cleaning 10005 clauses out of 20035 with flag 805000/805000
271.94/147.63	c cleaning 9987 clauses out of 20031 with flag 815001/815001
275.46/149.51	c cleaning 9997 clauses out of 20044 with flag 825001/825001
278.88/151.48	c cleaning 9996 clauses out of 20046 with flag 835000/835000
282.38/153.36	c cleaning 9995 clauses out of 20051 with flag 845001/845001
286.28/155.41	c cleaning 10013 clauses out of 20056 with flag 855001/855001
290.19/157.55	c cleaning 10003 clauses out of 20042 with flag 865000/865000
294.40/159.80	c cleaning 9999 clauses out of 20039 with flag 875000/875000
298.31/161.94	c cleaning 9999 clauses out of 20041 with flag 885001/885001
302.20/164.07	c cleaning 10006 clauses out of 20041 with flag 895000/895000
305.90/166.08	c cleaning 9999 clauses out of 20036 with flag 905001/905001
309.70/168.12	c cleaning 9999 clauses out of 20036 with flag 915000/915000
313.60/170.22	c cleaning 10005 clauses out of 20038 with flag 925001/925001
317.50/172.37	c cleaning 9998 clauses out of 20033 with flag 935001/935001
321.17/174.37	c cleaning 10001 clauses out of 20034 with flag 945000/945000
325.16/176.51	c cleaning 9999 clauses out of 20034 with flag 955001/955001
328.83/178.58	c cleaning 9991 clauses out of 20034 with flag 965000/965000
332.49/180.56	c cleaning 10000 clauses out of 20044 with flag 975001/975001
336.18/182.56	c cleaning 10000 clauses out of 20042 with flag 985000/985000
339.74/184.57	c cleaning 9995 clauses out of 20043 with flag 995001/995001
343.23/186.47	c cleaning 10004 clauses out of 20047 with flag 1005000/1005000
346.69/188.34	c cleaning 10000 clauses out of 20043 with flag 1015000/1015000
349.97/190.15	c cleaning 9993 clauses out of 20044 with flag 1025001/1025001
353.56/192.14	c cleaning 10008 clauses out of 20051 with flag 1035001/1035001
357.04/194.05	c cleaning 9997 clauses out of 20043 with flag 1045001/1045001
360.90/196.12	c cleaning 10009 clauses out of 20046 with flag 1055001/1055001
364.57/198.20	c cleaning 9991 clauses out of 20036 with flag 1065000/1065000
368.73/200.49	c cleaning 10004 clauses out of 20046 with flag 1075001/1075001
372.78/202.67	c cleaning 10009 clauses out of 20042 with flag 1085001/1085001
376.65/204.77	c cleaning 10001 clauses out of 20034 with flag 1095002/1095002
380.30/206.79	c cleaning 9993 clauses out of 20031 with flag 1105000/1105000
384.23/208.92	c cleaning 10006 clauses out of 20038 with flag 1115000/1115000
387.87/210.97	c cleaning 9988 clauses out of 20032 with flag 1125000/1125000
391.51/212.96	c cleaning 10010 clauses out of 20046 with flag 1135002/1135002
395.35/215.01	c cleaning 9999 clauses out of 20035 with flag 1145001/1145001
399.07/217.11	c cleaning 9994 clauses out of 20035 with flag 1155000/1155000
402.71/219.18	c cleaning 10002 clauses out of 20041 with flag 1165000/1165000
406.74/221.31	c cleaning 10002 clauses out of 20041 with flag 1175002/1175002
410.56/223.44	c cleaning 10005 clauses out of 20038 with flag 1185001/1185001
414.49/225.62	c cleaning 10002 clauses out of 20032 with flag 1195000/1195000
418.13/227.62	c cleaning 9993 clauses out of 20030 with flag 1205000/1205000
421.75/229.66	c cleaning 10007 clauses out of 20037 with flag 1215000/1215000
425.58/231.77	c cleaning 9998 clauses out of 20030 with flag 1225000/1225000
429.30/233.88	c cleaning 9996 clauses out of 20032 with flag 1235000/1235000
433.15/235.97	c cleaning 10000 clauses out of 20036 with flag 1245000/1245000
436.55/237.88	c cleaning 9996 clauses out of 20037 with flag 1255001/1255001
440.18/239.84	c cleaning 10010 clauses out of 20041 with flag 1265001/1265001
443.89/241.97	c cleaning 9996 clauses out of 20030 with flag 1275000/1275000
447.50/243.95	c cleaning 10000 clauses out of 20035 with flag 1285001/1285001
451.11/245.92	c cleaning 9996 clauses out of 20035 with flag 1295001/1295001
454.94/248.00	c cleaning 10003 clauses out of 20038 with flag 1305000/1305000
458.63/250.11	c cleaning 9996 clauses out of 20035 with flag 1315000/1315000
462.26/252.17	c cleaning 10002 clauses out of 20040 with flag 1325001/1325001
465.89/254.16	c cleaning 10003 clauses out of 20037 with flag 1335000/1335000
469.70/256.23	c cleaning 10013 clauses out of 20034 with flag 1345000/1345000
473.20/258.28	c cleaning 9988 clauses out of 20022 with flag 1355001/1355001
477.22/260.43	c cleaning 10000 clauses out of 20033 with flag 1365000/1365000
480.64/262.35	c cleaning 9992 clauses out of 20033 with flag 1375000/1375000
484.46/264.41	c cleaning 10001 clauses out of 20041 with flag 1385000/1385000
488.34/266.62	c cleaning 10004 clauses out of 20040 with flag 1395000/1395000
491.74/268.56	c cleaning 9998 clauses out of 20036 with flag 1405000/1405000
495.36/270.58	c cleaning 10004 clauses out of 20038 with flag 1415000/1415000
499.16/272.68	c cleaning 9999 clauses out of 20034 with flag 1425000/1425000
503.25/274.94	c cleaning 9999 clauses out of 20035 with flag 1435000/1435000
507.03/277.05	c cleaning 10001 clauses out of 20036 with flag 1445000/1445000
511.02/279.22	c cleaning 9999 clauses out of 20035 with flag 1455000/1455000
515.01/281.40	c cleaning 10004 clauses out of 20036 with flag 1465000/1465000
518.87/283.68	c cleaning 9994 clauses out of 20032 with flag 1475000/1475000
522.85/285.85	c cleaning 10004 clauses out of 20038 with flag 1485000/1485000
526.62/287.95	c cleaning 10005 clauses out of 20034 with flag 1495000/1495000
530.40/290.03	c cleaning 9994 clauses out of 20030 with flag 1505001/1505001
534.26/292.28	c cleaning 10000 clauses out of 20035 with flag 1515000/1515000
538.24/294.45	c cleaning 10000 clauses out of 20036 with flag 1525001/1525001
542.22/296.69	c cleaning 10013 clauses out of 20035 with flag 1535000/1535000
546.19/298.86	c cleaning 9995 clauses out of 20022 with flag 1545000/1545000
550.04/301.09	c cleaning 9994 clauses out of 20028 with flag 1555001/1555001
554.01/303.22	c cleaning 9995 clauses out of 20033 with flag 1565000/1565000
557.78/305.37	c cleaning 9994 clauses out of 20038 with flag 1575000/1575000
561.75/307.53	c cleaning 10002 clauses out of 20044 with flag 1585000/1585000
565.59/309.78	c cleaning 10001 clauses out of 20042 with flag 1595000/1595000
569.36/311.83	c cleaning 9999 clauses out of 20041 with flag 1605000/1605000
573.32/314.03	c cleaning 10002 clauses out of 20042 with flag 1615000/1615000
577.08/316.19	c cleaning 10004 clauses out of 20041 with flag 1625001/1625001
581.30/318.54	c cleaning 10000 clauses out of 20037 with flag 1635001/1635001
585.06/320.64	c cleaning 9991 clauses out of 20036 with flag 1645000/1645000
588.81/322.78	c cleaning 9999 clauses out of 20045 with flag 1655000/1655000
592.76/324.92	c cleaning 10005 clauses out of 20048 with flag 1665002/1665002
596.57/327.20	c cleaning 10006 clauses out of 20042 with flag 1675001/1675001
600.33/329.29	c cleaning 9987 clauses out of 20035 with flag 1685000/1685000
604.28/331.41	c cleaning 10002 clauses out of 20048 with flag 1695000/1695000
608.02/333.52	c cleaning 10001 clauses out of 20046 with flag 1705000/1705000
611.82/335.73	c cleaning 10006 clauses out of 20045 with flag 1715000/1715000
615.77/337.91	c cleaning 9995 clauses out of 20039 with flag 1725000/1725000
619.71/340.12	c cleaning 9992 clauses out of 20044 with flag 1735000/1735000
623.64/342.40	c cleaning 10010 clauses out of 20053 with flag 1745001/1745001
627.85/344.73	c cleaning 10001 clauses out of 20042 with flag 1755000/1755000
631.58/346.84	c cleaning 10000 clauses out of 20041 with flag 1765000/1765000
635.32/348.94	c cleaning 9994 clauses out of 20043 with flag 1775002/1775002
639.43/351.25	c cleaning 10009 clauses out of 20048 with flag 1785001/1785001
643.83/353.71	c cleaning 10005 clauses out of 20038 with flag 1795000/1795000
647.57/355.82	c cleaning 10000 clauses out of 20033 with flag 1805000/1805000
651.29/357.95	c cleaning 9991 clauses out of 20033 with flag 1815000/1815000
655.02/360.03	c cleaning 9998 clauses out of 20042 with flag 1825000/1825000
657.61/361.60	c cleaning 0 clauses out of 5000 with flag 0/5000
660.15/363.15	c cleaning 10002 clauses out of 20045 with flag 1835001/1835001
664.26/365.47	c cleaning 10000 clauses out of 20042 with flag 1845000/1845000
668.17/367.69	c cleaning 10001 clauses out of 20042 with flag 1855000/1855000
672.33/370.05	c cleaning 9994 clauses out of 20041 with flag 1865000/1865000
676.25/372.25	c cleaning 10000 clauses out of 20047 with flag 1875000/1875000
680.15/374.47	c cleaning 10006 clauses out of 20047 with flag 1885000/1885000
683.86/376.55	c cleaning 10018 clauses out of 20042 with flag 1895001/1895001
687.82/378.83	c cleaning 10000 clauses out of 20023 with flag 1905000/1905000
691.35/380.88	c cleaning 9994 clauses out of 20023 with flag 1915000/1915000
695.09/382.92	c cleaning 9995 clauses out of 20030 with flag 1925001/1925001
698.63/384.95	c cleaning 9996 clauses out of 20034 with flag 1935000/1935000
702.42/387.20	c cleaning 9994 clauses out of 20038 with flag 1945000/1945000
706.14/389.28	c cleaning 10007 clauses out of 20044 with flag 1955000/1955000
709.87/391.30	c cleaning 10004 clauses out of 20038 with flag 1965001/1965001
713.39/393.40	c cleaning 9995 clauses out of 20034 with flag 1975001/1975001
717.38/395.67	c cleaning 10009 clauses out of 20039 with flag 1985001/1985001
721.10/397.75	c cleaning 9993 clauses out of 20029 with flag 1995000/1995000
724.84/399.85	c cleaning 10004 clauses out of 20036 with flag 2005000/2005000
728.56/401.96	c cleaning 10004 clauses out of 20032 with flag 2015000/2015000
732.53/404.26	c cleaning 9997 clauses out of 20029 with flag 2025001/2025001
736.85/406.66	c cleaning 9992 clauses out of 20031 with flag 2035000/2035000
740.75/408.88	c cleaning 9999 clauses out of 20039 with flag 2045000/2045000
744.85/411.13	c cleaning 10000 clauses out of 20040 with flag 2055000/2055000
749.00/413.58	c cleaning 10001 clauses out of 20041 with flag 2065001/2065001
753.27/415.91	c cleaning 10004 clauses out of 20039 with flag 2075000/2075000
757.55/418.35	c cleaning 9999 clauses out of 20035 with flag 2085000/2085000
761.63/420.65	c cleaning 9999 clauses out of 20036 with flag 2095000/2095000
765.77/423.07	c cleaning 9996 clauses out of 20037 with flag 2105000/2105000
769.85/425.34	c cleaning 10007 clauses out of 20042 with flag 2115001/2115001
773.94/427.65	c cleaning 10000 clauses out of 20034 with flag 2125000/2125000
777.84/429.87	c cleaning 9995 clauses out of 20034 with flag 2135000/2135000
781.77/432.17	c cleaning 9999 clauses out of 20039 with flag 2145000/2145000
785.85/434.44	c cleaning 10001 clauses out of 20040 with flag 2155000/2155000
789.72/436.63	c cleaning 9999 clauses out of 20040 with flag 2165001/2165001
793.38/438.77	c cleaning 10011 clauses out of 20041 with flag 2175001/2175001
797.50/441.18	c cleaning 9993 clauses out of 20030 with flag 2185001/2185001
801.40/443.31	c cleaning 10003 clauses out of 20036 with flag 2195000/2195000
805.28/445.58	c cleaning 9999 clauses out of 20033 with flag 2205000/2205000
809.34/447.84	c cleaning 9997 clauses out of 20034 with flag 2215000/2215000
813.46/450.29	c cleaning 10000 clauses out of 20038 with flag 2225001/2225001
817.16/452.37	c cleaning 9998 clauses out of 20037 with flag 2235000/2235000
821.04/454.58	c cleaning 9996 clauses out of 20040 with flag 2245001/2245001
824.74/456.68	c cleaning 10008 clauses out of 20043 with flag 2255000/2255000
828.66/458.92	c cleaning 9988 clauses out of 20035 with flag 2265000/2265000
832.54/461.13	c cleaning 10009 clauses out of 20047 with flag 2275000/2275000
836.22/463.21	c cleaning 9999 clauses out of 20038 with flag 2285000/2285000
839.91/465.40	c cleaning 10003 clauses out of 20039 with flag 2295000/2295000
844.01/467.71	c cleaning 10004 clauses out of 20036 with flag 2305000/2305000
847.69/469.90	c cleaning 10004 clauses out of 20033 with flag 2315001/2315001
851.76/472.12	c cleaning 10002 clauses out of 20029 with flag 2325001/2325001
855.44/474.29	c cleaning 9999 clauses out of 20026 with flag 2335000/2335000
859.75/476.72	c cleaning 9993 clauses out of 20028 with flag 2345001/2345001
863.41/478.85	c cleaning 9999 clauses out of 20034 with flag 2355000/2355000
867.07/480.96	c cleaning 10002 clauses out of 20035 with flag 2365000/2365000
870.95/483.10	c cleaning 10000 clauses out of 20035 with flag 2375002/2375002
874.85/485.43	c cleaning 9999 clauses out of 20033 with flag 2385000/2385000
878.31/487.47	c cleaning 9998 clauses out of 20034 with flag 2395000/2395000
881.79/489.49	c cleaning 9995 clauses out of 20036 with flag 2405000/2405000
885.44/491.59	c cleaning 10004 clauses out of 20042 with flag 2415001/2415001
889.34/493.87	c cleaning 10002 clauses out of 20038 with flag 2425001/2425001
893.00/496.00	c cleaning 10000 clauses out of 20035 with flag 2435000/2435000
896.86/498.16	c cleaning 10005 clauses out of 20036 with flag 2445001/2445001
900.72/500.32	c cleaning 9991 clauses out of 20031 with flag 2455001/2455001
904.62/502.67	c cleaning 10009 clauses out of 20040 with flag 2465001/2465001
908.48/504.85	c cleaning 9994 clauses out of 20030 with flag 2475000/2475000
912.33/507.04	c cleaning 9997 clauses out of 20037 with flag 2485001/2485001
915.98/509.20	c cleaning 9994 clauses out of 20039 with flag 2495000/2495000
919.87/511.47	c cleaning 10001 clauses out of 20046 with flag 2505001/2505001
923.71/513.62	c cleaning 10001 clauses out of 20045 with flag 2515001/2515001
927.55/515.83	c cleaning 10018 clauses out of 20044 with flag 2525001/2525001
931.60/518.12	c cleaning 9995 clauses out of 20025 with flag 2535000/2535000
935.66/520.55	c cleaning 9996 clauses out of 20030 with flag 2545000/2545000
939.50/522.70	c cleaning 9988 clauses out of 20035 with flag 2555001/2555001
943.14/524.82	c cleaning 9999 clauses out of 20046 with flag 2565000/2565000
946.97/527.02	c cleaning 10009 clauses out of 20048 with flag 2575001/2575001
950.85/529.32	c cleaning 10000 clauses out of 20038 with flag 2585000/2585000
954.69/531.54	c cleaning 9996 clauses out of 20039 with flag 2595001/2595001
958.53/533.75	c cleaning 10005 clauses out of 20043 with flag 2605001/2605001
962.37/535.94	c cleaning 9998 clauses out of 20037 with flag 2615000/2615000
966.42/538.37	c cleaning 10005 clauses out of 20040 with flag 2625001/2625001
970.27/540.58	c cleaning 10001 clauses out of 20034 with flag 2635000/2635000
974.12/542.79	c cleaning 10000 clauses out of 20033 with flag 2645000/2645000
978.15/545.07	c cleaning 9999 clauses out of 20034 with flag 2655001/2655001
982.41/547.51	c cleaning 10004 clauses out of 20035 with flag 2665001/2665001
985.85/549.59	c cleaning 9992 clauses out of 20032 with flag 2675002/2675002
989.69/551.76	c cleaning 9999 clauses out of 20039 with flag 2685001/2685001
993.32/553.90	c cleaning 10002 clauses out of 20039 with flag 2695000/2695000
997.40/556.30	c cleaning 10016 clauses out of 20037 with flag 2705000/2705000
1001.22/558.40	c cleaning 9996 clauses out of 20022 with flag 2715001/2715001
1005.08/560.64	c cleaning 9999 clauses out of 20025 with flag 2725000/2725000
1008.88/562.85	c cleaning 9999 clauses out of 20027 with flag 2735001/2735001
1012.94/565.22	c cleaning 9998 clauses out of 20027 with flag 2745000/2745000
1016.78/567.41	c cleaning 9991 clauses out of 20030 with flag 2755001/2755001
1020.41/569.56	c cleaning 9994 clauses out of 20038 with flag 2765000/2765000
1024.04/571.69	c cleaning 10001 clauses out of 20044 with flag 2775000/2775000
1028.10/574.00	c cleaning 10005 clauses out of 20043 with flag 2785000/2785000
1031.92/576.21	c cleaning 10002 clauses out of 20038 with flag 2795000/2795000
1035.75/578.41	c cleaning 10002 clauses out of 20036 with flag 2805000/2805000
1039.57/580.61	c cleaning 9993 clauses out of 20034 with flag 2815000/2815000
1043.62/583.05	c cleaning 10005 clauses out of 20042 with flag 2825001/2825001
1047.42/585.22	c cleaning 10012 clauses out of 20037 with flag 2835001/2835001
1051.03/587.40	c cleaning 9992 clauses out of 20024 with flag 2845000/2845000
1055.04/589.63	c cleaning 9995 clauses out of 20033 with flag 2855001/2855001
1059.04/592.04	c cleaning 10001 clauses out of 20039 with flag 2865002/2865002
1062.65/594.17	c cleaning 10006 clauses out of 20037 with flag 2875001/2875001
1066.44/596.40	c cleaning 10003 clauses out of 20031 with flag 2885001/2885001
1070.43/598.67	c cleaning 9993 clauses out of 20027 with flag 2895000/2895000
1074.46/601.05	c cleaning 9997 clauses out of 20034 with flag 2905000/2905000
1078.26/603.26	c cleaning 10007 clauses out of 20038 with flag 2915001/2915001
1082.26/605.59	c cleaning 9993 clauses out of 20030 with flag 2925000/2925000
1086.27/607.83	c cleaning 10000 clauses out of 20037 with flag 2935000/2935000
1090.28/610.21	c cleaning 9999 clauses out of 20038 with flag 2945001/2945001
1094.10/612.45	c cleaning 10005 clauses out of 20039 with flag 2955001/2955001
1097.89/614.67	c cleaning 9994 clauses out of 20034 with flag 2965001/2965001
1101.68/616.84	c cleaning 10001 clauses out of 20039 with flag 2975000/2975000
1105.48/619.18	c cleaning 10001 clauses out of 20039 with flag 2985001/2985001
1109.45/621.46	c cleaning 10003 clauses out of 20037 with flag 2995000/2995000
1113.62/623.82	c cleaning 9996 clauses out of 20034 with flag 3005000/3005000
1117.40/626.01	c cleaning 9996 clauses out of 20039 with flag 3015001/3015001
1121.19/628.38	c cleaning 9998 clauses out of 20042 with flag 3025000/3025000
1124.97/630.60	c cleaning 10009 clauses out of 20045 with flag 3035001/3035001
1128.75/632.79	c cleaning 10003 clauses out of 20036 with flag 3045001/3045001
1132.72/635.06	c cleaning 9992 clauses out of 20033 with flag 3055001/3055001
1136.72/637.48	c cleaning 10001 clauses out of 20040 with flag 3065000/3065000
1140.49/639.61	c cleaning 10003 clauses out of 20040 with flag 3075001/3075001
1144.08/641.76	c cleaning 10003 clauses out of 20037 with flag 3085001/3085001
1148.05/644.07	c cleaning 9999 clauses out of 20035 with flag 3095002/3095002
1152.23/646.59	c cleaning 10001 clauses out of 20034 with flag 3105000/3105000
1156.62/649.06	c cleaning 9999 clauses out of 20034 with flag 3115001/3115001
1160.38/651.30	c cleaning 9989 clauses out of 20036 with flag 3125002/3125002
1164.34/653.52	c cleaning 10005 clauses out of 20045 with flag 3135000/3135000
1168.52/656.03	c cleaning 10004 clauses out of 20041 with flag 3145001/3145001
1172.50/658.32	c cleaning 9997 clauses out of 20035 with flag 3155000/3155000
1176.67/660.75	c cleaning 10008 clauses out of 20038 with flag 3165000/3165000
1180.83/663.10	c cleaning 10001 clauses out of 20030 with flag 3175000/3175000
1184.82/665.58	c cleaning 9998 clauses out of 20029 with flag 3185000/3185000
1189.15/668.05	c cleaning 10000 clauses out of 20032 with flag 3195001/3195001
1193.27/670.47	c cleaning 9998 clauses out of 20031 with flag 3205000/3205000
1197.42/672.88	c cleaning 10014 clauses out of 20034 with flag 3215001/3215001
1201.60/675.39	c cleaning 9995 clauses out of 20021 with flag 3225002/3225002
1205.71/677.71	c cleaning 9997 clauses out of 20025 with flag 3235001/3235001
1209.64/680.05	c cleaning 9997 clauses out of 20027 with flag 3245000/3245000
1213.56/682.35	c cleaning 10000 clauses out of 20032 with flag 3255002/3255002
1217.73/684.86	c cleaning 9991 clauses out of 20030 with flag 3265000/3265000
1221.70/687.12	c cleaning 10003 clauses out of 20040 with flag 3275001/3275001
1225.66/689.46	c cleaning 9998 clauses out of 20036 with flag 3285000/3285000
1229.81/691.82	c cleaning 10000 clauses out of 20038 with flag 3295000/3295000
1233.92/694.38	c cleaning 9999 clauses out of 20038 with flag 3305000/3305000
1237.87/696.65	c cleaning 10005 clauses out of 20039 with flag 3315000/3315000
1241.82/698.93	c cleaning 9997 clauses out of 20035 with flag 3325001/3325001
1245.58/701.17	c cleaning 9993 clauses out of 20037 with flag 3335000/3335000
1249.94/703.74	c cleaning 9998 clauses out of 20044 with flag 3345000/3345000
1253.89/706.00	c cleaning 10002 clauses out of 20047 with flag 3355001/3355001
1257.85/708.32	c cleaning 10002 clauses out of 20044 with flag 3365000/3365000
1261.81/710.63	c cleaning 9995 clauses out of 20042 with flag 3375000/3375000
1265.60/712.97	c cleaning 9998 clauses out of 20047 with flag 3385000/3385000
1269.56/715.28	c cleaning 10002 clauses out of 20050 with flag 3395001/3395001
1273.84/717.74	c cleaning 10006 clauses out of 20047 with flag 3405000/3405000
1277.78/720.09	c cleaning 9999 clauses out of 20041 with flag 3415000/3415000
1282.29/722.71	c cleaning 10003 clauses out of 20042 with flag 3425000/3425000
1286.41/725.16	c cleaning 9999 clauses out of 20039 with flag 3435000/3435000
1290.68/727.62	c cleaning 9996 clauses out of 20040 with flag 3445000/3445000
1294.78/730.08	c cleaning 9999 clauses out of 20045 with flag 3455001/3455001
1299.27/732.77	c cleaning 10008 clauses out of 20045 with flag 3465000/3465000
1303.77/735.30	c cleaning 10004 clauses out of 20037 with flag 3475000/3475000
1306.88/737.22	c And the winner is CuttingPlanes
1324.24/755.30	c starts		: 28
1324.24/755.30	c conflicts		: 6845
1324.24/755.30	c decisions		: 25234
1324.24/755.30	c propagations		: 385864
1324.24/755.30	c inspects		: 110000995
1324.24/755.30	c learnt literals	: 0
1324.24/755.30	c learnt binary clauses	: 0
1324.24/755.30	c learnt ternary clauses	: 3
1324.24/755.30	c learnt clauses	: 6844
1324.24/755.30	c ignored clauses	: 0
1324.24/755.30	c root simplifications	: 0
1324.24/755.30	c removed literals (reason simplification)	: 0
1324.24/755.30	c reason swapping (by a shorter reason)	: 0
1324.24/755.30	c Calls to reduceDB	: 1
1324.24/755.30	c number of reductions to clauses (during analyze)	: 0
1324.24/755.30	c number of learned constraints concerned by reduction	: 0
1324.24/755.30	c number of learning phase by resolution	: 0
1324.24/755.30	c number of learning phase by cutting planes	: 0
1324.24/755.30	c speed (assignments/second)	: 526.8810890893078
1324.24/755.30	c non guided choices	0
1324.24/755.30	c learnt constraints type 
1324.24/755.30	c constraints type 
1324.24/755.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1618
1324.24/755.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
1324.24/755.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 386
1324.24/755.30	c constraints type 
1324.24/755.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 386
1324.24/755.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1618
1324.24/755.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
1324.24/755.30	s OPTIMUM FOUND
1324.24/755.31	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 
1324.24/755.31	c objective function=62
1324.24/755.31	c Total wall clock time (in seconds): 755.087

Verifier Data

OK	62

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663012-1276405949/watcher-2663012-1276405949 -o /tmp/evaluation-result-2663012-1276405949/solver-2663012-1276405949 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663012-1276405949.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.07 1.02 1.00 3/106 22073
/proc/meminfo: memFree=1826744/2059040 swapFree=4136696/4192956
[pid=22073] ppid=22071 vsize=444 CPUtime=0
/proc/22073/stat : 22073 (java6) R 22071 22073 21622 0 -1 4194304 130 0 0 0 0 0 0 0 23 0 1 0 16196507 454656 49 1992294400 134512640 134550932 4290871408 18446744073709551615 7619156 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22073/statm: 111 51 40 10 0 25 0

[startup+0.0471629 s]
/proc/loadavg: 1.07 1.02 1.00 3/106 22073
/proc/meminfo: memFree=1826744/2059040 swapFree=4136696/4192956
[pid=22073] ppid=22071 vsize=1520328 CPUtime=0.03
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 3419 0 1 0 1 2 0 0 15 0 4 0 16196507 1556815872 2861 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 380082 2862 957 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101162 s]
/proc/loadavg: 1.07 1.02 1.00 3/106 22073
/proc/meminfo: memFree=1826744/2059040 swapFree=4136696/4192956
[pid=22073] ppid=22071 vsize=1524180 CPUtime=0.08
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 3955 0 1 0 6 2 0 0 15 0 12 0 16196507 1560760320 3393 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.302131 s]
/proc/loadavg: 1.07 1.02 1.00 3/106 22073
/proc/meminfo: memFree=1826744/2059040 swapFree=4136696/4192956
[pid=22073] ppid=22071 vsize=1526348 CPUtime=0.36
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 5377 0 1 0 32 4 0 0 15 0 12 0 16196507 1562980352 4813 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 381587 4813 1361 10 0 378890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526348

[startup+0.701208 s]
/proc/loadavg: 1.07 1.02 1.00 3/106 22073
/proc/meminfo: memFree=1826744/2059040 swapFree=4136696/4192956
[pid=22073] ppid=22071 vsize=1529084 CPUtime=1.12
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 7519 0 1 0 107 5 0 0 15 0 14 0 16196507 1565782016 6881 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 382271 6881 1410 10 0 379574 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1529084

[startup+1.50135 s]
/proc/loadavg: 1.07 1.02 1.00 5/122 22089
/proc/meminfo: memFree=1802128/2059040 swapFree=4136696/4192956
[pid=22073] ppid=22071 vsize=1533852 CPUtime=2.7
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 10088 0 1 0 263 7 0 0 15 0 16 0 16196507 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 383463 8308 1421 10 0 380766 0
[pid=22073/tid=22075] ppid=22071 vsize=1533852 CPUtime=0.63
/proc/22073/task/22075/stat : 22075 (java) S 22071 22073 21622 0 -1 4202560 5075 0 1 0 60 3 0 0 18 0 16 0 16196509 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22076] ppid=22071 vsize=1533852 CPUtime=0
/proc/22073/task/22076/stat : 22076 (java) S 22071 22073 21622 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 16196510 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22077] ppid=22071 vsize=1533852 CPUtime=0
/proc/22073/task/22077/stat : 22077 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 16196510 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22078] ppid=22071 vsize=1533852 CPUtime=0
/proc/22073/task/22078/stat : 22078 (java) S 22071 22073 21622 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 16196512 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22079] ppid=22071 vsize=1533852 CPUtime=0
/proc/22073/task/22079/stat : 22079 (java) S 22071 22073 21622 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 16196512 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22080] ppid=22071 vsize=1533852 CPUtime=0
/proc/22073/task/22080/stat : 22080 (java) S 22071 22073 21622 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 16196512 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22081] ppid=22071 vsize=1533852 CPUtime=0
/proc/22073/task/22081/stat : 22081 (java) S 22071 22073 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 16196517 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22082] ppid=22071 vsize=1533852 CPUtime=0.09
/proc/22073/task/22082/stat : 22082 (java) R 22071 22073 21622 0 -1 4202560 118 0 0 0 9 0 0 0 21 0 16 0 16196517 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22073/tid=22083] ppid=22071 vsize=1533852 CPUtime=0.99
/proc/22073/task/22083/stat : 22083 (java) R 22071 22073 21622 0 -1 4202560 3148 0 0 0 98 1 0 0 16 0 16 0 16196517 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 103335153 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22073/tid=22084] ppid=22071 vsize=1533852 CPUtime=0
/proc/22073/task/22084/stat : 22084 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 16196517 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22085] ppid=22071 vsize=1533852 CPUtime=0
/proc/22073/task/22085/stat : 22085 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 16196517 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22086] ppid=22071 vsize=1533852 CPUtime=0.77
/proc/22073/task/22086/stat : 22086 (java) R 22071 22073 21622 0 -1 4202560 251 0 0 0 77 0 0 0 20 0 16 0 16196574 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 104108713 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22073/tid=22087] ppid=22071 vsize=1533852 CPUtime=0.17
/proc/22073/task/22087/stat : 22087 (java) R 22071 22073 21622 0 -1 4202560 423 0 0 0 17 0 0 0 21 0 16 0 16196574 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4109160669 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22073/tid=22088] ppid=22071 vsize=1533852 CPUtime=0
/proc/22073/task/22088/stat : 22088 (java) S 22071 22073 21622 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 16196580 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22089] ppid=22071 vsize=1533852 CPUtime=0
/proc/22073/task/22089/stat : 22089 (java) S 22071 22073 21622 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 16 0 16196581 1570664448 8308 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1533852

[startup+3.10163 s]
/proc/loadavg: 1.30 1.06 1.02 5/122 22089
/proc/meminfo: memFree=1790348/2059040 swapFree=4136696/4192956
[pid=22073] ppid=22071 vsize=1543220 CPUtime=5.88
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 18702 0 1 0 578 10 0 0 15 0 16 0 16196507 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 385805 14654 1443 10 0 383108 0
[pid=22073/tid=22075] ppid=22071 vsize=1543220 CPUtime=0.63
/proc/22073/task/22075/stat : 22075 (java) S 22071 22073 21622 0 -1 4202560 5075 0 1 0 60 3 0 0 18 0 16 0 16196509 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22076] ppid=22071 vsize=1543220 CPUtime=0.01
/proc/22073/task/22076/stat : 22076 (java) S 22071 22073 21622 0 -1 4202560 365 0 0 0 1 0 0 0 15 0 16 0 16196510 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22077] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22077/stat : 22077 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 16196510 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22078] ppid=22071 vsize=1543220 CPUtime=0.02
/proc/22073/task/22078/stat : 22078 (java) S 22071 22073 21622 0 -1 4202560 379 0 0 0 2 0 0 0 16 0 16 0 16196512 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22079] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22079/stat : 22079 (java) S 22071 22073 21622 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 16196512 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22080] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22080/stat : 22080 (java) S 22071 22073 21622 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16196512 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22081] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22081/stat : 22081 (java) S 22071 22073 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 16196517 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22082] ppid=22071 vsize=1543220 CPUtime=0.09
/proc/22073/task/22082/stat : 22082 (java) R 22071 22073 21622 0 -1 4202560 119 0 0 0 9 0 0 0 21 0 16 0 16196517 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 103861484 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22073/tid=22083] ppid=22071 vsize=1543220 CPUtime=2.59
/proc/22073/task/22083/stat : 22083 (java) R 22071 22073 21622 0 -1 4202560 7676 0 0 0 256 3 0 0 17 0 16 0 16196517 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 104152275 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22073/tid=22084] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22084/stat : 22084 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 16196517 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22085] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22085/stat : 22085 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 16196517 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22086] ppid=22071 vsize=1543220 CPUtime=1.93
/proc/22073/task/22086/stat : 22086 (java) R 22071 22073 21622 0 -1 4202560 386 0 0 0 193 0 0 0 18 0 16 0 16196574 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4109179875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22073/tid=22087] ppid=22071 vsize=1543220 CPUtime=0.56
/proc/22073/task/22087/stat : 22087 (java) R 22071 22073 21622 0 -1 4202560 3628 0 0 0 54 2 0 0 22 0 16 0 16196574 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22073/tid=22088] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22088/stat : 22088 (java) S 22071 22073 21622 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 16196580 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22089] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22089/stat : 22089 (java) S 22071 22073 21622 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 16 0 16196581 1580257280 14654 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1543220

[startup+6.3012 s]
/proc/loadavg: 1.30 1.06 1.02 5/122 22091
/proc/meminfo: memFree=1693876/2059040 swapFree=4136696/4192956
[pid=22073] ppid=22071 vsize=1543220 CPUtime=9.69
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 44449 0 1 0 947 22 0 0 15 0 14 0 16196507 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 385805 38925 1445 10 0 383108 0
[pid=22073/tid=22075] ppid=22071 vsize=1543220 CPUtime=0.64
/proc/22073/task/22075/stat : 22075 (java) S 22071 22073 21622 0 -1 4202560 5077 0 1 0 61 3 0 0 18 0 14 0 16196509 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22076] ppid=22071 vsize=1543220 CPUtime=0.03
/proc/22073/task/22076/stat : 22076 (java) S 22071 22073 21622 0 -1 4202560 775 0 0 0 3 0 0 0 15 0 14 0 16196510 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22077] ppid=22071 vsize=1543220 CPUtime=0.01
/proc/22073/task/22077/stat : 22077 (java) S 22071 22073 21622 0 -1 4202560 202 0 0 0 1 0 0 0 16 0 14 0 16196510 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22078] ppid=22071 vsize=1543220 CPUtime=0.13
/proc/22073/task/22078/stat : 22078 (java) S 22071 22073 21622 0 -1 4202560 929 0 0 0 12 1 0 0 16 0 14 0 16196512 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22079] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22079/stat : 22079 (java) S 22071 22073 21622 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 16196512 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22080] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22080/stat : 22080 (java) S 22071 22073 21622 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16196512 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22081] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22081/stat : 22081 (java) S 22071 22073 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16196517 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22082] ppid=22071 vsize=1543220 CPUtime=0.33
/proc/22073/task/22082/stat : 22082 (java) S 22071 22073 21622 0 -1 4202560 352 0 0 0 33 0 0 0 16 0 14 0 16196517 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22083] ppid=22071 vsize=1543220 CPUtime=3.59
/proc/22073/task/22083/stat : 22083 (java) S 22071 22073 21622 0 -1 4202560 8991 0 0 0 356 3 0 0 15 0 14 0 16196517 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22084] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22084/stat : 22084 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 16196517 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22085] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22085/stat : 22085 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 16196517 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22088] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22088/stat : 22088 (java) S 22071 22073 21622 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 16196580 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22089] ppid=22071 vsize=1543220 CPUtime=0
/proc/22073/task/22089/stat : 22089 (java) S 22071 22073 21622 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 14 0 16196581 1580257280 38925 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 1543220

[startup+12.7024 s]
/proc/loadavg: 1.48 1.11 1.04 3/122 22097
/proc/meminfo: memFree=1638200/2059040 swapFree=4136696/4192956
[pid=22073] ppid=22071 vsize=1543584 CPUtime=19.48
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 54146 0 1 0 1921 27 0 0 15 0 16 0 16196507 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 385896 48573 1451 10 0 383199 0
[pid=22073/tid=22075] ppid=22071 vsize=1543584 CPUtime=0.65
/proc/22073/task/22075/stat : 22075 (java) S 22071 22073 21622 0 -1 4202560 5077 0 1 0 62 3 0 0 18 0 16 0 16196509 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22076] ppid=22071 vsize=1543584 CPUtime=0.12
/proc/22073/task/22076/stat : 22076 (java) S 22071 22073 21622 0 -1 4202560 1944 0 0 0 12 0 0 0 16 0 16 0 16196510 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22077] ppid=22071 vsize=1543584 CPUtime=0.1
/proc/22073/task/22077/stat : 22077 (java) S 22071 22073 21622 0 -1 4202560 1233 0 0 0 10 0 0 0 15 0 16 0 16196510 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22078] ppid=22071 vsize=1543584 CPUtime=0.35
/proc/22073/task/22078/stat : 22078 (java) S 22071 22073 21622 0 -1 4202560 2474 0 0 0 34 1 0 0 16 0 16 0 16196512 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22079] ppid=22071 vsize=1543584 CPUtime=0
/proc/22073/task/22079/stat : 22079 (java) S 22071 22073 21622 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 16196512 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22080] ppid=22071 vsize=1543584 CPUtime=0
/proc/22073/task/22080/stat : 22080 (java) S 22071 22073 21622 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16196512 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22081] ppid=22071 vsize=1543584 CPUtime=0
/proc/22073/task/22081/stat : 22081 (java) S 22071 22073 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 16196517 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22082] ppid=22071 vsize=1543584 CPUtime=0.69
/proc/22073/task/22082/stat : 22082 (java) S 22071 22073 21622 0 -1 4202560 440 0 0 0 69 0 0 0 15 0 16 0 16196517 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22083] ppid=22071 vsize=1543584 CPUtime=3.65
/proc/22073/task/22083/stat : 22083 (java) S 22071 22073 21622 0 -1 4202560 8994 0 0 0 362 3 0 0 16 0 16 0 16196517 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22084] ppid=22071 vsize=1543584 CPUtime=0
/proc/22073/task/22084/stat : 22084 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 16196517 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22085] ppid=22071 vsize=1543584 CPUtime=0
/proc/22073/task/22085/stat : 22085 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 16196517 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22088] ppid=22071 vsize=1543584 CPUtime=0
/proc/22073/task/22088/stat : 22088 (java) S 22071 22073 21622 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 16196580 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22089] ppid=22071 vsize=1543584 CPUtime=0
/proc/22073/task/22089/stat : 22089 (java) S 22071 22073 21622 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 16 0 16196581 1580630016 48573 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0

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

/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 106170 0 1 0 131964 120 0 0 15 0 14 0 16196507 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 386448 92569 1451 10 0 383751 0
[pid=22073/tid=22075] ppid=22071 vsize=1545792 CPUtime=14.54
/proc/22073/task/22075/stat : 22075 (java) R 22071 22073 21622 0 -1 4202560 5115 0 1 0 1450 4 0 0 25 0 14 0 16196509 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4109313756 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22073/tid=22076] ppid=22071 vsize=1545792 CPUtime=14.08
/proc/22073/task/22076/stat : 22076 (java) S 22071 22073 21622 0 -1 4202560 19730 0 0 0 1382 26 0 0 15 0 14 0 16196510 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22077] ppid=22071 vsize=1545792 CPUtime=14.01
/proc/22073/task/22077/stat : 22077 (java) S 22071 22073 21622 0 -1 4202560 18917 0 0 0 1373 28 0 0 16 0 14 0 16196510 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22078] ppid=22071 vsize=1545792 CPUtime=150.24
/proc/22073/task/22078/stat : 22078 (java) S 22071 22073 21622 0 -1 4202560 15253 0 0 0 15004 20 0 0 15 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22079] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22079/stat : 22079 (java) S 22071 22073 21622 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22080] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22080/stat : 22080 (java) S 22071 22073 21622 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22081] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22081/stat : 22081 (java) S 22071 22073 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22082] ppid=22071 vsize=1545792 CPUtime=1.64
/proc/22073/task/22082/stat : 22082 (java) S 22071 22073 21622 0 -1 4202560 3380 0 0 0 163 1 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22083] ppid=22071 vsize=1545792 CPUtime=3.75
/proc/22073/task/22083/stat : 22083 (java) S 22071 22073 21622 0 -1 4202560 8999 0 0 0 372 3 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22084] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22084/stat : 22084 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22085] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22085/stat : 22085 (java) S 22071 22073 21622 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22088] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22088/stat : 22088 (java) S 22071 22073 21622 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 16196580 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22089] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22089/stat : 22089 (java) S 22071 22073 21622 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 14 0 16196581 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1320.84
Current children cumulated vsize (KiB) 1545792

[startup+753.51 s]
/proc/loadavg: 2.31 2.37 1.82 2/120 22122
/proc/meminfo: memFree=1458540/2059040 swapFree=4136716/4192956
[pid=22073] ppid=22071 vsize=1545792 CPUtime=1322.45
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 106170 0 1 0 132125 120 0 0 15 0 14 0 16196507 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 386448 92569 1451 10 0 383751 0
[pid=22073/tid=22075] ppid=22071 vsize=1545792 CPUtime=16.14
/proc/22073/task/22075/stat : 22075 (java) R 22071 22073 21622 0 -1 4202560 5115 0 1 0 1610 4 0 0 25 0 14 0 16196509 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4109313756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22073/tid=22076] ppid=22071 vsize=1545792 CPUtime=14.08
/proc/22073/task/22076/stat : 22076 (java) S 22071 22073 21622 0 -1 4202560 19730 0 0 0 1382 26 0 0 15 0 14 0 16196510 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22077] ppid=22071 vsize=1545792 CPUtime=14.01
/proc/22073/task/22077/stat : 22077 (java) S 22071 22073 21622 0 -1 4202560 18917 0 0 0 1373 28 0 0 16 0 14 0 16196510 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22078] ppid=22071 vsize=1545792 CPUtime=150.24
/proc/22073/task/22078/stat : 22078 (java) S 22071 22073 21622 0 -1 4202560 15253 0 0 0 15004 20 0 0 15 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22079] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22079/stat : 22079 (java) S 22071 22073 21622 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22080] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22080/stat : 22080 (java) S 22071 22073 21622 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22081] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22081/stat : 22081 (java) S 22071 22073 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22082] ppid=22071 vsize=1545792 CPUtime=1.64
/proc/22073/task/22082/stat : 22082 (java) S 22071 22073 21622 0 -1 4202560 3380 0 0 0 163 1 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22083] ppid=22071 vsize=1545792 CPUtime=3.75
/proc/22073/task/22083/stat : 22083 (java) S 22071 22073 21622 0 -1 4202560 8999 0 0 0 372 3 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22084] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22084/stat : 22084 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22085] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22085/stat : 22085 (java) S 22071 22073 21622 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22088] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22088/stat : 22088 (java) S 22071 22073 21622 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 16196580 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22089] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22089/stat : 22089 (java) S 22071 22073 21622 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 14 0 16196581 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1322.45
Current children cumulated vsize (KiB) 1545792

[startup+754.302 s]
/proc/loadavg: 2.31 2.37 1.82 2/120 22122
/proc/meminfo: memFree=1458540/2059040 swapFree=4136716/4192956
[pid=22073] ppid=22071 vsize=1545792 CPUtime=1323.24
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 106170 0 1 0 132204 120 0 0 15 0 14 0 16196507 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 386448 92569 1451 10 0 383751 0
[pid=22073/tid=22075] ppid=22071 vsize=1545792 CPUtime=16.94
/proc/22073/task/22075/stat : 22075 (java) R 22071 22073 21622 0 -1 4202560 5115 0 1 0 1690 4 0 0 25 0 14 0 16196509 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4109313699 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22073/tid=22076] ppid=22071 vsize=1545792 CPUtime=14.08
/proc/22073/task/22076/stat : 22076 (java) S 22071 22073 21622 0 -1 4202560 19730 0 0 0 1382 26 0 0 15 0 14 0 16196510 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22077] ppid=22071 vsize=1545792 CPUtime=14.01
/proc/22073/task/22077/stat : 22077 (java) S 22071 22073 21622 0 -1 4202560 18917 0 0 0 1373 28 0 0 16 0 14 0 16196510 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22078] ppid=22071 vsize=1545792 CPUtime=150.24
/proc/22073/task/22078/stat : 22078 (java) S 22071 22073 21622 0 -1 4202560 15253 0 0 0 15004 20 0 0 15 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22079] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22079/stat : 22079 (java) S 22071 22073 21622 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22080] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22080/stat : 22080 (java) S 22071 22073 21622 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22081] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22081/stat : 22081 (java) S 22071 22073 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22082] ppid=22071 vsize=1545792 CPUtime=1.64
/proc/22073/task/22082/stat : 22082 (java) S 22071 22073 21622 0 -1 4202560 3380 0 0 0 163 1 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22083] ppid=22071 vsize=1545792 CPUtime=3.75
/proc/22073/task/22083/stat : 22083 (java) S 22071 22073 21622 0 -1 4202560 8999 0 0 0 372 3 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22084] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22084/stat : 22084 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22085] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22085/stat : 22085 (java) S 22071 22073 21622 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22088] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22088/stat : 22088 (java) S 22071 22073 21622 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 16196580 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22089] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22089/stat : 22089 (java) S 22071 22073 21622 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 14 0 16196581 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1323.24
Current children cumulated vsize (KiB) 1545792

[startup+755.102 s]
/proc/loadavg: 2.31 2.37 1.82 2/120 22122
/proc/meminfo: memFree=1458540/2059040 swapFree=4136716/4192956
[pid=22073] ppid=22071 vsize=1545792 CPUtime=1324.04
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 106170 0 1 0 132284 120 0 0 15 0 14 0 16196507 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 386448 92569 1451 10 0 383751 0
[pid=22073/tid=22075] ppid=22071 vsize=1545792 CPUtime=17.74
/proc/22073/task/22075/stat : 22075 (java) R 22071 22073 21622 0 -1 4202560 5115 0 1 0 1770 4 0 0 25 0 14 0 16196509 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4109313756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22073/tid=22076] ppid=22071 vsize=1545792 CPUtime=14.08
/proc/22073/task/22076/stat : 22076 (java) S 22071 22073 21622 0 -1 4202560 19730 0 0 0 1382 26 0 0 15 0 14 0 16196510 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22077] ppid=22071 vsize=1545792 CPUtime=14.01
/proc/22073/task/22077/stat : 22077 (java) S 22071 22073 21622 0 -1 4202560 18917 0 0 0 1373 28 0 0 16 0 14 0 16196510 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22078] ppid=22071 vsize=1545792 CPUtime=150.24
/proc/22073/task/22078/stat : 22078 (java) S 22071 22073 21622 0 -1 4202560 15253 0 0 0 15004 20 0 0 15 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22079] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22079/stat : 22079 (java) S 22071 22073 21622 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22080] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22080/stat : 22080 (java) S 22071 22073 21622 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22081] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22081/stat : 22081 (java) S 22071 22073 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22082] ppid=22071 vsize=1545792 CPUtime=1.64
/proc/22073/task/22082/stat : 22082 (java) S 22071 22073 21622 0 -1 4202560 3380 0 0 0 163 1 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22083] ppid=22071 vsize=1545792 CPUtime=3.75
/proc/22073/task/22083/stat : 22083 (java) S 22071 22073 21622 0 -1 4202560 8999 0 0 0 372 3 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22084] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22084/stat : 22084 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22085] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22085/stat : 22085 (java) S 22071 22073 21622 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22088] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22088/stat : 22088 (java) S 22071 22073 21622 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 16196580 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22089] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22089/stat : 22089 (java) S 22071 22073 21622 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 14 0 16196581 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1324.04
Current children cumulated vsize (KiB) 1545792

[startup+755.302 s]
/proc/loadavg: 2.31 2.37 1.82 2/120 22122
/proc/meminfo: memFree=1458540/2059040 swapFree=4136716/4192956
[pid=22073] ppid=22071 vsize=1545792 CPUtime=1324.24
/proc/22073/stat : 22073 (java) S 22071 22073 21622 0 -1 4202496 106170 0 1 0 132304 120 0 0 15 0 14 0 16196507 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 386448 92569 1451 10 0 383751 0
[pid=22073/tid=22075] ppid=22071 vsize=1545792 CPUtime=17.94
/proc/22073/task/22075/stat : 22075 (java) R 22071 22073 21622 0 -1 4202560 5115 0 1 0 1790 4 0 0 25 0 14 0 16196509 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4109313777 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22073/tid=22076] ppid=22071 vsize=1545792 CPUtime=14.08
/proc/22073/task/22076/stat : 22076 (java) S 22071 22073 21622 0 -1 4202560 19730 0 0 0 1382 26 0 0 15 0 14 0 16196510 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=22073/tid=22077] ppid=22071 vsize=1545792 CPUtime=14.01
/proc/22073/task/22077/stat : 22077 (java) S 22071 22073 21622 0 -1 4202560 18917 0 0 0 1373 28 0 0 16 0 14 0 16196510 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22078] ppid=22071 vsize=1545792 CPUtime=150.24
/proc/22073/task/22078/stat : 22078 (java) S 22071 22073 21622 0 -1 4202560 15253 0 0 0 15004 20 0 0 15 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22079] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22079/stat : 22079 (java) S 22071 22073 21622 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22080] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22080/stat : 22080 (java) S 22071 22073 21622 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16196512 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22081] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22081/stat : 22081 (java) S 22071 22073 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22082] ppid=22071 vsize=1545792 CPUtime=1.64
/proc/22073/task/22082/stat : 22082 (java) S 22071 22073 21622 0 -1 4202560 3380 0 0 0 163 1 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22083] ppid=22071 vsize=1545792 CPUtime=3.75
/proc/22073/task/22083/stat : 22083 (java) S 22071 22073 21622 0 -1 4202560 8999 0 0 0 372 3 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22084] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22084/stat : 22084 (java) S 22071 22073 21622 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22085] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22085/stat : 22085 (java) S 22071 22073 21622 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 14 0 16196517 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22088] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22088/stat : 22088 (java) S 22071 22073 21622 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 16196580 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=22073/tid=22089] ppid=22071 vsize=1545792 CPUtime=0
/proc/22073/task/22089/stat : 22089 (java) S 22071 22073 21622 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 14 0 16196581 1582891008 92569 1992294400 134512640 134550932 4294933552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1324.24
Current children cumulated vsize (KiB) 1545792

Child status: 30
Real time (s): 755.373
CPU time (s): 1324.3
CPU user time (s): 1323.05
CPU system time (s): 1.24381
CPU usage (%): 175.317
Max. virtual memory (cumulated for all children) (KiB): 1551408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1323.05
system time used= 1.24381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106180
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= 25702
involuntary context switches= 36188

runsolver used 3.77043 second user time and 7.50386 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-13 07:12:30
IDJOB=2663012
IDBENCH=2029
IDSOLVER=1166
FILE ID=node012/2663012-1276405949
PBS_JOBID= 11173272
Free space on /tmp= 62412 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-1pb.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663012-1276405949/watcher-2663012-1276405949 -o /tmp/evaluation-result-2663012-1276405949/solver-2663012-1276405949 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663012-1276405949.opb

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

MD5SUM BENCH= 7070b0ccf5287a23c61644383564c46b
RANDOM SEED=1354911900

node012.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.258
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.258
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827140 kB
Buffers:         19960 kB
Cached:         127436 kB
SwapCached:      16520 kB
Active:         129772 kB
Inactive:        37184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827140 kB
SwapTotal:     4192956 kB
SwapFree:      4136696 kB
Dirty:             324 kB
Writeback:           0 kB
AnonPages:       10956 kB
Mapped:           9264 kB
Slab:            43088 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180696 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= 62408 MiB
End job on node012 at 2010-06-13 07:25:05