Trace number 2663072

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-31SAT (TO)221 1800.48 937.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8b1.opb
MD5SUM45a62012cfe681f45441c62f782d8601
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark1.11983
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved YES
Number of variables672
Total number of constraints2404
Number of constraints which are clauses2404
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
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 1
Number of bits of the biggest number in a constraint 1
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.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2663072-1276450035.opb
0.24/0.21	c reading problem ... 
0.94/0.61	c ... done. Wall clock time 0.399s.
0.94/0.61	c #vars     672
0.94/0.61	c #constraints  2404
0.94/0.61	c constraints type 
0.94/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.94/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2304
0.94/0.61	c constraints type 
0.94/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2304
0.94/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
0.94/0.66	c And the winner is Resolution
1.20/1.66	c SATISFIABLE
1.20/1.66	c OPTIMIZING...
1.20/1.66	c Got one! Elapsed wall clock time (in seconds):1.447
1.20/1.66	o 230
1.27/1.71	c And the winner is Resolution
1.51/2.67	c Got one! Elapsed wall clock time (in seconds):2.462
1.51/2.67	o 226
1.55/2.72	c And the winner is CuttingPlanes
1.61/3.69	c Got one! Elapsed wall clock time (in seconds):3.476
1.61/3.69	o 221
4.80/5.37	c cleaning 2493 clauses out of 5000 with flag 5000/5000
7.36/6.63	c cleaning 4254 clauses out of 8507 with flag 11000/11000
10.48/8.20	c cleaning 5627 clauses out of 11253 with flag 18000/18000
13.99/10.06	c cleaning 6800 clauses out of 13626 with flag 26000/26000
18.28/12.26	c cleaning 7907 clauses out of 15826 with flag 35000/35000
22.40/14.35	c cleaning 8952 clauses out of 17919 with flag 45000/45000
26.87/16.66	c cleaning 9478 clauses out of 18967 with flag 55000/55000
31.34/18.99	c cleaning 9745 clauses out of 19490 with flag 65001/65001
36.18/21.46	c cleaning 9861 clauses out of 19744 with flag 75000/75000
40.85/23.84	c cleaning 9933 clauses out of 19884 with flag 85001/85001
45.92/26.46	c cleaning 9971 clauses out of 19951 with flag 95001/95001
50.96/29.08	c cleaning 9983 clauses out of 19979 with flag 105000/105000
56.18/31.78	c cleaning 9994 clauses out of 19996 with flag 115000/115000
61.03/34.24	c cleaning 9984 clauses out of 20002 with flag 125000/125000
66.48/37.04	c cleaning 9995 clauses out of 20021 with flag 135003/135003
71.16/39.48	c cleaning 9999 clauses out of 20023 with flag 145000/145000
75.81/41.87	c cleaning 10010 clauses out of 20024 with flag 155000/155000
81.26/44.68	c cleaning 10007 clauses out of 20014 with flag 165000/165000
86.13/47.20	c cleaning 9998 clauses out of 20007 with flag 175000/175000
90.79/49.57	c cleaning 9986 clauses out of 20009 with flag 185000/185000
96.19/52.33	c cleaning 9992 clauses out of 20023 with flag 195000/195000
101.81/55.25	c cleaning 9999 clauses out of 20032 with flag 205001/205001
106.86/57.89	c cleaning 10009 clauses out of 20033 with flag 215001/215001
111.72/60.38	c cleaning 10004 clauses out of 20023 with flag 225000/225000
116.36/62.79	c cleaning 9995 clauses out of 20019 with flag 235000/235000
121.02/65.18	c cleaning 9996 clauses out of 20025 with flag 245001/245001
125.69/67.51	c cleaning 10003 clauses out of 20028 with flag 255000/255000
129.75/69.60	c cleaning 10008 clauses out of 20028 with flag 265003/265003
134.37/72.06	c cleaning 9993 clauses out of 20017 with flag 275000/275000
140.22/75.08	c cleaning 10000 clauses out of 20024 with flag 285000/285000
145.10/77.58	c cleaning 10012 clauses out of 20024 with flag 295000/295000
149.95/80.07	c cleaning 9984 clauses out of 20012 with flag 305000/305000
154.80/82.55	c cleaning 9995 clauses out of 20028 with flag 315000/315000
159.84/85.12	c cleaning 10002 clauses out of 20033 with flag 325000/325000
164.29/87.42	c cleaning 10000 clauses out of 20031 with flag 335000/335000
168.94/89.83	c cleaning 10017 clauses out of 20033 with flag 345002/345002
173.56/92.22	c cleaning 9984 clauses out of 20014 with flag 355000/355000
178.81/94.94	c cleaning 9999 clauses out of 20030 with flag 365000/365000
184.26/97.72	c cleaning 10000 clauses out of 20031 with flag 375000/375000
189.72/100.59	c cleaning 10004 clauses out of 20032 with flag 385001/385001
195.53/103.54	c cleaning 10009 clauses out of 20027 with flag 395000/395000
200.20/105.95	c cleaning 10010 clauses out of 20019 with flag 405001/405001
203.88/107.88	c cleaning 9994 clauses out of 20008 with flag 415000/415000
208.51/110.24	c cleaning 9999 clauses out of 20014 with flag 425000/425000
213.53/112.84	c cleaning 10001 clauses out of 20015 with flag 435000/435000
218.00/115.11	c cleaning 9990 clauses out of 20014 with flag 445000/445000
222.67/117.53	c cleaning 9976 clauses out of 20024 with flag 455000/455000
227.16/119.89	c cleaning 10015 clauses out of 20048 with flag 465000/465000
231.75/122.25	c cleaning 10005 clauses out of 20033 with flag 475000/475000
235.83/124.39	c cleaning 9998 clauses out of 20030 with flag 485002/485002
240.28/126.63	c cleaning 9996 clauses out of 20031 with flag 495001/495001
244.75/128.99	c cleaning 10004 clauses out of 20034 with flag 505000/505000
249.57/131.50	c cleaning 10001 clauses out of 20030 with flag 515000/515000
254.44/133.94	c cleaning 10002 clauses out of 20029 with flag 525000/525000
259.70/136.61	c cleaning 9982 clauses out of 20027 with flag 535000/535000
264.97/139.32	c cleaning 9989 clauses out of 20046 with flag 545001/545001
270.75/142.37	c cleaning 10020 clauses out of 20057 with flag 555001/555001
276.81/145.45	c cleaning 10001 clauses out of 20036 with flag 565000/565000
282.06/148.19	c cleaning 9987 clauses out of 20036 with flag 575001/575001
287.90/151.15	c cleaning 9992 clauses out of 20049 with flag 585001/585001
292.51/153.55	c cleaning 10017 clauses out of 20057 with flag 595001/595001
296.57/155.67	c cleaning 10003 clauses out of 20039 with flag 605000/605000
301.43/158.17	c cleaning 9998 clauses out of 20037 with flag 615001/615001
307.47/161.25	c cleaning 10001 clauses out of 20039 with flag 625001/625001
312.08/163.63	c cleaning 9994 clauses out of 20037 with flag 635000/635000
317.52/166.40	c cleaning 9999 clauses out of 20044 with flag 645001/645001
321.98/168.78	c cleaning 10002 clauses out of 20044 with flag 655000/655000
326.83/171.22	c cleaning 10002 clauses out of 20042 with flag 665000/665000
333.03/174.40	c cleaning 10014 clauses out of 20040 with flag 675000/675000
337.29/176.67	c cleaning 10002 clauses out of 20026 with flag 685000/685000
342.35/179.30	c cleaning 10002 clauses out of 20025 with flag 695001/695001
347.19/181.71	c cleaning 9994 clauses out of 20022 with flag 705000/705000
351.80/184.15	c cleaning 9998 clauses out of 20028 with flag 715000/715000
356.46/186.57	c cleaning 10004 clauses out of 20031 with flag 725001/725001
360.73/188.79	c cleaning 9995 clauses out of 20027 with flag 735001/735001
365.18/191.00	c cleaning 10000 clauses out of 20031 with flag 745000/745000
369.80/193.40	c cleaning 10005 clauses out of 20032 with flag 755001/755001
374.06/195.68	c cleaning 9995 clauses out of 20026 with flag 765000/765000
378.53/197.95	c cleaning 10002 clauses out of 20031 with flag 775000/775000
382.80/200.13	c cleaning 10007 clauses out of 20030 with flag 785001/785001
387.60/202.69	c cleaning 9996 clauses out of 20022 with flag 795000/795000
393.67/205.73	c cleaning 9985 clauses out of 20027 with flag 805001/805001
398.72/208.31	c cleaning 9989 clauses out of 20041 with flag 815000/815000
403.59/210.86	c cleaning 9997 clauses out of 20053 with flag 825001/825001
408.99/213.69	c cleaning 10015 clauses out of 20055 with flag 835000/835000
414.66/216.51	c cleaning 10001 clauses out of 20040 with flag 845000/845000
420.12/219.33	c cleaning 9998 clauses out of 20039 with flag 855000/855000
425.59/222.11	c cleaning 10006 clauses out of 20041 with flag 865000/865000
430.60/224.71	c cleaning 9999 clauses out of 20035 with flag 875000/875000
435.26/227.12	c cleaning 10010 clauses out of 20036 with flag 885000/885000
439.73/229.44	c cleaning 9997 clauses out of 20026 with flag 895000/895000
444.20/231.70	c cleaning 9998 clauses out of 20030 with flag 905001/905001
448.62/234.00	c cleaning 10008 clauses out of 20032 with flag 915001/915001
453.29/236.42	c cleaning 9998 clauses out of 20024 with flag 925001/925001
458.12/238.91	c cleaning 10003 clauses out of 20025 with flag 935000/935000
462.56/241.20	c cleaning 9996 clauses out of 20022 with flag 945000/945000
467.74/243.97	c cleaning 9991 clauses out of 20026 with flag 955000/955000
472.79/246.59	c cleaning 10003 clauses out of 20035 with flag 965000/965000
477.45/248.96	c cleaning 10006 clauses out of 20032 with flag 975000/975000
482.72/251.61	c cleaning 10005 clauses out of 20026 with flag 985000/985000
487.32/254.06	c cleaning 9993 clauses out of 20021 with flag 995000/995000
492.15/256.56	c cleaning 10008 clauses out of 20029 with flag 1005001/1005001
497.00/259.07	c cleaning 10002 clauses out of 20020 with flag 1015000/1015000
501.84/261.54	c cleaning 9998 clauses out of 20019 with flag 1025001/1025001
507.43/264.47	c cleaning 9996 clauses out of 20020 with flag 1035000/1035000
513.28/267.49	c cleaning 9998 clauses out of 20025 with flag 1045001/1045001
520.30/271.04	c cleaning 10001 clauses out of 20027 with flag 1055001/1055001
526.55/274.29	c cleaning 10002 clauses out of 20025 with flag 1065000/1065000
532.55/277.31	c cleaning 9995 clauses out of 20023 with flag 1075000/1075000
537.40/279.88	c cleaning 9988 clauses out of 20028 with flag 1085000/1085000
542.63/282.52	c cleaning 9996 clauses out of 20040 with flag 1095000/1095000
547.32/284.98	c cleaning 10016 clauses out of 20046 with flag 1105002/1105002
552.91/287.80	c cleaning 9998 clauses out of 20029 with flag 1115001/1115001
557.76/290.32	c cleaning 10001 clauses out of 20030 with flag 1125000/1125000
563.58/293.37	c cleaning 9992 clauses out of 20030 with flag 1135001/1135001
570.23/296.78	c cleaning 9995 clauses out of 20037 with flag 1145000/1145000
574.86/299.16	c cleaning 9993 clauses out of 20043 with flag 1155001/1155001
580.48/302.00	c cleaning 10010 clauses out of 20049 with flag 1165000/1165000
584.73/304.20	c cleaning 10005 clauses out of 20040 with flag 1175001/1175001
589.37/306.67	c cleaning 10001 clauses out of 20034 with flag 1185000/1185000
594.37/309.23	c cleaning 10003 clauses out of 20033 with flag 1195000/1195000
598.62/311.49	c cleaning 10000 clauses out of 20030 with flag 1205000/1205000
603.08/313.70	c cleaning 9999 clauses out of 20031 with flag 1215001/1215001
607.55/316.08	c cleaning 9997 clauses out of 20031 with flag 1225000/1225000
612.56/318.63	c cleaning 10007 clauses out of 20034 with flag 1235000/1235000
616.83/320.85	c cleaning 9997 clauses out of 20027 with flag 1245000/1245000
621.29/323.18	c cleaning 9999 clauses out of 20031 with flag 1255001/1255001
625.75/325.50	c cleaning 10002 clauses out of 20032 with flag 1265001/1265001
630.56/327.97	c cleaning 10002 clauses out of 20030 with flag 1275001/1275001
635.42/330.46	c cleaning 10002 clauses out of 20027 with flag 1285000/1285000
639.86/332.75	c cleaning 9994 clauses out of 20025 with flag 1295000/1295000
644.52/335.16	c cleaning 10006 clauses out of 20031 with flag 1305000/1305000
648.76/337.37	c cleaning 9999 clauses out of 20026 with flag 1315001/1315001
653.03/339.51	c cleaning 9998 clauses out of 20026 with flag 1325000/1325000
657.30/341.73	c cleaning 10004 clauses out of 20029 with flag 1335001/1335001
661.37/343.89	c cleaning 10000 clauses out of 20024 with flag 1345000/1345000
666.76/346.62	c cleaning 9978 clauses out of 20024 with flag 1355000/1355000
671.23/348.95	c cleaning 10019 clauses out of 20046 with flag 1365000/1365000
675.89/351.33	c cleaning 9996 clauses out of 20028 with flag 1375001/1375001
680.56/353.76	c cleaning 10008 clauses out of 20031 with flag 1385000/1385000
684.37/355.80	c cleaning 10002 clauses out of 20024 with flag 1395001/1395001
688.63/357.93	c cleaning 10004 clauses out of 20022 with flag 1405001/1405001
692.89/360.13	c cleaning 9993 clauses out of 20017 with flag 1415000/1415000
697.95/362.72	c cleaning 9997 clauses out of 20025 with flag 1425001/1425001
702.76/365.24	c cleaning 9990 clauses out of 20027 with flag 1435000/1435000
708.01/367.96	c cleaning 10001 clauses out of 20038 with flag 1445001/1445001
712.88/370.44	c cleaning 10002 clauses out of 20036 with flag 1455000/1455000
717.34/372.73	c cleaning 9986 clauses out of 20034 with flag 1465000/1465000
722.15/375.25	c cleaning 10000 clauses out of 20048 with flag 1475000/1475000
727.82/378.19	c cleaning 10000 clauses out of 20048 with flag 1485000/1485000
734.69/381.66	c cleaning 10000 clauses out of 20048 with flag 1495000/1495000
740.53/384.65	c cleaning 9988 clauses out of 20049 with flag 1505001/1505001
746.32/387.70	c cleaning 9990 clauses out of 20060 with flag 1515000/1515000
752.35/390.75	c cleaning 10024 clauses out of 20070 with flag 1525000/1525000
756.80/393.08	c cleaning 10001 clauses out of 20046 with flag 1535000/1535000
761.24/395.34	c cleaning 10008 clauses out of 20045 with flag 1545000/1545000
765.84/397.73	c cleaning 10006 clauses out of 20037 with flag 1555000/1555000
770.29/400.07	c cleaning 9994 clauses out of 20031 with flag 1565000/1565000
774.94/402.48	c cleaning 10007 clauses out of 20037 with flag 1575000/1575000
780.57/405.38	c cleaning 10006 clauses out of 20031 with flag 1585001/1585001
785.94/408.14	c cleaning 9999 clauses out of 20024 with flag 1595000/1595000
790.96/410.73	c cleaning 10000 clauses out of 20025 with flag 1605000/1605000
796.77/413.70	c cleaning 10001 clauses out of 20025 with flag 1615000/1615000
802.18/416.53	c cleaning 10001 clauses out of 20024 with flag 1625000/1625000
807.93/419.57	c cleaning 9991 clauses out of 20023 with flag 1635000/1635000
813.72/422.50	c cleaning 9987 clauses out of 20033 with flag 1645001/1645001
818.14/424.82	c cleaning 9996 clauses out of 20045 with flag 1655000/1655000
823.38/427.52	c cleaning 9988 clauses out of 20050 with flag 1665001/1665001
828.16/430.10	c cleaning 10007 clauses out of 20061 with flag 1675000/1675000
832.97/432.59	c cleaning 10001 clauses out of 20054 with flag 1685000/1685000
837.81/435.01	c cleaning 10014 clauses out of 20053 with flag 1695000/1695000
842.62/437.59	c cleaning 9999 clauses out of 20039 with flag 1705000/1705000
847.16/439.99	c cleaning 9996 clauses out of 20040 with flag 1715000/1715000
851.36/442.17	c cleaning 10012 clauses out of 20044 with flag 1725000/1725000
855.95/444.55	c cleaning 9995 clauses out of 20032 with flag 1735000/1735000
860.35/446.90	c cleaning 9982 clauses out of 20037 with flag 1745000/1745000
864.67/449.19	c cleaning 9997 clauses out of 20055 with flag 1755000/1755000
869.28/451.50	c cleaning 9993 clauses out of 20058 with flag 1765000/1765000
873.69/453.83	c cleaning 10019 clauses out of 20065 with flag 1775000/1775000
878.51/456.36	c cleaning 10008 clauses out of 20047 with flag 1785001/1785001
883.64/459.03	c cleaning 10008 clauses out of 20038 with flag 1795000/1795000
888.64/461.60	c cleaning 9995 clauses out of 20030 with flag 1805000/1805000
893.45/464.11	c cleaning 9990 clauses out of 20035 with flag 1815000/1815000
897.85/466.46	c cleaning 10012 clauses out of 20045 with flag 1825000/1825000
903.17/469.23	c cleaning 10002 clauses out of 20034 with flag 1835001/1835001
907.77/471.60	c cleaning 9982 clauses out of 20032 with flag 1845001/1845001
911.97/473.82	c cleaning 10016 clauses out of 20049 with flag 1855000/1855000
916.56/476.29	c cleaning 9999 clauses out of 20033 with flag 1865000/1865000
921.69/478.92	c cleaning 10001 clauses out of 20035 with flag 1875001/1875001
925.91/481.14	c cleaning 9999 clauses out of 20033 with flag 1885000/1885000
929.91/483.22	c cleaning 10004 clauses out of 20034 with flag 1895000/1895000
933.73/485.28	c cleaning 9998 clauses out of 20030 with flag 1905000/1905000
938.05/487.51	c cleaning 10015 clauses out of 20033 with flag 1915001/1915001
942.24/489.72	c cleaning 9986 clauses out of 20017 with flag 1925000/1925000
946.44/491.97	c cleaning 10009 clauses out of 20031 with flag 1935000/1935000
951.04/494.33	c cleaning 9991 clauses out of 20024 with flag 1945002/1945002
955.38/496.61	c cleaning 10002 clauses out of 20031 with flag 1955000/1955000
959.76/498.97	c cleaning 9993 clauses out of 20029 with flag 1965000/1965000
964.35/501.32	c cleaning 10003 clauses out of 20036 with flag 1975000/1975000
968.77/503.62	c cleaning 10009 clauses out of 20033 with flag 1985000/1985000
973.32/506.08	c cleaning 9993 clauses out of 20024 with flag 1995000/1995000
977.32/508.19	c cleaning 10009 clauses out of 20032 with flag 2005001/2005001
981.72/510.49	c cleaning 9989 clauses out of 20022 with flag 2015000/2015000
986.29/512.86	c cleaning 9998 clauses out of 20033 with flag 2025000/2025000
991.01/515.31	c cleaning 10010 clauses out of 20037 with flag 2035002/2035002
996.23/518.06	c cleaning 9991 clauses out of 20025 with flag 2045000/2045000
1001.02/520.53	c cleaning 10010 clauses out of 20034 with flag 2055000/2055000
1005.23/522.77	c cleaning 10006 clauses out of 20024 with flag 2065000/2065000
1010.96/525.79	c cleaning 9991 clauses out of 20018 with flag 2075000/2075000
1016.92/528.88	c cleaning 10006 clauses out of 20028 with flag 2085001/2085001
1022.30/531.65	c cleaning 9996 clauses out of 20021 with flag 2095000/2095000
1027.08/534.17	c cleaning 9996 clauses out of 20026 with flag 2105001/2105001
1032.35/536.92	c cleaning 9987 clauses out of 20029 with flag 2115000/2115000
1038.14/539.96	c cleaning 10007 clauses out of 20042 with flag 2125000/2125000
1042.75/542.31	c cleaning 10002 clauses out of 20036 with flag 2135001/2135001
1047.93/545.02	c cleaning 9994 clauses out of 20033 with flag 2145000/2145000
1052.64/547.51	c cleaning 10000 clauses out of 20039 with flag 2155000/2155000
1057.23/550.01	c cleaning 10003 clauses out of 20040 with flag 2165001/2165001
1062.20/552.57	c cleaning 10001 clauses out of 20037 with flag 2175001/2175001
1067.20/555.18	c cleaning 9999 clauses out of 20035 with flag 2185000/2185000
1071.90/557.70	c cleaning 9999 clauses out of 20037 with flag 2195001/2195001
1076.89/560.21	c cleaning 10004 clauses out of 20037 with flag 2205000/2205000
1081.68/562.76	c cleaning 9998 clauses out of 20034 with flag 2215001/2215001
1085.87/564.99	c cleaning 10002 clauses out of 20035 with flag 2225000/2225000
1090.99/567.64	c cleaning 10002 clauses out of 20034 with flag 2235001/2235001
1095.38/569.94	c cleaning 10001 clauses out of 20031 with flag 2245000/2245000
1099.97/572.38	c cleaning 10000 clauses out of 20030 with flag 2255000/2255000
1104.97/574.94	c cleaning 9999 clauses out of 20031 with flag 2265001/2265001
1110.25/577.77	c cleaning 10000 clauses out of 20031 with flag 2275000/2275000
1115.63/580.52	c cleaning 9996 clauses out of 20031 with flag 2285000/2285000
1121.59/583.67	c cleaning 9994 clauses out of 20036 with flag 2295001/2295001
1127.77/586.86	c cleaning 10001 clauses out of 20041 with flag 2305000/2305000
1133.85/590.06	c cleaning 9996 clauses out of 20040 with flag 2315000/2315000
1140.24/593.30	c cleaning 9996 clauses out of 20045 with flag 2325001/2325001
1147.83/597.23	c cleaning 9996 clauses out of 20049 with flag 2335001/2335001
1156.00/601.44	c cleaning 10005 clauses out of 20053 with flag 2345001/2345001
1163.50/605.31	c cleaning 10009 clauses out of 20048 with flag 2355001/2355001
1169.10/608.30	c cleaning 9996 clauses out of 20039 with flag 2365001/2365001
1175.06/611.31	c cleaning 10003 clauses out of 20043 with flag 2375001/2375001
1181.03/614.49	c cleaning 9997 clauses out of 20039 with flag 2385000/2385000
1187.51/617.85	c cleaning 10002 clauses out of 20043 with flag 2395001/2395001
1193.89/621.13	c cleaning 9999 clauses out of 20041 with flag 2405001/2405001
1200.25/624.46	c cleaning 9996 clauses out of 20041 with flag 2415000/2415000
1206.04/627.45	c cleaning 9999 clauses out of 20046 with flag 2425001/2425001
1212.13/630.68	c cleaning 10015 clauses out of 20047 with flag 2435001/2435001
1216.91/633.13	c cleaning 10004 clauses out of 20031 with flag 2445000/2445000
1221.90/635.79	c cleaning 10008 clauses out of 20027 with flag 2455000/2455000
1227.66/638.72	c cleaning 9990 clauses out of 20019 with flag 2465000/2465000
1234.90/642.57	c cleaning 10002 clauses out of 20029 with flag 2475000/2475000
1242.07/646.27	c cleaning 10001 clauses out of 20027 with flag 2485000/2485000
1247.86/649.28	c cleaning 9992 clauses out of 20026 with flag 2495000/2495000
1253.46/652.17	c cleaning 10000 clauses out of 20034 with flag 2505000/2505000
1259.59/655.38	c cleaning 10001 clauses out of 20035 with flag 2515001/2515001
1265.78/658.52	c cleaning 10000 clauses out of 20033 with flag 2525000/2525000
1271.97/661.80	c cleaning 9996 clauses out of 20033 with flag 2535000/2535000
1277.96/664.85	c cleaning 10003 clauses out of 20038 with flag 2545001/2545001
1284.08/668.03	c cleaning 10000 clauses out of 20035 with flag 2555001/2555001
1290.27/671.25	c cleaning 9998 clauses out of 20034 with flag 2565000/2565000
1295.67/674.08	c cleaning 10003 clauses out of 20037 with flag 2575001/2575001
1301.47/677.08	c cleaning 10001 clauses out of 20034 with flag 2585001/2585001
1307.59/680.28	c cleaning 10000 clauses out of 20033 with flag 2595001/2595001
1312.79/682.95	c cleaning 9999 clauses out of 20033 with flag 2605001/2605001
1318.59/685.99	c cleaning 10000 clauses out of 20033 with flag 2615000/2615000
1324.00/688.76	c cleaning 10000 clauses out of 20034 with flag 2625001/2625001
1329.92/691.89	c cleaning 9998 clauses out of 20033 with flag 2635000/2635000
1336.31/695.18	c cleaning 10002 clauses out of 20035 with flag 2645000/2645000
1342.30/698.23	c cleaning 9999 clauses out of 20034 with flag 2655001/2655001
1347.11/700.74	c cleaning 9985 clauses out of 20034 with flag 2665000/2665000
1352.42/703.51	c cleaning 10002 clauses out of 20050 with flag 2675001/2675001
1357.44/706.15	c cleaning 9994 clauses out of 20048 with flag 2685001/2685001
1362.82/709.00	c cleaning 9987 clauses out of 20053 with flag 2695000/2695000
1368.61/711.97	c cleaning 10000 clauses out of 20067 with flag 2705001/2705001
1374.55/715.08	c cleaning 10020 clauses out of 20067 with flag 2715001/2715001
1380.13/717.96	c cleaning 9996 clauses out of 20047 with flag 2725001/2725001
1386.32/721.13	c cleaning 9993 clauses out of 20050 with flag 2735000/2735000
1392.11/724.18	c cleaning 9992 clauses out of 20057 with flag 2745000/2745000
1400.01/728.29	c cleaning 9995 clauses out of 20065 with flag 2755000/2755000
1406.00/731.31	c cleaning 10024 clauses out of 20070 with flag 2765000/2765000
1411.40/734.12	c cleaning 9992 clauses out of 20046 with flag 2775000/2775000
1417.97/737.51	c cleaning 9989 clauses out of 20054 with flag 2785000/2785000
1423.04/740.29	c cleaning 10007 clauses out of 20066 with flag 2795001/2795001
1429.60/743.63	c cleaning 10013 clauses out of 20058 with flag 2805000/2805000
1435.57/746.72	c cleaning 9994 clauses out of 20045 with flag 2815000/2815000
1441.78/749.99	c cleaning 10011 clauses out of 20051 with flag 2825000/2825000
1446.85/752.67	c cleaning 9995 clauses out of 20040 with flag 2835000/2835000
1452.64/755.67	c cleaning 10007 clauses out of 20045 with flag 2845000/2845000
1458.40/758.60	c cleaning 9981 clauses out of 20038 with flag 2855000/2855000
1464.96/762.06	c cleaning 9995 clauses out of 20057 with flag 2865000/2865000
1470.83/765.17	c cleaning 10001 clauses out of 20062 with flag 2875000/2875000
1477.79/768.73	c cleaning 9995 clauses out of 20061 with flag 2885000/2885000
1482.76/771.33	c cleaning 10014 clauses out of 20067 with flag 2895001/2895001
1487.57/773.85	c cleaning 10006 clauses out of 20052 with flag 2905000/2905000
1493.24/776.81	c cleaning 10002 clauses out of 20048 with flag 2915002/2915002
1498.45/779.52	c cleaning 9998 clauses out of 20044 with flag 2925000/2925000
1503.46/782.19	c cleaning 10001 clauses out of 20046 with flag 2935000/2935000
1508.64/784.88	c cleaning 9998 clauses out of 20046 with flag 2945001/2945001
1513.16/787.29	c cleaning 9982 clauses out of 20047 with flag 2955000/2955000
1518.97/790.22	c cleaning 10003 clauses out of 20065 with flag 2965000/2965000
1524.17/792.96	c cleaning 10016 clauses out of 20062 with flag 2975000/2975000
1529.16/795.55	c cleaning 9991 clauses out of 20046 with flag 2985000/2985000
1533.87/798.04	c cleaning 10016 clauses out of 20055 with flag 2995000/2995000
1538.87/800.69	c cleaning 9999 clauses out of 20040 with flag 3005001/3005001
1543.27/802.99	c cleaning 10009 clauses out of 20041 with flag 3015001/3015001
1547.86/805.38	c cleaning 9999 clauses out of 20032 with flag 3025001/3025001
1552.54/807.80	c cleaning 9999 clauses out of 20034 with flag 3035002/3035002
1556.94/810.17	c cleaning 10000 clauses out of 20034 with flag 3045001/3045001
1562.15/812.89	c cleaning 10009 clauses out of 20033 with flag 3055000/3055000
1566.94/815.38	c cleaning 10001 clauses out of 20025 with flag 3065001/3065001
1572.02/818.09	c cleaning 9999 clauses out of 20023 with flag 3075000/3075000
1576.81/820.57	c cleaning 9998 clauses out of 20024 with flag 3085000/3085000
1581.97/823.21	c cleaning 10005 clauses out of 20027 with flag 3095001/3095001
1586.75/825.79	c cleaning 9996 clauses out of 20022 with flag 3105001/3105001
1592.23/828.63	c cleaning 9994 clauses out of 20026 with flag 3115001/3115001
1596.62/830.99	c cleaning 9996 clauses out of 20031 with flag 3125000/3125000
1602.60/834.03	c cleaning 10002 clauses out of 20035 with flag 3135000/3135000
1607.60/836.69	c cleaning 10004 clauses out of 20034 with flag 3145001/3145001
1613.27/839.63	c cleaning 9990 clauses out of 20029 with flag 3155000/3155000
1618.46/842.33	c cleaning 10004 clauses out of 20040 with flag 3165001/3165001
1623.85/845.11	c cleaning 9992 clauses out of 20036 with flag 3175001/3175001
1629.23/847.98	c cleaning 10015 clauses out of 20043 with flag 3185000/3185000
1634.50/850.77	c cleaning 9991 clauses out of 20028 with flag 3195000/3195000
1639.71/853.42	c cleaning 10011 clauses out of 20037 with flag 3205000/3205000
1644.69/856.00	c cleaning 10002 clauses out of 20026 with flag 3215000/3215000
1649.49/858.56	c cleaning 9987 clauses out of 20024 with flag 3225000/3225000
1655.36/861.66	c cleaning 10003 clauses out of 20037 with flag 3235000/3235000
1659.96/864.04	c cleaning 10002 clauses out of 20034 with flag 3245000/3245000
1665.36/866.86	c cleaning 10001 clauses out of 20032 with flag 3255000/3255000
1671.13/869.84	c cleaning 9987 clauses out of 20031 with flag 3265000/3265000
1676.01/872.46	c cleaning 10013 clauses out of 20045 with flag 3275001/3275001
1680.61/874.88	c cleaning 9996 clauses out of 20031 with flag 3285000/3285000
1685.57/877.49	c cleaning 10005 clauses out of 20035 with flag 3295000/3295000
1690.76/880.19	c cleaning 10007 clauses out of 20031 with flag 3305001/3305001
1696.47/883.20	c cleaning 10002 clauses out of 20024 with flag 3315001/3315001
1702.25/886.17	c cleaning 9998 clauses out of 20021 with flag 3325000/3325000
1708.63/889.45	c cleaning 9996 clauses out of 20023 with flag 3335000/3335000
1713.64/892.01	c cleaning 10004 clauses out of 20027 with flag 3345000/3345000
1718.72/894.71	c cleaning 10000 clauses out of 20023 with flag 3355000/3355000
1723.50/897.28	c cleaning 10000 clauses out of 20023 with flag 3365000/3365000
1728.30/899.77	c cleaning 10002 clauses out of 20023 with flag 3375000/3375000
1733.09/902.29	c cleaning 9996 clauses out of 20022 with flag 3385001/3385001
1738.59/905.12	c cleaning 10005 clauses out of 20025 with flag 3395000/3395000
1743.97/907.91	c cleaning 9996 clauses out of 20020 with flag 3405000/3405000
1748.96/910.53	c cleaning 9998 clauses out of 20024 with flag 3415000/3415000
1754.15/913.22	c cleaning 10000 clauses out of 20026 with flag 3425000/3425000
1758.87/915.75	c cleaning 10002 clauses out of 20026 with flag 3435000/3435000
1763.66/918.22	c cleaning 9996 clauses out of 20024 with flag 3445000/3445000
1768.66/920.81	c cleaning 9997 clauses out of 20029 with flag 3455001/3455001
1773.84/923.52	c cleaning 10003 clauses out of 20032 with flag 3465001/3465001
1778.93/926.26	c cleaning 9998 clauses out of 20028 with flag 3475000/3475000
1784.51/929.17	c cleaning 10001 clauses out of 20030 with flag 3485000/3485000
1789.10/931.56	c cleaning 10000 clauses out of 20029 with flag 3495000/3495000
1794.66/934.42	c cleaning 9996 clauses out of 20030 with flag 3505001/3505001
1800.12/937.32	c starts		: 10
1800.12/937.32	c conflicts		: 936
1800.12/937.32	c decisions		: 2689
1800.12/937.32	c propagations		: 33807
1800.12/937.32	c inspects		: 5769277
1800.12/937.32	c learnt literals	: 0
1800.12/937.32	c learnt binary clauses	: 1
1800.12/937.32	c learnt ternary clauses	: 2
1800.12/937.32	c learnt clauses	: 935
1800.12/937.32	c ignored clauses	: 0
1800.12/937.32	c root simplifications	: 0
1800.12/937.32	c removed literals (reason simplification)	: 0
1800.12/937.32	c reason swapping (by a shorter reason)	: 0
1800.12/937.32	c Calls to reduceDB	: 0
1800.12/937.32	c number of reductions to clauses (during analyze)	: 0
1800.12/937.32	c number of learned constraints concerned by reduction	: 0
1800.12/937.32	c number of learning phase by resolution	: 0
1800.12/937.32	c number of learning phase by cutting planes	: 0
1800.12/937.32	c speed (assignments/second)	: 36.21140080184147
1800.12/937.32	c non guided choices	0
1800.12/937.32	c learnt constraints type 
1800.12/937.32	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 52
1800.12/937.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.12/937.32	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 1
1800.12/937.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 875
1800.12/937.32	c constraints type 
1800.12/937.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
1800.12/937.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.12/937.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2304
1800.12/937.32	c constraints type 
1800.12/937.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2304
1800.12/937.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
1800.12/937.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.12/937.32	s SATISFIABLE
1800.12/937.33	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 
1800.12/937.33	c objective function=221
1800.12/937.33	c Total wall clock time (in seconds): 937.115

Verifier Data

OK	221

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27770
/proc/meminfo: memFree=1862752/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=248 CPUtime=0
/proc/27770/stat : 27770 (java) R 27768 27770 27553 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 20607492 253952 28 1992294400 134512640 134550932 4294643392 18446744073709551615 8045022 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27770/statm: 62 28 21 10 0 23 0

[startup+0.042756 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27770
/proc/meminfo: memFree=1862752/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1520328 CPUtime=0.03
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 3381 0 1 0 1 2 0 0 18 0 4 0 20607492 1556815872 2825 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 380082 2825 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.100761 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27770
/proc/meminfo: memFree=1862752/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1524180 CPUtime=0.08
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 20607492 1560760320 3403 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 381045 3403 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300364 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27770
/proc/meminfo: memFree=1862752/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1526244 CPUtime=0.35
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 5366 0 1 0 32 3 0 0 18 0 12 0 20607492 1562873856 4804 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 381561 4804 1361 10 0 378864 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526244

[startup+0.700359 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27770
/proc/meminfo: memFree=1862752/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1530916 CPUtime=1.15
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 8061 0 1 0 110 5 0 0 18 0 14 0 20607492 1567657984 7145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 382729 7145 1405 10 0 380032 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1530916

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 27786
/proc/meminfo: memFree=1839144/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1530916 CPUtime=1.2
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 8117 0 1 0 115 5 0 0 18 0 14 0 20607492 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 382729 7201 1411 10 0 380032 0
[pid=27770/tid=27772] ppid=27768 vsize=1530916 CPUtime=0.59
/proc/27770/task/27772/stat : 27772 (java) S 27768 27770 27553 0 -1 4202560 4838 0 1 0 56 3 0 0 19 0 14 0 20607493 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27773] ppid=27768 vsize=1530916 CPUtime=0
/proc/27770/task/27773/stat : 27773 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 20607494 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27774] ppid=27768 vsize=1530916 CPUtime=0
/proc/27770/task/27774/stat : 27774 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 20607494 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27775] ppid=27768 vsize=1530916 CPUtime=0
/proc/27770/task/27775/stat : 27775 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 20607496 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27776] ppid=27768 vsize=1530916 CPUtime=0
/proc/27770/task/27776/stat : 27776 (java) S 27768 27770 27553 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 20607497 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27777] ppid=27768 vsize=1530916 CPUtime=0
/proc/27770/task/27777/stat : 27777 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 20607497 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27778] ppid=27768 vsize=1530916 CPUtime=0
/proc/27770/task/27778/stat : 27778 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 20607501 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27779] ppid=27768 vsize=1530916 CPUtime=0.09
/proc/27770/task/27779/stat : 27779 (java) S 27768 27770 27553 0 -1 4202560 119 0 0 0 9 0 0 0 24 0 14 0 20607501 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27780] ppid=27768 vsize=1530916 CPUtime=0.38
/proc/27770/task/27780/stat : 27780 (java) S 27768 27770 27553 0 -1 4202560 1705 0 0 0 38 0 0 0 18 0 14 0 20607501 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27781] ppid=27768 vsize=1530916 CPUtime=0
/proc/27770/task/27781/stat : 27781 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 20607501 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27782] ppid=27768 vsize=1530916 CPUtime=0
/proc/27770/task/27782/stat : 27782 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 20607501 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27785] ppid=27768 vsize=1530916 CPUtime=0
/proc/27770/task/27785/stat : 27785 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 20607557 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27786] ppid=27768 vsize=1530916 CPUtime=0
/proc/27770/task/27786/stat : 27786 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 20607562 1567657984 7201 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1530916

[startup+3.10132 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 27788
/proc/meminfo: memFree=1836416/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1531612 CPUtime=1.61
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 9129 0 1 0 155 6 0 0 18 0 14 0 20607492 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 382903 8145 1420 10 0 380206 0
[pid=27770/tid=27772] ppid=27768 vsize=1531612 CPUtime=0.61
/proc/27770/task/27772/stat : 27772 (java) S 27768 27770 27553 0 -1 4202560 4983 0 1 0 58 3 0 0 19 0 14 0 20607493 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27773] ppid=27768 vsize=1531612 CPUtime=0
/proc/27770/task/27773/stat : 27773 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 20607494 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27774] ppid=27768 vsize=1531612 CPUtime=0
/proc/27770/task/27774/stat : 27774 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 20607494 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27775] ppid=27768 vsize=1531612 CPUtime=0
/proc/27770/task/27775/stat : 27775 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 20607496 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27776] ppid=27768 vsize=1531612 CPUtime=0
/proc/27770/task/27776/stat : 27776 (java) S 27768 27770 27553 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 20607497 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27777] ppid=27768 vsize=1531612 CPUtime=0
/proc/27770/task/27777/stat : 27777 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 20607497 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27778] ppid=27768 vsize=1531612 CPUtime=0
/proc/27770/task/27778/stat : 27778 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 20607501 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27779] ppid=27768 vsize=1531612 CPUtime=0.21
/proc/27770/task/27779/stat : 27779 (java) S 27768 27770 27553 0 -1 4202560 248 0 0 0 21 0 0 0 17 0 14 0 20607501 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27780] ppid=27768 vsize=1531612 CPUtime=0.52
/proc/27770/task/27780/stat : 27780 (java) S 27768 27770 27553 0 -1 4202560 1795 0 0 0 52 0 0 0 15 0 14 0 20607501 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27781] ppid=27768 vsize=1531612 CPUtime=0
/proc/27770/task/27781/stat : 27781 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 20607501 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27782] ppid=27768 vsize=1531612 CPUtime=0
/proc/27770/task/27782/stat : 27782 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 20607501 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27785] ppid=27768 vsize=1531612 CPUtime=0
/proc/27770/task/27785/stat : 27785 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 20607557 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27786] ppid=27768 vsize=1531612 CPUtime=0
/proc/27770/task/27786/stat : 27786 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 20607562 1568370688 8145 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 1531612
heavy processes:

[startup+6.30139 s]
/proc/loadavg: 0.92 0.98 0.99 2/122 27792
/proc/meminfo: memFree=1775888/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1540504 CPUtime=6.76
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 35299 0 1 0 658 18 0 0 18 0 16 0 20607492 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 385126 32076 1447 10 0 382429 0
[pid=27770/tid=27772] ppid=27768 vsize=1540504 CPUtime=0.62
/proc/27770/task/27772/stat : 27772 (java) S 27768 27770 27553 0 -1 4202560 5045 0 1 0 59 3 0 0 18 0 16 0 20607493 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27773] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27773/stat : 27773 (java) S 27768 27770 27553 0 -1 4202560 258 0 0 0 0 0 0 0 18 0 16 0 20607494 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27774] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27774/stat : 27774 (java) S 27768 27770 27553 0 -1 4202560 566 0 0 0 0 0 0 0 18 0 16 0 20607494 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27775] ppid=27768 vsize=1540504 CPUtime=0.02
/proc/27770/task/27775/stat : 27775 (java) S 27768 27770 27553 0 -1 4202560 839 0 0 0 2 0 0 0 16 0 16 0 20607496 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27776] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27776/stat : 27776 (java) S 27768 27770 27553 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 20607497 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27777] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27777/stat : 27777 (java) S 27768 27770 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20607497 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27778] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27778/stat : 27778 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20607501 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27779] ppid=27768 vsize=1540504 CPUtime=1.67
/proc/27770/task/27779/stat : 27779 (java) R 27768 27770 27553 0 -1 4202560 4482 0 0 0 166 1 0 0 15 0 16 0 20607501 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 106810124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27770/tid=27780] ppid=27768 vsize=1540504 CPUtime=1.29
/proc/27770/task/27780/stat : 27780 (java) S 27768 27770 27553 0 -1 4202560 2117 0 0 0 129 0 0 0 15 0 16 0 20607501 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27781] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27781/stat : 27781 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20607501 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27782] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27782/stat : 27782 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20607501 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27785] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27785/stat : 27785 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 20607557 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27786] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27786/stat : 27786 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 20607562 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27791] ppid=27768 vsize=1540504 CPUtime=1.93
/proc/27770/task/27791/stat : 27791 (java) R 27768 27770 27553 0 -1 4202560 1596 0 0 0 192 1 0 0 19 0 16 0 20607863 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4109654188 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27770/tid=27792] ppid=27768 vsize=1540504 CPUtime=0.91
/proc/27770/task/27792/stat : 27792 (java) R 27768 27770 27553 0 -1 4202560 18295 0 0 0 84 7 0 0 18 0 16 0 20607863 1577476096 32076 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 1540504

[startup+12.7012 s]
/proc/loadavg: 1.09 1.02 1.01 3/122 27792
/proc/meminfo: memFree=1675944/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1540504 CPUtime=19.21
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 53828 0 1 0 1895 26 0 0 18 0 16 0 20607492 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 385126 50273 1451 10 0 382429 0
[pid=27770/tid=27772] ppid=27768 vsize=1540504 CPUtime=0.62
/proc/27770/task/27772/stat : 27772 (java) S 27768 27770 27553 0 -1 4202560 5045 0 1 0 59 3 0 0 18 0 16 0 20607493 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27773] ppid=27768 vsize=1540504 CPUtime=0.14
/proc/27770/task/27773/stat : 27773 (java) S 27768 27770 27553 0 -1 4202560 4020 0 0 0 12 2 0 0 16 0 16 0 20607494 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27774] ppid=27768 vsize=1540504 CPUtime=0.14
/proc/27770/task/27774/stat : 27774 (java) S 27768 27770 27553 0 -1 4202560 4029 0 0 0 13 1 0 0 15 0 16 0 20607494 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27775] ppid=27768 vsize=1540504 CPUtime=0.25
/proc/27770/task/27775/stat : 27775 (java) S 27768 27770 27553 0 -1 4202560 4262 0 0 0 24 1 0 0 16 0 16 0 20607496 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27776] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27776/stat : 27776 (java) S 27768 27770 27553 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 20607497 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27777] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27777/stat : 27777 (java) S 27768 27770 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20607497 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27778] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27778/stat : 27778 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20607501 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27779] ppid=27768 vsize=1540504 CPUtime=2.33
/proc/27770/task/27779/stat : 27779 (java) S 27768 27770 27553 0 -1 4202560 4799 0 0 0 231 2 0 0 15 0 16 0 20607501 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27780] ppid=27768 vsize=1540504 CPUtime=1.42
/proc/27770/task/27780/stat : 27780 (java) S 27768 27770 27553 0 -1 4202560 2120 0 0 0 142 0 0 0 16 0 16 0 20607501 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27781] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27781/stat : 27781 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20607501 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27782] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27782/stat : 27782 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20607501 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27785] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27785/stat : 27785 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 20607557 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27786] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27786/stat : 27786 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 20607562 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27791] ppid=27768 vsize=1540504 CPUtime=7.61
/proc/27770/task/27791/stat : 27791 (java) R 27768 27770 27553 0 -1 4202560 1845 0 0 0 760 1 0 0 25 0 16 0 20607863 1577476096 50273 1992294400 134512640 134550932 4294643392 18446744073709551615 4109113866 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27770/tid=27792] ppid=27768 vsize=1540504 CPUtime=6.37

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

/proc/loadavg: 1.95 1.90 1.55 3/122 27814
/proc/meminfo: memFree=1515612/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1540504 CPUtime=1580.19
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 98800 0 1 0 157846 173 0 0 18 0 16 0 20607492 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 385126 87339 1451 10 0 382429 0
[pid=27770/tid=27772] ppid=27768 vsize=1540504 CPUtime=0.62
/proc/27770/task/27772/stat : 27772 (java) S 27768 27770 27553 0 -1 4202560 5049 0 1 0 59 3 0 0 15 0 16 0 20607493 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27773] ppid=27768 vsize=1540504 CPUtime=3.73
/proc/27770/task/27773/stat : 27773 (java) S 27768 27770 27553 0 -1 4202560 22839 0 0 0 356 17 0 0 16 0 16 0 20607494 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27774] ppid=27768 vsize=1540504 CPUtime=3.72
/proc/27770/task/27774/stat : 27774 (java) S 27768 27770 27553 0 -1 4202560 21359 0 0 0 353 19 0 0 16 0 16 0 20607494 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27775] ppid=27768 vsize=1540504 CPUtime=49.79
/proc/27770/task/27775/stat : 27775 (java) S 27768 27770 27553 0 -1 4202560 12632 0 0 0 4894 85 0 0 15 0 16 0 20607496 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27776] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27776/stat : 27776 (java) S 27768 27770 27553 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 20607497 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27777] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27777/stat : 27777 (java) S 27768 27770 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20607497 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27778] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27778/stat : 27778 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27779] ppid=27768 vsize=1540504 CPUtime=2.47
/proc/27770/task/27779/stat : 27779 (java) S 27768 27770 27553 0 -1 4202560 4799 0 0 0 245 2 0 0 15 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27780] ppid=27768 vsize=1540504 CPUtime=1.42
/proc/27770/task/27780/stat : 27780 (java) S 27768 27770 27553 0 -1 4202560 2120 0 0 0 142 0 0 0 16 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27781] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27781/stat : 27781 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27782] ppid=27768 vsize=1540504 CPUtime=0.02
/proc/27770/task/27782/stat : 27782 (java) S 27768 27770 27553 0 -1 4202560 49 0 0 0 1 1 0 0 15 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27785] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27785/stat : 27785 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 20607557 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27786] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27786/stat : 27786 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 20607562 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27791] ppid=27768 vsize=1540504 CPUtime=761.49
/proc/27770/task/27791/stat : 27791 (java) R 27768 27770 27553 0 -1 4202560 2183 0 0 0 76129 20 0 0 25 0 16 0 20607863 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4109565964 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27770/tid=27792] ppid=27768 vsize=1540504 CPUtime=756.61
/proc/27770/task/27792/stat : 27792 (java) R 27768 27770 27553 0 -1 4202560 25670 0 0 0 75641 20 0 0 24 0 16 0 20607863 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4109987924 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1580.19
Current children cumulated vsize (KiB) 1540504

[startup+882.302 s]
/proc/loadavg: 1.88 1.89 1.57 3/122 27816
/proc/meminfo: memFree=1515364/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1540504 CPUtime=1694.87
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 98830 0 1 0 169223 264 0 0 18 0 16 0 20607492 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 385126 87339 1451 10 0 382429 0
[pid=27770/tid=27772] ppid=27768 vsize=1540504 CPUtime=0.62
/proc/27770/task/27772/stat : 27772 (java) S 27768 27770 27553 0 -1 4202560 5049 0 1 0 59 3 0 0 15 0 16 0 20607493 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27773] ppid=27768 vsize=1540504 CPUtime=3.91
/proc/27770/task/27773/stat : 27773 (java) S 27768 27770 27553 0 -1 4202560 22839 0 0 0 373 18 0 0 15 0 16 0 20607494 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27774] ppid=27768 vsize=1540504 CPUtime=3.88
/proc/27770/task/27774/stat : 27774 (java) S 27768 27770 27553 0 -1 4202560 21359 0 0 0 369 19 0 0 16 0 16 0 20607494 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27775] ppid=27768 vsize=1540504 CPUtime=55.91
/proc/27770/task/27775/stat : 27775 (java) S 27768 27770 27553 0 -1 4202560 12636 0 0 0 5418 173 0 0 15 0 16 0 20607496 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27776] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27776/stat : 27776 (java) S 27768 27770 27553 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 20607497 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27777] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27777/stat : 27777 (java) S 27768 27770 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20607497 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27778] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27778/stat : 27778 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27779] ppid=27768 vsize=1540504 CPUtime=2.47
/proc/27770/task/27779/stat : 27779 (java) S 27768 27770 27553 0 -1 4202560 4799 0 0 0 245 2 0 0 15 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27780] ppid=27768 vsize=1540504 CPUtime=1.42
/proc/27770/task/27780/stat : 27780 (java) S 27768 27770 27553 0 -1 4202560 2120 0 0 0 142 0 0 0 16 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27781] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27781/stat : 27781 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27782] ppid=27768 vsize=1540504 CPUtime=0.02
/proc/27770/task/27782/stat : 27782 (java) S 27768 27770 27553 0 -1 4202560 53 0 0 0 1 1 0 0 15 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27785] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27785/stat : 27785 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 20607557 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27786] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27786/stat : 27786 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 20607562 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27791] ppid=27768 vsize=1540504 CPUtime=815.05
/proc/27770/task/27791/stat : 27791 (java) R 27768 27770 27553 0 -1 4202560 2205 0 0 0 81484 21 0 0 25 0 16 0 20607863 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4109601631 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27770/tid=27792] ppid=27768 vsize=1540504 CPUtime=811.27
/proc/27770/task/27792/stat : 27792 (java) R 27768 27770 27553 0 -1 4202560 25670 0 0 0 81105 22 0 0 25 0 16 0 20607863 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4109987984 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1694.87
Current children cumulated vsize (KiB) 1540504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+937.302 s]
/proc/loadavg: 1.99 1.92 1.59 3/122 27816
/proc/meminfo: memFree=1515240/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1540504 CPUtime=1800.12
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 98854 0 1 0 179631 381 0 0 18 0 16 0 20607492 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 385126 87339 1451 10 0 382429 0
[pid=27770/tid=27772] ppid=27768 vsize=1540504 CPUtime=0.62
/proc/27770/task/27772/stat : 27772 (java) S 27768 27770 27553 0 -1 4202560 5050 0 1 0 59 3 0 0 15 0 16 0 20607493 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27773] ppid=27768 vsize=1540504 CPUtime=4
/proc/27770/task/27773/stat : 27773 (java) S 27768 27770 27553 0 -1 4202560 22839 0 0 0 382 18 0 0 15 0 16 0 20607494 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27774] ppid=27768 vsize=1540504 CPUtime=3.98
/proc/27770/task/27774/stat : 27774 (java) S 27768 27770 27553 0 -1 4202560 21359 0 0 0 378 20 0 0 16 0 16 0 20607494 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27775] ppid=27768 vsize=1540504 CPUtime=61.9
/proc/27770/task/27775/stat : 27775 (java) S 27768 27770 27553 0 -1 4202560 12638 0 0 0 5904 286 0 0 15 0 16 0 20607496 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27776] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27776/stat : 27776 (java) S 27768 27770 27553 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 20607497 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27777] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27777/stat : 27777 (java) S 27768 27770 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20607497 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27778] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27778/stat : 27778 (java) S 27768 27770 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27779] ppid=27768 vsize=1540504 CPUtime=2.47
/proc/27770/task/27779/stat : 27779 (java) S 27768 27770 27553 0 -1 4202560 4799 0 0 0 245 2 0 0 15 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27780] ppid=27768 vsize=1540504 CPUtime=1.42
/proc/27770/task/27780/stat : 27780 (java) S 27768 27770 27553 0 -1 4202560 2120 0 0 0 142 0 0 0 16 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27781] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27781/stat : 27781 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27782] ppid=27768 vsize=1540504 CPUtime=0.02
/proc/27770/task/27782/stat : 27782 (java) R 27768 27770 27553 0 -1 4202560 55 0 0 0 1 1 0 0 15 0 16 0 20607501 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27770/tid=27785] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27785/stat : 27785 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 20607557 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27786] ppid=27768 vsize=1540504 CPUtime=0
/proc/27770/task/27786/stat : 27786 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 20607562 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27791] ppid=27768 vsize=1540504 CPUtime=863.65
/proc/27770/task/27791/stat : 27791 (java) R 27768 27770 27553 0 -1 4202560 2223 0 0 0 86343 22 0 0 25 0 16 0 20607863 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4110248854 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27770/tid=27792] ppid=27768 vsize=1540504 CPUtime=861.73
/proc/27770/task/27792/stat : 27792 (java) R 27768 27770 27553 0 -1 4202560 25671 0 0 0 86150 23 0 0 25 0 16 0 20607863 1577476096 87339 1992294400 134512640 134550932 4294643392 18446744073709551615 4109987848 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1540504

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+937.418 s]
/proc/loadavg: 1.99 1.92 1.59 3/122 27816
/proc/meminfo: memFree=1515240/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=1541152 CPUtime=1800.33
/proc/27770/stat : 27770 (java) S 27768 27770 27553 0 -1 4202496 98873 0 1 0 179648 385 0 0 18 0 15 0 20607492 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 385288 87358 1451 10 0 382591 0
[pid=27770/tid=27772] ppid=27768 vsize=1541152 CPUtime=0.62
/proc/27770/task/27772/stat : 27772 (java) S 27768 27770 27553 0 -1 4202560 5050 0 1 0 59 3 0 0 15 0 15 0 20607493 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27773] ppid=27768 vsize=1541152 CPUtime=4
/proc/27770/task/27773/stat : 27773 (java) S 27768 27770 27553 0 -1 4202560 22839 0 0 0 382 18 0 0 15 0 15 0 20607494 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27774] ppid=27768 vsize=1541152 CPUtime=3.98
/proc/27770/task/27774/stat : 27774 (java) S 27768 27770 27553 0 -1 4202560 21359 0 0 0 378 20 0 0 16 0 15 0 20607494 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27775] ppid=27768 vsize=1541152 CPUtime=61.95
/proc/27770/task/27775/stat : 27775 (java) R 27768 27770 27553 0 -1 4202560 12638 0 0 0 5905 290 0 0 16 0 15 0 20607496 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=27770/tid=27776] ppid=27768 vsize=1541152 CPUtime=0
/proc/27770/task/27776/stat : 27776 (java) S 27768 27770 27553 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 20607497 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27777] ppid=27768 vsize=1541152 CPUtime=0
/proc/27770/task/27777/stat : 27777 (java) S 27768 27770 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 20607497 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27779] ppid=27768 vsize=1541152 CPUtime=2.47
/proc/27770/task/27779/stat : 27779 (java) S 27768 27770 27553 0 -1 4202560 4799 0 0 0 245 2 0 0 15 0 15 0 20607501 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27780] ppid=27768 vsize=1541152 CPUtime=1.42
/proc/27770/task/27780/stat : 27780 (java) S 27768 27770 27553 0 -1 4202560 2120 0 0 0 142 0 0 0 16 0 15 0 20607501 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27781] ppid=27768 vsize=1541152 CPUtime=0
/proc/27770/task/27781/stat : 27781 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 20607501 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27785] ppid=27768 vsize=1541152 CPUtime=0
/proc/27770/task/27785/stat : 27785 (java) S 27768 27770 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 20607557 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27786] ppid=27768 vsize=1541152 CPUtime=0
/proc/27770/task/27786/stat : 27786 (java) S 27768 27770 27553 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 15 0 20607562 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 0 0 0 0
[pid=27770/tid=27791] ppid=27768 vsize=1541152 CPUtime=863.7
/proc/27770/task/27791/stat : 27791 (java) S 27768 27770 27553 0 -1 4202560 2223 0 0 0 86348 22 0 0 25 0 15 0 20607863 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4294960144 0 4 0 16800975 18446604437840354048 0 0 -1 1 0 0 0
[pid=27770/tid=27792] ppid=27768 vsize=1541152 CPUtime=861.83
/proc/27770/task/27792/stat : 27792 (java) R 27768 27770 27553 0 -1 4202560 25671 0 0 0 86160 23 0 0 25 0 15 0 20607863 1578139648 87358 1992294400 134512640 134550932 4294643392 18446744073709551615 4109987854 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1541152

[startup+937.502 s]
/proc/loadavg: 1.99 1.92 1.59 3/122 27816
/proc/meminfo: memFree=1515240/2059040 swapFree=4135652/4192956
[pid=27770] ppid=27768 vsize=0 CPUtime=1800.47
/proc/27770/stat : 27770 (java) Z 27768 27770 27553 0 -1 4203548 98873 0 1 0 179656 391 0 0 16 0 2 0 20607492 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27770/statm: 0 0 0 0 0 0 0
[pid=27770/tid=27792] ppid=27768 vsize=0 CPUtime=861.91
/proc/27770/task/27792/stat : 27792 (java) R 27768 27770 27553 0 -1 4203588 25671 0 0 0 86165 26 0 0 18 0 2 0 20607863 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 937.51
CPU time (s): 1800.48
CPU user time (s): 1796.56
CPU system time (s): 3.9204
CPU usage (%): 192.049
Max. virtual memory (cumulated for all children) (KiB): 1541152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.56
system time used= 3.9204
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98873
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= 26148
involuntary context switches= 51772

runsolver used 3.79742 second user time and 6.91195 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-13 19:27:15
IDJOB=2663072
IDBENCH=2140
IDSOLVER=1166
FILE ID=node002/2663072-1276450035
PBS_JOBID= 11173338
Free space on /tmp= 62400 MiB

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

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

MD5SUM BENCH= 45a62012cfe681f45441c62f782d8601
RANDOM SEED=504931673

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1863024 kB
Buffers:         28068 kB
Cached:          91856 kB
SwapCached:       9868 kB
Active:          64804 kB
Inactive:        67144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1863024 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:       10820 kB
Mapped:           9092 kB
Slab:            42092 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181564 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= 62396 MiB
End job on node002 at 2010-06-13 19:42:55