Trace number 3492933

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08MSAT (TO) 1800.15 1797.85

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap81_wcsp.wbo
MD5SUM82056375080d1ec55a672c8d47702d0f
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT TO
Best cost obtained on this benchmark7851242
Best CPU time to get the best result obtained on this benchmark1800.15
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1300
Total number of constraints2598
Number of soft constraints2523
Number of constraints which are clauses2523
Number of constraints which are cardinality constraints (but not clauses)75
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 59386724
Min constraint cost 1
Max constraint cost 59386724
Sum of constraints costs 74836280126
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492933-1307912626.wbo
0.10/0.11	c reading problem ... 
0.25/0.30	c ... done. Wall clock time 0.187s.
0.25/0.30	c #vars     3823
0.25/0.30	c #constraints  3924
0.25/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1300
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1323
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.50/0.38	c SATISFIABLE
0.50/0.38	c OPTIMIZING...
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.275
0.50/0.38	o 7851242
2.77/2.17	c cleaning 2495 clauses out of 5001 with flag 5001/5001
4.62/3.95	c cleaning 4247 clauses out of 8507 with flag 11002/11002
6.73/6.05	c cleaning 5618 clauses out of 11258 with flag 18000/18000
9.34/8.62	c cleaning 6814 clauses out of 13640 with flag 26000/26000
11.99/11.20	c cleaning 7907 clauses out of 15827 with flag 35001/35001
15.09/14.40	c cleaning 8955 clauses out of 17920 with flag 45001/45001
17.89/17.15	c cleaning 9475 clauses out of 18964 with flag 55000/55000
20.49/19.73	c cleaning 9742 clauses out of 19491 with flag 65002/65002
23.39/22.67	c cleaning 9871 clauses out of 19750 with flag 75003/75003
26.31/25.53	c cleaning 9933 clauses out of 19876 with flag 85000/85000
29.92/28.98	c cleaning 9962 clauses out of 19943 with flag 95000/95000
33.38/32.05	c cleaning 9988 clauses out of 19985 with flag 105004/105004
36.38/35.05	c cleaning 9991 clauses out of 19993 with flag 115000/115000
39.58/38.22	c cleaning 10000 clauses out of 20002 with flag 125000/125000
43.28/41.98	c cleaning 9997 clauses out of 20002 with flag 135000/135000
46.68/45.31	c cleaning 9984 clauses out of 20005 with flag 145000/145000
49.79/48.49	c cleaning 10005 clauses out of 20023 with flag 155002/155002
52.79/51.46	c cleaning 9999 clauses out of 20016 with flag 165000/165000
55.89/54.58	c cleaning 9998 clauses out of 20017 with flag 175000/175000
58.99/57.60	c cleaning 10001 clauses out of 20021 with flag 185002/185002
61.69/60.33	c cleaning 10003 clauses out of 20020 with flag 195002/195002
65.10/63.77	c cleaning 9995 clauses out of 20015 with flag 205000/205000
68.59/67.21	c cleaning 10004 clauses out of 20021 with flag 215001/215001
71.89/70.59	c cleaning 9994 clauses out of 20017 with flag 225001/225001
75.50/74.11	c cleaning 9999 clauses out of 20023 with flag 235001/235001
79.20/77.83	c cleaning 10002 clauses out of 20023 with flag 245000/245000
82.80/81.49	c cleaning 9998 clauses out of 20022 with flag 255001/255001
86.40/85.03	c cleaning 10006 clauses out of 20023 with flag 265000/265000
89.60/88.25	c cleaning 10004 clauses out of 20017 with flag 275000/275000
91.70/90.36	c cleaning 9994 clauses out of 20015 with flag 285002/285002
95.30/93.94	c cleaning 9996 clauses out of 20019 with flag 295000/295000
98.61/97.27	c cleaning 10002 clauses out of 20023 with flag 305000/305000
101.21/99.82	c cleaning 10003 clauses out of 20023 with flag 315002/315002
104.51/103.13	c cleaning 9995 clauses out of 20018 with flag 325000/325000
108.71/107.38	c cleaning 10002 clauses out of 20024 with flag 335001/335001
112.61/111.25	c cleaning 9999 clauses out of 20021 with flag 345000/345000
115.21/113.81	c cleaning 9997 clauses out of 20022 with flag 355000/355000
118.02/116.66	c cleaning 10003 clauses out of 20027 with flag 365002/365002
120.91/119.58	c cleaning 9999 clauses out of 20022 with flag 375000/375000
124.31/122.90	c cleaning 10000 clauses out of 20023 with flag 385000/385000
127.32/125.98	c cleaning 10003 clauses out of 20024 with flag 395001/395001
130.62/129.27	c cleaning 10000 clauses out of 20020 with flag 405000/405000
133.13/131.78	c cleaning 10003 clauses out of 20021 with flag 415001/415001
135.83/134.43	c cleaning 10001 clauses out of 20018 with flag 425001/425001
138.94/137.51	c cleaning 9996 clauses out of 20017 with flag 435001/435001
142.14/140.76	c cleaning 9995 clauses out of 20020 with flag 445000/445000
145.44/144.06	c cleaning 10010 clauses out of 20027 with flag 455002/455002
148.63/147.20	c cleaning 9998 clauses out of 20015 with flag 465000/465000
151.74/150.33	c cleaning 10002 clauses out of 20018 with flag 475001/475001
154.24/152.84	c cleaning 10000 clauses out of 20016 with flag 485001/485001
156.44/155.01	c cleaning 9999 clauses out of 20016 with flag 495001/495001
158.74/157.39	c cleaning 9998 clauses out of 20016 with flag 505000/505000
161.24/159.83	c cleaning 9997 clauses out of 20018 with flag 515000/515000
163.95/162.56	c cleaning 10003 clauses out of 20025 with flag 525004/525004
167.05/165.69	c cleaning 10002 clauses out of 20018 with flag 535000/535000
170.95/169.57	c cleaning 9995 clauses out of 20016 with flag 545000/545000
174.55/173.17	c cleaning 9993 clauses out of 20021 with flag 555000/555000
178.15/176.70	c cleaning 10001 clauses out of 20029 with flag 565001/565001
181.55/180.11	c cleaning 10000 clauses out of 20031 with flag 575004/575004
184.65/183.28	c cleaning 9999 clauses out of 20028 with flag 585001/585001
187.95/186.54	c cleaning 10011 clauses out of 20029 with flag 595001/595001
191.15/189.78	c cleaning 10001 clauses out of 20017 with flag 605000/605000
195.06/193.61	c cleaning 9995 clauses out of 20016 with flag 615000/615000
198.66/197.28	c cleaning 10001 clauses out of 20021 with flag 625000/625000
202.16/200.79	c cleaning 9988 clauses out of 20020 with flag 635000/635000
205.86/204.43	c cleaning 10002 clauses out of 20034 with flag 645002/645002
208.96/207.57	c cleaning 10004 clauses out of 20031 with flag 655001/655001
212.48/211.07	c cleaning 10003 clauses out of 20029 with flag 665003/665003
215.58/214.18	c cleaning 10004 clauses out of 20023 with flag 675000/675000
218.88/217.47	c cleaning 9991 clauses out of 20019 with flag 685000/685000
221.88/220.46	c cleaning 10006 clauses out of 20028 with flag 695000/695000
225.19/223.79	c cleaning 10000 clauses out of 20023 with flag 705001/705001
228.39/226.90	c cleaning 10000 clauses out of 20024 with flag 715002/715002
231.49/230.04	c cleaning 10006 clauses out of 20023 with flag 725001/725001
234.79/233.37	c cleaning 9999 clauses out of 20017 with flag 735001/735001
237.69/236.23	c cleaning 10002 clauses out of 20020 with flag 745003/745003
241.59/240.13	c cleaning 9997 clauses out of 20015 with flag 755000/755000
245.70/244.21	c cleaning 10001 clauses out of 20019 with flag 765001/765001
249.60/248.19	c cleaning 10000 clauses out of 20020 with flag 775003/775003
254.00/252.51	c cleaning 10005 clauses out of 20017 with flag 785000/785000
256.40/254.93	c cleaning 9998 clauses out of 20013 with flag 795001/795001
258.60/257.18	c cleaning 10000 clauses out of 20015 with flag 805001/805001
260.80/259.32	c cleaning 9994 clauses out of 20014 with flag 815000/815000
263.00/261.51	c cleaning 10003 clauses out of 20020 with flag 825000/825000
265.20/263.72	c cleaning 10002 clauses out of 20019 with flag 835002/835002
267.51/266.04	c cleaning 9993 clauses out of 20018 with flag 845003/845003
269.81/268.32	c cleaning 10001 clauses out of 20023 with flag 855001/855001
272.11/270.62	c cleaning 10005 clauses out of 20023 with flag 865002/865002
274.41/272.97	c cleaning 9999 clauses out of 20017 with flag 875001/875001
276.81/275.34	c cleaning 10001 clauses out of 20020 with flag 885003/885003
280.01/278.60	c cleaning 10006 clauses out of 20017 with flag 895001/895001
283.02/281.54	c cleaning 9994 clauses out of 20012 with flag 905002/905002
286.81/285.36	c cleaning 9987 clauses out of 20016 with flag 915000/915000
290.52/289.09	c cleaning 10009 clauses out of 20031 with flag 925002/925002
293.22/291.79	c cleaning 10004 clauses out of 20020 with flag 935000/935000
296.23/294.74	c cleaning 9999 clauses out of 20016 with flag 945000/945000
299.53/298.05	c cleaning 9998 clauses out of 20018 with flag 955001/955001
302.73/301.29	c cleaning 9997 clauses out of 20019 with flag 965000/965000
306.03/304.57	c cleaning 10003 clauses out of 20023 with flag 975001/975001
309.33/307.82	c cleaning 9996 clauses out of 20019 with flag 985000/985000
312.53/311.08	c cleaning 10004 clauses out of 20024 with flag 995001/995001
315.83/314.32	c cleaning 9994 clauses out of 20023 with flag 1005004/1005004
319.23/317.77	c cleaning 10001 clauses out of 20025 with flag 1015000/1015000
322.13/320.66	c cleaning 10003 clauses out of 20024 with flag 1025000/1025000
324.64/323.17	c cleaning 10005 clauses out of 20021 with flag 1035000/1035000
327.44/325.96	c cleaning 9999 clauses out of 20017 with flag 1045001/1045001
330.54/329.04	c cleaning 9991 clauses out of 20018 with flag 1055001/1055001
333.54/332.03	c cleaning 9994 clauses out of 20027 with flag 1065001/1065001
336.74/335.21	c cleaning 10006 clauses out of 20034 with flag 1075002/1075002
339.55/338.09	c cleaning 10003 clauses out of 20026 with flag 1085000/1085000
342.55/341.04	c cleaning 10002 clauses out of 20023 with flag 1095000/1095000
345.85/344.32	c cleaning 10006 clauses out of 20025 with flag 1105004/1105004
349.35/347.83	c cleaning 9999 clauses out of 20015 with flag 1115000/1115000
352.95/351.42	c cleaning 9993 clauses out of 20017 with flag 1125001/1125001
356.95/355.44	c cleaning 9997 clauses out of 20025 with flag 1135002/1135002
360.55/359.06	c cleaning 9990 clauses out of 20026 with flag 1145000/1145000
364.66/363.19	c cleaning 10005 clauses out of 20040 with flag 1155004/1155004
368.36/366.87	c cleaning 10000 clauses out of 20032 with flag 1165001/1165001
371.76/370.27	c cleaning 9997 clauses out of 20031 with flag 1175000/1175000
374.76/373.28	c cleaning 10008 clauses out of 20036 with flag 1185002/1185002
377.46/375.94	c cleaning 10009 clauses out of 20027 with flag 1195001/1195001
380.26/378.73	c cleaning 10000 clauses out of 20017 with flag 1205000/1205000
383.17/381.61	c cleaning 10001 clauses out of 20019 with flag 1215002/1215002
385.87/384.32	c cleaning 10003 clauses out of 20018 with flag 1225002/1225002
388.07/386.56	c cleaning 10000 clauses out of 20013 with flag 1235000/1235000
390.87/389.34	c cleaning 9989 clauses out of 20013 with flag 1245000/1245000
393.77/392.27	c cleaning 9998 clauses out of 20026 with flag 1255002/1255002
396.87/395.35	c cleaning 10000 clauses out of 20028 with flag 1265002/1265002
400.17/398.66	c cleaning 10010 clauses out of 20029 with flag 1275003/1275003
402.97/401.42	c cleaning 10004 clauses out of 20017 with flag 1285001/1285001
405.47/403.90	c cleaning 9996 clauses out of 20014 with flag 1295002/1295002
408.08/406.53	c cleaning 9994 clauses out of 20017 with flag 1305001/1305001
410.78/409.24	c cleaning 10001 clauses out of 20022 with flag 1315000/1315000
413.78/412.21	c cleaning 9992 clauses out of 20021 with flag 1325000/1325000
416.78/415.23	c cleaning 10007 clauses out of 20031 with flag 1335002/1335002
420.48/418.91	c cleaning 10005 clauses out of 20022 with flag 1345000/1345000
423.38/421.80	c cleaning 10001 clauses out of 20018 with flag 1355001/1355001
426.89/425.33	c cleaning 10001 clauses out of 20017 with flag 1365001/1365001
430.89/429.30	c cleaning 9990 clauses out of 20017 with flag 1375002/1375002
434.49/432.97	c cleaning 10007 clauses out of 20025 with flag 1385000/1385000
436.79/435.27	c cleaning 10004 clauses out of 20019 with flag 1395001/1395001
439.20/437.68	c cleaning 9996 clauses out of 20015 with flag 1405001/1405001
441.90/440.35	c cleaning 10002 clauses out of 20019 with flag 1415001/1415001
445.80/444.24	c cleaning 9991 clauses out of 20016 with flag 1425000/1425000
450.01/448.41	c cleaning 10000 clauses out of 20026 with flag 1435001/1435001
454.01/452.47	c cleaning 10000 clauses out of 20029 with flag 1445004/1445004
457.81/456.23	c cleaning 10002 clauses out of 20025 with flag 1455000/1455000
460.52/459.00	c cleaning 10005 clauses out of 20024 with flag 1465001/1465001
463.12/461.51	c cleaning 9999 clauses out of 20019 with flag 1475001/1475001
465.82/464.25	c cleaning 10000 clauses out of 20019 with flag 1485000/1485000
469.42/467.84	c cleaning 9997 clauses out of 20019 with flag 1495000/1495000
472.43/470.84	c cleaning 10004 clauses out of 20025 with flag 1505003/1505003
475.12/473.59	c cleaning 9999 clauses out of 20020 with flag 1515002/1515002
478.32/476.72	c cleaning 9999 clauses out of 20019 with flag 1525000/1525000
481.42/479.85	c cleaning 9998 clauses out of 20021 with flag 1535001/1535001
484.82/483.20	c cleaning 10001 clauses out of 20023 with flag 1545001/1545001
487.73/486.17	c cleaning 9999 clauses out of 20022 with flag 1555001/1555001
490.72/489.11	c cleaning 10002 clauses out of 20025 with flag 1565003/1565003
493.63/492.08	c cleaning 10000 clauses out of 20021 with flag 1575001/1575001
497.03/495.42	c cleaning 9998 clauses out of 20021 with flag 1585001/1585001
499.93/498.39	c cleaning 9995 clauses out of 20023 with flag 1595001/1595001
503.14/501.58	c cleaning 10000 clauses out of 20027 with flag 1605000/1605000
506.23/504.60	c cleaning 10003 clauses out of 20030 with flag 1615003/1615003
509.23/507.65	c cleaning 10001 clauses out of 20024 with flag 1625000/1625000
512.73/511.11	c cleaning 10001 clauses out of 20023 with flag 1635000/1635000
515.94/514.38	c cleaning 9998 clauses out of 20022 with flag 1645000/1645000
519.24/517.61	c cleaning 10009 clauses out of 20025 with flag 1655001/1655001
522.74/521.14	c cleaning 9999 clauses out of 20016 with flag 1665001/1665001
526.04/524.45	c cleaning 9998 clauses out of 20016 with flag 1675000/1675000
529.04/527.41	c cleaning 9999 clauses out of 20018 with flag 1685000/1685000
532.34/530.78	c cleaning 9998 clauses out of 20022 with flag 1695003/1695003
535.74/534.14	c cleaning 9997 clauses out of 20022 with flag 1705001/1705001
538.74/537.13	c cleaning 10002 clauses out of 20025 with flag 1715001/1715001
541.84/540.25	c cleaning 10004 clauses out of 20024 with flag 1725002/1725002
545.05/543.43	c cleaning 9997 clauses out of 20019 with flag 1735001/1735001
548.55/546.91	c cleaning 9986 clauses out of 20021 with flag 1745000/1745000
552.66/551.00	c cleaning 9988 clauses out of 20037 with flag 1755002/1755002
556.65/555.02	c cleaning 9996 clauses out of 20047 with flag 1765000/1765000
560.16/558.55	c cleaning 10010 clauses out of 20054 with flag 1775003/1775003
562.96/561.35	c cleaning 10011 clauses out of 20041 with flag 1785000/1785000
565.77/564.10	c cleaning 10009 clauses out of 20031 with flag 1795001/1795001
568.87/567.25	c cleaning 9998 clauses out of 20024 with flag 1805003/1805003
572.27/570.67	c cleaning 10002 clauses out of 20026 with flag 1815003/1815003
575.27/573.61	c cleaning 10001 clauses out of 20021 with flag 1825000/1825000
577.77/576.17	c cleaning 9994 clauses out of 20020 with flag 1835000/1835000
580.28/578.70	c cleaning 10003 clauses out of 20026 with flag 1845000/1845000
583.08/581.44	c cleaning 10002 clauses out of 20023 with flag 1855000/1855000
586.08/584.41	c cleaning 10002 clauses out of 20022 with flag 1865001/1865001
588.98/587.30	c cleaning 10003 clauses out of 20019 with flag 1875000/1875000
592.39/590.71	c cleaning 10000 clauses out of 20017 with flag 1885001/1885001
595.78/594.19	c cleaning 9998 clauses out of 20017 with flag 1895001/1895001
599.18/597.51	c cleaning 10003 clauses out of 20020 with flag 1905002/1905002
602.19/600.53	c cleaning 9999 clauses out of 20015 with flag 1915000/1915000
604.78/603.16	c cleaning 9997 clauses out of 20016 with flag 1925000/1925000
607.39/605.77	c cleaning 9999 clauses out of 20019 with flag 1935000/1935000
610.19/608.52	c cleaning 9998 clauses out of 20020 with flag 1945000/1945000
613.09/611.47	c cleaning 9999 clauses out of 20025 with flag 1955003/1955003
616.89/615.22	c cleaning 10005 clauses out of 20023 with flag 1965000/1965000
619.69/618.05	c cleaning 9992 clauses out of 20019 with flag 1975001/1975001
623.10/621.45	c cleaning 10000 clauses out of 20026 with flag 1985000/1985000
626.60/624.98	c cleaning 10006 clauses out of 20026 with flag 1995000/1995000
630.10/628.44	c cleaning 10009 clauses out of 20021 with flag 2005001/2005001
632.90/631.27	c cleaning 10000 clauses out of 20013 with flag 2015002/2015002
636.00/634.38	c cleaning 10001 clauses out of 20017 with flag 2025006/2025006
639.30/637.63	c cleaning 9986 clauses out of 20010 with flag 2035000/2035000
642.71/641.01	c cleaning 9997 clauses out of 20026 with flag 2045002/2045002
645.51/643.82	c cleaning 10008 clauses out of 20028 with flag 2055001/2055001
647.71/646.09	c cleaning 10003 clauses out of 20021 with flag 2065002/2065002
650.21/648.55	c cleaning 9997 clauses out of 20016 with flag 2075000/2075000
653.51/651.81	c cleaning 10003 clauses out of 20019 with flag 2085000/2085000
656.82/655.15	c cleaning 10003 clauses out of 20020 with flag 2095004/2095004
660.62/658.93	c cleaning 9995 clauses out of 20013 with flag 2105000/2105000
664.62/662.93	c cleaning 9990 clauses out of 20018 with flag 2115000/2115000
668.32/666.64	c cleaning 10003 clauses out of 20028 with flag 2125000/2125000
671.42/669.73	c cleaning 10006 clauses out of 20025 with flag 2135000/2135000
674.52/672.85	c cleaning 9993 clauses out of 20020 with flag 2145001/2145001
678.23/676.56	c cleaning 10011 clauses out of 20030 with flag 2155004/2155004
681.73/680.03	c cleaning 9994 clauses out of 20016 with flag 2165001/2165001
685.03/683.35	c cleaning 10004 clauses out of 20022 with flag 2175001/2175001
688.43/686.77	c cleaning 10005 clauses out of 20020 with flag 2185003/2185003
691.23/689.58	c cleaning 9995 clauses out of 20012 with flag 2195000/2195000
694.53/692.90	c cleaning 9998 clauses out of 20018 with flag 2205001/2205001
697.83/696.18	c cleaning 10004 clauses out of 20021 with flag 2215002/2215002
700.93/699.28	c cleaning 9994 clauses out of 20015 with flag 2225000/2225000
704.43/702.77	c cleaning 9996 clauses out of 20021 with flag 2235000/2235000
707.84/706.17	c cleaning 9995 clauses out of 20025 with flag 2245000/2245000
711.44/709.77	c cleaning 10004 clauses out of 20033 with flag 2255003/2255003
714.84/713.18	c cleaning 9999 clauses out of 20028 with flag 2265002/2265002
718.14/716.46	c cleaning 10007 clauses out of 20028 with flag 2275001/2275001
721.14/719.48	c cleaning 9995 clauses out of 20022 with flag 2285002/2285002
724.14/722.43	c cleaning 10003 clauses out of 20025 with flag 2295000/2295000
727.35/725.63	c cleaning 10002 clauses out of 20023 with flag 2305001/2305001
730.65/728.96	c cleaning 10001 clauses out of 20020 with flag 2315000/2315000
733.55/731.86	c cleaning 9995 clauses out of 20019 with flag 2325000/2325000
736.85/735.11	c cleaning 10003 clauses out of 20025 with flag 2335001/2335001
739.35/737.63	c cleaning 9998 clauses out of 20024 with flag 2345003/2345003
741.96/740.29	c cleaning 9998 clauses out of 20023 with flag 2355000/2355000
745.26/743.56	c cleaning 9998 clauses out of 20027 with flag 2365002/2365002
748.45/746.79	c cleaning 10001 clauses out of 20027 with flag 2375000/2375000
751.66/749.91	c cleaning 9996 clauses out of 20029 with flag 2385003/2385003
754.56/752.87	c cleaning 10003 clauses out of 20030 with flag 2395000/2395000
758.16/756.45	c cleaning 10002 clauses out of 20028 with flag 2405001/2405001
762.16/760.49	c cleaning 10000 clauses out of 20026 with flag 2415001/2415001
766.36/764.61	c cleaning 9995 clauses out of 20025 with flag 2425000/2425000
770.07/768.38	c cleaning 10003 clauses out of 20031 with flag 2435001/2435001
772.47/770.76	c cleaning 10007 clauses out of 20031 with flag 2445004/2445004
775.07/773.33	c cleaning 9991 clauses out of 20020 with flag 2455000/2455000
778.17/776.45	c cleaning 9998 clauses out of 20030 with flag 2465001/2465001
780.58/778.81	c cleaning 10004 clauses out of 20031 with flag 2475000/2475000
783.08/781.37	c cleaning 10006 clauses out of 20028 with flag 2485001/2485001
785.78/784.05	c cleaning 9994 clauses out of 20021 with flag 2495000/2495000
789.19/787.46	c cleaning 9995 clauses out of 20027 with flag 2505000/2505000
792.19/790.48	c cleaning 10007 clauses out of 20033 with flag 2515001/2515001
794.69/792.96	c cleaning 10004 clauses out of 20027 with flag 2525002/2525002
797.69/795.99	c cleaning 9996 clauses out of 20021 with flag 2535000/2535000
800.79/799.07	c cleaning 10002 clauses out of 20026 with flag 2545001/2545001
803.60/801.85	c cleaning 9998 clauses out of 20024 with flag 2555001/2555001
807.10/805.31	c cleaning 9996 clauses out of 20026 with flag 2565001/2565001
810.50/808.70	c cleaning 10006 clauses out of 20030 with flag 2575001/2575001
812.90/811.11	c cleaning 10002 clauses out of 20024 with flag 2585001/2585001
815.60/813.80	c cleaning 9999 clauses out of 20022 with flag 2595001/2595001
818.30/816.54	c cleaning 9997 clauses out of 20023 with flag 2605001/2605001
821.50/819.79	c cleaning 10002 clauses out of 20027 with flag 2615002/2615002
824.61/822.81	c cleaning 10001 clauses out of 20025 with flag 2625002/2625002
827.71/825.98	c cleaning 9997 clauses out of 20024 with flag 2635002/2635002
830.71/828.95	c cleaning 9999 clauses out of 20026 with flag 2645001/2645001
833.71/831.93	c cleaning 9995 clauses out of 20027 with flag 2655001/2655001
837.41/835.66	c cleaning 10011 clauses out of 20034 with flag 2665003/2665003
841.21/839.41	c cleaning 10006 clauses out of 20021 with flag 2675001/2675001
844.71/842.97	c cleaning 9992 clauses out of 20015 with flag 2685001/2685001
848.42/846.69	c cleaning 9998 clauses out of 20022 with flag 2695000/2695000
852.03/850.26	c cleaning 10001 clauses out of 20025 with flag 2705001/2705001
855.72/854.00	c cleaning 10002 clauses out of 20023 with flag 2715000/2715000
859.43/857.65	c cleaning 9994 clauses out of 20021 with flag 2725000/2725000
863.13/861.31	c cleaning 10003 clauses out of 20028 with flag 2735001/2735001
866.93/865.11	c cleaning 10004 clauses out of 20025 with flag 2745001/2745001
870.63/868.88	c cleaning 9988 clauses out of 20022 with flag 2755002/2755002
874.63/872.88	c cleaning 9999 clauses out of 20033 with flag 2765001/2765001
878.44/876.69	c cleaning 10004 clauses out of 20033 with flag 2775000/2775000
882.13/880.31	c cleaning 9997 clauses out of 20029 with flag 2785000/2785000
885.93/884.12	c cleaning 10012 clauses out of 20032 with flag 2795000/2795000
889.54/887.79	c cleaning 10004 clauses out of 20021 with flag 2805001/2805001
892.74/890.91	c cleaning 9991 clauses out of 20018 with flag 2815002/2815002
895.84/894.04	c cleaning 10002 clauses out of 20027 with flag 2825002/2825002
899.04/897.23	c cleaning 10005 clauses out of 20027 with flag 2835004/2835004
902.34/900.51	c cleaning 9994 clauses out of 20019 with flag 2845001/2845001
905.64/903.86	c cleaning 9988 clauses out of 20025 with flag 2855001/2855001
909.05/907.24	c cleaning 10003 clauses out of 20037 with flag 2865001/2865001
912.45/910.66	c cleaning 9995 clauses out of 20033 with flag 2875000/2875000
916.15/914.37	c cleaning 10006 clauses out of 20041 with flag 2885003/2885003
919.75/917.93	c cleaning 9998 clauses out of 20032 with flag 2895000/2895000
923.25/921.40	c cleaning 10007 clauses out of 20034 with flag 2905000/2905000
926.96/925.14	c cleaning 10005 clauses out of 20028 with flag 2915001/2915001
930.25/928.43	c cleaning 9997 clauses out of 20023 with flag 2925001/2925001
933.75/931.94	c cleaning 9997 clauses out of 20025 with flag 2935000/2935000
937.35/935.55	c cleaning 9994 clauses out of 20028 with flag 2945000/2945000
941.16/939.30	c cleaning 10009 clauses out of 20036 with flag 2955002/2955002
944.86/943.04	c cleaning 9995 clauses out of 20025 with flag 2965000/2965000
948.56/946.78	c cleaning 9992 clauses out of 20030 with flag 2975000/2975000
952.66/950.84	c cleaning 9999 clauses out of 20038 with flag 2985000/2985000
955.86/954.02	c cleaning 10010 clauses out of 20039 with flag 2995000/2995000
958.66/956.81	c cleaning 10007 clauses out of 20031 with flag 3005002/3005002
962.07/960.23	c cleaning 9996 clauses out of 20022 with flag 3015000/3015000
964.97/963.19	c cleaning 10007 clauses out of 20026 with flag 3025000/3025000
967.47/965.64	c cleaning 10004 clauses out of 20021 with flag 3035002/3035002
970.17/968.31	c cleaning 9997 clauses out of 20015 with flag 3045000/3045000
972.97/971.12	c cleaning 10004 clauses out of 20018 with flag 3055000/3055000
976.28/974.45	c cleaning 9989 clauses out of 20018 with flag 3065004/3065004
979.38/977.55	c cleaning 10002 clauses out of 20025 with flag 3075000/3075000
982.08/980.30	c cleaning 10003 clauses out of 20023 with flag 3085000/3085000
984.68/982.83	c cleaning 10005 clauses out of 20021 with flag 3095001/3095001
986.98/985.19	c cleaning 10002 clauses out of 20016 with flag 3105001/3105001
989.48/987.66	c cleaning 9997 clauses out of 20014 with flag 3115001/3115001
992.59/990.74	c cleaning 10000 clauses out of 20019 with flag 3125003/3125003
996.39/994.50	c cleaning 9995 clauses out of 20016 with flag 3135000/3135000
1000.09/998.27	c cleaning 10005 clauses out of 20024 with flag 3145003/3145003
1003.59/1001.77	c cleaning 10002 clauses out of 20016 with flag 3155000/3155000
1007.10/1005.27	c cleaning 10000 clauses out of 20017 with flag 3165003/3165003
1011.00/1009.13	c cleaning 9999 clauses out of 20017 with flag 3175003/3175003
1014.80/1012.98	c cleaning 9994 clauses out of 20016 with flag 3185001/3185001
1018.01/1016.11	c cleaning 10003 clauses out of 20023 with flag 3195002/3195002
1021.41/1019.52	c cleaning 9997 clauses out of 20020 with flag 3205002/3205002
1024.61/1022.72	c cleaning 9999 clauses out of 20022 with flag 3215001/3215001
1028.01/1026.17	c cleaning 10000 clauses out of 20023 with flag 3225001/3225001
1031.91/1030.08	c cleaning 10003 clauses out of 20023 with flag 3235001/3235001
1035.82/1033.97	c cleaning 9996 clauses out of 20020 with flag 3245001/3245001
1040.22/1038.33	c cleaning 10005 clauses out of 20023 with flag 3255000/3255000
1044.02/1042.14	c cleaning 9994 clauses out of 20018 with flag 3265000/3265000
1048.32/1046.43	c cleaning 10008 clauses out of 20025 with flag 3275001/3275001
1051.73/1049.81	c cleaning 9998 clauses out of 20016 with flag 3285000/3285000
1054.63/1052.79	c cleaning 10001 clauses out of 20018 with flag 3295000/3295000
1057.63/1055.73	c cleaning 10000 clauses out of 20017 with flag 3305000/3305000
1060.53/1058.60	c cleaning 9996 clauses out of 20018 with flag 3315001/3315001
1063.63/1061.77	c cleaning 10001 clauses out of 20021 with flag 3325000/3325000
1066.64/1064.74	c cleaning 9999 clauses out of 20020 with flag 3335000/3335000
1069.64/1067.78	c cleaning 9998 clauses out of 20021 with flag 3345000/3345000
1073.04/1071.12	c cleaning 9999 clauses out of 20023 with flag 3355000/3355000
1076.74/1074.81	c cleaning 10001 clauses out of 20024 with flag 3365000/3365000
1080.45/1078.50	c cleaning 10002 clauses out of 20025 with flag 3375002/3375002
1084.25/1082.30	c cleaning 9991 clauses out of 20021 with flag 3385000/3385000
1087.65/1085.72	c cleaning 10007 clauses out of 20033 with flag 3395003/3395003
1091.55/1089.64	c cleaning 10006 clauses out of 20024 with flag 3405001/3405001
1095.25/1093.37	c cleaning 9986 clauses out of 20017 with flag 3415000/3415000
1099.65/1097.70	c cleaning 10000 clauses out of 20031 with flag 3425000/3425000
1102.75/1100.84	c cleaning 10006 clauses out of 20032 with flag 3435001/3435001
1105.95/1104.05	c cleaning 9991 clauses out of 20025 with flag 3445000/3445000
1109.25/1107.36	c cleaning 10004 clauses out of 20034 with flag 3455000/3455000
1112.55/1110.63	c cleaning 9999 clauses out of 20031 with flag 3465001/3465001
1115.75/1113.87	c cleaning 10006 clauses out of 20032 with flag 3475001/3475001
1118.96/1117.06	c cleaning 9996 clauses out of 20026 with flag 3485001/3485001
1122.36/1120.43	c cleaning 9999 clauses out of 20029 with flag 3495000/3495000
1125.46/1123.51	c cleaning 9997 clauses out of 20031 with flag 3505001/3505001
1128.96/1127.01	c cleaning 10001 clauses out of 20036 with flag 3515003/3515003
1132.46/1130.56	c cleaning 10001 clauses out of 20032 with flag 3525000/3525000
1135.46/1133.56	c cleaning 10002 clauses out of 20031 with flag 3535000/3535000
1138.56/1136.63	c cleaning 9999 clauses out of 20030 with flag 3545001/3545001
1141.76/1139.83	c cleaning 9999 clauses out of 20030 with flag 3555000/3555000
1145.36/1143.43	c cleaning 10001 clauses out of 20032 with flag 3565001/3565001
1148.96/1147.08	c cleaning 10001 clauses out of 20032 with flag 3575002/3575002
1152.67/1150.79	c cleaning 9998 clauses out of 20030 with flag 3585001/3585001
1155.97/1154.09	c cleaning 9992 clauses out of 20031 with flag 3595000/3595000
1159.37/1157.47	c cleaning 10005 clauses out of 20041 with flag 3605002/3605002
1162.98/1161.01	c cleaning 9991 clauses out of 20034 with flag 3615000/3615000
1166.28/1164.37	c cleaning 9999 clauses out of 20043 with flag 3625000/3625000
1169.98/1168.07	c cleaning 9999 clauses out of 20046 with flag 3635002/3635002
1173.39/1171.50	c cleaning 10002 clauses out of 20047 with flag 3645002/3645002
1176.79/1174.81	c cleaning 10012 clauses out of 20043 with flag 3655000/3655000
1179.89/1177.95	c cleaning 10008 clauses out of 20031 with flag 3665000/3665000
1183.09/1181.13	c cleaning 10002 clauses out of 20024 with flag 3675001/3675001
1185.39/1183.47	c cleaning 10002 clauses out of 20024 with flag 3685003/3685003
1187.70/1185.72	c cleaning 10002 clauses out of 20020 with flag 3695001/3695001
1190.00/1188.02	c cleaning 10001 clauses out of 20017 with flag 3705000/3705000
1192.29/1190.34	c cleaning 9997 clauses out of 20016 with flag 3715000/3715000
1194.49/1192.59	c cleaning 10002 clauses out of 20022 with flag 3725003/3725003
1196.90/1194.97	c cleaning 10004 clauses out of 20017 with flag 3735000/3735000
1199.20/1197.25	c cleaning 9999 clauses out of 20015 with flag 3745002/3745002
1201.60/1199.69	c cleaning 9997 clauses out of 20016 with flag 3755002/3755002
1204.10/1202.13	c cleaning 9998 clauses out of 20017 with flag 3765000/3765000
1206.80/1204.86	c cleaning 10001 clauses out of 20022 with flag 3775003/3775003
1209.31/1207.31	c cleaning 9992 clauses out of 20018 with flag 3785000/3785000
1212.01/1210.06	c cleaning 10004 clauses out of 20026 with flag 3795000/3795000
1214.71/1212.79	c cleaning 9995 clauses out of 20022 with flag 3805000/3805000
1217.42/1215.47	c cleaning 10006 clauses out of 20033 with flag 3815006/3815006
1220.12/1218.18	c cleaning 10003 clauses out of 20026 with flag 3825005/3825005
1222.52/1220.57	c cleaning 9988 clauses out of 20018 with flag 3835000/3835000
1225.32/1223.35	c cleaning 10000 clauses out of 20030 with flag 3845000/3845000
1228.43/1226.43	c cleaning 10009 clauses out of 20031 with flag 3855001/3855001
1231.32/1229.31	c cleaning 10003 clauses out of 20022 with flag 3865001/3865001
1234.43/1232.41	c cleaning 9996 clauses out of 20018 with flag 3875000/3875000
1236.83/1234.84	c cleaning 10002 clauses out of 20023 with flag 3885001/3885001
1239.63/1237.67	c cleaning 9988 clauses out of 20020 with flag 3895000/3895000
1242.93/1240.91	c cleaning 10004 clauses out of 20032 with flag 3905000/3905000
1245.63/1243.68	c cleaning 10004 clauses out of 20029 with flag 3915001/3915001
1248.93/1246.93	c cleaning 10001 clauses out of 20025 with flag 3925001/3925001
1251.64/1249.69	c cleaning 10004 clauses out of 20023 with flag 3935000/3935000
1254.63/1252.65	c cleaning 10000 clauses out of 20019 with flag 3945000/3945000
1257.74/1255.73	c cleaning 9998 clauses out of 20022 with flag 3955003/3955003
1261.14/1259.11	c cleaning 9991 clauses out of 20021 with flag 3965000/3965000
1264.64/1262.60	c cleaning 10005 clauses out of 20033 with flag 3975003/3975003
1267.84/1265.88	c cleaning 9998 clauses out of 20027 with flag 3985002/3985002
1271.04/1269.06	c cleaning 9998 clauses out of 20027 with flag 3995000/3995000
1274.35/1272.39	c cleaning 10003 clauses out of 20032 with flag 4005003/4005003
1277.55/1275.52	c cleaning 10000 clauses out of 20027 with flag 4015001/4015001
1280.55/1278.51	c cleaning 9996 clauses out of 20026 with flag 4025000/4025000
1283.55/1281.58	c cleaning 10002 clauses out of 20030 with flag 4035000/4035000
1286.76/1284.75	c cleaning 9997 clauses out of 20030 with flag 4045002/4045002
1289.85/1287.88	c cleaning 9999 clauses out of 20031 with flag 4055000/4055000
1293.05/1291.03	c cleaning 9999 clauses out of 20032 with flag 4065000/4065000
1296.06/1294.01	c cleaning 9998 clauses out of 20033 with flag 4075000/4075000
1299.26/1297.21	c cleaning 10005 clauses out of 20039 with flag 4085004/4085004
1302.26/1300.23	c cleaning 9998 clauses out of 20030 with flag 4095000/4095000
1305.26/1303.29	c cleaning 9994 clauses out of 20032 with flag 4105000/4105000
1308.27/1306.28	c cleaning 10009 clauses out of 20040 with flag 4115002/4115002
1311.67/1309.61	c cleaning 10003 clauses out of 20031 with flag 4125002/4125002
1314.77/1312.72	c cleaning 9993 clauses out of 20026 with flag 4135000/4135000
1317.87/1315.85	c cleaning 10002 clauses out of 20033 with flag 4145000/4145000
1321.07/1319.03	c cleaning 10000 clauses out of 20031 with flag 4155000/4155000
1324.18/1322.19	c cleaning 10001 clauses out of 20032 with flag 4165001/4165001
1327.58/1325.52	c cleaning 9999 clauses out of 20030 with flag 4175000/4175000
1330.88/1328.81	c cleaning 9998 clauses out of 20031 with flag 4185000/4185000
1334.08/1332.05	c cleaning 10002 clauses out of 20034 with flag 4195001/4195001
1337.38/1335.34	c cleaning 10001 clauses out of 20032 with flag 4205001/4205001
1340.48/1338.47	c cleaning 10000 clauses out of 20030 with flag 4215000/4215000
1343.99/1341.91	c cleaning 9985 clauses out of 20030 with flag 4225000/4225000
1347.29/1345.26	c cleaning 10006 clauses out of 20045 with flag 4235000/4235000
1350.59/1348.60	c cleaning 9998 clauses out of 20040 with flag 4245001/4245001
1353.99/1351.93	c cleaning 10007 clauses out of 20042 with flag 4255001/4255001
1357.19/1355.15	c cleaning 9990 clauses out of 20034 with flag 4265000/4265000
1360.49/1358.49	c cleaning 10002 clauses out of 20044 with flag 4275000/4275000
1363.79/1361.72	c cleaning 10007 clauses out of 20046 with flag 4285004/4285004
1366.69/1364.64	c cleaning 10002 clauses out of 20035 with flag 4295000/4295000
1370.19/1368.15	c cleaning 10004 clauses out of 20037 with flag 4305004/4305004
1373.59/1371.50	c cleaning 9995 clauses out of 20029 with flag 4315000/4315000
1376.79/1374.76	c cleaning 9994 clauses out of 20036 with flag 4325002/4325002
1380.30/1378.28	c cleaning 10003 clauses out of 20040 with flag 4335000/4335000
1383.79/1381.74	c cleaning 9999 clauses out of 20038 with flag 4345001/4345001
1387.00/1384.98	c cleaning 9996 clauses out of 20038 with flag 4355000/4355000
1390.20/1388.17	c cleaning 10005 clauses out of 20042 with flag 4365000/4365000
1393.89/1391.85	c cleaning 10005 clauses out of 20040 with flag 4375003/4375003
1397.69/1395.69	c cleaning 9995 clauses out of 20032 with flag 4385000/4385000
1401.20/1399.19	c cleaning 9999 clauses out of 20037 with flag 4395000/4395000
1405.00/1402.94	c cleaning 10005 clauses out of 20038 with flag 4405000/4405000
1408.20/1406.12	c cleaning 10004 clauses out of 20034 with flag 4415001/4415001
1411.21/1409.15	c cleaning 9998 clauses out of 20029 with flag 4425000/4425000
1414.41/1412.38	c cleaning 9999 clauses out of 20031 with flag 4435000/4435000
1417.71/1415.61	c cleaning 9992 clauses out of 20032 with flag 4445000/4445000
1420.90/1418.80	c cleaning 10001 clauses out of 20041 with flag 4455001/4455001
1424.00/1421.97	c cleaning 10003 clauses out of 20039 with flag 4465000/4465000
1427.40/1425.30	c cleaning 10003 clauses out of 20037 with flag 4475001/4475001
1430.70/1428.63	c cleaning 10011 clauses out of 20033 with flag 4485000/4485000
1433.61/1431.52	c cleaning 10004 clauses out of 20023 with flag 4495001/4495001
1437.01/1434.97	c cleaning 9999 clauses out of 20018 with flag 4505000/4505000
1440.41/1438.31	c cleaning 9995 clauses out of 20019 with flag 4515000/4515000
1444.41/1442.37	c cleaning 10007 clauses out of 20025 with flag 4525001/4525001
1447.31/1445.25	c cleaning 9998 clauses out of 20017 with flag 4535000/4535000
1450.32/1448.29	c cleaning 9991 clauses out of 20022 with flag 4545003/4545003
1452.92/1450.90	c cleaning 10002 clauses out of 20031 with flag 4555003/4555003
1455.42/1453.39	c cleaning 10006 clauses out of 20027 with flag 4565001/4565001
1458.82/1456.75	c cleaning 10005 clauses out of 20021 with flag 4575001/4575001
1463.42/1461.31	c cleaning 9995 clauses out of 20018 with flag 4585003/4585003
1468.33/1466.28	c cleaning 9998 clauses out of 20021 with flag 4595001/4595001
1473.83/1471.79	c cleaning 9996 clauses out of 20023 with flag 4605001/4605001
1479.53/1477.45	c cleaning 10000 clauses out of 20026 with flag 4615000/4615000
1481.83/1479.71	c cleaning 10004 clauses out of 20026 with flag 4625000/4625000
1484.43/1482.31	c cleaning 9998 clauses out of 20022 with flag 4635000/4635000
1486.83/1484.71	c cleaning 10003 clauses out of 20024 with flag 4645000/4645000
1489.25/1487.14	c cleaning 10003 clauses out of 20023 with flag 4655002/4655002
1491.84/1489.77	c cleaning 10003 clauses out of 20021 with flag 4665003/4665003
1494.24/1492.14	c cleaning 9994 clauses out of 20015 with flag 4675000/4675000
1497.24/1495.16	c cleaning 9996 clauses out of 20022 with flag 4685001/4685001
1500.65/1498.51	c cleaning 9995 clauses out of 20027 with flag 4695002/4695002
1503.95/1501.88	c cleaning 10004 clauses out of 20032 with flag 4705002/4705002
1507.25/1505.11	c cleaning 10001 clauses out of 20026 with flag 4715000/4715000
1510.55/1508.45	c cleaning 10000 clauses out of 20025 with flag 4725000/4725000
1514.25/1512.17	c cleaning 9998 clauses out of 20025 with flag 4735000/4735000
1518.06/1515.96	c cleaning 10001 clauses out of 20027 with flag 4745000/4745000
1521.65/1519.52	c cleaning 10002 clauses out of 20027 with flag 4755001/4755001
1525.16/1523.07	c cleaning 9992 clauses out of 20024 with flag 4765000/4765000
1528.76/1526.65	c cleaning 10005 clauses out of 20032 with flag 4775000/4775000
1531.66/1529.60	c cleaning 10005 clauses out of 20031 with flag 4785004/4785004
1534.06/1531.99	c cleaning 9997 clauses out of 20023 with flag 4795001/4795001
1536.46/1534.36	c cleaning 9999 clauses out of 20025 with flag 4805000/4805000
1538.87/1536.70	c cleaning 9998 clauses out of 20027 with flag 4815001/4815001
1541.07/1538.94	c cleaning 10004 clauses out of 20032 with flag 4825004/4825004
1543.47/1541.32	c cleaning 9995 clauses out of 20025 with flag 4835001/4835001
1546.07/1543.95	c cleaning 10000 clauses out of 20029 with flag 4845000/4845000
1548.78/1546.63	c cleaning 10001 clauses out of 20029 with flag 4855000/4855000
1551.27/1549.19	c cleaning 10009 clauses out of 20029 with flag 4865001/4865001
1553.87/1551.74	c cleaning 10002 clauses out of 20019 with flag 4875000/4875000
1556.58/1554.43	c cleaning 9996 clauses out of 20017 with flag 4885000/4885000
1559.18/1557.00	c cleaning 9989 clauses out of 20021 with flag 4895000/4895000
1561.78/1559.64	c cleaning 10008 clauses out of 20032 with flag 4905000/4905000
1564.38/1562.29	c cleaning 10001 clauses out of 20024 with flag 4915000/4915000
1566.98/1564.82	c cleaning 10002 clauses out of 20025 with flag 4925002/4925002
1570.48/1568.34	c cleaning 10000 clauses out of 20025 with flag 4935004/4935004
1574.28/1572.14	c cleaning 9996 clauses out of 20021 with flag 4945000/4945000
1578.28/1576.16	c cleaning 9999 clauses out of 20027 with flag 4955002/4955002
1582.48/1580.37	c cleaning 10000 clauses out of 20027 with flag 4965001/4965001
1585.89/1583.78	c cleaning 9993 clauses out of 20029 with flag 4975003/4975003
1590.29/1588.14	c cleaning 9997 clauses out of 20033 with flag 4985000/4985000
1594.48/1592.35	c cleaning 10005 clauses out of 20040 with flag 4995004/4995004
1598.49/1596.31	c cleaning 9996 clauses out of 20031 with flag 5005000/5005000
1602.39/1600.26	c cleaning 10004 clauses out of 20035 with flag 5015000/5015000
1606.69/1604.56	c cleaning 10005 clauses out of 20031 with flag 5025000/5025000
1610.39/1608.25	c cleaning 10001 clauses out of 20026 with flag 5035000/5035000
1614.29/1612.15	c cleaning 10006 clauses out of 20027 with flag 5045002/5045002
1618.10/1615.94	c cleaning 9995 clauses out of 20019 with flag 5055000/5055000
1622.29/1620.10	c cleaning 9997 clauses out of 20024 with flag 5065000/5065000
1626.39/1624.25	c cleaning 9999 clauses out of 20027 with flag 5075000/5075000
1630.20/1628.05	c cleaning 10002 clauses out of 20028 with flag 5085000/5085000
1634.29/1632.17	c cleaning 10003 clauses out of 20026 with flag 5095000/5095000
1638.20/1636.07	c cleaning 9999 clauses out of 20024 with flag 5105001/5105001
1642.30/1640.20	c cleaning 9995 clauses out of 20024 with flag 5115000/5115000
1646.50/1644.31	c cleaning 10003 clauses out of 20029 with flag 5125000/5125000
1650.40/1648.21	c cleaning 10003 clauses out of 20028 with flag 5135002/5135002
1654.20/1652.07	c cleaning 10004 clauses out of 20025 with flag 5145002/5145002
1657.71/1655.52	c cleaning 9996 clauses out of 20021 with flag 5155002/5155002
1661.30/1659.14	c cleaning 10002 clauses out of 20024 with flag 5165001/5165001
1664.81/1662.63	c cleaning 10000 clauses out of 20023 with flag 5175002/5175002
1668.91/1666.75	c cleaning 10004 clauses out of 20022 with flag 5185001/5185001
1672.41/1670.22	c cleaning 9996 clauses out of 20020 with flag 5195003/5195003
1676.32/1674.14	c cleaning 9997 clauses out of 20022 with flag 5205001/5205001
1680.31/1678.12	c cleaning 9995 clauses out of 20024 with flag 5215000/5215000
1684.32/1682.10	c cleaning 10006 clauses out of 20029 with flag 5225000/5225000
1687.92/1685.70	c cleaning 10006 clauses out of 20023 with flag 5235000/5235000
1691.43/1689.23	c cleaning 9999 clauses out of 20020 with flag 5245003/5245003
1695.23/1693.00	c cleaning 9997 clauses out of 20019 with flag 5255001/5255001
1698.93/1696.72	c cleaning 9999 clauses out of 20021 with flag 5265000/5265000
1702.74/1700.54	c cleaning 10001 clauses out of 20023 with flag 5275001/5275001
1705.83/1703.69	c cleaning 9991 clauses out of 20021 with flag 5285000/5285000
1708.83/1706.61	c cleaning 10005 clauses out of 20030 with flag 5295000/5295000
1712.03/1709.88	c cleaning 9999 clauses out of 20026 with flag 5305001/5305001
1715.74/1713.54	c cleaning 10005 clauses out of 20027 with flag 5315001/5315001
1718.94/1716.72	c cleaning 10000 clauses out of 20022 with flag 5325001/5325001
1721.74/1719.59	c cleaning 9994 clauses out of 20021 with flag 5335000/5335000
1724.94/1722.75	c cleaning 9995 clauses out of 20027 with flag 5345000/5345000
1728.15/1725.95	c cleaning 9995 clauses out of 20034 with flag 5355002/5355002
1731.35/1729.20	c cleaning 10007 clauses out of 20038 with flag 5365001/5365001
1734.75/1732.53	c cleaning 10000 clauses out of 20030 with flag 5375000/5375000
1738.25/1736.03	c cleaning 10002 clauses out of 20033 with flag 5385003/5385003
1741.75/1739.56	c cleaning 9995 clauses out of 20028 with flag 5395000/5395000
1744.85/1742.66	c cleaning 10000 clauses out of 20033 with flag 5405000/5405000
1748.25/1746.06	c cleaning 10002 clauses out of 20034 with flag 5415001/5415001
1751.75/1749.56	c cleaning 10000 clauses out of 20036 with flag 5425005/5425005
1755.56/1753.39	c cleaning 10004 clauses out of 20034 with flag 5435003/5435003
1759.26/1757.09	c cleaning 9995 clauses out of 20028 with flag 5445001/5445001
1763.06/1760.85	c cleaning 10005 clauses out of 20033 with flag 5455001/5455001
1765.96/1763.71	c cleaning 9997 clauses out of 20027 with flag 5465000/5465000
1769.36/1767.18	c cleaning 10001 clauses out of 20030 with flag 5475000/5475000
1772.57/1770.39	c cleaning 10007 clauses out of 20029 with flag 5485000/5485000
1774.77/1772.59	c cleaning 10001 clauses out of 20023 with flag 5495001/5495001
1777.17/1774.94	c cleaning 9999 clauses out of 20021 with flag 5505000/5505000
1779.37/1777.19	c cleaning 9998 clauses out of 20022 with flag 5515000/5515000
1781.67/1779.43	c cleaning 9999 clauses out of 20025 with flag 5525001/5525001
1784.07/1781.84	c cleaning 10002 clauses out of 20025 with flag 5535000/5535000
1786.48/1784.26	c cleaning 9998 clauses out of 20024 with flag 5545001/5545001
1788.78/1786.58	c cleaning 10002 clauses out of 20027 with flag 5555002/5555002
1791.18/1788.94	c cleaning 10004 clauses out of 20029 with flag 5565006/5565006
1793.78/1791.52	c cleaning 9997 clauses out of 20020 with flag 5575001/5575001
1796.18/1793.90	c cleaning 9995 clauses out of 20024 with flag 5585002/5585002
1798.68/1796.40	c cleaning 10001 clauses out of 20028 with flag 5595001/5595001
1800.09/1797.81	c starts		: 276
1800.09/1797.81	c conflicts		: 5600977
1800.09/1797.81	c decisions		: 11441608
1800.09/1797.81	c propagations		: 1748152375
1800.09/1797.81	c inspects		: 3222664796
1800.09/1797.81	c shortcuts		: 0
1800.09/1797.81	c learnt literals	: 0
1800.09/1797.81	c learnt binary clauses	: 2
1800.09/1797.81	c learnt ternary clauses	: 23
1800.09/1797.81	c learnt constraints	: 5600976
1800.09/1797.81	c ignored constraints	: 0
1800.09/1797.81	c root simplifications	: 0
1800.09/1797.81	c removed literals (reason simplification)	: 22664236
1800.09/1797.81	c reason swapping (by a shorter reason)	: 0
1800.09/1797.81	c Calls to reduceDB	: 561
1800.09/1797.81	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.81	c number of learned constraints concerned by reduction	: 0
1800.09/1797.81	c number of learning phase by resolution	: 0
1800.09/1797.81	c number of learning phase by cutting planes	: 0
1800.09/1797.81	c speed (assignments/second)	: 972589.8220783122
1800.09/1797.81	c non guided choices	18
1800.09/1797.82	c learnt constraints type 
1800.09/1797.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.09/1797.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16033
1800.09/1797.82	c constraints type 
1800.09/1797.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1300
1800.09/1797.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
1800.09/1797.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1323
1800.09/1797.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.09/1797.82	s SATISFIABLE
1800.09/1797.82	v -x1 x2 -x3 x4 -x5 x6 -x7 x8 x9 -x10 -x11 x12 -x13 x14 -x15 x16 -x17 x18 -x19 x20 -x21 x22 -x23 x24 -x25 x26 x27 -x28 -x29 x30 -x31 x32 -x33 x34 -x35 x36 -x37 x38 -x39 x40 -x41 x42 -x43 x44 -x45 x46 -x47 x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 
1800.09/1797.82	c objective function=7851242
1800.09/1797.82	c Total wall clock time (in seconds): 1797.716

Verifier Data

OK	7851242

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3492933-1307912626/watcher-3492933-1307912626 -o /var/tmp/evaluation-result-3492933-1307912626/solver-3492933-1307912626 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492933-1307912626.wbo 

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: 1.93 1.99 1.96 2/195 14932
/proc/meminfo: memFree=872168/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/14932/stat : 14932 (java) R 14930 14932 12190 0 -1 4202496 733 0 0 0 0 0 0 0 25 0 1 0 902860553 23580672 475 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228117751552 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14932/statm: 5757 486 367 9 0 124 0

[startup+0.0305151 s]
/proc/loadavg: 1.93 1.99 1.96 2/195 14932
/proc/meminfo: memFree=872168/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/14932/stat : 14932 (java) S 14930 14932 12190 0 -1 4202496 10680 0 1 0 1 0 0 0 25 0 10 0 902860553 10705932288 10376 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/14932/statm: 2613753 10377 1512 9 0 2604501 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10455012

[startup+0.100499 s]
/proc/loadavg: 1.93 1.99 1.96 2/195 14932
/proc/meminfo: memFree=872168/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=10539516 CPUtime=0.1 cores=1,3,5,7
/proc/14932/stat : 14932 (java) S 14930 14932 12190 0 -1 4202496 13048 0 1 0 9 1 0 0 25 0 18 0 902860553 10792464384 12703 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14932/statm: 2634879 12704 2092 9 0 2625613 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539516

[startup+0.300427 s]
/proc/loadavg: 1.93 1.99 1.96 2/195 14932
/proc/meminfo: memFree=872168/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=10541672 CPUtime=0.5 cores=1,3,5,7
/proc/14932/stat : 14932 (java) S 14930 14932 12190 0 -1 4202496 16508 0 1 0 48 2 0 0 25 0 18 0 902860553 10794672128 15755 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14932/statm: 2635418 15756 2208 9 0 2626152 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10541672

[startup+0.700389 s]
/proc/loadavg: 1.93 1.99 1.96 2/195 14932
/proc/meminfo: memFree=872168/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=10550008 CPUtime=1.33 cores=1,3,5,7
/proc/14932/stat : 14932 (java) S 14930 14932 12190 0 -1 4202496 21663 0 1 0 131 2 0 0 25 0 19 0 902860553 10803208192 18270 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14932/statm: 2637502 18270 2221 9 0 2628236 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10550008

[startup+1.50125 s]
/proc/loadavg: 1.93 1.99 1.96 3/214 14951
/proc/meminfo: memFree=806880/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=10550008 CPUtime=2.17 cores=1,3,5,7
/proc/14932/stat : 14932 (java) S 14930 14932 12190 0 -1 4202496 22140 0 1 0 215 2 0 0 25 0 19 0 902860553 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14932/statm: 2637502 18462 2226 9 0 2628236 0
[pid=14932/tid=14934] ppid=14930 vsize=10550008 CPUtime=1.47 cores=1,3,5,7
/proc/14932/task/14934/stat : 14934 (java) R 14930 14932 12190 0 -1 4202560 13769 0 1 0 146 1 0 0 25 0 19 0 902860554 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 46912505740888 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14932/tid=14935] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14935/stat : 14935 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860556 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14936] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14936/stat : 14936 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860556 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14937] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14937/stat : 14937 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860556 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14938] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14938/stat : 14938 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860556 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14939] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14939/stat : 14939 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860556 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14940] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14940/stat : 14940 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860556 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14941] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14941/stat : 14941 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860556 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14942] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14942/stat : 14942 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860556 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14943] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14943/stat : 14943 (java) S 14930 14932 12190 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902860557 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 0 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14944] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14944/stat : 14944 (java) S 14930 14932 12190 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902860557 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14945] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14945/stat : 14945 (java) S 14930 14932 12190 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902860557 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14946] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14946/stat : 14946 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134537649 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14947] ppid=14930 vsize=10550008 CPUtime=0.34 cores=1,3,5,7
/proc/14932/task/14947/stat : 14947 (java) S 14930 14932 12190 0 -1 4202560 4138 0 0 0 34 0 0 0 16 0 19 0 902860559 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14948] ppid=14930 vsize=10550008 CPUtime=0.32 cores=1,3,5,7
/proc/14932/task/14948/stat : 14948 (java) S 14930 14932 12190 0 -1 4202560 3071 0 0 0 32 0 0 0 15 0 19 0 902860559 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14949] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14949/stat : 14949 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14950] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14950/stat : 14950 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902860559 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14951] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14951/stat : 14951 (java) S 14930 14932 12190 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902860587 10803208192 18462 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 10550008

[startup+3.10095 s]
/proc/loadavg: 1.93 1.99 1.96 3/214 14951
/proc/meminfo: memFree=805628/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=10550008 CPUtime=3.8 cores=1,3,5,7
/proc/14932/stat : 14932 (java) S 14930 14932 12190 0 -1 4202496 23631 0 1 0 378 2 0 0 25 0 19 0 902860553 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14932/statm: 2637502 19773 2252 9 0 2628236 0
[pid=14932/tid=14934] ppid=14930 vsize=10550008 CPUtime=3.06 cores=1,3,5,7
/proc/14932/task/14934/stat : 14934 (java) R 14930 14932 12190 0 -1 4202560 13926 0 1 0 305 1 0 0 25 0 19 0 902860554 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 46912505662857 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14932/tid=14935] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14935/stat : 14935 (java) S 14930 14932 12190 0 -1 4202560 234 0 0 0 0 0 0 0 18 0 19 0 902860556 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14936] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14936/stat : 14936 (java) S 14930 14932 12190 0 -1 4202560 215 0 0 0 0 0 0 0 18 0 19 0 902860556 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14937] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14937/stat : 14937 (java) S 14930 14932 12190 0 -1 4202560 127 0 0 0 0 0 0 0 18 0 19 0 902860556 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14938] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14938/stat : 14938 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902860556 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14939] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14939/stat : 14939 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902860556 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14940] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14940/stat : 14940 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902860556 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14941] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14941/stat : 14941 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902860556 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
[pid=14932/tid=14942] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14942/stat : 14942 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902860556 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
[pid=14932/tid=14943] ppid=14930 vsize=10550008 CPUtime=0.01 cores=1,3,5,7
/proc/14932/task/14943/stat : 14943 (java) S 14930 14932 12190 0 -1 4202560 577 0 0 0 1 0 0 0 16 0 19 0 902860557 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 0 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14944] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14944/stat : 14944 (java) S 14930 14932 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902860557 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14945] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14945/stat : 14945 (java) S 14930 14932 12190 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902860557 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14946] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14946/stat : 14946 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134537649 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14947] ppid=14930 vsize=10550008 CPUtime=0.36 cores=1,3,5,7
/proc/14932/task/14947/stat : 14947 (java) S 14930 14932 12190 0 -1 4202560 4144 0 0 0 36 0 0 0 15 0 19 0 902860559 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14948] ppid=14930 vsize=10550008 CPUtime=0.34 cores=1,3,5,7
/proc/14932/task/14948/stat : 14948 (java) S 14930 14932 12190 0 -1 4202560 3250 0 0 0 34 0 0 0 15 0 19 0 902860559 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14949] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14949/stat : 14949 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14950] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14950/stat : 14950 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902860559 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14951] ppid=14930 vsize=10550008 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14951/stat : 14951 (java) S 14930 14932 12190 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902860587 10803208192 19773 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 10550008

[startup+6.30137 s]
/proc/loadavg: 1.93 1.99 1.96 3/214 14951
/proc/meminfo: memFree=801908/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=10546048 CPUtime=7.04 cores=1,3,5,7
/proc/14932/stat : 14932 (java) S 14930 14932 12190 0 -1 4202496 24277 0 1 0 701 3 0 0 25 0 19 0 902860553 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14932/statm: 2636512 19661 2252 9 0 2627246 0
[pid=14932/tid=14934] ppid=14930 vsize=10546048 CPUtime=6.22 cores=1,3,5,7
/proc/14932/task/14934/stat : 14934 (java) R 14930 14932 12190 0 -1 4202560 13928 0 1 0 621 1 0 0 25 0 19 0 902860554 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 46912505752952 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14932/tid=14935] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14935/stat : 14935 (java) S 14930 14932 12190 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 19 0 902860556 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14936] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14936/stat : 14936 (java) S 14930 14932 12190 0 -1 4202560 215 0 0 0 0 0 0 0 16 0 19 0 902860556 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14937] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14937/stat : 14937 (java) S 14930 14932 12190 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 902860556 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14938] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14938/stat : 14938 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902860556 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14939] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14939/stat : 14939 (java) S 14930 14932 12190 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902860556 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14940] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14940/stat : 14940 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902860556 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14941] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14941/stat : 14941 (java) S 14930 14932 12190 0 -1 4202560 144 0 0 0 0 0 0 0 16 0 19 0 902860556 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14942] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14942/stat : 14942 (java) S 14930 14932 12190 0 -1 4202560 226 0 0 0 0 0 0 0 16 0 19 0 902860556 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
[pid=14932/tid=14943] ppid=14930 vsize=10546048 CPUtime=0.04 cores=1,3,5,7
/proc/14932/task/14943/stat : 14943 (java) S 14930 14932 12190 0 -1 4202560 835 0 0 0 4 0 0 0 16 0 19 0 902860557 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 0 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14944] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14944/stat : 14944 (java) S 14930 14932 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902860557 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14945] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14945/stat : 14945 (java) S 14930 14932 12190 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902860557 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14946] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14946/stat : 14946 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134537649 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14947] ppid=14930 vsize=10546048 CPUtime=0.37 cores=1,3,5,7
/proc/14932/task/14947/stat : 14947 (java) S 14930 14932 12190 0 -1 4202560 4146 0 0 0 37 0 0 0 15 0 19 0 902860559 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14948] ppid=14930 vsize=10546048 CPUtime=0.36 cores=1,3,5,7
/proc/14932/task/14948/stat : 14948 (java) S 14930 14932 12190 0 -1 4202560 3254 0 0 0 36 0 0 0 15 0 19 0 902860559 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14949] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14949/stat : 14949 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14950] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14950/stat : 14950 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902860559 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14951] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14951/stat : 14951 (java) S 14930 14932 12190 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902860587 10799153152 19661 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 10546048

[startup+12.7012 s]

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

[pid=14932/tid=14940] ppid=14930 vsize=10546048 CPUtime=0.2 cores=1,3,5,7
/proc/14932/task/14940/stat : 14940 (java) S 14930 14932 12190 0 -1 4202560 76 0 0 0 20 0 0 0 16 0 19 0 902860556 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14941] ppid=14930 vsize=10546048 CPUtime=0.21 cores=1,3,5,7
/proc/14932/task/14941/stat : 14941 (java) S 14930 14932 12190 0 -1 4202560 244 0 0 0 21 0 0 0 15 0 19 0 902860556 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14942] ppid=14930 vsize=10546048 CPUtime=0.17 cores=1,3,5,7
/proc/14932/task/14942/stat : 14942 (java) S 14930 14932 12190 0 -1 4202560 341 0 0 0 17 0 0 0 15 0 19 0 902860556 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14943] ppid=14930 vsize=10546048 CPUtime=10.03 cores=1,3,5,7
/proc/14932/task/14943/stat : 14943 (java) S 14930 14932 12190 0 -1 4202560 2717 0 0 0 997 6 0 0 15 0 19 0 902860557 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 0 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14944] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14944/stat : 14944 (java) S 14930 14932 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902860557 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14945] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14945/stat : 14945 (java) S 14930 14932 12190 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902860557 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14946] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14946/stat : 14946 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134537649 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14947] ppid=14930 vsize=10546048 CPUtime=0.4 cores=1,3,5,7
/proc/14932/task/14947/stat : 14947 (java) S 14930 14932 12190 0 -1 4202560 4146 0 0 0 40 0 0 0 16 0 19 0 902860559 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14948] ppid=14930 vsize=10546048 CPUtime=0.97 cores=1,3,5,7
/proc/14932/task/14948/stat : 14948 (java) S 14930 14932 12190 0 -1 4202560 13389 0 0 0 96 1 0 0 15 0 19 0 902860559 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14949] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14949/stat : 14949 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14950] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14950/stat : 14950 (java) S 14930 14932 12190 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902860559 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14951] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14951/stat : 14951 (java) S 14930 14932 12190 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902860587 10799153152 24533 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1664.51
Current children cumulated vsize (KiB) 10546048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/214 15059
/proc/meminfo: memFree=92368/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=10546048 CPUtime=1724.54 cores=1,3,5,7
/proc/14932/stat : 14932 (java) S 14930 14932 12190 0 -1 4202496 37631 0 1 0 172439 15 0 0 25 0 19 0 902860553 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14932/statm: 2636512 24536 2254 9 0 2627246 0
[pid=14932/tid=14934] ppid=14930 vsize=10546048 CPUtime=1711.08 cores=1,3,5,7
/proc/14932/task/14934/stat : 14934 (java) R 14930 14932 12190 0 -1 4202560 14461 0 1 0 171106 2 0 0 25 0 19 0 902860554 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 46912505765403 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14932/tid=14935] ppid=14930 vsize=10546048 CPUtime=0.2 cores=1,3,5,7
/proc/14932/task/14935/stat : 14935 (java) S 14930 14932 12190 0 -1 4202560 308 0 0 0 20 0 0 0 15 0 19 0 902860556 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14936] ppid=14930 vsize=10546048 CPUtime=0.24 cores=1,3,5,7
/proc/14932/task/14936/stat : 14936 (java) S 14930 14932 12190 0 -1 4202560 324 0 0 0 24 0 0 0 15 0 19 0 902860556 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
[pid=14932/tid=14937] ppid=14930 vsize=10546048 CPUtime=0.17 cores=1,3,5,7
/proc/14932/task/14937/stat : 14937 (java) S 14930 14932 12190 0 -1 4202560 171 0 0 0 17 0 0 0 16 0 19 0 902860556 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
[pid=14932/tid=14938] ppid=14930 vsize=10546048 CPUtime=0.18 cores=1,3,5,7
/proc/14932/task/14938/stat : 14938 (java) S 14930 14932 12190 0 -1 4202560 140 0 0 0 18 0 0 0 15 0 19 0 902860556 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14939] ppid=14930 vsize=10546048 CPUtime=0.21 cores=1,3,5,7
/proc/14932/task/14939/stat : 14939 (java) S 14930 14932 12190 0 -1 4202560 57 0 0 0 21 0 0 0 15 0 19 0 902860556 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14940] ppid=14930 vsize=10546048 CPUtime=0.2 cores=1,3,5,7
/proc/14932/task/14940/stat : 14940 (java) S 14930 14932 12190 0 -1 4202560 76 0 0 0 20 0 0 0 16 0 19 0 902860556 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14941] ppid=14930 vsize=10546048 CPUtime=0.21 cores=1,3,5,7
/proc/14932/task/14941/stat : 14941 (java) S 14930 14932 12190 0 -1 4202560 244 0 0 0 21 0 0 0 15 0 19 0 902860556 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14942] ppid=14930 vsize=10546048 CPUtime=0.18 cores=1,3,5,7
/proc/14932/task/14942/stat : 14942 (java) S 14930 14932 12190 0 -1 4202560 341 0 0 0 18 0 0 0 15 0 19 0 902860556 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14943] ppid=14930 vsize=10546048 CPUtime=10.39 cores=1,3,5,7
/proc/14932/task/14943/stat : 14943 (java) S 14930 14932 12190 0 -1 4202560 2721 0 0 0 1032 7 0 0 15 0 19 0 902860557 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 0 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14944] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14944/stat : 14944 (java) S 14930 14932 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902860557 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14945] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14945/stat : 14945 (java) S 14930 14932 12190 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902860557 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14946] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14946/stat : 14946 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134537649 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14947] ppid=14930 vsize=10546048 CPUtime=0.4 cores=1,3,5,7
/proc/14932/task/14947/stat : 14947 (java) S 14930 14932 12190 0 -1 4202560 4146 0 0 0 40 0 0 0 16 0 19 0 902860559 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14948] ppid=14930 vsize=10546048 CPUtime=0.97 cores=1,3,5,7
/proc/14932/task/14948/stat : 14948 (java) S 14930 14932 12190 0 -1 4202560 13389 0 0 0 96 1 0 0 15 0 19 0 902860559 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14949] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14949/stat : 14949 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14950] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14950/stat : 14950 (java) S 14930 14932 12190 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 902860559 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14951] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14951/stat : 14951 (java) S 14930 14932 12190 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902860587 10799153152 24536 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.54
Current children cumulated vsize (KiB) 10546048

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/214 15061
/proc/meminfo: memFree=92148/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=10546048 CPUtime=1784.58 cores=1,3,5,7
/proc/14932/stat : 14932 (java) S 14930 14932 12190 0 -1 4202496 37659 0 1 0 178443 15 0 0 25 0 19 0 902860553 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14932/statm: 2636512 24540 2254 9 0 2627246 0
[pid=14932/tid=14934] ppid=14930 vsize=10546048 CPUtime=1770.65 cores=1,3,5,7
/proc/14932/task/14934/stat : 14934 (java) R 14930 14932 12190 0 -1 4202560 14481 0 1 0 177063 2 0 0 25 0 19 0 902860554 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 46912505697151 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14932/tid=14935] ppid=14930 vsize=10546048 CPUtime=0.21 cores=1,3,5,7
/proc/14932/task/14935/stat : 14935 (java) S 14930 14932 12190 0 -1 4202560 308 0 0 0 21 0 0 0 16 0 19 0 902860556 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
[pid=14932/tid=14936] ppid=14930 vsize=10546048 CPUtime=0.24 cores=1,3,5,7
/proc/14932/task/14936/stat : 14936 (java) S 14930 14932 12190 0 -1 4202560 324 0 0 0 24 0 0 0 15 0 19 0 902860556 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14937] ppid=14930 vsize=10546048 CPUtime=0.17 cores=1,3,5,7
/proc/14932/task/14937/stat : 14937 (java) S 14930 14932 12190 0 -1 4202560 175 0 0 0 17 0 0 0 16 0 19 0 902860556 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14938] ppid=14930 vsize=10546048 CPUtime=0.19 cores=1,3,5,7
/proc/14932/task/14938/stat : 14938 (java) S 14930 14932 12190 0 -1 4202560 140 0 0 0 19 0 0 0 15 0 19 0 902860556 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
[pid=14932/tid=14939] ppid=14930 vsize=10546048 CPUtime=0.22 cores=1,3,5,7
/proc/14932/task/14939/stat : 14939 (java) S 14930 14932 12190 0 -1 4202560 57 0 0 0 22 0 0 0 15 0 19 0 902860556 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14940] ppid=14930 vsize=10546048 CPUtime=0.21 cores=1,3,5,7
/proc/14932/task/14940/stat : 14940 (java) S 14930 14932 12190 0 -1 4202560 76 0 0 0 21 0 0 0 15 0 19 0 902860556 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14941] ppid=14930 vsize=10546048 CPUtime=0.22 cores=1,3,5,7
/proc/14932/task/14941/stat : 14941 (java) S 14930 14932 12190 0 -1 4202560 244 0 0 0 22 0 0 0 15 0 19 0 902860556 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14942] ppid=14930 vsize=10546048 CPUtime=0.19 cores=1,3,5,7
/proc/14932/task/14942/stat : 14942 (java) S 14930 14932 12190 0 -1 4202560 341 0 0 0 19 0 0 0 15 0 19 0 902860556 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14943] ppid=14930 vsize=10546048 CPUtime=10.79 cores=1,3,5,7
/proc/14932/task/14943/stat : 14943 (java) S 14930 14932 12190 0 -1 4202560 2723 0 0 0 1072 7 0 0 15 0 19 0 902860557 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 0 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14944] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14944/stat : 14944 (java) S 14930 14932 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902860557 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14945] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14945/stat : 14945 (java) S 14930 14932 12190 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902860557 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14946] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14946/stat : 14946 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134537649 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14947] ppid=14930 vsize=10546048 CPUtime=0.4 cores=1,3,5,7
/proc/14932/task/14947/stat : 14947 (java) S 14930 14932 12190 0 -1 4202560 4146 0 0 0 40 0 0 0 16 0 19 0 902860559 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14948] ppid=14930 vsize=10546048 CPUtime=0.97 cores=1,3,5,7
/proc/14932/task/14948/stat : 14948 (java) S 14930 14932 12190 0 -1 4202560 13389 0 0 0 96 1 0 0 15 0 19 0 902860559 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14949] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14949/stat : 14949 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14950] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14950/stat : 14950 (java) S 14930 14932 12190 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 902860559 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14951] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14951/stat : 14951 (java) S 14930 14932 12190 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902860587 10799153152 24540 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (KiB) 10546048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.00 2.00 1.97 3/214 15061
/proc/meminfo: memFree=92244/32951124 swapFree=67051728/67111528
[pid=14932] ppid=14930 vsize=10546048 CPUtime=1800.09 cores=1,3,5,7
/proc/14932/stat : 14932 (java) S 14930 14932 12190 0 -1 4202496 37673 0 1 0 179994 15 0 0 25 0 19 0 902860553 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14932/statm: 2636512 24544 2254 9 0 2627246 0
[pid=14932/tid=14934] ppid=14930 vsize=10546048 CPUtime=1786.02 cores=1,3,5,7
/proc/14932/task/14934/stat : 14934 (java) R 14930 14932 12190 0 -1 4202560 14487 0 1 0 178600 2 0 0 25 0 19 0 902860554 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 46912505752875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14932/tid=14935] ppid=14930 vsize=10546048 CPUtime=0.22 cores=1,3,5,7
/proc/14932/task/14935/stat : 14935 (java) S 14930 14932 12190 0 -1 4202560 308 0 0 0 22 0 0 0 16 0 19 0 902860556 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
[pid=14932/tid=14936] ppid=14930 vsize=10546048 CPUtime=0.24 cores=1,3,5,7
/proc/14932/task/14936/stat : 14936 (java) S 14930 14932 12190 0 -1 4202560 324 0 0 0 24 0 0 0 16 0 19 0 902860556 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14937] ppid=14930 vsize=10546048 CPUtime=0.18 cores=1,3,5,7
/proc/14932/task/14937/stat : 14937 (java) S 14930 14932 12190 0 -1 4202560 175 0 0 0 18 0 0 0 16 0 19 0 902860556 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14938] ppid=14930 vsize=10546048 CPUtime=0.19 cores=1,3,5,7
/proc/14932/task/14938/stat : 14938 (java) S 14930 14932 12190 0 -1 4202560 140 0 0 0 19 0 0 0 15 0 19 0 902860556 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14939] ppid=14930 vsize=10546048 CPUtime=0.22 cores=1,3,5,7
/proc/14932/task/14939/stat : 14939 (java) S 14930 14932 12190 0 -1 4202560 57 0 0 0 22 0 0 0 15 0 19 0 902860556 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14940] ppid=14930 vsize=10546048 CPUtime=0.21 cores=1,3,5,7
/proc/14932/task/14940/stat : 14940 (java) S 14930 14932 12190 0 -1 4202560 76 0 0 0 21 0 0 0 15 0 19 0 902860556 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14941] ppid=14930 vsize=10546048 CPUtime=0.22 cores=1,3,5,7
/proc/14932/task/14941/stat : 14941 (java) S 14930 14932 12190 0 -1 4202560 248 0 0 0 22 0 0 0 15 0 19 0 902860556 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14942] ppid=14930 vsize=10546048 CPUtime=0.19 cores=1,3,5,7
/proc/14932/task/14942/stat : 14942 (java) S 14930 14932 12190 0 -1 4202560 341 0 0 0 19 0 0 0 15 0 19 0 902860556 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14943] ppid=14930 vsize=10546048 CPUtime=10.91 cores=1,3,5,7
/proc/14932/task/14943/stat : 14943 (java) S 14930 14932 12190 0 -1 4202560 2725 0 0 0 1084 7 0 0 15 0 19 0 902860557 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 0 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14944] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14944/stat : 14944 (java) S 14930 14932 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902860557 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14945] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14945/stat : 14945 (java) S 14930 14932 12190 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902860557 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14946] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14946/stat : 14946 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134537649 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14947] ppid=14930 vsize=10546048 CPUtime=0.4 cores=1,3,5,7
/proc/14932/task/14947/stat : 14947 (java) S 14930 14932 12190 0 -1 4202560 4146 0 0 0 40 0 0 0 16 0 19 0 902860559 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 1 0 0 0
[pid=14932/tid=14948] ppid=14930 vsize=10546048 CPUtime=0.97 cores=1,3,5,7
/proc/14932/task/14948/stat : 14948 (java) S 14930 14932 12190 0 -1 4202560 13389 0 0 0 96 1 0 0 15 0 19 0 902860559 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14949] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14949/stat : 14949 (java) S 14930 14932 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902860559 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134529945 0 4 0 16800975 18446604464087972672 0 0 -1 3 0 0 0
[pid=14932/tid=14950] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14950/stat : 14950 (java) S 14930 14932 12190 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902860559 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 5 0 0 0
[pid=14932/tid=14951] ppid=14930 vsize=10546048 CPUtime=0 cores=1,3,5,7
/proc/14932/task/14951/stat : 14951 (java) S 14930 14932 12190 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902860587 10799153152 24544 33554432000 1073741824 1073778376 140734267851136 18446744073709551615 228134530560 0 4 0 16800975 18446604464087972672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10546048

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

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

Child status: 143
Real time (s): 1797.85
CPU time (s): 1800.15
CPU user time (s): 1799.99
CPU system time (s): 0.160975
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 10550008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37742
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= 50838
involuntary context switches= 41388

runsolver used 3.00554 second user time and 6.30104 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-12 23:03:46
IDJOB=3492933
IDBENCH=79541
IDSOLVER=1982
FILE ID=node138/3492933-1307912626
RUNJOBID= node138-1307908076-13713
PBS_JOBID= 13559517
Free space on /var/tmp= 2896 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap81_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492933-1307912626/watcher-3492933-1307912626 -o /var/tmp/evaluation-result-3492933-1307912626/solver-3492933-1307912626 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492933-1307912626.wbo

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

MD5SUM BENCH= 82056375080d1ec55a672c8d47702d0f
RANDOM SEED=1426207594

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.80
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.854
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.75
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.854
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.82
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:        872828 kB
Buffers:         73968 kB
Cached:       30625836 kB
SwapCached:      13084 kB
Active:       16434572 kB
Inactive:     14684972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:        872828 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:             448 kB
Writeback:           0 kB
AnonPages:      417496 kB
Mapped:          17488 kB
Slab:           894388 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10548092 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 /var/tmp at the end= 2888 MiB
End job on node138 at 2011-06-12 23:33:46