Trace number 2691411

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26MSAT (TO) 1800.15 1795.06

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-35-30--soft-0-100-0.wbo
MD5SUM169186b65db4bc0391cc8aa4ed776345
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.053991
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1050
Total number of constraints65
Number of soft constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
Top cost 3654
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3653
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.0.v20100526
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.07	c java.vm.version	11.2-b01
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	32
0.02/0.07	c java.version		1.6.0_12
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		i386
0.02/0.07	c Free memory 		1393557488
0.02/0.07	c Max memory 		1395916800
0.02/0.07	c Total memory 		1395916800
0.02/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691411-1277922409.wbo
0.11/0.10	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.07s.
0.11/0.17	c #vars     1115
0.11/0.17	c #constraints  65
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.56/0.35	c SATISFIABLE
0.56/0.35	c OPTIMIZING...
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.253
0.56/0.35	o 177
0.72/0.44	c Got one! Elapsed wall clock time (in seconds):0.346
0.72/0.44	o 133
0.87/0.53	c Got one! Elapsed wall clock time (in seconds):0.437
0.87/0.53	o 124
1.13/0.74	c Got one! Elapsed wall clock time (in seconds):0.641
1.13/0.74	o 97
1.48/1.03	c Got one! Elapsed wall clock time (in seconds):0.929
1.48/1.03	o 95
1.78/1.32	c cleaning 2475 clauses out of 5001 with flag 5001/5001
1.89/1.40	c Got one! Elapsed wall clock time (in seconds):1.304
1.89/1.40	o 80
2.20/1.71	c Got one! Elapsed wall clock time (in seconds):1.615
2.20/1.71	o 72
2.40/1.92	c Got one! Elapsed wall clock time (in seconds):1.822
2.40/1.92	o 64
2.90/2.43	c Got one! Elapsed wall clock time (in seconds):2.328
2.90/2.43	o 43
3.34/2.82	c cleaning 4243 clauses out of 8529 with flag 11004/11004
4.45/3.91	c Got one! Elapsed wall clock time (in seconds):3.813
4.45/3.91	o 37
5.15/4.68	c cleaning 5613 clauses out of 11282 with flag 18000/18000
5.57/5.04	c Got one! Elapsed wall clock time (in seconds):4.948
5.57/5.04	o 35
6.57/6.02	c Got one! Elapsed wall clock time (in seconds):5.924
6.57/6.02	o 30
7.88/7.32	c cleaning 6778 clauses out of 13671 with flag 26002/26002
10.71/10.12	c Got one! Elapsed wall clock time (in seconds):10.027
10.71/10.12	o 28
11.11/10.57	c cleaning 7936 clauses out of 15894 with flag 35003/35003
11.22/10.68	c Got one! Elapsed wall clock time (in seconds):10.583
11.22/10.68	o 23
14.33/13.76	c cleaning 8974 clauses out of 17958 with flag 45003/45003
18.14/17.51	c cleaning 9303 clauses out of 18982 with flag 55001/55001
21.15/20.59	c cleaning 9832 clauses out of 19682 with flag 65004/65004
24.55/23.98	c cleaning 9849 clauses out of 19847 with flag 75001/75001
27.76/27.10	c cleaning 9951 clauses out of 19999 with flag 85002/85002
31.77/31.19	c cleaning 9966 clauses out of 20047 with flag 95001/95001
36.18/35.57	c cleaning 9906 clauses out of 20080 with flag 105000/105000
42.18/41.56	c cleaning 9977 clauses out of 20174 with flag 115000/115000
44.79/44.14	c cleaning 10061 clauses out of 20197 with flag 125000/125000
48.10/47.44	c cleaning 10048 clauses out of 20136 with flag 135000/135000
51.91/51.23	c cleaning 10025 clauses out of 20089 with flag 145001/145001
55.33/54.64	c cleaning 9984 clauses out of 20065 with flag 155002/155002
60.15/59.49	c cleaning 9992 clauses out of 20082 with flag 165003/165003
64.35/63.65	c cleaning 10007 clauses out of 20087 with flag 175000/175000
67.66/66.90	c cleaning 10012 clauses out of 20081 with flag 185001/185001
71.77/71.07	c cleaning 10018 clauses out of 20068 with flag 195000/195000
75.17/74.49	c cleaning 9997 clauses out of 20050 with flag 205000/205000
79.58/78.82	c cleaning 10016 clauses out of 20053 with flag 215000/215000
84.39/83.68	c cleaning 10008 clauses out of 20039 with flag 225002/225002
88.49/87.76	c cleaning 9980 clauses out of 20030 with flag 235001/235001
92.71/91.94	c cleaning 9992 clauses out of 20052 with flag 245003/245003
97.82/97.04	c cleaning 9994 clauses out of 20057 with flag 255000/255000
101.23/100.46	c cleaning 10001 clauses out of 20064 with flag 265001/265001
104.04/103.25	c cleaning 10006 clauses out of 20066 with flag 275004/275004
107.15/106.31	c cleaning 10006 clauses out of 20056 with flag 285000/285000
110.87/110.03	c cleaning 9990 clauses out of 20052 with flag 295002/295002
115.07/114.23	c cleaning 9991 clauses out of 20062 with flag 305002/305002
120.60/119.71	c cleaning 10000 clauses out of 20072 with flag 315003/315003
124.91/124.02	c cleaning 10022 clauses out of 20070 with flag 325001/325001
129.73/128.86	c cleaning 10013 clauses out of 20048 with flag 335001/335001
134.24/133.37	c cleaning 10006 clauses out of 20035 with flag 345001/345001
137.45/136.56	c cleaning 9992 clauses out of 20029 with flag 355001/355001
142.25/141.35	c cleaning 9997 clauses out of 20036 with flag 365000/365000
146.46/145.53	c cleaning 9999 clauses out of 20040 with flag 375001/375001
150.48/149.53	c cleaning 9997 clauses out of 20040 with flag 385000/385000
153.78/152.86	c cleaning 10002 clauses out of 20044 with flag 395001/395001
156.68/155.76	c cleaning 10001 clauses out of 20041 with flag 405000/405000
160.40/159.41	c cleaning 10007 clauses out of 20042 with flag 415002/415002
164.51/163.54	c cleaning 9998 clauses out of 20033 with flag 425000/425000
168.62/167.60	c cleaning 9966 clauses out of 20035 with flag 435000/435000
172.83/171.87	c cleaning 9986 clauses out of 20069 with flag 445000/445000
176.55/175.56	c cleaning 10001 clauses out of 20083 with flag 455000/455000
180.46/179.42	c cleaning 10007 clauses out of 20083 with flag 465001/465001
185.07/184.07	c cleaning 10004 clauses out of 20078 with flag 475003/475003
188.88/187.86	c cleaning 10008 clauses out of 20072 with flag 485001/485001
193.29/192.22	c cleaning 10004 clauses out of 20064 with flag 495001/495001
197.91/196.83	c cleaning 9998 clauses out of 20059 with flag 505000/505000
201.92/200.84	c cleaning 10004 clauses out of 20063 with flag 515002/515002
206.02/204.95	c cleaning 10002 clauses out of 20057 with flag 525000/525000
210.34/209.28	c cleaning 10005 clauses out of 20058 with flag 535003/535003
214.56/213.47	c cleaning 9997 clauses out of 20050 with flag 545000/545000
218.76/217.66	c cleaning 9997 clauses out of 20053 with flag 555000/555000
222.77/221.67	c cleaning 10003 clauses out of 20059 with flag 565003/565003
227.19/226.09	c cleaning 10001 clauses out of 20056 with flag 575003/575003
231.91/230.71	c cleaning 9999 clauses out of 20054 with flag 585002/585002
235.53/234.39	c cleaning 10013 clauses out of 20053 with flag 595000/595000
238.86/237.69	c cleaning 10006 clauses out of 20041 with flag 605001/605001
243.07/241.83	c cleaning 9996 clauses out of 20035 with flag 615001/615001
247.78/246.56	c cleaning 9999 clauses out of 20040 with flag 625002/625002
251.49/250.29	c cleaning 9995 clauses out of 20041 with flag 635002/635002
255.10/253.82	c cleaning 9983 clauses out of 20050 with flag 645006/645006
258.41/257.12	c cleaning 9991 clauses out of 20063 with flag 655002/655002
264.12/262.86	c cleaning 10012 clauses out of 20070 with flag 665000/665000
269.82/268.53	c cleaning 10006 clauses out of 20060 with flag 675002/675002
274.53/273.26	c cleaning 10019 clauses out of 20052 with flag 685000/685000
278.84/277.56	c cleaning 10009 clauses out of 20036 with flag 695003/695003
283.35/282.06	c cleaning 10004 clauses out of 20026 with flag 705002/705002
288.27/286.95	c cleaning 10000 clauses out of 20020 with flag 715000/715000
292.08/290.74	c cleaning 9981 clauses out of 20022 with flag 725002/725002
297.38/296.08	c cleaning 9995 clauses out of 20039 with flag 735000/735000
302.39/301.04	c cleaning 10000 clauses out of 20047 with flag 745003/745003
307.91/306.59	c cleaning 9999 clauses out of 20046 with flag 755002/755002
313.83/312.47	c cleaning 10000 clauses out of 20046 with flag 765001/765001
319.43/318.02	c cleaning 10000 clauses out of 20045 with flag 775000/775000
325.04/323.67	c cleaning 10002 clauses out of 20046 with flag 785001/785001
329.36/327.97	c cleaning 10016 clauses out of 20044 with flag 795001/795001
334.37/332.93	c cleaning 10008 clauses out of 20031 with flag 805004/805004
339.39/337.92	c cleaning 10000 clauses out of 20020 with flag 815001/815001
344.09/342.69	c cleaning 9999 clauses out of 20019 with flag 825000/825000
349.01/347.57	c cleaning 10006 clauses out of 20023 with flag 835003/835003
354.02/352.50	c cleaning 9998 clauses out of 20015 with flag 845001/845001
358.63/357.18	c cleaning 10000 clauses out of 20019 with flag 855003/855003
363.22/361.73	c cleaning 10000 clauses out of 20018 with flag 865002/865002
367.94/366.43	c cleaning 9994 clauses out of 20018 with flag 875002/875002
372.16/370.65	c cleaning 10001 clauses out of 20022 with flag 885000/885000
374.88/373.32	c cleaning 9989 clauses out of 20023 with flag 895002/895002
378.09/376.51	c cleaning 10000 clauses out of 20035 with flag 905003/905003
381.29/379.74	c cleaning 9997 clauses out of 20032 with flag 915000/915000
385.11/383.59	c cleaning 9998 clauses out of 20035 with flag 925000/925000
388.53/386.95	c cleaning 10004 clauses out of 20037 with flag 935000/935000
391.55/389.96	c cleaning 9978 clauses out of 20035 with flag 945002/945002
395.25/393.67	c cleaning 10011 clauses out of 20056 with flag 955001/955001
398.77/397.20	c cleaning 9986 clauses out of 20046 with flag 965002/965002
401.98/400.35	c cleaning 9992 clauses out of 20058 with flag 975000/975000
405.78/404.15	c cleaning 10000 clauses out of 20066 with flag 985000/985000
409.29/407.63	c cleaning 9998 clauses out of 20070 with flag 995004/995004
413.20/411.50	c cleaning 10003 clauses out of 20070 with flag 1005002/1005002
416.80/415.16	c cleaning 10000 clauses out of 20065 with flag 1015000/1015000
420.82/419.13	c cleaning 10021 clauses out of 20066 with flag 1025001/1025001
425.54/423.89	c cleaning 10007 clauses out of 20045 with flag 1035001/1035001
430.25/428.54	c cleaning 10000 clauses out of 20037 with flag 1045000/1045000
435.66/433.91	c cleaning 10008 clauses out of 20041 with flag 1055004/1055004
440.78/439.05	c cleaning 10002 clauses out of 20033 with flag 1065004/1065004
445.39/443.61	c cleaning 9998 clauses out of 20027 with flag 1075000/1075000
448.80/447.09	c cleaning 9988 clauses out of 20029 with flag 1085000/1085000
452.92/451.12	c cleaning 9996 clauses out of 20045 with flag 1095004/1095004
457.14/455.38	c cleaning 9996 clauses out of 20046 with flag 1105001/1105001
461.34/459.56	c cleaning 9999 clauses out of 20050 with flag 1115001/1115001
465.45/463.60	c cleaning 9997 clauses out of 20052 with flag 1125002/1125002
469.56/467.70	c cleaning 9999 clauses out of 20053 with flag 1135000/1135000
473.67/471.83	c cleaning 9999 clauses out of 20056 with flag 1145002/1145002
477.87/476.08	c cleaning 10000 clauses out of 20056 with flag 1155001/1155001
481.88/480.01	c cleaning 9998 clauses out of 20056 with flag 1165001/1165001
486.29/484.48	c cleaning 9999 clauses out of 20057 with flag 1175000/1175000
489.60/487.74	c cleaning 10017 clauses out of 20059 with flag 1185001/1185001
494.62/492.71	c cleaning 10007 clauses out of 20042 with flag 1195001/1195001
499.23/497.34	c cleaning 9994 clauses out of 20037 with flag 1205003/1205003
504.75/502.89	c cleaning 10007 clauses out of 20040 with flag 1215000/1215000
510.66/508.72	c cleaning 10004 clauses out of 20034 with flag 1225001/1225001
515.07/513.18	c cleaning 10002 clauses out of 20032 with flag 1235003/1235003
519.98/518.02	c cleaning 10000 clauses out of 20030 with flag 1245003/1245003
524.68/522.72	c cleaning 10002 clauses out of 20031 with flag 1255004/1255004
530.00/528.08	c cleaning 9999 clauses out of 20025 with flag 1265000/1265000
535.11/533.16	c cleaning 10002 clauses out of 20031 with flag 1275005/1275005
539.62/537.65	c cleaning 9998 clauses out of 20025 with flag 1285001/1285001
544.25/542.30	c cleaning 9996 clauses out of 20031 with flag 1295005/1295005
549.37/547.32	c cleaning 9994 clauses out of 20031 with flag 1305001/1305001
553.68/551.64	c cleaning 9997 clauses out of 20036 with flag 1315000/1315000
557.59/555.57	c cleaning 10008 clauses out of 20041 with flag 1325002/1325002
560.29/558.22	c cleaning 9982 clauses out of 20031 with flag 1335000/1335000
564.00/561.93	c cleaning 10007 clauses out of 20049 with flag 1345000/1345000
566.72/564.65	c cleaning 10017 clauses out of 20043 with flag 1355001/1355001
569.24/567.18	c cleaning 9985 clauses out of 20025 with flag 1365000/1365000
572.75/570.63	c cleaning 9997 clauses out of 20040 with flag 1375000/1375000
576.57/574.48	c cleaning 10009 clauses out of 20049 with flag 1385006/1385006
580.17/578.07	c cleaning 9994 clauses out of 20036 with flag 1395002/1395002
584.50/582.34	c cleaning 10008 clauses out of 20043 with flag 1405003/1405003
588.51/586.34	c cleaning 9992 clauses out of 20033 with flag 1415001/1415001
592.72/590.50	c cleaning 9998 clauses out of 20043 with flag 1425003/1425003
597.04/594.85	c cleaning 9999 clauses out of 20043 with flag 1435001/1435001
601.35/599.19	c cleaning 9998 clauses out of 20045 with flag 1445002/1445002
605.46/603.24	c cleaning 9999 clauses out of 20047 with flag 1455002/1455002
608.98/606.78	c cleaning 10004 clauses out of 20047 with flag 1465001/1465001
613.80/611.51	c cleaning 10002 clauses out of 20044 with flag 1475002/1475002
618.22/615.99	c cleaning 10003 clauses out of 20044 with flag 1485004/1485004
623.23/620.98	c cleaning 9997 clauses out of 20037 with flag 1495000/1495000
627.33/625.01	c cleaning 10004 clauses out of 20044 with flag 1505004/1505004
631.35/629.10	c cleaning 10004 clauses out of 20042 with flag 1515006/1515006
635.55/633.25	c cleaning 9993 clauses out of 20032 with flag 1525000/1525000
640.07/637.70	c cleaning 9997 clauses out of 20039 with flag 1535000/1535000
644.28/641.94	c cleaning 9999 clauses out of 20043 with flag 1545001/1545001
648.10/645.79	c cleaning 10000 clauses out of 20044 with flag 1555001/1555001
652.01/649.66	c cleaning 9996 clauses out of 20044 with flag 1565001/1565001
656.71/654.31	c cleaning 10002 clauses out of 20047 with flag 1575000/1575000
661.13/658.72	c cleaning 10002 clauses out of 20050 with flag 1585005/1585005
665.44/663.07	c cleaning 9999 clauses out of 20045 with flag 1595002/1595002
669.95/667.57	c cleaning 10001 clauses out of 20045 with flag 1605001/1605001
674.65/672.26	c cleaning 10000 clauses out of 20046 with flag 1615003/1615003
678.46/676.06	c cleaning 10005 clauses out of 20046 with flag 1625003/1625003
683.78/681.31	c cleaning 10002 clauses out of 20039 with flag 1635001/1635001
689.20/686.71	c cleaning 10002 clauses out of 20037 with flag 1645001/1645001
694.50/692.02	c cleaning 9996 clauses out of 20034 with flag 1655000/1655000
699.41/696.94	c cleaning 10002 clauses out of 20039 with flag 1665001/1665001
704.22/701.76	c cleaning 9999 clauses out of 20036 with flag 1675000/1675000
709.13/706.60	c cleaning 10002 clauses out of 20040 with flag 1685003/1685003
714.03/711.53	c cleaning 10001 clauses out of 20038 with flag 1695003/1695003
719.34/716.80	c cleaning 10000 clauses out of 20034 with flag 1705000/1705000
724.35/721.84	c cleaning 9997 clauses out of 20034 with flag 1715000/1715000
728.77/726.21	c cleaning 10004 clauses out of 20040 with flag 1725003/1725003
733.17/730.65	c cleaning 9989 clauses out of 20035 with flag 1735002/1735002
737.68/735.18	c cleaning 10005 clauses out of 20044 with flag 1745000/1745000
743.19/740.69	c cleaning 10006 clauses out of 20044 with flag 1755005/1755005
748.31/745.73	c cleaning 9999 clauses out of 20034 with flag 1765001/1765001
752.03/749.40	c cleaning 9998 clauses out of 20034 with flag 1775000/1775000
756.94/754.33	c cleaning 10003 clauses out of 20038 with flag 1785002/1785002
761.36/758.75	c cleaning 10000 clauses out of 20035 with flag 1795002/1795002
766.08/763.42	c cleaning 10000 clauses out of 20034 with flag 1805001/1805001
770.57/767.94	c cleaning 10002 clauses out of 20033 with flag 1815000/1815000
775.38/772.78	c cleaning 9999 clauses out of 20032 with flag 1825001/1825001
781.10/778.42	c cleaning 10000 clauses out of 20034 with flag 1835002/1835002
786.52/783.90	c cleaning 10000 clauses out of 20033 with flag 1845001/1845001
791.03/788.32	c cleaning 10003 clauses out of 20038 with flag 1855006/1855006
795.65/792.94	c cleaning 10001 clauses out of 20031 with flag 1865002/1865002
800.06/797.37	c cleaning 10001 clauses out of 20032 with flag 1875004/1875004
804.57/801.88	c cleaning 9998 clauses out of 20030 with flag 1885003/1885003
808.78/806.08	c cleaning 9999 clauses out of 20029 with flag 1895000/1895000
813.39/810.67	c cleaning 9998 clauses out of 20030 with flag 1905000/1905000
817.59/814.81	c cleaning 10000 clauses out of 20034 with flag 1915002/1915002
822.10/819.40	c cleaning 9998 clauses out of 20033 with flag 1925001/1925001
827.01/824.21	c cleaning 10000 clauses out of 20036 with flag 1935002/1935002
831.42/828.61	c cleaning 10004 clauses out of 20040 with flag 1945006/1945006
835.93/833.17	c cleaning 9997 clauses out of 20030 with flag 1955000/1955000
840.54/837.76	c cleaning 10001 clauses out of 20034 with flag 1965001/1965001
844.85/842.06	c cleaning 10002 clauses out of 20035 with flag 1975003/1975003
849.75/846.96	c cleaning 9998 clauses out of 20031 with flag 1985001/1985001
853.56/850.73	c cleaning 9991 clauses out of 20033 with flag 1995001/1995001
856.38/853.58	c cleaning 10001 clauses out of 20042 with flag 2005001/2005001
860.38/857.56	c cleaning 10004 clauses out of 20041 with flag 2015001/2015001
864.40/861.56	c cleaning 10001 clauses out of 20039 with flag 2025003/2025003
868.12/865.20	c cleaning 9996 clauses out of 20036 with flag 2035001/2035001
873.23/870.32	c cleaning 9993 clauses out of 20040 with flag 2045001/2045001
876.95/874.09	c cleaning 10011 clauses out of 20047 with flag 2055001/2055001
881.66/878.77	c cleaning 10000 clauses out of 20035 with flag 2065000/2065000
886.07/883.19	c cleaning 10004 clauses out of 20036 with flag 2075001/2075001
889.78/886.87	c cleaning 9986 clauses out of 20033 with flag 2085002/2085002
893.90/890.98	c cleaning 9997 clauses out of 20049 with flag 2095004/2095004
897.71/894.76	c cleaning 9995 clauses out of 20048 with flag 2105000/2105000
901.41/898.49	c cleaning 9999 clauses out of 20054 with flag 2115001/2115001
904.71/901.78	c cleaning 10015 clauses out of 20056 with flag 2125002/2125002
908.92/905.97	c cleaning 10008 clauses out of 20040 with flag 2135001/2135001
912.93/909.93	c cleaning 10002 clauses out of 20033 with flag 2145002/2145002
917.35/914.33	c cleaning 10001 clauses out of 20031 with flag 2155002/2155002
921.87/918.86	c cleaning 10004 clauses out of 20032 with flag 2165004/2165004
926.28/923.29	c cleaning 9995 clauses out of 20025 with flag 2175001/2175001
930.40/927.38	c cleaning 10007 clauses out of 20034 with flag 2185005/2185005
933.90/930.88	c cleaning 9989 clauses out of 20025 with flag 2195003/2195003
937.71/934.68	c cleaning 9994 clauses out of 20036 with flag 2205003/2205003
941.44/938.39	c cleaning 9996 clauses out of 20039 with flag 2215000/2215000
945.14/942.05	c cleaning 9999 clauses out of 20044 with flag 2225001/2225001
948.76/945.69	c cleaning 9997 clauses out of 20044 with flag 2235000/2235000
952.26/949.11	c cleaning 10001 clauses out of 20050 with flag 2245003/2245003
956.16/953.00	c cleaning 10001 clauses out of 20047 with flag 2255001/2255001
960.08/956.99	c cleaning 9997 clauses out of 20046 with flag 2265001/2265001
963.88/960.73	c cleaning 10001 clauses out of 20048 with flag 2275000/2275000
967.59/964.47	c cleaning 10000 clauses out of 20047 with flag 2285000/2285000
970.61/967.49	c cleaning 10012 clauses out of 20049 with flag 2295002/2295002
974.73/971.57	c cleaning 10003 clauses out of 20036 with flag 2305001/2305001
979.14/975.90	c cleaning 10003 clauses out of 20035 with flag 2315003/2315003
983.45/980.22	c cleaning 10000 clauses out of 20030 with flag 2325001/2325001
987.66/984.50	c cleaning 9988 clauses out of 20030 with flag 2335001/2335001
991.86/988.69	c cleaning 10008 clauses out of 20041 with flag 2345000/2345000
996.37/993.18	c cleaning 10001 clauses out of 20034 with flag 2355001/2355001
1001.07/997.83	c cleaning 10000 clauses out of 20032 with flag 2365000/2365000
1005.58/1002.40	c cleaning 9997 clauses out of 20034 with flag 2375002/2375002
1009.80/1006.60	c cleaning 10002 clauses out of 20038 with flag 2385003/2385003
1014.40/1011.18	c cleaning 10002 clauses out of 20033 with flag 2395000/2395000
1018.80/1015.59	c cleaning 10004 clauses out of 20033 with flag 2405002/2405002
1022.92/1019.65	c cleaning 9998 clauses out of 20031 with flag 2415004/2415004
1027.74/1024.46	c cleaning 9996 clauses out of 20030 with flag 2425001/2425001
1033.25/1029.93	c cleaning 10002 clauses out of 20033 with flag 2435000/2435000
1037.36/1034.06	c cleaning 9996 clauses out of 20033 with flag 2445002/2445002
1041.98/1038.64	c cleaning 10002 clauses out of 20039 with flag 2455004/2455004
1046.10/1042.72	c cleaning 9999 clauses out of 20034 with flag 2465001/2465001
1050.61/1047.23	c cleaning 10001 clauses out of 20036 with flag 2475002/2475002
1054.52/1051.19	c cleaning 9999 clauses out of 20033 with flag 2485000/2485000
1059.02/1055.68	c cleaning 10002 clauses out of 20037 with flag 2495003/2495003
1063.64/1060.27	c cleaning 9998 clauses out of 20032 with flag 2505000/2505000
1067.94/1064.50	c cleaning 9998 clauses out of 20035 with flag 2515001/2515001
1072.65/1069.23	c cleaning 9998 clauses out of 20037 with flag 2525001/2525001
1077.16/1073.71	c cleaning 10001 clauses out of 20040 with flag 2535002/2535002
1081.68/1078.25	c cleaning 10000 clauses out of 20038 with flag 2545001/2545001
1086.29/1082.83	c cleaning 10000 clauses out of 20037 with flag 2555000/2555000
1091.00/1087.58	c cleaning 9999 clauses out of 20038 with flag 2565001/2565001
1095.83/1092.38	c cleaning 10000 clauses out of 20038 with flag 2575000/2575000
1100.52/1097.09	c cleaning 10002 clauses out of 20039 with flag 2585001/2585001
1105.04/1101.56	c cleaning 10002 clauses out of 20039 with flag 2595003/2595003
1109.34/1105.88	c cleaning 9996 clauses out of 20035 with flag 2605001/2605001
1113.75/1110.25	c cleaning 9997 clauses out of 20038 with flag 2615000/2615000
1118.16/1114.64	c cleaning 10002 clauses out of 20044 with flag 2625003/2625003
1122.67/1119.16	c cleaning 10002 clauses out of 20040 with flag 2635001/2635001
1126.79/1123.28	c cleaning 9998 clauses out of 20039 with flag 2645002/2645002
1131.11/1127.56	c cleaning 9998 clauses out of 20040 with flag 2655001/2655001
1134.91/1131.38	c cleaning 10006 clauses out of 20041 with flag 2665000/2665000
1138.92/1135.33	c cleaning 10009 clauses out of 20039 with flag 2675004/2675004
1143.72/1140.11	c cleaning 10005 clauses out of 20027 with flag 2685001/2685001
1148.33/1144.79	c cleaning 9985 clauses out of 20021 with flag 2695000/2695000
1153.54/1149.95	c cleaning 10005 clauses out of 20036 with flag 2705000/2705000
1158.15/1154.59	c cleaning 10003 clauses out of 20034 with flag 2715003/2715003
1162.17/1158.52	c cleaning 10003 clauses out of 20028 with flag 2725000/2725000
1165.97/1162.32	c cleaning 9983 clauses out of 20025 with flag 2735000/2735000
1170.09/1166.43	c cleaning 10006 clauses out of 20044 with flag 2745002/2745002
1174.59/1170.93	c cleaning 10006 clauses out of 20037 with flag 2755001/2755001
1178.99/1175.35	c cleaning 10003 clauses out of 20030 with flag 2765000/2765000
1183.00/1179.36	c cleaning 9998 clauses out of 20027 with flag 2775000/2775000
1187.21/1183.50	c cleaning 9999 clauses out of 20030 with flag 2785001/2785001
1191.93/1188.29	c cleaning 9999 clauses out of 20030 with flag 2795000/2795000
1196.33/1192.69	c cleaning 9993 clauses out of 20036 with flag 2805005/2805005
1200.33/1196.69	c cleaning 9990 clauses out of 20038 with flag 2815000/2815000
1204.05/1200.35	c cleaning 9995 clauses out of 20050 with flag 2825002/2825002
1208.56/1204.86	c cleaning 10002 clauses out of 20055 with flag 2835002/2835002
1212.57/1208.89	c cleaning 10014 clauses out of 20052 with flag 2845001/2845001
1216.47/1212.78	c cleaning 10009 clauses out of 20039 with flag 2855002/2855002
1221.18/1217.45	c cleaning 9997 clauses out of 20029 with flag 2865001/2865001
1224.59/1220.80	c cleaning 10003 clauses out of 20031 with flag 2875000/2875000
1228.89/1225.13	c cleaning 10006 clauses out of 20033 with flag 2885005/2885005
1232.90/1229.13	c cleaning 10001 clauses out of 20025 with flag 2895003/2895003
1237.40/1233.62	c cleaning 9999 clauses out of 20022 with flag 2905001/2905001
1241.43/1237.69	c cleaning 9984 clauses out of 20022 with flag 2915000/2915000
1245.73/1241.96	c cleaning 10006 clauses out of 20038 with flag 2925000/2925000
1249.74/1245.97	c cleaning 9989 clauses out of 20032 with flag 2935000/2935000
1254.05/1250.20	c cleaning 10009 clauses out of 20044 with flag 2945001/2945001
1258.35/1254.55	c cleaning 9986 clauses out of 20035 with flag 2955001/2955001
1262.26/1258.43	c cleaning 10009 clauses out of 20048 with flag 2965000/2965000
1266.36/1262.59	c cleaning 10008 clauses out of 20040 with flag 2975001/2975001
1270.67/1266.82	c cleaning 10003 clauses out of 20034 with flag 2985003/2985003
1273.58/1269.70	c cleaning 9970 clauses out of 20028 with flag 2995000/2995000
1276.49/1272.62	c cleaning 10014 clauses out of 20058 with flag 3005000/3005000
1280.30/1276.41	c cleaning 10003 clauses out of 20044 with flag 3015000/3015000
1285.22/1281.33	c cleaning 9991 clauses out of 20042 with flag 3025001/3025001
1288.34/1284.41	c cleaning 9980 clauses out of 20052 with flag 3035002/3035002
1292.34/1288.47	c cleaning 9986 clauses out of 20071 with flag 3045001/3045001
1296.86/1292.96	c cleaning 10014 clauses out of 20084 with flag 3055000/3055000
1300.77/1296.82	c cleaning 10005 clauses out of 20070 with flag 3065000/3065000
1305.08/1301.10	c cleaning 9999 clauses out of 20066 with flag 3075001/3075001
1308.60/1304.67	c cleaning 10023 clauses out of 20067 with flag 3085001/3085001
1312.21/1308.27	c cleaning 10006 clauses out of 20046 with flag 3095003/3095003
1316.71/1312.77	c cleaning 10003 clauses out of 20037 with flag 3105000/3105000
1320.72/1316.78	c cleaning 10005 clauses out of 20035 with flag 3115001/3115001
1324.32/1320.38	c cleaning 10001 clauses out of 20033 with flag 3125004/3125004
1328.94/1324.95	c cleaning 10003 clauses out of 20032 with flag 3135004/3135004
1333.45/1329.40	c cleaning 9998 clauses out of 20026 with flag 3145001/3145001
1337.66/1333.68	c cleaning 10000 clauses out of 20030 with flag 3155003/3155003
1342.46/1338.48	c cleaning 9999 clauses out of 20028 with flag 3165001/3165001
1347.77/1343.71	c cleaning 9990 clauses out of 20029 with flag 3175001/3175001
1352.77/1348.79	c cleaning 10004 clauses out of 20039 with flag 3185001/3185001
1356.58/1352.52	c cleaning 9983 clauses out of 20036 with flag 3195002/3195002
1360.69/1356.67	c cleaning 9995 clauses out of 20051 with flag 3205000/3205000
1365.10/1361.04	c cleaning 10016 clauses out of 20056 with flag 3215000/3215000
1369.32/1365.22	c cleaning 9958 clauses out of 20043 with flag 3225003/3225003
1374.73/1370.61	c cleaning 9952 clauses out of 20082 with flag 3235000/3235000
1379.64/1375.56	c cleaning 9988 clauses out of 20130 with flag 3245000/3245000
1384.45/1380.39	c cleaning 10005 clauses out of 20143 with flag 3255001/3255001
1389.55/1385.41	c cleaning 9992 clauses out of 20137 with flag 3265000/3265000
1396.06/1391.91	c cleaning 9992 clauses out of 20145 with flag 3275000/3275000
1400.78/1396.67	c cleaning 10074 clauses out of 20154 with flag 3285001/3285001
1404.88/1400.70	c cleaning 10021 clauses out of 20080 with flag 3295001/3295001
1408.60/1404.45	c cleaning 10012 clauses out of 20059 with flag 3305001/3305001
1412.11/1407.94	c cleaning 10005 clauses out of 20047 with flag 3315001/3315001
1415.52/1411.39	c cleaning 10005 clauses out of 20044 with flag 3325003/3325003
1419.01/1414.83	c cleaning 9999 clauses out of 20036 with flag 3335000/3335000
1422.62/1418.42	c cleaning 10001 clauses out of 20041 with flag 3345004/3345004
1426.74/1422.52	c cleaning 10000 clauses out of 20038 with flag 3355002/3355002
1430.46/1426.29	c cleaning 10002 clauses out of 20038 with flag 3365002/3365002
1434.48/1430.24	c cleaning 9999 clauses out of 20035 with flag 3375001/3375001
1438.39/1434.13	c cleaning 9995 clauses out of 20036 with flag 3385001/3385001
1442.09/1437.86	c cleaning 10000 clauses out of 20041 with flag 3395001/3395001
1445.81/1441.57	c cleaning 9999 clauses out of 20040 with flag 3405000/3405000
1449.52/1445.21	c cleaning 10001 clauses out of 20041 with flag 3415000/3415000
1453.13/1448.86	c cleaning 10002 clauses out of 20043 with flag 3425003/3425003
1456.64/1452.35	c cleaning 10005 clauses out of 20038 with flag 3435000/3435000
1461.55/1457.27	c cleaning 9999 clauses out of 20037 with flag 3445004/3445004
1465.56/1461.21	c cleaning 9985 clauses out of 20035 with flag 3455001/3455001
1470.46/1466.19	c cleaning 10012 clauses out of 20049 with flag 3465000/3465000
1475.38/1471.00	c cleaning 9989 clauses out of 20039 with flag 3475002/3475002
1480.10/1475.73	c cleaning 10013 clauses out of 20049 with flag 3485001/3485001
1484.30/1479.99	c cleaning 9992 clauses out of 20040 with flag 3495005/3495005
1489.32/1484.94	c cleaning 10014 clauses out of 20048 with flag 3505005/3505005
1494.13/1489.70	c cleaning 9999 clauses out of 20034 with flag 3515005/3515005
1498.45/1494.02	c cleaning 9998 clauses out of 20032 with flag 3525002/3525002
1502.56/1498.19	c cleaning 10003 clauses out of 20038 with flag 3535006/3535006
1507.06/1502.67	c cleaning 9995 clauses out of 20030 with flag 3545001/3545001
1511.78/1507.39	c cleaning 9987 clauses out of 20034 with flag 3555000/3555000
1517.40/1512.97	c cleaning 10015 clauses out of 20051 with flag 3565004/3565004
1522.11/1517.60	c cleaning 9973 clauses out of 20032 with flag 3575000/3575000
1526.62/1522.17	c cleaning 10019 clauses out of 20060 with flag 3585001/3585001
1530.62/1526.17	c cleaning 9991 clauses out of 20040 with flag 3595000/3595000
1535.02/1530.51	c cleaning 9999 clauses out of 20053 with flag 3605004/3605004
1539.43/1534.98	c cleaning 9996 clauses out of 20050 with flag 3615000/3615000
1543.14/1538.67	c cleaning 9993 clauses out of 20055 with flag 3625001/3625001
1547.85/1543.35	c cleaning 10018 clauses out of 20063 with flag 3635002/3635002
1552.57/1548.07	c cleaning 9996 clauses out of 20045 with flag 3645002/3645002
1556.69/1552.18	c cleaning 10021 clauses out of 20049 with flag 3655002/3655002
1560.59/1556.06	c cleaning 10001 clauses out of 20027 with flag 3665001/3665001
1564.81/1560.30	c cleaning 10002 clauses out of 20028 with flag 3675003/3675003
1568.82/1564.23	c cleaning 9994 clauses out of 20024 with flag 3685001/3685001
1573.02/1568.46	c cleaning 10003 clauses out of 20029 with flag 3695000/3695000
1576.73/1572.18	c cleaning 10001 clauses out of 20028 with flag 3705002/3705002
1580.44/1575.83	c cleaning 9999 clauses out of 20025 with flag 3715000/3715000
1584.15/1579.57	c cleaning 9999 clauses out of 20026 with flag 3725000/3725000
1588.06/1583.42	c cleaning 9997 clauses out of 20027 with flag 3735000/3735000
1591.97/1587.34	c cleaning 10002 clauses out of 20031 with flag 3745001/3745001
1595.38/1590.76	c cleaning 10003 clauses out of 20029 with flag 3755001/3755001
1599.18/1594.55	c cleaning 10002 clauses out of 20028 with flag 3765003/3765003
1602.89/1598.24	c cleaning 10000 clauses out of 20023 with flag 3775000/3775000
1606.40/1601.79	c cleaning 10003 clauses out of 20025 with flag 3785002/3785002
1610.31/1605.68	c cleaning 9997 clauses out of 20021 with flag 3795001/3795001
1614.51/1609.84	c cleaning 10000 clauses out of 20025 with flag 3805002/3805002
1618.42/1613.78	c cleaning 10000 clauses out of 20024 with flag 3815001/3815001
1622.01/1617.39	c cleaning 10000 clauses out of 20025 with flag 3825002/3825002
1625.93/1621.28	c cleaning 10000 clauses out of 20025 with flag 3835002/3835002
1630.24/1625.51	c cleaning 9999 clauses out of 20023 with flag 3845000/3845000
1634.06/1629.37	c cleaning 10002 clauses out of 20025 with flag 3855001/3855001
1638.07/1633.32	c cleaning 10000 clauses out of 20024 with flag 3865002/3865002
1642.27/1637.59	c cleaning 9999 clauses out of 20022 with flag 3875000/3875000
1646.78/1642.07	c cleaning 9999 clauses out of 20028 with flag 3885005/3885005
1650.89/1646.14	c cleaning 9992 clauses out of 20025 with flag 3895001/3895001
1655.00/1650.29	c cleaning 10004 clauses out of 20032 with flag 3905000/3905000
1659.50/1654.75	c cleaning 9997 clauses out of 20032 with flag 3915004/3915004
1663.81/1659.00	c cleaning 10002 clauses out of 20031 with flag 3925000/3925000
1667.83/1663.02	c cleaning 10003 clauses out of 20031 with flag 3935002/3935002
1672.13/1667.30	c cleaning 9998 clauses out of 20026 with flag 3945000/3945000
1676.24/1671.41	c cleaning 9996 clauses out of 20028 with flag 3955000/3955000
1680.04/1675.25	c cleaning 10002 clauses out of 20035 with flag 3965003/3965003
1683.95/1679.13	c cleaning 10000 clauses out of 20030 with flag 3975000/3975000
1687.55/1682.76	c cleaning 10003 clauses out of 20031 with flag 3985001/3985001
1690.76/1685.99	c cleaning 9977 clauses out of 20028 with flag 3995001/3995001
1694.48/1689.61	c cleaning 9991 clauses out of 20052 with flag 4005002/4005002
1699.18/1694.32	c cleaning 9989 clauses out of 20060 with flag 4015001/4015001
1703.88/1699.06	c cleaning 9994 clauses out of 20071 with flag 4025001/4025001
1708.29/1703.47	c cleaning 9991 clauses out of 20078 with flag 4035002/4035002
1712.01/1707.13	c cleaning 10024 clauses out of 20086 with flag 4045001/4045001
1716.01/1711.16	c cleaning 9993 clauses out of 20061 with flag 4055000/4055000
1720.12/1715.25	c cleaning 10000 clauses out of 20069 with flag 4065001/4065001
1724.02/1719.16	c cleaning 9973 clauses out of 20069 with flag 4075001/4075001
1729.63/1724.77	c cleaning 9989 clauses out of 20097 with flag 4085002/4085002
1734.34/1729.48	c cleaning 9992 clauses out of 20110 with flag 4095004/4095004
1738.45/1733.52	c cleaning 9991 clauses out of 20114 with flag 4105000/4105000
1743.76/1738.87	c cleaning 10002 clauses out of 20124 with flag 4115001/4115001
1748.87/1743.92	c cleaning 10001 clauses out of 20121 with flag 4125000/4125000
1753.87/1748.95	c cleaning 9997 clauses out of 20121 with flag 4135001/4135001
1758.77/1753.85	c cleaning 10000 clauses out of 20124 with flag 4145001/4145001
1763.99/1759.07	c cleaning 10040 clauses out of 20123 with flag 4155000/4155000
1768.39/1763.43	c cleaning 10023 clauses out of 20085 with flag 4165002/4165002
1773.51/1768.59	c cleaning 9977 clauses out of 20062 with flag 4175002/4175002
1777.54/1772.56	c cleaning 9984 clauses out of 20085 with flag 4185002/4185002
1781.85/1776.80	c cleaning 10011 clauses out of 20099 with flag 4195000/4195000
1786.25/1781.23	c cleaning 10001 clauses out of 20089 with flag 4205001/4205001
1791.05/1786.04	c cleaning 9998 clauses out of 20088 with flag 4215001/4215001
1795.65/1790.61	c cleaning 10022 clauses out of 20089 with flag 4225000/4225000
1800.06/1795.01	c starts		: 267
1800.06/1795.01	c conflicts		: 4233979
1800.06/1795.01	c decisions		: 5385398
1800.06/1795.01	c propagations		: 89272355
1800.06/1795.01	c inspects		: 5704096847
1800.06/1795.01	c learnt literals	: 0
1800.06/1795.01	c learnt binary clauses	: 0
1800.06/1795.01	c learnt ternary clauses	: 0
1800.06/1795.01	c learnt clauses	: 4233978
1800.06/1795.01	c ignored clauses	: 0
1800.06/1795.01	c root simplifications	: 0
1800.06/1795.01	c removed literals (reason simplification)	: 35135433
1800.06/1795.01	c reason swapping (by a shorter reason)	: 0
1800.06/1795.01	c Calls to reduceDB	: 424
1800.06/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.01	c number of learned constraints concerned by reduction	: 0
1800.06/1795.01	c number of learning phase by resolution	: 0
1800.06/1795.01	c number of learning phase by cutting planes	: 0
1800.06/1795.01	c speed (assignments/second)	: 50031.2778290575
1800.06/1795.01	c non guided choices	26990
1800.06/1795.03	c learnt constraints type 
1800.06/1795.03	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19072
1800.06/1795.03	c constraints type 
1800.06/1795.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
1800.06/1795.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.06/1795.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.06/1795.03	s SATISFIABLE
1800.06/1795.03	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 
1800.06/1795.03	c objective function=23
1800.06/1795.03	c Total wall clock time (in seconds): 1794.931

Verifier Data

OK	23

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 14709
/proc/meminfo: memFree=31598908/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=248 CPUtime=0
/proc/14709/stat : 14709 (java) R 14707 14709 13345 0 -1 4194304 282 0 0 0 0 0 0 0 25 0 1 0 133537837 253952 29 4089446400 134512640 134550932 4293370096 18446744073709551615 9699806 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14709/statm: 62 29 21 10 0 23 0

[startup+0.040638 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 14709
/proc/meminfo: memFree=31598908/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1526332 CPUtime=0.02
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 3816 0 1 0 2 0 0 0 25 0 13 0 133537837 1562963968 3257 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 381583 3257 1040 10 0 378893 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1526332

[startup+0.100621 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 14709
/proc/meminfo: memFree=31598908/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1530456 CPUtime=0.11
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 5210 0 1 0 10 1 0 0 25 0 18 0 133537837 1567186944 4646 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 382614 4646 1346 10 0 379916 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530456

[startup+0.300634 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 14709
/proc/meminfo: memFree=31598908/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1532612 CPUtime=0.56
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 6656 0 1 0 55 1 0 0 25 0 19 0 133537837 1569394688 5876 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 383153 5876 1416 10 0 380455 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1532612

[startup+0.700627 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 14709
/proc/meminfo: memFree=31598908/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1532436 CPUtime=1.13
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 7486 0 1 0 111 2 0 0 25 0 19 0 133537837 1569214464 6599 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 383109 6599 1423 10 0 380411 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1532436

[startup+1.50149 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 14728
/proc/meminfo: memFree=31575828/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1532572 CPUtime=2
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 9760 0 1 0 198 2 0 0 25 0 19 0 133537837 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 383143 8866 1441 10 0 380445 0
[pid=14709/tid=14711] ppid=14707 vsize=1532572 CPUtime=1.47
/proc/14709/task/14711/stat : 14711 (java) R 14707 14709 13345 0 -1 4202560 5692 0 1 0 146 1 0 0 25 0 19 0 133537838 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4109380706 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14709/tid=14712] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14712/stat : 14712 (java) S 14707 14709 13345 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14713] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14713/stat : 14713 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14714] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14714/stat : 14714 (java) S 14707 14709 13345 0 -1 4202560 329 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14715] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14715/stat : 14715 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14716] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14716/stat : 14716 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14717] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14717/stat : 14717 (java) S 14707 14709 13345 0 -1 4202560 397 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14718] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14718/stat : 14718 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14719] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14719/stat : 14719 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14720] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14720/stat : 14720 (java) S 14707 14709 13345 0 -1 4202560 701 0 0 0 0 0 0 0 15 0 19 0 133537839 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14721] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14721/stat : 14721 (java) S 14707 14709 13345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133537839 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14722] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14722/stat : 14722 (java) S 14707 14709 13345 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133537839 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14723] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14723/stat : 14723 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14724] ppid=14707 vsize=1532572 CPUtime=0.26
/proc/14709/task/14724/stat : 14724 (java) S 14707 14709 13345 0 -1 4202560 565 0 0 0 26 0 0 0 17 0 19 0 133537841 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14725] ppid=14707 vsize=1532572 CPUtime=0.25
/proc/14709/task/14725/stat : 14725 (java) S 14707 14709 13345 0 -1 4202560 1001 0 0 0 25 0 0 0 16 0 19 0 133537841 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14726] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14726/stat : 14726 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14727] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14727/stat : 14727 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133537841 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14728] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14728/stat : 14728 (java) S 14707 14709 13345 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133537855 1569353728 8866 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1532572

[startup+3.1012 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 14728
/proc/meminfo: memFree=31568760/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1532572 CPUtime=3.65
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 11868 0 1 0 363 2 0 0 25 0 19 0 133537837 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 383143 10971 1441 10 0 380445 0
[pid=14709/tid=14711] ppid=14707 vsize=1532572 CPUtime=3.05
/proc/14709/task/14711/stat : 14711 (java) R 14707 14709 13345 0 -1 4202560 5693 0 1 0 304 1 0 0 25 0 19 0 133537838 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4109386347 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14709/tid=14712] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14712/stat : 14712 (java) S 14707 14709 13345 0 -1 4202560 439 0 0 0 0 0 0 0 16 0 19 0 133537838 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14713] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14713/stat : 14713 (java) S 14707 14709 13345 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14714] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14714/stat : 14714 (java) S 14707 14709 13345 0 -1 4202560 351 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14715] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14715/stat : 14715 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14716] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14716/stat : 14716 (java) S 14707 14709 13345 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14717] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14717/stat : 14717 (java) S 14707 14709 13345 0 -1 4202560 922 0 0 0 0 0 0 0 18 0 19 0 133537838 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14718] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14718/stat : 14718 (java) S 14707 14709 13345 0 -1 4202560 513 0 0 0 0 0 0 0 16 0 19 0 133537838 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14719] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14719/stat : 14719 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14720] ppid=14707 vsize=1532572 CPUtime=0.01
/proc/14709/task/14720/stat : 14720 (java) S 14707 14709 13345 0 -1 4202560 1283 0 0 0 1 0 0 0 15 0 19 0 133537839 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14721] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14721/stat : 14721 (java) S 14707 14709 13345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133537839 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14722] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14722/stat : 14722 (java) S 14707 14709 13345 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133537839 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14723] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14723/stat : 14723 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14724] ppid=14707 vsize=1532572 CPUtime=0.27
/proc/14709/task/14724/stat : 14724 (java) S 14707 14709 13345 0 -1 4202560 567 0 0 0 27 0 0 0 15 0 19 0 133537841 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14725] ppid=14707 vsize=1532572 CPUtime=0.27
/proc/14709/task/14725/stat : 14725 (java) S 14707 14709 13345 0 -1 4202560 1006 0 0 0 27 0 0 0 15 0 19 0 133537841 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14726] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14726/stat : 14726 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14727] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14727/stat : 14727 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133537841 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14728] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14728/stat : 14728 (java) S 14707 14709 13345 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133537855 1569353728 10971 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1532572

[startup+6.30053 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 14729
/proc/meminfo: memFree=31554204/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1532572 CPUtime=6.87
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 13486 0 1 0 684 3 0 0 25 0 19 0 133537837 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 383143 12542 1441 10 0 380445 0
[pid=14709/tid=14711] ppid=14707 vsize=1532572 CPUtime=6.24
/proc/14709/task/14711/stat : 14711 (java) R 14707 14709 13345 0 -1 4202560 5695 0 1 0 623 1 0 0 25 0 19 0 133537838 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4109381457 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14709/tid=14712] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14712/stat : 14712 (java) S 14707 14709 13345 0 -1 4202560 439 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14713] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14713/stat : 14713 (java) S 14707 14709 13345 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14714] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14714/stat : 14714 (java) S 14707 14709 13345 0 -1 4202560 351 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14715] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14715/stat : 14715 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14716] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14716/stat : 14716 (java) S 14707 14709 13345 0 -1 4202560 404 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14717] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14717/stat : 14717 (java) S 14707 14709 13345 0 -1 4202560 923 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14718] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14718/stat : 14718 (java) S 14707 14709 13345 0 -1 4202560 894 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14719] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14719/stat : 14719 (java) S 14707 14709 13345 0 -1 4202560 371 0 0 0 0 0 0 0 16 0 19 0 133537838 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14720] ppid=14707 vsize=1532572 CPUtime=0.02
/proc/14709/task/14720/stat : 14720 (java) S 14707 14709 13345 0 -1 4202560 1758 0 0 0 2 0 0 0 15 0 19 0 133537839 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14721] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14721/stat : 14721 (java) S 14707 14709 13345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133537839 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14722] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14722/stat : 14722 (java) S 14707 14709 13345 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133537839 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14723] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14723/stat : 14723 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14724] ppid=14707 vsize=1532572 CPUtime=0.28
/proc/14709/task/14724/stat : 14724 (java) S 14707 14709 13345 0 -1 4202560 568 0 0 0 28 0 0 0 15 0 19 0 133537841 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14725] ppid=14707 vsize=1532572 CPUtime=0.28
/proc/14709/task/14725/stat : 14725 (java) S 14707 14709 13345 0 -1 4202560 1007 0 0 0 28 0 0 0 15 0 19 0 133537841 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14726] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14726/stat : 14726 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14727] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14727/stat : 14727 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133537841 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14728] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14728/stat : 14728 (java) S 14707 14709 13345 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133537855 1569353728 12542 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 1532572

[startup+12.7014 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 14729
/proc/meminfo: memFree=31541924/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1532572 CPUtime=13.32
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 16508 0 1 0 1328 4 0 0 25 0 19 0 133537837 1569353728 15548 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 383143 15548 1442 10 0 380445 0
[pid=14709/tid=14711] ppid=14707 vsize=1532572 CPUtime=12.6
/proc/14709/task/14711/stat : 14711 (java) R 14707 14709 13345 0 -1 4202560 6465 0 1 0 1259 1 0 0 25 0 19 0 133537838 1569353728 15548 4089446400 134512640 134550932 4293370096 18446744073709551615 4109428058 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14709/tid=14712] ppid=14707 vsize=1532572 CPUtime=0
/proc/14709/task/14712/stat : 14712 (java) S 14707 14709 13345 0 -1 4202560 802 0 0 0 0 0 0 0 15 0 19 0 133537838 1569353728 15548 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0

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

[pid=14709/tid=14717] ppid=14707 vsize=1533556 CPUtime=0.66
/proc/14709/task/14717/stat : 14717 (java) S 14707 14709 13345 0 -1 4202560 1533 0 0 0 61 5 0 0 15 0 19 0 133537838 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14718] ppid=14707 vsize=1533556 CPUtime=0.74
/proc/14709/task/14718/stat : 14718 (java) S 14707 14709 13345 0 -1 4202560 1698 0 0 0 69 5 0 0 16 0 19 0 133537838 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14719] ppid=14707 vsize=1533556 CPUtime=0.65
/proc/14709/task/14719/stat : 14719 (java) S 14707 14709 13345 0 -1 4202560 1351 0 0 0 60 5 0 0 16 0 19 0 133537838 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14720] ppid=14707 vsize=1533556 CPUtime=9.69
/proc/14709/task/14720/stat : 14720 (java) S 14707 14709 13345 0 -1 4202560 10042 0 0 0 962 7 0 0 15 0 19 0 133537839 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14721] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14721/stat : 14721 (java) S 14707 14709 13345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133537839 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14722] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14722/stat : 14722 (java) S 14707 14709 13345 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133537839 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14723] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14723/stat : 14723 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14724] ppid=14707 vsize=1533556 CPUtime=0.35
/proc/14709/task/14724/stat : 14724 (java) S 14707 14709 13345 0 -1 4202560 819 0 0 0 35 0 0 0 15 0 19 0 133537841 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14725] ppid=14707 vsize=1533556 CPUtime=0.28
/proc/14709/task/14725/stat : 14725 (java) S 14707 14709 13345 0 -1 4202560 1007 0 0 0 28 0 0 0 15 0 19 0 133537841 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14726] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14726/stat : 14726 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14727] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14727/stat : 14727 (java) S 14707 14709 13345 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 133537841 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14728] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14728/stat : 14728 (java) S 14707 14709 13345 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133537855 1570361344 28785 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.12
Current children cumulated vsize (KiB) 1533556

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 14804
/proc/meminfo: memFree=31428700/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1533556 CPUtime=1727.23
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 30612 0 1 0 172664 59 0 0 25 0 19 0 133537837 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 383389 28786 1442 10 0 380691 0
[pid=14709/tid=14711] ppid=14707 vsize=1533556 CPUtime=1710.77
/proc/14709/task/14711/stat : 14711 (java) R 14707 14709 13345 0 -1 4202560 8765 0 1 0 171073 4 0 0 25 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4109380701 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14709/tid=14712] ppid=14707 vsize=1533556 CPUtime=0.66
/proc/14709/task/14712/stat : 14712 (java) S 14707 14709 13345 0 -1 4202560 1203 0 0 0 61 5 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 5 0 0 0
[pid=14709/tid=14713] ppid=14707 vsize=1533556 CPUtime=0.73
/proc/14709/task/14713/stat : 14713 (java) S 14707 14709 13345 0 -1 4202560 752 0 0 0 67 6 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14714] ppid=14707 vsize=1533556 CPUtime=0.68
/proc/14709/task/14714/stat : 14714 (java) S 14707 14709 13345 0 -1 4202560 796 0 0 0 63 5 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14715] ppid=14707 vsize=1533556 CPUtime=0.69
/proc/14709/task/14715/stat : 14715 (java) S 14707 14709 13345 0 -1 4202560 979 0 0 0 64 5 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14716] ppid=14707 vsize=1533556 CPUtime=0.7
/proc/14709/task/14716/stat : 14716 (java) S 14707 14709 13345 0 -1 4202560 496 0 0 0 66 4 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14717] ppid=14707 vsize=1533556 CPUtime=0.69
/proc/14709/task/14717/stat : 14717 (java) S 14707 14709 13345 0 -1 4202560 1533 0 0 0 63 6 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14718] ppid=14707 vsize=1533556 CPUtime=0.75
/proc/14709/task/14718/stat : 14718 (java) S 14707 14709 13345 0 -1 4202560 1698 0 0 0 70 5 0 0 16 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14719] ppid=14707 vsize=1533556 CPUtime=0.66
/proc/14709/task/14719/stat : 14719 (java) S 14707 14709 13345 0 -1 4202560 1351 0 0 0 61 5 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14720] ppid=14707 vsize=1533556 CPUtime=10.13
/proc/14709/task/14720/stat : 14720 (java) S 14707 14709 13345 0 -1 4202560 10047 0 0 0 1006 7 0 0 15 0 19 0 133537839 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14721] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14721/stat : 14721 (java) S 14707 14709 13345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133537839 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14722] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14722/stat : 14722 (java) S 14707 14709 13345 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133537839 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14723] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14723/stat : 14723 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14724] ppid=14707 vsize=1533556 CPUtime=0.35
/proc/14709/task/14724/stat : 14724 (java) S 14707 14709 13345 0 -1 4202560 819 0 0 0 35 0 0 0 15 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14725] ppid=14707 vsize=1533556 CPUtime=0.28
/proc/14709/task/14725/stat : 14725 (java) S 14707 14709 13345 0 -1 4202560 1007 0 0 0 28 0 0 0 15 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14726] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14726/stat : 14726 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14727] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14727/stat : 14727 (java) S 14707 14709 13345 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14728] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14728/stat : 14728 (java) S 14707 14709 13345 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133537855 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.23
Current children cumulated vsize (KiB) 1533556

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14806
/proc/meminfo: memFree=31428388/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1533556 CPUtime=1787.35
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 30629 0 1 0 178674 61 0 0 25 0 19 0 133537837 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 383389 28786 1442 10 0 380691 0
[pid=14709/tid=14711] ppid=14707 vsize=1533556 CPUtime=1770.35
/proc/14709/task/14711/stat : 14711 (java) R 14707 14709 13345 0 -1 4202560 8778 0 1 0 177031 4 0 0 25 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4109381233 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14709/tid=14712] ppid=14707 vsize=1533556 CPUtime=0.67
/proc/14709/task/14712/stat : 14712 (java) S 14707 14709 13345 0 -1 4202560 1203 0 0 0 62 5 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14713] ppid=14707 vsize=1533556 CPUtime=0.74
/proc/14709/task/14713/stat : 14713 (java) S 14707 14709 13345 0 -1 4202560 752 0 0 0 68 6 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14714] ppid=14707 vsize=1533556 CPUtime=0.71
/proc/14709/task/14714/stat : 14714 (java) S 14707 14709 13345 0 -1 4202560 796 0 0 0 65 6 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14715] ppid=14707 vsize=1533556 CPUtime=0.71
/proc/14709/task/14715/stat : 14715 (java) S 14707 14709 13345 0 -1 4202560 979 0 0 0 66 5 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 5 0 0 0
[pid=14709/tid=14716] ppid=14707 vsize=1533556 CPUtime=0.73
/proc/14709/task/14716/stat : 14716 (java) S 14707 14709 13345 0 -1 4202560 496 0 0 0 68 5 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14717] ppid=14707 vsize=1533556 CPUtime=0.71
/proc/14709/task/14717/stat : 14717 (java) S 14707 14709 13345 0 -1 4202560 1533 0 0 0 65 6 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14718] ppid=14707 vsize=1533556 CPUtime=0.79
/proc/14709/task/14718/stat : 14718 (java) S 14707 14709 13345 0 -1 4202560 1698 0 0 0 73 6 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14719] ppid=14707 vsize=1533556 CPUtime=0.69
/proc/14709/task/14719/stat : 14719 (java) S 14707 14709 13345 0 -1 4202560 1351 0 0 0 63 6 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14720] ppid=14707 vsize=1533556 CPUtime=10.51
/proc/14709/task/14720/stat : 14720 (java) S 14707 14709 13345 0 -1 4202560 10049 0 0 0 1044 7 0 0 15 0 19 0 133537839 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14721] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14721/stat : 14721 (java) S 14707 14709 13345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133537839 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14722] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14722/stat : 14722 (java) S 14707 14709 13345 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133537839 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14723] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14723/stat : 14723 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14724] ppid=14707 vsize=1533556 CPUtime=0.35
/proc/14709/task/14724/stat : 14724 (java) S 14707 14709 13345 0 -1 4202560 819 0 0 0 35 0 0 0 15 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14725] ppid=14707 vsize=1533556 CPUtime=0.28
/proc/14709/task/14725/stat : 14725 (java) S 14707 14709 13345 0 -1 4202560 1007 0 0 0 28 0 0 0 15 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14726] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14726/stat : 14726 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14727] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14727/stat : 14727 (java) S 14707 14709 13345 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14728] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14728/stat : 14728 (java) S 14707 14709 13345 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133537855 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.35
Current children cumulated vsize (KiB) 1533556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14806
/proc/meminfo: memFree=31428504/32950928 swapFree=67111528/67111528
[pid=14709] ppid=14707 vsize=1533556 CPUtime=1800.06
/proc/14709/stat : 14709 (java) S 14707 14709 13345 0 -1 4202496 30635 0 1 0 179945 61 0 0 25 0 19 0 133537837 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14709/statm: 383389 28786 1442 10 0 380691 0
[pid=14709/tid=14711] ppid=14707 vsize=1533556 CPUtime=1782.99
/proc/14709/task/14711/stat : 14711 (java) R 14707 14709 13345 0 -1 4202560 8780 0 1 0 178295 4 0 0 25 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4109381304 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14709/tid=14712] ppid=14707 vsize=1533556 CPUtime=0.67
/proc/14709/task/14712/stat : 14712 (java) S 14707 14709 13345 0 -1 4202560 1203 0 0 0 62 5 0 0 16 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14713] ppid=14707 vsize=1533556 CPUtime=0.74
/proc/14709/task/14713/stat : 14713 (java) S 14707 14709 13345 0 -1 4202560 752 0 0 0 68 6 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14714] ppid=14707 vsize=1533556 CPUtime=0.71
/proc/14709/task/14714/stat : 14714 (java) S 14707 14709 13345 0 -1 4202560 796 0 0 0 65 6 0 0 16 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 2 0 0 0
[pid=14709/tid=14715] ppid=14707 vsize=1533556 CPUtime=0.71
/proc/14709/task/14715/stat : 14715 (java) S 14707 14709 13345 0 -1 4202560 979 0 0 0 66 5 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 5 0 0 0
[pid=14709/tid=14716] ppid=14707 vsize=1533556 CPUtime=0.73
/proc/14709/task/14716/stat : 14716 (java) S 14707 14709 13345 0 -1 4202560 496 0 0 0 68 5 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14717] ppid=14707 vsize=1533556 CPUtime=0.71
/proc/14709/task/14717/stat : 14717 (java) S 14707 14709 13345 0 -1 4202560 1533 0 0 0 65 6 0 0 16 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14718] ppid=14707 vsize=1533556 CPUtime=0.79
/proc/14709/task/14718/stat : 14718 (java) S 14707 14709 13345 0 -1 4202560 1698 0 0 0 73 6 0 0 15 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14719] ppid=14707 vsize=1533556 CPUtime=0.69
/proc/14709/task/14719/stat : 14719 (java) S 14707 14709 13345 0 -1 4202560 1351 0 0 0 63 6 0 0 16 0 19 0 133537838 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 6 0 0 0
[pid=14709/tid=14720] ppid=14707 vsize=1533556 CPUtime=10.57
/proc/14709/task/14720/stat : 14720 (java) S 14707 14709 13345 0 -1 4202560 10051 0 0 0 1050 7 0 0 15 0 19 0 133537839 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 0 0 16800975 18446604453947287360 0 0 -1 0 0 0 0
[pid=14709/tid=14721] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14721/stat : 14721 (java) S 14707 14709 13345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133537839 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14722] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14722/stat : 14722 (java) S 14707 14709 13345 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133537839 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
[pid=14709/tid=14723] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14723/stat : 14723 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14724] ppid=14707 vsize=1533556 CPUtime=0.35
/proc/14709/task/14724/stat : 14724 (java) S 14707 14709 13345 0 -1 4202560 819 0 0 0 35 0 0 0 15 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14725] ppid=14707 vsize=1533556 CPUtime=0.28
/proc/14709/task/14725/stat : 14725 (java) S 14707 14709 13345 0 -1 4202560 1007 0 0 0 28 0 0 0 15 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 3 0 0 0
[pid=14709/tid=14726] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14726/stat : 14726 (java) S 14707 14709 13345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14727] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14727/stat : 14727 (java) S 14707 14709 13345 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 133537841 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 4 0 0 0
[pid=14709/tid=14728] ppid=14707 vsize=1533556 CPUtime=0
/proc/14709/task/14728/stat : 14728 (java) S 14707 14709 13345 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133537855 1570361344 28786 4089446400 134512640 134550932 4293370096 18446744073709551615 4294960144 0 4 0 16800975 18446604453947287360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1533556

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): 1795.06
CPU time (s): 1800.15
CPU user time (s): 1799.53
CPU system time (s): 0.622905
CPU usage (%): 100.284
Max. virtual memory (cumulated for all children) (KiB): 1533704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.622905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30689
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= 49291
involuntary context switches= 229705

runsolver used 3.22751 second user time and 6.69098 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 20:26:49
IDJOB=2691411
IDBENCH=79184
IDSOLVER=1202
FILE ID=node120/2691411-1277922409
PBS_JOBID= 11197310
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691411-1277922409/watcher-2691411-1277922409 -o /tmp/evaluation-result-2691411-1277922409/solver-2691411-1277922409 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691411-1277922409.wbo

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

MD5SUM BENCH= 169186b65db4bc0391cc8aa4ed776345
RANDOM SEED=276572745

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31599420 kB
Buffers:        206112 kB
Cached:         935616 kB
SwapCached:          0 kB
Active:         605508 kB
Inactive:       604212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31599420 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:       68324 kB
Mapped:          15652 kB
Slab:            78712 kB
PageTables:       4800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   212996 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node120 at 2010-06-30 20:56:46