Trace number 2662204

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-31? (TO) 1803.59 971.182

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
MD5SUM70ac8fda673b8cd0297ec54288f810c6
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9818
Total number of constraints291
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 22009559908352000000
Number of bits for the biggest coefficient in the objective function 65
Sum of the numbers in the objective function 1485172925553747181346
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 22009559908352000000
Number of bits of the biggest number in a constraint 65
Biggest sum of numbers in a constraint 1485172925553747181346
Number of bits of the biggest sum of numbers71
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662204-1276570859.opb
0.25/0.21	c reading problem ... 
1.95/1.17	c ... done. Wall clock time 0.957s.
1.95/1.17	c #vars     9818
1.95/1.17	c #constraints  2831
1.95/1.17	c constraints type 
1.95/1.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1.95/1.17	c constraints type 
1.95/1.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
13.57/7.00	c cleaning 2495 clauses out of 5000 with flag 5000/5000
15.85/8.20	c cleaning 4247 clauses out of 8506 with flag 11001/11001
17.95/9.39	c cleaning 5629 clauses out of 11258 with flag 18000/18000
20.85/10.85	c cleaning 6812 clauses out of 13630 with flag 26001/26001
24.50/12.80	c cleaning 7908 clauses out of 15818 with flag 35001/35001
29.17/15.18	c cleaning 8955 clauses out of 17910 with flag 45001/45001
35.00/18.16	c cleaning 9476 clauses out of 18955 with flag 55001/55001
41.42/21.48	c cleaning 9733 clauses out of 19478 with flag 65000/65000
46.84/24.27	c cleaning 9871 clauses out of 19745 with flag 75000/75000
51.48/26.62	c cleaning 9937 clauses out of 19874 with flag 85000/85000
55.94/28.99	c cleaning 9965 clauses out of 19937 with flag 95000/95000
61.19/31.69	c cleaning 9985 clauses out of 19973 with flag 105001/105001
66.60/34.42	c cleaning 9992 clauses out of 19987 with flag 115000/115000
73.23/37.87	c cleaning 9998 clauses out of 19996 with flag 125001/125001
79.05/40.89	c cleaning 9997 clauses out of 19997 with flag 135000/135000
85.28/44.06	c cleaning 9999 clauses out of 20000 with flag 145000/145000
90.45/46.71	c cleaning 9998 clauses out of 20001 with flag 155000/155000
95.49/49.40	c cleaning 10001 clauses out of 20003 with flag 165000/165000
100.10/51.78	c cleaning 9996 clauses out of 20002 with flag 175000/175000
106.51/55.01	c cleaning 10001 clauses out of 20007 with flag 185001/185001
113.23/58.51	c cleaning 10001 clauses out of 20005 with flag 195000/195000
119.64/61.88	c cleaning 10001 clauses out of 20005 with flag 205001/205001
126.43/65.35	c cleaning 10000 clauses out of 20004 with flag 215001/215001
130.65/67.51	c cleaning 10000 clauses out of 20004 with flag 225001/225001
134.82/69.70	c cleaning 9995 clauses out of 20003 with flag 235000/235000
139.03/71.97	c cleaning 9996 clauses out of 20008 with flag 245000/245000
142.84/73.96	c cleaning 10002 clauses out of 20012 with flag 255000/255000
147.24/76.23	c cleaning 10000 clauses out of 20011 with flag 265001/265001
151.61/78.58	c cleaning 9994 clauses out of 20010 with flag 275000/275000
155.04/80.38	c cleaning 10005 clauses out of 20017 with flag 285001/285001
158.63/82.20	c cleaning 10004 clauses out of 20011 with flag 295000/295000
162.04/84.08	c cleaning 10001 clauses out of 20007 with flag 305000/305000
166.79/86.52	c cleaning 9995 clauses out of 20006 with flag 315000/315000
172.17/89.34	c cleaning 10004 clauses out of 20012 with flag 325001/325001
177.16/91.95	c cleaning 9999 clauses out of 20007 with flag 335000/335000
181.76/94.38	c cleaning 9999 clauses out of 20010 with flag 345002/345002
185.51/96.38	c cleaning 10001 clauses out of 20009 with flag 355000/355000
191.30/99.32	c cleaning 9998 clauses out of 20009 with flag 365001/365001
196.50/102.06	c cleaning 10000 clauses out of 20010 with flag 375000/375000
201.12/104.49	c cleaning 10000 clauses out of 20011 with flag 385001/385001
206.04/107.05	c cleaning 9997 clauses out of 20010 with flag 395000/395000
211.05/109.66	c cleaning 10002 clauses out of 20013 with flag 405000/405000
217.02/112.70	c cleaning 10003 clauses out of 20011 with flag 415000/415000
222.63/115.61	c cleaning 9997 clauses out of 20008 with flag 425000/425000
228.16/118.59	c cleaning 9999 clauses out of 20011 with flag 435000/435000
231.95/120.58	c cleaning 9999 clauses out of 20012 with flag 445000/445000
236.15/122.78	c cleaning 9996 clauses out of 20013 with flag 455000/455000
240.55/125.01	c cleaning 10004 clauses out of 20018 with flag 465001/465001
244.69/127.29	c cleaning 10000 clauses out of 20014 with flag 475001/475001
249.91/129.98	c cleaning 9996 clauses out of 20014 with flag 485001/485001
254.51/132.35	c cleaning 10002 clauses out of 20018 with flag 495001/495001
258.30/134.32	c cleaning 10003 clauses out of 20015 with flag 505000/505000
262.66/136.65	c cleaning 9999 clauses out of 20012 with flag 515000/515000
266.27/138.59	c cleaning 9997 clauses out of 20013 with flag 525000/525000
271.26/141.11	c cleaning 10000 clauses out of 20018 with flag 535002/535002
275.45/143.33	c cleaning 10003 clauses out of 20016 with flag 545000/545000
279.38/145.42	c cleaning 9999 clauses out of 20014 with flag 555001/555001
283.96/147.87	c cleaning 10002 clauses out of 20015 with flag 565001/565001
288.15/150.04	c cleaning 10001 clauses out of 20013 with flag 575001/575001
292.54/152.39	c cleaning 9999 clauses out of 20012 with flag 585001/585001
296.86/154.65	c cleaning 9998 clauses out of 20013 with flag 595001/595001
301.44/157.07	c cleaning 10002 clauses out of 20015 with flag 605001/605001
305.63/159.28	c cleaning 9999 clauses out of 20012 with flag 615000/615000
309.63/161.38	c cleaning 10001 clauses out of 20013 with flag 625000/625000
313.77/163.50	c cleaning 9999 clauses out of 20015 with flag 635003/635003
317.76/165.68	c cleaning 9998 clauses out of 20013 with flag 645000/645000
322.15/167.97	c cleaning 10003 clauses out of 20016 with flag 655001/655001
325.73/169.81	c cleaning 9999 clauses out of 20012 with flag 665000/665000
330.26/172.27	c cleaning 10002 clauses out of 20014 with flag 675001/675001
335.63/175.02	c cleaning 9999 clauses out of 20012 with flag 685001/685001
340.03/177.31	c cleaning 10002 clauses out of 20013 with flag 695001/695001
344.80/179.84	c cleaning 9998 clauses out of 20010 with flag 705000/705000
348.92/182.06	c cleaning 10001 clauses out of 20013 with flag 715001/715001
354.68/185.10	c cleaning 9998 clauses out of 20011 with flag 725000/725000
359.24/187.49	c cleaning 9998 clauses out of 20013 with flag 735000/735000
363.41/189.64	c cleaning 9999 clauses out of 20016 with flag 745001/745001
367.91/192.01	c cleaning 10002 clauses out of 20017 with flag 755001/755001
372.66/194.53	c cleaning 9999 clauses out of 20015 with flag 765001/765001
378.00/197.39	c cleaning 9998 clauses out of 20016 with flag 775001/775001
383.36/200.12	c cleaning 10002 clauses out of 20017 with flag 785000/785000
388.02/202.65	c cleaning 10001 clauses out of 20016 with flag 795001/795001
393.16/205.38	c cleaning 9999 clauses out of 20014 with flag 805000/805000
398.91/208.36	c cleaning 9997 clauses out of 20016 with flag 815001/815001
405.23/211.64	c cleaning 10001 clauses out of 20019 with flag 825001/825001
409.68/214.02	c cleaning 9998 clauses out of 20018 with flag 835001/835001
415.60/217.17	c cleaning 9998 clauses out of 20021 with flag 845002/845002
422.51/220.75	c cleaning 10001 clauses out of 20021 with flag 855000/855000
426.65/222.92	c cleaning 10007 clauses out of 20021 with flag 865001/865001
430.53/225.07	c cleaning 9999 clauses out of 20014 with flag 875001/875001
434.67/227.22	c cleaning 10000 clauses out of 20015 with flag 885001/885001
439.41/229.80	c cleaning 10003 clauses out of 20015 with flag 895001/895001
443.76/232.09	c cleaning 9995 clauses out of 20012 with flag 905001/905001
449.19/234.92	c cleaning 10004 clauses out of 20017 with flag 915001/915001
454.50/237.78	c cleaning 10001 clauses out of 20013 with flag 925001/925001
459.83/240.54	c cleaning 10001 clauses out of 20012 with flag 935001/935001
464.57/243.08	c cleaning 9997 clauses out of 20012 with flag 945002/945002
470.41/246.17	c cleaning 9998 clauses out of 20013 with flag 955000/955000
476.13/249.10	c cleaning 9997 clauses out of 20016 with flag 965001/965001
481.05/251.76	c cleaning 10005 clauses out of 20018 with flag 975000/975000
485.97/254.37	c cleaning 10003 clauses out of 20013 with flag 985000/985000
491.48/257.25	c cleaning 9999 clauses out of 20010 with flag 995000/995000
496.40/259.85	c cleaning 10001 clauses out of 20011 with flag 1005000/1005000
501.91/262.73	c cleaning 10000 clauses out of 20011 with flag 1015001/1015001
506.44/265.12	c cleaning 10000 clauses out of 20010 with flag 1025000/1025000
511.47/267.87	c cleaning 10002 clauses out of 20012 with flag 1035002/1035002
515.59/270.08	c cleaning 9993 clauses out of 20008 with flag 1045000/1045000
519.91/272.30	c cleaning 10002 clauses out of 20015 with flag 1055000/1055000
524.23/274.69	c cleaning 10004 clauses out of 20014 with flag 1065001/1065001
530.27/277.83	c cleaning 10002 clauses out of 20010 with flag 1075001/1075001
534.59/280.19	c cleaning 9998 clauses out of 20008 with flag 1085001/1085001
539.11/282.54	c cleaning 10000 clauses out of 20009 with flag 1095000/1095000
544.03/285.11	c cleaning 9998 clauses out of 20009 with flag 1105000/1105000
549.07/287.82	c cleaning 9998 clauses out of 20011 with flag 1115000/1115000
554.37/290.63	c cleaning 10003 clauses out of 20014 with flag 1125001/1125001
560.66/293.94	c cleaning 9999 clauses out of 20010 with flag 1135000/1135000
566.16/296.83	c cleaning 9999 clauses out of 20012 with flag 1145001/1145001
571.01/299.47	c cleaning 9999 clauses out of 20012 with flag 1155000/1155000
575.92/302.02	c cleaning 10002 clauses out of 20014 with flag 1165001/1165001
580.42/304.41	c cleaning 9997 clauses out of 20011 with flag 1175000/1175000
585.52/307.17	c cleaning 10004 clauses out of 20015 with flag 1185001/1185001
590.14/309.62	c cleaning 10000 clauses out of 20010 with flag 1195000/1195000
594.06/311.79	c cleaning 9999 clauses out of 20011 with flag 1205001/1205001
597.77/313.77	c cleaning 10003 clauses out of 20011 with flag 1215000/1215000
602.66/316.39	c cleaning 9995 clauses out of 20008 with flag 1225000/1225000
607.11/318.73	c cleaning 10001 clauses out of 20014 with flag 1235001/1235001
612.22/321.48	c cleaning 10001 clauses out of 20012 with flag 1245000/1245000
616.92/323.92	c cleaning 10000 clauses out of 20012 with flag 1255001/1255001
621.22/326.26	c cleaning 9996 clauses out of 20012 with flag 1265001/1265001
625.07/328.38	c cleaning 10006 clauses out of 20016 with flag 1275001/1275001
629.96/330.93	c cleaning 9999 clauses out of 20009 with flag 1285000/1285000
634.66/333.47	c cleaning 9998 clauses out of 20011 with flag 1295001/1295001
638.78/335.61	c cleaning 10004 clauses out of 20014 with flag 1305002/1305002
642.81/337.81	c cleaning 10000 clauses out of 20009 with flag 1315001/1315001
648.50/340.85	c cleaning 10000 clauses out of 20008 with flag 1325000/1325000
654.39/343.97	c cleaning 9993 clauses out of 20008 with flag 1335000/1335000
660.47/347.11	c cleaning 10001 clauses out of 20015 with flag 1345000/1345000
665.69/349.94	c cleaning 10001 clauses out of 20015 with flag 1355001/1355001
670.78/352.60	c cleaning 10001 clauses out of 20014 with flag 1365001/1365001
675.28/355.09	c cleaning 10001 clauses out of 20013 with flag 1375001/1375001
680.37/357.76	c cleaning 9999 clauses out of 20011 with flag 1385000/1385000
686.02/360.76	c cleaning 9999 clauses out of 20013 with flag 1395001/1395001
690.90/363.31	c cleaning 10001 clauses out of 20014 with flag 1405001/1405001
694.79/365.44	c cleaning 10001 clauses out of 20012 with flag 1415000/1415000
699.48/367.96	c cleaning 10000 clauses out of 20011 with flag 1425000/1425000
703.89/370.35	c cleaning 10000 clauses out of 20012 with flag 1435001/1435001
708.38/372.71	c cleaning 10001 clauses out of 20011 with flag 1445000/1445000
712.88/375.15	c cleaning 9998 clauses out of 20011 with flag 1455001/1455001
717.36/377.56	c cleaning 9997 clauses out of 20013 with flag 1465001/1465001
722.01/380.05	c cleaning 10003 clauses out of 20016 with flag 1475001/1475001
726.70/382.58	c cleaning 9998 clauses out of 20013 with flag 1485001/1485001
731.42/385.07	c cleaning 10003 clauses out of 20014 with flag 1495000/1495000
736.09/387.53	c cleaning 9999 clauses out of 20011 with flag 1505000/1505000
740.69/390.09	c cleaning 9998 clauses out of 20012 with flag 1515000/1515000
745.60/392.64	c cleaning 10003 clauses out of 20015 with flag 1525001/1525001
750.47/395.28	c cleaning 9999 clauses out of 20011 with flag 1535000/1535000
754.96/397.65	c cleaning 9998 clauses out of 20012 with flag 1545000/1545000
759.56/400.14	c cleaning 10003 clauses out of 20015 with flag 1555001/1555001
764.07/402.59	c cleaning 9999 clauses out of 20011 with flag 1565000/1565000
768.36/404.85	c cleaning 9997 clauses out of 20012 with flag 1575000/1575000
772.84/407.22	c cleaning 10004 clauses out of 20015 with flag 1585000/1585000
777.66/409.81	c cleaning 9996 clauses out of 20011 with flag 1595000/1595000
782.14/412.28	c cleaning 10002 clauses out of 20016 with flag 1605001/1605001
786.65/414.70	c cleaning 10000 clauses out of 20014 with flag 1615001/1615001
791.93/417.42	c cleaning 10001 clauses out of 20014 with flag 1625001/1625001
796.12/419.73	c cleaning 9998 clauses out of 20012 with flag 1635000/1635000
800.61/422.20	c cleaning 10003 clauses out of 20015 with flag 1645001/1645001
804.70/424.34	c cleaning 10002 clauses out of 20012 with flag 1655001/1655001
808.60/426.40	c cleaning 9999 clauses out of 20010 with flag 1665001/1665001
812.63/428.67	c cleaning 10000 clauses out of 20011 with flag 1675001/1675001
816.92/430.95	c cleaning 9999 clauses out of 20010 with flag 1685000/1685000
821.02/433.17	c cleaning 9998 clauses out of 20012 with flag 1695001/1695001
824.91/435.20	c cleaning 10000 clauses out of 20014 with flag 1705001/1705001
829.31/437.66	c cleaning 10000 clauses out of 20013 with flag 1715000/1715000
833.82/440.08	c cleaning 9998 clauses out of 20013 with flag 1725000/1725000
838.49/442.52	c cleaning 9999 clauses out of 20015 with flag 1735000/1735000
843.37/445.11	c cleaning 10001 clauses out of 20017 with flag 1745001/1745001
847.99/447.69	c cleaning 10003 clauses out of 20016 with flag 1755001/1755001
852.45/450.01	c cleaning 10002 clauses out of 20014 with flag 1765002/1765002
856.35/452.17	c cleaning 10000 clauses out of 20011 with flag 1775001/1775001
861.22/454.74	c cleaning 9998 clauses out of 20011 with flag 1785001/1785001
865.62/457.20	c cleaning 10000 clauses out of 20013 with flag 1795001/1795001
870.30/459.67	c cleaning 9997 clauses out of 20013 with flag 1805001/1805001
874.98/462.13	c cleaning 10003 clauses out of 20016 with flag 1815001/1815001
879.46/464.52	c cleaning 10001 clauses out of 20012 with flag 1825000/1825000
883.67/466.86	c cleaning 9998 clauses out of 20011 with flag 1835000/1835000
887.75/469.03	c cleaning 10000 clauses out of 20014 with flag 1845001/1845001
892.42/471.53	c cleaning 10000 clauses out of 20013 with flag 1855000/1855000
896.31/473.60	c cleaning 9998 clauses out of 20013 with flag 1865000/1865000
900.57/475.96	c cleaning 10000 clauses out of 20015 with flag 1875000/1875000
905.46/478.56	c cleaning 10001 clauses out of 20015 with flag 1885000/1885000
909.53/480.79	c cleaning 10000 clauses out of 20014 with flag 1895000/1895000
914.38/483.34	c cleaning 10003 clauses out of 20016 with flag 1905002/1905002
918.44/485.56	c cleaning 9998 clauses out of 20012 with flag 1915001/1915001
922.32/487.63	c cleaning 10000 clauses out of 20013 with flag 1925000/1925000
926.99/490.20	c cleaning 10001 clauses out of 20013 with flag 1935000/1935000
931.86/492.78	c cleaning 10002 clauses out of 20013 with flag 1945001/1945001
936.23/495.20	c cleaning 9998 clauses out of 20010 with flag 1955000/1955000
941.50/497.96	c cleaning 10002 clauses out of 20013 with flag 1965001/1965001
945.99/500.40	c cleaning 10000 clauses out of 20011 with flag 1975001/1975001
950.05/502.60	c cleaning 9997 clauses out of 20010 with flag 1985000/1985000
954.83/505.19	c cleaning 10003 clauses out of 20013 with flag 1995000/1995000
959.51/507.62	c cleaning 9997 clauses out of 20010 with flag 2005000/2005000
963.98/510.03	c cleaning 10002 clauses out of 20013 with flag 2015000/2015000
969.44/512.91	c cleaning 10000 clauses out of 20011 with flag 2025000/2025000
974.08/515.47	c cleaning 9999 clauses out of 20012 with flag 2035001/2035001
979.15/518.11	c cleaning 9999 clauses out of 20012 with flag 2045000/2045000
983.41/520.45	c cleaning 9998 clauses out of 20014 with flag 2055001/2055001
988.46/523.19	c cleaning 9997 clauses out of 20015 with flag 2065000/2065000
993.32/525.77	c cleaning 10002 clauses out of 20018 with flag 2075000/2075000
998.76/528.67	c cleaning 10003 clauses out of 20017 with flag 2085001/2085001
1003.42/531.19	c cleaning 9999 clauses out of 20013 with flag 2095000/2095000
1007.90/533.60	c cleaning 10003 clauses out of 20016 with flag 2105002/2105002
1012.44/536.06	c cleaning 9994 clauses out of 20012 with flag 2115001/2115001
1017.10/538.54	c cleaning 10001 clauses out of 20017 with flag 2125000/2125000
1021.97/541.19	c cleaning 10001 clauses out of 20016 with flag 2135000/2135000
1026.41/543.56	c cleaning 10002 clauses out of 20015 with flag 2145000/2145000
1030.46/545.70	c cleaning 10000 clauses out of 20014 with flag 2155001/2155001
1034.72/548.03	c cleaning 9999 clauses out of 20013 with flag 2165000/2165000
1039.39/550.60	c cleaning 10001 clauses out of 20015 with flag 2175001/2175001
1043.85/552.98	c cleaning 9997 clauses out of 20014 with flag 2185001/2185001
1048.88/555.60	c cleaning 10003 clauses out of 20016 with flag 2195000/2195000
1054.14/558.42	c cleaning 10000 clauses out of 20014 with flag 2205001/2205001
1058.60/560.88	c cleaning 9999 clauses out of 20013 with flag 2215000/2215000
1063.46/563.48	c cleaning 10004 clauses out of 20015 with flag 2225001/2225001
1067.89/565.84	c cleaning 9998 clauses out of 20010 with flag 2235000/2235000
1073.15/568.61	c cleaning 9999 clauses out of 20012 with flag 2245000/2245000
1078.19/571.33	c cleaning 10004 clauses out of 20013 with flag 2255000/2255000
1082.85/573.84	c cleaning 9999 clauses out of 20010 with flag 2265001/2265001
1087.29/576.20	c cleaning 10003 clauses out of 20011 with flag 2275001/2275001
1091.76/578.68	c cleaning 9998 clauses out of 20008 with flag 2285001/2285001
1096.40/581.19	c cleaning 9996 clauses out of 20009 with flag 2295000/2295000
1101.65/583.97	c cleaning 9999 clauses out of 20013 with flag 2305000/2305000
1106.62/586.63	c cleaning 10003 clauses out of 20014 with flag 2315000/2315000
1111.86/589.49	c cleaning 10001 clauses out of 20012 with flag 2325001/2325001
1116.13/591.78	c cleaning 9997 clauses out of 20010 with flag 2335000/2335000
1120.57/594.16	c cleaning 9998 clauses out of 20013 with flag 2345000/2345000
1124.75/596.41	c cleaning 10002 clauses out of 20016 with flag 2355001/2355001
1128.22/598.36	c cleaning 10000 clauses out of 20014 with flag 2365001/2365001
1131.86/600.37	c cleaning 10002 clauses out of 20013 with flag 2375000/2375000
1136.11/602.61	c cleaning 10004 clauses out of 20011 with flag 2385000/2385000
1140.49/605.02	c cleaning 9999 clauses out of 20008 with flag 2395001/2395001
1144.91/607.46	c cleaning 10000 clauses out of 20009 with flag 2405001/2405001
1149.14/609.73	c cleaning 9996 clauses out of 20009 with flag 2415001/2415001
1154.58/612.64	c cleaning 10000 clauses out of 20013 with flag 2425001/2425001
1159.51/615.34	c cleaning 9997 clauses out of 20012 with flag 2435000/2435000
1164.34/617.95	c cleaning 10001 clauses out of 20015 with flag 2445000/2445000
1168.58/620.31	c cleaning 10000 clauses out of 20014 with flag 2455000/2455000
1173.02/622.68	c cleaning 9998 clauses out of 20014 with flag 2465000/2465000
1178.14/625.48	c cleaning 10001 clauses out of 20017 with flag 2475001/2475001
1182.58/627.84	c cleaning 9998 clauses out of 20016 with flag 2485001/2485001
1188.21/630.89	c cleaning 10004 clauses out of 20017 with flag 2495000/2495000
1193.82/633.81	c cleaning 10002 clauses out of 20013 with flag 2505000/2505000
1198.96/636.65	c cleaning 9998 clauses out of 20012 with flag 2515001/2515001
1204.37/639.59	c cleaning 10003 clauses out of 20014 with flag 2525001/2525001
1209.79/642.50	c cleaning 9999 clauses out of 20011 with flag 2535001/2535001
1215.00/645.23	c cleaning 10002 clauses out of 20011 with flag 2545000/2545000
1220.11/648.00	c cleaning 10001 clauses out of 20009 with flag 2555000/2555000
1224.92/650.68	c cleaning 9997 clauses out of 20008 with flag 2565000/2565000
1229.72/653.30	c cleaning 9999 clauses out of 20011 with flag 2575000/2575000
1234.32/655.79	c cleaning 10002 clauses out of 20012 with flag 2585000/2585000
1239.41/658.57	c cleaning 10000 clauses out of 20010 with flag 2595000/2595000
1244.24/661.12	c cleaning 10000 clauses out of 20011 with flag 2605001/2605001
1249.01/663.72	c cleaning 10002 clauses out of 20011 with flag 2615001/2615001
1253.01/665.98	c cleaning 9999 clauses out of 20008 with flag 2625000/2625000
1258.70/669.01	c cleaning 9998 clauses out of 20009 with flag 2635000/2635000
1264.08/671.93	c cleaning 10000 clauses out of 20011 with flag 2645000/2645000
1268.29/674.24	c cleaning 10000 clauses out of 20011 with flag 2655000/2655000
1273.46/677.07	c cleaning 9999 clauses out of 20011 with flag 2665000/2665000
1277.81/679.48	c cleaning 9997 clauses out of 20012 with flag 2675000/2675000
1282.41/681.97	c cleaning 10004 clauses out of 20016 with flag 2685001/2685001
1287.17/684.54	c cleaning 9998 clauses out of 20011 with flag 2695000/2695000
1292.15/687.20	c cleaning 10005 clauses out of 20014 with flag 2705001/2705001
1297.00/689.98	c cleaning 9998 clauses out of 20008 with flag 2715000/2715000
1301.58/692.46	c cleaning 10000 clauses out of 20010 with flag 2725000/2725000
1306.15/694.97	c cleaning 9995 clauses out of 20011 with flag 2735001/2735001
1311.11/697.65	c cleaning 10001 clauses out of 20015 with flag 2745000/2745000
1316.15/700.45	c cleaning 9998 clauses out of 20014 with flag 2755000/2755000
1321.31/703.21	c cleaning 10002 clauses out of 20016 with flag 2765000/2765000
1325.87/705.73	c cleaning 10002 clauses out of 20015 with flag 2775001/2775001
1331.41/708.77	c cleaning 10003 clauses out of 20012 with flag 2785000/2785000
1336.44/711.55	c cleaning 9999 clauses out of 20010 with flag 2795001/2795001
1341.40/714.26	c cleaning 10001 clauses out of 20010 with flag 2805000/2805000
1347.54/717.52	c cleaning 9999 clauses out of 20010 with flag 2815001/2815001
1353.47/720.74	c cleaning 10001 clauses out of 20011 with flag 2825001/2825001
1359.10/723.86	c cleaning 10000 clauses out of 20009 with flag 2835000/2835000
1363.63/726.39	c cleaning 9999 clauses out of 20010 with flag 2845001/2845001
1369.18/729.31	c cleaning 10000 clauses out of 20010 with flag 2855000/2855000
1373.71/731.88	c cleaning 10005 clauses out of 20010 with flag 2865000/2865000
1379.14/734.85	c cleaning 9996 clauses out of 20006 with flag 2875001/2875001
1384.45/737.79	c cleaning 9997 clauses out of 20009 with flag 2885000/2885000
1389.77/740.68	c cleaning 10002 clauses out of 20012 with flag 2895000/2895000
1395.49/743.75	c cleaning 9996 clauses out of 20011 with flag 2905001/2905001
1397.31/744.94	c cleaning 0 clauses out of 5001 with flag 0/5001
1402.24/747.60	c cleaning 10003 clauses out of 20015 with flag 2915001/2915001
1406.97/750.22	c cleaning 10002 clauses out of 20011 with flag 2925000/2925000
1411.87/752.95	c cleaning 10002 clauses out of 20010 with flag 2935001/2935001
1416.87/755.76	c cleaning 10001 clauses out of 20008 with flag 2945001/2945001
1421.79/758.41	c cleaning 9998 clauses out of 20008 with flag 2955002/2955002
1425.93/760.70	c cleaning 9996 clauses out of 20009 with flag 2965001/2965001
1430.47/763.22	c cleaning 10000 clauses out of 20014 with flag 2975002/2975002
1435.26/765.91	c cleaning 10000 clauses out of 20013 with flag 2985001/2985001
1440.55/768.89	c cleaning 10001 clauses out of 20013 with flag 2995001/2995001
1445.01/771.36	c cleaning 9998 clauses out of 20011 with flag 3005000/3005000
1450.70/774.44	c cleaning 10002 clauses out of 20014 with flag 3015001/3015001
1455.79/777.30	c cleaning 10002 clauses out of 20011 with flag 3025000/3025000
1460.71/780.02	c cleaning 9997 clauses out of 20009 with flag 3035000/3035000
1465.23/782.58	c cleaning 10005 clauses out of 20013 with flag 3045001/3045001
1470.36/785.38	c cleaning 9998 clauses out of 20008 with flag 3055001/3055001
1474.90/787.91	c cleaning 9999 clauses out of 20010 with flag 3065001/3065001
1479.62/790.54	c cleaning 9997 clauses out of 20011 with flag 3075001/3075001
1484.54/793.22	c cleaning 9999 clauses out of 20013 with flag 3085000/3085000
1489.05/795.71	c cleaning 10001 clauses out of 20015 with flag 3095001/3095001
1493.50/798.26	c cleaning 10003 clauses out of 20014 with flag 3105001/3105001
1497.62/800.54	c cleaning 9997 clauses out of 20010 with flag 3115000/3115000
1501.74/802.83	c cleaning 10000 clauses out of 20014 with flag 3125001/3125001
1506.45/805.43	c cleaning 10000 clauses out of 20013 with flag 3135000/3135000
1511.82/808.49	c cleaning 10003 clauses out of 20014 with flag 3145001/3145001
1517.10/811.39	c cleaning 9998 clauses out of 20011 with flag 3155001/3155001
1521.40/813.77	c cleaning 10001 clauses out of 20012 with flag 3165000/3165000
1526.70/816.65	c cleaning 9999 clauses out of 20011 with flag 3175000/3175000
1531.46/819.32	c cleaning 9997 clauses out of 20012 with flag 3185000/3185000
1536.55/822.13	c cleaning 10002 clauses out of 20016 with flag 3195001/3195001
1541.25/824.76	c cleaning 9999 clauses out of 20013 with flag 3205000/3205000
1546.54/827.70	c cleaning 10003 clauses out of 20015 with flag 3215001/3215001
1551.87/830.70	c cleaning 9999 clauses out of 20011 with flag 3225000/3225000
1556.95/833.42	c cleaning 10000 clauses out of 20012 with flag 3235000/3235000
1561.25/835.88	c cleaning 10000 clauses out of 20012 with flag 3245000/3245000
1565.57/838.26	c cleaning 9997 clauses out of 20012 with flag 3255000/3255000
1569.69/840.66	c cleaning 9999 clauses out of 20015 with flag 3265000/3265000
1573.97/843.04	c cleaning 10007 clauses out of 20017 with flag 3275001/3275001
1578.85/845.74	c cleaning 9997 clauses out of 20010 with flag 3285001/3285001
1583.93/848.59	c cleaning 10001 clauses out of 20013 with flag 3295001/3295001
1588.90/851.40	c cleaning 9998 clauses out of 20012 with flag 3305001/3305001
1593.55/853.96	c cleaning 10001 clauses out of 20013 with flag 3315000/3315000
1599.04/856.92	c cleaning 10001 clauses out of 20012 with flag 3325000/3325000
1604.30/859.81	c cleaning 10002 clauses out of 20012 with flag 3335001/3335001
1609.31/862.64	c cleaning 9998 clauses out of 20009 with flag 3345000/3345000
1614.38/865.47	c cleaning 9997 clauses out of 20012 with flag 3355001/3355001
1619.44/868.23	c cleaning 10000 clauses out of 20014 with flag 3365000/3365000
1624.33/870.97	c cleaning 10002 clauses out of 20014 with flag 3375000/3375000
1629.24/873.77	c cleaning 10003 clauses out of 20013 with flag 3385001/3385001
1633.51/876.14	c cleaning 9995 clauses out of 20009 with flag 3395000/3395000
1638.97/879.14	c cleaning 9999 clauses out of 20014 with flag 3405000/3405000
1644.63/882.29	c cleaning 10002 clauses out of 20016 with flag 3415001/3415001
1649.71/885.16	c cleaning 10001 clauses out of 20013 with flag 3425000/3425000
1654.55/887.80	c cleaning 9997 clauses out of 20012 with flag 3435000/3435000
1659.79/890.70	c cleaning 10002 clauses out of 20016 with flag 3445001/3445001
1664.64/893.43	c cleaning 9998 clauses out of 20014 with flag 3455001/3455001
1669.72/896.34	c cleaning 9999 clauses out of 20015 with flag 3465000/3465000
1675.56/899.51	c cleaning 10002 clauses out of 20016 with flag 3475000/3475000
1680.82/902.42	c cleaning 10001 clauses out of 20015 with flag 3485001/3485001
1686.08/905.38	c cleaning 10000 clauses out of 20013 with flag 3495000/3495000
1691.74/908.51	c cleaning 9999 clauses out of 20014 with flag 3505001/3505001
1696.74/911.30	c cleaning 10000 clauses out of 20014 with flag 3515000/3515000
1701.97/914.25	c cleaning 10002 clauses out of 20014 with flag 3525000/3525000
1707.01/917.05	c cleaning 9999 clauses out of 20012 with flag 3535000/3535000
1712.68/920.28	c cleaning 10002 clauses out of 20013 with flag 3545000/3545000
1717.91/923.19	c cleaning 10002 clauses out of 20011 with flag 3555000/3555000
1722.94/925.99	c cleaning 9997 clauses out of 20009 with flag 3565000/3565000
1728.18/928.85	c cleaning 10000 clauses out of 20012 with flag 3575000/3575000
1733.83/932.07	c cleaning 10000 clauses out of 20012 with flag 3585000/3585000
1738.85/934.80	c cleaning 9996 clauses out of 20013 with flag 3595001/3595001
1743.87/937.61	c cleaning 10002 clauses out of 20016 with flag 3605000/3605000
1749.48/940.70	c cleaning 9999 clauses out of 20015 with flag 3615001/3615001
1754.43/943.57	c cleaning 10000 clauses out of 20015 with flag 3625000/3625000
1759.22/946.27	c cleaning 10000 clauses out of 20016 with flag 3635001/3635001
1763.84/948.81	c cleaning 10002 clauses out of 20016 with flag 3645001/3645001
1768.67/951.51	c cleaning 9998 clauses out of 20014 with flag 3655001/3655001
1774.12/954.69	c cleaning 9999 clauses out of 20015 with flag 3665000/3665000
1779.52/957.69	c cleaning 10002 clauses out of 20017 with flag 3675001/3675001
1784.94/960.63	c cleaning 10000 clauses out of 20014 with flag 3685000/3685000
1789.93/963.46	c cleaning 9997 clauses out of 20014 with flag 3695000/3695000
1794.86/966.29	c cleaning 10000 clauses out of 20018 with flag 3705001/3705001
1799.88/969.10	c cleaning 10001 clauses out of 20017 with flag 3715000/3715000

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662204-1276570859/watcher-2662204-1276570859 -o /tmp/evaluation-result-2662204-1276570859/solver-2662204-1276570859 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662204-1276570859.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.08 3/106 32354
/proc/meminfo: memFree=1744004/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1832 CPUtime=0
/proc/32354/stat : 32354 (java6) S 32352 32354 32253 0 -1 4194304 245 0 0 0 0 0 0 0 21 0 1 0 32689625 1875968 148 1992294400 134512640 134550932 4292700880 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699391678 0 0 17 1 0 0 0
/proc/32354/statm: 458 148 111 10 0 63 0

[startup+0.076142 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 32354
/proc/meminfo: memFree=1744004/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1521796 CPUtime=0.06
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 3733 0 1 0 4 2 0 0 18 0 7 0 32689625 1558319104 3174 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 380449 3174 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101142 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 32354
/proc/meminfo: memFree=1744004/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1524180 CPUtime=0.08
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 32689625 1560760320 3394 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 381045 3394 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301884 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 32354
/proc/meminfo: memFree=1744004/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1526416 CPUtime=0.4
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 5455 0 1 0 37 3 0 0 18 0 12 0 32689625 1563049984 4892 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 381604 4892 1360 10 0 378907 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526416

[startup+0.700881 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 32354
/proc/meminfo: memFree=1744004/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1528352 CPUtime=1.15
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 8207 0 1 0 110 5 0 0 18 0 12 0 32689625 1565032448 7597 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 382088 7597 1405 10 0 379391 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1528352

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.08 4/118 32366
/proc/meminfo: memFree=1697844/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1543488 CPUtime=2.74
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 19524 0 1 0 264 10 0 0 18 0 14 0 32689625 1580531712 17423 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 385872 17424 1414 10 0 383175 0
[pid=32354/tid=32356] ppid=32352 vsize=1543488 CPUtime=1.14
/proc/32354/task/32356/stat : 32356 (java) S 32352 32354 32253 0 -1 4202560 11396 0 1 0 108 6 0 0 19 0 14 0 32689627 1580531712 17424 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32357] ppid=32352 vsize=1543488 CPUtime=0
/proc/32354/task/32357/stat : 32357 (java) S 32352 32354 32253 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 32689628 1580531712 17424 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32358] ppid=32352 vsize=1543488 CPUtime=0
/proc/32354/task/32358/stat : 32358 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 32689628 1580531712 17424 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=1543488 CPUtime=0
/proc/32354/task/32359/stat : 32359 (java) S 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 32689630 1580531712 17424 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=1543488 CPUtime=0
/proc/32354/task/32360/stat : 32360 (java) S 32352 32354 32253 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 32689630 1580531712 17424 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32361] ppid=32352 vsize=1543488 CPUtime=0
/proc/32354/task/32361/stat : 32361 (java) S 32352 32354 32253 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 32689630 1580531712 17424 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32362] ppid=32352 vsize=1543488 CPUtime=0
/proc/32354/task/32362/stat : 32362 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 32689635 1580531712 17425 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32363] ppid=32352 vsize=1543488 CPUtime=0.64
/proc/32354/task/32363/stat : 32363 (java) R 32352 32354 32253 0 -1 4202560 3557 0 0 0 63 1 0 0 25 0 14 0 32689635 1580531712 17425 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32354/tid=32364] ppid=32352 vsize=1543488 CPUtime=0.53
/proc/32354/task/32364/stat : 32364 (java) R 32352 32354 32253 0 -1 4202560 2418 0 0 0 52 1 0 0 25 0 14 0 32689635 1580531712 17425 1992294400 134512640 134550932 4289282080 18446744073709551615 104163978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32354/tid=32365] ppid=32352 vsize=1543488 CPUtime=0
/proc/32354/task/32365/stat : 32365 (java) S 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 32689635 1580531712 17425 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32366] ppid=32352 vsize=1543488 CPUtime=0
/proc/32354/task/32366/stat : 32366 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 32689635 1580531712 17425 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1543488

[startup+3.10187 s]
/proc/loadavg: 1.40 1.08 1.11 5/120 32377
/proc/meminfo: memFree=1673764/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1543208 CPUtime=5.86
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 28027 0 1 0 572 14 0 0 18 0 16 0 32689625 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 385802 23328 1432 10 0 383105 0
[pid=32354/tid=32356] ppid=32352 vsize=1543208 CPUtime=1.14
/proc/32354/task/32356/stat : 32356 (java) S 32352 32354 32253 0 -1 4202560 11396 0 1 0 108 6 0 0 18 0 16 0 32689627 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32357] ppid=32352 vsize=1543208 CPUtime=0
/proc/32354/task/32357/stat : 32357 (java) S 32352 32354 32253 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 32689628 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32358] ppid=32352 vsize=1543208 CPUtime=0
/proc/32354/task/32358/stat : 32358 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 32689628 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=1543208 CPUtime=0
/proc/32354/task/32359/stat : 32359 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 32689630 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=1543208 CPUtime=0
/proc/32354/task/32360/stat : 32360 (java) S 32352 32354 32253 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 32689630 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32361] ppid=32352 vsize=1543208 CPUtime=0
/proc/32354/task/32361/stat : 32361 (java) S 32352 32354 32253 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 32689630 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32362] ppid=32352 vsize=1543208 CPUtime=0
/proc/32354/task/32362/stat : 32362 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32689635 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32363] ppid=32352 vsize=1543208 CPUtime=1.33
/proc/32354/task/32363/stat : 32363 (java) R 32352 32354 32253 0 -1 4202560 5332 0 0 0 131 2 0 0 25 0 16 0 32689635 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 104162559 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32354/tid=32364] ppid=32352 vsize=1543208 CPUtime=1.32
/proc/32354/task/32364/stat : 32364 (java) R 32352 32354 32253 0 -1 4202560 3427 0 0 0 130 2 0 0 25 0 16 0 32689635 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 103101658 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32354/tid=32365] ppid=32352 vsize=1543208 CPUtime=0
/proc/32354/task/32365/stat : 32365 (java) S 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32689635 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32366] ppid=32352 vsize=1543208 CPUtime=0
/proc/32354/task/32366/stat : 32366 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32689635 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32367] ppid=32352 vsize=1543208 CPUtime=0.97
/proc/32354/task/32367/stat : 32367 (java) R 32352 32354 32253 0 -1 4202560 3230 0 0 0 96 1 0 0 22 0 16 0 32689743 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4108629940 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32354/tid=32368] ppid=32352 vsize=1543208 CPUtime=1.05
/proc/32354/task/32368/stat : 32368 (java) R 32352 32354 32253 0 -1 4202560 3569 0 0 0 104 1 0 0 19 0 16 0 32689743 1580244992 23328 1992294400 134512640 134550932 4289282080 18446744073709551615 4108630231 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1543208

[startup+6.30285 s]
/proc/loadavg: 1.40 1.08 1.11 3/122 32379
/proc/meminfo: memFree=1579880/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1542004 CPUtime=12.19
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 49963 0 1 0 1197 22 0 0 18 0 16 0 32689625 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 385501 43265 1444 10 0 382804 0
[pid=32354/tid=32356] ppid=32352 vsize=1542004 CPUtime=1.14
/proc/32354/task/32356/stat : 32356 (java) S 32352 32354 32253 0 -1 4202560 11396 0 1 0 108 6 0 0 18 0 16 0 32689627 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32357] ppid=32352 vsize=1542004 CPUtime=0.14
/proc/32354/task/32357/stat : 32357 (java) S 32352 32354 32253 0 -1 4202560 3412 0 0 0 13 1 0 0 15 0 16 0 32689628 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32358] ppid=32352 vsize=1542004 CPUtime=0.14
/proc/32354/task/32358/stat : 32358 (java) S 32352 32354 32253 0 -1 4202560 2890 0 0 0 13 1 0 0 16 0 16 0 32689628 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32359/stat : 32359 (java) S 32352 32354 32253 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 16 0 32689630 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32360/stat : 32360 (java) S 32352 32354 32253 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32689630 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32361] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32361/stat : 32361 (java) S 32352 32354 32253 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32689630 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32362] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32362/stat : 32362 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32689635 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32363] ppid=32352 vsize=1542004 CPUtime=2.4
/proc/32354/task/32363/stat : 32363 (java) S 32352 32354 32253 0 -1 4202560 6435 0 0 0 238 2 0 0 22 0 16 0 32689635 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32364] ppid=32352 vsize=1542004 CPUtime=2.1
/proc/32354/task/32364/stat : 32364 (java) S 32352 32354 32253 0 -1 4202560 4043 0 0 0 208 2 0 0 25 0 16 0 32689635 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32365] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32365/stat : 32365 (java) S 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32689635 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32366] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32366/stat : 32366 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32689635 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32367] ppid=32352 vsize=1542004 CPUtime=3.02
/proc/32354/task/32367/stat : 32367 (java) R 32352 32354 32253 0 -1 4202560 7070 0 0 0 300 2 0 0 25 0 16 0 32689743 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4108760832 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32354/tid=32368] ppid=32352 vsize=1542004 CPUtime=3.17
/proc/32354/task/32368/stat : 32368 (java) R 32352 32354 32253 0 -1 4202560 13629 0 0 0 313 4 0 0 23 0 16 0 32689743 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4109524950 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32354/tid=32378] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32378/stat : 32378 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32689868 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32379] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32379/stat : 32379 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 32689876 1579012096 43265 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 1542004

[startup+12.7018 s]
/proc/loadavg: 1.49 1.11 1.11 3/122 32379
/proc/meminfo: memFree=1540092/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1542004 CPUtime=24.5
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 59262 0 1 0 2424 26 0 0 18 0 16 0 32689625 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 385501 52278 1449 10 0 382804 0
[pid=32354/tid=32356] ppid=32352 vsize=1542004 CPUtime=1.14
/proc/32354/task/32356/stat : 32356 (java) S 32352 32354 32253 0 -1 4202560 11396 0 1 0 108 6 0 0 15 0 16 0 32689627 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32357] ppid=32352 vsize=1542004 CPUtime=0.3
/proc/32354/task/32357/stat : 32357 (java) S 32352 32354 32253 0 -1 4202560 5679 0 0 0 28 2 0 0 16 0 16 0 32689628 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32358] ppid=32352 vsize=1542004 CPUtime=0.3
/proc/32354/task/32358/stat : 32358 (java) S 32352 32354 32253 0 -1 4202560 5259 0 0 0 28 2 0 0 15 0 16 0 32689628 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=1542004 CPUtime=0.39
/proc/32354/task/32359/stat : 32359 (java) S 32352 32354 32253 0 -1 4202560 4648 0 0 0 38 1 0 0 15 0 16 0 32689630 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32360/stat : 32360 (java) S 32352 32354 32253 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32689630 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32361] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32361/stat : 32361 (java) S 32352 32354 32253 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32689630 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32362] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32362/stat : 32362 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32689635 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32363] ppid=32352 vsize=1542004 CPUtime=2.5
/proc/32354/task/32363/stat : 32363 (java) S 32352 32354 32253 0 -1 4202560 6440 0 0 0 248 2 0 0 16 0 16 0 32689635 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32364] ppid=32352 vsize=1542004 CPUtime=2.28
/proc/32354/task/32364/stat : 32364 (java) S 32352 32354 32253 0 -1 4202560 4053 0 0 0 226 2 0 0 15 0 16 0 32689635 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32365] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32365/stat : 32365 (java) S 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32689635 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32366] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32366/stat : 32366 (java) S 32352 32354 32253 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32689635 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32367] ppid=32352 vsize=1542004 CPUtime=8.67
/proc/32354/task/32367/stat : 32367 (java) R 32352 32354 32253 0 -1 4202560 7081 0 0 0 865 2 0 0 25 0 16 0 32689743 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4108760778 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32354/tid=32368] ppid=32352 vsize=1542004 CPUtime=8.82
/proc/32354/task/32368/stat : 32368 (java) R 32352 32354 32253 0 -1 4202560 13635 0 0 0 878 4 0 0 25 0 16 0 32689743 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4109520780 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32354/tid=32378] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32378/stat : 32378 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32689868 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32379] ppid=32352 vsize=1542004 CPUtime=0
/proc/32354/task/32379/stat : 32379 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 32689876 1579012096 52278 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 1542004

[startup+25.5017 s]

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

/proc/loadavg: 2.74 2.57 1.95 4/125 32411
/proc/meminfo: memFree=1335972/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1542652 CPUtime=1801.69
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 116311 0 1 0 180030 139 0 0 18 0 18 0 32689625 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 385663 102433 1452 10 0 382966 0
[pid=32354/tid=32356] ppid=32352 vsize=1542652 CPUtime=1.14
/proc/32354/task/32356/stat : 32356 (java) S 32352 32354 32253 0 -1 4202560 11429 0 1 0 108 6 0 0 15 0 18 0 32689627 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32357] ppid=32352 vsize=1542652 CPUtime=8.28
/proc/32354/task/32357/stat : 32357 (java) S 32352 32354 32253 0 -1 4202560 24537 0 0 0 799 29 0 0 16 0 18 0 32689628 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32358] ppid=32352 vsize=1542652 CPUtime=8.27
/proc/32354/task/32358/stat : 32358 (java) S 32352 32354 32253 0 -1 4202560 24421 0 0 0 796 31 0 0 15 0 18 0 32689628 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=1542652 CPUtime=122.94
/proc/32354/task/32359/stat : 32359 (java) S 32352 32354 32253 0 -1 4202560 21888 0 0 0 12264 30 0 0 16 0 18 0 32689630 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32360/stat : 32360 (java) S 32352 32354 32253 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 32689630 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32361] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32361/stat : 32361 (java) S 32352 32354 32253 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 32689630 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32362] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32362/stat : 32362 (java) S 32352 32354 32253 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 32689635 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32363] ppid=32352 vsize=1542652 CPUtime=3.45
/proc/32354/task/32363/stat : 32363 (java) S 32352 32354 32253 0 -1 4202560 7086 0 0 0 343 2 0 0 16 0 18 0 32689635 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32364] ppid=32352 vsize=1542652 CPUtime=2.55
/proc/32354/task/32364/stat : 32364 (java) S 32352 32354 32253 0 -1 4202560 4056 0 0 0 253 2 0 0 15 0 18 0 32689635 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32365] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32365/stat : 32365 (java) S 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 32689635 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32366] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32366/stat : 32366 (java) S 32352 32354 32253 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 32689635 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32367] ppid=32352 vsize=1542652 CPUtime=830.12
/proc/32354/task/32367/stat : 32367 (java) R 32352 32354 32253 0 -1 4202560 7692 0 0 0 82988 24 0 0 16 0 18 0 32689743 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4109799204 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32354/tid=32368] ppid=32352 vsize=1542652 CPUtime=824.84
/proc/32354/task/32368/stat : 32368 (java) R 32352 32354 32253 0 -1 4202560 14063 0 0 0 82474 10 0 0 16 0 18 0 32689743 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4109428984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32354/tid=32378] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32378/stat : 32378 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 32689868 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32379] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32379/stat : 32379 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 32689876 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32410] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32410/stat : 32410 (java) S 32352 32354 32253 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 32786596 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32411] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32411/stat : 32411 (java) R 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 32786600 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 9678056 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.69
Current children cumulated vsize (KiB) 1542652

[startup+970.602 s]
/proc/loadavg: 2.74 2.57 1.95 4/125 32411
/proc/meminfo: memFree=1335972/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1542652 CPUtime=1802.47
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 116311 0 1 0 180108 139 0 0 18 0 18 0 32689625 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 385663 102433 1452 10 0 382966 0
[pid=32354/tid=32356] ppid=32352 vsize=1542652 CPUtime=1.14
/proc/32354/task/32356/stat : 32356 (java) S 32352 32354 32253 0 -1 4202560 11429 0 1 0 108 6 0 0 15 0 18 0 32689627 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32357] ppid=32352 vsize=1542652 CPUtime=8.28
/proc/32354/task/32357/stat : 32357 (java) S 32352 32354 32253 0 -1 4202560 24537 0 0 0 799 29 0 0 16 0 18 0 32689628 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32358] ppid=32352 vsize=1542652 CPUtime=8.27
/proc/32354/task/32358/stat : 32358 (java) S 32352 32354 32253 0 -1 4202560 24421 0 0 0 796 31 0 0 15 0 18 0 32689628 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=1542652 CPUtime=122.94
/proc/32354/task/32359/stat : 32359 (java) S 32352 32354 32253 0 -1 4202560 21888 0 0 0 12264 30 0 0 16 0 18 0 32689630 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32360/stat : 32360 (java) S 32352 32354 32253 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 32689630 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32361] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32361/stat : 32361 (java) S 32352 32354 32253 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 32689630 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32362] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32362/stat : 32362 (java) S 32352 32354 32253 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 32689635 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32363] ppid=32352 vsize=1542652 CPUtime=3.45
/proc/32354/task/32363/stat : 32363 (java) S 32352 32354 32253 0 -1 4202560 7086 0 0 0 343 2 0 0 16 0 18 0 32689635 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32364] ppid=32352 vsize=1542652 CPUtime=2.55
/proc/32354/task/32364/stat : 32364 (java) S 32352 32354 32253 0 -1 4202560 4056 0 0 0 253 2 0 0 15 0 18 0 32689635 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32365] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32365/stat : 32365 (java) S 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 32689635 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32366] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32366/stat : 32366 (java) S 32352 32354 32253 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 32689635 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32367] ppid=32352 vsize=1542652 CPUtime=830.51
/proc/32354/task/32367/stat : 32367 (java) R 32352 32354 32253 0 -1 4202560 7692 0 0 0 83027 24 0 0 16 0 18 0 32689743 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4109590266 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32354/tid=32368] ppid=32352 vsize=1542652 CPUtime=825.23
/proc/32354/task/32368/stat : 32368 (java) R 32352 32354 32253 0 -1 4202560 14063 0 0 0 82513 10 0 0 16 0 18 0 32689743 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4109363891 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32354/tid=32378] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32378/stat : 32378 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 32689868 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32379] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32379/stat : 32379 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 32689876 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32410] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32410/stat : 32410 (java) S 32352 32354 32253 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 32786596 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32411] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32411/stat : 32411 (java) R 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 32786600 1579675648 102433 1992294400 134512640 134550932 4289282080 18446744073709551615 9678056 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.47
Current children cumulated vsize (KiB) 1542652

[startup+971.003 s]
/proc/loadavg: 2.74 2.57 1.95 4/125 32411
/proc/meminfo: memFree=1335972/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1542652 CPUtime=1803.27
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 116313 0 1 0 180188 139 0 0 18 0 18 0 32689625 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 385663 102434 1452 10 0 382966 0
[pid=32354/tid=32356] ppid=32352 vsize=1542652 CPUtime=1.14
/proc/32354/task/32356/stat : 32356 (java) S 32352 32354 32253 0 -1 4202560 11429 0 1 0 108 6 0 0 15 0 18 0 32689627 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32357] ppid=32352 vsize=1542652 CPUtime=8.3
/proc/32354/task/32357/stat : 32357 (java) S 32352 32354 32253 0 -1 4202560 24537 0 0 0 801 29 0 0 16 0 18 0 32689628 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32358] ppid=32352 vsize=1542652 CPUtime=8.29
/proc/32354/task/32358/stat : 32358 (java) S 32352 32354 32253 0 -1 4202560 24421 0 0 0 798 31 0 0 16 0 18 0 32689628 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=1542652 CPUtime=122.94
/proc/32354/task/32359/stat : 32359 (java) S 32352 32354 32253 0 -1 4202560 21888 0 0 0 12264 30 0 0 15 0 18 0 32689630 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32360/stat : 32360 (java) S 32352 32354 32253 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 32689630 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32361] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32361/stat : 32361 (java) S 32352 32354 32253 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 32689630 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32362] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32362/stat : 32362 (java) S 32352 32354 32253 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 32689635 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32363] ppid=32352 vsize=1542652 CPUtime=3.45
/proc/32354/task/32363/stat : 32363 (java) S 32352 32354 32253 0 -1 4202560 7086 0 0 0 343 2 0 0 16 0 18 0 32689635 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32364] ppid=32352 vsize=1542652 CPUtime=2.55
/proc/32354/task/32364/stat : 32364 (java) S 32352 32354 32253 0 -1 4202560 4056 0 0 0 253 2 0 0 15 0 18 0 32689635 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32365] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32365/stat : 32365 (java) S 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 32689635 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32366] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32366/stat : 32366 (java) S 32352 32354 32253 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 32689635 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32367] ppid=32352 vsize=1542652 CPUtime=830.88
/proc/32354/task/32367/stat : 32367 (java) R 32352 32354 32253 0 -1 4202560 7692 0 0 0 83064 24 0 0 17 0 18 0 32689743 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4109963753 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32354/tid=32368] ppid=32352 vsize=1542652 CPUtime=825.61
/proc/32354/task/32368/stat : 32368 (java) R 32352 32354 32253 0 -1 4202560 14063 0 0 0 82551 10 0 0 17 0 18 0 32689743 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4109029953 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32354/tid=32378] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32378/stat : 32378 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 32689868 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32379] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32379/stat : 32379 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 32689876 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32410] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32410/stat : 32410 (java) S 32352 32354 32253 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 32786596 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32411] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32411/stat : 32411 (java) R 32352 32354 32253 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 32786600 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.27
Current children cumulated vsize (KiB) 1542652

[startup+971.103 s]
/proc/loadavg: 2.74 2.57 1.95 4/125 32411
/proc/meminfo: memFree=1335972/2059040 swapFree=4164948/4192956
[pid=32354] ppid=32352 vsize=1542652 CPUtime=1803.46
/proc/32354/stat : 32354 (java) S 32352 32354 32253 0 -1 4202496 116313 0 1 0 180207 139 0 0 18 0 18 0 32689625 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32354/statm: 385663 102434 1452 10 0 382966 0
[pid=32354/tid=32356] ppid=32352 vsize=1542652 CPUtime=1.14
/proc/32354/task/32356/stat : 32356 (java) S 32352 32354 32253 0 -1 4202560 11429 0 1 0 108 6 0 0 15 0 18 0 32689627 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32357] ppid=32352 vsize=1542652 CPUtime=8.3
/proc/32354/task/32357/stat : 32357 (java) S 32352 32354 32253 0 -1 4202560 24537 0 0 0 801 29 0 0 16 0 18 0 32689628 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32358] ppid=32352 vsize=1542652 CPUtime=8.29
/proc/32354/task/32358/stat : 32358 (java) S 32352 32354 32253 0 -1 4202560 24421 0 0 0 798 31 0 0 16 0 18 0 32689628 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=1542652 CPUtime=122.94
/proc/32354/task/32359/stat : 32359 (java) S 32352 32354 32253 0 -1 4202560 21888 0 0 0 12264 30 0 0 15 0 18 0 32689630 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32360/stat : 32360 (java) S 32352 32354 32253 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 32689630 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32361] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32361/stat : 32361 (java) S 32352 32354 32253 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 32689630 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32362] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32362/stat : 32362 (java) S 32352 32354 32253 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 32689635 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32363] ppid=32352 vsize=1542652 CPUtime=3.45
/proc/32354/task/32363/stat : 32363 (java) S 32352 32354 32253 0 -1 4202560 7086 0 0 0 343 2 0 0 16 0 18 0 32689635 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32364] ppid=32352 vsize=1542652 CPUtime=2.55
/proc/32354/task/32364/stat : 32364 (java) S 32352 32354 32253 0 -1 4202560 4056 0 0 0 253 2 0 0 15 0 18 0 32689635 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32365] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32365/stat : 32365 (java) S 32352 32354 32253 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 32689635 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32366] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32366/stat : 32366 (java) S 32352 32354 32253 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 32689635 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32367] ppid=32352 vsize=1542652 CPUtime=830.98
/proc/32354/task/32367/stat : 32367 (java) R 32352 32354 32253 0 -1 4202560 7692 0 0 0 83074 24 0 0 17 0 18 0 32689743 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4109510972 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32354/tid=32368] ppid=32352 vsize=1542652 CPUtime=825.71
/proc/32354/task/32368/stat : 32368 (java) R 32352 32354 32253 0 -1 4202560 14063 0 0 0 82561 10 0 0 17 0 18 0 32689743 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4109373973 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32354/tid=32378] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32378/stat : 32378 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 32689868 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32379] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32379/stat : 32379 (java) S 32352 32354 32253 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 32689876 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=32354/tid=32410] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32410/stat : 32410 (java) S 32352 32354 32253 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 32786596 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=32354/tid=32411] ppid=32352 vsize=1542652 CPUtime=0
/proc/32354/task/32411/stat : 32411 (java) R 32352 32354 32253 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 32786600 1579675648 102434 1992294400 134512640 134550932 4289282080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.46
Current children cumulated vsize (KiB) 1542652

Child ended because it received signal 9 (SIGKILL)
Real time (s): 971.182
CPU time (s): 1803.59
CPU user time (s): 1802.15
CPU system time (s): 1.44078
CPU usage (%): 185.711
Max. virtual memory (cumulated for all children) (KiB): 1544812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.15
system time used= 1.44078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116313
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= 32163
involuntary context switches= 51650

runsolver used 5.2882 second user time and 9.8955 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-15 05:00:59
IDJOB=2662204
IDBENCH=2524
IDSOLVER=1166
FILE ID=node005/2662204-1276570859
PBS_JOBID= 11173518
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662204-1276570859/watcher-2662204-1276570859 -o /tmp/evaluation-result-2662204-1276570859/solver-2662204-1276570859 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662204-1276570859.opb

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

MD5SUM BENCH= 70ac8fda673b8cd0297ec54288f810c6
RANDOM SEED=782252063

node005.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.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
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:       1744284 kB
Buffers:         70592 kB
Cached:         142048 kB
SwapCached:       1408 kB
Active:          77616 kB
Inactive:       167736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1744284 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             884 kB
Writeback:           0 kB
AnonPages:       31216 kB
Mapped:          14624 kB
Slab:            47448 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62564 MiB
End job on node005 at 2010-06-15 05:17:10