Trace number 3454418

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)207 1800.62 971.637

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
MD5SUM10cfce36a090e62566639770833f1068
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark207
Best CPU time to get the best result obtained on this benchmark59.8859
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 207
Optimality of the best value was proved YES
Number of variables498
Total number of constraints2431
Number of constraints which are clauses2431
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 498
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 498
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 498
Number of bits of the biggest sum of numbers9
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
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		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454418-1307189170.opb
0.11/0.11	c reading problem ... 
0.37/0.30	c ... done. Wall clock time 0.197s.
0.37/0.30	c #vars     498
0.37/0.30	c #constraints  2431
0.37/0.30	c constraints type 
0.37/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 262
0.37/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2169
0.37/0.30	c constraints type 
0.37/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2169
0.37/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 262
0.61/0.33	c  And the winner is Resolution
0.65/0.81	c SATISFIABLE
0.65/0.81	c OPTIMIZING...
0.65/0.81	c Got one! Elapsed wall clock time (in seconds):0.704
0.65/0.81	o 237
0.65/0.84	c  And the winner is CuttingPlanes
0.83/1.32	c Got one! Elapsed wall clock time (in seconds):1.213
0.83/1.32	o 231
0.83/1.35	c  And the winner is Resolution
0.99/1.83	c Got one! Elapsed wall clock time (in seconds):1.719
0.99/1.83	o 229
0.99/1.85	c  And the winner is Resolution
1.35/2.33	c Got one! Elapsed wall clock time (in seconds):2.223
1.35/2.33	o 217
1.35/2.36	c  And the winner is Resolution
1.43/2.84	c Got one! Elapsed wall clock time (in seconds):2.728
1.43/2.84	o 215
1.67/2.91	c  And the winner is Resolution
1.79/3.34	c Got one! Elapsed wall clock time (in seconds):3.232
1.79/3.34	o 214
3.18/3.94	c cleaning 3114 clauses out of 6227 with flag 5000/6227
4.51/4.51	c cleaning 4557 clauses out of 9113 with flag 11000/12227
5.92/5.23	c cleaning 5771 clauses out of 11556 with flag 18000/19227
7.51/6.07	c cleaning 6887 clauses out of 13785 with flag 26000/27227
9.54/7.08	c cleaning 7946 clauses out of 15900 with flag 35002/36229
11.90/8.22	c cleaning 8976 clauses out of 17952 with flag 45000/46227
13.26/8.92	c  And the winner is Resolution
13.33/9.38	c Got one! Elapsed wall clock time (in seconds):9.277
13.33/9.38	o 211
14.38/9.92	c cleaning 10166 clauses out of 20338 with flag 5001/57589
15.70/10.67	c cleaning 8086 clauses out of 16180 with flag 11009/63597
17.44/11.59	c cleaning 7538 clauses out of 15090 with flag 18005/70593
19.41/12.52	c cleaning 7772 clauses out of 15548 with flag 26001/78589
21.57/13.62	c cleaning 8386 clauses out of 16776 with flag 35001/87589
22.95/14.32	c  And the winner is Resolution
23.02/14.41	c Got one! Elapsed wall clock time (in seconds):14.298
23.02/14.41	o 210
25.20/15.58	c cleaning 9320 clauses out of 18652 with flag 5001/97851
27.72/16.82	c cleaning 7653 clauses out of 15331 with flag 11000/103850
29.75/17.80	c cleaning 7333 clauses out of 14679 with flag 18001/110851
31.52/18.76	c cleaning 7665 clauses out of 15345 with flag 26000/118850
32.62/19.37	c  And the winner is Resolution
32.80/19.43	c Got one! Elapsed wall clock time (in seconds):19.319
32.80/19.43	o 209
34.36/20.27	c cleaning 8841 clauses out of 17684 with flag 5004/128854
35.70/20.96	c cleaning 7415 clauses out of 14839 with flag 11000/134850
37.40/21.82	c cleaning 7202 clauses out of 14424 with flag 18000/141850
39.75/23.02	c cleaning 7604 clauses out of 15223 with flag 26001/149851
42.66/24.55	c cleaning 8305 clauses out of 16619 with flag 35001/158851
48.39/27.50	c cleaning 9154 clauses out of 18314 with flag 45001/168851
52.91/29.78	c cleaning 9581 clauses out of 19161 with flag 55002/178852
54.20/30.43	c  And the winner is Resolution
54.34/30.58	c Got one! Elapsed wall clock time (in seconds):30.467
54.34/30.58	o 208
56.21/31.51	c cleaning 10331 clauses out of 20671 with flag 5002/189943
57.53/32.27	c cleaning 8170 clauses out of 16339 with flag 11001/195942
59.42/33.28	c cleaning 7579 clauses out of 15169 with flag 18001/202942
61.16/34.17	c cleaning 7791 clauses out of 15589 with flag 26000/210941
63.07/35.16	c cleaning 8394 clauses out of 16798 with flag 35000/219941
66.17/36.77	c cleaning 9201 clauses out of 18404 with flag 45000/229941
69.05/38.27	c cleaning 9595 clauses out of 19204 with flag 55001/239942
71.96/39.71	c cleaning 9800 clauses out of 19609 with flag 65001/249942
74.67/41.16	c cleaning 9898 clauses out of 19812 with flag 75004/259945
77.18/42.49	c cleaning 9954 clauses out of 19910 with flag 85000/269941
80.28/44.07	c cleaning 9970 clauses out of 19956 with flag 95000/279941
83.36/45.67	c cleaning 9987 clauses out of 19990 with flag 105004/289945
86.06/47.05	c cleaning 9989 clauses out of 20000 with flag 115001/299942
89.56/48.83	c cleaning 10001 clauses out of 20010 with flag 125000/309941
94.02/51.14	c cleaning 9993 clauses out of 20010 with flag 135001/319942
97.35/52.82	c cleaning 10004 clauses out of 20018 with flag 145002/329943
100.22/54.35	c cleaning 10000 clauses out of 20012 with flag 155000/339941
103.12/55.85	c cleaning 10001 clauses out of 20012 with flag 165000/349941
105.97/57.36	c cleaning 9999 clauses out of 20011 with flag 175000/359941
108.67/58.78	c cleaning 9998 clauses out of 20012 with flag 185000/369941
111.38/60.11	c cleaning 9997 clauses out of 20014 with flag 195000/379941
113.88/61.51	c cleaning 10004 clauses out of 20018 with flag 205001/389942
117.11/63.18	c cleaning 10002 clauses out of 20014 with flag 215001/399942
121.00/65.16	c cleaning 9999 clauses out of 20011 with flag 225000/409941
125.08/67.24	c cleaning 9999 clauses out of 20012 with flag 235000/419941
128.57/69.10	c cleaning 10000 clauses out of 20013 with flag 245000/429941
132.20/70.98	c cleaning 9997 clauses out of 20013 with flag 255000/439941
136.08/72.92	c cleaning 10006 clauses out of 20023 with flag 265007/449948
139.36/74.62	c cleaning 9998 clauses out of 20010 with flag 275000/459941
143.64/76.81	c cleaning 10001 clauses out of 20012 with flag 285000/469941
147.87/79.06	c cleaning 9998 clauses out of 20011 with flag 295000/479941
152.15/81.23	c cleaning 10002 clauses out of 20014 with flag 305001/489942
156.86/83.65	c cleaning 9998 clauses out of 20012 with flag 315001/499942
161.51/86.08	c cleaning 10001 clauses out of 20014 with flag 325001/509942
166.73/88.71	c cleaning 10000 clauses out of 20013 with flag 335001/519942
171.00/90.97	c cleaning 10000 clauses out of 20013 with flag 345001/529942
174.67/92.87	c cleaning 9995 clauses out of 20013 with flag 355001/539942
177.96/94.57	c cleaning 10004 clauses out of 20018 with flag 365001/549942
181.14/96.29	c cleaning 9997 clauses out of 20014 with flag 375001/559942
184.00/97.78	c cleaning 10002 clauses out of 20017 with flag 385001/569942
187.86/99.75	c cleaning 9999 clauses out of 20015 with flag 395001/579942
191.71/101.72	c cleaning 10000 clauses out of 20016 with flag 405001/589942
194.93/103.49	c cleaning 10001 clauses out of 20022 with flag 415007/599948
197.75/104.98	c cleaning 9999 clauses out of 20014 with flag 425000/609941
200.39/106.34	c cleaning 10002 clauses out of 20016 with flag 435001/619942
204.64/108.57	c cleaning 9988 clauses out of 20013 with flag 445000/629941
209.44/111.03	c cleaning 10006 clauses out of 20026 with flag 455001/639942
214.46/113.62	c cleaning 10002 clauses out of 20020 with flag 465001/649942
218.70/115.90	c cleaning 10003 clauses out of 20018 with flag 475001/659942
223.54/118.36	c cleaning 10001 clauses out of 20015 with flag 485001/669942
228.55/120.94	c cleaning 9999 clauses out of 20014 with flag 495001/679942
229.77/121.65	c  And the winner is Resolution
230.13/122.11	c Got one! Elapsed wall clock time (in seconds):122.003
230.13/122.11	o 207
232.34/123.26	c cleaning 10284 clauses out of 20577 with flag 5000/690504
235.35/124.88	c cleaning 8142 clauses out of 16293 with flag 11000/696504
238.98/126.73	c cleaning 7571 clauses out of 15151 with flag 18000/703504
243.15/128.91	c cleaning 7786 clauses out of 15580 with flag 26000/711504
247.79/131.32	c cleaning 8396 clauses out of 16794 with flag 35000/720504
252.62/133.89	c cleaning 9196 clauses out of 18399 with flag 45001/730505
255.66/135.43	c cleaning 9601 clauses out of 19203 with flag 55001/740505
258.81/137.18	c cleaning 9798 clauses out of 19602 with flag 65001/750505
262.06/138.82	c cleaning 9900 clauses out of 19804 with flag 75001/760505
265.30/140.59	c cleaning 9948 clauses out of 19904 with flag 85001/770505
268.74/142.36	c cleaning 9977 clauses out of 19956 with flag 95001/780505
272.15/144.14	c cleaning 9989 clauses out of 19979 with flag 105001/790505
275.75/146.08	c cleaning 9990 clauses out of 19990 with flag 115001/800505
280.98/148.75	c cleaning 9994 clauses out of 20000 with flag 125001/810505
286.21/151.46	c cleaning 9997 clauses out of 20006 with flag 135001/820505
291.37/154.16	c cleaning 10000 clauses out of 20009 with flag 145001/830505
296.00/156.54	c cleaning 9999 clauses out of 20009 with flag 155001/840505
299.45/158.34	c cleaning 9996 clauses out of 20010 with flag 165001/850505
303.45/160.49	c cleaning 10002 clauses out of 20016 with flag 175003/860507
307.40/162.58	c cleaning 9998 clauses out of 20011 with flag 185000/870504
310.82/164.32	c cleaning 10003 clauses out of 20014 with flag 195001/880505
314.27/166.17	c cleaning 9996 clauses out of 20010 with flag 205000/890504
317.06/167.60	c cleaning 10003 clauses out of 20015 with flag 215001/900505
319.41/168.91	c cleaning 9999 clauses out of 20012 with flag 225001/910505
321.82/170.23	c cleaning 10006 clauses out of 20012 with flag 235000/920504
325.25/172.06	c cleaning 9994 clauses out of 20007 with flag 245001/930505
330.07/174.51	c cleaning 9998 clauses out of 20013 with flag 255001/940505
335.21/177.27	c cleaning 10002 clauses out of 20015 with flag 265001/950505
339.42/179.49	c cleaning 9996 clauses out of 20013 with flag 275001/960505
344.04/181.86	c cleaning 10002 clauses out of 20017 with flag 285001/970505
348.25/184.04	c cleaning 9996 clauses out of 20014 with flag 295000/980504
351.37/185.78	c cleaning 9996 clauses out of 20019 with flag 305001/990505
354.98/187.60	c cleaning 10001 clauses out of 20023 with flag 315001/1000505
358.19/189.37	c cleaning 9999 clauses out of 20022 with flag 325001/1010505
361.81/191.24	c cleaning 9998 clauses out of 20023 with flag 335001/1020505
365.14/193.10	c cleaning 10005 clauses out of 20024 with flag 345000/1030504
369.56/195.31	c cleaning 10000 clauses out of 20019 with flag 355000/1040504
373.78/197.54	c cleaning 10001 clauses out of 20020 with flag 365001/1050505
377.99/199.72	c cleaning 10003 clauses out of 20018 with flag 375000/1060504
382.12/201.96	c cleaning 10001 clauses out of 20016 with flag 385001/1070505
386.13/204.06	c cleaning 9998 clauses out of 20014 with flag 395000/1080504
390.13/206.17	c cleaning 10008 clauses out of 20017 with flag 405001/1090505
392.55/207.44	c cleaning 9996 clauses out of 20008 with flag 415000/1100504
395.87/209.25	c cleaning 9997 clauses out of 20012 with flag 425000/1110504
399.28/211.02	c cleaning 10000 clauses out of 20015 with flag 435000/1120504
402.49/212.80	c cleaning 10001 clauses out of 20015 with flag 445000/1130504
405.72/214.51	c cleaning 10001 clauses out of 20014 with flag 455000/1140504
409.22/216.36	c cleaning 9996 clauses out of 20013 with flag 465000/1150504
412.43/218.09	c cleaning 10000 clauses out of 20017 with flag 475000/1160504
415.83/219.90	c cleaning 10000 clauses out of 20017 with flag 485000/1170504
419.43/221.71	c cleaning 10003 clauses out of 20017 with flag 495000/1180504
422.54/223.44	c cleaning 10001 clauses out of 20015 with flag 505001/1190505
424.55/224.59	c cleaning 10005 clauses out of 20016 with flag 515003/1200507
426.95/225.82	c cleaning 9998 clauses out of 20008 with flag 525000/1210504
429.36/227.19	c cleaning 10002 clauses out of 20011 with flag 535001/1220505
433.09/229.12	c cleaning 9998 clauses out of 20008 with flag 545000/1230504
438.29/231.82	c cleaning 9997 clauses out of 20010 with flag 555000/1240504
443.70/234.60	c cleaning 10005 clauses out of 20013 with flag 565000/1250504
448.90/237.32	c cleaning 10000 clauses out of 20008 with flag 575000/1260504
454.03/240.09	c cleaning 9996 clauses out of 20008 with flag 585000/1270504
459.22/242.79	c cleaning 10000 clauses out of 20012 with flag 595000/1280504
464.41/245.45	c cleaning 9999 clauses out of 20012 with flag 605000/1290504
469.82/248.20	c cleaning 10003 clauses out of 20013 with flag 615000/1300504
474.96/250.93	c cleaning 9998 clauses out of 20010 with flag 625000/1310504
479.95/253.59	c cleaning 9999 clauses out of 20012 with flag 635000/1320504
485.17/256.29	c cleaning 10002 clauses out of 20013 with flag 645000/1330504
489.56/258.52	c cleaning 10002 clauses out of 20011 with flag 655000/1340504
492.62/260.27	c cleaning 10000 clauses out of 20009 with flag 665000/1350504
496.21/262.12	c cleaning 9997 clauses out of 20010 with flag 675001/1360505
500.99/264.60	c cleaning 10001 clauses out of 20012 with flag 685000/1370504
505.17/266.87	c cleaning 9999 clauses out of 20011 with flag 695000/1380504
509.65/269.28	c cleaning 9998 clauses out of 20013 with flag 705001/1390505
513.64/271.31	c cleaning 10001 clauses out of 20014 with flag 715000/1400504
517.43/273.38	c cleaning 9999 clauses out of 20013 with flag 725000/1410504
521.21/275.38	c cleaning 10001 clauses out of 20014 with flag 735000/1420504
524.91/277.36	c cleaning 9999 clauses out of 20014 with flag 745001/1430505
528.09/279.04	c cleaning 10002 clauses out of 20015 with flag 755001/1440505
531.08/280.70	c cleaning 9994 clauses out of 20012 with flag 765000/1450504
534.47/282.46	c cleaning 10008 clauses out of 20019 with flag 775001/1460505
538.15/284.40	c cleaning 9999 clauses out of 20010 with flag 785000/1470504
541.33/286.19	c cleaning 10000 clauses out of 20011 with flag 795000/1480504
544.51/287.87	c cleaning 9994 clauses out of 20011 with flag 805000/1490504
547.90/289.60	c cleaning 10001 clauses out of 20017 with flag 815000/1500504
551.00/291.37	c cleaning 10002 clauses out of 20017 with flag 825001/1510505
554.58/293.24	c cleaning 9993 clauses out of 20015 with flag 835001/1520505
557.76/294.90	c cleaning 10004 clauses out of 20021 with flag 845000/1530504
560.55/296.45	c cleaning 9994 clauses out of 20017 with flag 855000/1540504
563.45/298.11	c cleaning 9991 clauses out of 20024 with flag 865001/1550505
568.82/300.86	c cleaning 9997 clauses out of 20033 with flag 875001/1560505
574.02/303.60	c cleaning 10004 clauses out of 20036 with flag 885001/1570505
579.78/306.54	c cleaning 9998 clauses out of 20032 with flag 895001/1580505
585.05/309.40	c cleaning 9998 clauses out of 20034 with flag 905001/1590505
590.86/312.39	c cleaning 10001 clauses out of 20036 with flag 915001/1600505
597.00/315.58	c cleaning 9999 clauses out of 20035 with flag 925001/1610505
602.59/318.45	c cleaning 10002 clauses out of 20036 with flag 935001/1620505
608.29/321.49	c cleaning 9997 clauses out of 20034 with flag 945001/1630505
611.26/323.04	c cleaning 10013 clauses out of 20037 with flag 955001/1640505
614.23/324.63	c cleaning 10002 clauses out of 20024 with flag 965001/1650505
617.20/326.29	c cleaning 10000 clauses out of 20022 with flag 975001/1660505
620.66/328.10	c cleaning 10003 clauses out of 20022 with flag 985001/1670505
623.63/329.74	c cleaning 10000 clauses out of 20019 with flag 995001/1680505
626.81/331.46	c cleaning 9999 clauses out of 20019 with flag 1005001/1690505
629.97/333.12	c cleaning 9998 clauses out of 20020 with flag 1015001/1700505
633.26/334.90	c cleaning 10007 clauses out of 20022 with flag 1025001/1710505
636.25/336.61	c cleaning 10000 clauses out of 20015 with flag 1035001/1720505
639.38/338.26	c cleaning 10000 clauses out of 20015 with flag 1045001/1730505
642.74/340.02	c cleaning 9997 clauses out of 20015 with flag 1055001/1740505
645.79/341.78	c cleaning 10000 clauses out of 20018 with flag 1065001/1750505
649.15/343.50	c cleaning 10000 clauses out of 20018 with flag 1075001/1760505
652.31/345.28	c cleaning 10003 clauses out of 20018 with flag 1085001/1770505
655.46/347.00	c cleaning 10000 clauses out of 20014 with flag 1095000/1780504
660.12/349.40	c cleaning 9997 clauses out of 20016 with flag 1105002/1790506
665.29/352.16	c cleaning 10000 clauses out of 20018 with flag 1115001/1800505
670.66/354.91	c cleaning 9999 clauses out of 20017 with flag 1125000/1810504
675.82/357.60	c cleaning 9998 clauses out of 20020 with flag 1135002/1820506
681.08/360.49	c cleaning 10005 clauses out of 20021 with flag 1145001/1830505
686.65/363.38	c cleaning 10000 clauses out of 20015 with flag 1155000/1840504
692.00/366.21	c cleaning 9999 clauses out of 20017 with flag 1165002/1850506
697.57/369.08	c cleaning 10002 clauses out of 20017 with flag 1175001/1860505
703.02/371.99	c cleaning 9994 clauses out of 20014 with flag 1185000/1870504
708.57/374.86	c cleaning 10002 clauses out of 20022 with flag 1195002/1880506
714.13/377.77	c cleaning 10004 clauses out of 20019 with flag 1205001/1890505
719.72/380.63	c cleaning 9996 clauses out of 20014 with flag 1215000/1900504
725.38/383.65	c cleaning 10001 clauses out of 20020 with flag 1225002/1910506
730.95/386.53	c cleaning 10002 clauses out of 20018 with flag 1235001/1920505
736.33/389.35	c cleaning 9994 clauses out of 20015 with flag 1245000/1930504
742.05/392.33	c cleaning 10003 clauses out of 20023 with flag 1255002/1940506
747.72/395.32	c cleaning 10001 clauses out of 20019 with flag 1265001/1950505
753.47/398.39	c cleaning 9999 clauses out of 20017 with flag 1275000/1960504
759.21/401.32	c cleaning 10000 clauses out of 20020 with flag 1285002/1970506
764.75/404.21	c cleaning 9999 clauses out of 20019 with flag 1295001/1980505
769.81/406.95	c cleaning 10000 clauses out of 20020 with flag 1305001/1990505
775.12/409.79	c cleaning 10000 clauses out of 20020 with flag 1315001/2000505
778.09/411.39	c cleaning 10003 clauses out of 20019 with flag 1325000/2010504
780.80/412.85	c cleaning 9997 clauses out of 20016 with flag 1335000/2020504
783.42/414.39	c cleaning 9994 clauses out of 20019 with flag 1345000/2030504
788.57/417.05	c cleaning 10013 clauses out of 20025 with flag 1355000/2040504
791.51/418.62	c cleaning 10003 clauses out of 20013 with flag 1365001/2050505
794.48/420.26	c cleaning 9996 clauses out of 20010 with flag 1375001/2060505
797.26/421.84	c cleaning 10000 clauses out of 20014 with flag 1385001/2070505
800.44/423.55	c cleaning 10002 clauses out of 20014 with flag 1395001/2080505
803.53/425.26	c cleaning 9999 clauses out of 20011 with flag 1405000/2090504
808.49/427.83	c cleaning 10002 clauses out of 20012 with flag 1415000/2100504
813.47/430.57	c cleaning 10000 clauses out of 20010 with flag 1425000/2110504
818.40/433.12	c cleaning 9997 clauses out of 20010 with flag 1435000/2120504
823.32/435.72	c cleaning 10002 clauses out of 20013 with flag 1445000/2130504
826.04/437.25	c cleaning 9997 clauses out of 20011 with flag 1455000/2140504
829.07/438.94	c cleaning 9995 clauses out of 20015 with flag 1465001/2150505
832.36/440.75	c cleaning 10000 clauses out of 20020 with flag 1475001/2160505
835.68/442.56	c cleaning 10001 clauses out of 20020 with flag 1485001/2170505
839.24/444.47	c cleaning 9999 clauses out of 20019 with flag 1495001/2180505
842.80/446.41	c cleaning 9999 clauses out of 20020 with flag 1505001/2190505
845.72/448.09	c cleaning 10006 clauses out of 20021 with flag 1515001/2200505
848.24/449.44	c cleaning 10001 clauses out of 20015 with flag 1525001/2210505
850.99/450.92	c cleaning 10001 clauses out of 20014 with flag 1535001/2220505
853.37/452.39	c cleaning 9999 clauses out of 20013 with flag 1545001/2230505
855.89/453.75	c cleaning 10001 clauses out of 20014 with flag 1555001/2240505
858.41/455.13	c cleaning 9999 clauses out of 20013 with flag 1565001/2250505
860.75/456.47	c cleaning 10003 clauses out of 20014 with flag 1575001/2260505
863.35/457.92	c cleaning 10001 clauses out of 20011 with flag 1585001/2270505
865.66/459.26	c cleaning 10002 clauses out of 20010 with flag 1595001/2280505
868.00/460.58	c cleaning 9996 clauses out of 20008 with flag 1605001/2290505
870.76/462.03	c cleaning 10003 clauses out of 20011 with flag 1615000/2300504
875.33/464.56	c cleaning 9996 clauses out of 20008 with flag 1625000/2310504
880.26/467.14	c cleaning 10001 clauses out of 20012 with flag 1635000/2320504
884.58/469.46	c cleaning 9997 clauses out of 20011 with flag 1645000/2330504
888.70/471.69	c cleaning 10004 clauses out of 20014 with flag 1655000/2340504
892.52/473.77	c cleaning 9997 clauses out of 20010 with flag 1665000/2350504
896.04/475.70	c cleaning 10000 clauses out of 20013 with flag 1675000/2360504
900.16/477.81	c cleaning 10000 clauses out of 20013 with flag 1685000/2370504
903.87/479.89	c cleaning 10004 clauses out of 20013 with flag 1695000/2380504
907.90/482.00	c cleaning 9995 clauses out of 20009 with flag 1705000/2390504
911.82/484.11	c cleaning 10001 clauses out of 20014 with flag 1715000/2400504
915.58/486.13	c cleaning 9998 clauses out of 20013 with flag 1725000/2410504
919.28/488.18	c cleaning 10001 clauses out of 20015 with flag 1735000/2420504
923.52/490.41	c cleaning 10001 clauses out of 20014 with flag 1745000/2430504
927.25/492.49	c cleaning 10000 clauses out of 20013 with flag 1755000/2440504
930.76/494.32	c cleaning 10000 clauses out of 20014 with flag 1765001/2450505
934.50/496.32	c cleaning 9999 clauses out of 20014 with flag 1775001/2460505
938.30/498.47	c cleaning 9998 clauses out of 20015 with flag 1785001/2470505
941.42/500.13	c cleaning 10000 clauses out of 20016 with flag 1795000/2480504
944.33/501.72	c cleaning 10002 clauses out of 20016 with flag 1805000/2490504
948.07/503.76	c cleaning 9996 clauses out of 20015 with flag 1815001/2500505
951.43/505.66	c cleaning 10001 clauses out of 20018 with flag 1825000/2510504
954.55/507.32	c cleaning 9999 clauses out of 20017 with flag 1835000/2520504
958.66/509.57	c cleaning 10006 clauses out of 20019 with flag 1845001/2530505
962.40/511.58	c cleaning 9994 clauses out of 20012 with flag 1855000/2540504
965.96/513.61	c cleaning 10003 clauses out of 20019 with flag 1865001/2550505
969.67/515.51	c cleaning 10000 clauses out of 20016 with flag 1875001/2560505
972.98/517.30	c cleaning 10001 clauses out of 20016 with flag 1885001/2570505
976.09/519.11	c cleaning 10001 clauses out of 20015 with flag 1895001/2580505
979.87/521.15	c cleaning 9999 clauses out of 20014 with flag 1905001/2590505
983.19/522.99	c cleaning 10001 clauses out of 20014 with flag 1915000/2600504
986.53/524.73	c cleaning 9999 clauses out of 20013 with flag 1925000/2610504
989.40/526.31	c cleaning 10001 clauses out of 20016 with flag 1935002/2620506
992.58/528.16	c cleaning 9997 clauses out of 20013 with flag 1945000/2630504
995.50/529.79	c cleaning 9998 clauses out of 20019 with flag 1955003/2640507
998.81/531.56	c cleaning 10002 clauses out of 20018 with flag 1965000/2650504
1001.52/533.06	c cleaning 9997 clauses out of 20017 with flag 1975001/2660505
1004.71/534.89	c cleaning 10007 clauses out of 20020 with flag 1985001/2670505
1008.47/536.85	c cleaning 9999 clauses out of 20013 with flag 1995001/2680505
1011.15/538.39	c cleaning 10003 clauses out of 20014 with flag 2005001/2690505
1014.49/540.17	c cleaning 10000 clauses out of 20011 with flag 2015001/2700505
1017.24/541.78	c cleaning 10000 clauses out of 20011 with flag 2025001/2710505
1020.38/543.45	c cleaning 10001 clauses out of 20011 with flag 2035001/2720505
1023.66/545.25	c cleaning 9998 clauses out of 20010 with flag 2045001/2730505
1026.56/546.82	c cleaning 10002 clauses out of 20012 with flag 2055001/2740505
1029.95/548.72	c cleaning 9998 clauses out of 20010 with flag 2065001/2750505
1033.26/550.57	c cleaning 10001 clauses out of 20012 with flag 2075001/2760505
1036.59/552.38	c cleaning 10000 clauses out of 20011 with flag 2085001/2770505
1039.89/554.16	c cleaning 9998 clauses out of 20011 with flag 2095001/2780505
1043.49/556.15	c cleaning 10000 clauses out of 20013 with flag 2105001/2790505
1046.79/557.95	c cleaning 9998 clauses out of 20013 with flag 2115001/2800505
1049.90/559.65	c cleaning 10003 clauses out of 20015 with flag 2125001/2810505
1053.20/561.47	c cleaning 10000 clauses out of 20012 with flag 2135001/2820505
1056.62/563.36	c cleaning 9999 clauses out of 20012 with flag 2145001/2830505
1060.12/565.26	c cleaning 10000 clauses out of 20013 with flag 2155001/2840505
1063.44/567.00	c cleaning 10005 clauses out of 20013 with flag 2165001/2850505
1066.57/568.79	c cleaning 9996 clauses out of 20008 with flag 2175001/2860505
1070.18/570.78	c cleaning 10002 clauses out of 20012 with flag 2185001/2870505
1073.49/572.58	c cleaning 9998 clauses out of 20010 with flag 2195001/2880505
1076.98/574.42	c cleaning 10001 clauses out of 20012 with flag 2205001/2890505
1080.29/576.26	c cleaning 10000 clauses out of 20011 with flag 2215001/2900505
1083.69/578.18	c cleaning 9999 clauses out of 20011 with flag 2225001/2910505
1087.19/580.08	c cleaning 9999 clauses out of 20012 with flag 2235001/2920505
1090.51/581.90	c cleaning 10001 clauses out of 20013 with flag 2245001/2930505
1093.40/583.48	c cleaning 9999 clauses out of 20012 with flag 2255001/2940505
1096.82/585.36	c cleaning 10002 clauses out of 20013 with flag 2265001/2950505
1100.12/587.15	c cleaning 9998 clauses out of 20011 with flag 2275001/2960505
1103.62/589.05	c cleaning 10003 clauses out of 20013 with flag 2285001/2970505
1106.92/590.84	c cleaning 9996 clauses out of 20010 with flag 2295001/2980505
1110.34/592.78	c cleaning 10002 clauses out of 20014 with flag 2305001/2990505
1113.63/594.59	c cleaning 9999 clauses out of 20011 with flag 2315000/3000504
1116.79/596.24	c cleaning 10005 clauses out of 20012 with flag 2325000/3010504
1119.46/597.70	c cleaning 9994 clauses out of 20008 with flag 2335001/3020505
1122.47/599.43	c cleaning 9996 clauses out of 20014 with flag 2345001/3030505
1125.73/601.22	c cleaning 10001 clauses out of 20018 with flag 2355001/3040505
1130.25/603.66	c cleaning 10004 clauses out of 20016 with flag 2365000/3050504
1134.55/605.98	c cleaning 9994 clauses out of 20013 with flag 2375001/3060505
1138.11/607.91	c cleaning 9992 clauses out of 20018 with flag 2385000/3070504
1141.41/609.70	c cleaning 9999 clauses out of 20026 with flag 2395000/3080504
1144.74/611.55	c cleaning 10008 clauses out of 20027 with flag 2405000/3090504
1148.85/613.73	c cleaning 10004 clauses out of 20020 with flag 2415001/3100505
1153.78/616.41	c cleaning 9999 clauses out of 20015 with flag 2425000/3110504
1157.50/618.42	c cleaning 10000 clauses out of 20016 with flag 2435000/3120504
1163.00/621.33	c cleaning 10007 clauses out of 20016 with flag 2445000/3130504
1165.91/622.99	c cleaning 9997 clauses out of 20009 with flag 2455000/3140504
1169.09/624.74	c cleaning 9998 clauses out of 20012 with flag 2465000/3150504
1171.98/626.34	c cleaning 10001 clauses out of 20014 with flag 2475000/3160504
1175.10/628.11	c cleaning 9997 clauses out of 20013 with flag 2485000/3170504
1178.57/629.97	c cleaning 9999 clauses out of 20016 with flag 2495000/3180504
1182.56/632.17	c cleaning 10000 clauses out of 20017 with flag 2505000/3190504
1185.85/633.95	c cleaning 9997 clauses out of 20017 with flag 2515000/3200504
1189.19/635.73	c cleaning 10001 clauses out of 20020 with flag 2525000/3210504
1192.46/637.58	c cleaning 9996 clauses out of 20019 with flag 2535000/3220504
1196.06/639.59	c cleaning 10003 clauses out of 20023 with flag 2545000/3230504
1199.56/641.43	c cleaning 9997 clauses out of 20020 with flag 2555000/3240504
1203.05/643.38	c cleaning 10002 clauses out of 20023 with flag 2565000/3250504
1206.55/645.24	c cleaning 9996 clauses out of 20021 with flag 2575000/3260504
1210.16/647.22	c cleaning 10004 clauses out of 20025 with flag 2585000/3270504
1213.65/649.15	c cleaning 9998 clauses out of 20021 with flag 2595000/3280504
1217.13/651.02	c cleaning 10003 clauses out of 20023 with flag 2605000/3290504
1219.82/652.50	c cleaning 10002 clauses out of 20020 with flag 2615000/3300504
1222.80/654.21	c cleaning 10000 clauses out of 20018 with flag 2625000/3310504
1225.69/655.86	c cleaning 10000 clauses out of 20018 with flag 2635000/3320504
1228.38/657.32	c cleaning 10004 clauses out of 20018 with flag 2645000/3330504
1231.30/658.94	c cleaning 10001 clauses out of 20014 with flag 2655000/3340504
1234.41/660.72	c cleaning 9999 clauses out of 20013 with flag 2665000/3350504
1237.50/662.40	c cleaning 10002 clauses out of 20014 with flag 2675000/3360504
1240.40/664.03	c cleaning 9999 clauses out of 20012 with flag 2685000/3370504
1243.49/665.71	c cleaning 10000 clauses out of 20013 with flag 2695000/3380504
1246.43/667.47	c cleaning 9996 clauses out of 20013 with flag 2705000/3390504
1249.53/669.13	c cleaning 10001 clauses out of 20017 with flag 2715000/3400504
1252.61/670.84	c cleaning 10003 clauses out of 20016 with flag 2725000/3410504
1255.51/672.47	c cleaning 9998 clauses out of 20013 with flag 2735000/3420504
1258.89/674.34	c cleaning 10000 clauses out of 20015 with flag 2745000/3430504
1261.76/675.96	c cleaning 9998 clauses out of 20015 with flag 2755000/3440504
1265.84/678.15	c cleaning 9998 clauses out of 20017 with flag 2765000/3450504
1270.95/680.86	c cleaning 10004 clauses out of 20019 with flag 2775000/3460504
1275.87/683.57	c cleaning 9998 clauses out of 20015 with flag 2785000/3470504
1280.96/686.30	c cleaning 10002 clauses out of 20017 with flag 2795000/3480504
1285.83/688.88	c cleaning 9995 clauses out of 20015 with flag 2805000/3490504
1290.71/691.49	c cleaning 10001 clauses out of 20020 with flag 2815000/3500504
1295.91/694.25	c cleaning 10002 clauses out of 20019 with flag 2825000/3510504
1300.99/696.93	c cleaning 9999 clauses out of 20017 with flag 2835000/3520504
1305.89/699.61	c cleaning 9998 clauses out of 20018 with flag 2845000/3530504
1310.94/702.22	c cleaning 10002 clauses out of 20020 with flag 2855000/3540504
1316.13/705.02	c cleaning 10002 clauses out of 20018 with flag 2865000/3550504
1321.18/707.71	c cleaning 9999 clauses out of 20016 with flag 2875000/3560504
1325.86/710.29	c cleaning 9999 clauses out of 20017 with flag 2885000/3570504
1330.94/712.99	c cleaning 10001 clauses out of 20018 with flag 2895000/3580504
1336.30/715.82	c cleaning 9998 clauses out of 20017 with flag 2905000/3590504
1341.37/718.53	c cleaning 10001 clauses out of 20019 with flag 2915000/3600504
1346.44/721.20	c cleaning 10000 clauses out of 20018 with flag 2925000/3610504
1351.35/723.87	c cleaning 10000 clauses out of 20018 with flag 2935000/3620504
1356.46/726.68	c cleaning 9999 clauses out of 20018 with flag 2945000/3630504
1361.36/729.28	c cleaning 10003 clauses out of 20019 with flag 2955000/3640504
1366.40/731.99	c cleaning 9998 clauses out of 20016 with flag 2965000/3650504
1371.47/734.70	c cleaning 9998 clauses out of 20018 with flag 2975000/3660504
1375.41/736.80	c cleaning 10003 clauses out of 20021 with flag 2985001/3670505
1378.88/738.74	c cleaning 9997 clauses out of 20017 with flag 2995000/3680504
1382.15/740.50	c cleaning 10003 clauses out of 20021 with flag 3005001/3690505
1385.21/742.29	c cleaning 9996 clauses out of 20017 with flag 3015000/3700504
1388.72/744.20	c cleaning 10001 clauses out of 20026 with flag 3025005/3710509
1391.98/746.05	c cleaning 10002 clauses out of 20021 with flag 3035001/3720505
1395.24/747.86	c cleaning 9999 clauses out of 20018 with flag 3045000/3730504
1398.51/749.70	c cleaning 10005 clauses out of 20023 with flag 3055004/3740508
1401.83/751.56	c cleaning 10000 clauses out of 20014 with flag 3065000/3750504
1404.91/753.27	c cleaning 9994 clauses out of 20014 with flag 3075000/3760504
1408.18/755.01	c cleaning 10006 clauses out of 20021 with flag 3085001/3770505
1411.05/756.66	c cleaning 9996 clauses out of 20015 with flag 3095001/3780505
1414.19/758.44	c cleaning 10004 clauses out of 20018 with flag 3105000/3790504
1418.05/760.53	c cleaning 9995 clauses out of 20015 with flag 3115001/3800505
1421.35/762.32	c cleaning 10000 clauses out of 20020 with flag 3125001/3810505
1424.58/764.19	c cleaning 10003 clauses out of 20020 with flag 3135001/3820505
1428.48/766.34	c cleaning 9999 clauses out of 20017 with flag 3145001/3830505
1431.55/768.01	c cleaning 10000 clauses out of 20018 with flag 3155001/3840505
1435.23/770.08	c cleaning 10004 clauses out of 20018 with flag 3165001/3850505
1438.65/771.90	c cleaning 9989 clauses out of 20013 with flag 3175000/3860504
1441.97/773.84	c cleaning 10007 clauses out of 20025 with flag 3185001/3870505
1445.06/775.52	c cleaning 9998 clauses out of 20021 with flag 3195004/3880508
1448.08/777.22	c cleaning 10000 clauses out of 20019 with flag 3205000/3890504
1451.13/778.98	c cleaning 9998 clauses out of 20020 with flag 3215001/3900505
1454.44/780.82	c cleaning 9999 clauses out of 20021 with flag 3225000/3910504
1458.11/782.87	c cleaning 10007 clauses out of 20025 with flag 3235003/3920507
1460.80/784.38	c cleaning 10000 clauses out of 20015 with flag 3245000/3930504
1464.64/786.45	c cleaning 9991 clauses out of 20015 with flag 3255000/3940504
1468.32/788.50	c cleaning 10006 clauses out of 20025 with flag 3265001/3950505
1471.38/790.21	c cleaning 9996 clauses out of 20019 with flag 3275001/3960505
1474.66/792.04	c cleaning 10008 clauses out of 20023 with flag 3285001/3970505
1479.48/794.66	c cleaning 9997 clauses out of 20015 with flag 3295001/3980505
1483.80/797.05	c cleaning 9993 clauses out of 20017 with flag 3305000/3990504
1488.25/799.41	c cleaning 10010 clauses out of 20025 with flag 3315001/4000505
1492.30/801.62	c cleaning 10001 clauses out of 20015 with flag 3325001/4010505
1495.37/803.30	c cleaning 9999 clauses out of 20014 with flag 3335001/4020505
1498.74/805.26	c cleaning 10000 clauses out of 20015 with flag 3345001/4030505
1501.77/807.00	c cleaning 10002 clauses out of 20015 with flag 3355001/4040505
1505.43/808.92	c cleaning 10000 clauses out of 20013 with flag 3365001/4050505
1508.71/810.73	c cleaning 9999 clauses out of 20013 with flag 3375001/4060505
1512.22/812.73	c cleaning 10000 clauses out of 20014 with flag 3385001/4070505
1515.47/814.51	c cleaning 10002 clauses out of 20014 with flag 3395001/4080505
1518.57/816.29	c cleaning 9995 clauses out of 20012 with flag 3405001/4090505
1522.19/818.22	c cleaning 10002 clauses out of 20017 with flag 3415001/4100505
1525.56/820.10	c cleaning 9998 clauses out of 20015 with flag 3425001/4110505
1528.82/821.95	c cleaning 10005 clauses out of 20017 with flag 3435001/4120505
1532.31/823.87	c cleaning 10000 clauses out of 20012 with flag 3445001/4130505
1535.72/825.73	c cleaning 9998 clauses out of 20012 with flag 3455001/4140505
1539.28/827.72	c cleaning 9999 clauses out of 20014 with flag 3465001/4150505
1542.53/829.58	c cleaning 10004 clauses out of 20015 with flag 3475001/4160505
1545.98/831.42	c cleaning 9999 clauses out of 20011 with flag 3485001/4170505
1549.23/833.30	c cleaning 9997 clauses out of 20012 with flag 3495001/4180505
1552.76/835.27	c cleaning 9999 clauses out of 20015 with flag 3505001/4190505
1556.24/837.16	c cleaning 10002 clauses out of 20016 with flag 3515001/4200505
1559.65/839.06	c cleaning 10002 clauses out of 20014 with flag 3525001/4210505
1562.90/840.89	c cleaning 9998 clauses out of 20012 with flag 3535001/4220505
1566.62/842.98	c cleaning 10001 clauses out of 20014 with flag 3545001/4230505
1569.90/844.81	c cleaning 9999 clauses out of 20013 with flag 3555001/4240505
1573.52/846.73	c cleaning 10001 clauses out of 20014 with flag 3565001/4250505
1576.97/848.62	c cleaning 9999 clauses out of 20013 with flag 3575001/4260505
1580.31/850.53	c cleaning 9998 clauses out of 20014 with flag 3585001/4270505
1583.79/852.44	c cleaning 10004 clauses out of 20016 with flag 3595001/4280505
1587.01/854.30	c cleaning 9997 clauses out of 20012 with flag 3605001/4290505
1590.45/856.19	c cleaning 10003 clauses out of 20015 with flag 3615001/4300505
1594.12/858.28	c cleaning 9997 clauses out of 20012 with flag 3625001/4310505
1597.58/860.18	c cleaning 10001 clauses out of 20015 with flag 3635001/4320505
1601.20/862.15	c cleaning 10001 clauses out of 20014 with flag 3645001/4330505
1603.85/863.63	c cleaning 0 clauses out of 7727 with flag 0/7734
1605.43/864.53	c cleaning 10002 clauses out of 20013 with flag 3655001/4340505
1608.64/866.37	c cleaning 9995 clauses out of 20011 with flag 3665001/4350505
1612.28/868.36	c cleaning 10003 clauses out of 20016 with flag 3675001/4360505
1615.72/870.24	c cleaning 9998 clauses out of 20013 with flag 3685001/4370505
1619.29/872.26	c cleaning 10000 clauses out of 20015 with flag 3695001/4380505
1622.71/874.18	c cleaning 10002 clauses out of 20015 with flag 3705001/4390505
1626.16/876.02	c cleaning 10001 clauses out of 20013 with flag 3715001/4400505
1629.60/877.94	c cleaning 9999 clauses out of 20012 with flag 3725001/4410505
1632.94/879.88	c cleaning 9999 clauses out of 20013 with flag 3735001/4420505
1636.38/881.74	c cleaning 9997 clauses out of 20014 with flag 3745001/4430505
1639.82/883.62	c cleaning 10005 clauses out of 20017 with flag 3755001/4440505
1643.09/885.48	c cleaning 9998 clauses out of 20012 with flag 3765001/4450505
1646.96/887.65	c cleaning 10002 clauses out of 20014 with flag 3775001/4460505
1650.17/889.49	c cleaning 9998 clauses out of 20012 with flag 3785001/4470505
1653.60/891.37	c cleaning 10001 clauses out of 20014 with flag 3795001/4480505
1657.23/893.36	c cleaning 10000 clauses out of 20013 with flag 3805001/4490505
1660.29/895.12	c cleaning 10004 clauses out of 20013 with flag 3815001/4500505
1663.93/897.18	c cleaning 9998 clauses out of 20009 with flag 3825001/4510505
1667.17/898.97	c cleaning 10000 clauses out of 20011 with flag 3835001/4520505
1670.64/900.84	c cleaning 9984 clauses out of 20010 with flag 3845000/4530504
1673.68/902.64	c cleaning 10008 clauses out of 20027 with flag 3855001/4540505
1676.72/904.37	c cleaning 10005 clauses out of 20019 with flag 3865001/4550505
1681.15/906.71	c cleaning 9996 clauses out of 20014 with flag 3875001/4560505
1686.38/909.61	c cleaning 10001 clauses out of 20018 with flag 3885001/4570505
1692.04/912.63	c cleaning 10002 clauses out of 20017 with flag 3895001/4580505
1696.90/915.24	c cleaning 9987 clauses out of 20014 with flag 3905000/4590504
1702.92/918.43	c cleaning 10000 clauses out of 20027 with flag 3915000/4600504
1708.72/921.59	c cleaning 9999 clauses out of 20027 with flag 3925000/4610504
1714.96/924.97	c cleaning 9997 clauses out of 20028 with flag 3935000/4620504
1719.41/927.37	c cleaning 10006 clauses out of 20031 with flag 3945000/4630504
1722.40/929.09	c cleaning 10008 clauses out of 20034 with flag 3955009/4640513
1726.61/931.35	c cleaning 10000 clauses out of 20017 with flag 3965000/4650504
1731.89/934.21	c cleaning 9997 clauses out of 20017 with flag 3975000/4660504
1736.91/936.98	c cleaning 10001 clauses out of 20020 with flag 3985000/4670504
1742.33/939.88	c cleaning 10000 clauses out of 20019 with flag 3995000/4680504
1747.79/942.75	c cleaning 9999 clauses out of 20019 with flag 4005000/4690504
1751.28/944.71	c cleaning 10001 clauses out of 20020 with flag 4015000/4700504
1755.30/946.95	c cleaning 10001 clauses out of 20019 with flag 4025000/4710504
1759.32/949.15	c cleaning 9999 clauses out of 20018 with flag 4035000/4720504
1764.74/952.01	c cleaning 9997 clauses out of 20019 with flag 4045000/4730504
1769.99/954.99	c cleaning 10003 clauses out of 20022 with flag 4055000/4740504
1775.40/957.87	c cleaning 9999 clauses out of 20019 with flag 4065000/4750504
1780.84/960.75	c cleaning 10003 clauses out of 20020 with flag 4075000/4760504
1786.29/963.65	c cleaning 9999 clauses out of 20017 with flag 4085000/4770504
1791.73/966.68	c cleaning 10000 clauses out of 20018 with flag 4095000/4780504
1797.15/969.52	c cleaning 9998 clauses out of 20018 with flag 4105000/4790504
1799.96/971.16	c cleaning 9998 clauses out of 20024 with flag 4115004/4800508
1800.45/971.57	c starts		: 283
1800.45/971.57	c conflicts		: 4800516
1800.45/971.57	c decisions		: 6118640
1800.45/971.57	c propagations		: 40660228
1800.45/971.57	c inspects		: 1703345088
1800.45/971.57	c shortcuts		: 0
1800.45/971.57	c learnt literals	: 0
1800.45/971.57	c learnt binary clauses	: 19
1800.45/971.57	c learnt ternary clauses	: 79
1800.45/971.57	c learnt constraints	: 4800516
1800.45/971.57	c ignored constraints	: 0
1800.45/971.57	c root simplifications	: 0
1800.45/971.57	c removed literals (reason simplification)	: 475670359
1800.45/971.57	c reason swapping (by a shorter reason)	: 0
1800.45/971.57	c Calls to reduceDB	: 486
1800.45/971.57	c number of reductions to clauses (during analyze)	: 0
1800.45/971.57	c number of learned constraints concerned by reduction	: 0
1800.45/971.57	c number of learning phase by resolution	: 0
1800.45/971.57	c number of learning phase by cutting planes	: 0
1800.45/971.57	c speed (assignments/second)	: 47865.82582172502
1800.45/971.57	c non guided choices	342
1800.45/971.58	c learnt constraints type 
1800.45/971.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.45/971.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10091
1800.45/971.58	c constraints type 
1800.45/971.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 262
1800.45/971.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.45/971.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2169
1800.45/971.58	c constraints type 
1800.45/971.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2169
1800.45/971.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 262
1800.45/971.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.45/971.58	s SATISFIABLE
1800.45/971.58	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 
1800.45/971.58	c objective function=207
1800.45/971.58	c Total wall clock time (in seconds): 971.476

Verifier Data

OK	207

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454418-1307189170/watcher-3454418-1307189170 -o /tmp/evaluation-result-3454418-1307189170/solver-3454418-1307189170 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454418-1307189170.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.74 3.17 2.66 3/474 26609
/proc/meminfo: memFree=31048692/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 5423 0 1 0 0 0 0 0 24 0 2 0 830514866 10694979584 5125 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/26609/statm: 2611079 5140 917 9 0 2602235 0
[pid=26609/tid=26611] ppid=26607 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) R 26607 26609 23433 0 -1 4202560 6178 0 1 0 0 0 0 0 25 0 2 0 830514866 10694979584 6994 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0953169 s]
/proc/loadavg: 2.74 3.17 2.66 3/474 26609
/proc/meminfo: memFree=31048692/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10539620 CPUtime=0.1 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 13043 0 1 0 8 2 0 0 24 0 18 0 830514866 10792570880 12698 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26609/statm: 2634905 12698 2093 9 0 2625639 0
[pid=26609/tid=26611] ppid=26607 vsize=10539620 CPUtime=0.07 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) R 26607 26609 23433 0 -1 4202560 11086 0 1 0 6 1 0 0 25 0 18 0 830514866 10792570880 12699 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 47324687960915 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539620

[startup+0.100316 s]
/proc/loadavg: 2.74 3.17 2.66 3/474 26609
/proc/meminfo: memFree=31048692/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10539620 CPUtime=0.11 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 13123 0 1 0 9 2 0 0 24 0 18 0 830514866 10792570880 12778 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26609/statm: 2634905 12778 2093 9 0 2625639 0
[pid=26609/tid=26611] ppid=26607 vsize=10539620 CPUtime=0.08 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) R 26607 26609 23433 0 -1 4202560 11165 0 1 0 7 1 0 0 25 0 18 0 830514866 10792570880 12778 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 47324684317016 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539620

[startup+0.320242 s]
/proc/loadavg: 2.74 3.17 2.66 3/474 26609
/proc/meminfo: memFree=31048692/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10546856 CPUtime=0.61 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 18265 0 1 0 58 3 0 0 24 0 22 0 830514866 10799980544 16961 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26609/statm: 2636714 16961 2219 9 0 2627448 0
[pid=26609/tid=26611] ppid=26607 vsize=10546856 CPUtime=0.29 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) S 26607 26609 23433 0 -1 4202560 13611 0 1 0 27 2 0 0 25 0 22 0 830514866 10799980544 16961 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 10546856

[startup+0.700212 s]
/proc/loadavg: 2.74 3.17 2.66 3/474 26609
/proc/meminfo: memFree=31048692/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10546856 CPUtime=0.65 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 18322 0 1 0 62 3 0 0 24 0 19 0 830514866 10799980544 17018 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26609/statm: 2636714 17018 2225 9 0 2627448 0
[pid=26609/tid=26611] ppid=26607 vsize=10546856 CPUtime=0.29 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) S 26607 26609 23433 0 -1 4202560 13611 0 1 0 27 2 0 0 25 0 19 0 830514866 10799980544 17018 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 10546856

[startup+1.50106 s]
/proc/loadavg: 2.76 3.16 2.66 3/493 26640
/proc/meminfo: memFree=30987600/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10546192 CPUtime=0.99 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 19247 0 1 0 96 3 0 0 24 0 19 0 830514866 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26609/statm: 2636548 17299 2231 9 0 2627282 0
[pid=26609/tid=26611] ppid=26607 vsize=10546192 CPUtime=0.3 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) S 26607 26609 23433 0 -1 4202560 13732 0 1 0 28 2 0 0 17 0 19 0 830514866 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26613] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26613/stat : 26613 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26614] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (java) S 26607 26609 23433 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 830514868 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26615] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26615/stat : 26615 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26616] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26616/stat : 26616 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26617] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26617/stat : 26617 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26618] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26618/stat : 26618 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26620] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26620/stat : 26620 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26621] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26621/stat : 26621 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26622] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26622/stat : 26622 (java) S 26607 26609 23433 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 830514869 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 0 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26624] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26624/stat : 26624 (java) S 26607 26609 23433 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 830514869 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26625] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26625/stat : 26625 (java) S 26607 26609 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830514869 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26626] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26626/stat : 26626 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514871 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562361265 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26627] ppid=26607 vsize=10546192 CPUtime=0.3 cores=1,3,5,7
/proc/26609/task/26627/stat : 26627 (java) S 26607 26609 23433 0 -1 4202560 1527 0 0 0 30 0 0 0 17 0 19 0 830514871 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26629] ppid=26607 vsize=10546192 CPUtime=0.23 cores=1,3,5,7
/proc/26609/task/26629/stat : 26629 (java) S 26607 26609 23433 0 -1 4202560 2458 0 0 0 23 0 0 0 15 0 19 0 830514871 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26630] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26630/stat : 26630 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514871 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26631] ppid=26607 vsize=10546192 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26631/stat : 26631 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830514871 10799300608 17299 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10546192

[startup+3.10079 s]
/proc/loadavg: 2.76 3.16 2.66 3/493 26648
/proc/meminfo: memFree=30971468/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10557036 CPUtime=1.79 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 26466 0 1 0 176 3 0 0 24 0 19 0 830514866 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26609/statm: 2639259 22345 2237 9 0 2629993 0
[pid=26609/tid=26611] ppid=26607 vsize=10557036 CPUtime=0.3 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) S 26607 26609 23433 0 -1 4202560 13878 0 1 0 28 2 0 0 17 0 19 0 830514866 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26613] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26613/stat : 26613 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26614] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (java) S 26607 26609 23433 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 830514868 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26615] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26615/stat : 26615 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26616] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26616/stat : 26616 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26617] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26617/stat : 26617 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26618] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26618/stat : 26618 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26620] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26620/stat : 26620 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26621] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26621/stat : 26621 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514868 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26622] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26622/stat : 26622 (java) S 26607 26609 23433 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 830514869 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 0 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26624] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26624/stat : 26624 (java) S 26607 26609 23433 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 830514869 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26625] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26625/stat : 26625 (java) S 26607 26609 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830514869 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26626] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26626/stat : 26626 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514871 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562361265 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26627] ppid=26607 vsize=10557036 CPUtime=0.65 cores=1,3,5,7
/proc/26609/task/26627/stat : 26627 (java) S 26607 26609 23433 0 -1 4202560 5697 0 0 0 65 0 0 0 15 0 19 0 830514871 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26629] ppid=26607 vsize=10557036 CPUtime=0.43 cores=1,3,5,7
/proc/26609/task/26629/stat : 26629 (java) S 26607 26609 23433 0 -1 4202560 3223 0 0 0 43 0 0 0 15 0 19 0 830514871 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26630] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26630/stat : 26630 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830514871 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26631] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26631/stat : 26631 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830514871 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26644] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26644/stat : 26644 (java) S 26607 26609 23433 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 830514999 10810404864 22345 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 10557036
heavy processes:

[startup+6.30116 s]
/proc/loadavg: 2.86 3.18 2.66 5/496 26659
/proc/meminfo: memFree=30510068/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10557036 CPUtime=8.12 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 144281 0 1 0 794 18 0 0 24 0 22 0 830514866 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26609/statm: 2639259 137993 2266 9 0 2629993 0
[pid=26609/tid=26611] ppid=26607 vsize=10557036 CPUtime=0.3 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) S 26607 26609 23433 0 -1 4202560 13928 0 1 0 28 2 0 0 15 0 22 0 830514866 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26613] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26613/stat : 26613 (java) S 26607 26609 23433 0 -1 4202560 526 0 0 0 0 0 0 0 16 0 22 0 830514868 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26614] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (java) S 26607 26609 23433 0 -1 4202560 149 0 0 0 0 0 0 0 16 0 22 0 830514868 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26615] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26615/stat : 26615 (java) S 26607 26609 23433 0 -1 4202560 534 0 0 0 0 0 0 0 16 0 22 0 830514868 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26616] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26616/stat : 26616 (java) S 26607 26609 23433 0 -1 4202560 419 0 0 0 0 0 0 0 15 0 22 0 830514868 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26617] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26617/stat : 26617 (java) S 26607 26609 23433 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 830514868 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26618] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26618/stat : 26618 (java) S 26607 26609 23433 0 -1 4202560 419 0 0 0 0 0 0 0 15 0 22 0 830514868 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26620] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26620/stat : 26620 (java) S 26607 26609 23433 0 -1 4202560 496 0 0 0 0 0 0 0 16 0 22 0 830514868 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26621] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26621/stat : 26621 (java) S 26607 26609 23433 0 -1 4202560 515 0 0 0 0 0 0 0 16 0 22 0 830514868 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26622] ppid=26607 vsize=10557036 CPUtime=0.12 cores=1,3,5,7
/proc/26609/task/26622/stat : 26622 (java) S 26607 26609 23433 0 -1 4202560 3466 0 0 0 12 0 0 0 16 0 22 0 830514869 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 0 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26624] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26624/stat : 26624 (java) S 26607 26609 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830514869 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26625] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26625/stat : 26625 (java) S 26607 26609 23433 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830514869 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26626] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26626/stat : 26626 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830514871 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562361265 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26627] ppid=26607 vsize=10557036 CPUtime=0.87 cores=1,3,5,7
/proc/26609/task/26627/stat : 26627 (java) S 26607 26609 23433 0 -1 4202560 5735 0 0 0 87 0 0 0 15 0 22 0 830514871 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26629] ppid=26607 vsize=10557036 CPUtime=0.78 cores=1,3,5,7
/proc/26609/task/26629/stat : 26629 (java) S 26607 26609 23433 0 -1 4202560 5387 0 0 0 78 0 0 0 15 0 22 0 830514871 10810404864 137993 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26630] ppid=26607 vsize=10557036 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=29273944/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10554636 CPUtime=1746.96 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 311369 0 1 0 174649 47 0 0 24 0 22 0 830514866 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26609/statm: 2638659 302497 2267 9 0 2629393 0
[pid=26609/tid=26611] ppid=26607 vsize=10554636 CPUtime=0.31 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) S 26607 26609 23433 0 -1 4202560 14156 0 1 0 29 2 0 0 15 0 22 0 830514866 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26613] ppid=26607 vsize=10554636 CPUtime=1.43 cores=1,3,5,7
/proc/26609/task/26613/stat : 26613 (java) S 26607 26609 23433 0 -1 4202560 792 0 0 0 143 0 0 0 16 0 22 0 830514868 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26614] ppid=26607 vsize=10554636 CPUtime=1.45 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (java) S 26607 26609 23433 0 -1 4202560 456 0 0 0 145 0 0 0 16 0 22 0 830514868 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26615] ppid=26607 vsize=10554636 CPUtime=1.49 cores=1,3,5,7
/proc/26609/task/26615/stat : 26615 (java) S 26607 26609 23433 0 -1 4202560 636 0 0 0 148 1 0 0 16 0 22 0 830514868 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26616] ppid=26607 vsize=10554636 CPUtime=1.24 cores=1,3,5,7
/proc/26609/task/26616/stat : 26616 (java) S 26607 26609 23433 0 -1 4202560 497 0 0 0 124 0 0 0 16 0 22 0 830514868 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26617] ppid=26607 vsize=10554636 CPUtime=1.33 cores=1,3,5,7
/proc/26609/task/26617/stat : 26617 (java) S 26607 26609 23433 0 -1 4202560 266 0 0 0 133 0 0 0 16 0 22 0 830514868 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26618] ppid=26607 vsize=10554636 CPUtime=1.37 cores=1,3,5,7
/proc/26609/task/26618/stat : 26618 (java) S 26607 26609 23433 0 -1 4202560 648 0 0 0 137 0 0 0 16 0 22 0 830514868 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26620] ppid=26607 vsize=10554636 CPUtime=1.46 cores=1,3,5,7
/proc/26609/task/26620/stat : 26620 (java) S 26607 26609 23433 0 -1 4202560 746 0 0 0 146 0 0 0 15 0 22 0 830514868 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26621] ppid=26607 vsize=10554636 CPUtime=1.45 cores=1,3,5,7
/proc/26609/task/26621/stat : 26621 (java) S 26607 26609 23433 0 -1 4202560 739 0 0 0 145 0 0 0 15 0 22 0 830514868 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26622] ppid=26607 vsize=10554636 CPUtime=135.71 cores=1,3,5,7
/proc/26609/task/26622/stat : 26622 (java) S 26607 26609 23433 0 -1 4202560 63875 0 0 0 13561 10 0 0 15 0 22 0 830514869 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 0 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26624] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26624/stat : 26624 (java) S 26607 26609 23433 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830514869 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26625] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26625/stat : 26625 (java) S 26607 26609 23433 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 830514869 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26626] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26626/stat : 26626 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830514871 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562361265 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26627] ppid=26607 vsize=10554636 CPUtime=1.23 cores=1,3,5,7
/proc/26609/task/26627/stat : 26627 (java) S 26607 26609 23433 0 -1 4202560 7096 0 0 0 123 0 0 0 15 0 22 0 830514871 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26629] ppid=26607 vsize=10554636 CPUtime=0.83 cores=1,3,5,7
/proc/26609/task/26629/stat : 26629 (java) S 26607 26609 23433 0 -1 4202560 5485 0 0 0 83 0 0 0 15 0 22 0 830514871 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26630] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26630/stat : 26630 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830514871 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26631] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26631/stat : 26631 (java) S 26607 26609 23433 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830514871 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26644] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26644/stat : 26644 (java) S 26607 26609 23433 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830514999 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26676] ppid=26607 vsize=10554636 CPUtime=689.4 cores=1,3,5,7
/proc/26609/task/26676/stat : 26676 (java) R 26607 26609 23433 0 -1 4202560 104 0 0 0 68939 1 0 0 18 0 22 0 830527077 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 46912505681197 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26609/tid=26677] ppid=26607 vsize=10554636 CPUtime=689.39 cores=1,3,5,7
/proc/26609/task/26677/stat : 26677 (java) R 26607 26609 23433 0 -1 4202560 76 0 0 0 68939 0 0 0 18 0 22 0 830527077 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 46912505854257 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26609/tid=26678] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26678/stat : 26678 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830527078 10807947264 302497 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1746.96
Current children cumulated vsize (KiB) 10554636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+971.202 s]
/proc/loadavg: 3.60 3.72 3.38 5/496 26752
/proc/meminfo: memFree=30077032/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10554636 CPUtime=1800.18 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 311878 0 1 0 179971 47 0 0 24 0 22 0 830514866 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26609/statm: 2638659 302991 2267 9 0 2629393 0
[pid=26609/tid=26611] ppid=26607 vsize=10554636 CPUtime=0.31 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) S 26607 26609 23433 0 -1 4202560 14167 0 1 0 29 2 0 0 15 0 22 0 830514866 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26613] ppid=26607 vsize=10554636 CPUtime=1.48 cores=1,3,5,7
/proc/26609/task/26613/stat : 26613 (java) S 26607 26609 23433 0 -1 4202560 802 0 0 0 148 0 0 0 15 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26614] ppid=26607 vsize=10554636 CPUtime=1.5 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (java) S 26607 26609 23433 0 -1 4202560 459 0 0 0 150 0 0 0 16 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26615] ppid=26607 vsize=10554636 CPUtime=1.53 cores=1,3,5,7
/proc/26609/task/26615/stat : 26615 (java) S 26607 26609 23433 0 -1 4202560 636 0 0 0 152 1 0 0 15 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26616] ppid=26607 vsize=10554636 CPUtime=1.27 cores=1,3,5,7
/proc/26609/task/26616/stat : 26616 (java) S 26607 26609 23433 0 -1 4202560 509 0 0 0 127 0 0 0 15 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26617] ppid=26607 vsize=10554636 CPUtime=1.37 cores=1,3,5,7
/proc/26609/task/26617/stat : 26617 (java) S 26607 26609 23433 0 -1 4202560 266 0 0 0 137 0 0 0 16 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26618] ppid=26607 vsize=10554636 CPUtime=1.43 cores=1,3,5,7
/proc/26609/task/26618/stat : 26618 (java) S 26607 26609 23433 0 -1 4202560 648 0 0 0 143 0 0 0 16 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26620] ppid=26607 vsize=10554636 CPUtime=1.51 cores=1,3,5,7
/proc/26609/task/26620/stat : 26620 (java) S 26607 26609 23433 0 -1 4202560 748 0 0 0 151 0 0 0 15 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26621] ppid=26607 vsize=10554636 CPUtime=1.49 cores=1,3,5,7
/proc/26609/task/26621/stat : 26621 (java) S 26607 26609 23433 0 -1 4202560 739 0 0 0 149 0 0 0 16 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26622] ppid=26607 vsize=10554636 CPUtime=140.49 cores=1,3,5,7
/proc/26609/task/26622/stat : 26622 (java) R 26607 26609 23433 0 -1 4202560 64344 0 0 0 14039 10 0 0 15 0 22 0 830514869 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 47324686322831 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=26609/tid=26624] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26624/stat : 26624 (java) S 26607 26609 23433 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830514869 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26625] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26625/stat : 26625 (java) S 26607 26609 23433 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 830514869 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26626] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26626/stat : 26626 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830514871 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562361265 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26627] ppid=26607 vsize=10554636 CPUtime=1.23 cores=1,3,5,7
/proc/26609/task/26627/stat : 26627 (java) S 26607 26609 23433 0 -1 4202560 7096 0 0 0 123 0 0 0 15 0 22 0 830514871 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26629] ppid=26607 vsize=10554636 CPUtime=0.83 cores=1,3,5,7
/proc/26609/task/26629/stat : 26629 (java) S 26607 26609 23433 0 -1 4202560 5485 0 0 0 83 0 0 0 15 0 22 0 830514871 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26630] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26630/stat : 26630 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830514871 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26631] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26631/stat : 26631 (java) S 26607 26609 23433 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 830514871 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26644] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26644/stat : 26644 (java) S 26607 26609 23433 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830514999 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26676] ppid=26607 vsize=10554636 CPUtime=713.44 cores=1,3,5,7
/proc/26609/task/26676/stat : 26676 (java) S 26607 26609 23433 0 -1 4202560 104 0 0 0 71343 1 0 0 17 0 22 0 830527077 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26677] ppid=26607 vsize=10554636 CPUtime=713.42 cores=1,3,5,7
/proc/26609/task/26677/stat : 26677 (java) S 26607 26609 23433 0 -1 4202560 76 0 0 0 71342 0 0 0 17 0 22 0 830527077 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26678] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26678/stat : 26678 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830527078 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10554636

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

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

[startup+971.402 s]
/proc/loadavg: 3.60 3.72 3.38 5/496 26752
/proc/meminfo: memFree=30077032/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=10554636 CPUtime=1800.35 cores=1,3,5,7
/proc/26609/stat : 26609 (java) S 26607 26609 23433 0 -1 4202496 311879 0 1 0 179988 47 0 0 18 0 22 0 830514866 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26609/statm: 2638659 302991 2267 9 0 2629393 0
[pid=26609/tid=26611] ppid=26607 vsize=10554636 CPUtime=0.31 cores=1,3,5,7
/proc/26609/task/26611/stat : 26611 (java) S 26607 26609 23433 0 -1 4202560 14167 0 1 0 29 2 0 0 15 0 22 0 830514866 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26613] ppid=26607 vsize=10554636 CPUtime=1.48 cores=1,3,5,7
/proc/26609/task/26613/stat : 26613 (java) S 26607 26609 23433 0 -1 4202560 802 0 0 0 148 0 0 0 15 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26614] ppid=26607 vsize=10554636 CPUtime=1.5 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (java) S 26607 26609 23433 0 -1 4202560 459 0 0 0 150 0 0 0 16 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26615] ppid=26607 vsize=10554636 CPUtime=1.53 cores=1,3,5,7
/proc/26609/task/26615/stat : 26615 (java) S 26607 26609 23433 0 -1 4202560 636 0 0 0 152 1 0 0 15 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26616] ppid=26607 vsize=10554636 CPUtime=1.27 cores=1,3,5,7
/proc/26609/task/26616/stat : 26616 (java) S 26607 26609 23433 0 -1 4202560 509 0 0 0 127 0 0 0 15 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26617] ppid=26607 vsize=10554636 CPUtime=1.37 cores=1,3,5,7
/proc/26609/task/26617/stat : 26617 (java) S 26607 26609 23433 0 -1 4202560 266 0 0 0 137 0 0 0 16 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26618] ppid=26607 vsize=10554636 CPUtime=1.43 cores=1,3,5,7
/proc/26609/task/26618/stat : 26618 (java) S 26607 26609 23433 0 -1 4202560 648 0 0 0 143 0 0 0 16 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26620] ppid=26607 vsize=10554636 CPUtime=1.51 cores=1,3,5,7
/proc/26609/task/26620/stat : 26620 (java) S 26607 26609 23433 0 -1 4202560 748 0 0 0 151 0 0 0 15 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26621] ppid=26607 vsize=10554636 CPUtime=1.49 cores=1,3,5,7
/proc/26609/task/26621/stat : 26621 (java) S 26607 26609 23433 0 -1 4202560 739 0 0 0 149 0 0 0 16 0 22 0 830514868 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26622] ppid=26607 vsize=10554636 CPUtime=140.66 cores=1,3,5,7
/proc/26609/task/26622/stat : 26622 (java) R 26607 26609 23433 0 -1 4202560 64344 0 0 0 14056 10 0 0 16 0 22 0 830514869 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 47324687050755 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=26609/tid=26624] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26624/stat : 26624 (java) S 26607 26609 23433 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830514869 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26625] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26625/stat : 26625 (java) S 26607 26609 23433 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 830514869 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26626] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26626/stat : 26626 (java) S 26607 26609 23433 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830514871 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26627] ppid=26607 vsize=10554636 CPUtime=1.23 cores=1,3,5,7
/proc/26609/task/26627/stat : 26627 (java) S 26607 26609 23433 0 -1 4202560 7096 0 0 0 123 0 0 0 15 0 22 0 830514871 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26629] ppid=26607 vsize=10554636 CPUtime=0.83 cores=1,3,5,7
/proc/26609/task/26629/stat : 26629 (java) S 26607 26609 23433 0 -1 4202560 5485 0 0 0 83 0 0 0 15 0 22 0 830514871 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26630] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26630/stat : 26630 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830514871 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
[pid=26609/tid=26631] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26631/stat : 26631 (java) S 26607 26609 23433 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 830514871 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26644] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26644/stat : 26644 (java) S 26607 26609 23433 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830514999 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 7 0 0 0
[pid=26609/tid=26676] ppid=26607 vsize=10554636 CPUtime=713.44 cores=1,3,5,7
/proc/26609/task/26676/stat : 26676 (java) S 26607 26609 23433 0 -1 4202560 104 0 0 0 71343 1 0 0 17 0 22 0 830527077 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 5 0 0 0
[pid=26609/tid=26677] ppid=26607 vsize=10554636 CPUtime=713.42 cores=1,3,5,7
/proc/26609/task/26677/stat : 26677 (java) S 26607 26609 23433 0 -1 4202560 76 0 0 0 71342 0 0 0 17 0 22 0 830527077 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562353561 0 4 0 16800975 18446604458891599936 0 0 -1 1 0 0 0
[pid=26609/tid=26678] ppid=26607 vsize=10554636 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26678/stat : 26678 (java) S 26607 26609 23433 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830527078 10807947264 302991 33554432000 1073741824 1073778376 140737377862064 18446744073709551615 271562354176 0 4 0 16800975 18446604458891599936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 10554636

[startup+971.602 s]
/proc/loadavg: 3.60 3.72 3.38 5/496 26752
/proc/meminfo: memFree=30077032/32951124 swapFree=55639044/67111528
[pid=26609] ppid=26607 vsize=0 CPUtime=1800.58 cores=1,3,5,7
/proc/26609/stat : 26609 (java) Z 26607 26609 23433 0 -1 4203548 312258 0 1 0 180010 48 0 0 15 0 2 0 830514866 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26609/statm: 0 0 0 0 0 0 0
[pid=26609/tid=26644] ppid=26607 vsize=0 CPUtime=0.01 cores=1,3,5,7
/proc/26609/task/26644/stat : 26644 (java) R 26607 26609 23433 0 -1 4203588 0 0 0 0 0 1 0 0 18 0 2 0 830514999 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 971.637
CPU time (s): 1800.62
CPU user time (s): 1800.1
CPU system time (s): 0.52292
CPU usage (%): 185.318
Max. virtual memory (cumulated for all children) (KiB): 10559564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.1
system time used= 0.52292
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312258
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= 36153
involuntary context switches= 23819

runsolver used 4.53031 second user time and 10.5864 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 14:06:10
IDJOB=3454418
IDBENCH=2189
IDSOLVER=1950
FILE ID=node133/3454418-1307189170
RUNJOBID= node133-1307188073-26141
PBS_JOBID= 13508830
Free space on /tmp= 73980 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454418-1307189170/watcher-3454418-1307189170 -o /tmp/evaluation-result-3454418-1307189170/solver-3454418-1307189170 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454418-1307189170.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 10cfce36a090e62566639770833f1068
RANDOM SEED=777623091

node133.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.834
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.66
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.834
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	: 5332.75
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:     32951124 kB
MemFree:      31048848 kB
Buffers:        326988 kB
Cached:         511876 kB
SwapCached:      10584 kB
Active:        1157676 kB
Inactive:       468600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31048848 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:             844 kB
Writeback:           0 kB
AnonPages:      785124 kB
Mapped:          21204 kB
Slab:           153140 kB
PageTables:      54720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125275868 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73976 MiB
End job on node133 at 2011-06-04 14:22:23