Trace number 2661977

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.86 968.676

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_5.opb
MD5SUM75c62437256ecfefd1c4252ede4b185e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-6
Best CPU time to get the best result obtained on this benchmark655.541
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -6
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

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.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2661977-1276667102.opb
0.24/0.22	c reading problem ... 
1.30/0.84	c ... done. Wall clock time 0.621s.
1.30/0.84	c #vars     1564
1.30/0.84	c #constraints  3080
1.30/0.84	c constraints type 
1.30/0.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
1.30/0.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
1.30/0.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1.30/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
1.30/0.84	c constraints type 
1.30/0.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1.30/0.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
1.30/0.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
1.30/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
3.68/2.08	c And the winner is CuttingPlanes
3.85/2.86	c SATISFIABLE
3.85/2.86	c OPTIMIZING...
3.85/2.86	c Got one! Elapsed wall clock time (in seconds):2.647
3.85/2.86	o -2
4.36/3.17	c And the winner is Resolution
4.91/3.87	c Got one! Elapsed wall clock time (in seconds):3.656
4.91/3.87	o -3
5.55/4.21	c And the winner is CuttingPlanes
5.60/4.88	c Got one! Elapsed wall clock time (in seconds):4.663
5.60/4.88	o -4
6.04/5.15	c And the winner is CuttingPlanes
6.14/5.90	c Got one! Elapsed wall clock time (in seconds):5.68
6.14/5.90	o -5
7.35/6.53	c cleaning 2485 clauses out of 5000 with flag 5000/5000
8.88/7.37	c And the winner is CuttingPlanes
9.02/7.91	c Got one! Elapsed wall clock time (in seconds):7.69
9.02/7.91	o -6
10.19/8.53	c cleaning 4245 clauses out of 8515 with flag 11000/11000
14.29/10.63	c cleaning 5624 clauses out of 11270 with flag 18000/18000
17.80/12.46	c cleaning 6824 clauses out of 13647 with flag 26001/26001
22.90/15.09	c cleaning 7902 clauses out of 15823 with flag 35001/35001
27.39/17.34	c cleaning 8960 clauses out of 17920 with flag 45000/45000
31.87/19.63	c cleaning 9474 clauses out of 18960 with flag 55000/55000
36.16/21.88	c cleaning 9733 clauses out of 19486 with flag 65000/65000
41.22/24.46	c cleaning 9877 clauses out of 19753 with flag 75000/75000
46.48/27.11	c cleaning 9936 clauses out of 19876 with flag 85000/85000
50.76/29.32	c cleaning 9959 clauses out of 19940 with flag 95000/95000
55.23/31.66	c cleaning 9988 clauses out of 19981 with flag 105000/105000
60.47/34.38	c cleaning 9994 clauses out of 19993 with flag 115000/115000
64.93/36.69	c cleaning 9997 clauses out of 19999 with flag 125000/125000
70.59/39.59	c cleaning 9978 clauses out of 20002 with flag 135000/135000
74.85/41.79	c cleaning 10005 clauses out of 20024 with flag 145000/145000
79.85/44.36	c cleaning 9995 clauses out of 20019 with flag 155000/155000
83.91/46.42	c cleaning 10006 clauses out of 20025 with flag 165001/165001
88.55/48.82	c cleaning 10001 clauses out of 20018 with flag 175000/175000
93.00/51.15	c cleaning 10002 clauses out of 20017 with flag 185000/185000
96.83/53.10	c cleaning 10002 clauses out of 20015 with flag 195000/195000
100.49/55.05	c cleaning 10001 clauses out of 20013 with flag 205000/205000
104.74/57.23	c cleaning 9999 clauses out of 20012 with flag 215000/215000
108.57/59.28	c cleaning 10000 clauses out of 20013 with flag 225000/225000
111.99/61.08	c cleaning 9996 clauses out of 20013 with flag 235000/235000
115.83/63.09	c cleaning 9994 clauses out of 20017 with flag 245000/245000
120.07/65.24	c cleaning 9998 clauses out of 20023 with flag 255000/255000
124.49/67.54	c cleaning 10001 clauses out of 20025 with flag 265000/265000
128.69/69.72	c cleaning 10001 clauses out of 20024 with flag 275000/275000
132.91/71.96	c cleaning 9998 clauses out of 20023 with flag 285000/285000
137.16/74.19	c cleaning 10011 clauses out of 20027 with flag 295002/295002
141.39/76.39	c cleaning 10005 clauses out of 20016 with flag 305002/305002
145.58/78.54	c cleaning 9998 clauses out of 20009 with flag 315000/315000
149.23/80.45	c cleaning 9999 clauses out of 20012 with flag 325001/325001
153.66/82.72	c cleaning 10000 clauses out of 20012 with flag 335000/335000
158.08/85.03	c cleaning 10003 clauses out of 20013 with flag 345001/345001
162.08/87.12	c cleaning 9998 clauses out of 20010 with flag 355001/355001
166.52/89.44	c cleaning 10002 clauses out of 20011 with flag 365000/365000
171.13/91.85	c cleaning 9992 clauses out of 20009 with flag 375000/375000
175.16/93.93	c cleaning 10005 clauses out of 20018 with flag 385001/385001
179.75/96.32	c cleaning 9998 clauses out of 20012 with flag 395000/395000
183.97/98.53	c cleaning 10007 clauses out of 20017 with flag 405003/405003
187.99/100.60	c cleaning 9997 clauses out of 20007 with flag 415000/415000
191.80/102.65	c cleaning 10000 clauses out of 20010 with flag 425000/425000
195.99/104.83	c cleaning 9997 clauses out of 20010 with flag 435000/435000
200.41/107.11	c cleaning 10002 clauses out of 20013 with flag 445000/445000
204.02/109.05	c cleaning 9996 clauses out of 20012 with flag 455001/455001
208.05/111.13	c cleaning 9998 clauses out of 20015 with flag 465000/465000
212.60/113.57	c cleaning 10003 clauses out of 20017 with flag 475000/475000
216.81/115.79	c cleaning 9999 clauses out of 20014 with flag 485000/485000
221.43/118.15	c cleaning 9995 clauses out of 20015 with flag 495000/495000
226.03/120.59	c cleaning 9999 clauses out of 20021 with flag 505001/505001
231.21/123.23	c cleaning 10008 clauses out of 20021 with flag 515000/515000
235.22/125.36	c cleaning 10004 clauses out of 20014 with flag 525001/525001
238.22/127.00	c cleaning 0 clauses out of 5000 with flag 0/5000
239.46/127.65	c cleaning 9994 clauses out of 20009 with flag 535000/535000
243.21/129.67	c cleaning 10001 clauses out of 20016 with flag 545001/545001
246.82/131.57	c cleaning 9998 clauses out of 20014 with flag 555000/555000
250.44/133.42	c cleaning 9994 clauses out of 20016 with flag 565000/565000
254.24/135.41	c cleaning 10002 clauses out of 20022 with flag 575000/575000
257.81/137.37	c cleaning 9998 clauses out of 20020 with flag 585000/585000
262.02/139.50	c cleaning 10005 clauses out of 20022 with flag 595000/595000
266.22/141.77	c cleaning 10006 clauses out of 20017 with flag 605000/605000
270.85/144.11	c cleaning 10002 clauses out of 20013 with flag 615002/615002
274.21/145.99	c cleaning 9983 clauses out of 20009 with flag 625000/625000
278.60/148.23	c cleaning 9998 clauses out of 20026 with flag 635000/635000
282.81/150.43	c cleaning 10002 clauses out of 20029 with flag 645001/645001
286.82/152.55	c cleaning 9998 clauses out of 20026 with flag 655000/655000
291.78/155.18	c cleaning 9987 clauses out of 20029 with flag 665001/665001
295.98/157.38	c cleaning 10020 clauses out of 20046 with flag 675005/675005
299.96/159.42	c cleaning 9995 clauses out of 20021 with flag 685000/685000
303.96/161.56	c cleaning 10007 clauses out of 20027 with flag 695001/695001
308.11/163.76	c cleaning 10001 clauses out of 20020 with flag 705001/705001
312.52/166.09	c cleaning 10002 clauses out of 20019 with flag 715001/715001
317.48/168.62	c cleaning 9997 clauses out of 20016 with flag 725000/725000
322.27/171.18	c cleaning 9997 clauses out of 20019 with flag 735000/735000
327.78/174.00	c cleaning 9999 clauses out of 20022 with flag 745000/745000
332.77/176.61	c cleaning 9998 clauses out of 20024 with flag 755001/755001
337.55/179.16	c cleaning 9998 clauses out of 20025 with flag 765000/765000
342.32/181.65	c cleaning 10006 clauses out of 20028 with flag 775001/775001
347.05/184.13	c cleaning 10002 clauses out of 20021 with flag 785000/785000
351.85/186.66	c cleaning 9998 clauses out of 20019 with flag 795000/795000
356.03/188.80	c cleaning 9991 clauses out of 20021 with flag 805000/805000
360.22/191.00	c cleaning 10006 clauses out of 20030 with flag 815000/815000
363.96/193.04	c cleaning 10004 clauses out of 20025 with flag 825001/825001
368.13/195.23	c cleaning 9990 clauses out of 20020 with flag 835000/835000
372.12/197.39	c cleaning 9998 clauses out of 20030 with flag 845000/845000
376.28/199.55	c cleaning 10008 clauses out of 20032 with flag 855000/855000
380.81/201.96	c cleaning 9992 clauses out of 20024 with flag 865000/865000
384.78/204.04	c cleaning 9991 clauses out of 20032 with flag 875000/875000
388.76/206.10	c cleaning 10008 clauses out of 20042 with flag 885001/885001
392.54/208.16	c cleaning 10013 clauses out of 20034 with flag 895001/895001
396.47/210.23	c cleaning 10005 clauses out of 20021 with flag 905001/905001
400.27/212.21	c cleaning 9988 clauses out of 20015 with flag 915000/915000
404.45/214.46	c cleaning 9990 clauses out of 20027 with flag 925000/925000
409.00/216.85	c cleaning 10013 clauses out of 20037 with flag 935000/935000
413.73/219.35	c cleaning 9994 clauses out of 20024 with flag 945000/945000
418.90/222.07	c cleaning 9980 clauses out of 20030 with flag 955000/955000
423.66/224.51	c cleaning 10018 clauses out of 20051 with flag 965001/965001
428.23/226.94	c cleaning 9993 clauses out of 20032 with flag 975000/975000
433.15/229.50	c cleaning 10010 clauses out of 20039 with flag 985000/985000
438.30/232.22	c cleaning 9986 clauses out of 20029 with flag 995000/995000
443.07/234.74	c cleaning 10007 clauses out of 20044 with flag 1005001/1005001
448.04/237.30	c cleaning 10008 clauses out of 20036 with flag 1015000/1015000
452.77/239.87	c cleaning 9999 clauses out of 20028 with flag 1025000/1025000
457.32/242.23	c cleaning 9999 clauses out of 20029 with flag 1035000/1035000
462.28/244.88	c cleaning 10004 clauses out of 20030 with flag 1045000/1045000
467.26/247.45	c cleaning 9998 clauses out of 20027 with flag 1055001/1055001
472.54/250.24	c cleaning 9995 clauses out of 20028 with flag 1065000/1065000
477.50/252.89	c cleaning 9993 clauses out of 20033 with flag 1075000/1075000
482.46/255.41	c cleaning 10007 clauses out of 20040 with flag 1085000/1085000
487.61/258.11	c cleaning 10010 clauses out of 20033 with flag 1095000/1095000
492.70/260.84	c cleaning 9998 clauses out of 20023 with flag 1105000/1105000
497.04/263.15	c cleaning 10001 clauses out of 20025 with flag 1115000/1115000
501.40/265.46	c cleaning 10005 clauses out of 20025 with flag 1125001/1125001
505.75/267.78	c cleaning 10000 clauses out of 20019 with flag 1135000/1135000
510.46/270.26	c cleaning 9995 clauses out of 20019 with flag 1145000/1145000
515.01/272.67	c cleaning 9996 clauses out of 20024 with flag 1155000/1155000
519.96/275.22	c cleaning 10009 clauses out of 20028 with flag 1165000/1165000
523.75/277.25	c cleaning 10006 clauses out of 20019 with flag 1175000/1175000
527.85/279.46	c cleaning 9972 clauses out of 20013 with flag 1185000/1185000
532.00/281.61	c cleaning 10003 clauses out of 20043 with flag 1195002/1195002
535.95/283.79	c cleaning 10000 clauses out of 20038 with flag 1205000/1205000
540.48/286.14	c cleaning 10000 clauses out of 20039 with flag 1215001/1215001
544.55/288.32	c cleaning 10004 clauses out of 20038 with flag 1225000/1225000
549.10/290.70	c cleaning 9986 clauses out of 20034 with flag 1235000/1235000
553.64/293.18	c cleaning 10007 clauses out of 20048 with flag 1245000/1245000
558.38/295.61	c cleaning 10011 clauses out of 20041 with flag 1255000/1255000
562.68/297.93	c cleaning 9995 clauses out of 20032 with flag 1265002/1265002
567.03/300.28	c cleaning 10005 clauses out of 20035 with flag 1275000/1275000
571.75/302.77	c cleaning 9999 clauses out of 20030 with flag 1285000/1285000
576.12/305.07	c cleaning 10005 clauses out of 20032 with flag 1295001/1295001
580.19/307.22	c cleaning 10001 clauses out of 20026 with flag 1305000/1305000
583.94/309.28	c cleaning 9994 clauses out of 20025 with flag 1315000/1315000
587.90/311.37	c cleaning 9988 clauses out of 20031 with flag 1325000/1325000
592.83/313.95	c cleaning 10008 clauses out of 20043 with flag 1335000/1335000
596.91/316.10	c cleaning 9997 clauses out of 20035 with flag 1345000/1345000
600.66/318.16	c cleaning 9998 clauses out of 20040 with flag 1355002/1355002
605.40/320.69	c cleaning 10004 clauses out of 20040 with flag 1365000/1365000
610.73/323.42	c cleaning 10012 clauses out of 20037 with flag 1375001/1375001
614.80/325.69	c cleaning 9994 clauses out of 20025 with flag 1385001/1385001
619.31/328.04	c cleaning 10003 clauses out of 20030 with flag 1395000/1395000
623.23/330.14	c cleaning 10002 clauses out of 20028 with flag 1405001/1405001
627.36/332.37	c cleaning 9988 clauses out of 20025 with flag 1415000/1415000
631.82/334.74	c cleaning 10001 clauses out of 20037 with flag 1425000/1425000
636.54/337.20	c cleaning 9995 clauses out of 20036 with flag 1435000/1435000
641.67/339.97	c cleaning 10008 clauses out of 20041 with flag 1445000/1445000
646.38/342.41	c cleaning 10005 clauses out of 20034 with flag 1455001/1455001
650.65/344.72	c cleaning 10004 clauses out of 20032 with flag 1465004/1465004
654.58/346.81	c cleaning 9994 clauses out of 20024 with flag 1475000/1475000
659.31/349.30	c cleaning 9999 clauses out of 20030 with flag 1485000/1485000
664.03/351.87	c cleaning 9997 clauses out of 20036 with flag 1495005/1495005
668.52/354.26	c cleaning 9999 clauses out of 20035 with flag 1505001/1505001
673.03/356.68	c cleaning 9999 clauses out of 20036 with flag 1515001/1515001
677.36/358.97	c cleaning 10013 clauses out of 20037 with flag 1525001/1525001
682.48/361.61	c cleaning 9996 clauses out of 20023 with flag 1535000/1535000
686.75/363.97	c cleaning 9990 clauses out of 20028 with flag 1545001/1545001
691.10/366.26	c cleaning 10013 clauses out of 20037 with flag 1555000/1555000
695.42/368.58	c cleaning 9999 clauses out of 20024 with flag 1565000/1565000
699.35/370.62	c cleaning 9995 clauses out of 20025 with flag 1575000/1575000
704.19/373.20	c cleaning 10001 clauses out of 20030 with flag 1585000/1585000
708.72/375.61	c cleaning 10000 clauses out of 20029 with flag 1595000/1595000
713.63/378.28	c cleaning 10004 clauses out of 20029 with flag 1605000/1605000
718.55/380.87	c cleaning 9998 clauses out of 20025 with flag 1615000/1615000
723.40/383.48	c cleaning 9998 clauses out of 20027 with flag 1625000/1625000
728.11/385.96	c cleaning 9991 clauses out of 20029 with flag 1635000/1635000
733.03/388.53	c cleaning 10014 clauses out of 20040 with flag 1645002/1645002
737.74/391.07	c cleaning 10001 clauses out of 20024 with flag 1655000/1655000
742.59/393.61	c cleaning 10004 clauses out of 20024 with flag 1665001/1665001
747.51/396.23	c cleaning 10002 clauses out of 20019 with flag 1675000/1675000
751.83/398.51	c cleaning 9981 clauses out of 20017 with flag 1685000/1685000
756.14/400.88	c cleaning 9985 clauses out of 20036 with flag 1695000/1695000
761.17/403.51	c cleaning 10013 clauses out of 20051 with flag 1705000/1705000
765.51/405.90	c cleaning 9999 clauses out of 20038 with flag 1715000/1715000
771.18/408.83	c cleaning 9998 clauses out of 20039 with flag 1725000/1725000
775.71/411.22	c cleaning 10008 clauses out of 20041 with flag 1735000/1735000
781.15/414.16	c cleaning 9982 clauses out of 20034 with flag 1745001/1745001
786.05/416.70	c cleaning 10012 clauses out of 20050 with flag 1755000/1755000
790.95/419.35	c cleaning 9998 clauses out of 20038 with flag 1765000/1765000
795.25/421.63	c cleaning 10000 clauses out of 20040 with flag 1775000/1775000
800.70/424.59	c cleaning 10004 clauses out of 20042 with flag 1785002/1785002
805.98/427.37	c cleaning 10011 clauses out of 20036 with flag 1795000/1795000
810.49/429.70	c cleaning 9989 clauses out of 20025 with flag 1805000/1805000
815.58/432.48	c cleaning 9985 clauses out of 20036 with flag 1815000/1815000
820.42/435.04	c cleaning 10015 clauses out of 20051 with flag 1825000/1825000
824.93/437.48	c cleaning 9995 clauses out of 20038 with flag 1835002/1835002
829.04/439.66	c cleaning 10002 clauses out of 20041 with flag 1845000/1845000
833.36/441.99	c cleaning 9997 clauses out of 20041 with flag 1855002/1855002
838.01/444.44	c cleaning 10008 clauses out of 20042 with flag 1865000/1865000
842.13/446.66	c cleaning 9998 clauses out of 20034 with flag 1875000/1875000
846.80/449.13	c cleaning 9995 clauses out of 20036 with flag 1885000/1885000
850.89/451.33	c cleaning 10005 clauses out of 20041 with flag 1895000/1895000
855.12/453.69	c cleaning 9996 clauses out of 20036 with flag 1905000/1905000
859.62/456.05	c cleaning 10006 clauses out of 20040 with flag 1915000/1915000
863.91/458.37	c cleaning 10001 clauses out of 20034 with flag 1925000/1925000
867.81/460.49	c cleaning 9994 clauses out of 20033 with flag 1935000/1935000
871.84/462.60	c cleaning 10013 clauses out of 20039 with flag 1945000/1945000
875.93/464.80	c cleaning 9997 clauses out of 20026 with flag 1955000/1955000
879.82/466.90	c cleaning 9998 clauses out of 20029 with flag 1965000/1965000
884.31/469.32	c cleaning 10001 clauses out of 20031 with flag 1975000/1975000
888.14/471.46	c cleaning 9996 clauses out of 20030 with flag 1985000/1985000
892.03/473.55	c cleaning 9995 clauses out of 20034 with flag 1995000/1995000
895.92/475.61	c cleaning 10003 clauses out of 20039 with flag 2005000/2005000
899.80/477.73	c cleaning 9999 clauses out of 20036 with flag 2015000/2015000
903.82/479.98	c cleaning 9997 clauses out of 20040 with flag 2025003/2025003
907.72/482.05	c cleaning 10005 clauses out of 20041 with flag 2035001/2035001
911.45/484.04	c cleaning 9992 clauses out of 20035 with flag 2045000/2045000
915.73/486.35	c cleaning 9992 clauses out of 20043 with flag 2055000/2055000
920.34/488.82	c cleaning 9993 clauses out of 20051 with flag 2065000/2065000
924.84/491.22	c cleaning 10011 clauses out of 20059 with flag 2075001/2075001
929.33/493.60	c cleaning 9986 clauses out of 20047 with flag 2085000/2085000
933.85/496.04	c cleaning 10012 clauses out of 20061 with flag 2095000/2095000
938.45/498.54	c cleaning 10009 clauses out of 20049 with flag 2105000/2105000
942.95/500.91	c cleaning 9998 clauses out of 20041 with flag 2115001/2115001
947.64/503.41	c cleaning 10013 clauses out of 20042 with flag 2125000/2125000
952.54/506.01	c cleaning 10002 clauses out of 20029 with flag 2135000/2135000
957.53/508.74	c cleaning 10010 clauses out of 20028 with flag 2145001/2145001
962.63/511.42	c cleaning 9990 clauses out of 20017 with flag 2155000/2155000
966.92/513.76	c cleaning 10004 clauses out of 20027 with flag 2165000/2165000
971.19/516.01	c cleaning 9974 clauses out of 20023 with flag 2175000/2175000
975.60/518.44	c cleaning 10000 clauses out of 20049 with flag 2185000/2185000
980.69/521.10	c cleaning 9993 clauses out of 20049 with flag 2195000/2195000
984.79/523.34	c cleaning 10018 clauses out of 20056 with flag 2205000/2205000
989.30/525.78	c cleaning 9997 clauses out of 20038 with flag 2215000/2215000
993.87/528.25	c cleaning 10012 clauses out of 20041 with flag 2225000/2225000
997.58/530.29	c cleaning 10007 clauses out of 20030 with flag 2235001/2235001
1001.65/532.46	c cleaning 9996 clauses out of 20022 with flag 2245000/2245000
1005.53/534.56	c cleaning 9990 clauses out of 20026 with flag 2255000/2255000
1009.92/536.98	c cleaning 9988 clauses out of 20036 with flag 2265000/2265000
1014.00/539.18	c cleaning 9999 clauses out of 20049 with flag 2275001/2275001
1018.08/541.35	c cleaning 10001 clauses out of 20049 with flag 2285000/2285000
1022.56/543.79	c cleaning 10017 clauses out of 20049 with flag 2295001/2295001
1026.57/545.94	c cleaning 9977 clauses out of 20035 with flag 2305004/2305004
1030.66/548.20	c cleaning 10009 clauses out of 20054 with flag 2315000/2315000
1034.74/550.32	c cleaning 10014 clauses out of 20045 with flag 2325000/2325000
1039.22/552.78	c cleaning 10012 clauses out of 20032 with flag 2335001/2335001
1043.43/555.08	c cleaning 10001 clauses out of 20019 with flag 2345000/2345000
1047.50/557.25	c cleaning 10002 clauses out of 20018 with flag 2355000/2355000
1051.58/559.43	c cleaning 9997 clauses out of 20017 with flag 2365001/2365001
1056.06/561.90	c cleaning 9992 clauses out of 20019 with flag 2375000/2375000
1060.64/564.38	c cleaning 9998 clauses out of 20027 with flag 2385000/2385000
1065.09/566.74	c cleaning 9998 clauses out of 20031 with flag 2395002/2395002
1069.56/569.19	c cleaning 9994 clauses out of 20031 with flag 2405000/2405000
1074.84/571.91	c cleaning 9996 clauses out of 20038 with flag 2415001/2415001
1079.60/574.53	c cleaning 10003 clauses out of 20041 with flag 2425000/2425000
1083.87/576.82	c cleaning 10007 clauses out of 20039 with flag 2435001/2435001
1087.54/578.89	c cleaning 10007 clauses out of 20031 with flag 2445000/2445000
1091.42/580.94	c cleaning 9996 clauses out of 20024 with flag 2455000/2455000
1095.41/583.15	c cleaning 9990 clauses out of 20028 with flag 2465000/2465000
1099.30/585.21	c cleaning 10012 clauses out of 20039 with flag 2475001/2475001
1102.96/587.27	c cleaning 10000 clauses out of 20027 with flag 2485001/2485001
1106.64/589.20	c cleaning 9991 clauses out of 20026 with flag 2495000/2495000
1110.64/591.49	c cleaning 10008 clauses out of 20035 with flag 2505000/2505000
1115.32/593.91	c cleaning 9990 clauses out of 20027 with flag 2515000/2515000
1119.39/596.18	c cleaning 9993 clauses out of 20037 with flag 2525000/2525000
1124.23/598.72	c cleaning 10012 clauses out of 20044 with flag 2535000/2535000
1129.21/601.43	c cleaning 10001 clauses out of 20032 with flag 2545000/2545000
1134.07/604.08	c cleaning 9995 clauses out of 20031 with flag 2555000/2555000
1139.13/606.70	c cleaning 9973 clauses out of 20036 with flag 2565000/2565000
1142.98/608.82	c cleaning 10016 clauses out of 20063 with flag 2575000/2575000
1147.16/611.13	c cleaning 10004 clauses out of 20047 with flag 2585000/2585000
1151.44/613.42	c cleaning 10006 clauses out of 20044 with flag 2595001/2595001
1155.49/615.69	c cleaning 10001 clauses out of 20037 with flag 2605000/2605000
1159.76/617.93	c cleaning 10001 clauses out of 20036 with flag 2615000/2615000
1164.34/620.44	c cleaning 9992 clauses out of 20035 with flag 2625000/2625000
1168.98/622.98	c cleaning 9999 clauses out of 20043 with flag 2635000/2635000
1174.03/625.63	c cleaning 9999 clauses out of 20044 with flag 2645000/2645000
1178.68/628.11	c cleaning 10004 clauses out of 20046 with flag 2655001/2655001
1183.23/630.61	c cleaning 10001 clauses out of 20042 with flag 2665001/2665001
1188.10/633.29	c cleaning 10000 clauses out of 20041 with flag 2675001/2675001
1193.14/635.93	c cleaning 10005 clauses out of 20040 with flag 2685000/2685000
1197.81/638.43	c cleaning 10000 clauses out of 20035 with flag 2695000/2695000
1202.57/641.04	c cleaning 9996 clauses out of 20035 with flag 2705000/2705000
1207.03/643.47	c cleaning 10009 clauses out of 20039 with flag 2715000/2715000
1211.47/645.88	c cleaning 9993 clauses out of 20030 with flag 2725000/2725000
1215.14/647.89	c cleaning 10001 clauses out of 20037 with flag 2735000/2735000
1219.69/650.31	c cleaning 10006 clauses out of 20036 with flag 2745000/2745000
1223.74/652.51	c cleaning 9985 clauses out of 20030 with flag 2755000/2755000
1227.79/654.72	c cleaning 10009 clauses out of 20045 with flag 2765000/2765000
1231.63/656.81	c cleaning 9996 clauses out of 20036 with flag 2775000/2775000
1235.81/659.18	c cleaning 9999 clauses out of 20040 with flag 2785000/2785000
1240.85/661.81	c cleaning 10007 clauses out of 20041 with flag 2795000/2795000
1244.70/663.96	c cleaning 9997 clauses out of 20036 with flag 2805002/2805002
1248.95/666.20	c cleaning 10004 clauses out of 20037 with flag 2815000/2815000
1253.91/668.96	c cleaning 9999 clauses out of 20033 with flag 2825000/2825000
1258.56/671.45	c cleaning 9994 clauses out of 20034 with flag 2835000/2835000
1263.01/673.85	c cleaning 10009 clauses out of 20040 with flag 2845000/2845000
1267.05/676.09	c cleaning 10000 clauses out of 20031 with flag 2855000/2855000
1271.62/678.52	c cleaning 9991 clauses out of 20032 with flag 2865001/2865001
1275.26/680.55	c cleaning 10005 clauses out of 20040 with flag 2875000/2875000
1278.92/682.58	c cleaning 10003 clauses out of 20036 with flag 2885001/2885001
1283.36/684.91	c cleaning 10001 clauses out of 20032 with flag 2895000/2895000
1287.12/687.05	c cleaning 9998 clauses out of 20032 with flag 2905001/2905001
1290.96/689.11	c cleaning 9993 clauses out of 20033 with flag 2915000/2915000
1294.62/691.17	c cleaning 9996 clauses out of 20040 with flag 2925000/2925000
1298.26/693.16	c cleaning 10005 clauses out of 20044 with flag 2935000/2935000
1303.01/695.77	c cleaning 9996 clauses out of 20039 with flag 2945000/2945000
1307.65/698.21	c cleaning 9998 clauses out of 20043 with flag 2955000/2955000
1312.10/700.64	c cleaning 10004 clauses out of 20045 with flag 2965000/2965000
1316.51/703.06	c cleaning 9997 clauses out of 20044 with flag 2975003/2975003
1321.07/705.60	c cleaning 10012 clauses out of 20045 with flag 2985001/2985001
1325.31/707.84	c cleaning 9999 clauses out of 20032 with flag 2995000/2995000
1330.35/710.55	c cleaning 10003 clauses out of 20036 with flag 3005003/3005003
1334.96/713.06	c cleaning 9994 clauses out of 20030 with flag 3015000/3015000
1339.71/715.63	c cleaning 9999 clauses out of 20036 with flag 3025000/3025000
1345.11/718.57	c cleaning 10005 clauses out of 20039 with flag 3035002/3035002
1349.73/721.04	c cleaning 10002 clauses out of 20034 with flag 3045002/3045002
1354.97/723.82	c cleaning 9999 clauses out of 20030 with flag 3055000/3055000
1359.87/726.55	c cleaning 9989 clauses out of 20031 with flag 3065000/3065000
1365.48/729.59	c cleaning 10010 clauses out of 20043 with flag 3075001/3075001
1370.69/732.37	c cleaning 10004 clauses out of 20033 with flag 3085001/3085001
1375.90/735.12	c cleaning 9984 clauses out of 20028 with flag 3095000/3095000
1381.41/738.16	c cleaning 10008 clauses out of 20044 with flag 3105000/3105000
1387.43/741.36	c cleaning 10009 clauses out of 20036 with flag 3115001/3115001
1391.23/743.44	c cleaning 9993 clauses out of 20026 with flag 3125000/3125000
1396.24/746.10	c cleaning 10002 clauses out of 20034 with flag 3135001/3135001
1401.76/749.17	c cleaning 9985 clauses out of 20031 with flag 3145000/3145000
1406.35/751.64	c cleaning 10008 clauses out of 20046 with flag 3155000/3155000
1411.16/754.27	c cleaning 9988 clauses out of 20039 with flag 3165001/3165001
1415.37/756.54	c cleaning 10001 clauses out of 20050 with flag 3175000/3175000
1419.73/758.94	c cleaning 10011 clauses out of 20049 with flag 3185000/3185000
1423.76/761.15	c cleaning 9997 clauses out of 20038 with flag 3195000/3195000
1428.57/763.78	c cleaning 9992 clauses out of 20041 with flag 3205000/3205000
1432.99/766.19	c cleaning 10009 clauses out of 20049 with flag 3215000/3215000
1437.33/768.56	c cleaning 10004 clauses out of 20040 with flag 3225000/3225000
1441.57/770.86	c cleaning 10006 clauses out of 20037 with flag 3235001/3235001
1445.80/773.19	c cleaning 9995 clauses out of 20030 with flag 3245000/3245000
1449.83/775.38	c cleaning 9994 clauses out of 20035 with flag 3255000/3255000
1454.19/777.74	c cleaning 10002 clauses out of 20041 with flag 3265000/3265000
1458.01/779.82	c cleaning 9999 clauses out of 20040 with flag 3275001/3275001
1461.83/781.93	c cleaning 9998 clauses out of 20041 with flag 3285001/3285001
1465.47/783.94	c cleaning 9994 clauses out of 20046 with flag 3295004/3295004
1469.82/786.40	c cleaning 9996 clauses out of 20050 with flag 3305002/3305002
1474.42/788.90	c cleaning 10003 clauses out of 20052 with flag 3315000/3315000
1478.85/791.26	c cleaning 10000 clauses out of 20049 with flag 3325000/3325000
1484.06/794.05	c cleaning 10002 clauses out of 20050 with flag 3335001/3335001
1489.58/797.04	c cleaning 10003 clauses out of 20050 with flag 3345003/3345003
1494.20/799.60	c cleaning 10003 clauses out of 20046 with flag 3355002/3355002
1498.81/802.07	c cleaning 10010 clauses out of 20044 with flag 3365003/3365003
1503.83/804.76	c cleaning 9984 clauses out of 20031 with flag 3375000/3375000
1506.39/806.30	c cleaning 0 clauses out of 11000 with flag 0/11000
1509.20/807.82	c cleaning 9998 clauses out of 20047 with flag 3385000/3385000
1513.60/810.22	c cleaning 10011 clauses out of 20049 with flag 3395000/3395000
1518.22/812.72	c cleaning 10001 clauses out of 20039 with flag 3405001/3405001
1523.53/815.67	c cleaning 10015 clauses out of 20040 with flag 3415003/3415003
1528.34/818.28	c cleaning 9998 clauses out of 20022 with flag 3425000/3425000
1533.54/821.01	c cleaning 9991 clauses out of 20024 with flag 3435000/3435000
1538.34/823.62	c cleaning 10000 clauses out of 20033 with flag 3445000/3445000
1543.05/826.20	c cleaning 10009 clauses out of 20036 with flag 3455003/3455003
1547.66/828.72	c cleaning 9994 clauses out of 20024 with flag 3465000/3465000
1551.68/830.99	c cleaning 9997 clauses out of 20030 with flag 3475000/3475000
1555.87/833.28	c cleaning 10008 clauses out of 20035 with flag 3485002/3485002
1560.58/835.87	c cleaning 10000 clauses out of 20025 with flag 3495000/3495000
1565.00/838.28	c cleaning 10008 clauses out of 20025 with flag 3505000/3505000
1569.01/840.49	c cleaning 10004 clauses out of 20018 with flag 3515001/3515001
1573.60/842.95	c cleaning 9995 clauses out of 20018 with flag 3525005/3525005
1578.50/845.66	c cleaning 10002 clauses out of 20019 with flag 3535001/3535001
1583.31/848.22	c cleaning 9999 clauses out of 20017 with flag 3545001/3545001
1588.71/851.10	c cleaning 9989 clauses out of 20017 with flag 3555000/3555000
1593.88/853.99	c cleaning 10000 clauses out of 20028 with flag 3565000/3565000
1598.59/856.58	c cleaning 10002 clauses out of 20029 with flag 3575001/3575001
1603.59/859.26	c cleaning 10002 clauses out of 20027 with flag 3585001/3585001
1608.38/861.81	c cleaning 9999 clauses out of 20024 with flag 3595000/3595000
1613.58/864.67	c cleaning 9998 clauses out of 20025 with flag 3605000/3605000
1617.87/867.02	c cleaning 10004 clauses out of 20027 with flag 3615000/3615000
1623.68/870.19	c cleaning 9998 clauses out of 20024 with flag 3625001/3625001
1629.03/873.05	c cleaning 9992 clauses out of 20025 with flag 3635000/3635000
1634.63/876.00	c cleaning 9996 clauses out of 20033 with flag 3645000/3645000
1639.13/878.55	c cleaning 10015 clauses out of 20038 with flag 3655001/3655001
1643.90/881.19	c cleaning 9985 clauses out of 20025 with flag 3665003/3665003
1648.30/883.52	c cleaning 10007 clauses out of 20037 with flag 3675000/3675000
1652.48/885.90	c cleaning 9984 clauses out of 20030 with flag 3685000/3685000
1657.39/888.54	c cleaning 10009 clauses out of 20046 with flag 3695000/3695000
1662.15/891.12	c cleaning 10005 clauses out of 20037 with flag 3705000/3705000
1666.14/893.31	c cleaning 10001 clauses out of 20032 with flag 3715000/3715000
1670.14/895.52	c cleaning 10006 clauses out of 20031 with flag 3725000/3725000
1674.61/898.09	c cleaning 9994 clauses out of 20025 with flag 3735000/3735000
1679.41/900.63	c cleaning 10012 clauses out of 20036 with flag 3745005/3745005
1684.37/903.34	c cleaning 9982 clauses out of 20019 with flag 3755000/3755000
1688.95/905.85	c cleaning 10004 clauses out of 20037 with flag 3765000/3765000
1693.83/908.54	c cleaning 10004 clauses out of 20033 with flag 3775000/3775000
1698.81/911.21	c cleaning 10005 clauses out of 20029 with flag 3785000/3785000
1703.39/913.71	c cleaning 9997 clauses out of 20024 with flag 3795000/3795000
1708.37/916.47	c cleaning 9998 clauses out of 20027 with flag 3805000/3805000
1713.65/919.37	c cleaning 9997 clauses out of 20029 with flag 3815000/3815000
1719.00/922.23	c cleaning 9997 clauses out of 20032 with flag 3825000/3825000
1723.99/924.95	c cleaning 9993 clauses out of 20035 with flag 3835000/3835000
1729.76/928.05	c cleaning 10000 clauses out of 20042 with flag 3845000/3845000
1735.62/931.21	c cleaning 9991 clauses out of 20045 with flag 3855003/3855003
1740.99/934.12	c cleaning 10007 clauses out of 20051 with flag 3865000/3865000
1745.97/936.82	c cleaning 10014 clauses out of 20045 with flag 3875001/3875001
1750.75/939.48	c cleaning 9985 clauses out of 20030 with flag 3885000/3885000
1755.64/942.14	c cleaning 10001 clauses out of 20046 with flag 3895001/3895001
1760.02/944.59	c cleaning 10010 clauses out of 20044 with flag 3905000/3905000
1764.58/947.02	c cleaning 10005 clauses out of 20034 with flag 3915000/3915000
1768.77/949.36	c cleaning 10002 clauses out of 20031 with flag 3925002/3925002
1773.24/951.88	c cleaning 9992 clauses out of 20027 with flag 3935000/3935000
1777.41/954.19	c cleaning 10003 clauses out of 20037 with flag 3945002/3945002
1781.79/956.51	c cleaning 9998 clauses out of 20032 with flag 3955000/3955000
1786.16/958.97	c cleaning 9999 clauses out of 20035 with flag 3965001/3965001
1790.41/961.32	c cleaning 9995 clauses out of 20035 with flag 3975000/3975000
1795.38/964.05	c cleaning 10010 clauses out of 20040 with flag 3985000/3985000
1800.17/966.62	c cleaning 9991 clauses out of 20030 with flag 3995000/3995000

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-2661977-1276667102/watcher-2661977-1276667102 -o /tmp/evaluation-result-2661977-1276667102/solver-2661977-1276667102 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661977-1276667102.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: 0.92 0.98 0.99 2/106 15143
/proc/meminfo: memFree=1744244/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1832 CPUtime=0
/proc/15143/stat : 15143 (java6) S 15141 15143 14721 0 -1 4194304 254 0 0 0 0 0 0 0 24 0 1 0 8001241 1875968 156 1992294400 134512640 134550932 4287309712 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/15143/statm: 458 156 119 10 0 63 0

[startup+0.031249 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 15143
/proc/meminfo: memFree=1744244/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1518368 CPUtime=0.02
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 2711 0 1 0 1 1 0 0 18 0 4 0 8001241 1554808832 2155 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 379592 2155 460 10 0 377303 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1518368

[startup+0.101258 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 15143
/proc/meminfo: memFree=1744244/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1524180 CPUtime=0.08
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 3960 0 1 0 7 1 0 0 18 0 12 0 8001241 1560760320 3399 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300228 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 15143
/proc/meminfo: memFree=1744244/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1526096 CPUtime=0.36
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 5358 0 1 0 34 2 0 0 18 0 12 0 8001241 1562722304 4795 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 381524 4795 1356 10 0 378827 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526096

[startup+0.700208 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 15143
/proc/meminfo: memFree=1744244/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1528156 CPUtime=1.09
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 7003 0 1 0 106 3 0 0 18 0 12 0 8001241 1564831744 6402 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 382039 6402 1403 10 0 379342 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528156

[startup+1.50117 s]
/proc/loadavg: 0.92 0.98 0.99 5/122 15159
/proc/meminfo: memFree=1717644/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1532348 CPUtime=2.68
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 13105 0 1 0 263 5 0 0 18 0 16 0 8001241 1569124352 11595 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 383087 11597 1423 10 0 380390 0
[pid=15143/tid=15145] ppid=15141 vsize=1532348 CPUtime=0.81
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14721 0 -1 4202560 5388 0 1 0 79 2 0 0 19 0 16 0 8001242 1569124352 11598 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 8001244 1569124352 11598 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 8001244 1569124352 11599 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15148/stat : 15148 (java) R 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 8001245 1569124352 11600 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14721 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 8001246 1569124352 11601 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 8001246 1569124352 11602 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14721 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 8001250 1569124352 11603 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1532348 CPUtime=0.12
/proc/15143/task/15152/stat : 15152 (java) R 15141 15143 14721 0 -1 4202560 128 0 0 0 12 0 0 0 25 0 16 0 8001250 1569124352 11604 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1532348 CPUtime=1.06
/proc/15143/task/15153/stat : 15153 (java) R 15141 15143 14721 0 -1 4202560 2673 0 0 0 105 1 0 0 16 0 16 0 8001250 1569124352 11604 1992294400 134512640 134550932 4289219504 18446744073709551615 105586518 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8001250 1569124352 11605 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8001250 1569124352 11605 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15156] ppid=15141 vsize=1532348 CPUtime=0.65
/proc/15143/task/15156/stat : 15156 (java) R 15141 15143 14721 0 -1 4202560 3784 0 0 0 64 1 0 0 18 0 16 0 8001325 1569124352 11605 1992294400 134512640 134550932 4289219504 18446744073709551615 4109401201 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15157] ppid=15141 vsize=1532348 CPUtime=0.01
/proc/15143/task/15157/stat : 15157 (java) R 15141 15143 14721 0 -1 4202560 66 0 0 0 1 0 0 0 22 0 16 0 8001325 1569124352 11605 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14721 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 8001326 1569124352 11605 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8001327 1569124352 11605 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1532348

[startup+3.12108 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 15159
/proc/meminfo: memFree=1677856/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1532348 CPUtime=4.36
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 26897 0 1 0 425 11 0 0 18 0 16 0 8001241 1569124352 25385 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 383087 25385 1425 10 0 380390 0
[pid=15143/tid=15145] ppid=15141 vsize=1532348 CPUtime=0.82
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14721 0 -1 4202560 5396 0 1 0 79 3 0 0 18 0 16 0 8001242 1569124352 25387 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 8001244 1569124352 25388 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 8001244 1569124352 25390 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 8001245 1569124352 25391 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14721 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 8001246 1569124352 25393 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 8001246 1569124352 25394 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14721 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 8001250 1569124352 25395 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1532348 CPUtime=0.25
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14721 0 -1 4202560 135 0 0 0 25 0 0 0 16 0 16 0 8001250 1569124352 25397 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1532348 CPUtime=1.64
/proc/15143/task/15153/stat : 15153 (java) R 15141 15143 14721 0 -1 4202560 2705 0 0 0 163 1 0 0 15 0 16 0 8001250 1569124352 25398 1992294400 134512640 134550932 4289219504 18446744073709551615 105876433 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8001250 1569124352 25399 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8001250 1569124352 25400 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14721 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 8001326 1569124352 25403 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1532348 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8001327 1569124352 25406 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 1532348

[startup+6.30192 s]
/proc/loadavg: 0.93 0.98 0.99 1/120 15165
/proc/meminfo: memFree=1603828/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1540208 CPUtime=6.94
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 40254 0 1 0 677 17 0 0 18 0 16 0 8001241 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 385052 37157 1439 10 0 382355 0
[pid=15143/tid=15145] ppid=15141 vsize=1540208 CPUtime=0.83
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14721 0 -1 4202560 5406 0 1 0 80 3 0 0 19 0 16 0 8001242 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1540208 CPUtime=0.01
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14721 0 -1 4202560 359 0 0 0 1 0 0 0 18 0 16 0 8001244 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1540208 CPUtime=0
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14721 0 -1 4202560 260 0 0 0 0 0 0 0 18 0 16 0 8001244 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1540208 CPUtime=0
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14721 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 16 0 8001245 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1540208 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14721 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8001246 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1540208 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14721 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8001246 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1540208 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14721 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 8001250 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1540208 CPUtime=0.6
/proc/15143/task/15152/stat : 15152 (java) R 15141 15143 14721 0 -1 4202560 164 0 0 0 60 0 0 0 15 0 16 0 8001250 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 105716049 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1540208 CPUtime=2.6
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14721 0 -1 4202560 6307 0 0 0 259 1 0 0 15 0 16 0 8001250 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1540208 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8001250 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1540208 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8001250 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1540208 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14721 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 8001326 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1540208 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8001327 1577172992 37157 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 1540208

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.00 3/122 15171
/proc/meminfo: memFree=1556568/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1542256 CPUtime=18.33
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 52390 0 1 0 1809 24 0 0 18 0 16 0 8001241 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 385564 48777 1449 10 0 382867 0
[pid=15143/tid=15145] ppid=15141 vsize=1542256 CPUtime=0.83
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14721 0 -1 4202560 5406 0 1 0 80 3 0 0 15 0 16 0 8001242 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1542256 CPUtime=0.13
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14721 0 -1 4202560 2095 0 0 0 12 1 0 0 15 0 16 0 8001244 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1542256 CPUtime=0.12
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14721 0 -1 4202560 2087 0 0 0 11 1 0 0 16 0 16 0 8001244 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1542256 CPUtime=0.22
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14721 0 -1 4202560 1834 0 0 0 21 1 0 0 15 0 16 0 8001245 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1542256 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14721 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8001246 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1542256 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14721 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8001246 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1542256 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14721 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 8001250 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1542256 CPUtime=1.26
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14721 0 -1 4202560 198 0 0 0 126 0 0 0 16 0 16 0 8001250 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1542256 CPUtime=3.14
/proc/15143/task/15153/stat : 15153 (java) R 15141 15143 14721 0 -1 4202560 7203 0 0 0 312 2 0 0 16 0 16 0 8001250 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 102254721 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1542256 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8001250 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1542256 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8001250 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1542256 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14721 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 8001326 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1542256 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8001327 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15170] ppid=15141 vsize=1542256 CPUtime=3.9
/proc/15143/task/15170/stat : 15170 (java) R 15141 15143 14721 0 -1 4202560 2409 0 0 0 389 1 0 0 25 0 16 0 8002032 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4109671788 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15171] ppid=15141 vsize=1542256 CPUtime=4.27
/proc/15143/task/15171/stat : 15171 (java) R 15141 15143 14721 0 -1 4202560 3363 0 0 0 426 1 0 0 25 0 16 0 8002032 1579270144 48777 1992294400 134512640 134550932 4289219504 18446744073709551615 4109614784 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

/proc/loadavg: 2.61 2.38 1.85 5/125 15207
/proc/meminfo: memFree=1463164/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1543928 CPUtime=1802.38
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 77764 0 1 0 180069 169 0 0 18 0 18 0 8001241 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 385982 70746 1449 10 0 383285 0
[pid=15143/tid=15145] ppid=15141 vsize=1543928 CPUtime=0.83
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14721 0 -1 4202560 5445 0 1 0 80 3 0 0 15 0 18 0 8001242 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1543928 CPUtime=19.13
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14721 0 -1 4202560 11491 0 0 0 1858 55 0 0 16 0 18 0 8001244 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1543928 CPUtime=19.11
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14721 0 -1 4202560 11130 0 0 0 1867 44 0 0 15 0 18 0 8001244 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1543928 CPUtime=110.26
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14721 0 -1 4202560 6116 0 0 0 11008 18 0 0 15 0 18 0 8001245 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14721 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 8001246 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14721 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8001246 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14721 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1543928 CPUtime=1.74
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14721 0 -1 4202560 237 0 0 0 174 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1543928 CPUtime=3.64
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14721 0 -1 4202560 8646 0 0 0 361 3 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14721 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14721 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 8001326 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 8001327 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15170] ppid=15141 vsize=1543928 CPUtime=822.89
/proc/15143/task/15170/stat : 15170 (java) R 15141 15143 14721 0 -1 4202560 3083 0 0 0 82274 15 0 0 16 0 18 0 8002032 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4109372825 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15171] ppid=15141 vsize=1543928 CPUtime=820.27
/proc/15143/task/15171/stat : 15171 (java) R 15141 15143 14721 0 -1 4202560 3750 0 0 0 82012 15 0 0 16 0 18 0 8002032 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15206] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15206/stat : 15206 (java) S 15141 15143 14721 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 8097944 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15207] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15207/stat : 15207 (java) S 15141 15143 14721 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 8097950 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.38
Current children cumulated vsize (KiB) 1543928

[startup+968.302 s]
/proc/loadavg: 2.61 2.38 1.85 5/125 15207
/proc/meminfo: memFree=1463164/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1543928 CPUtime=1803.14
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 77764 0 1 0 180145 169 0 0 18 0 18 0 8001241 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 385982 70746 1449 10 0 383285 0
[pid=15143/tid=15145] ppid=15141 vsize=1543928 CPUtime=0.83
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14721 0 -1 4202560 5445 0 1 0 80 3 0 0 15 0 18 0 8001242 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1543928 CPUtime=19.13
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14721 0 -1 4202560 11491 0 0 0 1858 55 0 0 16 0 18 0 8001244 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1543928 CPUtime=19.11
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14721 0 -1 4202560 11130 0 0 0 1867 44 0 0 15 0 18 0 8001244 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1543928 CPUtime=110.26
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14721 0 -1 4202560 6116 0 0 0 11008 18 0 0 15 0 18 0 8001245 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14721 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 8001246 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14721 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8001246 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14721 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1543928 CPUtime=1.74
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14721 0 -1 4202560 237 0 0 0 174 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1543928 CPUtime=3.64
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14721 0 -1 4202560 8646 0 0 0 361 3 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14721 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14721 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 8001326 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 8001327 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15170] ppid=15141 vsize=1543928 CPUtime=823.28
/proc/15143/task/15170/stat : 15170 (java) R 15141 15143 14721 0 -1 4202560 3083 0 0 0 82313 15 0 0 17 0 18 0 8002032 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4109586768 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15171] ppid=15141 vsize=1543928 CPUtime=820.64
/proc/15143/task/15171/stat : 15171 (java) R 15141 15143 14721 0 -1 4202560 3750 0 0 0 82049 15 0 0 17 0 18 0 8002032 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4109615888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15206] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15206/stat : 15206 (java) S 15141 15143 14721 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 8097944 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15207] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15207/stat : 15207 (java) R 15141 15143 14721 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 8097950 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1803.14
Current children cumulated vsize (KiB) 1543928

[startup+968.502 s]
/proc/loadavg: 2.61 2.38 1.85 5/125 15207
/proc/meminfo: memFree=1463164/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1543928 CPUtime=1803.54
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 77764 0 1 0 180185 169 0 0 18 0 18 0 8001241 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 385982 70746 1449 10 0 383285 0
[pid=15143/tid=15145] ppid=15141 vsize=1543928 CPUtime=0.83
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14721 0 -1 4202560 5445 0 1 0 80 3 0 0 15 0 18 0 8001242 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1543928 CPUtime=19.13
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14721 0 -1 4202560 11491 0 0 0 1858 55 0 0 16 0 18 0 8001244 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1543928 CPUtime=19.11
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14721 0 -1 4202560 11130 0 0 0 1867 44 0 0 15 0 18 0 8001244 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1543928 CPUtime=110.26
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14721 0 -1 4202560 6116 0 0 0 11008 18 0 0 15 0 18 0 8001245 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14721 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 8001246 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14721 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8001246 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14721 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1543928 CPUtime=1.74
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14721 0 -1 4202560 237 0 0 0 174 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1543928 CPUtime=3.64
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14721 0 -1 4202560 8646 0 0 0 361 3 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14721 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14721 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 8001326 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 8001327 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15170] ppid=15141 vsize=1543928 CPUtime=823.48
/proc/15143/task/15170/stat : 15170 (java) R 15141 15143 14721 0 -1 4202560 3083 0 0 0 82333 15 0 0 17 0 18 0 8002032 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4109543863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15171] ppid=15141 vsize=1543928 CPUtime=820.84
/proc/15143/task/15171/stat : 15171 (java) R 15141 15143 14721 0 -1 4202560 3750 0 0 0 82069 15 0 0 17 0 18 0 8002032 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4109391323 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15206] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15206/stat : 15206 (java) S 15141 15143 14721 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 8097944 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15207] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15207/stat : 15207 (java) R 15141 15143 14721 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 8097950 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1803.54
Current children cumulated vsize (KiB) 1543928

[startup+968.602 s]
/proc/loadavg: 2.61 2.38 1.85 5/125 15207
/proc/meminfo: memFree=1463164/2059040 swapFree=4164948/4192956
[pid=15143] ppid=15141 vsize=1543928 CPUtime=1803.74
/proc/15143/stat : 15143 (java) S 15141 15143 14721 0 -1 4202496 77764 0 1 0 180205 169 0 0 18 0 18 0 8001241 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 385982 70746 1449 10 0 383285 0
[pid=15143/tid=15145] ppid=15141 vsize=1543928 CPUtime=0.83
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14721 0 -1 4202560 5445 0 1 0 80 3 0 0 15 0 18 0 8001242 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1543928 CPUtime=19.13
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14721 0 -1 4202560 11491 0 0 0 1858 55 0 0 16 0 18 0 8001244 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1543928 CPUtime=19.11
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14721 0 -1 4202560 11130 0 0 0 1867 44 0 0 15 0 18 0 8001244 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1543928 CPUtime=110.26
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14721 0 -1 4202560 6116 0 0 0 11008 18 0 0 15 0 18 0 8001245 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 0 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14721 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 8001246 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14721 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8001246 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14721 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1543928 CPUtime=1.74
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14721 0 -1 4202560 237 0 0 0 174 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1543928 CPUtime=3.64
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14721 0 -1 4202560 8646 0 0 0 361 3 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14721 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14721 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 8001250 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14721 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 8001326 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 1 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14721 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 8001327 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15170] ppid=15141 vsize=1543928 CPUtime=823.58
/proc/15143/task/15170/stat : 15170 (java) R 15141 15143 14721 0 -1 4202560 3083 0 0 0 82343 15 0 0 17 0 18 0 8002032 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4109312832 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15171] ppid=15141 vsize=1543928 CPUtime=820.94
/proc/15143/task/15171/stat : 15171 (java) R 15141 15143 14721 0 -1 4202560 3750 0 0 0 82079 15 0 0 17 0 18 0 8002032 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4109372807 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15206] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15206/stat : 15206 (java) S 15141 15143 14721 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 8097944 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 18446604436448463872 0 0 -1 0 0 0 0
[pid=15143/tid=15207] ppid=15141 vsize=1543928 CPUtime=0
/proc/15143/task/15207/stat : 15207 (java) R 15141 15143 14721 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 8097950 1580982272 70746 1992294400 134512640 134550932 4289219504 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1803.74
Current children cumulated vsize (KiB) 1543928

Child ended because it received signal 9 (SIGKILL)
Real time (s): 968.676
CPU time (s): 1803.86
CPU user time (s): 1802.14
CPU system time (s): 1.71874
CPU usage (%): 186.219
Max. virtual memory (cumulated for all children) (KiB): 1543928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.14
system time used= 1.71874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77764
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= 33044
involuntary context switches= 51191

runsolver used 3.64945 second user time and 12.2831 second system time

The end

Launcher Data

Begin job on node052 at 2010-06-16 07:45:03
IDJOB=2661977
IDBENCH=48232
IDSOLVER=1166
FILE ID=node052/2661977-1276667102
PBS_JOBID= 11172500
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661977-1276667102/watcher-2661977-1276667102 -o /tmp/evaluation-result-2661977-1276667102/solver-2661977-1276667102 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661977-1276667102.opb

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

MD5SUM BENCH= 75c62437256ecfefd1c4252ede4b185e
RANDOM SEED=766670491

node052.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.262
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.52
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.262
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:       1744640 kB
Buffers:         60164 kB
Cached:         141156 kB
SwapCached:       3620 kB
Active:         102224 kB
Inactive:       133984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1744640 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             312 kB
Writeback:           0 kB
AnonPages:       31168 kB
Mapped:          15064 kB
Slab:            56348 kB
PageTables:       3884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181380 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= 62504 MiB
End job on node052 at 2010-06-16 08:01:11