Trace number 2658163

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 Resolution 2.2.0 2010-05-26? (TO) 1800.2 1795.22

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.v20100526
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 --- 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@1ac1fe4
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 solving HOME/instance-2658163-1276688929.opb
0.24/0.21	c reading problem ... 
1.22/0.88	c ... done. Wall clock time 0.665s.
1.22/0.88	c #vars     2130
1.22/0.88	c #constraints  2548
1.22/0.88	c constraints type 
1.22/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
1.22/0.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
1.22/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
1.22/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
7.20/4.85	c cleaning 2496 clauses out of 5001 with flag 5001/5001
9.40/6.98	c cleaning 4246 clauses out of 8505 with flag 11001/11001
12.00/9.54	c cleaning 5626 clauses out of 11259 with flag 18001/18001
15.23/12.73	c cleaning 6811 clauses out of 13632 with flag 26000/26000
18.33/15.77	c cleaning 7901 clauses out of 15822 with flag 35001/35001
22.24/19.64	c cleaning 8948 clauses out of 17921 with flag 45001/45001
26.25/23.68	c cleaning 9475 clauses out of 18973 with flag 55001/55001
30.36/27.74	c cleaning 9741 clauses out of 19498 with flag 65001/65001
36.26/33.70	c cleaning 9875 clauses out of 19756 with flag 75000/75000
40.37/37.70	c cleaning 9937 clauses out of 19883 with flag 85002/85002
45.69/43.04	c cleaning 9957 clauses out of 19945 with flag 95001/95001
50.30/47.61	c cleaning 9958 clauses out of 19987 with flag 105000/105000
56.00/53.32	c cleaning 10010 clauses out of 20029 with flag 115000/115000
61.04/58.39	c cleaning 10008 clauses out of 20019 with flag 125000/125000
65.64/62.94	c cleaning 9994 clauses out of 20011 with flag 135000/135000
69.55/66.89	c cleaning 10003 clauses out of 20017 with flag 145000/145000
72.86/70.11	c cleaning 10001 clauses out of 20015 with flag 155001/155001
77.07/74.35	c cleaning 9988 clauses out of 20014 with flag 165001/165001
81.27/78.50	c cleaning 9995 clauses out of 20025 with flag 175000/175000
84.99/82.26	c cleaning 9987 clauses out of 20030 with flag 185000/185000
89.79/87.06	c cleaning 10004 clauses out of 20043 with flag 195000/195000
95.69/92.90	c cleaning 9999 clauses out of 20041 with flag 205002/205002
100.20/97.49	c cleaning 10000 clauses out of 20040 with flag 215000/215000
103.71/100.96	c cleaning 10016 clauses out of 20043 with flag 225003/225003
107.91/105.11	c cleaning 9980 clauses out of 20024 with flag 235000/235000
116.51/113.79	c cleaning 10014 clauses out of 20045 with flag 245001/245001
126.82/124.02	c cleaning 9999 clauses out of 20030 with flag 255000/255000
130.74/127.97	c cleaning 10010 clauses out of 20031 with flag 265000/265000
135.66/132.86	c cleaning 9999 clauses out of 20022 with flag 275001/275001
141.47/138.67	c cleaning 10008 clauses out of 20022 with flag 285000/285000
146.18/143.31	c cleaning 9999 clauses out of 20014 with flag 295000/295000
150.38/147.52	c cleaning 9990 clauses out of 20015 with flag 305000/305000
154.69/151.87	c cleaning 9996 clauses out of 20027 with flag 315002/315002
159.19/156.33	c cleaning 9946 clauses out of 20029 with flag 325000/325000
166.90/164.02	c cleaning 9982 clauses out of 20083 with flag 335000/335000
173.32/170.43	c cleaning 9999 clauses out of 20101 with flag 345000/345000
178.33/175.45	c cleaning 10011 clauses out of 20103 with flag 355001/355001
183.14/180.29	c cleaning 9996 clauses out of 20091 with flag 365000/365000
187.76/184.82	c cleaning 10004 clauses out of 20095 with flag 375000/375000
191.96/189.01	c cleaning 10019 clauses out of 20091 with flag 385000/385000
196.16/193.27	c cleaning 10027 clauses out of 20073 with flag 395001/395001
200.48/197.50	c cleaning 10012 clauses out of 20045 with flag 405000/405000
205.49/202.58	c cleaning 10004 clauses out of 20033 with flag 415000/415000
209.80/206.89	c cleaning 10005 clauses out of 20031 with flag 425002/425002
213.51/210.58	c cleaning 9968 clauses out of 20025 with flag 435001/435001
220.23/217.22	c cleaning 9967 clauses out of 20056 with flag 445000/445000
224.94/221.93	c cleaning 9998 clauses out of 20089 with flag 455000/455000
228.74/225.77	c cleaning 10017 clauses out of 20091 with flag 465000/465000
232.65/229.65	c cleaning 10000 clauses out of 20074 with flag 475000/475000
236.45/233.43	c cleaning 9998 clauses out of 20074 with flag 485000/485000
241.25/238.29	c cleaning 10006 clauses out of 20077 with flag 495001/495001
245.26/242.20	c cleaning 10005 clauses out of 20070 with flag 505000/505000
250.06/247.04	c cleaning 9999 clauses out of 20066 with flag 515001/515001
255.06/252.08	c cleaning 10021 clauses out of 20067 with flag 525001/525001
259.17/256.18	c cleaning 10000 clauses out of 20046 with flag 535001/535001
263.38/260.33	c cleaning 9975 clauses out of 20046 with flag 545001/545001
267.97/264.96	c cleaning 9973 clauses out of 20070 with flag 555000/555000
272.58/269.52	c cleaning 10017 clauses out of 20097 with flag 565000/565000
277.47/274.41	c cleaning 9998 clauses out of 20081 with flag 575001/575001
281.87/278.80	c cleaning 9986 clauses out of 20089 with flag 585007/585007
285.79/282.71	c cleaning 10044 clauses out of 20096 with flag 595000/595000
289.69/286.67	c cleaning 10023 clauses out of 20054 with flag 605002/605002
293.98/290.95	c cleaning 10004 clauses out of 20030 with flag 615001/615001
300.59/297.58	c cleaning 10004 clauses out of 20026 with flag 625001/625001
305.62/302.51	c cleaning 9976 clauses out of 20021 with flag 635000/635000
311.51/308.40	c cleaning 9993 clauses out of 20047 with flag 645002/645002
316.63/313.58	c cleaning 10014 clauses out of 20054 with flag 655002/655002
321.43/318.34	c cleaning 10015 clauses out of 20040 with flag 665002/665002
327.43/324.33	c cleaning 9994 clauses out of 20024 with flag 675001/675001
332.94/329.84	c cleaning 10004 clauses out of 20029 with flag 685000/685000
338.35/335.24	c cleaning 10001 clauses out of 20027 with flag 695002/695002
343.85/340.73	c cleaning 9997 clauses out of 20027 with flag 705003/705003
349.26/346.12	c cleaning 9999 clauses out of 20028 with flag 715001/715001
354.07/350.97	c cleaning 10006 clauses out of 20028 with flag 725000/725000
359.69/356.57	c cleaning 9994 clauses out of 20022 with flag 735000/735000
364.91/361.80	c cleaning 9932 clauses out of 20029 with flag 745001/745001
369.32/366.15	c cleaning 10035 clauses out of 20099 with flag 755003/755003
374.52/371.33	c cleaning 10010 clauses out of 20063 with flag 765002/765002
379.23/376.03	c cleaning 10010 clauses out of 20051 with flag 775000/775000
383.43/380.23	c cleaning 10008 clauses out of 20043 with flag 785002/785002
388.25/385.01	c cleaning 9970 clauses out of 20033 with flag 795000/795000
392.74/389.51	c cleaning 9988 clauses out of 20063 with flag 805000/805000
399.36/396.17	c cleaning 10023 clauses out of 20075 with flag 815000/815000
404.96/401.71	c cleaning 10002 clauses out of 20052 with flag 825000/825000
410.86/407.64	c cleaning 9988 clauses out of 20051 with flag 835001/835001
418.16/414.93	c cleaning 9997 clauses out of 20064 with flag 845002/845002
430.17/426.90	c cleaning 10009 clauses out of 20069 with flag 855004/855004
441.47/438.28	c cleaning 10000 clauses out of 20056 with flag 865000/865000
449.38/446.12	c cleaning 10004 clauses out of 20057 with flag 875001/875001
456.99/453.79	c cleaning 10009 clauses out of 20054 with flag 885002/885002
460.60/457.33	c cleaning 10014 clauses out of 20044 with flag 895001/895001
464.71/461.49	c cleaning 10000 clauses out of 20029 with flag 905000/905000
469.02/465.79	c cleaning 10000 clauses out of 20029 with flag 915000/915000
473.43/470.17	c cleaning 10008 clauses out of 20029 with flag 925000/925000
477.93/474.69	c cleaning 9996 clauses out of 20025 with flag 935004/935004
481.74/478.50	c cleaning 9990 clauses out of 20025 with flag 945000/945000
487.04/483.74	c cleaning 10002 clauses out of 20036 with flag 955001/955001
496.45/493.16	c cleaning 9996 clauses out of 20035 with flag 965002/965002
500.85/497.59	c cleaning 9995 clauses out of 20037 with flag 975000/975000
505.37/502.05	c cleaning 10010 clauses out of 20042 with flag 985000/985000
510.17/506.88	c cleaning 9989 clauses out of 20033 with flag 995001/995001
514.58/511.25	c cleaning 10010 clauses out of 20044 with flag 1005001/1005001
519.30/515.99	c cleaning 9976 clauses out of 20033 with flag 1015000/1015000
523.99/520.67	c cleaning 9931 clauses out of 20059 with flag 1025002/1025002
528.70/525.30	c cleaning 9978 clauses out of 20128 with flag 1035002/1035002
534.00/530.65	c cleaning 9991 clauses out of 20151 with flag 1045003/1045003
540.21/536.82	c cleaning 9988 clauses out of 20159 with flag 1055002/1055002
545.21/541.80	c cleaning 9998 clauses out of 20169 with flag 1065000/1065000
550.51/547.10	c cleaning 9974 clauses out of 20172 with flag 1075001/1075001
554.92/551.57	c cleaning 10078 clauses out of 20198 with flag 1085001/1085001
559.82/556.45	c cleaning 10038 clauses out of 20120 with flag 1095001/1095001
564.13/560.72	c cleaning 10009 clauses out of 20083 with flag 1105002/1105002
568.55/565.17	c cleaning 10019 clauses out of 20073 with flag 1115001/1115001
573.26/569.89	c cleaning 10005 clauses out of 20054 with flag 1125001/1125001
578.36/574.95	c cleaning 10003 clauses out of 20048 with flag 1135000/1135000
583.07/579.66	c cleaning 10002 clauses out of 20046 with flag 1145001/1145001
588.37/584.91	c cleaning 10002 clauses out of 20044 with flag 1155001/1155001
592.88/589.46	c cleaning 10005 clauses out of 20042 with flag 1165001/1165001
598.58/595.16	c cleaning 10006 clauses out of 20039 with flag 1175003/1175003
602.27/598.80	c cleaning 9991 clauses out of 20030 with flag 1185000/1185000
606.88/603.47	c cleaning 9999 clauses out of 20039 with flag 1195000/1195000
611.49/608.00	c cleaning 9968 clauses out of 20040 with flag 1205000/1205000
616.59/613.14	c cleaning 10005 clauses out of 20073 with flag 1215001/1215001
623.90/620.46	c cleaning 9995 clauses out of 20067 with flag 1225000/1225000
628.99/625.51	c cleaning 10002 clauses out of 20074 with flag 1235002/1235002
632.99/629.57	c cleaning 9994 clauses out of 20074 with flag 1245004/1245004
637.79/634.33	c cleaning 10017 clauses out of 20076 with flag 1255000/1255000
642.62/639.12	c cleaning 10008 clauses out of 20060 with flag 1265001/1265001
650.41/646.94	c cleaning 10008 clauses out of 20053 with flag 1275002/1275002
656.21/652.73	c cleaning 9989 clauses out of 20043 with flag 1285000/1285000
663.42/659.98	c cleaning 10007 clauses out of 20055 with flag 1295001/1295001
669.63/666.18	c cleaning 10003 clauses out of 20047 with flag 1305000/1305000
677.63/674.13	c cleaning 9988 clauses out of 20044 with flag 1315000/1315000
683.53/680.05	c cleaning 10009 clauses out of 20057 with flag 1325001/1325001
687.44/683.96	c cleaning 10012 clauses out of 20049 with flag 1335002/1335002
692.55/689.09	c cleaning 10005 clauses out of 20035 with flag 1345000/1345000
695.75/692.26	c cleaning 9998 clauses out of 20030 with flag 1355000/1355000
700.56/697.08	c cleaning 10010 clauses out of 20032 with flag 1365000/1365000
706.06/702.51	c cleaning 9977 clauses out of 20022 with flag 1375000/1375000
711.37/707.85	c cleaning 10009 clauses out of 20046 with flag 1385001/1385001
715.68/712.13	c cleaning 10013 clauses out of 20037 with flag 1395001/1395001
719.99/716.50	c cleaning 10005 clauses out of 20023 with flag 1405000/1405000
723.59/720.06	c cleaning 9977 clauses out of 20019 with flag 1415001/1415001
730.89/727.33	c cleaning 9983 clauses out of 20041 with flag 1425000/1425000
737.19/733.67	c cleaning 9981 clauses out of 20058 with flag 1435000/1435000
743.49/739.91	c cleaning 10005 clauses out of 20079 with flag 1445002/1445002
750.59/747.03	c cleaning 9999 clauses out of 20074 with flag 1455002/1455002
754.70/751.12	c cleaning 10030 clauses out of 20073 with flag 1465000/1465000
759.22/755.61	c cleaning 9988 clauses out of 20044 with flag 1475001/1475001
763.52/759.91	c cleaning 9999 clauses out of 20055 with flag 1485000/1485000
767.72/764.16	c cleaning 10018 clauses out of 20057 with flag 1495001/1495001
772.14/768.52	c cleaning 10000 clauses out of 20038 with flag 1505000/1505000
776.64/773.01	c cleaning 10007 clauses out of 20040 with flag 1515002/1515002
781.04/777.49	c cleaning 9972 clauses out of 20031 with flag 1525000/1525000
788.45/784.82	c cleaning 9984 clauses out of 20059 with flag 1535000/1535000
795.67/792.07	c cleaning 9991 clauses out of 20076 with flag 1545001/1545001
802.77/799.19	c cleaning 10010 clauses out of 20084 with flag 1555000/1555000
809.66/806.00	c cleaning 9990 clauses out of 20077 with flag 1565003/1565003
816.87/813.20	c cleaning 10014 clauses out of 20085 with flag 1575001/1575001
825.08/821.44	c cleaning 9979 clauses out of 20070 with flag 1585000/1585000
834.78/831.17	c cleaning 10010 clauses out of 20093 with flag 1595002/1595002
845.58/841.99	c cleaning 10014 clauses out of 20083 with flag 1605002/1605002
855.49/851.83	c cleaning 9978 clauses out of 20069 with flag 1615002/1615002
861.00/857.38	c cleaning 10033 clauses out of 20089 with flag 1625000/1625000
868.71/865.10	c cleaning 10014 clauses out of 20056 with flag 1635000/1635000
876.02/872.38	c cleaning 10012 clauses out of 20043 with flag 1645001/1645001
880.73/877.05	c cleaning 9997 clauses out of 20030 with flag 1655000/1655000
886.12/882.42	c cleaning 10010 clauses out of 20034 with flag 1665001/1665001
891.83/888.11	c cleaning 10006 clauses out of 20027 with flag 1675004/1675004
897.24/893.56	c cleaning 9997 clauses out of 20018 with flag 1685001/1685001
902.24/898.58	c cleaning 10001 clauses out of 20022 with flag 1695002/1695002
907.75/904.04	c cleaning 9984 clauses out of 20019 with flag 1705000/1705000
913.14/909.43	c cleaning 9961 clauses out of 20035 with flag 1715000/1715000
917.94/914.27	c cleaning 10023 clauses out of 20077 with flag 1725003/1725003
923.35/919.67	c cleaning 10013 clauses out of 20053 with flag 1735002/1735002
928.05/924.39	c cleaning 9980 clauses out of 20040 with flag 1745002/1745002
931.55/927.87	c cleaning 9996 clauses out of 20058 with flag 1755000/1755000
935.76/932.00	c cleaning 10000 clauses out of 20062 with flag 1765000/1765000
939.96/936.22	c cleaning 9990 clauses out of 20062 with flag 1775000/1775000
944.96/941.23	c cleaning 10027 clauses out of 20075 with flag 1785003/1785003
949.56/945.84	c cleaning 10007 clauses out of 20047 with flag 1795002/1795002
954.08/950.33	c cleaning 9986 clauses out of 20038 with flag 1805000/1805000
958.37/954.61	c cleaning 10017 clauses out of 20053 with flag 1815001/1815001
964.37/960.61	c cleaning 9992 clauses out of 20037 with flag 1825002/1825002
969.59/965.83	c cleaning 9997 clauses out of 20044 with flag 1835001/1835001
974.29/970.54	c cleaning 10001 clauses out of 20047 with flag 1845001/1845001
978.70/974.90	c cleaning 10010 clauses out of 20046 with flag 1855001/1855001
984.50/980.73	c cleaning 9981 clauses out of 20038 with flag 1865003/1865003
989.20/985.47	c cleaning 10009 clauses out of 20054 with flag 1875000/1875000
994.40/990.67	c cleaning 10008 clauses out of 20048 with flag 1885003/1885003
999.40/995.66	c cleaning 10004 clauses out of 20039 with flag 1895002/1895002
1004.41/1000.68	c cleaning 9984 clauses out of 20033 with flag 1905000/1905000
1009.51/1005.74	c cleaning 10008 clauses out of 20049 with flag 1915000/1915000
1014.90/1011.16	c cleaning 9996 clauses out of 20041 with flag 1925000/1925000
1020.01/1016.24	c cleaning 10008 clauses out of 20045 with flag 1935000/1935000
1029.60/1025.86	c cleaning 10003 clauses out of 20038 with flag 1945001/1945001
1036.42/1032.66	c cleaning 10003 clauses out of 20034 with flag 1955000/1955000
1042.92/1039.14	c cleaning 9994 clauses out of 20032 with flag 1965001/1965001
1047.64/1043.82	c cleaning 10005 clauses out of 20037 with flag 1975000/1975000
1052.74/1048.95	c cleaning 9999 clauses out of 20032 with flag 1985000/1985000
1056.84/1053.05	c cleaning 10000 clauses out of 20033 with flag 1995000/1995000
1060.67/1056.88	c cleaning 10011 clauses out of 20034 with flag 2005001/2005001
1064.67/1060.89	c cleaning 9994 clauses out of 20024 with flag 2015002/2015002
1068.07/1064.23	c cleaning 9999 clauses out of 20029 with flag 2025001/2025001
1071.58/1067.73	c cleaning 9989 clauses out of 20031 with flag 2035002/2035002
1076.29/1072.42	c cleaning 9994 clauses out of 20043 with flag 2045003/2045003
1080.00/1076.19	c cleaning 10013 clauses out of 20047 with flag 2055001/2055001
1085.12/1081.24	c cleaning 10007 clauses out of 20033 with flag 2065000/2065000
1089.92/1086.05	c cleaning 9996 clauses out of 20026 with flag 2075000/2075000
1093.04/1089.12	c cleaning 9989 clauses out of 20034 with flag 2085004/2085004
1097.54/1093.60	c cleaning 9967 clauses out of 20041 with flag 2095000/2095000
1102.05/1098.17	c cleaning 10015 clauses out of 20074 with flag 2105000/2105000
1107.26/1103.39	c cleaning 10005 clauses out of 20060 with flag 2115001/2115001
1111.68/1107.75	c cleaning 10007 clauses out of 20054 with flag 2125000/2125000
1117.48/1113.57	c cleaning 10001 clauses out of 20047 with flag 2135000/2135000
1121.59/1117.69	c cleaning 9996 clauses out of 20046 with flag 2145000/2145000
1126.79/1122.84	c cleaning 10000 clauses out of 20052 with flag 2155002/2155002
1131.99/1128.05	c cleaning 10002 clauses out of 20050 with flag 2165000/2165000
1137.10/1133.13	c cleaning 9991 clauses out of 20050 with flag 2175002/2175002
1141.41/1137.43	c cleaning 10007 clauses out of 20057 with flag 2185000/2185000
1146.12/1142.13	c cleaning 10012 clauses out of 20050 with flag 2195000/2195000
1151.24/1147.29	c cleaning 10005 clauses out of 20039 with flag 2205001/2205001
1156.84/1152.84	c cleaning 10009 clauses out of 20033 with flag 2215000/2215000
1161.55/1157.53	c cleaning 10001 clauses out of 20026 with flag 2225002/2225002
1166.56/1162.54	c cleaning 10006 clauses out of 20024 with flag 2235001/2235001
1172.07/1168.04	c cleaning 9995 clauses out of 20017 with flag 2245000/2245000
1177.38/1173.37	c cleaning 10004 clauses out of 20022 with flag 2255000/2255000
1182.68/1178.63	c cleaning 9997 clauses out of 20019 with flag 2265001/2265001
1187.98/1183.97	c cleaning 10001 clauses out of 20023 with flag 2275002/2275002
1192.79/1188.72	c cleaning 10002 clauses out of 20020 with flag 2285000/2285000
1197.90/1193.83	c cleaning 9962 clauses out of 20018 with flag 2295000/2295000
1201.11/1197.09	c cleaning 9951 clauses out of 20056 with flag 2305000/2305000
1205.32/1201.26	c cleaning 10004 clauses out of 20107 with flag 2315002/2315002
1209.32/1205.23	c cleaning 9996 clauses out of 20102 with flag 2325001/2325001
1213.62/1209.57	c cleaning 10016 clauses out of 20111 with flag 2335006/2335006
1217.63/1213.56	c cleaning 9981 clauses out of 20089 with flag 2345000/2345000
1222.63/1218.53	c cleaning 10000 clauses out of 20110 with flag 2355002/2355002
1228.44/1224.36	c cleaning 10000 clauses out of 20110 with flag 2365002/2365002
1232.64/1228.57	c cleaning 10031 clauses out of 20108 with flag 2375000/2375000
1236.84/1232.79	c cleaning 9998 clauses out of 20078 with flag 2385001/2385001
1241.34/1237.22	c cleaning 10004 clauses out of 20080 with flag 2395001/2395001
1245.14/1241.05	c cleaning 9996 clauses out of 20076 with flag 2405001/2405001
1251.14/1247.04	c cleaning 9977 clauses out of 20080 with flag 2415001/2415001
1255.64/1251.54	c cleaning 9995 clauses out of 20103 with flag 2425001/2425001
1259.16/1255.01	c cleaning 10041 clauses out of 20108 with flag 2435001/2435001
1264.06/1259.91	c cleaning 10025 clauses out of 20066 with flag 2445000/2445000
1269.46/1265.33	c cleaning 10008 clauses out of 20041 with flag 2455000/2455000
1274.67/1270.51	c cleaning 9996 clauses out of 20033 with flag 2465000/2465000
1279.47/1275.38	c cleaning 9994 clauses out of 20038 with flag 2475001/2475001
1284.17/1280.03	c cleaning 10015 clauses out of 20043 with flag 2485000/2485000
1288.58/1284.49	c cleaning 9987 clauses out of 20029 with flag 2495001/2495001
1293.40/1289.22	c cleaning 9993 clauses out of 20042 with flag 2505001/2505001
1298.30/1294.16	c cleaning 10011 clauses out of 20049 with flag 2515001/2515001
1303.70/1299.59	c cleaning 10006 clauses out of 20042 with flag 2525005/2525005
1308.62/1304.42	c cleaning 9996 clauses out of 20032 with flag 2535001/2535001
1313.83/1309.66	c cleaning 9991 clauses out of 20035 with flag 2545000/2545000
1318.44/1314.25	c cleaning 9993 clauses out of 20044 with flag 2555000/2555000
1323.25/1319.04	c cleaning 10019 clauses out of 20051 with flag 2565000/2565000
1328.85/1324.63	c cleaning 9988 clauses out of 20032 with flag 2575000/2575000
1334.26/1330.04	c cleaning 10004 clauses out of 20044 with flag 2585000/2585000
1339.46/1335.22	c cleaning 9996 clauses out of 20040 with flag 2595000/2595000
1343.98/1339.79	c cleaning 10006 clauses out of 20044 with flag 2605000/2605000
1349.18/1344.96	c cleaning 10004 clauses out of 20039 with flag 2615001/2615001
1354.49/1350.24	c cleaning 10001 clauses out of 20038 with flag 2625004/2625004
1359.60/1355.34	c cleaning 9992 clauses out of 20036 with flag 2635003/2635003
1364.70/1360.47	c cleaning 9986 clauses out of 20042 with flag 2645001/2645001
1370.11/1365.83	c cleaning 10009 clauses out of 20055 with flag 2655000/2655000
1374.12/1369.84	c cleaning 9996 clauses out of 20046 with flag 2665000/2665000
1378.83/1374.50	c cleaning 10014 clauses out of 20052 with flag 2675002/2675002
1385.03/1380.79	c cleaning 9961 clauses out of 20037 with flag 2685001/2685001
1392.14/1387.82	c cleaning 9938 clauses out of 20078 with flag 2695003/2695003
1397.65/1393.35	c cleaning 9967 clauses out of 20137 with flag 2705000/2705000
1402.56/1398.29	c cleaning 10005 clauses out of 20171 with flag 2715001/2715001
1409.76/1405.43	c cleaning 9989 clauses out of 20165 with flag 2725000/2725000
1415.76/1411.43	c cleaning 10030 clauses out of 20180 with flag 2735004/2735004
1422.07/1417.78	c cleaning 9939 clauses out of 20146 with flag 2745000/2745000
1427.47/1423.11	c cleaning 10008 clauses out of 20208 with flag 2755001/2755001
1432.67/1428.39	c cleaning 10069 clauses out of 20202 with flag 2765003/2765003
1438.38/1434.02	c cleaning 9970 clauses out of 20132 with flag 2775002/2775002
1443.28/1438.91	c cleaning 9989 clauses out of 20162 with flag 2785002/2785002
1449.69/1445.37	c cleaning 10012 clauses out of 20173 with flag 2795002/2795002
1454.98/1450.68	c cleaning 9980 clauses out of 20159 with flag 2805000/2805000
1460.39/1456.06	c cleaning 10017 clauses out of 20184 with flag 2815005/2815005
1466.69/1462.30	c cleaning 9990 clauses out of 20163 with flag 2825001/2825001
1473.20/1468.82	c cleaning 10016 clauses out of 20172 with flag 2835000/2835000
1478.41/1474.09	c cleaning 9966 clauses out of 20156 with flag 2845000/2845000
1484.70/1480.32	c cleaning 10006 clauses out of 20191 with flag 2855001/2855001
1490.52/1486.16	c cleaning 10011 clauses out of 20185 with flag 2865001/2865001
1496.02/1491.66	c cleaning 9998 clauses out of 20174 with flag 2875001/2875001
1500.91/1496.52	c cleaning 9996 clauses out of 20175 with flag 2885000/2885000
1506.21/1501.84	c cleaning 10052 clauses out of 20179 with flag 2895000/2895000
1514.41/1510.06	c cleaning 9993 clauses out of 20129 with flag 2905002/2905002
1523.51/1519.15	c cleaning 10010 clauses out of 20138 with flag 2915004/2915004
1529.02/1524.65	c cleaning 9970 clauses out of 20125 with flag 2925001/2925001
1534.62/1530.23	c cleaning 9991 clauses out of 20154 with flag 2935000/2935000
1540.04/1535.66	c cleaning 9987 clauses out of 20163 with flag 2945000/2945000
1545.23/1540.89	c cleaning 10030 clauses out of 20178 with flag 2955002/2955002
1550.24/1545.86	c cleaning 9972 clauses out of 20149 with flag 2965003/2965003
1555.14/1550.76	c cleaning 10061 clauses out of 20174 with flag 2975000/2975000
1561.74/1557.39	c cleaning 10036 clauses out of 20116 with flag 2985003/2985003
1566.06/1561.69	c cleaning 10029 clauses out of 20077 with flag 2995000/2995000
1570.67/1566.23	c cleaning 9996 clauses out of 20048 with flag 3005000/3005000
1574.97/1570.57	c cleaning 10013 clauses out of 20052 with flag 3015000/3015000
1579.78/1575.32	c cleaning 9988 clauses out of 20040 with flag 3025001/3025001
1583.60/1579.20	c cleaning 10007 clauses out of 20051 with flag 3035000/3035000
1587.11/1582.69	c cleaning 9995 clauses out of 20044 with flag 3045000/3045000
1591.61/1587.12	c cleaning 9992 clauses out of 20049 with flag 3055000/3055000
1596.92/1592.49	c cleaning 10003 clauses out of 20058 with flag 3065001/3065001
1602.74/1598.29	c cleaning 10007 clauses out of 20054 with flag 3075000/3075000
1608.14/1603.70	c cleaning 9946 clauses out of 20048 with flag 3085001/3085001
1612.45/1607.96	c cleaning 9942 clauses out of 20101 with flag 3095000/3095000
1616.85/1612.40	c cleaning 9990 clauses out of 20162 with flag 3105003/3105003
1622.75/1618.23	c cleaning 9969 clauses out of 20170 with flag 3115001/3115001
1627.67/1623.11	c cleaning 10075 clauses out of 20202 with flag 3125002/3125002
1632.97/1628.45	c cleaning 10036 clauses out of 20125 with flag 3135000/3135000
1638.78/1634.20	c cleaning 10019 clauses out of 20089 with flag 3145000/3145000
1643.70/1639.15	c cleaning 9993 clauses out of 20070 with flag 3155000/3155000
1648.50/1643.90	c cleaning 10015 clauses out of 20077 with flag 3165000/3165000
1652.60/1648.00	c cleaning 9967 clauses out of 20062 with flag 3175000/3175000
1657.00/1652.43	c cleaning 10019 clauses out of 20097 with flag 3185002/3185002
1661.42/1656.81	c cleaning 10005 clauses out of 20076 with flag 3195000/3195000
1665.63/1661.07	c cleaning 10012 clauses out of 20074 with flag 3205003/3205003
1669.95/1665.33	c cleaning 9980 clauses out of 20060 with flag 3215001/3215001
1674.25/1669.69	c cleaning 10017 clauses out of 20080 with flag 3225001/3225001
1678.56/1673.98	c cleaning 9997 clauses out of 20062 with flag 3235000/3235000
1682.87/1678.21	c cleaning 9985 clauses out of 20065 with flag 3245000/3245000
1686.97/1682.32	c cleaning 9983 clauses out of 20081 with flag 3255001/3255001
1690.99/1686.31	c cleaning 10012 clauses out of 20097 with flag 3265000/3265000
1695.20/1690.60	c cleaning 10013 clauses out of 20086 with flag 3275001/3275001
1699.61/1694.93	c cleaning 10019 clauses out of 20073 with flag 3285001/3285001
1703.72/1699.07	c cleaning 9957 clauses out of 20054 with flag 3295001/3295001
1708.04/1703.35	c cleaning 9953 clauses out of 20096 with flag 3305000/3305000
1712.05/1707.40	c cleaning 10037 clauses out of 20144 with flag 3315001/3315001
1716.94/1712.23	c cleaning 9937 clauses out of 20107 with flag 3325001/3325001
1721.87/1717.19	c cleaning 10077 clauses out of 20169 with flag 3335000/3335000
1726.28/1721.59	c cleaning 9928 clauses out of 20092 with flag 3345000/3345000
1731.80/1727.08	c cleaning 9982 clauses out of 20164 with flag 3355000/3355000
1736.40/1731.68	c cleaning 10045 clauses out of 20182 with flag 3365000/3365000
1741.62/1736.88	c cleaning 10024 clauses out of 20137 with flag 3375000/3375000
1745.73/1740.98	c cleaning 10003 clauses out of 20113 with flag 3385000/3385000
1750.74/1745.97	c cleaning 10037 clauses out of 20110 with flag 3395000/3395000
1755.15/1750.36	c cleaning 10016 clauses out of 20074 with flag 3405001/3405001
1759.25/1754.46	c cleaning 10011 clauses out of 20057 with flag 3415000/3415000
1763.96/1759.15	c cleaning 9980 clauses out of 20047 with flag 3425001/3425001
1768.56/1763.71	c cleaning 10004 clauses out of 20066 with flag 3435000/3435000
1774.47/1769.63	c cleaning 10001 clauses out of 20063 with flag 3445001/3445001
1779.37/1774.58	c cleaning 9991 clauses out of 20061 with flag 3455000/3455000
1787.18/1782.37	c cleaning 9869 clauses out of 20070 with flag 3465000/3465000
1792.50/1787.64	c cleaning 10002 clauses out of 20201 with flag 3475000/3475000
1797.22/1792.34	c cleaning 10009 clauses out of 20203 with flag 3485004/3485004
1800.04/1795.12	c starts		: 251
1800.04/1795.12	c conflicts		: 3491391
1800.04/1795.12	c decisions		: 6463352
1800.04/1795.12	c propagations		: 414767681
1800.04/1795.12	c inspects		: 2279440877
1800.04/1795.12	c learnt literals	: 0
1800.04/1795.12	c learnt binary clauses	: 0
1800.04/1795.12	c learnt ternary clauses	: 0
1800.04/1795.12	c learnt clauses	: 3491391
1800.04/1795.12	c ignored clauses	: 0
1800.04/1795.12	c root simplifications	: 0
1800.04/1795.12	c removed literals (reason simplification)	: 46549552
1800.04/1795.12	c reason swapping (by a shorter reason)	: 0
1800.04/1795.12	c Calls to reduceDB	: 350
1800.04/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.12	c number of learned constraints concerned by reduction	: 0
1800.04/1795.12	c number of learning phase by resolution	: 0
1800.04/1795.12	c number of learning phase by cutting planes	: 0
1800.04/1795.12	c speed (assignments/second)	: 231165.91723310767
1800.04/1795.12	c non guided choices	21309
1800.04/1795.15	c learnt constraints type 
1800.04/1795.15	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16605
1800.04/1795.15	c constraints type 
1800.04/1795.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
1800.04/1795.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
1800.04/1795.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
1800.04/1795.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
1800.04/1795.15	s UNKNOWN
1800.04/1795.15	c Total wall clock time (in seconds): 1794.937

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-2658163-1276688929/watcher-2658163-1276688929 -o /tmp/evaluation-result-2658163-1276688929/solver-2658163-1276688929 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658163-1276688929.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.01 1.02 1.00 3/106 16708
/proc/meminfo: memFree=1766184/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1748 CPUtime=0
/proc/16708/stat : 16708 (java6) R 16706 16708 16317 0 -1 4194304 139 0 0 0 0 0 0 0 19 0 1 0 10188290 1789952 58 1992294400 134512640 134550932 4288817664 18446744073709551615 7442393 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16708/statm: 438 68 53 10 0 30 0

[startup+0.0860071 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 16708
/proc/meminfo: memFree=1766184/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1521796 CPUtime=0.06
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 3806 0 1 0 5 1 0 0 15 0 7 0 10188290 1558319104 3247 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 380449 3247 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101005 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 16708
/proc/meminfo: memFree=1766184/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1524184 CPUtime=0.08
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 3950 0 1 0 7 1 0 0 15 0 12 0 10188290 1560764416 3389 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 381046 3389 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301016 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 16708
/proc/meminfo: memFree=1766184/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1525908 CPUtime=0.35
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 5344 0 1 0 33 2 0 0 15 0 12 0 10188290 1562529792 4780 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 381477 4781 1361 10 0 378779 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525908

[startup+0.701043 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 16708
/proc/meminfo: memFree=1766184/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1528608 CPUtime=1.03
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 7445 0 1 0 100 3 0 0 15 0 12 0 10188290 1565294592 6631 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 382152 6631 1410 10 0 379454 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1528608

[startup+1.50209 s]
/proc/loadavg: 1.01 1.02 1.00 5/119 16721
/proc/meminfo: memFree=1729068/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1541220 CPUtime=2.62
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 16473 0 1 0 255 7 0 0 15 0 13 0 10188290 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 385305 12768 1414 10 0 382607 0
[pid=16708/tid=16710] ppid=16706 vsize=1541220 CPUtime=1.32
/proc/16708/task/16710/stat : 16710 (java) R 16706 16708 16317 0 -1 4202560 8057 0 1 0 129 3 0 0 19 0 13 0 10188292 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4108517235 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16708/tid=16711] ppid=16706 vsize=1541220 CPUtime=0
/proc/16708/task/16711/stat : 16711 (java) S 16706 16708 16317 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 10188294 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16712] ppid=16706 vsize=1541220 CPUtime=0
/proc/16708/task/16712/stat : 16712 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10188294 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16713] ppid=16706 vsize=1541220 CPUtime=0
/proc/16708/task/16713/stat : 16713 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10188295 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16714] ppid=16706 vsize=1541220 CPUtime=0
/proc/16708/task/16714/stat : 16714 (java) S 16706 16708 16317 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 10188296 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16715] ppid=16706 vsize=1541220 CPUtime=0
/proc/16708/task/16715/stat : 16715 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 10188296 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16716] ppid=16706 vsize=1541220 CPUtime=0
/proc/16708/task/16716/stat : 16716 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10188300 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16717] ppid=16706 vsize=1541220 CPUtime=0.22
/proc/16708/task/16717/stat : 16717 (java) R 16706 16708 16317 0 -1 4202560 265 0 0 0 22 0 0 0 21 0 13 0 10188300 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 103333984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16708/tid=16718] ppid=16706 vsize=1541220 CPUtime=1.05
/proc/16708/task/16718/stat : 16718 (java) R 16706 16708 16317 0 -1 4202560 7081 0 0 0 102 3 0 0 16 0 13 0 10188300 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 105495914 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16708/tid=16719] ppid=16706 vsize=1541220 CPUtime=0
/proc/16708/task/16719/stat : 16719 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10188300 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16720] ppid=16706 vsize=1541220 CPUtime=0
/proc/16708/task/16720/stat : 16720 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10188300 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16721] ppid=16706 vsize=1541220 CPUtime=0
/proc/16708/task/16721/stat : 16721 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10188380 1578209280 12768 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1541220

[startup+3.1022 s]
/proc/loadavg: 1.33 1.09 1.02 5/119 16721
/proc/meminfo: memFree=1715800/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1543268 CPUtime=5.44
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 25095 0 1 0 534 10 0 0 15 0 13 0 10188290 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 385817 19451 1424 10 0 383119 0
[pid=16708/tid=16710] ppid=16706 vsize=1543268 CPUtime=2.9
/proc/16708/task/16710/stat : 16710 (java) R 16706 16708 16317 0 -1 4202560 14214 0 1 0 285 5 0 0 25 0 13 0 10188292 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4109197735 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16708/tid=16711] ppid=16706 vsize=1543268 CPUtime=0
/proc/16708/task/16711/stat : 16711 (java) S 16706 16708 16317 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 10188294 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16712] ppid=16706 vsize=1543268 CPUtime=0
/proc/16708/task/16712/stat : 16712 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10188294 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16713] ppid=16706 vsize=1543268 CPUtime=0
/proc/16708/task/16713/stat : 16713 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10188295 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16714] ppid=16706 vsize=1543268 CPUtime=0
/proc/16708/task/16714/stat : 16714 (java) S 16706 16708 16317 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 10188296 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16715] ppid=16706 vsize=1543268 CPUtime=0
/proc/16708/task/16715/stat : 16715 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 10188296 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16716] ppid=16706 vsize=1543268 CPUtime=0
/proc/16708/task/16716/stat : 16716 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10188300 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16717] ppid=16706 vsize=1543268 CPUtime=0.24
/proc/16708/task/16717/stat : 16717 (java) S 16706 16708 16317 0 -1 4202560 268 0 0 0 24 0 0 0 20 0 13 0 10188300 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16718] ppid=16706 vsize=1543268 CPUtime=2.26
/proc/16708/task/16718/stat : 16718 (java) S 16706 16708 16317 0 -1 4202560 9543 0 0 0 223 3 0 0 16 0 13 0 10188300 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16719] ppid=16706 vsize=1543268 CPUtime=0
/proc/16708/task/16719/stat : 16719 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10188300 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16720] ppid=16706 vsize=1543268 CPUtime=0
/proc/16708/task/16720/stat : 16720 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10188300 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16721] ppid=16706 vsize=1543268 CPUtime=0
/proc/16708/task/16721/stat : 16721 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10188380 1580306432 19451 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 1543268

[startup+6.30142 s]
/proc/loadavg: 1.33 1.09 1.02 2/119 16721
/proc/meminfo: memFree=1629124/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1543400 CPUtime=8.75
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 42547 0 1 0 857 18 0 0 15 0 13 0 10188290 1580441600 36895 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 385850 36895 1442 10 0 383152 0
[pid=16708/tid=16710] ppid=16706 vsize=1543400 CPUtime=6.05
/proc/16708/task/16710/stat : 16710 (java) R 16706 16708 16317 0 -1 4202560 30097 0 1 0 592 13 0 0 25 0 13 0 10188292 1580441600 36896 1992294400 134512640 134550932 4287012432 18446744073709551615 4109170876 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16708/tid=16711] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16711/stat : 16711 (java) S 16706 16708 16317 0 -1 4202560 320 0 0 0 0 0 0 0 16 0 13 0 10188294 1580441600 36896 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16712] ppid=16706 vsize=1543400 CPUtime=0.01
/proc/16708/task/16712/stat : 16712 (java) S 16706 16708 16317 0 -1 4202560 419 0 0 0 1 0 0 0 17 0 13 0 10188294 1580441600 36897 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16713] ppid=16706 vsize=1543400 CPUtime=0.03
/proc/16708/task/16713/stat : 16713 (java) S 16706 16708 16317 0 -1 4202560 790 0 0 0 3 0 0 0 15 0 13 0 10188295 1580441600 36897 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16714] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16714/stat : 16714 (java) S 16706 16708 16317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 36897 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16715] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16715/stat : 16715 (java) S 16706 16708 16317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 36897 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16716] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16716/stat : 16716 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10188300 1580441600 36898 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16717] ppid=16706 vsize=1543400 CPUtime=0.33
/proc/16708/task/16717/stat : 16717 (java) S 16706 16708 16317 0 -1 4202560 308 0 0 0 33 0 0 0 15 0 13 0 10188300 1580441600 36898 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16718] ppid=16706 vsize=1543400 CPUtime=2.28
/proc/16708/task/16718/stat : 16718 (java) S 16706 16708 16317 0 -1 4202560 9545 0 0 0 225 3 0 0 15 0 13 0 10188300 1580441600 36898 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16719] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16719/stat : 16719 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10188300 1580441600 36898 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16720] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16720/stat : 16720 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10188300 1580441600 36899 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16721] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16721/stat : 16721 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10188380 1580441600 36900 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.75
Current children cumulated vsize (KiB) 1543400

[startup+12.7011 s]
/proc/loadavg: 1.27 1.09 1.02 2/119 16721
/proc/meminfo: memFree=1611764/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1543400 CPUtime=15.23
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 45358 0 1 0 1503 20 0 0 15 0 13 0 10188290 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 385850 39701 1442 10 0 383152 0
[pid=16708/tid=16710] ppid=16706 vsize=1543400 CPUtime=12.35
/proc/16708/task/16710/stat : 16710 (java) R 16706 16708 16317 0 -1 4202560 32058 0 1 0 1221 14 0 0 25 0 13 0 10188292 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4109388378 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16708/tid=16711] ppid=16706 vsize=1543400 CPUtime=0.03
/proc/16708/task/16711/stat : 16711 (java) S 16706 16708 16317 0 -1 4202560 549 0 0 0 3 0 0 0 16 0 13 0 10188294 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16712] ppid=16706 vsize=1543400 CPUtime=0.03
/proc/16708/task/16712/stat : 16712 (java) S 16706 16708 16317 0 -1 4202560 667 0 0 0 3 0 0 0 16 0 13 0 10188294 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16713] ppid=16706 vsize=1543400 CPUtime=0.09
/proc/16708/task/16713/stat : 16713 (java) S 16706 16708 16317 0 -1 4202560 1149 0 0 0 9 0 0 0 15 0 13 0 10188295 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16714] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16714/stat : 16714 (java) S 16706 16708 16317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16715] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16715/stat : 16715 (java) S 16706 16708 16317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16716] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16716/stat : 16716 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10188300 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16717] ppid=16706 vsize=1543400 CPUtime=0.36
/proc/16708/task/16717/stat : 16717 (java) S 16706 16708 16317 0 -1 4202560 310 0 0 0 36 0 0 0 15 0 13 0 10188300 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16718] ppid=16706 vsize=1543400 CPUtime=2.31
/proc/16708/task/16718/stat : 16718 (java) S 16706 16708 16317 0 -1 4202560 9556 0 0 0 228 3 0 0 15 0 13 0 10188300 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16719] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16719/stat : 16719 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10188300 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16720] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16720/stat : 16720 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10188300 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16721] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16721/stat : 16721 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10188380 1580441600 39701 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.23
Current children cumulated vsize (KiB) 1543400

[startup+25.5016 s]
/proc/loadavg: 1.23 1.08 1.02 2/119 16721
/proc/meminfo: memFree=1582004/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1543400 CPUtime=28.16
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 52845 0 1 0 2792 24 0 0 15 0 13 0 10188290 1580441600 47126 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 385850 47126 1442 10 0 383152 0
[pid=16708/tid=16710] ppid=16706 vsize=1543400 CPUtime=24.93
/proc/16708/task/16710/stat : 16710 (java) R 16706 16708 16317 0 -1 4202560 34797 0 1 0 2478 15 0 0 20 0 13 0 10188292 1580441600 47126 1992294400 134512640 134550932 4287012432 18446744073709551615 4109237524 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16708/tid=16711] ppid=16706 vsize=1543400 CPUtime=0.08
/proc/16708/task/16711/stat : 16711 (java) S 16706 16708 16317 0 -1 4202560 2659 0 0 0 7 1 0 0 15 0 13 0 10188294 1580441600 47126 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16712] ppid=16706 vsize=1543400 CPUtime=0.08
/proc/16708/task/16712/stat : 16712 (java) S 16706 16708 16317 0 -1 4202560 2972 0 0 0 7 1 0 0 16 0 13 0 10188294 1580441600 47126 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16713] ppid=16706 vsize=1543400 CPUtime=0.23

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

[pid=16708] ppid=16706 vsize=1543400 CPUtime=1666.93
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 61171 0 1 0 166611 82 0 0 15 0 13 0 10188290 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 385850 53147 1442 10 0 383152 0
[pid=16708/tid=16710] ppid=16706 vsize=1543400 CPUtime=1642.86
/proc/16708/task/16710/stat : 16710 (java) R 16706 16708 16317 0 -1 4202560 35565 0 1 0 164238 48 0 0 25 0 13 0 10188292 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4109205840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16708/tid=16711] ppid=16706 vsize=1543400 CPUtime=3.21
/proc/16708/task/16711/stat : 16711 (java) S 16706 16708 16317 0 -1 4202560 6329 0 0 0 309 12 0 0 16 0 13 0 10188294 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16712] ppid=16706 vsize=1543400 CPUtime=3.32
/proc/16708/task/16712/stat : 16712 (java) S 16706 16708 16317 0 -1 4202560 6417 0 0 0 321 11 0 0 15 0 13 0 10188294 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16713] ppid=16706 vsize=1543400 CPUtime=14.67
/proc/16708/task/16713/stat : 16713 (java) S 16706 16708 16317 0 -1 4202560 1821 0 0 0 1463 4 0 0 15 0 13 0 10188295 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16714] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16714/stat : 16714 (java) S 16706 16708 16317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16715] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16715/stat : 16715 (java) S 16706 16708 16317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16716] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16716/stat : 16716 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16717] ppid=16706 vsize=1543400 CPUtime=0.36
/proc/16708/task/16717/stat : 16717 (java) S 16706 16708 16317 0 -1 4202560 310 0 0 0 36 0 0 0 15 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16718] ppid=16706 vsize=1543400 CPUtime=2.44
/proc/16708/task/16718/stat : 16718 (java) S 16706 16708 16317 0 -1 4202560 9564 0 0 0 241 3 0 0 15 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16719] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16719/stat : 16719 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16720] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16720/stat : 16720 (java) S 16706 16708 16317 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16721] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16721/stat : 16721 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10188380 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.93
Current children cumulated vsize (KiB) 1543400

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/119 16776
/proc/meminfo: memFree=1554104/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1543400 CPUtime=1727.08
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 61205 0 1 0 172623 85 0 0 15 0 13 0 10188290 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 385850 53147 1442 10 0 383152 0
[pid=16708/tid=16710] ppid=16706 vsize=1543400 CPUtime=1701.86
/proc/16708/task/16710/stat : 16710 (java) R 16706 16708 16317 0 -1 4202560 35591 0 1 0 170137 49 0 0 25 0 13 0 10188292 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4109171019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16708/tid=16711] ppid=16706 vsize=1543400 CPUtime=3.42
/proc/16708/task/16711/stat : 16711 (java) S 16706 16708 16317 0 -1 4202560 6329 0 0 0 330 12 0 0 15 0 13 0 10188294 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16712] ppid=16706 vsize=1543400 CPUtime=3.55
/proc/16708/task/16712/stat : 16712 (java) S 16706 16708 16317 0 -1 4202560 6417 0 0 0 343 12 0 0 16 0 13 0 10188294 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16713] ppid=16706 vsize=1543400 CPUtime=15.38
/proc/16708/task/16713/stat : 16713 (java) S 16706 16708 16317 0 -1 4202560 1825 0 0 0 1533 5 0 0 16 0 13 0 10188295 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16714] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16714/stat : 16714 (java) S 16706 16708 16317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16715] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16715/stat : 16715 (java) S 16706 16708 16317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16716] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16716/stat : 16716 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16717] ppid=16706 vsize=1543400 CPUtime=0.36
/proc/16708/task/16717/stat : 16717 (java) S 16706 16708 16317 0 -1 4202560 310 0 0 0 36 0 0 0 15 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16718] ppid=16706 vsize=1543400 CPUtime=2.44
/proc/16708/task/16718/stat : 16718 (java) S 16706 16708 16317 0 -1 4202560 9564 0 0 0 241 3 0 0 15 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16719] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16719/stat : 16719 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16720] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16720/stat : 16720 (java) S 16706 16708 16317 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16721] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16721/stat : 16721 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10188380 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.08
Current children cumulated vsize (KiB) 1543400

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 16778
/proc/meminfo: memFree=1553856/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1543400 CPUtime=1787.18
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 61230 0 1 0 178632 86 0 0 15 0 13 0 10188290 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 385850 53147 1442 10 0 383152 0
[pid=16708/tid=16710] ppid=16706 vsize=1543400 CPUtime=1761.05
/proc/16708/task/16710/stat : 16710 (java) R 16706 16708 16317 0 -1 4202560 35612 0 1 0 176055 50 0 0 25 0 13 0 10188292 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4159016738 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16708/tid=16711] ppid=16706 vsize=1543400 CPUtime=3.61
/proc/16708/task/16711/stat : 16711 (java) S 16706 16708 16317 0 -1 4202560 6329 0 0 0 348 13 0 0 16 0 13 0 10188294 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16712] ppid=16706 vsize=1543400 CPUtime=3.72
/proc/16708/task/16712/stat : 16712 (java) S 16706 16708 16317 0 -1 4202560 6417 0 0 0 360 12 0 0 15 0 13 0 10188294 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16713] ppid=16706 vsize=1543400 CPUtime=15.93
/proc/16708/task/16713/stat : 16713 (java) S 16706 16708 16317 0 -1 4202560 1827 0 0 0 1588 5 0 0 15 0 13 0 10188295 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16714] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16714/stat : 16714 (java) S 16706 16708 16317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16715] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16715/stat : 16715 (java) S 16706 16708 16317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16716] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16716/stat : 16716 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16717] ppid=16706 vsize=1543400 CPUtime=0.36
/proc/16708/task/16717/stat : 16717 (java) S 16706 16708 16317 0 -1 4202560 310 0 0 0 36 0 0 0 15 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16718] ppid=16706 vsize=1543400 CPUtime=2.44
/proc/16708/task/16718/stat : 16718 (java) S 16706 16708 16317 0 -1 4202560 9564 0 0 0 241 3 0 0 15 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16719] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16719/stat : 16719 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16720] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16720/stat : 16720 (java) S 16706 16708 16317 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10188300 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16721] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16721/stat : 16721 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10188380 1580441600 53147 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.18
Current children cumulated vsize (KiB) 1543400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 16778
/proc/meminfo: memFree=1550756/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1543400 CPUtime=1800.04
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 62875 0 1 0 179917 87 0 0 15 0 13 0 10188290 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 385850 54067 1442 10 0 383152 0
[pid=16708/tid=16710] ppid=16706 vsize=1543400 CPUtime=1773.62
/proc/16708/task/16710/stat : 16710 (java) R 16706 16708 16317 0 -1 4202560 35617 0 1 0 177312 50 0 0 25 0 13 0 10188292 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4109168690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16708/tid=16711] ppid=16706 vsize=1543400 CPUtime=3.68
/proc/16708/task/16711/stat : 16711 (java) S 16706 16708 16317 0 -1 4202560 7111 0 0 0 355 13 0 0 15 0 13 0 10188294 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16712] ppid=16706 vsize=1543400 CPUtime=3.78
/proc/16708/task/16712/stat : 16712 (java) S 16706 16708 16317 0 -1 4202560 7268 0 0 0 365 13 0 0 16 0 13 0 10188294 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16713] ppid=16706 vsize=1543400 CPUtime=16.09
/proc/16708/task/16713/stat : 16713 (java) S 16706 16708 16317 0 -1 4202560 1832 0 0 0 1604 5 0 0 15 0 13 0 10188295 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16714] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16714/stat : 16714 (java) S 16706 16708 16317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16715] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16715/stat : 16715 (java) S 16706 16708 16317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16716] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16716/stat : 16716 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10188300 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16717] ppid=16706 vsize=1543400 CPUtime=0.36
/proc/16708/task/16717/stat : 16717 (java) S 16706 16708 16317 0 -1 4202560 310 0 0 0 36 0 0 0 15 0 13 0 10188300 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16718] ppid=16706 vsize=1543400 CPUtime=2.44
/proc/16708/task/16718/stat : 16718 (java) S 16706 16708 16317 0 -1 4202560 9564 0 0 0 241 3 0 0 15 0 13 0 10188300 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16719] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16719/stat : 16719 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10188300 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16720] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16720/stat : 16720 (java) S 16706 16708 16317 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 10188300 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16721] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16721/stat : 16721 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10188380 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1543400

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

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

[startup+1795.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 16778
/proc/meminfo: memFree=1550756/2059040 swapFree=4164944/4192956
[pid=16708] ppid=16706 vsize=1543400 CPUtime=1800.04
/proc/16708/stat : 16708 (java) S 16706 16708 16317 0 -1 4202496 62875 0 1 0 179917 87 0 0 15 0 13 0 10188290 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16708/statm: 385850 54067 1442 10 0 383152 0
[pid=16708/tid=16710] ppid=16706 vsize=1543400 CPUtime=1773.62
/proc/16708/task/16710/stat : 16710 (java) R 16706 16708 16317 0 -1 4202560 35617 0 1 0 177312 50 0 0 25 0 13 0 10188292 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4109168690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16708/tid=16711] ppid=16706 vsize=1543400 CPUtime=3.68
/proc/16708/task/16711/stat : 16711 (java) S 16706 16708 16317 0 -1 4202560 7111 0 0 0 355 13 0 0 15 0 13 0 10188294 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16712] ppid=16706 vsize=1543400 CPUtime=3.78
/proc/16708/task/16712/stat : 16712 (java) S 16706 16708 16317 0 -1 4202560 7268 0 0 0 365 13 0 0 16 0 13 0 10188294 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16713] ppid=16706 vsize=1543400 CPUtime=16.09
/proc/16708/task/16713/stat : 16713 (java) S 16706 16708 16317 0 -1 4202560 1832 0 0 0 1604 5 0 0 15 0 13 0 10188295 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 0 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16714] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16714/stat : 16714 (java) S 16706 16708 16317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16715] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16715/stat : 16715 (java) S 16706 16708 16317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10188296 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16716] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16716/stat : 16716 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10188300 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16717] ppid=16706 vsize=1543400 CPUtime=0.36
/proc/16708/task/16717/stat : 16717 (java) S 16706 16708 16317 0 -1 4202560 310 0 0 0 36 0 0 0 15 0 13 0 10188300 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16718] ppid=16706 vsize=1543400 CPUtime=2.44
/proc/16708/task/16718/stat : 16718 (java) S 16706 16708 16317 0 -1 4202560 9564 0 0 0 241 3 0 0 15 0 13 0 10188300 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 1 0 0 0
[pid=16708/tid=16719] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16719/stat : 16719 (java) S 16706 16708 16317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10188300 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16720] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16720/stat : 16720 (java) S 16706 16708 16317 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 10188300 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
[pid=16708/tid=16721] ppid=16706 vsize=1543400 CPUtime=0
/proc/16708/task/16721/stat : 16721 (java) S 16706 16708 16317 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10188380 1580441600 54067 1992294400 134512640 134550932 4287012432 18446744073709551615 4294960144 0 4 0 16800975 18446604437836214528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1543400

Child status: 143
Real time (s): 1795.22
CPU time (s): 1800.2
CPU user time (s): 1799.3
CPU system time (s): 0.899863
CPU usage (%): 100.277
Max. virtual memory (cumulated for all children) (KiB): 1544292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.899863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62899
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= 42246
involuntary context switches= 23354

runsolver used 3.80742 second user time and 9.50755 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 13:48:49
IDJOB=2658163
IDBENCH=71848
IDSOLVER=1164
FILE ID=node029/2658163-1276688929
PBS_JOBID= 11172587
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658163-1276688929/watcher-2658163-1276688929 -o /tmp/evaluation-result-2658163-1276688929/solver-2658163-1276688929 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658163-1276688929.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1831701079

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1766456 kB
Buffers:         82348 kB
Cached:         109532 kB
SwapCached:       1508 kB
Active:          98560 kB
Inactive:       127460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1766456 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:       32744 kB
Mapped:          15088 kB
Slab:            44660 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183468 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= 62576 MiB
End job on node029 at 2010-06-16 14:18:46