Trace number 2698512

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1MSAT (TO) 1800.22 1793.79

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_31_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM67b20cf3e4322ffbf404f0fb862124f3
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.099984
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1860
Total number of constraints122
Number of soft constraints122
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 5869
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5868
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698512-1278326854.wbo
0.11/0.10	c reading problem ... 
0.32/0.20	c ... done. Wall clock time 0.105s.
0.32/0.20	c #vars     1982
0.32/0.20	c #constraints  122
0.32/0.20	c constraints type 
0.32/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62
0.32/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60
0.58/0.38	c SATISFIABLE
0.58/0.38	c OPTIMIZING...
0.58/0.38	c Got one! Elapsed wall clock time (in seconds):0.286
0.58/0.38	o 84
0.84/0.48	c Got one! Elapsed wall clock time (in seconds):0.383
0.84/0.48	o 79
0.99/0.57	c Got one! Elapsed wall clock time (in seconds):0.472
0.99/0.57	o 75
1.13/0.62	c Got one! Elapsed wall clock time (in seconds):0.524
1.13/0.62	o 60
1.24/0.75	c Got one! Elapsed wall clock time (in seconds):0.651
1.24/0.75	o 33
1.44/0.93	c Got one! Elapsed wall clock time (in seconds):0.836
1.44/0.93	o 28
1.60/1.09	c cleaning 2502 clauses out of 5003 with flag 5003/5003
1.82/1.26	c Got one! Elapsed wall clock time (in seconds):1.158
1.82/1.26	o 21
2.22/1.66	c Got one! Elapsed wall clock time (in seconds):1.559
2.22/1.66	o 13
2.77/2.11	c cleaning 4213 clauses out of 8499 with flag 11001/11001
2.87/2.22	c Got one! Elapsed wall clock time (in seconds):2.125
2.87/2.22	o 7
4.36/3.74	c cleaning 5597 clauses out of 11286 with flag 18001/18001
5.58/4.97	c Got one! Elapsed wall clock time (in seconds):4.868
5.58/4.97	o 5
6.38/5.79	c cleaning 6812 clauses out of 13688 with flag 26000/26000
8.69/8.01	c cleaning 7927 clauses out of 15878 with flag 35002/35002
11.90/11.26	c cleaning 8882 clauses out of 17950 with flag 45001/45001
14.80/14.14	c cleaning 9499 clauses out of 19069 with flag 55002/55002
17.91/17.24	c cleaning 9762 clauses out of 19568 with flag 65000/65000
22.03/21.33	c cleaning 9875 clauses out of 19806 with flag 75000/75000
24.73/24.03	c cleaning 9900 clauses out of 19931 with flag 85000/85000
28.25/27.56	c cleaning 9932 clauses out of 20033 with flag 95002/95002
31.35/30.69	c cleaning 10009 clauses out of 20099 with flag 105000/105000
35.56/34.83	c cleaning 9988 clauses out of 20090 with flag 115000/115000
38.47/37.74	c cleaning 10008 clauses out of 20103 with flag 125001/125001
41.58/40.82	c cleaning 10025 clauses out of 20098 with flag 135004/135004
44.29/43.59	c cleaning 10003 clauses out of 20071 with flag 145002/145002
48.40/47.67	c cleaning 10026 clauses out of 20067 with flag 155001/155001
51.43/50.63	c cleaning 9970 clauses out of 20040 with flag 165000/165000
54.75/53.92	c cleaning 9998 clauses out of 20072 with flag 175002/175002
57.16/56.38	c cleaning 10021 clauses out of 20077 with flag 185005/185005
60.08/59.25	c cleaning 10007 clauses out of 20052 with flag 195001/195001
62.89/62.04	c cleaning 9990 clauses out of 20046 with flag 205002/205002
65.60/64.78	c cleaning 9999 clauses out of 20055 with flag 215001/215001
69.91/69.09	c cleaning 9993 clauses out of 20057 with flag 225002/225002
72.92/72.08	c cleaning 9991 clauses out of 20063 with flag 235001/235001
76.63/75.72	c cleaning 9994 clauses out of 20073 with flag 245002/245002
80.55/79.68	c cleaning 10007 clauses out of 20083 with flag 255006/255006
83.06/82.10	c cleaning 10007 clauses out of 20073 with flag 265003/265003
85.67/84.73	c cleaning 9996 clauses out of 20063 with flag 275000/275000
89.28/88.38	c cleaning 9999 clauses out of 20068 with flag 285001/285001
93.79/92.87	c cleaning 10009 clauses out of 20069 with flag 295001/295001
97.71/96.75	c cleaning 10011 clauses out of 20060 with flag 305001/305001
101.92/100.97	c cleaning 10008 clauses out of 20049 with flag 315001/315001
105.03/104.02	c cleaning 10004 clauses out of 20040 with flag 325000/325000
108.94/107.97	c cleaning 10002 clauses out of 20038 with flag 335002/335002
113.55/112.55	c cleaning 10004 clauses out of 20037 with flag 345003/345003
117.17/116.10	c cleaning 10003 clauses out of 20033 with flag 355003/355003
121.48/120.42	c cleaning 10000 clauses out of 20027 with flag 365000/365000
124.89/123.87	c cleaning 9997 clauses out of 20027 with flag 375000/375000
128.71/127.62	c cleaning 9999 clauses out of 20031 with flag 385001/385001
131.20/130.11	c cleaning 9955 clauses out of 20032 with flag 395001/395001
133.72/132.62	c cleaning 9964 clauses out of 20077 with flag 405001/405001
137.24/136.16	c cleaning 10002 clauses out of 20117 with flag 415005/415005
140.25/139.16	c cleaning 10035 clauses out of 20114 with flag 425004/425004
143.16/142.01	c cleaning 10005 clauses out of 20077 with flag 435002/435002
146.47/145.33	c cleaning 9983 clauses out of 20072 with flag 445002/445002
149.78/148.62	c cleaning 10016 clauses out of 20089 with flag 455002/455002
153.81/152.61	c cleaning 10005 clauses out of 20071 with flag 465000/465000
158.13/156.96	c cleaning 10001 clauses out of 20066 with flag 475000/475000
161.34/160.13	c cleaning 10017 clauses out of 20069 with flag 485004/485004
165.26/164.05	c cleaning 10004 clauses out of 20053 with flag 495005/495005
170.16/168.95	c cleaning 10006 clauses out of 20047 with flag 505003/505003
173.67/172.47	c cleaning 10002 clauses out of 20042 with flag 515004/515004
176.78/175.55	c cleaning 10011 clauses out of 20039 with flag 525003/525003
180.38/179.19	c cleaning 10005 clauses out of 20026 with flag 535001/535001
184.29/183.02	c cleaning 10002 clauses out of 20022 with flag 545002/545002
188.60/187.37	c cleaning 10001 clauses out of 20018 with flag 555000/555000
192.81/191.57	c cleaning 9999 clauses out of 20018 with flag 565001/565001
196.82/195.55	c cleaning 9991 clauses out of 20021 with flag 575003/575003
200.73/199.45	c cleaning 10005 clauses out of 20027 with flag 585000/585000
203.23/201.91	c cleaning 10009 clauses out of 20022 with flag 595000/595000
206.24/204.92	c cleaning 9977 clauses out of 20015 with flag 605002/605002
209.17/207.86	c cleaning 9980 clauses out of 20037 with flag 615001/615001
214.38/213.07	c cleaning 10005 clauses out of 20059 with flag 625003/625003
218.29/216.98	c cleaning 10011 clauses out of 20051 with flag 635000/635000
222.42/221.07	c cleaning 10005 clauses out of 20041 with flag 645001/645001
226.52/225.14	c cleaning 10006 clauses out of 20036 with flag 655001/655001
230.85/229.43	c cleaning 9998 clauses out of 20029 with flag 665000/665000
235.07/233.61	c cleaning 9981 clauses out of 20032 with flag 675001/675001
238.89/237.42	c cleaning 9993 clauses out of 20055 with flag 685005/685005
243.51/242.01	c cleaning 9989 clauses out of 20057 with flag 695000/695000
246.92/245.44	c cleaning 9989 clauses out of 20068 with flag 705000/705000
250.34/248.80	c cleaning 10004 clauses out of 20079 with flag 715000/715000
253.15/251.69	c cleaning 10013 clauses out of 20075 with flag 725000/725000
257.37/255.83	c cleaning 10003 clauses out of 20063 with flag 735001/735001
261.69/260.12	c cleaning 10001 clauses out of 20059 with flag 745000/745000
265.90/264.32	c cleaning 10003 clauses out of 20059 with flag 755001/755001
270.52/268.93	c cleaning 9997 clauses out of 20056 with flag 765001/765001
275.03/273.45	c cleaning 9998 clauses out of 20059 with flag 775001/775001
279.35/277.78	c cleaning 10010 clauses out of 20064 with flag 785004/785004
282.47/280.83	c cleaning 9999 clauses out of 20051 with flag 795001/795001
285.48/283.89	c cleaning 10001 clauses out of 20053 with flag 805002/805002
288.99/287.36	c cleaning 9987 clauses out of 20050 with flag 815000/815000
293.20/291.52	c cleaning 10002 clauses out of 20063 with flag 825000/825000
297.31/295.63	c cleaning 10003 clauses out of 20062 with flag 835001/835001
300.03/298.37	c cleaning 9992 clauses out of 20059 with flag 845001/845001
303.13/301.47	c cleaning 10009 clauses out of 20067 with flag 855001/855001
306.74/305.02	c cleaning 9994 clauses out of 20058 with flag 865001/865001
310.45/308.75	c cleaning 10003 clauses out of 20064 with flag 875001/875001
313.36/311.60	c cleaning 9993 clauses out of 20061 with flag 885001/885001
316.68/314.94	c cleaning 9929 clauses out of 20068 with flag 895001/895001
321.20/319.49	c cleaning 9987 clauses out of 20139 with flag 905001/905001
324.73/322.92	c cleaning 10026 clauses out of 20151 with flag 915000/915000
328.55/326.72	c cleaning 9990 clauses out of 20125 with flag 925000/925000
333.36/331.50	c cleaning 10011 clauses out of 20135 with flag 935000/935000
336.97/335.17	c cleaning 10018 clauses out of 20125 with flag 945001/945001
342.19/340.37	c cleaning 9973 clauses out of 20109 with flag 955003/955003
345.91/344.04	c cleaning 10009 clauses out of 20134 with flag 965001/965001
349.03/347.15	c cleaning 10032 clauses out of 20126 with flag 975002/975002
353.34/351.44	c cleaning 10014 clauses out of 20093 with flag 985001/985001
357.86/355.96	c cleaning 9997 clauses out of 20079 with flag 995001/995001
362.57/360.67	c cleaning 10003 clauses out of 20081 with flag 1005000/1005000
366.79/364.87	c cleaning 10001 clauses out of 20078 with flag 1015000/1015000
371.41/369.49	c cleaning 9968 clauses out of 20078 with flag 1025001/1025001
376.23/374.27	c cleaning 10002 clauses out of 20110 with flag 1035001/1035001
381.74/379.72	c cleaning 10024 clauses out of 20115 with flag 1045008/1045008
386.26/384.27	c cleaning 9978 clauses out of 20085 with flag 1055002/1055002
391.28/389.24	c cleaning 10021 clauses out of 20107 with flag 1065002/1065002
395.90/393.86	c cleaning 10020 clauses out of 20085 with flag 1075001/1075001
398.90/396.85	c cleaning 9977 clauses out of 20064 with flag 1085000/1085000
401.91/399.83	c cleaning 9996 clauses out of 20090 with flag 1095003/1095003
405.42/403.30	c cleaning 9982 clauses out of 20093 with flag 1105002/1105002
409.63/407.59	c cleaning 9978 clauses out of 20109 with flag 1115000/1115000
412.35/410.30	c cleaning 10005 clauses out of 20131 with flag 1125000/1125000
416.87/414.75	c cleaning 9840 clauses out of 20126 with flag 1135000/1135000
422.88/420.70	c cleaning 9911 clauses out of 20286 with flag 1145000/1145000
427.19/425.04	c cleaning 9961 clauses out of 20375 with flag 1155000/1155000
430.71/428.58	c cleaning 10080 clauses out of 20416 with flag 1165002/1165002
435.53/433.31	c cleaning 10010 clauses out of 20334 with flag 1175000/1175000
438.95/436.74	c cleaning 10012 clauses out of 20325 with flag 1185001/1185001
444.75/442.57	c cleaning 10008 clauses out of 20314 with flag 1195002/1195002
449.38/447.12	c cleaning 9991 clauses out of 20305 with flag 1205001/1205001
454.61/452.35	c cleaning 10012 clauses out of 20316 with flag 1215003/1215003
459.62/457.32	c cleaning 9992 clauses out of 20301 with flag 1225000/1225000
465.04/462.73	c cleaning 9998 clauses out of 20310 with flag 1235001/1235001
470.74/468.46	c cleaning 10007 clauses out of 20314 with flag 1245003/1245003
476.16/473.89	c cleaning 9982 clauses out of 20305 with flag 1255001/1255001
481.38/479.02	c cleaning 10010 clauses out of 20322 with flag 1265000/1265000
485.40/483.09	c cleaning 10009 clauses out of 20313 with flag 1275001/1275001
490.10/487.73	c cleaning 10002 clauses out of 20303 with flag 1285000/1285000
494.91/492.51	c cleaning 9998 clauses out of 20303 with flag 1295002/1295002
498.74/496.34	c cleaning 9990 clauses out of 20304 with flag 1305001/1305001
503.25/500.86	c cleaning 10011 clauses out of 20314 with flag 1315001/1315001
507.46/505.07	c cleaning 9987 clauses out of 20303 with flag 1325001/1325001
510.46/508.00	c cleaning 9971 clauses out of 20315 with flag 1335000/1335000
513.68/511.22	c cleaning 10022 clauses out of 20347 with flag 1345003/1345003
517.50/515.09	c cleaning 10123 clauses out of 20324 with flag 1355002/1355002
522.12/519.67	c cleaning 10056 clauses out of 20199 with flag 1365000/1365000
526.84/524.30	c cleaning 10038 clauses out of 20144 with flag 1375001/1375001
530.16/527.68	c cleaning 10040 clauses out of 20106 with flag 1385001/1385001
534.88/532.30	c cleaning 10003 clauses out of 20066 with flag 1395001/1395001
539.19/536.67	c cleaning 10017 clauses out of 20063 with flag 1405001/1405001
542.79/540.27	c cleaning 9993 clauses out of 20045 with flag 1415000/1415000
546.82/544.25	c cleaning 9994 clauses out of 20052 with flag 1425000/1425000
550.73/548.11	c cleaning 10007 clauses out of 20059 with flag 1435001/1435001
555.96/553.38	c cleaning 9994 clauses out of 20051 with flag 1445000/1445000
560.57/557.91	c cleaning 9999 clauses out of 20059 with flag 1455002/1455002
563.49/560.89	c cleaning 9993 clauses out of 20058 with flag 1465000/1465000
567.60/564.96	c cleaning 10001 clauses out of 20065 with flag 1475000/1475000
571.61/568.99	c cleaning 10001 clauses out of 20066 with flag 1485002/1485002
575.53/572.80	c cleaning 9985 clauses out of 20063 with flag 1495000/1495000
579.04/576.40	c cleaning 10008 clauses out of 20080 with flag 1505002/1505002
582.85/580.14	c cleaning 10002 clauses out of 20071 with flag 1515001/1515001
586.26/583.53	c cleaning 10004 clauses out of 20071 with flag 1525003/1525003
589.68/586.96	c cleaning 10004 clauses out of 20066 with flag 1535002/1535002
593.19/590.47	c cleaning 10001 clauses out of 20060 with flag 1545000/1545000
596.99/594.28	c cleaning 10001 clauses out of 20060 with flag 1555001/1555001
601.11/598.38	c cleaning 10000 clauses out of 20060 with flag 1565002/1565002
605.62/602.81	c cleaning 9988 clauses out of 20058 with flag 1575000/1575000
610.44/607.69	c cleaning 9921 clauses out of 20071 with flag 1585001/1585001
616.67/613.83	c cleaning 9937 clauses out of 20149 with flag 1595000/1595000
623.56/620.77	c cleaning 9965 clauses out of 20213 with flag 1605001/1605001
629.79/626.98	c cleaning 10023 clauses out of 20248 with flag 1615001/1615001
635.00/632.13	c cleaning 10060 clauses out of 20225 with flag 1625001/1625001
639.22/636.36	c cleaning 10025 clauses out of 20168 with flag 1635004/1635004
644.13/641.24	c cleaning 10021 clauses out of 20139 with flag 1645000/1645000
648.43/645.50	c cleaning 9991 clauses out of 20118 with flag 1655000/1655000
653.34/650.46	c cleaning 10018 clauses out of 20129 with flag 1665002/1665002
657.36/654.47	c cleaning 10002 clauses out of 20109 with flag 1675000/1675000
661.27/658.39	c cleaning 9991 clauses out of 20108 with flag 1685001/1685001
665.48/662.56	c cleaning 10011 clauses out of 20116 with flag 1695000/1695000
669.99/667.04	c cleaning 9988 clauses out of 20107 with flag 1705002/1705002
674.40/671.46	c cleaning 10008 clauses out of 20117 with flag 1715000/1715000
678.61/675.68	c cleaning 9981 clauses out of 20110 with flag 1725001/1725001
683.62/680.67	c cleaning 10014 clauses out of 20128 with flag 1735000/1735000
687.44/684.44	c cleaning 9989 clauses out of 20117 with flag 1745003/1745003
692.85/689.85	c cleaning 9996 clauses out of 20125 with flag 1755000/1755000
697.65/694.66	c cleaning 9996 clauses out of 20130 with flag 1765001/1765001
701.37/698.32	c cleaning 10043 clauses out of 20134 with flag 1775001/1775001
705.80/702.74	c cleaning 10017 clauses out of 20090 with flag 1785000/1785000
710.02/706.98	c cleaning 10015 clauses out of 20073 with flag 1795000/1795000
713.53/710.49	c cleaning 9996 clauses out of 20058 with flag 1805000/1805000
717.65/714.57	c cleaning 10007 clauses out of 20063 with flag 1815001/1815001
722.37/719.24	c cleaning 10006 clauses out of 20057 with flag 1825002/1825002
727.19/724.09	c cleaning 10001 clauses out of 20052 with flag 1835003/1835003
731.41/728.28	c cleaning 9992 clauses out of 20049 with flag 1845001/1845001
735.52/732.36	c cleaning 10001 clauses out of 20057 with flag 1855001/1855001
740.44/737.24	c cleaning 10000 clauses out of 20055 with flag 1865000/1865000
745.16/741.90	c cleaning 10008 clauses out of 20057 with flag 1875002/1875002
748.67/745.50	c cleaning 9991 clauses out of 20049 with flag 1885002/1885002
753.18/749.92	c cleaning 10005 clauses out of 20057 with flag 1895001/1895001
757.49/754.24	c cleaning 10003 clauses out of 20054 with flag 1905003/1905003
762.31/759.01	c cleaning 10002 clauses out of 20051 with flag 1915003/1915003
766.30/763.05	c cleaning 9997 clauses out of 20046 with flag 1925000/1925000
770.81/767.57	c cleaning 9991 clauses out of 20051 with flag 1935002/1935002
776.83/773.56	c cleaning 10007 clauses out of 20061 with flag 1945003/1945003
781.14/777.81	c cleaning 9999 clauses out of 20052 with flag 1955001/1955001
784.76/781.48	c cleaning 9994 clauses out of 20055 with flag 1965003/1965003
789.87/786.59	c cleaning 10005 clauses out of 20058 with flag 1975000/1975000
794.67/791.31	c cleaning 10000 clauses out of 20054 with flag 1985001/1985001
798.09/794.71	c cleaning 9978 clauses out of 20055 with flag 1995002/1995002
800.82/797.46	c cleaning 9997 clauses out of 20075 with flag 2005000/2005000
803.83/800.43	c cleaning 9971 clauses out of 20078 with flag 2015000/2015000
807.25/803.82	c cleaning 10038 clauses out of 20107 with flag 2025000/2025000
809.86/806.43	c cleaning 10018 clauses out of 20069 with flag 2035000/2035000
813.08/809.63	c cleaning 10009 clauses out of 20054 with flag 2045003/2045003
815.69/812.25	c cleaning 9988 clauses out of 20045 with flag 2055003/2055003
818.71/815.21	c cleaning 9963 clauses out of 20054 with flag 2065000/2065000
822.43/818.97	c cleaning 10001 clauses out of 20094 with flag 2075003/2075003
825.94/822.49	c cleaning 10000 clauses out of 20091 with flag 2085001/2085001
828.95/825.48	c cleaning 9975 clauses out of 20093 with flag 2095003/2095003
833.07/829.57	c cleaning 10006 clauses out of 20115 with flag 2105000/2105000
836.89/833.38	c cleaning 9998 clauses out of 20110 with flag 2115001/2115001
841.10/837.54	c cleaning 9897 clauses out of 20116 with flag 2125005/2125005
848.82/845.23	c cleaning 9958 clauses out of 20215 with flag 2135001/2135001
855.83/852.26	c cleaning 9956 clauses out of 20257 with flag 2145001/2145001
861.34/857.78	c cleaning 9989 clauses out of 20303 with flag 2155003/2155003
865.55/861.95	c cleaning 9999 clauses out of 20313 with flag 2165002/2165002
869.56/865.93	c cleaning 10001 clauses out of 20312 with flag 2175000/2175000
873.09/869.41	c cleaning 9997 clauses out of 20313 with flag 2185002/2185002
877.80/874.10	c cleaning 10077 clauses out of 20314 with flag 2195000/2195000
884.62/880.98	c cleaning 9933 clauses out of 20238 with flag 2205001/2205001
889.64/885.96	c cleaning 10078 clauses out of 20308 with flag 2215004/2215004
893.66/889.95	c cleaning 10038 clauses out of 20227 with flag 2225001/2225001
898.27/894.52	c cleaning 9986 clauses out of 20188 with flag 2235000/2235000
901.69/897.95	c cleaning 9986 clauses out of 20203 with flag 2245001/2245001
905.50/901.80	c cleaning 9993 clauses out of 20217 with flag 2255001/2255001
910.72/906.99	c cleaning 9993 clauses out of 20223 with flag 2265000/2265000
915.75/911.94	c cleaning 9983 clauses out of 20230 with flag 2275000/2275000
920.97/917.15	c cleaning 10008 clauses out of 20248 with flag 2285001/2285001
924.78/920.95	c cleaning 10091 clauses out of 20243 with flag 2295004/2295004
929.90/926.03	c cleaning 10052 clauses out of 20151 with flag 2305003/2305003
935.02/931.18	c cleaning 10028 clauses out of 20104 with flag 2315008/2315008
939.83/935.95	c cleaning 10012 clauses out of 20068 with flag 2325000/2325000
944.14/940.24	c cleaning 10004 clauses out of 20056 with flag 2335000/2335000
949.45/945.55	c cleaning 10002 clauses out of 20062 with flag 2345010/2345010
954.57/950.67	c cleaning 10001 clauses out of 20055 with flag 2355005/2355005
958.38/954.41	c cleaning 9988 clauses out of 20052 with flag 2365003/2365003
962.79/958.81	c cleaning 10012 clauses out of 20061 with flag 2375000/2375000
967.11/963.18	c cleaning 9998 clauses out of 20050 with flag 2385001/2385001
971.62/967.66	c cleaning 10002 clauses out of 20051 with flag 2395000/2395000
975.53/971.60	c cleaning 10000 clauses out of 20051 with flag 2405002/2405002
979.65/975.69	c cleaning 9996 clauses out of 20049 with flag 2415000/2415000
983.65/979.69	c cleaning 10004 clauses out of 20054 with flag 2425001/2425001
987.57/983.52	c cleaning 9987 clauses out of 20051 with flag 2435002/2435002
991.38/987.35	c cleaning 9993 clauses out of 20062 with flag 2445000/2445000
994.50/990.44	c cleaning 9995 clauses out of 20069 with flag 2455000/2455000
998.11/994.04	c cleaning 9988 clauses out of 20074 with flag 2465000/2465000
1001.92/997.83	c cleaning 9998 clauses out of 20088 with flag 2475002/2475002
1005.53/1001.47	c cleaning 9987 clauses out of 20089 with flag 2485001/2485001
1009.64/1005.53	c cleaning 10010 clauses out of 20101 with flag 2495000/2495000
1012.87/1008.76	c cleaning 9997 clauses out of 20091 with flag 2505000/2505000
1016.88/1012.72	c cleaning 10008 clauses out of 20094 with flag 2515000/2515000
1021.09/1016.93	c cleaning 9982 clauses out of 20086 with flag 2525000/2525000
1024.70/1020.58	c cleaning 10010 clauses out of 20104 with flag 2535000/2535000
1028.21/1024.10	c cleaning 10007 clauses out of 20094 with flag 2545000/2545000
1032.02/1027.88	c cleaning 10004 clauses out of 20088 with flag 2555001/2555001
1035.34/1031.18	c cleaning 10000 clauses out of 20084 with flag 2565001/2565001
1039.65/1035.43	c cleaning 10006 clauses out of 20088 with flag 2575005/2575005
1043.67/1039.48	c cleaning 9997 clauses out of 20077 with flag 2585000/2585000
1046.67/1042.48	c cleaning 9994 clauses out of 20081 with flag 2595001/2595001
1050.09/1045.86	c cleaning 9990 clauses out of 20087 with flag 2605001/2605001
1053.20/1048.97	c cleaning 10000 clauses out of 20096 with flag 2615000/2615000
1056.51/1052.24	c cleaning 10005 clauses out of 20097 with flag 2625001/2625001
1059.71/1055.41	c cleaning 9998 clauses out of 20093 with flag 2635002/2635002
1063.92/1059.67	c cleaning 10001 clauses out of 20093 with flag 2645000/2645000
1067.54/1063.29	c cleaning 9997 clauses out of 20093 with flag 2655001/2655001
1071.05/1066.78	c cleaning 10004 clauses out of 20097 with flag 2665002/2665002
1074.77/1070.46	c cleaning 10006 clauses out of 20092 with flag 2675001/2675001
1079.38/1075.06	c cleaning 9993 clauses out of 20087 with flag 2685002/2685002
1083.81/1079.42	c cleaning 10001 clauses out of 20093 with flag 2695001/2695001
1087.72/1083.38	c cleaning 9982 clauses out of 20093 with flag 2705002/2705002
1092.54/1088.14	c cleaning 10018 clauses out of 20110 with flag 2715001/2715001
1096.85/1092.47	c cleaning 10003 clauses out of 20093 with flag 2725002/2725002
1101.07/1096.68	c cleaning 10003 clauses out of 20088 with flag 2735000/2735000
1106.17/1101.72	c cleaning 9997 clauses out of 20086 with flag 2745001/2745001
1110.78/1106.37	c cleaning 9993 clauses out of 20088 with flag 2755000/2755000
1114.79/1110.36	c cleaning 10011 clauses out of 20095 with flag 2765000/2765000
1119.80/1115.31	c cleaning 9991 clauses out of 20084 with flag 2775000/2775000
1123.91/1119.48	c cleaning 9991 clauses out of 20097 with flag 2785004/2785004
1129.21/1124.73	c cleaning 10013 clauses out of 20106 with flag 2795004/2795004
1133.74/1129.22	c cleaning 10003 clauses out of 20090 with flag 2805001/2805001
1137.96/1133.40	c cleaning 9999 clauses out of 20087 with flag 2815001/2815001
1142.27/1137.75	c cleaning 9974 clauses out of 20092 with flag 2825005/2825005
1147.68/1143.12	c cleaning 10007 clauses out of 20114 with flag 2835001/2835001
1151.89/1147.39	c cleaning 10015 clauses out of 20109 with flag 2845003/2845003
1156.20/1151.67	c cleaning 10008 clauses out of 20093 with flag 2855002/2855002
1161.22/1156.62	c cleaning 9996 clauses out of 20083 with flag 2865000/2865000
1165.62/1161.02	c cleaning 9999 clauses out of 20087 with flag 2875000/2875000
1170.24/1165.68	c cleaning 10005 clauses out of 20090 with flag 2885002/2885002
1174.54/1169.91	c cleaning 9998 clauses out of 20083 with flag 2895000/2895000
1178.36/1173.76	c cleaning 10001 clauses out of 20086 with flag 2905001/2905001
1182.68/1178.02	c cleaning 10002 clauses out of 20086 with flag 2915002/2915002
1187.01/1182.35	c cleaning 9993 clauses out of 20083 with flag 2925001/2925001
1191.12/1186.43	c cleaning 9990 clauses out of 20089 with flag 2935000/2935000
1194.94/1190.29	c cleaning 9997 clauses out of 20099 with flag 2945000/2945000
1198.63/1193.98	c cleaning 10006 clauses out of 20102 with flag 2955000/2955000
1202.94/1198.24	c cleaning 10008 clauses out of 20097 with flag 2965001/2965001
1207.64/1202.91	c cleaning 10005 clauses out of 20089 with flag 2975001/2975001
1212.05/1207.31	c cleaning 9996 clauses out of 20085 with flag 2985002/2985002
1214.46/1209.78	c cleaning 9983 clauses out of 20087 with flag 2995000/2995000
1216.98/1212.23	c cleaning 10019 clauses out of 20105 with flag 3005001/3005001
1220.40/1215.60	c cleaning 10003 clauses out of 20085 with flag 3015000/3015000
1224.22/1219.45	c cleaning 9999 clauses out of 20083 with flag 3025001/3025001
1227.72/1222.91	c cleaning 10009 clauses out of 20084 with flag 3035001/3035001
1231.35/1226.56	c cleaning 10002 clauses out of 20074 with flag 3045000/3045000
1233.95/1229.19	c cleaning 9977 clauses out of 20073 with flag 3055001/3055001
1237.07/1232.20	c cleaning 9997 clauses out of 20096 with flag 3065001/3065001
1243.09/1238.25	c cleaning 9990 clauses out of 20099 with flag 3075001/3075001
1247.71/1242.83	c cleaning 10016 clauses out of 20108 with flag 3085000/3085000
1251.92/1247.08	c cleaning 10022 clauses out of 20095 with flag 3095003/3095003
1255.93/1251.08	c cleaning 10015 clauses out of 20070 with flag 3105000/3105000
1260.35/1255.43	c cleaning 10005 clauses out of 20055 with flag 3115000/3115000
1263.06/1258.12	c cleaning 10002 clauses out of 20051 with flag 3125001/3125001
1267.97/1263.03	c cleaning 10001 clauses out of 20049 with flag 3135001/3135001
1272.80/1267.80	c cleaning 9997 clauses out of 20048 with flag 3145001/3145001
1277.22/1272.24	c cleaning 10002 clauses out of 20052 with flag 3155002/3155002
1282.14/1277.16	c cleaning 9996 clauses out of 20050 with flag 3165002/3165002
1286.46/1281.42	c cleaning 9997 clauses out of 20052 with flag 3175000/3175000
1291.28/1286.20	c cleaning 10005 clauses out of 20056 with flag 3185001/3185001
1294.60/1289.52	c cleaning 9960 clauses out of 20050 with flag 3195000/3195000
1297.11/1292.04	c cleaning 9969 clauses out of 20090 with flag 3205000/3205000
1300.02/1294.98	c cleaning 10020 clauses out of 20123 with flag 3215002/3215002
1302.84/1297.71	c cleaning 10033 clauses out of 20102 with flag 3225001/3225001
1305.65/1300.59	c cleaning 10015 clauses out of 20068 with flag 3235000/3235000
1308.36/1303.29	c cleaning 9957 clauses out of 20058 with flag 3245005/3245005
1312.17/1307.02	c cleaning 10011 clauses out of 20101 with flag 3255005/3255005
1315.59/1310.41	c cleaning 10004 clauses out of 20086 with flag 3265001/3265001
1320.81/1315.69	c cleaning 9999 clauses out of 20082 with flag 3275001/3275001
1324.12/1318.98	c cleaning 10018 clauses out of 20082 with flag 3285000/3285000
1327.62/1322.40	c cleaning 10028 clauses out of 20064 with flag 3295000/3295000
1331.13/1325.95	c cleaning 9995 clauses out of 20037 with flag 3305001/3305001
1334.34/1329.17	c cleaning 10005 clauses out of 20041 with flag 3315000/3315000
1337.55/1332.34	c cleaning 9967 clauses out of 20037 with flag 3325001/3325001
1341.26/1336.01	c cleaning 10013 clauses out of 20070 with flag 3335001/3335001
1344.46/1339.26	c cleaning 9990 clauses out of 20056 with flag 3345000/3345000
1347.67/1342.44	c cleaning 10003 clauses out of 20067 with flag 3355001/3355001
1350.68/1345.44	c cleaning 9988 clauses out of 20065 with flag 3365002/3365002
1353.99/1348.78	c cleaning 9946 clauses out of 20075 with flag 3375000/3375000
1358.70/1353.44	c cleaning 9994 clauses out of 20131 with flag 3385002/3385002
1362.81/1357.58	c cleaning 10004 clauses out of 20138 with flag 3395003/3395003
1367.02/1361.78	c cleaning 10060 clauses out of 20131 with flag 3405000/3405000
1371.63/1366.37	c cleaning 10027 clauses out of 20076 with flag 3415005/3415005
1375.06/1369.76	c cleaning 9982 clauses out of 20044 with flag 3425000/3425000
1377.96/1372.68	c cleaning 9958 clauses out of 20062 with flag 3435000/3435000
1380.87/1375.59	c cleaning 9978 clauses out of 20105 with flag 3445001/3445001
1384.68/1379.31	c cleaning 9992 clauses out of 20126 with flag 3455000/3455000
1388.18/1382.82	c cleaning 10016 clauses out of 20136 with flag 3465002/3465002
1392.30/1386.91	c cleaning 9980 clauses out of 20118 with flag 3475000/3475000
1397.20/1391.86	c cleaning 9997 clauses out of 20140 with flag 3485002/3485002
1402.01/1396.66	c cleaning 9994 clauses out of 20143 with flag 3495002/3495002
1406.62/1401.29	c cleaning 10008 clauses out of 20148 with flag 3505001/3505001
1411.92/1406.54	c cleaning 10002 clauses out of 20143 with flag 3515004/3515004
1418.73/1413.36	c cleaning 10003 clauses out of 20137 with flag 3525000/3525000
1423.54/1418.14	c cleaning 10003 clauses out of 20134 with flag 3535000/3535000
1427.76/1422.35	c cleaning 9993 clauses out of 20131 with flag 3545000/3545000
1432.56/1427.15	c cleaning 9986 clauses out of 20138 with flag 3555000/3555000
1436.76/1431.39	c cleaning 10002 clauses out of 20153 with flag 3565001/3565001
1442.17/1436.77	c cleaning 10001 clauses out of 20151 with flag 3575001/3575001
1446.87/1441.44	c cleaning 10009 clauses out of 20150 with flag 3585001/3585001
1451.99/1446.51	c cleaning 10001 clauses out of 20141 with flag 3595001/3595001
1456.88/1451.47	c cleaning 10005 clauses out of 20141 with flag 3605002/3605002
1462.19/1456.73	c cleaning 10005 clauses out of 20135 with flag 3615001/3615001
1467.81/1462.30	c cleaning 9994 clauses out of 20129 with flag 3625000/3625000
1474.11/1468.60	c cleaning 10002 clauses out of 20135 with flag 3635000/3635000
1478.91/1473.47	c cleaning 9999 clauses out of 20136 with flag 3645003/3645003
1482.92/1477.46	c cleaning 10026 clauses out of 20135 with flag 3655001/3655001
1487.53/1482.07	c cleaning 10021 clauses out of 20110 with flag 3665002/3665002
1491.74/1486.24	c cleaning 10012 clauses out of 20088 with flag 3675001/3675001
1495.16/1489.61	c cleaning 9999 clauses out of 20076 with flag 3685001/3685001
1499.07/1493.58	c cleaning 9993 clauses out of 20077 with flag 3695001/3695001
1502.69/1497.16	c cleaning 9998 clauses out of 20083 with flag 3705000/3705000
1507.10/1501.52	c cleaning 10013 clauses out of 20085 with flag 3715000/3715000
1511.21/1505.66	c cleaning 9998 clauses out of 20074 with flag 3725002/3725002
1515.02/1509.43	c cleaning 9993 clauses out of 20075 with flag 3735001/3735001
1518.43/1512.85	c cleaning 10009 clauses out of 20081 with flag 3745000/3745000
1522.13/1516.55	c cleaning 9999 clauses out of 20074 with flag 3755002/3755002
1525.94/1520.38	c cleaning 10001 clauses out of 20073 with flag 3765000/3765000
1529.66/1524.08	c cleaning 9996 clauses out of 20072 with flag 3775000/3775000
1533.67/1528.09	c cleaning 9992 clauses out of 20076 with flag 3785000/3785000
1537.38/1531.75	c cleaning 10014 clauses out of 20088 with flag 3795004/3795004
1541.48/1535.85	c cleaning 9986 clauses out of 20070 with flag 3805000/3805000
1545.49/1539.80	c cleaning 10014 clauses out of 20086 with flag 3815002/3815002
1549.31/1543.69	c cleaning 9996 clauses out of 20070 with flag 3825000/3825000
1554.12/1548.42	c cleaning 9993 clauses out of 20074 with flag 3835000/3835000
1558.53/1552.86	c cleaning 10006 clauses out of 20081 with flag 3845000/3845000
1562.65/1556.95	c cleaning 10001 clauses out of 20075 with flag 3855000/3855000
1567.06/1561.34	c cleaning 10000 clauses out of 20075 with flag 3865001/3865001
1571.57/1565.81	c cleaning 10002 clauses out of 20075 with flag 3875001/3875001
1575.77/1570.08	c cleaning 10002 clauses out of 20073 with flag 3885001/3885001
1580.08/1574.38	c cleaning 9997 clauses out of 20070 with flag 3895000/3895000
1584.68/1578.93	c cleaning 10005 clauses out of 20075 with flag 3905002/3905002
1588.90/1583.13	c cleaning 9999 clauses out of 20072 with flag 3915004/3915004
1593.00/1587.22	c cleaning 9999 clauses out of 20069 with flag 3925000/3925000
1597.20/1591.40	c cleaning 10003 clauses out of 20072 with flag 3935002/3935002
1601.13/1595.38	c cleaning 9997 clauses out of 20068 with flag 3945001/3945001
1605.53/1599.73	c cleaning 9998 clauses out of 20070 with flag 3955000/3955000
1609.34/1603.52	c cleaning 10000 clauses out of 20072 with flag 3965000/3965000
1613.26/1607.41	c cleaning 9991 clauses out of 20074 with flag 3975002/3975002
1617.87/1612.02	c cleaning 10012 clauses out of 20081 with flag 3985000/3985000
1621.70/1615.82	c cleaning 10016 clauses out of 20070 with flag 3995001/3995001
1625.91/1620.04	c cleaning 10008 clauses out of 20054 with flag 4005001/4005001
1629.73/1623.83	c cleaning 10001 clauses out of 20045 with flag 4015000/4015000
1633.24/1627.33	c cleaning 10002 clauses out of 20044 with flag 4025000/4025000
1636.96/1631.01	c cleaning 10000 clauses out of 20043 with flag 4035001/4035001
1641.16/1635.22	c cleaning 9999 clauses out of 20044 with flag 4045002/4045002
1645.67/1639.79	c cleaning 10003 clauses out of 20044 with flag 4055001/4055001
1650.50/1644.57	c cleaning 10003 clauses out of 20044 with flag 4065004/4065004
1655.91/1649.91	c cleaning 9999 clauses out of 20041 with flag 4075004/4075004
1661.23/1655.21	c cleaning 10001 clauses out of 20039 with flag 4085001/4085001
1666.14/1660.11	c cleaning 10001 clauses out of 20038 with flag 4095001/4095001
1670.17/1664.16	c cleaning 9992 clauses out of 20036 with flag 4105000/4105000
1674.78/1668.75	c cleaning 10001 clauses out of 20044 with flag 4115000/4115000
1679.50/1673.41	c cleaning 9999 clauses out of 20044 with flag 4125001/4125001
1685.92/1679.89	c cleaning 10001 clauses out of 20044 with flag 4135000/4135000
1690.73/1684.61	c cleaning 10004 clauses out of 20044 with flag 4145001/4145001
1695.63/1689.53	c cleaning 9999 clauses out of 20039 with flag 4155000/4155000
1700.14/1694.03	c cleaning 9997 clauses out of 20041 with flag 4165001/4165001
1704.55/1698.45	c cleaning 10004 clauses out of 20046 with flag 4175003/4175003
1708.44/1702.31	c cleaning 9998 clauses out of 20040 with flag 4185001/4185001
1712.85/1706.75	c cleaning 10003 clauses out of 20041 with flag 4195000/4195000
1716.97/1710.89	c cleaning 10000 clauses out of 20038 with flag 4205000/4205000
1720.67/1714.58	c cleaning 9999 clauses out of 20038 with flag 4215000/4215000
1724.78/1718.67	c cleaning 10001 clauses out of 20040 with flag 4225001/4225001
1729.40/1723.28	c cleaning 10001 clauses out of 20040 with flag 4235002/4235002
1734.11/1727.92	c cleaning 10001 clauses out of 20043 with flag 4245006/4245006
1738.23/1732.01	c cleaning 10002 clauses out of 20039 with flag 4255003/4255003
1742.43/1736.22	c cleaning 9998 clauses out of 20034 with flag 4265000/4265000
1747.34/1741.19	c cleaning 9999 clauses out of 20037 with flag 4275001/4275001
1751.76/1745.52	c cleaning 9991 clauses out of 20040 with flag 4285003/4285003
1756.48/1750.24	c cleaning 10007 clauses out of 20050 with flag 4295004/4295004
1761.30/1755.09	c cleaning 9989 clauses out of 20039 with flag 4305000/4305000
1766.50/1760.29	c cleaning 10001 clauses out of 20050 with flag 4315000/4315000
1771.73/1765.43	c cleaning 10007 clauses out of 20050 with flag 4325001/4325001
1776.84/1770.55	c cleaning 10002 clauses out of 20045 with flag 4335003/4335003
1781.65/1775.35	c cleaning 10001 clauses out of 20042 with flag 4345002/4345002
1786.35/1780.00	c cleaning 9996 clauses out of 20039 with flag 4355000/4355000
1791.76/1785.47	c cleaning 10001 clauses out of 20045 with flag 4365002/4365002
1796.97/1790.66	c cleaning 10002 clauses out of 20044 with flag 4375002/4375002
1800.07/1793.73	c starts		: 263
1800.07/1793.73	c conflicts		: 4382692
1800.07/1793.73	c decisions		: 6479455
1800.07/1793.73	c propagations		: 113213497
1800.07/1793.73	c inspects		: 6160222526
1800.07/1793.73	c learnt literals	: 0
1800.07/1793.73	c learnt binary clauses	: 0
1800.07/1793.73	c learnt ternary clauses	: 0
1800.07/1793.73	c learnt clauses	: 4382692
1800.07/1793.73	c ignored clauses	: 0
1800.07/1793.73	c root simplifications	: 0
1800.07/1793.73	c removed literals (reason simplification)	: 28149656
1800.07/1793.73	c reason swapping (by a shorter reason)	: 0
1800.07/1793.73	c Calls to reduceDB	: 439
1800.07/1793.73	c number of reductions to clauses (during analyze)	: 0
1800.07/1793.73	c number of learned constraints concerned by reduction	: 0
1800.07/1793.73	c number of learning phase by resolution	: 0
1800.07/1793.73	c number of learning phase by cutting planes	: 0
1800.07/1793.73	c speed (assignments/second)	: 63291.54633204418
1800.07/1793.73	c non guided choices	125212
1800.07/1793.74	c learnt constraints type 
1800.07/1793.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17754
1800.07/1793.74	c constraints type 
1800.07/1793.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62
1800.07/1793.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 61
1800.07/1793.74	s SATISFIABLE
1800.07/1793.75	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 x1590 x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 
1800.07/1793.75	c objective function=5
1800.07/1793.75	c Total wall clock time (in seconds): 1793.652

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698512-1278326854/watcher-2698512-1278326854 -o /tmp/evaluation-result-2698512-1278326854/solver-2698512-1278326854 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698512-1278326854.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 1.91 3/196 4925
/proc/meminfo: memFree=32261988/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=248 CPUtime=0
/proc/4925/stat : 4925 (java) R 4923 4925 3804 0 -1 4194304 281 0 0 0 0 0 0 0 20 0 1 0 898829 253952 28 4089446400 134512640 134550932 4291501376 18446744073709551615 4178398 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4925/statm: 62 28 21 10 0 23 0

[startup+0.0216369 s]
/proc/loadavg: 2.00 2.02 1.91 3/196 4925
/proc/meminfo: memFree=32261988/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1523456 CPUtime=0
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 3402 0 1 0 0 0 0 0 20 0 10 0 898829 1560018944 2846 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 380864 2846 945 10 0 378174 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1523456

[startup+0.100623 s]
/proc/loadavg: 2.00 2.02 1.91 3/196 4925
/proc/meminfo: memFree=32261988/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1529548 CPUtime=0.11
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 5196 0 1 0 10 1 0 0 20 0 18 0 898829 1566257152 4629 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 382387 4629 1345 10 0 379690 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529548

[startup+0.30059 s]
/proc/loadavg: 2.00 2.02 1.91 3/196 4925
/proc/meminfo: memFree=32261988/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1532184 CPUtime=0.58
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 6988 0 1 0 56 2 0 0 20 0 19 0 898829 1568956416 6194 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 383046 6194 1418 10 0 380349 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1532184

[startup+0.700582 s]
/proc/loadavg: 2.00 2.02 1.91 3/196 4925
/proc/meminfo: memFree=32261988/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1532552 CPUtime=1.24
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 8720 0 1 0 121 3 0 0 20 0 19 0 898829 1569333248 7822 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 383138 7822 1427 10 0 380441 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1532552

[startup+1.50139 s]
/proc/loadavg: 2.08 2.04 1.91 3/215 4944
/proc/meminfo: memFree=32233276/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1532552 CPUtime=2.12
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 11276 0 1 0 209 3 0 0 20 0 19 0 898829 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 383138 10312 1441 10 0 380441 0
[pid=4925/tid=4927] ppid=4923 vsize=1532552 CPUtime=1.46
/proc/4925/task/4927/stat : 4927 (java) R 4923 4925 3804 0 -1 4202560 6924 0 1 0 145 1 0 0 25 0 19 0 898830 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4109266155 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4925/tid=4928] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4928/stat : 4928 (java) S 4923 4925 3804 0 -1 4202560 153 0 0 0 0 0 0 0 18 0 19 0 898830 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4929] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4929/stat : 4929 (java) S 4923 4925 3804 0 -1 4202560 324 0 0 0 0 0 0 0 18 0 19 0 898830 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4930] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4930/stat : 4930 (java) S 4923 4925 3804 0 -1 4202560 241 0 0 0 0 0 0 0 18 0 19 0 898830 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4931] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4931/stat : 4931 (java) S 4923 4925 3804 0 -1 4202560 23 0 0 0 0 0 0 0 18 0 19 0 898830 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4932] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4932/stat : 4932 (java) S 4923 4925 3804 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 898830 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4933] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4933/stat : 4933 (java) S 4923 4925 3804 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 898830 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4934] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4934/stat : 4934 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 898830 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4935] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4935/stat : 4935 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 898830 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4936] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4936/stat : 4936 (java) S 4923 4925 3804 0 -1 4202560 724 0 0 0 0 0 0 0 17 0 19 0 898831 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4937] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4937/stat : 4937 (java) S 4923 4925 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 898831 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4938] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4938/stat : 4938 (java) S 4923 4925 3804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 898831 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4939] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4939/stat : 4939 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4940] ppid=4923 vsize=1532552 CPUtime=0.31
/proc/4925/task/4940/stat : 4940 (java) S 4923 4925 3804 0 -1 4202560 670 0 0 0 31 0 0 0 20 0 19 0 898834 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4941] ppid=4923 vsize=1532552 CPUtime=0.3
/proc/4925/task/4941/stat : 4941 (java) S 4923 4925 3804 0 -1 4202560 1148 0 0 0 30 0 0 0 18 0 19 0 898834 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4942] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4942/stat : 4942 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4943] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4943/stat : 4943 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 898834 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 0 0 0 0
[pid=4925/tid=4944] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4944/stat : 4944 (java) S 4923 4925 3804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 898850 1569333248 10312 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1532552

[startup+3.10112 s]
/proc/loadavg: 2.08 2.04 1.91 3/215 4944
/proc/meminfo: memFree=32226704/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1532552 CPUtime=3.76
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 13402 0 1 0 373 3 0 0 20 0 19 0 898829 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 383138 12433 1441 10 0 380441 0
[pid=4925/tid=4927] ppid=4923 vsize=1532552 CPUtime=3.06
/proc/4925/task/4927/stat : 4927 (java) R 4923 4925 3804 0 -1 4202560 6927 0 1 0 304 2 0 0 25 0 19 0 898830 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4109739672 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4925/tid=4928] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4928/stat : 4928 (java) S 4923 4925 3804 0 -1 4202560 246 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4929] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4929/stat : 4929 (java) S 4923 4925 3804 0 -1 4202560 327 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4930] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4930/stat : 4930 (java) S 4923 4925 3804 0 -1 4202560 245 0 0 0 0 0 0 0 18 0 19 0 898830 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4931] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4931/stat : 4931 (java) S 4923 4925 3804 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4932] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4932/stat : 4932 (java) S 4923 4925 3804 0 -1 4202560 704 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4933] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4933/stat : 4933 (java) S 4923 4925 3804 0 -1 4202560 761 0 0 0 0 0 0 0 16 0 19 0 898830 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4934] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4934/stat : 4934 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4935] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4935/stat : 4935 (java) S 4923 4925 3804 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4936] ppid=4923 vsize=1532552 CPUtime=0.01
/proc/4925/task/4936/stat : 4936 (java) S 4923 4925 3804 0 -1 4202560 1242 0 0 0 1 0 0 0 15 0 19 0 898831 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4937] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4937/stat : 4937 (java) S 4923 4925 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 898831 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4938] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4938/stat : 4938 (java) S 4923 4925 3804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 898831 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4939] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4939/stat : 4939 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4940] ppid=4923 vsize=1532552 CPUtime=0.33
/proc/4925/task/4940/stat : 4940 (java) S 4923 4925 3804 0 -1 4202560 673 0 0 0 33 0 0 0 18 0 19 0 898834 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4941] ppid=4923 vsize=1532552 CPUtime=0.32
/proc/4925/task/4941/stat : 4941 (java) S 4923 4925 3804 0 -1 4202560 1152 0 0 0 32 0 0 0 15 0 19 0 898834 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4942] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4942/stat : 4942 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4943] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4943/stat : 4943 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 898834 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 0 0 0 0
[pid=4925/tid=4944] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4944/stat : 4944 (java) S 4923 4925 3804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 898850 1569333248 12433 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 1532552

[startup+6.30058 s]
/proc/loadavg: 2.07 2.04 1.91 3/215 4945
/proc/meminfo: memFree=32213032/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1532552 CPUtime=6.99
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 15430 0 1 0 695 4 0 0 20 0 19 0 898829 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 383138 14448 1441 10 0 380441 0
[pid=4925/tid=4927] ppid=4923 vsize=1532552 CPUtime=6.22
/proc/4925/task/4927/stat : 4927 (java) R 4923 4925 3804 0 -1 4202560 6930 0 1 0 620 2 0 0 25 0 19 0 898830 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4109644440 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4925/tid=4928] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4928/stat : 4928 (java) S 4923 4925 3804 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4929] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4929/stat : 4929 (java) S 4923 4925 3804 0 -1 4202560 613 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4930] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4930/stat : 4930 (java) S 4923 4925 3804 0 -1 4202560 744 0 0 0 0 0 0 0 16 0 19 0 898830 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 5 0 0 0
[pid=4925/tid=4931] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4931/stat : 4931 (java) S 4923 4925 3804 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4932] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4932/stat : 4932 (java) S 4923 4925 3804 0 -1 4202560 898 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4933] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4933/stat : 4933 (java) S 4923 4925 3804 0 -1 4202560 1001 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4934] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4934/stat : 4934 (java) S 4923 4925 3804 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 5 0 0 0
[pid=4925/tid=4935] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4935/stat : 4935 (java) S 4923 4925 3804 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 898830 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4936] ppid=4923 vsize=1532552 CPUtime=0.04
/proc/4925/task/4936/stat : 4936 (java) S 4923 4925 3804 0 -1 4202560 1846 0 0 0 4 0 0 0 16 0 19 0 898831 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4937] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4937/stat : 4937 (java) S 4923 4925 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 898831 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4938] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4938/stat : 4938 (java) S 4923 4925 3804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 898831 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4939] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4939/stat : 4939 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4940] ppid=4923 vsize=1532552 CPUtime=0.33
/proc/4925/task/4940/stat : 4940 (java) S 4923 4925 3804 0 -1 4202560 673 0 0 0 33 0 0 0 17 0 19 0 898834 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4941] ppid=4923 vsize=1532552 CPUtime=0.34
/proc/4925/task/4941/stat : 4941 (java) S 4923 4925 3804 0 -1 4202560 1157 0 0 0 34 0 0 0 15 0 19 0 898834 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4942] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4942/stat : 4942 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4943] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4943/stat : 4943 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 898834 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4944] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4944/stat : 4944 (java) S 4923 4925 3804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 898850 1569333248 14448 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 1532552

[startup+12.7005 s]
/proc/loadavg: 2.07 2.03 1.91 3/215 4945
/proc/meminfo: memFree=32197992/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1532552 CPUtime=13.4
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 18566 0 1 0 1336 4 0 0 20 0 19 0 898829 1569333248 17576 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 383138 17576 1441 10 0 380441 0
[pid=4925/tid=4927] ppid=4923 vsize=1532552 CPUtime=12.58
/proc/4925/task/4927/stat : 4927 (java) R 4923 4925 3804 0 -1 4202560 7399 0 1 0 1256 2 0 0 25 0 19 0 898830 1569333248 17576 4089446400 134512640 134550932 4291501376 18446744073709551615 4109674753 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4925/tid=4928] ppid=4923 vsize=1532552 CPUtime=0
/proc/4925/task/4928/stat : 4928 (java) S 4923 4925 3804 0 -1 4202560 555 0 0 0 0 0 0 0 16 0 19 0 898830 1569333248 17576 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0

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

[pid=4925/tid=4933] ppid=4923 vsize=1534600 CPUtime=0.87
/proc/4925/task/4933/stat : 4933 (java) S 4923 4925 3804 0 -1 4202560 1962 0 0 0 82 5 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 6 0 0 0
[pid=4925/tid=4934] ppid=4923 vsize=1534600 CPUtime=0.93
/proc/4925/task/4934/stat : 4934 (java) S 4923 4925 3804 0 -1 4202560 1104 0 0 0 87 6 0 0 16 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4935] ppid=4923 vsize=1534600 CPUtime=0.95
/proc/4925/task/4935/stat : 4935 (java) S 4923 4925 3804 0 -1 4202560 1103 0 0 0 89 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 0 0 0 0
[pid=4925/tid=4936] ppid=4923 vsize=1534600 CPUtime=13.01
/proc/4925/task/4936/stat : 4936 (java) S 4923 4925 3804 0 -1 4202560 11858 0 0 0 1294 7 0 0 15 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4937] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4937/stat : 4937 (java) S 4923 4925 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4938] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4938/stat : 4938 (java) S 4923 4925 3804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4939] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4939/stat : 4939 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4940] ppid=4923 vsize=1534600 CPUtime=0.36
/proc/4925/task/4940/stat : 4940 (java) S 4923 4925 3804 0 -1 4202560 687 0 0 0 36 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4941] ppid=4923 vsize=1534600 CPUtime=0.34
/proc/4925/task/4941/stat : 4941 (java) S 4923 4925 3804 0 -1 4202560 1157 0 0 0 34 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4942] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4942/stat : 4942 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4943] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4943/stat : 4943 (java) S 4923 4925 3804 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 4 0 0 0
[pid=4925/tid=4944] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4944/stat : 4944 (java) S 4923 4925 3804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 898850 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1728.5
Current children cumulated vsize (KiB) 1534600

[startup+1782.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/215 5049
/proc/meminfo: memFree=32180724/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1534600 CPUtime=1788.66
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 39532 0 1 0 178803 63 0 0 20 0 19 0 898829 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 383650 36689 1441 10 0 380953 0
[pid=4925/tid=4927] ppid=4923 vsize=1534600 CPUtime=1767.13
/proc/4925/task/4927/stat : 4927 (java) R 4923 4925 3804 0 -1 4202560 11741 0 1 0 176710 3 0 0 25 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4109769748 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4925/tid=4928] ppid=4923 vsize=1534600 CPUtime=0.94
/proc/4925/task/4928/stat : 4928 (java) S 4923 4925 3804 0 -1 4202560 1479 0 0 0 87 7 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 5 0 0 0
[pid=4925/tid=4929] ppid=4923 vsize=1534600 CPUtime=0.88
/proc/4925/task/4929/stat : 4929 (java) S 4923 4925 3804 0 -1 4202560 1865 0 0 0 82 6 0 0 16 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4930] ppid=4923 vsize=1534600 CPUtime=0.89
/proc/4925/task/4930/stat : 4930 (java) S 4923 4925 3804 0 -1 4202560 1925 0 0 0 84 5 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 5 0 0 0
[pid=4925/tid=4931] ppid=4923 vsize=1534600 CPUtime=0.85
/proc/4925/task/4931/stat : 4931 (java) S 4923 4925 3804 0 -1 4202560 1434 0 0 0 78 7 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 6 0 0 0
[pid=4925/tid=4932] ppid=4923 vsize=1534600 CPUtime=0.87
/proc/4925/task/4932/stat : 4932 (java) S 4923 4925 3804 0 -1 4202560 2044 0 0 0 81 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4933] ppid=4923 vsize=1534600 CPUtime=0.89
/proc/4925/task/4933/stat : 4933 (java) S 4923 4925 3804 0 -1 4202560 1962 0 0 0 84 5 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 6 0 0 0
[pid=4925/tid=4934] ppid=4923 vsize=1534600 CPUtime=0.95
/proc/4925/task/4934/stat : 4934 (java) S 4923 4925 3804 0 -1 4202560 1104 0 0 0 89 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4935] ppid=4923 vsize=1534600 CPUtime=0.98
/proc/4925/task/4935/stat : 4935 (java) S 4923 4925 3804 0 -1 4202560 1103 0 0 0 92 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 0 0 0 0
[pid=4925/tid=4936] ppid=4923 vsize=1534600 CPUtime=13.47
/proc/4925/task/4936/stat : 4936 (java) S 4923 4925 3804 0 -1 4202560 11862 0 0 0 1340 7 0 0 15 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4937] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4937/stat : 4937 (java) S 4923 4925 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4938] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4938/stat : 4938 (java) S 4923 4925 3804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4939] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4939/stat : 4939 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4940] ppid=4923 vsize=1534600 CPUtime=0.36
/proc/4925/task/4940/stat : 4940 (java) S 4923 4925 3804 0 -1 4202560 687 0 0 0 36 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4941] ppid=4923 vsize=1534600 CPUtime=0.34
/proc/4925/task/4941/stat : 4941 (java) S 4923 4925 3804 0 -1 4202560 1157 0 0 0 34 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4942] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4942/stat : 4942 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4943] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4943/stat : 4943 (java) S 4923 4925 3804 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 4 0 0 0
[pid=4925/tid=4944] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4944/stat : 4944 (java) S 4923 4925 3804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 898850 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1788.66
Current children cumulated vsize (KiB) 1534600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 2.02 2.00 1.93 3/215 5049
/proc/meminfo: memFree=32180728/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1534600 CPUtime=1800.07
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 39534 0 1 0 179944 63 0 0 20 0 19 0 898829 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 383650 36689 1441 10 0 380953 0
[pid=4925/tid=4927] ppid=4923 vsize=1534600 CPUtime=1778.46
/proc/4925/task/4927/stat : 4927 (java) R 4923 4925 3804 0 -1 4202560 11743 0 1 0 177843 3 0 0 25 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4109709041 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4925/tid=4928] ppid=4923 vsize=1534600 CPUtime=0.94
/proc/4925/task/4928/stat : 4928 (java) S 4923 4925 3804 0 -1 4202560 1479 0 0 0 87 7 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4929] ppid=4923 vsize=1534600 CPUtime=0.89
/proc/4925/task/4929/stat : 4929 (java) S 4923 4925 3804 0 -1 4202560 1865 0 0 0 83 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4930] ppid=4923 vsize=1534600 CPUtime=0.89
/proc/4925/task/4930/stat : 4930 (java) S 4923 4925 3804 0 -1 4202560 1925 0 0 0 84 5 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 5 0 0 0
[pid=4925/tid=4931] ppid=4923 vsize=1534600 CPUtime=0.85
/proc/4925/task/4931/stat : 4931 (java) S 4923 4925 3804 0 -1 4202560 1434 0 0 0 78 7 0 0 16 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 6 0 0 0
[pid=4925/tid=4932] ppid=4923 vsize=1534600 CPUtime=0.87
/proc/4925/task/4932/stat : 4932 (java) S 4923 4925 3804 0 -1 4202560 2044 0 0 0 81 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4933] ppid=4923 vsize=1534600 CPUtime=0.89
/proc/4925/task/4933/stat : 4933 (java) S 4923 4925 3804 0 -1 4202560 1962 0 0 0 84 5 0 0 16 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4934] ppid=4923 vsize=1534600 CPUtime=0.95
/proc/4925/task/4934/stat : 4934 (java) S 4923 4925 3804 0 -1 4202560 1104 0 0 0 89 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 6 0 0 0
[pid=4925/tid=4935] ppid=4923 vsize=1534600 CPUtime=0.98
/proc/4925/task/4935/stat : 4935 (java) S 4923 4925 3804 0 -1 4202560 1103 0 0 0 92 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 0 0 0 0
[pid=4925/tid=4936] ppid=4923 vsize=1534600 CPUtime=13.54
/proc/4925/task/4936/stat : 4936 (java) S 4923 4925 3804 0 -1 4202560 11862 0 0 0 1347 7 0 0 15 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4937] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4937/stat : 4937 (java) S 4923 4925 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4938] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4938/stat : 4938 (java) S 4923 4925 3804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4939] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4939/stat : 4939 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4940] ppid=4923 vsize=1534600 CPUtime=0.36
/proc/4925/task/4940/stat : 4940 (java) S 4923 4925 3804 0 -1 4202560 687 0 0 0 36 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4941] ppid=4923 vsize=1534600 CPUtime=0.34
/proc/4925/task/4941/stat : 4941 (java) S 4923 4925 3804 0 -1 4202560 1157 0 0 0 34 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4942] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4942/stat : 4942 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4943] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4943/stat : 4943 (java) S 4923 4925 3804 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 4 0 0 0
[pid=4925/tid=4944] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4944/stat : 4944 (java) S 4923 4925 3804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 898850 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1534600

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

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

[startup+1793.7 s]
/proc/loadavg: 2.02 2.00 1.93 3/215 5049
/proc/meminfo: memFree=32180728/32950928 swapFree=67111528/67111528
[pid=4925] ppid=4923 vsize=1534600 CPUtime=1800.07
/proc/4925/stat : 4925 (java) S 4923 4925 3804 0 -1 4202496 39534 0 1 0 179944 63 0 0 20 0 19 0 898829 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4925/statm: 383650 36689 1441 10 0 380953 0
[pid=4925/tid=4927] ppid=4923 vsize=1534600 CPUtime=1778.46
/proc/4925/task/4927/stat : 4927 (java) R 4923 4925 3804 0 -1 4202560 11743 0 1 0 177843 3 0 0 25 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4109709041 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4925/tid=4928] ppid=4923 vsize=1534600 CPUtime=0.94
/proc/4925/task/4928/stat : 4928 (java) S 4923 4925 3804 0 -1 4202560 1479 0 0 0 87 7 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4929] ppid=4923 vsize=1534600 CPUtime=0.89
/proc/4925/task/4929/stat : 4929 (java) S 4923 4925 3804 0 -1 4202560 1865 0 0 0 83 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4930] ppid=4923 vsize=1534600 CPUtime=0.89
/proc/4925/task/4930/stat : 4930 (java) S 4923 4925 3804 0 -1 4202560 1925 0 0 0 84 5 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 5 0 0 0
[pid=4925/tid=4931] ppid=4923 vsize=1534600 CPUtime=0.85
/proc/4925/task/4931/stat : 4931 (java) S 4923 4925 3804 0 -1 4202560 1434 0 0 0 78 7 0 0 16 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 6 0 0 0
[pid=4925/tid=4932] ppid=4923 vsize=1534600 CPUtime=0.87
/proc/4925/task/4932/stat : 4932 (java) S 4923 4925 3804 0 -1 4202560 2044 0 0 0 81 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 3 0 0 0
[pid=4925/tid=4933] ppid=4923 vsize=1534600 CPUtime=0.89
/proc/4925/task/4933/stat : 4933 (java) S 4923 4925 3804 0 -1 4202560 1962 0 0 0 84 5 0 0 16 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4934] ppid=4923 vsize=1534600 CPUtime=0.95
/proc/4925/task/4934/stat : 4934 (java) S 4923 4925 3804 0 -1 4202560 1104 0 0 0 89 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 6 0 0 0
[pid=4925/tid=4935] ppid=4923 vsize=1534600 CPUtime=0.98
/proc/4925/task/4935/stat : 4935 (java) S 4923 4925 3804 0 -1 4202560 1103 0 0 0 92 6 0 0 15 0 19 0 898830 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 0 0 0 0
[pid=4925/tid=4936] ppid=4923 vsize=1534600 CPUtime=13.54
/proc/4925/task/4936/stat : 4936 (java) S 4923 4925 3804 0 -1 4202560 11862 0 0 0 1347 7 0 0 15 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 0 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4937] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4937/stat : 4937 (java) S 4923 4925 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4938] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4938/stat : 4938 (java) S 4923 4925 3804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 898831 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4939] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4939/stat : 4939 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 1 0 0 0
[pid=4925/tid=4940] ppid=4923 vsize=1534600 CPUtime=0.36
/proc/4925/task/4940/stat : 4940 (java) S 4923 4925 3804 0 -1 4202560 687 0 0 0 36 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4941] ppid=4923 vsize=1534600 CPUtime=0.34
/proc/4925/task/4941/stat : 4941 (java) S 4923 4925 3804 0 -1 4202560 1157 0 0 0 34 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
[pid=4925/tid=4942] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4942/stat : 4942 (java) S 4923 4925 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 2 0 0 0
[pid=4925/tid=4943] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4943/stat : 4943 (java) S 4923 4925 3804 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 898834 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 4 0 0 0
[pid=4925/tid=4944] ppid=4923 vsize=1534600 CPUtime=0
/proc/4925/task/4944/stat : 4944 (java) S 4923 4925 3804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 898850 1571430400 36689 4089446400 134512640 134550932 4291501376 18446744073709551615 4294960144 0 4 0 16800975 18446604471149560768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1534600

Child status: 143
Real time (s): 1793.79
CPU time (s): 1800.22
CPU user time (s): 1799.58
CPU system time (s): 0.642902
CPU usage (%): 100.358
Max. virtual memory (cumulated for all children) (KiB): 1534600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.642902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39557
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= 49392
involuntary context switches= 213111

runsolver used 3.17352 second user time and 6.64199 second system time

The end

Launcher Data

Begin job on node126 at 2010-07-05 12:47:34
IDJOB=2698512
IDBENCH=79160
IDSOLVER=1211
FILE ID=node126/2698512-1278326854
PBS_JOBID= 11207445
Free space on /tmp= 74200 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698512-1278326854/watcher-2698512-1278326854 -o /tmp/evaluation-result-2698512-1278326854/solver-2698512-1278326854 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698512-1278326854.wbo

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

MD5SUM BENCH= 67b20cf3e4322ffbf404f0fb862124f3
RANDOM SEED=2118498347

node126.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32262392 kB
Buffers:         25008 kB
Cached:         314092 kB
SwapCached:          0 kB
Active:         331096 kB
Inactive:       256568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32262392 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             464 kB
Writeback:           0 kB
AnonPages:      249100 kB
Mapped:          20352 kB
Slab:            36228 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1650196 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node126 at 2010-07-05 13:17:30