Trace number 3454420

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)285 1800.24 948.218

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d1.opb
MD5SUM1850b909125f53108de0513d8e3d52c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
Best CPU time to get the best result obtained on this benchmark1797.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 285
Optimality of the best value was proved NO
Number of variables664
Total number of constraints3035
Number of constraints which are clauses3035
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 664
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 664
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 664
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/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@67ee3914
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@1c691f36
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-3454420-1307189194.opb
0.11/0.11	c reading problem ... 
0.55/0.31	c ... done. Wall clock time 0.201s.
0.55/0.31	c #vars     664
0.55/0.31	c #constraints  3035
0.55/0.31	c constraints type 
0.55/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 143
0.55/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2892
0.55/0.31	c constraints type 
0.55/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2892
0.55/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 143
0.55/0.34	c  And the winner is CuttingPlanes
0.72/0.81	c SATISFIABLE
0.72/0.81	c OPTIMIZING...
0.72/0.81	c Got one! Elapsed wall clock time (in seconds):0.708
0.72/0.82	o 326
0.72/0.85	c  And the winner is Resolution
0.88/1.32	c Got one! Elapsed wall clock time (in seconds):1.218
0.88/1.32	o 322
0.88/1.35	c  And the winner is Resolution
1.01/1.83	c Got one! Elapsed wall clock time (in seconds):1.724
1.01/1.83	o 319
1.27/1.92	c  And the winner is Resolution
1.54/2.34	c Got one! Elapsed wall clock time (in seconds):2.231
1.54/2.34	o 318
1.77/2.43	c  And the winner is Resolution
2.26/2.85	c Got one! Elapsed wall clock time (in seconds):2.738
2.26/2.85	o 307
2.26/2.87	c  And the winner is Resolution
2.30/3.35	c Got one! Elapsed wall clock time (in seconds):3.243
2.30/3.35	o 306
2.42/3.41	c  And the winner is Resolution
2.45/3.85	c Got one! Elapsed wall clock time (in seconds):3.747
2.45/3.85	o 301
3.03/4.18	c  And the winner is Resolution
3.22/4.36	c Got one! Elapsed wall clock time (in seconds):4.252
3.22/4.36	o 300
3.72/4.63	c cleaning 3550 clauses out of 7104 with flag 2003/7104
3.93/4.70	c  And the winner is Resolution
3.94/4.87	c Got one! Elapsed wall clock time (in seconds):4.758
3.94/4.87	o 299
4.48/5.13	c  And the winner is Resolution
4.63/5.37	c Got one! Elapsed wall clock time (in seconds):5.263
4.63/5.37	o 298
5.29/5.75	c cleaning 4576 clauses out of 9164 with flag 3000/12714
6.08/6.19	c  And the winner is Resolution
6.29/6.38	c Got one! Elapsed wall clock time (in seconds):6.271
6.29/6.38	o 296
6.54/6.58	c  And the winner is Resolution
6.69/6.88	c Got one! Elapsed wall clock time (in seconds):6.776
6.69/6.88	o 295
6.92/7.02	c cleaning 5057 clauses out of 10123 with flag 1002/18249
8.49/7.89	c cleaning 5520 clauses out of 11065 with flag 7001/24248
9.50/8.35	c  And the winner is Resolution
9.50/8.39	c Got one! Elapsed wall clock time (in seconds):8.286
9.50/8.39	o 294
10.47/8.82	c cleaning 5714 clauses out of 11457 with flag 3001/30160
12.02/9.64	c cleaning 5867 clauses out of 11743 with flag 9001/36160
14.19/10.76	c cleaning 6423 clauses out of 12875 with flag 16000/43159
16.37/11.88	c cleaning 7210 clauses out of 14454 with flag 24002/51161
19.32/13.35	c cleaning 8114 clauses out of 16243 with flag 33001/60160
22.70/15.02	c cleaning 9047 clauses out of 18128 with flag 43000/70159
25.73/16.58	c cleaning 9534 clauses out of 19081 with flag 53000/80159
29.06/18.20	c cleaning 9765 clauses out of 19547 with flag 63000/90159
33.01/20.27	c cleaning 9880 clauses out of 19782 with flag 73000/100159
36.39/21.94	c cleaning 9939 clauses out of 19904 with flag 83002/110161
39.93/23.75	c cleaning 9983 clauses out of 19967 with flag 93004/120163
43.68/25.69	c cleaning 9989 clauses out of 19980 with flag 103000/130159
47.02/27.32	c cleaning 9977 clauses out of 19992 with flag 113001/140160
48.57/28.16	c  And the winner is Resolution
48.75/28.51	c Got one! Elapsed wall clock time (in seconds):28.408
48.75/28.51	o 293
48.95/28.66	c cleaning 7941 clauses out of 15915 with flag 1000/146060
51.10/29.74	c cleaning 6970 clauses out of 13975 with flag 7001/152061
54.81/31.68	c cleaning 6995 clauses out of 14004 with flag 14000/159060
57.74/33.16	c cleaning 7487 clauses out of 15009 with flag 22000/167060
61.10/34.89	c cleaning 8262 clauses out of 16525 with flag 31003/176063
64.45/36.53	c cleaning 9124 clauses out of 18264 with flag 41004/186064
64.63/36.67	c  And the winner is CuttingPlanes
64.81/37.10	c Got one! Elapsed wall clock time (in seconds):36.991
64.81/37.10	o 292
66.40/37.98	c cleaning 7298 clauses out of 14649 with flag 5000/191573
68.55/39.04	c cleaning 6669 clauses out of 13351 with flag 11000/197573
70.89/40.22	c cleaning 6835 clauses out of 13682 with flag 18000/204573
73.43/41.59	c cleaning 7420 clauses out of 14847 with flag 26000/212573
76.58/43.14	c cleaning 8210 clauses out of 16427 with flag 35000/221573
79.90/44.84	c cleaning 9089 clauses out of 18217 with flag 45000/231573
83.44/46.68	c cleaning 9565 clauses out of 19129 with flag 55001/241574
86.79/48.32	c cleaning 9758 clauses out of 19563 with flag 65000/251573
90.10/50.03	c cleaning 9900 clauses out of 19805 with flag 75000/261573
94.41/52.24	c cleaning 9940 clauses out of 19906 with flag 85001/271574
98.14/54.10	c cleaning 9975 clauses out of 19965 with flag 95000/281573
99.93/55.08	c  And the winner is Resolution
100.12/55.32	c Got one! Elapsed wall clock time (in seconds):55.217
100.12/55.32	o 291
101.51/56.06	c cleaning 10224 clauses out of 20480 with flag 5001/292063
103.42/57.07	c cleaning 8110 clauses out of 16257 with flag 11002/298064
106.92/58.83	c cleaning 7547 clauses out of 15146 with flag 18001/305063
110.45/60.65	c cleaning 7790 clauses out of 15598 with flag 26000/313062
113.37/62.17	c cleaning 8400 clauses out of 16808 with flag 35000/322062
117.10/64.09	c cleaning 9201 clauses out of 18409 with flag 45001/332063
121.19/66.13	c cleaning 9602 clauses out of 19207 with flag 55000/342062
125.13/68.15	c cleaning 9792 clauses out of 19605 with flag 65000/352062
128.44/69.86	c cleaning 9901 clauses out of 19813 with flag 75000/362062
131.80/71.57	c cleaning 9946 clauses out of 19912 with flag 85000/372062
135.65/73.54	c cleaning 9983 clauses out of 19968 with flag 95002/382064
139.18/75.33	c cleaning 9991 clauses out of 19984 with flag 105001/392063
142.70/77.15	c cleaning 9982 clauses out of 19992 with flag 115000/402062
146.43/79.04	c cleaning 10004 clauses out of 20010 with flag 125000/412062
150.33/81.04	c cleaning 9995 clauses out of 20006 with flag 135000/422062
153.45/82.66	c cleaning 9979 clauses out of 20012 with flag 145001/432063
159.58/85.80	c cleaning 9999 clauses out of 20033 with flag 155001/442063
165.69/88.80	c cleaning 9995 clauses out of 20034 with flag 165001/452063
169.97/91.09	c cleaning 10010 clauses out of 20038 with flag 175000/462062
173.28/92.78	c cleaning 10010 clauses out of 20029 with flag 185001/472063
177.04/94.68	c cleaning 10004 clauses out of 20018 with flag 195000/482062
180.52/96.42	c cleaning 9985 clauses out of 20014 with flag 205000/492062
184.40/98.42	c cleaning 10010 clauses out of 20030 with flag 215001/502063
188.12/100.34	c cleaning 9996 clauses out of 20019 with flag 225000/512062
190.84/101.75	c  And the winner is Resolution
191.08/102.07	c Got one! Elapsed wall clock time (in seconds):101.965
191.08/102.07	o 290
192.72/102.94	c cleaning 11844 clauses out of 23717 with flag 5001/525756
195.66/104.43	c cleaning 8922 clauses out of 17873 with flag 11001/531756
199.93/106.67	c cleaning 7955 clauses out of 15951 with flag 18001/538756
205.22/109.37	c cleaning 7992 clauses out of 15996 with flag 26001/546756
210.13/111.84	c cleaning 8497 clauses out of 17004 with flag 35001/555756
215.64/114.69	c cleaning 9254 clauses out of 18507 with flag 45001/565756
221.91/117.86	c cleaning 9624 clauses out of 19253 with flag 55001/575756
228.43/121.10	c cleaning 9813 clauses out of 19629 with flag 65001/585756
234.34/124.12	c cleaning 9908 clauses out of 19815 with flag 75000/595755
238.04/126.08	c cleaning 9949 clauses out of 19907 with flag 85000/605755
241.72/127.95	c cleaning 9971 clauses out of 19958 with flag 95000/615755
244.63/129.48	c cleaning 9974 clauses out of 19989 with flag 105002/625757
248.14/131.29	c cleaning 10002 clauses out of 20014 with flag 115001/635756
251.44/132.92	c cleaning 9999 clauses out of 20011 with flag 125000/645755
254.70/134.62	c cleaning 9996 clauses out of 20013 with flag 135001/655756
258.24/136.48	c cleaning 9996 clauses out of 20018 with flag 145002/665757
261.91/138.36	c cleaning 10004 clauses out of 20021 with flag 155001/675756
265.20/140.05	c cleaning 9996 clauses out of 20016 with flag 165000/685755
269.47/142.22	c cleaning 9995 clauses out of 20020 with flag 175000/695755
273.77/144.49	c cleaning 10000 clauses out of 20025 with flag 185000/705755
278.46/146.82	c cleaning 10001 clauses out of 20025 with flag 195000/715755
282.76/149.03	c cleaning 10010 clauses out of 20024 with flag 205000/725755
286.42/150.99	c cleaning 9989 clauses out of 20014 with flag 215000/735755
290.35/152.99	c cleaning 10000 clauses out of 20025 with flag 225000/745755
294.43/155.02	c cleaning 9999 clauses out of 20025 with flag 235000/755755
298.30/157.09	c cleaning 9999 clauses out of 20026 with flag 245000/765755
302.55/159.22	c cleaning 10001 clauses out of 20027 with flag 255000/775755
306.45/161.27	c cleaning 10002 clauses out of 20026 with flag 265000/785755
310.54/163.30	c cleaning 10006 clauses out of 20024 with flag 275000/795755
314.24/165.25	c cleaning 9997 clauses out of 20018 with flag 285000/805755
319.49/167.99	c cleaning 9997 clauses out of 20021 with flag 295000/815755
322.78/169.64	c cleaning 10004 clauses out of 20024 with flag 305000/825755
328.91/172.75	c cleaning 10003 clauses out of 20020 with flag 315000/835755
336.16/176.45	c cleaning 10004 clauses out of 20017 with flag 325000/845755
342.21/179.58	c cleaning 9998 clauses out of 20014 with flag 335001/855756
349.11/183.04	c cleaning 10001 clauses out of 20016 with flag 345001/865756
356.00/186.51	c cleaning 9998 clauses out of 20015 with flag 355001/875756
360.70/188.96	c cleaning 10000 clauses out of 20017 with flag 365001/885756
366.34/191.86	c cleaning 10000 clauses out of 20017 with flag 375001/895756
371.84/194.65	c cleaning 9999 clauses out of 20017 with flag 385001/905756
377.70/197.68	c cleaning 9999 clauses out of 20018 with flag 395001/915756
382.19/199.94	c cleaning 9997 clauses out of 20018 with flag 405000/925755
385.63/201.72	c cleaning 9999 clauses out of 20021 with flag 415000/935755
389.15/203.52	c cleaning 10001 clauses out of 20022 with flag 425000/945755
392.59/205.35	c cleaning 10002 clauses out of 20021 with flag 435000/955755
396.07/207.10	c cleaning 9997 clauses out of 20019 with flag 445000/965755
399.51/208.99	c cleaning 10000 clauses out of 20022 with flag 455000/975755
402.38/210.47	c  And the winner is CuttingPlanes
402.52/210.62	c Got one! Elapsed wall clock time (in seconds):210.511
402.52/210.62	o 289
406.08/212.48	c cleaning 11832 clauses out of 23669 with flag 5001/989402
408.55/213.75	c cleaning 8914 clauses out of 17836 with flag 11000/995401
411.22/215.16	c cleaning 7955 clauses out of 15925 with flag 18003/1002404
414.27/216.79	c cleaning 7979 clauses out of 15968 with flag 26001/1010402
417.70/218.53	c cleaning 8471 clauses out of 16988 with flag 35000/1019401
421.57/220.52	c cleaning 9255 clauses out of 18517 with flag 45000/1029401
425.23/222.41	c cleaning 9625 clauses out of 19262 with flag 55000/1039401
429.09/224.49	c cleaning 9809 clauses out of 19637 with flag 65000/1049401
432.72/226.34	c cleaning 9907 clauses out of 19828 with flag 75000/1059401
436.58/228.36	c cleaning 9952 clauses out of 19921 with flag 85000/1069401
440.45/230.38	c cleaning 9983 clauses out of 19971 with flag 95002/1079403
444.66/232.58	c cleaning 9991 clauses out of 19988 with flag 105002/1089403
449.12/234.81	c cleaning 9986 clauses out of 19996 with flag 115001/1099402
453.60/237.10	c cleaning 10000 clauses out of 20010 with flag 125001/1109402
457.06/238.98	c cleaning 9993 clauses out of 20010 with flag 135001/1119402
461.26/241.11	c cleaning 9984 clauses out of 20017 with flag 145001/1129402
466.12/243.70	c  And the winner is Resolution
466.42/243.88	c Got one! Elapsed wall clock time (in seconds):243.773
466.42/243.88	o 288
468.12/244.74	c cleaning 11448 clauses out of 22908 with flag 5000/1142277
470.37/245.94	c cleaning 8711 clauses out of 17460 with flag 11000/1148277
473.03/247.31	c cleaning 7850 clauses out of 15749 with flag 18000/1155277
475.61/248.71	c cleaning 7938 clauses out of 15900 with flag 26001/1163278
480.26/251.13	c cleaning 8470 clauses out of 16961 with flag 35000/1172277
485.51/253.81	c cleaning 9236 clauses out of 18491 with flag 45000/1182277
491.97/257.13	c cleaning 9625 clauses out of 19255 with flag 55000/1192277
497.96/260.28	c cleaning 9808 clauses out of 19631 with flag 65001/1202278
504.21/263.49	c cleaning 9908 clauses out of 19823 with flag 75001/1212278
508.46/265.66	c cleaning 9953 clauses out of 19914 with flag 85000/1222277
511.11/267.08	c cleaning 9980 clauses out of 19961 with flag 95000/1232277
514.10/268.67	c cleaning 9988 clauses out of 19981 with flag 105000/1242277
518.15/270.75	c cleaning 9995 clauses out of 19993 with flag 115000/1252277
522.01/272.77	c cleaning 9994 clauses out of 19999 with flag 125001/1262278
526.26/274.96	c cleaning 9996 clauses out of 20004 with flag 135000/1272277
533.62/278.74	c cleaning 9996 clauses out of 20008 with flag 145000/1282277
537.47/280.72	c cleaning 9982 clauses out of 20013 with flag 155001/1292278
540.92/282.55	c cleaning 9999 clauses out of 20030 with flag 165000/1302277
545.17/284.73	c cleaning 10004 clauses out of 20031 with flag 175000/1312277
549.79/287.16	c cleaning 10001 clauses out of 20027 with flag 185000/1322277
554.04/289.39	c cleaning 9998 clauses out of 20026 with flag 195000/1332277
555.88/290.38	c  And the winner is Resolution
556.44/290.81	c Got one! Elapsed wall clock time (in seconds):290.706
556.44/290.81	o 287
558.01/291.61	c cleaning 10080 clauses out of 20187 with flag 5000/1342436
560.06/292.77	c cleaning 8034 clauses out of 16107 with flag 11000/1348436
562.23/293.97	c cleaning 7513 clauses out of 15073 with flag 18000/1355436
566.47/296.15	c cleaning 7776 clauses out of 15560 with flag 26000/1363436
571.91/298.90	c cleaning 8391 clauses out of 16785 with flag 35001/1372437
578.15/302.13	c cleaning 9197 clauses out of 18394 with flag 45001/1382437
581.93/304.13	c cleaning 9597 clauses out of 19196 with flag 55000/1392436
585.57/306.09	c cleaning 9797 clauses out of 19600 with flag 65001/1402437
590.22/308.45	c cleaning 9891 clauses out of 19803 with flag 75001/1412437
593.06/309.95	c  And the winner is CuttingPlanes
593.17/310.41	c Got one! Elapsed wall clock time (in seconds):310.302
593.17/310.41	o 286
593.54/310.70	c cleaning 7755 clauses out of 15516 with flag 1000/1418041
595.90/311.99	c cleaning 6873 clauses out of 13761 with flag 7000/1424041
598.75/313.42	c cleaning 6935 clauses out of 13889 with flag 14001/1431042
601.57/314.93	c cleaning 7464 clauses out of 14954 with flag 22001/1439042
605.01/316.77	c cleaning 8230 clauses out of 16489 with flag 31000/1448041
608.54/318.69	c cleaning 9121 clauses out of 18260 with flag 41001/1458042
612.38/320.67	c cleaning 9562 clauses out of 19139 with flag 51001/1468042
616.41/322.71	c cleaning 9778 clauses out of 19576 with flag 61000/1478041
621.04/325.11	c cleaning 9889 clauses out of 19799 with flag 71001/1488042
625.79/327.69	c cleaning 9951 clauses out of 19909 with flag 81000/1498041
630.03/329.91	c cleaning 9974 clauses out of 19958 with flag 91000/1508041
632.86/331.37	c  And the winner is Resolution
633.24/331.65	c Got one! Elapsed wall clock time (in seconds):331.542
633.24/331.65	o 285
634.95/332.58	c cleaning 11943 clauses out of 23899 with flag 5001/1521956
637.18/333.76	c cleaning 8971 clauses out of 17956 with flag 11001/1527956
640.72/335.67	c cleaning 7978 clauses out of 15985 with flag 18001/1534956
644.34/337.52	c cleaning 7993 clauses out of 16007 with flag 26001/1542956
647.35/339.14	c cleaning 8493 clauses out of 17014 with flag 35001/1551956
651.01/341.03	c cleaning 9248 clauses out of 18520 with flag 45000/1561955
656.52/343.92	c cleaning 9624 clauses out of 19272 with flag 55000/1571955
662.34/346.99	c cleaning 9821 clauses out of 19648 with flag 65000/1581955
669.57/350.63	c cleaning 9913 clauses out of 19827 with flag 75000/1591955
675.39/353.62	c cleaning 9955 clauses out of 19915 with flag 85001/1601956
678.93/355.56	c cleaning 9965 clauses out of 19959 with flag 95000/1611955
682.35/357.39	c cleaning 9972 clauses out of 19994 with flag 105000/1621955
685.98/359.28	c cleaning 9999 clauses out of 20023 with flag 115001/1631956
689.81/361.23	c cleaning 9999 clauses out of 20023 with flag 125000/1641955
696.95/364.91	c cleaning 9996 clauses out of 20024 with flag 135000/1651955
703.38/368.21	c cleaning 10001 clauses out of 20029 with flag 145001/1661956
710.81/372.01	c cleaning 10005 clauses out of 20028 with flag 155001/1671956
717.63/375.53	c cleaning 10000 clauses out of 20023 with flag 165001/1681956
721.77/377.74	c cleaning 10005 clauses out of 20022 with flag 175000/1691955
725.23/379.57	c cleaning 10003 clauses out of 20017 with flag 185000/1701955
728.81/381.49	c cleaning 9996 clauses out of 20014 with flag 195000/1711955
732.83/383.58	c cleaning 9992 clauses out of 20019 with flag 205001/1721956
738.58/386.53	c cleaning 10000 clauses out of 20026 with flag 215000/1731955
743.61/389.15	c cleaning 10002 clauses out of 20027 with flag 225001/1741956
749.03/391.92	c cleaning 10003 clauses out of 20024 with flag 235000/1751955
754.45/394.74	c cleaning 10003 clauses out of 20021 with flag 245000/1761955
759.60/397.44	c cleaning 10005 clauses out of 20019 with flag 255001/1771956
766.02/400.78	c cleaning 10001 clauses out of 20014 with flag 265001/1781956
769.84/402.79	c cleaning 9997 clauses out of 20013 with flag 275001/1791956
773.67/404.74	c cleaning 10001 clauses out of 20016 with flag 285001/1801956
777.41/406.77	c cleaning 9999 clauses out of 20015 with flag 295001/1811956
781.02/408.64	c cleaning 9994 clauses out of 20016 with flag 305001/1821956
784.84/410.63	c cleaning 10009 clauses out of 20021 with flag 315000/1831955
789.65/413.12	c cleaning 9994 clauses out of 20014 with flag 325002/1841957
792.98/414.96	c cleaning 9987 clauses out of 20018 with flag 335000/1851955
796.20/416.67	c cleaning 10004 clauses out of 20032 with flag 345001/1861956
800.21/418.77	c cleaning 10005 clauses out of 20028 with flag 355001/1871956
806.44/421.96	c cleaning 10001 clauses out of 20022 with flag 365000/1881955
813.59/425.62	c cleaning 9993 clauses out of 20021 with flag 375000/1891955
820.59/429.24	c cleaning 9998 clauses out of 20028 with flag 385000/1901955
825.01/431.52	c cleaning 10004 clauses out of 20030 with flag 395000/1911955
828.45/433.41	c cleaning 10000 clauses out of 20027 with flag 405001/1921956
831.97/435.21	c cleaning 10001 clauses out of 20026 with flag 415000/1931955
834.99/436.83	c cleaning 10004 clauses out of 20030 with flag 425005/1941960
837.80/438.30	c cleaning 10000 clauses out of 20021 with flag 435000/1951955
840.22/439.67	c cleaning 9996 clauses out of 20021 with flag 445000/1961955
842.98/441.12	c cleaning 9997 clauses out of 20025 with flag 455000/1971955
845.36/442.50	c cleaning 10002 clauses out of 20028 with flag 465000/1981955
849.78/444.77	c cleaning 10004 clauses out of 20026 with flag 475000/1991955
855.63/447.78	c cleaning 10000 clauses out of 20022 with flag 485000/2001955
858.55/449.39	c cleaning 10001 clauses out of 20022 with flag 495000/2011955
862.56/451.43	c cleaning 10005 clauses out of 20021 with flag 505000/2021955
866.76/453.68	c cleaning 10001 clauses out of 20017 with flag 515001/2031956
870.00/455.34	c cleaning 9992 clauses out of 20015 with flag 525000/2041955
876.11/458.51	c cleaning 10000 clauses out of 20024 with flag 535001/2051956
879.53/460.37	c cleaning 9998 clauses out of 20024 with flag 545001/2061956
883.15/462.23	c cleaning 9999 clauses out of 20027 with flag 555002/2071957
886.78/464.18	c cleaning 10000 clauses out of 20026 with flag 565000/2081955
890.29/466.04	c cleaning 10001 clauses out of 20029 with flag 575003/2091958
893.30/467.70	c cleaning 9997 clauses out of 20025 with flag 585000/2101955
897.14/469.71	c cleaning 9996 clauses out of 20028 with flag 595000/2111955
901.35/471.89	c cleaning 10000 clauses out of 20032 with flag 605000/2121955
905.48/474.05	c cleaning 10000 clauses out of 20032 with flag 615000/2131955
909.48/476.19	c cleaning 10002 clauses out of 20032 with flag 625000/2141955
913.70/478.42	c cleaning 10002 clauses out of 20031 with flag 635001/2151956
918.35/480.77	c cleaning 9996 clauses out of 20028 with flag 645000/2161955
923.86/483.61	c cleaning 10005 clauses out of 20032 with flag 655000/2171955
929.48/486.55	c cleaning 9994 clauses out of 20027 with flag 665000/2181955
934.29/489.06	c cleaning 10006 clauses out of 20033 with flag 675000/2191955
938.10/491.01	c cleaning 10000 clauses out of 20028 with flag 685001/2201956
942.63/493.45	c cleaning 10004 clauses out of 20028 with flag 695001/2211956
948.44/496.45	c cleaning 10001 clauses out of 20024 with flag 705001/2221956
954.08/499.40	c cleaning 9994 clauses out of 20022 with flag 715000/2231955
960.07/502.46	c cleaning 10007 clauses out of 20028 with flag 725000/2241955
966.39/505.71	c cleaning 10001 clauses out of 20021 with flag 735000/2251955
972.35/508.84	c cleaning 9995 clauses out of 20020 with flag 745000/2261955
978.35/511.99	c cleaning 10004 clauses out of 20025 with flag 755000/2271955
984.75/515.21	c cleaning 9999 clauses out of 20021 with flag 765000/2281955
991.06/518.50	c cleaning 9996 clauses out of 20022 with flag 775000/2291955
997.27/521.70	c cleaning 10003 clauses out of 20027 with flag 785001/2301956
1002.27/524.32	c cleaning 10003 clauses out of 20024 with flag 795001/2311956
1006.09/526.35	c cleaning 9996 clauses out of 20020 with flag 805000/2321955
1010.43/528.64	c cleaning 10012 clauses out of 20025 with flag 815001/2331956
1014.24/530.60	c cleaning 9983 clauses out of 20013 with flag 825001/2341956
1018.24/532.75	c cleaning 10002 clauses out of 20030 with flag 835001/2351956
1022.65/535.06	c cleaning 9999 clauses out of 20028 with flag 845001/2361956
1026.17/536.92	c cleaning 9992 clauses out of 20028 with flag 855000/2371955
1030.00/538.99	c cleaning 9998 clauses out of 20036 with flag 865000/2381955
1034.20/541.14	c cleaning 10001 clauses out of 20038 with flag 875000/2391955
1037.58/542.96	c cleaning 10009 clauses out of 20038 with flag 885001/2401956
1041.91/545.23	c cleaning 10006 clauses out of 20029 with flag 895001/2411956
1046.11/547.40	c cleaning 10001 clauses out of 20023 with flag 905001/2421956
1050.51/549.76	c cleaning 10001 clauses out of 20022 with flag 915001/2431956
1053.90/551.51	c cleaning 10002 clauses out of 20021 with flag 925001/2441956
1056.82/553.18	c cleaning 10001 clauses out of 20019 with flag 935001/2451956
1060.01/554.81	c cleaning 9999 clauses out of 20018 with flag 945001/2461956
1063.01/556.44	c cleaning 10002 clauses out of 20019 with flag 955001/2471956
1066.00/558.04	c cleaning 9999 clauses out of 20017 with flag 965001/2481956
1069.15/559.70	c cleaning 9998 clauses out of 20018 with flag 975001/2491956
1071.95/561.28	c cleaning 9999 clauses out of 20020 with flag 985001/2501956
1075.14/562.92	c cleaning 9998 clauses out of 20021 with flag 995001/2511956
1078.93/564.94	c cleaning 10002 clauses out of 20023 with flag 1005001/2521956
1082.67/566.91	c cleaning 9996 clauses out of 20021 with flag 1015001/2531956
1086.46/568.96	c cleaning 10004 clauses out of 20025 with flag 1025001/2541956
1090.06/570.88	c cleaning 9997 clauses out of 20021 with flag 1035001/2551956
1093.84/572.87	c cleaning 10002 clauses out of 20024 with flag 1045001/2561956
1097.77/574.91	c cleaning 9998 clauses out of 20022 with flag 1055001/2571956
1101.36/576.81	c cleaning 10000 clauses out of 20024 with flag 1065001/2581956
1105.15/578.80	c cleaning 9999 clauses out of 20024 with flag 1075001/2591956
1108.75/580.74	c cleaning 9999 clauses out of 20025 with flag 1085001/2601956
1113.85/583.44	c cleaning 10001 clauses out of 20025 with flag 1095000/2611955
1119.03/586.11	c cleaning 9999 clauses out of 20025 with flag 1105001/2621956
1124.02/588.74	c cleaning 9999 clauses out of 20026 with flag 1115001/2631956
1128.61/591.11	c cleaning 10003 clauses out of 20026 with flag 1125000/2641955
1133.32/593.60	c cleaning 9989 clauses out of 20024 with flag 1135001/2651956
1136.51/595.33	c cleaning 10008 clauses out of 20034 with flag 1145000/2661955
1141.30/597.81	c cleaning 10004 clauses out of 20026 with flag 1155000/2671955
1146.09/600.37	c cleaning 9999 clauses out of 20023 with flag 1165001/2681956
1152.01/603.42	c cleaning 9989 clauses out of 20023 with flag 1175000/2691955
1156.59/605.88	c cleaning 10009 clauses out of 20034 with flag 1185000/2701955
1160.18/607.70	c cleaning 10002 clauses out of 20026 with flag 1195001/2711956
1164.57/610.01	c cleaning 9994 clauses out of 20024 with flag 1205001/2721956
1171.27/613.58	c cleaning 9999 clauses out of 20030 with flag 1215001/2731956
1177.85/616.95	c cleaning 10003 clauses out of 20031 with flag 1225001/2741956
1184.46/620.41	c cleaning 10007 clauses out of 20028 with flag 1235001/2751956
1188.23/622.32	c cleaning 10001 clauses out of 20020 with flag 1245000/2761955
1192.13/624.42	c cleaning 9993 clauses out of 20019 with flag 1255000/2771955
1194.94/625.95	c cleaning 10004 clauses out of 20026 with flag 1265000/2781955
1197.69/627.48	c cleaning 9997 clauses out of 20023 with flag 1275001/2791956
1201.88/629.69	c cleaning 10000 clauses out of 20026 with flag 1285001/2801956
1206.17/631.92	c cleaning 10000 clauses out of 20025 with flag 1295000/2811955
1210.16/634.05	c cleaning 9999 clauses out of 20026 with flag 1305001/2821956
1213.95/636.03	c cleaning 9998 clauses out of 20027 with flag 1315001/2831956
1217.34/637.87	c cleaning 10005 clauses out of 20028 with flag 1325000/2841955
1221.23/639.91	c cleaning 10002 clauses out of 20023 with flag 1335000/2851955
1225.02/641.90	c cleaning 10000 clauses out of 20021 with flag 1345000/2861955
1228.60/643.89	c cleaning 10006 clauses out of 20021 with flag 1355000/2871955
1232.39/645.81	c cleaning 10005 clauses out of 20016 with flag 1365001/2881956
1238.32/648.95	c cleaning 9999 clauses out of 20011 with flag 1375001/2891956
1244.08/651.98	c cleaning 9999 clauses out of 20012 with flag 1385001/2901956
1250.06/655.04	c cleaning 10000 clauses out of 20013 with flag 1395001/2911956
1254.24/657.30	c cleaning 0 clauses out of 9076 with flag 0/9090
1256.65/658.44	c cleaning 10000 clauses out of 20013 with flag 1405001/2921956
1262.55/661.43	c cleaning 10000 clauses out of 20013 with flag 1415001/2931956
1268.54/664.50	c cleaning 10000 clauses out of 20013 with flag 1425001/2941956
1273.12/666.92	c cleaning 9995 clauses out of 20013 with flag 1435001/2951956
1277.05/669.02	c cleaning 9997 clauses out of 20018 with flag 1445001/2961956
1281.03/671.18	c cleaning 9999 clauses out of 20021 with flag 1455001/2971956
1285.41/673.41	c cleaning 10001 clauses out of 20021 with flag 1465000/2981955
1289.39/675.56	c cleaning 9998 clauses out of 20020 with flag 1475000/2991955
1293.87/677.92	c cleaning 10001 clauses out of 20022 with flag 1485000/3001955
1298.06/680.10	c cleaning 9998 clauses out of 20021 with flag 1495000/3011955
1302.24/682.30	c cleaning 10004 clauses out of 20024 with flag 1505001/3021956
1306.42/684.55	c cleaning 9999 clauses out of 20020 with flag 1515001/3031956
1310.36/686.69	c cleaning 9997 clauses out of 20021 with flag 1525001/3041956
1313.34/688.25	c cleaning 10007 clauses out of 20024 with flag 1535001/3051956
1316.52/689.98	c cleaning 10001 clauses out of 20017 with flag 1545001/3061956
1319.90/691.81	c cleaning 10000 clauses out of 20016 with flag 1555001/3071956
1323.38/693.65	c cleaning 9997 clauses out of 20016 with flag 1565001/3081956
1326.76/695.46	c cleaning 10002 clauses out of 20019 with flag 1575001/3091956
1330.14/697.28	c cleaning 10003 clauses out of 20017 with flag 1585001/3101956
1333.52/699.06	c cleaning 9998 clauses out of 20014 with flag 1595001/3111956
1337.04/700.98	c cleaning 10002 clauses out of 20016 with flag 1605001/3121956
1340.42/702.70	c cleaning 9995 clauses out of 20014 with flag 1615001/3131956
1343.80/704.53	c cleaning 10003 clauses out of 20019 with flag 1625001/3141956
1347.39/706.46	c cleaning 9999 clauses out of 20016 with flag 1635001/3151956
1350.88/708.37	c cleaning 10000 clauses out of 20017 with flag 1645001/3161956
1354.25/710.20	c cleaning 9997 clauses out of 20017 with flag 1655001/3171956
1357.82/712.08	c cleaning 10007 clauses out of 20020 with flag 1665001/3181956
1361.22/713.87	c cleaning 9998 clauses out of 20013 with flag 1675001/3191956
1364.72/715.74	c cleaning 9993 clauses out of 20015 with flag 1685001/3201956
1368.90/717.95	c cleaning 9999 clauses out of 20022 with flag 1695001/3211956
1373.08/720.11	c cleaning 9999 clauses out of 20023 with flag 1705001/3221956
1377.47/722.42	c cleaning 10000 clauses out of 20024 with flag 1715001/3231956
1381.58/724.63	c cleaning 10000 clauses out of 20024 with flag 1725001/3241956
1385.76/726.82	c cleaning 9996 clauses out of 20024 with flag 1735001/3251956
1389.93/729.08	c cleaning 10004 clauses out of 20028 with flag 1745001/3261956
1394.11/731.22	c cleaning 9997 clauses out of 20024 with flag 1755001/3271956
1398.42/733.56	c cleaning 10004 clauses out of 20027 with flag 1765001/3281956
1402.60/735.74	c cleaning 9998 clauses out of 20023 with flag 1775001/3291956
1406.78/737.96	c cleaning 10001 clauses out of 20025 with flag 1785001/3301956
1411.17/740.22	c cleaning 9999 clauses out of 20024 with flag 1795001/3311956
1415.28/742.51	c cleaning 10000 clauses out of 20025 with flag 1805001/3321956
1419.84/744.85	c cleaning 10002 clauses out of 20025 with flag 1815001/3331956
1423.85/746.97	c cleaning 9996 clauses out of 20023 with flag 1825001/3341956
1428.03/749.16	c cleaning 10001 clauses out of 20027 with flag 1835001/3351956
1432.50/751.51	c cleaning 10002 clauses out of 20026 with flag 1845001/3361956
1436.67/753.73	c cleaning 9999 clauses out of 20024 with flag 1855001/3371956
1440.85/755.99	c cleaning 9998 clauses out of 20025 with flag 1865001/3381956
1445.22/758.30	c cleaning 10003 clauses out of 20027 with flag 1875001/3391956
1449.50/760.59	c cleaning 9999 clauses out of 20024 with flag 1885001/3401956
1454.07/762.91	c cleaning 10000 clauses out of 20025 with flag 1895001/3411956
1458.24/765.17	c cleaning 10000 clauses out of 20024 with flag 1905000/3421955
1462.22/767.22	c cleaning 9995 clauses out of 20024 with flag 1915000/3431955
1465.70/769.11	c cleaning 10007 clauses out of 20029 with flag 1925000/3441955
1469.06/771.00	c cleaning 9998 clauses out of 20024 with flag 1935002/3451957
1473.04/773.04	c cleaning 10010 clauses out of 20024 with flag 1945000/3461955
1477.01/775.10	c cleaning 10003 clauses out of 20015 with flag 1955001/3471956
1480.50/777.07	c cleaning 9979 clauses out of 20012 with flag 1965001/3481956
1484.87/779.36	c cleaning 10005 clauses out of 20033 with flag 1975001/3491956
1489.23/781.64	c cleaning 9995 clauses out of 20028 with flag 1985001/3501956
1492.02/783.16	c cleaning 10012 clauses out of 20033 with flag 1995001/3511956
1495.07/784.88	c cleaning 10006 clauses out of 20021 with flag 2005001/3521956
1498.05/786.44	c cleaning 9999 clauses out of 20015 with flag 2015001/3531956
1500.99/788.08	c cleaning 9998 clauses out of 20016 with flag 2025001/3541956
1503.95/789.69	c cleaning 10000 clauses out of 20017 with flag 2035000/3551955
1508.06/791.89	c cleaning 9997 clauses out of 20017 with flag 2045000/3561955
1512.46/794.14	c cleaning 10001 clauses out of 20020 with flag 2055000/3571955
1516.83/796.45	c cleaning 10001 clauses out of 20019 with flag 2065000/3581955
1520.77/798.61	c cleaning 9999 clauses out of 20018 with flag 2075000/3591955
1525.21/800.95	c cleaning 9997 clauses out of 20019 with flag 2085000/3601955
1529.36/803.12	c cleaning 9998 clauses out of 20022 with flag 2095000/3611955
1532.92/805.08	c cleaning 10001 clauses out of 20025 with flag 2105001/3621956
1536.88/807.17	c cleaning 10003 clauses out of 20024 with flag 2115001/3631956
1540.94/809.34	c cleaning 9999 clauses out of 20021 with flag 2125001/3641956
1545.10/811.55	c cleaning 10001 clauses out of 20022 with flag 2135001/3651956
1549.04/813.63	c cleaning 10000 clauses out of 20021 with flag 2145001/3661956
1552.98/815.71	c cleaning 10000 clauses out of 20021 with flag 2155001/3671956
1557.05/817.97	c cleaning 9998 clauses out of 20021 with flag 2165001/3681956
1560.99/820.03	c cleaning 10000 clauses out of 20023 with flag 2175001/3691956
1564.92/822.18	c cleaning 9998 clauses out of 20023 with flag 2185001/3701956
1568.86/824.25	c cleaning 9998 clauses out of 20025 with flag 2195001/3711956
1573.11/826.50	c cleaning 9998 clauses out of 20027 with flag 2205001/3721956
1577.26/828.76	c cleaning 10001 clauses out of 20029 with flag 2215001/3731956
1581.40/830.92	c cleaning 9998 clauses out of 20028 with flag 2225001/3741956
1585.56/833.11	c cleaning 9998 clauses out of 20030 with flag 2235001/3751956
1589.81/835.48	c cleaning 10001 clauses out of 20032 with flag 2245001/3761956
1593.94/837.67	c cleaning 10000 clauses out of 20031 with flag 2255001/3771956
1598.49/840.08	c cleaning 10002 clauses out of 20031 with flag 2265001/3781956
1602.63/842.26	c cleaning 9997 clauses out of 20029 with flag 2275001/3791956
1606.91/844.59	c cleaning 10001 clauses out of 20032 with flag 2285001/3801956
1611.48/846.93	c cleaning 10001 clauses out of 20031 with flag 2295001/3811956
1615.61/849.15	c cleaning 9999 clauses out of 20030 with flag 2305001/3821956
1619.98/851.42	c cleaning 9997 clauses out of 20031 with flag 2315001/3831956
1624.18/853.72	c cleaning 9998 clauses out of 20034 with flag 2325001/3841956
1628.34/855.90	c cleaning 10008 clauses out of 20036 with flag 2335001/3851956
1631.68/857.78	c cleaning 10005 clauses out of 20027 with flag 2345000/3861955
1635.62/859.81	c cleaning 9999 clauses out of 20022 with flag 2355000/3871955
1639.47/861.99	c cleaning 10000 clauses out of 20023 with flag 2365000/3881955
1643.44/864.06	c cleaning 10001 clauses out of 20023 with flag 2375000/3891955
1647.18/866.09	c cleaning 10001 clauses out of 20022 with flag 2385000/3901955
1651.12/868.18	c cleaning 9997 clauses out of 20021 with flag 2395000/3911955
1655.16/870.33	c cleaning 10000 clauses out of 20024 with flag 2405000/3921955
1659.11/872.46	c cleaning 10000 clauses out of 20024 with flag 2415000/3931955
1663.09/874.58	c cleaning 10003 clauses out of 20024 with flag 2425000/3941955
1667.01/876.63	c cleaning 9996 clauses out of 20021 with flag 2435000/3951955
1671.30/878.92	c cleaning 10002 clauses out of 20025 with flag 2445000/3961955
1675.00/880.96	c cleaning 9997 clauses out of 20023 with flag 2455000/3971955
1679.14/883.11	c cleaning 10005 clauses out of 20026 with flag 2465000/3981955
1683.08/885.23	c cleaning 10002 clauses out of 20021 with flag 2475000/3991955
1686.82/887.22	c cleaning 9997 clauses out of 20019 with flag 2485000/4001955
1690.77/889.35	c cleaning 10000 clauses out of 20022 with flag 2495000/4011955
1694.71/891.41	c cleaning 9999 clauses out of 20022 with flag 2505000/4021955
1698.64/893.52	c cleaning 10002 clauses out of 20023 with flag 2515000/4031955
1702.72/895.70	c cleaning 9998 clauses out of 20021 with flag 2525000/4041955
1706.67/897.80	c cleaning 9999 clauses out of 20023 with flag 2535000/4051955
1710.82/900.01	c cleaning 10003 clauses out of 20024 with flag 2545000/4061955
1714.76/902.10	c cleaning 10001 clauses out of 20021 with flag 2555000/4071955
1718.26/904.08	c cleaning 9998 clauses out of 20021 with flag 2565001/4081956
1721.61/905.88	c cleaning 9998 clauses out of 20023 with flag 2575001/4091956
1724.79/907.55	c cleaning 10001 clauses out of 20026 with flag 2585002/4101957
1727.70/909.19	c cleaning 10002 clauses out of 20026 with flag 2595003/4111958
1731.13/911.04	c cleaning 9996 clauses out of 20021 with flag 2605000/4121955
1734.47/912.84	c cleaning 10003 clauses out of 20028 with flag 2615003/4131958
1738.01/914.70	c cleaning 9996 clauses out of 20022 with flag 2625000/4141955
1741.16/916.49	c cleaning 10004 clauses out of 20029 with flag 2635003/4151958
1744.60/918.36	c cleaning 9996 clauses out of 20022 with flag 2645000/4161955
1747.75/920.09	c cleaning 10002 clauses out of 20028 with flag 2655002/4171957
1751.14/921.86	c cleaning 9998 clauses out of 20025 with flag 2665001/4181956
1754.64/923.76	c cleaning 10002 clauses out of 20027 with flag 2675001/4191956
1758.09/925.61	c cleaning 9998 clauses out of 20024 with flag 2685000/4201955
1761.27/927.38	c cleaning 10006 clauses out of 20031 with flag 2695005/4211960
1764.57/929.17	c cleaning 9994 clauses out of 20020 with flag 2705000/4221955
1767.91/930.99	c cleaning 10002 clauses out of 20027 with flag 2715001/4231956
1771.39/932.82	c cleaning 9996 clauses out of 20024 with flag 2725000/4241955
1774.70/934.67	c cleaning 10002 clauses out of 20028 with flag 2735000/4251955
1778.23/936.54	c cleaning 10001 clauses out of 20028 with flag 2745002/4261957
1781.77/938.42	c cleaning 9997 clauses out of 20025 with flag 2755000/4271955
1786.01/940.76	c cleaning 10005 clauses out of 20028 with flag 2765000/4281955
1792.15/943.91	c cleaning 9999 clauses out of 20023 with flag 2775000/4291955
1797.89/946.99	c cleaning 9999 clauses out of 20024 with flag 2785000/4301955
1800.09/948.14	c starts		: 684
1800.09/948.14	c conflicts		: 4305563
1800.09/948.14	c decisions		: 4841857
1800.09/948.14	c propagations		: 78756227
1800.09/948.14	c inspects		: 2487218076
1800.09/948.14	c shortcuts		: 0
1800.09/948.14	c learnt literals	: 0
1800.09/948.14	c learnt binary clauses	: 0
1800.09/948.14	c learnt ternary clauses	: 189
1800.09/948.14	c learnt constraints	: 4305563
1800.09/948.14	c ignored constraints	: 0
1800.09/948.14	c root simplifications	: 0
1800.09/948.14	c removed literals (reason simplification)	: 552785745
1800.09/948.14	c reason swapping (by a shorter reason)	: 0
1800.09/948.14	c Calls to reduceDB	: 442
1800.09/948.14	c number of reductions to clauses (during analyze)	: 0
1800.09/948.14	c number of learned constraints concerned by reduction	: 0
1800.09/948.14	c number of learning phase by resolution	: 0
1800.09/948.14	c number of learning phase by cutting planes	: 0
1800.09/948.14	c speed (assignments/second)	: 127748.5782505588
1800.09/948.14	c non guided choices	62
1800.09/948.16	c learnt constraints type 
1800.09/948.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13679
1800.09/948.16	c constraints type 
1800.09/948.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 143
1800.09/948.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/948.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2892
1800.09/948.16	c constraints type 
1800.09/948.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2892
1800.09/948.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 143
1800.09/948.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.09/948.16	s SATISFIABLE
1800.09/948.16	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 -x11 x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 -x77 x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 x155 -x156 x157 -x158 -x159 -x160 x161 -x162 x163 -x164 x165 -x166 -x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 -x177 -x178 x179 -x180 x181 -x182 -x183 x184 x185 -x186 -x187 -x188 x189 -x190 x191 -x192 x193 -x194 -x195 x196 x197 -x198 -x199 x200 x201 -x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 x251 -x252 x253 -x254 x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 x287 -x288 x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 -x297 x298 x299 -x300 -x301 -x302 x303 -x304 x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 x353 -x354 -x355 x356 x357 -x358 -x359 -x360 -x361 x362 x363 -x364 x365 -x366 -x367 -x368 x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 x385 -x386 x387 -x388 x389 -x390 x391 -x392 x393 -x394 x395 -x396 x397 -x398 x399 -x400 x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410 x411 -x412 x413 -x414 x415 -x416 x417 -x418 x419 -x420 x421 -x422 x423 -x424 -x425 x426 x427 -x428 -x429 x430 x431 -x432 x433 -x434 x435 -x436 x437 -x438 x439 -x440 x441 -x442 x443 -x444 x445 -x446 x447 -x448 x449 -x450 x451 -x452 x453 -x454 x455 -x456 x457 -x458 x459 -x460 x461 -x462 x463 -x464 x465 -x466 x467 -x468 x469 -x470 -x471 x472 x473 -x474 x475 -x476 x477 -x478 x479 -x480 x481 -x482 x483 -x484 x485 -x486 x487 -x488 x489 -x490 x491 -x492 x493 -x494 x495 -x496 x497 -x498 x499 -x500 x501 -x502 x503 -x504 x505 -x506 x507 -x508 x509 -x510 x511 -x512 x513 -x514 -x515 x516 -x517 x518 -x519 x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 -x529 x530 x531 -x532 -x533 x534 -x535 x536 -x537 -x538 -x539 x540 -x541 x542 x543 -x544 -x545 x546 -x547 x548 -x549 x550 x551 -x552 x553 -x554 -x555 x556 -x557 x558 -x559 x560 x561 -x562 -x563 x564 -x565 x566 -x567 x568 x569 -x570 -x571 x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 x583 -x584 -x585 x586 x587 -x588 -x589 x590 -x591 x592 -x593 -x594 -x595 x596 -x597 x598 x599 -x600 x601 -x602 -x603 x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 x615 -x616 -x617 x618 -x619 x620 -x621 x622 x623 -x624 -x625 x626 -x627 x628 -x629 x630 x631 -x632 x633 -x634 -x635 x636 -x637 x638 -x639 x640 -x641 x642 -x643 x644 -x645 x646 x647 -x648 x649 -x650 -x651 x652 -x653 x654 -x655 x656 x657 -x658 -x659 x660 -x661 x662 -x663 x664 
1800.09/948.16	c objective function=285
1800.09/948.16	c Total wall clock time (in seconds): 948.051

Verifier Data

OK	285

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-3454420-1307189194/watcher-3454420-1307189194 -o /tmp/evaluation-result-3454420-1307189194/solver-3454420-1307189194 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454420-1307189194.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: 3.60 3.90 3.43 1/532 17043
/proc/meminfo: memFree=18988132/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 2852 0 1 0 0 0 0 0 25 0 2 0 909150173 10681323520 2553 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2607745 2565 906 9 0 2598901 0
[pid=17043/tid=17044] ppid=17041 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) R 17041 17043 13684 0 -1 4202560 7638 0 1 0 0 0 0 0 25 0 2 0 909150174 10694979584 8454 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 215988286523 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0417959 s]
/proc/loadavg: 3.60 3.90 3.43 1/532 17043
/proc/meminfo: memFree=18988132/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 11264 0 1 0 2 1 0 0 25 0 13 0 909150173 10718699520 10960 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2616870 10960 1673 9 0 2607618 0
[pid=17043/tid=17044] ppid=17041 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) R 17041 17043 13684 0 -1 4202560 10115 0 1 0 2 1 0 0 25 0 13 0 909150174 10718699520 10960 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000419275 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100784 s]
/proc/loadavg: 3.60 3.90 3.43 1/532 17043
/proc/meminfo: memFree=18988132/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10540268 CPUtime=0.11 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 13156 0 1 0 9 2 0 0 25 0 18 0 909150173 10793234432 12833 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2635067 12834 2092 9 0 2625801 0
[pid=17043/tid=17044] ppid=17041 vsize=10540268 CPUtime=0.08 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) R 17041 17043 13684 0 -1 4202560 11206 0 1 0 7 1 0 0 18 0 18 0 909150174 10793234432 12834 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 47048726200227 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540268

[startup+0.300693 s]
/proc/loadavg: 3.60 3.90 3.43 1/532 17043
/proc/meminfo: memFree=18988132/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10543656 CPUtime=0.55 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 17384 0 1 0 53 2 0 0 25 0 18 0 909150173 10796703744 16402 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2635914 16403 2201 9 0 2626648 0
[pid=17043/tid=17044] ppid=17041 vsize=10543656 CPUtime=0.29 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) R 17041 17043 13684 0 -1 4202560 13187 0 1 0 27 2 0 0 18 0 18 0 909150174 10796703744 16403 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 46912505563867 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10543656

[startup+0.700619 s]
/proc/loadavg: 3.60 3.90 3.43 1/532 17043
/proc/meminfo: memFree=18988132/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10547952 CPUtime=0.72 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 18135 0 1 0 69 3 0 0 25 0 19 0 909150173 10801102848 17153 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2636988 17153 2223 9 0 2627722 0
[pid=17043/tid=17044] ppid=17041 vsize=10547952 CPUtime=0.3 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) S 17041 17043 13684 0 -1 4202560 13499 0 1 0 28 2 0 0 19 0 19 0 909150174 10801102848 17153 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 10547952

[startup+1.50148 s]
/proc/loadavg: 3.47 3.87 3.42 1/551 17071
/proc/meminfo: memFree=18687852/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10547952 CPUtime=1.01 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 18518 0 1 0 98 3 0 0 25 0 19 0 909150173 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2636988 17535 2229 9 0 2627722 0
[pid=17043/tid=17044] ppid=17041 vsize=10547952 CPUtime=0.31 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) S 17041 17043 13684 0 -1 4202560 13654 0 1 0 29 2 0 0 16 0 19 0 909150174 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17046] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17046/stat : 17046 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17047] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17047/stat : 17047 (java) S 17041 17043 13684 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909150175 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17048] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17048/stat : 17048 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17049] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17049/stat : 17049 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17050] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17050/stat : 17050 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17051] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17051/stat : 17051 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17052] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17052/stat : 17052 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17053] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17053/stat : 17053 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17054] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17054/stat : 17054 (java) S 17041 17043 13684 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 909150176 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 0 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17055] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17055/stat : 17055 (java) S 17041 17043 13684 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909150177 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17056] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17056/stat : 17056 (java) S 17041 17043 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909150177 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17059] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17059/stat : 17059 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150179 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000416177 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17060] ppid=17041 vsize=10547952 CPUtime=0.27 cores=1,3,5,7
/proc/17043/task/17060/stat : 17060 (java) S 17041 17043 13684 0 -1 4202560 2270 0 0 0 27 0 0 0 17 0 19 0 909150179 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17061] ppid=17041 vsize=10547952 CPUtime=0.26 cores=1,3,5,7
/proc/17043/task/17061/stat : 17061 (java) S 17041 17043 13684 0 -1 4202560 1072 0 0 0 26 0 0 0 16 0 19 0 909150179 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 3 0 0 0
[pid=17043/tid=17062] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17062/stat : 17062 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150179 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17063] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17063/stat : 17063 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909150179 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 3 0 0 0
[pid=17043/tid=17071] ppid=17041 vsize=10547952 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17071/stat : 17071 (java) S 17041 17043 13684 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 909150256 10801102848 17535 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10547952

[startup+3.1012 s]
/proc/loadavg: 3.47 3.87 3.42 4/554 17129
/proc/meminfo: memFree=19058280/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10557272 CPUtime=2.3 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 31351 0 1 0 226 4 0 0 25 0 19 0 909150173 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2639318 27368 2230 9 0 2630052 0
[pid=17043/tid=17044] ppid=17041 vsize=10557272 CPUtime=0.32 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) S 17041 17043 13684 0 -1 4202560 13852 0 1 0 30 2 0 0 16 0 19 0 909150174 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17046] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17046/stat : 17046 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17047] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17047/stat : 17047 (java) S 17041 17043 13684 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909150175 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17048] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17048/stat : 17048 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17049] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17049/stat : 17049 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17050] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17050/stat : 17050 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17051] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17051/stat : 17051 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17052] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17052/stat : 17052 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17053] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17053/stat : 17053 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150175 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17054] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17054/stat : 17054 (java) S 17041 17043 13684 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 909150176 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 0 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17055] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17055/stat : 17055 (java) S 17041 17043 13684 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909150177 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17056] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17056/stat : 17056 (java) S 17041 17043 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909150177 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17059] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17059/stat : 17059 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150179 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000416177 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17060] ppid=17041 vsize=10557272 CPUtime=0.61 cores=1,3,5,7
/proc/17043/task/17060/stat : 17060 (java) S 17041 17043 13684 0 -1 4202560 4549 0 0 0 61 0 0 0 16 0 19 0 909150179 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17061] ppid=17041 vsize=10557272 CPUtime=0.75 cores=1,3,5,7
/proc/17043/task/17061/stat : 17061 (java) S 17041 17043 13684 0 -1 4202560 7618 0 0 0 75 0 0 0 16 0 19 0 909150179 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 3 0 0 0
[pid=17043/tid=17062] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17062/stat : 17062 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150179 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17063] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17063/stat : 17063 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909150179 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17071] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17071/stat : 17071 (java) S 17041 17043 13684 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 909150256 10810646528 27368 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10557272
heavy processes:

[startup+6.30074 s]
/proc/loadavg: 3.47 3.87 3.42 3/554 17208
/proc/meminfo: memFree=18793044/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10557272 CPUtime=6.29 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 141127 0 1 0 613 16 0 0 25 0 19 0 909150173 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2639318 136461 2258 9 0 2630052 0
[pid=17043/tid=17044] ppid=17041 vsize=10557272 CPUtime=0.32 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) S 17041 17043 13684 0 -1 4202560 14103 0 1 0 30 2 0 0 15 0 19 0 909150174 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17046] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17046/stat : 17046 (java) S 17041 17043 13684 0 -1 4202560 349 0 0 0 0 0 0 0 15 0 19 0 909150175 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17047] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17047/stat : 17047 (java) S 17041 17043 13684 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 909150175 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17048] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17048/stat : 17048 (java) S 17041 17043 13684 0 -1 4202560 372 0 0 0 0 0 0 0 18 0 19 0 909150175 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17049] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17049/stat : 17049 (java) S 17041 17043 13684 0 -1 4202560 375 0 0 0 0 0 0 0 17 0 19 0 909150175 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17050] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17050/stat : 17050 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 909150175 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17051] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17051/stat : 17051 (java) S 17041 17043 13684 0 -1 4202560 204 0 0 0 0 0 0 0 18 0 19 0 909150175 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17052] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17052/stat : 17052 (java) S 17041 17043 13684 0 -1 4202560 528 0 0 0 0 0 0 0 17 0 19 0 909150175 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17053] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17053/stat : 17053 (java) S 17041 17043 13684 0 -1 4202560 394 0 0 0 0 0 0 0 18 0 19 0 909150175 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17054] ppid=17041 vsize=10557272 CPUtime=0.04 cores=1,3,5,7
/proc/17043/task/17054/stat : 17054 (java) S 17041 17043 13684 0 -1 4202560 1914 0 0 0 4 0 0 0 16 0 19 0 909150176 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 0 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17055] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17055/stat : 17055 (java) S 17041 17043 13684 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909150177 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17056] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17056/stat : 17056 (java) S 17041 17043 13684 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 909150177 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17059] ppid=17041 vsize=10557272 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17059/stat : 17059 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909150179 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000416177 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17060] ppid=17041 vsize=10557272 CPUtime=0.74 cores=1,3,5,7
/proc/17043/task/17060/stat : 17060 (java) S 17041 17043 13684 0 -1 4202560 4559 0 0 0 74 0 0 0 16 0 19 0 909150179 10810646528 136461 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17061] ppid=17041 vsize=10557272 CPUtime=0.99 cores=1,3,5,7

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

[pid=17043/tid=17330] ppid=17041 vsize=10559124 CPUtime=489.66 cores=1,3,5,7
/proc/17043/task/17330/stat : 17330 (java) R 17041 17043 13684 0 -1 4202560 202 0 0 0 48966 0 0 0 25 0 22 0 909183339 10812542976 323552 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 46912505682174 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17043/tid=17331] ppid=17041 vsize=10559124 CPUtime=489.64 cores=1,3,5,7
/proc/17043/task/17331/stat : 17331 (java) R 17041 17043 13684 0 -1 4202560 12 0 0 0 48964 0 0 0 25 0 22 0 909183339 10812542976 323552 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 46912505925050 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17043/tid=17332] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17332/stat : 17332 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909183339 10812542976 323552 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1677.54
Current children cumulated vsize (KiB) 10559124

[startup+942.301 s]
/proc/loadavg: 3.26 3.35 3.39 4/557 17348
/proc/meminfo: memFree=17146764/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10559124 CPUtime=1788.95 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 330232 0 1 0 178845 50 0 0 25 0 22 0 909150173 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2639781 323865 2259 9 0 2630515 0
[pid=17043/tid=17044] ppid=17041 vsize=10559124 CPUtime=0.33 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) S 17041 17043 13684 0 -1 4202560 14160 0 1 0 31 2 0 0 15 0 22 0 909150174 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17046] ppid=17041 vsize=10559124 CPUtime=1.05 cores=1,3,5,7
/proc/17043/task/17046/stat : 17046 (java) S 17041 17043 13684 0 -1 4202560 542 0 0 0 104 1 0 0 15 0 22 0 909150175 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17047] ppid=17041 vsize=10559124 CPUtime=1.08 cores=1,3,5,7
/proc/17043/task/17047/stat : 17047 (java) S 17041 17043 13684 0 -1 4202560 632 0 0 0 108 0 0 0 15 0 22 0 909150175 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17048] ppid=17041 vsize=10559124 CPUtime=0.99 cores=1,3,5,7
/proc/17043/task/17048/stat : 17048 (java) S 17041 17043 13684 0 -1 4202560 658 0 0 0 99 0 0 0 16 0 22 0 909150175 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17049] ppid=17041 vsize=10559124 CPUtime=1.02 cores=1,3,5,7
/proc/17043/task/17049/stat : 17049 (java) S 17041 17043 13684 0 -1 4202560 585 0 0 0 102 0 0 0 15 0 22 0 909150175 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17050] ppid=17041 vsize=10559124 CPUtime=0.97 cores=1,3,5,7
/proc/17043/task/17050/stat : 17050 (java) S 17041 17043 13684 0 -1 4202560 585 0 0 0 97 0 0 0 15 0 22 0 909150175 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17051] ppid=17041 vsize=10559124 CPUtime=1.03 cores=1,3,5,7
/proc/17043/task/17051/stat : 17051 (java) S 17041 17043 13684 0 -1 4202560 526 0 0 0 103 0 0 0 15 0 22 0 909150175 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17052] ppid=17041 vsize=10559124 CPUtime=1.09 cores=1,3,5,7
/proc/17043/task/17052/stat : 17052 (java) S 17041 17043 13684 0 -1 4202560 1023 0 0 0 109 0 0 0 15 0 22 0 909150175 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17053] ppid=17041 vsize=10559124 CPUtime=1.06 cores=1,3,5,7
/proc/17043/task/17053/stat : 17053 (java) S 17041 17043 13684 0 -1 4202560 633 0 0 0 106 0 0 0 16 0 22 0 909150175 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17054] ppid=17041 vsize=10559124 CPUtime=87.5 cores=1,3,5,7
/proc/17043/task/17054/stat : 17054 (java) S 17041 17043 13684 0 -1 4202560 38837 0 0 0 8743 7 0 0 15 0 22 0 909150176 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 0 0 16800975 18446604459206799488 0 0 -1 3 0 0 0
[pid=17043/tid=17055] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17055/stat : 17055 (java) S 17041 17043 13684 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 909150177 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17056] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17056/stat : 17056 (java) S 17041 17043 13684 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 909150177 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17059] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17059/stat : 17059 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909150179 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000416177 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17060] ppid=17041 vsize=10559124 CPUtime=1.27 cores=1,3,5,7
/proc/17043/task/17060/stat : 17060 (java) S 17041 17043 13684 0 -1 4202560 6413 0 0 0 127 0 0 0 15 0 22 0 909150179 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17061] ppid=17041 vsize=10559124 CPUtime=1.2 cores=1,3,5,7
/proc/17043/task/17061/stat : 17061 (java) S 17041 17043 13684 0 -1 4202560 7730 0 0 0 120 0 0 0 15 0 22 0 909150179 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 3 0 0 0
[pid=17043/tid=17062] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17062/stat : 17062 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909150179 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17063] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17063/stat : 17063 (java) S 17041 17043 13684 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 909150179 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17328] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17328/stat : 17328 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909181215 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17330] ppid=17041 vsize=10559124 CPUtime=540.59 cores=1,3,5,7
/proc/17043/task/17330/stat : 17330 (java) R 17041 17043 13684 0 -1 4202560 233 0 0 0 54059 0 0 0 25 0 22 0 909183339 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 46912505704757 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17043/tid=17331] ppid=17041 vsize=10559124 CPUtime=540.57 cores=1,3,5,7
/proc/17043/task/17331/stat : 17331 (java) R 17041 17043 13684 0 -1 4202560 12 0 0 0 54057 0 0 0 25 0 22 0 909183339 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 46912505925316 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17043/tid=17332] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17332/stat : 17332 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909183339 10812542976 323865 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.95
Current children cumulated vsize (KiB) 10559124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+948.101 s]
/proc/loadavg: 3.32 3.36 3.39 5/557 17348
/proc/meminfo: memFree=17145884/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10559124 CPUtime=1800.09 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 330235 0 1 0 179959 50 0 0 25 0 22 0 909150173 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2639781 323866 2259 9 0 2630515 0
[pid=17043/tid=17044] ppid=17041 vsize=10559124 CPUtime=0.33 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) S 17041 17043 13684 0 -1 4202560 14160 0 1 0 31 2 0 0 15 0 22 0 909150174 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17046] ppid=17041 vsize=10559124 CPUtime=1.06 cores=1,3,5,7
/proc/17043/task/17046/stat : 17046 (java) S 17041 17043 13684 0 -1 4202560 542 0 0 0 105 1 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17047] ppid=17041 vsize=10559124 CPUtime=1.08 cores=1,3,5,7
/proc/17043/task/17047/stat : 17047 (java) S 17041 17043 13684 0 -1 4202560 632 0 0 0 108 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17048] ppid=17041 vsize=10559124 CPUtime=1 cores=1,3,5,7
/proc/17043/task/17048/stat : 17048 (java) S 17041 17043 13684 0 -1 4202560 659 0 0 0 100 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17049] ppid=17041 vsize=10559124 CPUtime=1.02 cores=1,3,5,7
/proc/17043/task/17049/stat : 17049 (java) S 17041 17043 13684 0 -1 4202560 585 0 0 0 102 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17050] ppid=17041 vsize=10559124 CPUtime=0.99 cores=1,3,5,7
/proc/17043/task/17050/stat : 17050 (java) S 17041 17043 13684 0 -1 4202560 585 0 0 0 99 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17051] ppid=17041 vsize=10559124 CPUtime=1.05 cores=1,3,5,7
/proc/17043/task/17051/stat : 17051 (java) S 17041 17043 13684 0 -1 4202560 526 0 0 0 105 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17052] ppid=17041 vsize=10559124 CPUtime=1.1 cores=1,3,5,7
/proc/17043/task/17052/stat : 17052 (java) S 17041 17043 13684 0 -1 4202560 1023 0 0 0 110 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17053] ppid=17041 vsize=10559124 CPUtime=1.08 cores=1,3,5,7
/proc/17043/task/17053/stat : 17053 (java) S 17041 17043 13684 0 -1 4202560 633 0 0 0 108 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17054] ppid=17041 vsize=10559124 CPUtime=88.04 cores=1,3,5,7
/proc/17043/task/17054/stat : 17054 (java) S 17041 17043 13684 0 -1 4202560 38837 0 0 0 8797 7 0 0 16 0 22 0 909150176 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 0 0 16800975 18446604459206799488 0 0 -1 3 0 0 0
[pid=17043/tid=17055] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17055/stat : 17055 (java) S 17041 17043 13684 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 909150177 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17056] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17056/stat : 17056 (java) S 17041 17043 13684 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 909150177 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17059] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17059/stat : 17059 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909150179 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000416177 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17060] ppid=17041 vsize=10559124 CPUtime=1.27 cores=1,3,5,7
/proc/17043/task/17060/stat : 17060 (java) S 17041 17043 13684 0 -1 4202560 6413 0 0 0 127 0 0 0 15 0 22 0 909150179 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17061] ppid=17041 vsize=10559124 CPUtime=1.2 cores=1,3,5,7
/proc/17043/task/17061/stat : 17061 (java) S 17041 17043 13684 0 -1 4202560 7730 0 0 0 120 0 0 0 15 0 22 0 909150179 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 3 0 0 0
[pid=17043/tid=17062] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17062/stat : 17062 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909150179 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17063] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17063/stat : 17063 (java) S 17041 17043 13684 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 909150179 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17328] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17328/stat : 17328 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909181215 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17330] ppid=17041 vsize=10559124 CPUtime=545.85 cores=1,3,5,7
/proc/17043/task/17330/stat : 17330 (java) R 17041 17043 13684 0 -1 4202560 235 0 0 0 54585 0 0 0 25 0 22 0 909183339 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 46912505681963 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17043/tid=17331] ppid=17041 vsize=10559124 CPUtime=545.84 cores=1,3,5,7
/proc/17043/task/17331/stat : 17331 (java) R 17041 17043 13684 0 -1 4202560 12 0 0 0 54584 0 0 0 25 0 22 0 909183339 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 46912505925702 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17043/tid=17332] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17332/stat : 17332 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909183339 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10559124

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

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

[startup+948.101 s]
/proc/loadavg: 3.32 3.36 3.39 5/557 17348
/proc/meminfo: memFree=17145884/32950940 swapFree=67111364/67111528
[pid=17043] ppid=17041 vsize=10559124 CPUtime=1800.09 cores=1,3,5,7
/proc/17043/stat : 17043 (java) S 17041 17043 13684 0 -1 4202496 330235 0 1 0 179959 50 0 0 25 0 22 0 909150173 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17043/statm: 2639781 323866 2259 9 0 2630515 0
[pid=17043/tid=17044] ppid=17041 vsize=10559124 CPUtime=0.33 cores=1,3,5,7
/proc/17043/task/17044/stat : 17044 (java) S 17041 17043 13684 0 -1 4202560 14160 0 1 0 31 2 0 0 15 0 22 0 909150174 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17046] ppid=17041 vsize=10559124 CPUtime=1.06 cores=1,3,5,7
/proc/17043/task/17046/stat : 17046 (java) S 17041 17043 13684 0 -1 4202560 542 0 0 0 105 1 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17047] ppid=17041 vsize=10559124 CPUtime=1.08 cores=1,3,5,7
/proc/17043/task/17047/stat : 17047 (java) S 17041 17043 13684 0 -1 4202560 632 0 0 0 108 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 7 0 0 0
[pid=17043/tid=17048] ppid=17041 vsize=10559124 CPUtime=1 cores=1,3,5,7
/proc/17043/task/17048/stat : 17048 (java) S 17041 17043 13684 0 -1 4202560 659 0 0 0 100 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17049] ppid=17041 vsize=10559124 CPUtime=1.02 cores=1,3,5,7
/proc/17043/task/17049/stat : 17049 (java) S 17041 17043 13684 0 -1 4202560 585 0 0 0 102 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17050] ppid=17041 vsize=10559124 CPUtime=0.99 cores=1,3,5,7
/proc/17043/task/17050/stat : 17050 (java) S 17041 17043 13684 0 -1 4202560 585 0 0 0 99 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17051] ppid=17041 vsize=10559124 CPUtime=1.05 cores=1,3,5,7
/proc/17043/task/17051/stat : 17051 (java) S 17041 17043 13684 0 -1 4202560 526 0 0 0 105 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17052] ppid=17041 vsize=10559124 CPUtime=1.1 cores=1,3,5,7
/proc/17043/task/17052/stat : 17052 (java) S 17041 17043 13684 0 -1 4202560 1023 0 0 0 110 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17053] ppid=17041 vsize=10559124 CPUtime=1.08 cores=1,3,5,7
/proc/17043/task/17053/stat : 17053 (java) S 17041 17043 13684 0 -1 4202560 633 0 0 0 108 0 0 0 15 0 22 0 909150175 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17054] ppid=17041 vsize=10559124 CPUtime=88.04 cores=1,3,5,7
/proc/17043/task/17054/stat : 17054 (java) S 17041 17043 13684 0 -1 4202560 38837 0 0 0 8797 7 0 0 16 0 22 0 909150176 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 0 0 16800975 18446604459206799488 0 0 -1 3 0 0 0
[pid=17043/tid=17055] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17055/stat : 17055 (java) S 17041 17043 13684 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 909150177 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17056] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17056/stat : 17056 (java) S 17041 17043 13684 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 909150177 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17059] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17059/stat : 17059 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909150179 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000416177 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17060] ppid=17041 vsize=10559124 CPUtime=1.27 cores=1,3,5,7
/proc/17043/task/17060/stat : 17060 (java) S 17041 17043 13684 0 -1 4202560 6413 0 0 0 127 0 0 0 15 0 22 0 909150179 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17061] ppid=17041 vsize=10559124 CPUtime=1.2 cores=1,3,5,7
/proc/17043/task/17061/stat : 17061 (java) S 17041 17043 13684 0 -1 4202560 7730 0 0 0 120 0 0 0 15 0 22 0 909150179 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 3 0 0 0
[pid=17043/tid=17062] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17062/stat : 17062 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909150179 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000408473 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17063] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17063/stat : 17063 (java) S 17041 17043 13684 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 909150179 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
[pid=17043/tid=17328] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17328/stat : 17328 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909181215 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 5 0 0 0
[pid=17043/tid=17330] ppid=17041 vsize=10559124 CPUtime=545.85 cores=1,3,5,7
/proc/17043/task/17330/stat : 17330 (java) R 17041 17043 13684 0 -1 4202560 235 0 0 0 54585 0 0 0 25 0 22 0 909183339 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 46912505681963 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17043/tid=17331] ppid=17041 vsize=10559124 CPUtime=545.84 cores=1,3,5,7
/proc/17043/task/17331/stat : 17331 (java) R 17041 17043 13684 0 -1 4202560 12 0 0 0 54584 0 0 0 25 0 22 0 909183339 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 46912505925702 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17043/tid=17332] ppid=17041 vsize=10559124 CPUtime=0 cores=1,3,5,7
/proc/17043/task/17332/stat : 17332 (java) S 17041 17043 13684 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909183339 10812542976 323866 33554432000 1073741824 1073778376 140735467403248 18446744073709551615 216000409088 0 4 0 16800975 18446604459206799488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10559124

Child status: 143
Real time (s): 948.218
CPU time (s): 1800.24
CPU user time (s): 1799.68
CPU system time (s): 0.556915
CPU usage (%): 189.855
Max. virtual memory (cumulated for all children) (KiB): 10563676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.556915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330266
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= 35521
involuntary context switches= 23755

runsolver used 4.87026 second user time and 11.7072 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-04 14:06:34
IDJOB=3454420
IDBENCH=2205
IDSOLVER=1950
FILE ID=node117/3454420-1307189194
RUNJOBID= node117-1307187542-16548
PBS_JOBID= 13508821
Free space on /tmp= 73628 MiB

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

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

MD5SUM BENCH= 1850b909125f53108de0513d8e3d52c8
RANDOM SEED=1174669584

node117.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.849
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.69
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.849
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.849
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.74
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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.849
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.75
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18988420 kB
Buffers:        376640 kB
Cached:        3193276 kB
SwapCached:          0 kB
Active:       10469720 kB
Inactive:      3095244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18988420 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1360 kB
Writeback:           0 kB
AnonPages:     9994920 kB
Mapped:          50168 kB
Slab:           270740 kB
PageTables:      58252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 159857160 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73628 MiB
End job on node117 at 2011-06-04 14:22:24