Trace number 2698249

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1MSAT (TO) 1800.15 1795.46

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-31-30--soft-33-100-0.wbo
MD5SUMb618f143f0ce2a95508bc08f0990c2c8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.049992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables930
Total number of constraints61
Number of soft constraints41
Number of constraints which are clauses31
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 constraint31
Top cost 2356
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2355
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2698249-1278323821.wbo
0.00/0.09	c reading problem ... 
0.12/0.16	c ... done. Wall clock time 0.068s.
0.12/0.16	c #vars     971
0.12/0.16	c #constraints  61
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
0.12/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.12/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19
0.59/0.31	c SATISFIABLE
0.59/0.31	c OPTIMIZING...
0.59/0.31	c Got one! Elapsed wall clock time (in seconds):0.219
0.59/0.31	o 1
1.67/1.20	c cleaning 2485 clauses out of 5001 with flag 5001/5001
2.89/2.46	c cleaning 4246 clauses out of 8515 with flag 11000/11000
4.70/4.24	c cleaning 5596 clauses out of 11272 with flag 18003/18003
7.00/6.60	c cleaning 6831 clauses out of 13673 with flag 26000/26000
9.92/9.44	c cleaning 7789 clauses out of 15842 with flag 35000/35000
16.73/16.23	c cleaning 9023 clauses out of 18054 with flag 45001/45001
24.94/24.48	c cleaning 9513 clauses out of 19030 with flag 55000/55000
32.26/31.78	c cleaning 9758 clauses out of 19520 with flag 65003/65003
38.99/38.50	c cleaning 9875 clauses out of 19759 with flag 75000/75000
47.50/46.90	c cleaning 9940 clauses out of 19886 with flag 85002/85002
53.62/53.00	c cleaning 9965 clauses out of 19945 with flag 95001/95001
60.53/59.97	c cleaning 9988 clauses out of 19980 with flag 105001/105001
67.44/66.81	c cleaning 9992 clauses out of 19991 with flag 115000/115000
77.05/76.48	c cleaning 9998 clauses out of 20000 with flag 125001/125001
85.66/85.02	c cleaning 9999 clauses out of 20003 with flag 135002/135002
93.96/93.35	c cleaning 9999 clauses out of 20003 with flag 145001/145001
100.68/100.08	c cleaning 9997 clauses out of 20003 with flag 155000/155000
106.78/106.18	c cleaning 10000 clauses out of 20007 with flag 165001/165001
114.60/113.98	c cleaning 9999 clauses out of 20006 with flag 175000/175000
122.41/121.72	c cleaning 9997 clauses out of 20007 with flag 185000/185000
129.13/128.48	c cleaning 9996 clauses out of 20011 with flag 195001/195001
135.43/134.72	c cleaning 10005 clauses out of 20016 with flag 205002/205002
142.44/141.77	c cleaning 10003 clauses out of 20009 with flag 215000/215000
148.15/147.47	c cleaning 9998 clauses out of 20008 with flag 225002/225002
154.76/154.01	c cleaning 9999 clauses out of 20010 with flag 235002/235002
161.15/160.45	c cleaning 10003 clauses out of 20009 with flag 245000/245000
167.27/166.57	c cleaning 10002 clauses out of 20009 with flag 255003/255003
175.78/175.03	c cleaning 9997 clauses out of 20004 with flag 265000/265000
182.29/181.58	c cleaning 10001 clauses out of 20010 with flag 275003/275003
188.70/187.94	c cleaning 9999 clauses out of 20006 with flag 285000/285000
194.41/193.61	c cleaning 10001 clauses out of 20008 with flag 295001/295001
201.22/200.47	c cleaning 9999 clauses out of 20006 with flag 305000/305000
207.22/206.42	c cleaning 10001 clauses out of 20008 with flag 315001/315001
213.04/212.29	c cleaning 10001 clauses out of 20009 with flag 325003/325003
219.74/218.94	c cleaning 10005 clauses out of 20011 with flag 335006/335006
225.76/224.98	c cleaning 9994 clauses out of 20000 with flag 345000/345000
231.76/230.98	c cleaning 10000 clauses out of 20006 with flag 355000/355000
237.46/236.65	c cleaning 9998 clauses out of 20010 with flag 365004/365004
243.27/242.47	c cleaning 10002 clauses out of 20008 with flag 375000/375000
248.78/247.92	c cleaning 9999 clauses out of 20006 with flag 385000/385000
254.88/254.01	c cleaning 10000 clauses out of 20008 with flag 395001/395001
261.79/260.98	c cleaning 10000 clauses out of 20007 with flag 405000/405000
268.19/267.38	c cleaning 10001 clauses out of 20008 with flag 415001/415001
273.81/272.94	c cleaning 10001 clauses out of 20007 with flag 425001/425001
280.00/279.10	c cleaning 9999 clauses out of 20005 with flag 435000/435000
286.92/286.03	c cleaning 9980 clauses out of 20006 with flag 445000/445000
294.02/293.19	c cleaning 9989 clauses out of 20026 with flag 455000/455000
301.83/300.98	c cleaning 10000 clauses out of 20041 with flag 465004/465004
308.84/307.93	c cleaning 9991 clauses out of 20038 with flag 475001/475001
316.05/315.12	c cleaning 10019 clauses out of 20048 with flag 485002/485002
322.56/321.65	c cleaning 9989 clauses out of 20029 with flag 495002/495002
327.67/326.75	c cleaning 10011 clauses out of 20038 with flag 505000/505000
333.38/332.44	c cleaning 9981 clauses out of 20027 with flag 515000/515000
340.10/339.17	c cleaning 10013 clauses out of 20046 with flag 525000/525000
346.42/345.41	c cleaning 10011 clauses out of 20035 with flag 535002/535002
353.33/352.37	c cleaning 9995 clauses out of 20022 with flag 545000/545000
360.15/359.13	c cleaning 9997 clauses out of 20029 with flag 555002/555002
366.16/365.20	c cleaning 10009 clauses out of 20033 with flag 565003/565003
372.37/371.36	c cleaning 9996 clauses out of 20021 with flag 575000/575000
378.89/377.81	c cleaning 10004 clauses out of 20025 with flag 585000/585000
385.70/384.68	c cleaning 9972 clauses out of 20021 with flag 595000/595000
392.11/391.04	c cleaning 10003 clauses out of 20050 with flag 605001/605001
399.32/398.24	c cleaning 9996 clauses out of 20046 with flag 615000/615000
405.73/404.66	c cleaning 9994 clauses out of 20050 with flag 625000/625000
412.45/411.33	c cleaning 9993 clauses out of 20056 with flag 635000/635000
420.27/419.16	c cleaning 10003 clauses out of 20066 with flag 645003/645003
425.16/424.07	c cleaning 10021 clauses out of 20060 with flag 655000/655000
430.47/429.39	c cleaning 10011 clauses out of 20039 with flag 665000/665000
435.59/434.44	c cleaning 9998 clauses out of 20028 with flag 675000/675000
442.99/441.82	c cleaning 10004 clauses out of 20031 with flag 685001/685001
448.62/447.42	c cleaning 10002 clauses out of 20026 with flag 695000/695000
454.23/453.04	c cleaning 9999 clauses out of 20024 with flag 705000/705000
459.96/458.80	c cleaning 10001 clauses out of 20029 with flag 715004/715004
465.48/464.29	c cleaning 9979 clauses out of 20024 with flag 725000/725000
471.60/470.38	c cleaning 9979 clauses out of 20046 with flag 735001/735001
476.31/475.00	c cleaning 9988 clauses out of 20067 with flag 745001/745001
481.12/479.81	c cleaning 10015 clauses out of 20078 with flag 755000/755000
486.13/484.80	c cleaning 10000 clauses out of 20065 with flag 765002/765002
490.85/489.54	c cleaning 9982 clauses out of 20064 with flag 775001/775001
495.66/494.37	c cleaning 9972 clauses out of 20082 with flag 785001/785001
500.17/498.88	c cleaning 10019 clauses out of 20117 with flag 795008/795008
504.79/503.44	c cleaning 9985 clauses out of 20091 with flag 805001/805001
510.31/508.97	c cleaning 9986 clauses out of 20105 with flag 815000/815000
516.93/515.59	c cleaning 9975 clauses out of 20121 with flag 825002/825002
523.94/522.51	c cleaning 9986 clauses out of 20146 with flag 835002/835002
528.46/527.07	c cleaning 9984 clauses out of 20161 with flag 845003/845003
532.87/531.49	c cleaning 9992 clauses out of 20175 with flag 855001/855001
538.08/536.61	c cleaning 9992 clauses out of 20182 with flag 865000/865000
543.09/541.67	c cleaning 9997 clauses out of 20190 with flag 875000/875000
547.30/545.80	c cleaning 10086 clauses out of 20194 with flag 885001/885001
550.24/548.72	c cleaning 10041 clauses out of 20108 with flag 895001/895001
553.95/552.49	c cleaning 10008 clauses out of 20066 with flag 905000/905000
557.27/555.72	c cleaning 10015 clauses out of 20058 with flag 915000/915000
560.89/559.33	c cleaning 10002 clauses out of 20043 with flag 925000/925000
565.01/563.45	c cleaning 10003 clauses out of 20043 with flag 935002/935002
568.82/567.23	c cleaning 10005 clauses out of 20040 with flag 945002/945002
574.03/572.43	c cleaning 10003 clauses out of 20033 with flag 955000/955000
578.84/577.23	c cleaning 10002 clauses out of 20030 with flag 965000/965000
582.25/580.63	c cleaning 9999 clauses out of 20029 with flag 975001/975001
586.06/584.40	c cleaning 9997 clauses out of 20029 with flag 985000/985000
590.17/588.59	c cleaning 9996 clauses out of 20032 with flag 995000/995000
594.37/592.79	c cleaning 10001 clauses out of 20036 with flag 1005000/1005000
598.38/596.79	c cleaning 10002 clauses out of 20036 with flag 1015001/1015001
603.41/601.79	c cleaning 9998 clauses out of 20033 with flag 1025000/1025000
608.01/606.30	c cleaning 9949 clauses out of 20038 with flag 1035003/1035003
613.92/612.22	c cleaning 9972 clauses out of 20086 with flag 1045000/1045000
622.02/620.30	c cleaning 9967 clauses out of 20115 with flag 1055001/1055001
627.14/625.40	c cleaning 10005 clauses out of 20149 with flag 1065002/1065002
634.25/632.53	c cleaning 9984 clauses out of 20142 with flag 1075000/1075000
638.16/636.49	c cleaning 10064 clauses out of 20166 with flag 1085008/1085008
642.58/640.88	c cleaning 10026 clauses out of 20096 with flag 1095002/1095002
647.28/645.56	c cleaning 10012 clauses out of 20069 with flag 1105001/1105001
651.80/650.02	c cleaning 10006 clauses out of 20056 with flag 1115000/1115000
656.51/654.76	c cleaning 10004 clauses out of 20050 with flag 1125000/1125000
661.02/659.21	c cleaning 10000 clauses out of 20046 with flag 1135000/1135000
665.93/664.11	c cleaning 9999 clauses out of 20046 with flag 1145000/1145000
671.05/669.24	c cleaning 10003 clauses out of 20048 with flag 1155001/1155001
675.75/673.92	c cleaning 10002 clauses out of 20045 with flag 1165001/1165001
680.26/678.45	c cleaning 10003 clauses out of 20045 with flag 1175003/1175003
684.07/682.27	c cleaning 10005 clauses out of 20039 with flag 1185000/1185000
688.48/686.61	c cleaning 10005 clauses out of 20034 with flag 1195000/1195000
693.19/691.32	c cleaning 10001 clauses out of 20029 with flag 1205000/1205000
697.91/696.03	c cleaning 10004 clauses out of 20029 with flag 1215001/1215001
702.72/700.82	c cleaning 9987 clauses out of 20024 with flag 1225000/1225000
706.92/705.06	c cleaning 10009 clauses out of 20037 with flag 1235000/1235000
711.43/709.58	c cleaning 10002 clauses out of 20030 with flag 1245002/1245002
716.43/714.57	c cleaning 10000 clauses out of 20026 with flag 1255000/1255000
720.95/719.06	c cleaning 10001 clauses out of 20026 with flag 1265000/1265000
725.16/723.24	c cleaning 10000 clauses out of 20026 with flag 1275001/1275001
730.18/728.23	c cleaning 10002 clauses out of 20025 with flag 1285000/1285000
735.48/733.52	c cleaning 9999 clauses out of 20023 with flag 1295000/1295000
739.89/737.96	c cleaning 10004 clauses out of 20029 with flag 1305005/1305005
744.40/742.41	c cleaning 9998 clauses out of 20021 with flag 1315001/1315001
749.32/747.34	c cleaning 10000 clauses out of 20026 with flag 1325004/1325004
752.03/750.09	c cleaning 9999 clauses out of 20024 with flag 1335002/1335002
755.65/753.61	c cleaning 10007 clauses out of 20025 with flag 1345002/1345002
758.87/756.89	c cleaning 9960 clauses out of 20018 with flag 1355002/1355002
764.38/762.36	c cleaning 9990 clauses out of 20056 with flag 1365000/1365000
771.10/769.10	c cleaning 9988 clauses out of 20066 with flag 1375000/1375000
775.91/773.85	c cleaning 10013 clauses out of 20079 with flag 1385001/1385001
779.72/777.61	c cleaning 10007 clauses out of 20066 with flag 1395001/1395001
783.74/781.66	c cleaning 10003 clauses out of 20059 with flag 1405001/1405001
787.25/785.12	c cleaning 10016 clauses out of 20056 with flag 1415001/1415001
791.48/789.37	c cleaning 10007 clauses out of 20040 with flag 1425001/1425001
796.69/794.51	c cleaning 10004 clauses out of 20033 with flag 1435001/1435001
801.11/798.99	c cleaning 10004 clauses out of 20029 with flag 1445001/1445001
805.82/803.61	c cleaning 9994 clauses out of 20024 with flag 1455000/1455000
808.82/806.61	c cleaning 9980 clauses out of 20031 with flag 1465001/1465001
813.73/811.56	c cleaning 9966 clauses out of 20050 with flag 1475000/1475000
818.25/816.08	c cleaning 10013 clauses out of 20088 with flag 1485004/1485004
822.16/819.91	c cleaning 10001 clauses out of 20073 with flag 1495002/1495002
825.97/823.79	c cleaning 9986 clauses out of 20073 with flag 1505003/1505003
830.49/828.27	c cleaning 10004 clauses out of 20086 with flag 1515002/1515002
834.81/832.53	c cleaning 9993 clauses out of 20080 with flag 1525000/1525000
840.23/837.95	c cleaning 10003 clauses out of 20087 with flag 1535000/1535000
844.44/842.17	c cleaning 10008 clauses out of 20086 with flag 1545002/1545002
848.26/845.95	c cleaning 9988 clauses out of 20078 with flag 1555002/1555002
853.26/850.95	c cleaning 10010 clauses out of 20089 with flag 1565001/1565001
857.88/855.56	c cleaning 10005 clauses out of 20078 with flag 1575000/1575000
862.60/860.26	c cleaning 9999 clauses out of 20073 with flag 1585000/1585000
866.72/864.34	c cleaning 10002 clauses out of 20076 with flag 1595002/1595002
872.32/869.92	c cleaning 10002 clauses out of 20073 with flag 1605001/1605001
876.54/874.14	c cleaning 9995 clauses out of 20070 with flag 1615000/1615000
880.26/877.81	c cleaning 10030 clauses out of 20076 with flag 1625001/1625001
884.36/881.95	c cleaning 10014 clauses out of 20048 with flag 1635003/1635003
888.97/886.50	c cleaning 10005 clauses out of 20031 with flag 1645000/1645000
892.88/890.43	c cleaning 10004 clauses out of 20026 with flag 1655000/1655000
896.49/894.07	c cleaning 10003 clauses out of 20023 with flag 1665001/1665001
900.51/898.09	c cleaning 10000 clauses out of 20020 with flag 1675001/1675001
904.82/902.33	c cleaning 10003 clauses out of 20021 with flag 1685002/1685002
908.84/906.33	c cleaning 9998 clauses out of 20016 with flag 1695000/1695000
912.95/910.42	c cleaning 10000 clauses out of 20020 with flag 1705002/1705002
917.28/914.72	c cleaning 9997 clauses out of 20018 with flag 1715000/1715000
921.10/918.58	c cleaning 10001 clauses out of 20023 with flag 1725002/1725002
924.99/922.47	c cleaning 10000 clauses out of 20021 with flag 1735001/1735001
929.20/926.62	c cleaning 10001 clauses out of 20023 with flag 1745003/1745003
933.32/930.73	c cleaning 9998 clauses out of 20019 with flag 1755000/1755000
936.83/934.29	c cleaning 10001 clauses out of 20021 with flag 1765000/1765000
940.03/937.44	c cleaning 9996 clauses out of 20020 with flag 1775000/1775000
943.64/941.01	c cleaning 10000 clauses out of 20025 with flag 1785001/1785001
947.26/944.64	c cleaning 9999 clauses out of 20026 with flag 1795002/1795002
950.97/948.32	c cleaning 9999 clauses out of 20025 with flag 1805000/1805000
954.57/951.95	c cleaning 9997 clauses out of 20026 with flag 1815000/1815000
958.08/955.43	c cleaning 10003 clauses out of 20032 with flag 1825003/1825003
961.68/959.03	c cleaning 10001 clauses out of 20027 with flag 1835001/1835001
965.20/962.56	c cleaning 10000 clauses out of 20026 with flag 1845001/1845001
968.80/966.20	c cleaning 9998 clauses out of 20026 with flag 1855001/1855001
972.70/970.01	c cleaning 10001 clauses out of 20031 with flag 1865004/1865004
976.31/973.63	c cleaning 9997 clauses out of 20026 with flag 1875000/1875000
980.21/977.55	c cleaning 10001 clauses out of 20032 with flag 1885003/1885003
984.13/981.41	c cleaning 10001 clauses out of 20028 with flag 1895000/1895000
987.95/985.22	c cleaning 10001 clauses out of 20029 with flag 1905002/1905002
991.66/988.99	c cleaning 9999 clauses out of 20027 with flag 1915001/1915001
995.77/993.06	c cleaning 10001 clauses out of 20029 with flag 1925002/1925002
999.89/997.19	c cleaning 9999 clauses out of 20026 with flag 1935000/1935000
1004.90/1002.13	c cleaning 9999 clauses out of 20027 with flag 1945000/1945000
1009.61/1006.81	c cleaning 9998 clauses out of 20028 with flag 1955000/1955000
1014.31/1011.57	c cleaning 10001 clauses out of 20030 with flag 1965000/1965000
1019.02/1016.28	c cleaning 10001 clauses out of 20029 with flag 1975000/1975000
1023.54/1020.74	c cleaning 9998 clauses out of 20029 with flag 1985001/1985001
1027.06/1024.24	c cleaning 9987 clauses out of 20030 with flag 1995000/1995000
1030.17/1027.30	c cleaning 9977 clauses out of 20046 with flag 2005003/2005003
1033.88/1031.07	c cleaning 9977 clauses out of 20067 with flag 2015001/2015001
1038.10/1035.25	c cleaning 9996 clauses out of 20090 with flag 2025001/2025001
1041.90/1039.05	c cleaning 9986 clauses out of 20093 with flag 2035000/2035000
1047.92/1045.04	c cleaning 9984 clauses out of 20108 with flag 2045001/2045001
1051.93/1049.02	c cleaning 9999 clauses out of 20125 with flag 2055002/2055002
1056.25/1053.37	c cleaning 9998 clauses out of 20124 with flag 2065000/2065000
1060.36/1057.48	c cleaning 9998 clauses out of 20127 with flag 2075001/2075001
1064.58/1061.64	c cleaning 10042 clauses out of 20128 with flag 2085000/2085000
1070.29/1067.34	c cleaning 10025 clauses out of 20089 with flag 2095003/2095003
1074.90/1071.97	c cleaning 10010 clauses out of 20061 with flag 2105000/2105000
1079.51/1076.59	c cleaning 10011 clauses out of 20057 with flag 2115006/2115006
1083.72/1080.79	c cleaning 9879 clauses out of 20040 with flag 2125000/2125000
1090.84/1087.87	c cleaning 9965 clauses out of 20163 with flag 2135002/2135002
1097.84/1094.83	c cleaning 9980 clauses out of 20197 with flag 2145001/2145001
1103.67/1100.66	c cleaning 9991 clauses out of 20217 with flag 2155001/2155001
1108.47/1105.49	c cleaning 10011 clauses out of 20225 with flag 2165000/2165000
1112.69/1109.63	c cleaning 10003 clauses out of 20214 with flag 2175000/2175000
1116.51/1113.45	c cleaning 9995 clauses out of 20212 with flag 2185001/2185001
1120.13/1117.05	c cleaning 10074 clauses out of 20216 with flag 2195000/2195000
1124.64/1121.51	c cleaning 10000 clauses out of 20142 with flag 2205000/2205000
1128.46/1125.39	c cleaning 9992 clauses out of 20144 with flag 2215002/2215002
1132.76/1129.66	c cleaning 10009 clauses out of 20154 with flag 2225004/2225004
1136.78/1133.68	c cleaning 9994 clauses out of 20141 with flag 2235000/2235000
1140.59/1137.45	c cleaning 10001 clauses out of 20151 with flag 2245004/2245004
1145.50/1142.38	c cleaning 10021 clauses out of 20149 with flag 2255003/2255003
1150.21/1147.06	c cleaning 10013 clauses out of 20127 with flag 2265002/2265002
1154.41/1151.29	c cleaning 10002 clauses out of 20112 with flag 2275000/2275000
1158.23/1155.00	c cleaning 9993 clauses out of 20110 with flag 2285000/2285000
1162.24/1159.05	c cleaning 10031 clauses out of 20118 with flag 2295001/2295001
1167.16/1163.93	c cleaning 10020 clauses out of 20090 with flag 2305004/2305004
1171.96/1168.80	c cleaning 9988 clauses out of 20069 with flag 2315003/2315003
1176.27/1173.00	c cleaning 9998 clauses out of 20079 with flag 2325001/2325001
1180.79/1177.50	c cleaning 10012 clauses out of 20081 with flag 2335001/2335001
1185.70/1182.49	c cleaning 9991 clauses out of 20069 with flag 2345001/2345001
1190.11/1186.87	c cleaning 10012 clauses out of 20077 with flag 2355000/2355000
1194.92/1191.60	c cleaning 10004 clauses out of 20065 with flag 2365000/2365000
1200.02/1196.74	c cleaning 9990 clauses out of 20062 with flag 2375001/2375001
1204.44/1201.18	c cleaning 10008 clauses out of 20072 with flag 2385001/2385001
1209.54/1206.25	c cleaning 10000 clauses out of 20064 with flag 2395001/2395001
1214.14/1210.80	c cleaning 10006 clauses out of 20066 with flag 2405003/2405003
1218.64/1215.36	c cleaning 10003 clauses out of 20062 with flag 2415005/2415005
1224.25/1220.97	c cleaning 9996 clauses out of 20055 with flag 2425001/2425001
1229.45/1226.12	c cleaning 9995 clauses out of 20060 with flag 2435002/2435002
1234.26/1230.99	c cleaning 10000 clauses out of 20064 with flag 2445001/2445001
1239.88/1236.53	c cleaning 9996 clauses out of 20065 with flag 2455002/2455002
1246.69/1243.35	c cleaning 9994 clauses out of 20068 with flag 2465001/2465001
1252.01/1248.69	c cleaning 10001 clauses out of 20073 with flag 2475000/2475000
1256.82/1253.48	c cleaning 9996 clauses out of 20072 with flag 2485000/2485000
1264.22/1260.87	c cleaning 9998 clauses out of 20076 with flag 2495000/2495000
1270.04/1266.62	c cleaning 10001 clauses out of 20079 with flag 2505001/2505001
1275.46/1272.08	c cleaning 9996 clauses out of 20077 with flag 2515000/2515000
1280.97/1277.55	c cleaning 10002 clauses out of 20085 with flag 2525004/2525004
1287.08/1283.60	c cleaning 9999 clauses out of 20080 with flag 2535001/2535001
1291.98/1288.58	c cleaning 10001 clauses out of 20081 with flag 2545001/2545001
1297.09/1293.63	c cleaning 10000 clauses out of 20081 with flag 2555002/2555002
1301.69/1298.21	c cleaning 10000 clauses out of 20079 with flag 2565000/2565000
1306.30/1302.88	c cleaning 9999 clauses out of 20079 with flag 2575000/2575000
1311.21/1307.73	c cleaning 10001 clauses out of 20084 with flag 2585004/2585004
1316.31/1312.82	c cleaning 10001 clauses out of 20082 with flag 2595003/2595003
1320.61/1317.14	c cleaning 10001 clauses out of 20081 with flag 2605003/2605003
1324.51/1321.01	c cleaning 10011 clauses out of 20078 with flag 2615001/2615001
1328.13/1324.68	c cleaning 10007 clauses out of 20070 with flag 2625004/2625004
1331.74/1328.25	c cleaning 10002 clauses out of 20059 with flag 2635000/2635000
1335.55/1332.01	c cleaning 10000 clauses out of 20058 with flag 2645001/2645001
1339.06/1335.60	c cleaning 10001 clauses out of 20057 with flag 2655000/2655000
1343.06/1339.59	c cleaning 10017 clauses out of 20056 with flag 2665000/2665000
1346.87/1343.35	c cleaning 10011 clauses out of 20041 with flag 2675002/2675002
1350.78/1347.27	c cleaning 9995 clauses out of 20029 with flag 2685001/2685001
1354.49/1350.99	c cleaning 10006 clauses out of 20037 with flag 2695004/2695004
1358.90/1355.32	c cleaning 9999 clauses out of 20027 with flag 2705000/2705000
1362.80/1359.25	c cleaning 10000 clauses out of 20028 with flag 2715000/2715000
1366.52/1362.93	c cleaning 10003 clauses out of 20029 with flag 2725001/2725001
1370.32/1366.77	c cleaning 10002 clauses out of 20029 with flag 2735004/2735004
1374.32/1370.79	c cleaning 9999 clauses out of 20023 with flag 2745000/2745000
1378.43/1374.81	c cleaning 9999 clauses out of 20025 with flag 2755001/2755001
1382.84/1379.26	c cleaning 9999 clauses out of 20026 with flag 2765001/2765001
1386.75/1383.12	c cleaning 9999 clauses out of 20026 with flag 2775000/2775000
1391.16/1387.52	c cleaning 10006 clauses out of 20028 with flag 2785001/2785001
1394.96/1391.35	c cleaning 10000 clauses out of 20023 with flag 2795002/2795002
1398.68/1395.06	c cleaning 9997 clauses out of 20021 with flag 2805000/2805000
1402.88/1399.24	c cleaning 9996 clauses out of 20024 with flag 2815000/2815000
1406.88/1403.28	c cleaning 9992 clauses out of 20028 with flag 2825000/2825000
1411.49/1407.81	c cleaning 10010 clauses out of 20041 with flag 2835005/2835005
1415.48/1411.81	c cleaning 10004 clauses out of 20027 with flag 2845001/2845001
1419.50/1415.84	c cleaning 10002 clauses out of 20024 with flag 2855002/2855002
1423.42/1419.78	c cleaning 9998 clauses out of 20020 with flag 2865000/2865000
1427.52/1423.86	c cleaning 10000 clauses out of 20022 with flag 2875000/2875000
1431.54/1427.81	c cleaning 9999 clauses out of 20024 with flag 2885002/2885002
1435.85/1432.18	c cleaning 10003 clauses out of 20027 with flag 2895004/2895004
1440.26/1436.54	c cleaning 10000 clauses out of 20023 with flag 2905003/2905003
1444.68/1440.94	c cleaning 9997 clauses out of 20020 with flag 2915000/2915000
1448.58/1444.81	c cleaning 9998 clauses out of 20024 with flag 2925001/2925001
1452.80/1449.04	c cleaning 9998 clauses out of 20026 with flag 2935001/2935001
1457.11/1453.39	c cleaning 10002 clauses out of 20028 with flag 2945001/2945001
1461.33/1457.53	c cleaning 10002 clauses out of 20026 with flag 2955001/2955001
1465.13/1461.38	c cleaning 9999 clauses out of 20023 with flag 2965000/2965000
1469.14/1465.39	c cleaning 10000 clauses out of 20024 with flag 2975000/2975000
1472.74/1468.95	c cleaning 9997 clauses out of 20024 with flag 2985000/2985000
1475.54/1471.75	c cleaning 9874 clauses out of 20030 with flag 2995003/2995003
1478.96/1475.12	c cleaning 10059 clauses out of 20155 with flag 3005002/3005002
1482.56/1478.71	c cleaning 10000 clauses out of 20094 with flag 3015000/3015000
1486.18/1482.40	c cleaning 9991 clauses out of 20095 with flag 3025001/3025001
1489.80/1485.92	c cleaning 10035 clauses out of 20107 with flag 3035004/3035004
1493.31/1489.44	c cleaning 10019 clauses out of 20068 with flag 3045000/3045000
1496.72/1492.88	c cleaning 10013 clauses out of 20049 with flag 3055000/3055000
1500.53/1496.65	c cleaning 10007 clauses out of 20036 with flag 3065000/3065000
1504.34/1500.45	c cleaning 10002 clauses out of 20029 with flag 3075000/3075000
1508.63/1504.72	c cleaning 10004 clauses out of 20027 with flag 3085000/3085000
1512.75/1508.82	c cleaning 9999 clauses out of 20023 with flag 3095000/3095000
1516.66/1512.75	c cleaning 9977 clauses out of 20029 with flag 3105005/3105005
1521.28/1517.30	c cleaning 10013 clauses out of 20049 with flag 3115002/3115002
1524.49/1520.57	c cleaning 9985 clauses out of 20035 with flag 3125001/3125001
1528.31/1524.36	c cleaning 9992 clauses out of 20049 with flag 3135000/3135000
1533.03/1529.02	c cleaning 9998 clauses out of 20057 with flag 3145000/3145000
1537.24/1533.24	c cleaning 9998 clauses out of 20061 with flag 3155002/3155002
1540.95/1536.96	c cleaning 9998 clauses out of 20061 with flag 3165000/3165000
1544.86/1540.81	c cleaning 10000 clauses out of 20064 with flag 3175001/3175001
1548.57/1544.58	c cleaning 10001 clauses out of 20064 with flag 3185001/3185001
1552.98/1548.93	c cleaning 10025 clauses out of 20063 with flag 3195001/3195001
1556.99/1552.98	c cleaning 10011 clauses out of 20038 with flag 3205001/3205001
1560.90/1556.82	c cleaning 10007 clauses out of 20027 with flag 3215001/3215001
1564.50/1560.45	c cleaning 10005 clauses out of 20024 with flag 3225005/3225005
1568.71/1564.64	c cleaning 10000 clauses out of 20016 with flag 3235002/3235002
1572.83/1568.74	c cleaning 9997 clauses out of 20014 with flag 3245000/3245000
1577.02/1572.90	c cleaning 10003 clauses out of 20019 with flag 3255002/3255002
1580.93/1576.81	c cleaning 9999 clauses out of 20015 with flag 3265001/3265001
1585.24/1581.17	c cleaning 9995 clauses out of 20015 with flag 3275000/3275000
1589.04/1584.94	c cleaning 9992 clauses out of 20020 with flag 3285000/3285000
1593.06/1588.94	c cleaning 9999 clauses out of 20032 with flag 3295004/3295004
1597.17/1593.08	c cleaning 9997 clauses out of 20032 with flag 3305003/3305003
1602.49/1598.38	c cleaning 9996 clauses out of 20033 with flag 3315001/3315001
1606.80/1602.62	c cleaning 9999 clauses out of 20037 with flag 3325001/3325001
1611.01/1606.87	c cleaning 10003 clauses out of 20039 with flag 3335002/3335002
1617.13/1612.95	c cleaning 10000 clauses out of 20036 with flag 3345002/3345002
1622.04/1617.87	c cleaning 9998 clauses out of 20034 with flag 3355000/3355000
1626.54/1622.35	c cleaning 10003 clauses out of 20037 with flag 3365001/3365001
1631.16/1626.92	c cleaning 9998 clauses out of 20033 with flag 3375000/3375000
1635.57/1631.39	c cleaning 10000 clauses out of 20035 with flag 3385000/3385000
1640.18/1635.92	c cleaning 10000 clauses out of 20036 with flag 3395001/3395001
1644.50/1640.22	c cleaning 9999 clauses out of 20036 with flag 3405001/3405001
1648.92/1644.62	c cleaning 10000 clauses out of 20038 with flag 3415002/3415002
1653.11/1648.87	c cleaning 9999 clauses out of 20036 with flag 3425000/3425000
1656.72/1652.49	c cleaning 10003 clauses out of 20037 with flag 3435000/3435000
1660.32/1656.03	c cleaning 9998 clauses out of 20035 with flag 3445001/3445001
1664.35/1660.03	c cleaning 10003 clauses out of 20036 with flag 3455000/3455000
1668.05/1663.72	c cleaning 10001 clauses out of 20033 with flag 3465000/3465000
1671.76/1667.46	c cleaning 10003 clauses out of 20032 with flag 3475000/3475000
1675.57/1671.23	c cleaning 10001 clauses out of 20029 with flag 3485000/3485000
1679.58/1675.29	c cleaning 9999 clauses out of 20028 with flag 3495000/3495000
1683.29/1678.99	c cleaning 10000 clauses out of 20030 with flag 3505001/3505001
1687.30/1683.00	c cleaning 10001 clauses out of 20030 with flag 3515001/3515001
1691.11/1686.78	c cleaning 10001 clauses out of 20031 with flag 3525003/3525003
1695.83/1691.40	c cleaning 9998 clauses out of 20027 with flag 3535000/3535000
1700.04/1695.69	c cleaning 10004 clauses out of 20033 with flag 3545004/3545004
1705.04/1700.65	c cleaning 9995 clauses out of 20025 with flag 3555000/3555000
1709.35/1704.97	c cleaning 9996 clauses out of 20030 with flag 3565000/3565000
1713.77/1709.30	c cleaning 10001 clauses out of 20036 with flag 3575002/3575002
1718.77/1714.37	c cleaning 10007 clauses out of 20041 with flag 3585008/3585008
1723.59/1719.14	c cleaning 10004 clauses out of 20033 with flag 3595007/3595007
1727.91/1723.48	c cleaning 9990 clauses out of 20023 with flag 3605001/3605001
1732.31/1727.86	c cleaning 10000 clauses out of 20033 with flag 3615001/3615001
1737.03/1732.60	c cleaning 10000 clauses out of 20035 with flag 3625003/3625003
1741.44/1736.93	c cleaning 10003 clauses out of 20032 with flag 3635000/3635000
1745.35/1740.87	c cleaning 9997 clauses out of 20029 with flag 3645000/3645000
1749.07/1744.50	c cleaning 9999 clauses out of 20032 with flag 3655000/3655000
1753.97/1749.40	c cleaning 9999 clauses out of 20033 with flag 3665000/3665000
1758.38/1753.81	c cleaning 9997 clauses out of 20034 with flag 3675000/3675000
1762.28/1757.76	c cleaning 10000 clauses out of 20041 with flag 3685004/3685004
1766.49/1761.96	c cleaning 9994 clauses out of 20038 with flag 3695001/3695001
1771.00/1766.46	c cleaning 10001 clauses out of 20044 with flag 3705001/3705001
1775.00/1770.41	c cleaning 10004 clauses out of 20043 with flag 3715001/3715001
1779.22/1774.63	c cleaning 9999 clauses out of 20038 with flag 3725000/3725000
1783.52/1778.90	c cleaning 10002 clauses out of 20041 with flag 3735002/3735002
1787.52/1782.97	c cleaning 9999 clauses out of 20037 with flag 3745000/3745000
1791.93/1787.38	c cleaning 9997 clauses out of 20038 with flag 3755000/3755000
1796.94/1792.37	c cleaning 10002 clauses out of 20041 with flag 3765000/3765000
1800.06/1795.41	c starts		: 253
1800.06/1795.41	c conflicts		: 3772501
1800.06/1795.41	c decisions		: 4937842
1800.06/1795.41	c propagations		: 63759388
1800.06/1795.41	c inspects		: 5436327518
1800.06/1795.41	c learnt literals	: 0
1800.06/1795.41	c learnt binary clauses	: 0
1800.06/1795.41	c learnt ternary clauses	: 0
1800.06/1795.41	c learnt clauses	: 3772500
1800.06/1795.41	c ignored clauses	: 0
1800.06/1795.41	c root simplifications	: 0
1800.06/1795.41	c removed literals (reason simplification)	: 54168815
1800.06/1795.41	c reason swapping (by a shorter reason)	: 0
1800.06/1795.41	c Calls to reduceDB	: 378
1800.06/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.41	c number of learned constraints concerned by reduction	: 0
1800.06/1795.41	c number of learning phase by resolution	: 0
1800.06/1795.41	c number of learning phase by cutting planes	: 0
1800.06/1795.41	c speed (assignments/second)	: 35518.63325491603
1800.06/1795.41	c non guided choices	8006
1800.06/1795.42	c learnt constraints type 
1800.06/1795.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17550
1800.06/1795.42	c constraints type 
1800.06/1795.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
1800.06/1795.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
1800.06/1795.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1800.06/1795.42	s SATISFIABLE
1800.06/1795.42	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 
1800.06/1795.43	c objective function=1
1800.06/1795.43	c Total wall clock time (in seconds): 1795.332

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698249-1278323821/watcher-2698249-1278323821 -o /tmp/evaluation-result-2698249-1278323821/solver-2698249-1278323821 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698249-1278323821.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: 1.57 0.53 0.19 2/196 3955
/proc/meminfo: memFree=32385460/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=13164 CPUtime=0
/proc/3955/stat : 3955 (java) R 3953 3955 3804 0 -1 4194304 808 0 0 0 0 0 0 0 25 0 1 0 595557 13479936 361 4089446400 134512640 134550932 4287789664 18446744073709551615 4138629 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3955/statm: 3291 367 142 10 0 1121 0

[startup+0.101596 s]
/proc/loadavg: 1.57 0.53 0.19 2/196 3955
/proc/meminfo: memFree=32385460/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1530060 CPUtime=0.12
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 5229 0 1 0 11 1 0 0 25 0 18 0 595557 1566781440 4665 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 382515 4665 1347 10 0 379818 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530060

[startup+0.201578 s]
/proc/loadavg: 1.57 0.53 0.19 2/196 3955
/proc/meminfo: memFree=32385460/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1531996 CPUtime=0.29
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 6271 0 1 0 28 1 0 0 25 0 19 0 595557 1568763904 5707 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 382999 5707 1393 10 0 380302 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1531996

[startup+0.301589 s]
/proc/loadavg: 1.57 0.53 0.19 2/196 3955
/proc/meminfo: memFree=32385460/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1533048 CPUtime=0.59
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 6705 0 1 0 58 1 0 0 25 0 19 0 595557 1569841152 5975 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 383262 5976 1418 10 0 380565 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1533048

[startup+0.700874 s]
/proc/loadavg: 1.57 0.53 0.19 2/196 3955
/proc/meminfo: memFree=32385460/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1532916 CPUtime=1.14
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 7760 0 1 0 112 2 0 0 25 0 19 0 595557 1569705984 6877 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 383229 6877 1425 10 0 380532 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1532916

[startup+1.50074 s]
/proc/loadavg: 1.57 0.53 0.19 3/215 3974
/proc/meminfo: memFree=32360516/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1533052 CPUtime=1.96
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 9865 0 1 0 194 2 0 0 25 0 19 0 595557 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 383263 8972 1439 10 0 380566 0
[pid=3955/tid=3957] ppid=3953 vsize=1533052 CPUtime=1.47
/proc/3955/task/3957/stat : 3957 (java) R 3953 3955 3804 0 -1 4202560 5859 0 1 0 146 1 0 0 18 0 19 0 595557 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4109360044 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3955/tid=3958] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3958/stat : 3958 (java) S 3953 3955 3804 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 595558 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3959] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3959/stat : 3959 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 595558 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3960] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3960/stat : 3960 (java) S 3953 3955 3804 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 595558 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3961] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3961/stat : 3961 (java) S 3953 3955 3804 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 595558 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3962] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3962/stat : 3962 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 595558 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3963] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3963/stat : 3963 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 595558 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3964] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3964/stat : 3964 (java) S 3953 3955 3804 0 -1 4202560 324 0 0 0 0 0 0 0 18 0 19 0 595558 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3965] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3965/stat : 3965 (java) S 3953 3955 3804 0 -1 4202560 316 0 0 0 0 0 0 0 18 0 19 0 595558 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3966] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3966/stat : 3966 (java) S 3953 3955 3804 0 -1 4202560 619 0 0 0 0 0 0 0 16 0 19 0 595559 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3967] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3967/stat : 3967 (java) S 3953 3955 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 595559 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3968] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3968/stat : 3968 (java) S 3953 3955 3804 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 595559 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3969] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3969/stat : 3969 (java) S 3953 3955 3804 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 595561 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3970] ppid=3953 vsize=1533052 CPUtime=0.27
/proc/3955/task/3970/stat : 3970 (java) S 3953 3955 3804 0 -1 4202560 758 0 0 0 27 0 0 0 15 0 19 0 595561 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3971] ppid=3953 vsize=1533052 CPUtime=0.19
/proc/3955/task/3971/stat : 3971 (java) S 3953 3955 3804 0 -1 4202560 917 0 0 0 19 0 0 0 15 0 19 0 595561 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 3 0 0 0
[pid=3955/tid=3972] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3972/stat : 3972 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 595561 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3973] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3973/stat : 3973 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 595561 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3974] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3974/stat : 3974 (java) S 3953 3955 3804 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 595574 1569845248 8972 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1533052

[startup+3.10153 s]
/proc/loadavg: 1.57 0.53 0.19 4/215 3974
/proc/meminfo: memFree=32355056/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1533052 CPUtime=3.59
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 11751 0 1 0 357 2 0 0 25 0 19 0 595557 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 383263 10857 1439 10 0 380566 0
[pid=3955/tid=3957] ppid=3953 vsize=1533052 CPUtime=3.05
/proc/3955/task/3957/stat : 3957 (java) R 3953 3955 3804 0 -1 4202560 5862 0 1 0 304 1 0 0 21 0 19 0 595557 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4109375679 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3955/tid=3958] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3958/stat : 3958 (java) S 3953 3955 3804 0 -1 4202560 440 0 0 0 0 0 0 0 15 0 19 0 595558 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3959] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3959/stat : 3959 (java) S 3953 3955 3804 0 -1 4202560 584 0 0 0 0 0 0 0 15 0 19 0 595558 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3960] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3960/stat : 3960 (java) S 3953 3955 3804 0 -1 4202560 174 0 0 0 0 0 0 0 16 0 19 0 595558 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3961] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3961/stat : 3961 (java) S 3953 3955 3804 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 595558 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3962] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3962/stat : 3962 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 595558 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3963] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3963/stat : 3963 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 595558 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3964] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3964/stat : 3964 (java) S 3953 3955 3804 0 -1 4202560 507 0 0 0 0 0 0 0 18 0 19 0 595558 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 2 0 0 0
[pid=3955/tid=3965] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3965/stat : 3965 (java) S 3953 3955 3804 0 -1 4202560 316 0 0 0 0 0 0 0 18 0 19 0 595558 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3966] ppid=3953 vsize=1533052 CPUtime=0.01
/proc/3955/task/3966/stat : 3966 (java) S 3953 3955 3804 0 -1 4202560 1119 0 0 0 1 0 0 0 15 0 19 0 595559 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3967] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3967/stat : 3967 (java) S 3953 3955 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 595559 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3968] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3968/stat : 3968 (java) S 3953 3955 3804 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 595559 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3969] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3969/stat : 3969 (java) S 3953 3955 3804 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 595561 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3970] ppid=3953 vsize=1533052 CPUtime=0.29
/proc/3955/task/3970/stat : 3970 (java) S 3953 3955 3804 0 -1 4202560 761 0 0 0 29 0 0 0 15 0 19 0 595561 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3971] ppid=3953 vsize=1533052 CPUtime=0.2
/proc/3955/task/3971/stat : 3971 (java) S 3953 3955 3804 0 -1 4202560 920 0 0 0 20 0 0 0 15 0 19 0 595561 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 3 0 0 0
[pid=3955/tid=3972] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3972/stat : 3972 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 595561 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3973] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3973/stat : 3973 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 595561 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3974] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3974/stat : 3974 (java) S 3953 3955 3804 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 595574 1569845248 10857 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1533052

[startup+6.30092 s]
/proc/loadavg: 1.60 0.55 0.19 3/215 3974
/proc/meminfo: memFree=32341540/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1532028 CPUtime=6.8
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 13130 0 1 0 677 3 0 0 25 0 19 0 595557 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 383007 12190 1439 10 0 380310 0
[pid=3955/tid=3957] ppid=3953 vsize=1532028 CPUtime=6.23
/proc/3955/task/3957/stat : 3957 (java) R 3953 3955 3804 0 -1 4202560 5863 0 1 0 622 1 0 0 25 0 19 0 595557 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4109409519 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3955/tid=3958] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3958/stat : 3958 (java) S 3953 3955 3804 0 -1 4202560 708 0 0 0 0 0 0 0 16 0 19 0 595558 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 2 0 0 0
[pid=3955/tid=3959] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3959/stat : 3959 (java) S 3953 3955 3804 0 -1 4202560 584 0 0 0 0 0 0 0 15 0 19 0 595558 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3960] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3960/stat : 3960 (java) S 3953 3955 3804 0 -1 4202560 452 0 0 0 0 0 0 0 15 0 19 0 595558 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 2 0 0 0
[pid=3955/tid=3961] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3961/stat : 3961 (java) S 3953 3955 3804 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 595558 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 7 0 0 0
[pid=3955/tid=3962] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3962/stat : 3962 (java) S 3953 3955 3804 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 19 0 595558 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 7 0 0 0
[pid=3955/tid=3963] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3963/stat : 3963 (java) S 3953 3955 3804 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 595558 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3964] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3964/stat : 3964 (java) S 3953 3955 3804 0 -1 4202560 507 0 0 0 0 0 0 0 15 0 19 0 595558 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 2 0 0 0
[pid=3955/tid=3965] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3965/stat : 3965 (java) S 3953 3955 3804 0 -1 4202560 524 0 0 0 0 0 0 0 15 0 19 0 595558 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3966] ppid=3953 vsize=1532028 CPUtime=0.02
/proc/3955/task/3966/stat : 3966 (java) S 3953 3955 3804 0 -1 4202560 1635 0 0 0 2 0 0 0 15 0 19 0 595559 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3967] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3967/stat : 3967 (java) S 3953 3955 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 595559 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3968] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3968/stat : 3968 (java) S 3953 3955 3804 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 595559 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3969] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3969/stat : 3969 (java) S 3953 3955 3804 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 595561 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3970] ppid=3953 vsize=1532028 CPUtime=0.29
/proc/3955/task/3970/stat : 3970 (java) S 3953 3955 3804 0 -1 4202560 761 0 0 0 29 0 0 0 15 0 19 0 595561 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3971] ppid=3953 vsize=1532028 CPUtime=0.21
/proc/3955/task/3971/stat : 3971 (java) S 3953 3955 3804 0 -1 4202560 922 0 0 0 21 0 0 0 15 0 19 0 595561 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 3 0 0 0
[pid=3955/tid=3972] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3972/stat : 3972 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 595561 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3973] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3973/stat : 3973 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 595561 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3974] ppid=3953 vsize=1532028 CPUtime=0
/proc/3955/task/3974/stat : 3974 (java) S 3953 3955 3804 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 595574 1568796672 12190 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 1532028

[startup+12.7009 s]
/proc/loadavg: 1.63 0.58 0.20 4/215 3974
/proc/meminfo: memFree=32327728/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1533052 CPUtime=13.23
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 16269 0 1 0 1319 4 0 0 25 0 19 0 595557 1569845248 15249 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 383263 15249 1439 10 0 380566 0
[pid=3955/tid=3957] ppid=3953 vsize=1533052 CPUtime=12.59
/proc/3955/task/3957/stat : 3957 (java) R 3953 3955 3804 0 -1 4202560 6821 0 1 0 1257 2 0 0 25 0 19 0 595557 1569845248 15249 4089446400 134512640 134550932 4287789664 18446744073709551615 4109595427 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3955/tid=3958] ppid=3953 vsize=1533052 CPUtime=0
/proc/3955/task/3958/stat : 3958 (java) S 3953 3955 3804 0 -1 4202560 1252 0 0 0 0 0 0 0 15 0 19 0 595558 1569845248 15249 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 7 0 0 0

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

[pid=3955/tid=3963] ppid=3953 vsize=1536124 CPUtime=0.58
/proc/3955/task/3963/stat : 3963 (java) S 3953 3955 3804 0 -1 4202560 1200 0 0 0 54 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3964] ppid=3953 vsize=1536124 CPUtime=0.66
/proc/3955/task/3964/stat : 3964 (java) S 3953 3955 3804 0 -1 4202560 2106 0 0 0 62 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3965] ppid=3953 vsize=1536124 CPUtime=0.65
/proc/3955/task/3965/stat : 3965 (java) S 3953 3955 3804 0 -1 4202560 2454 0 0 0 61 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 7 0 0 0
[pid=3955/tid=3966] ppid=3953 vsize=1536124 CPUtime=7.69
/proc/3955/task/3966/stat : 3966 (java) S 3953 3955 3804 0 -1 4202560 8523 0 0 0 765 4 0 0 15 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446604453932537792 0 0 -1 2 0 0 0
[pid=3955/tid=3967] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3967/stat : 3967 (java) S 3953 3955 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3968] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3968/stat : 3968 (java) S 3953 3955 3804 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3969] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3969/stat : 3969 (java) S 3953 3955 3804 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3970] ppid=3953 vsize=1536124 CPUtime=0.29
/proc/3955/task/3970/stat : 3970 (java) S 3953 3955 3804 0 -1 4202560 768 0 0 0 29 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3971] ppid=3953 vsize=1536124 CPUtime=0.25
/proc/3955/task/3971/stat : 3971 (java) S 3953 3955 3804 0 -1 4202560 1399 0 0 0 25 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 3 0 0 0
[pid=3955/tid=3972] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3972/stat : 3972 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3973] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3973/stat : 3973 (java) S 3953 3955 3804 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3974] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3974/stat : 3974 (java) S 3953 3955 3804 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 595574 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1726.81
Current children cumulated vsize (KiB) 1536124

[startup+1782.3 s]
/proc/loadavg: 1.94 1.96 1.69 3/215 4082
/proc/meminfo: memFree=32289880/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1536124 CPUtime=1786.92
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 32468 0 1 0 178644 48 0 0 25 0 19 0 595557 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 384031 30448 1439 10 0 381334 0
[pid=3955/tid=3957] ppid=3953 vsize=1536124 CPUtime=1773
/proc/3955/task/3957/stat : 3957 (java) R 3953 3955 3804 0 -1 4202560 9530 0 1 0 177295 5 0 0 25 0 19 0 595557 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4109410099 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3955/tid=3958] ppid=3953 vsize=1536124 CPUtime=0.73
/proc/3955/task/3958/stat : 3958 (java) S 3953 3955 3804 0 -1 4202560 1591 0 0 0 68 5 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 1 0 0 0
[pid=3955/tid=3959] ppid=3953 vsize=1536124 CPUtime=0.6
/proc/3955/task/3959/stat : 3959 (java) S 3953 3955 3804 0 -1 4202560 1420 0 0 0 57 3 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3960] ppid=3953 vsize=1536124 CPUtime=0.59
/proc/3955/task/3960/stat : 3960 (java) S 3953 3955 3804 0 -1 4202560 1242 0 0 0 56 3 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 1 0 0 0
[pid=3955/tid=3961] ppid=3953 vsize=1536124 CPUtime=0.65
/proc/3955/task/3961/stat : 3961 (java) S 3953 3955 3804 0 -1 4202560 609 0 0 0 61 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3962] ppid=3953 vsize=1536124 CPUtime=0.69
/proc/3955/task/3962/stat : 3962 (java) S 3953 3955 3804 0 -1 4202560 455 0 0 0 65 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 7 0 0 0
[pid=3955/tid=3963] ppid=3953 vsize=1536124 CPUtime=0.61
/proc/3955/task/3963/stat : 3963 (java) S 3953 3955 3804 0 -1 4202560 1200 0 0 0 57 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3964] ppid=3953 vsize=1536124 CPUtime=0.67
/proc/3955/task/3964/stat : 3964 (java) S 3953 3955 3804 0 -1 4202560 2106 0 0 0 63 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3965] ppid=3953 vsize=1536124 CPUtime=0.67
/proc/3955/task/3965/stat : 3965 (java) S 3953 3955 3804 0 -1 4202560 2454 0 0 0 63 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 5 0 0 0
[pid=3955/tid=3966] ppid=3953 vsize=1536124 CPUtime=8.05
/proc/3955/task/3966/stat : 3966 (java) S 3953 3955 3804 0 -1 4202560 8527 0 0 0 800 5 0 0 15 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446604453932537792 0 0 -1 2 0 0 0
[pid=3955/tid=3967] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3967/stat : 3967 (java) S 3953 3955 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3968] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3968/stat : 3968 (java) S 3953 3955 3804 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3969] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3969/stat : 3969 (java) S 3953 3955 3804 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3970] ppid=3953 vsize=1536124 CPUtime=0.29
/proc/3955/task/3970/stat : 3970 (java) S 3953 3955 3804 0 -1 4202560 768 0 0 0 29 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3971] ppid=3953 vsize=1536124 CPUtime=0.25
/proc/3955/task/3971/stat : 3971 (java) S 3953 3955 3804 0 -1 4202560 1399 0 0 0 25 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 3 0 0 0
[pid=3955/tid=3972] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3972/stat : 3972 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3973] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3973/stat : 3973 (java) S 3953 3955 3804 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3974] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3974/stat : 3974 (java) S 3953 3955 3804 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 595574 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1786.92
Current children cumulated vsize (KiB) 1536124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 1.95 1.96 1.69 3/215 4128
/proc/meminfo: memFree=32295932/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1536124 CPUtime=1800.06
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 32471 0 1 0 179957 49 0 0 25 0 19 0 595557 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 384031 30448 1439 10 0 381334 0
[pid=3955/tid=3957] ppid=3953 vsize=1536124 CPUtime=1786.01
/proc/3955/task/3957/stat : 3957 (java) R 3953 3955 3804 0 -1 4202560 9533 0 1 0 178596 5 0 0 25 0 19 0 595557 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4109410194 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3955/tid=3958] ppid=3953 vsize=1536124 CPUtime=0.73
/proc/3955/task/3958/stat : 3958 (java) S 3953 3955 3804 0 -1 4202560 1591 0 0 0 68 5 0 0 16 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 1 0 0 0
[pid=3955/tid=3959] ppid=3953 vsize=1536124 CPUtime=0.61
/proc/3955/task/3959/stat : 3959 (java) S 3953 3955 3804 0 -1 4202560 1420 0 0 0 57 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3960] ppid=3953 vsize=1536124 CPUtime=0.59
/proc/3955/task/3960/stat : 3960 (java) S 3953 3955 3804 0 -1 4202560 1242 0 0 0 56 3 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3961] ppid=3953 vsize=1536124 CPUtime=0.66
/proc/3955/task/3961/stat : 3961 (java) S 3953 3955 3804 0 -1 4202560 609 0 0 0 62 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3962] ppid=3953 vsize=1536124 CPUtime=0.7
/proc/3955/task/3962/stat : 3962 (java) S 3953 3955 3804 0 -1 4202560 455 0 0 0 65 5 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 1 0 0 0
[pid=3955/tid=3963] ppid=3953 vsize=1536124 CPUtime=0.61
/proc/3955/task/3963/stat : 3963 (java) S 3953 3955 3804 0 -1 4202560 1200 0 0 0 57 4 0 0 16 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3964] ppid=3953 vsize=1536124 CPUtime=0.68
/proc/3955/task/3964/stat : 3964 (java) S 3953 3955 3804 0 -1 4202560 2106 0 0 0 64 4 0 0 16 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3965] ppid=3953 vsize=1536124 CPUtime=0.68
/proc/3955/task/3965/stat : 3965 (java) S 3953 3955 3804 0 -1 4202560 2454 0 0 0 64 4 0 0 16 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 7 0 0 0
[pid=3955/tid=3966] ppid=3953 vsize=1536124 CPUtime=8.13
/proc/3955/task/3966/stat : 3966 (java) S 3953 3955 3804 0 -1 4202560 8527 0 0 0 808 5 0 0 15 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446604453932537792 0 0 -1 2 0 0 0
[pid=3955/tid=3967] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3967/stat : 3967 (java) S 3953 3955 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3968] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3968/stat : 3968 (java) S 3953 3955 3804 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3969] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3969/stat : 3969 (java) S 3953 3955 3804 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3970] ppid=3953 vsize=1536124 CPUtime=0.29
/proc/3955/task/3970/stat : 3970 (java) S 3953 3955 3804 0 -1 4202560 768 0 0 0 29 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3971] ppid=3953 vsize=1536124 CPUtime=0.25
/proc/3955/task/3971/stat : 3971 (java) S 3953 3955 3804 0 -1 4202560 1399 0 0 0 25 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 3 0 0 0
[pid=3955/tid=3972] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3972/stat : 3972 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3973] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3973/stat : 3973 (java) S 3953 3955 3804 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3974] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3974/stat : 3974 (java) S 3953 3955 3804 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 595574 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1536124

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

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

[startup+1795.4 s]
/proc/loadavg: 1.95 1.96 1.69 3/215 4128
/proc/meminfo: memFree=32295932/32950928 swapFree=67111528/67111528
[pid=3955] ppid=3953 vsize=1536124 CPUtime=1800.06
/proc/3955/stat : 3955 (java) S 3953 3955 3804 0 -1 4202496 32471 0 1 0 179957 49 0 0 25 0 19 0 595557 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3955/statm: 384031 30448 1439 10 0 381334 0
[pid=3955/tid=3957] ppid=3953 vsize=1536124 CPUtime=1786.01
/proc/3955/task/3957/stat : 3957 (java) R 3953 3955 3804 0 -1 4202560 9533 0 1 0 178596 5 0 0 25 0 19 0 595557 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4109410194 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3955/tid=3958] ppid=3953 vsize=1536124 CPUtime=0.73
/proc/3955/task/3958/stat : 3958 (java) S 3953 3955 3804 0 -1 4202560 1591 0 0 0 68 5 0 0 16 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 1 0 0 0
[pid=3955/tid=3959] ppid=3953 vsize=1536124 CPUtime=0.61
/proc/3955/task/3959/stat : 3959 (java) S 3953 3955 3804 0 -1 4202560 1420 0 0 0 57 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3960] ppid=3953 vsize=1536124 CPUtime=0.59
/proc/3955/task/3960/stat : 3960 (java) S 3953 3955 3804 0 -1 4202560 1242 0 0 0 56 3 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3961] ppid=3953 vsize=1536124 CPUtime=0.66
/proc/3955/task/3961/stat : 3961 (java) S 3953 3955 3804 0 -1 4202560 609 0 0 0 62 4 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3962] ppid=3953 vsize=1536124 CPUtime=0.7
/proc/3955/task/3962/stat : 3962 (java) S 3953 3955 3804 0 -1 4202560 455 0 0 0 65 5 0 0 15 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 1 0 0 0
[pid=3955/tid=3963] ppid=3953 vsize=1536124 CPUtime=0.61
/proc/3955/task/3963/stat : 3963 (java) S 3953 3955 3804 0 -1 4202560 1200 0 0 0 57 4 0 0 16 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3964] ppid=3953 vsize=1536124 CPUtime=0.68
/proc/3955/task/3964/stat : 3964 (java) S 3953 3955 3804 0 -1 4202560 2106 0 0 0 64 4 0 0 16 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3965] ppid=3953 vsize=1536124 CPUtime=0.68
/proc/3955/task/3965/stat : 3965 (java) S 3953 3955 3804 0 -1 4202560 2454 0 0 0 64 4 0 0 16 0 19 0 595558 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 7 0 0 0
[pid=3955/tid=3966] ppid=3953 vsize=1536124 CPUtime=8.13
/proc/3955/task/3966/stat : 3966 (java) S 3953 3955 3804 0 -1 4202560 8527 0 0 0 808 5 0 0 15 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 0 0 16800975 18446604453932537792 0 0 -1 2 0 0 0
[pid=3955/tid=3967] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3967/stat : 3967 (java) S 3953 3955 3804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3968] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3968/stat : 3968 (java) S 3953 3955 3804 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 595559 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 0 0 0 0
[pid=3955/tid=3969] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3969/stat : 3969 (java) S 3953 3955 3804 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3970] ppid=3953 vsize=1536124 CPUtime=0.29
/proc/3955/task/3970/stat : 3970 (java) S 3953 3955 3804 0 -1 4202560 768 0 0 0 29 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
[pid=3955/tid=3971] ppid=3953 vsize=1536124 CPUtime=0.25
/proc/3955/task/3971/stat : 3971 (java) S 3953 3955 3804 0 -1 4202560 1399 0 0 0 25 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 3 0 0 0
[pid=3955/tid=3972] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3972/stat : 3972 (java) S 3953 3955 3804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3973] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3973/stat : 3973 (java) S 3953 3955 3804 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 595561 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 6 0 0 0
[pid=3955/tid=3974] ppid=3953 vsize=1536124 CPUtime=0
/proc/3955/task/3974/stat : 3974 (java) S 3953 3955 3804 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 595574 1572990976 30448 4089446400 134512640 134550932 4287789664 18446744073709551615 4294960144 0 4 0 16800975 18446604453932537792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1536124

Child status: 143
Real time (s): 1795.46
CPU time (s): 1800.15
CPU user time (s): 1799.65
CPU system time (s): 0.497924
CPU usage (%): 100.261
Max. virtual memory (cumulated for all children) (KiB): 1536124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.497924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32503
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= 47955
involuntary context switches= 130730

runsolver used 3.23951 second user time and 6.583 second system time

The end

Launcher Data

Begin job on node126 at 2010-07-05 11:57:01
IDJOB=2698249
IDBENCH=78711
IDSOLVER=1211
FILE ID=node126/2698249-1278323821
PBS_JOBID= 11207445
Free space on /tmp= 74204 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30--soft-33-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-2698249-1278323821/watcher-2698249-1278323821 -o /tmp/evaluation-result-2698249-1278323821/solver-2698249-1278323821 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698249-1278323821.wbo

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

MD5SUM BENCH= b618f143f0ce2a95508bc08f0990c2c8
RANDOM SEED=1472232476

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32385856 kB
Buffers:         18416 kB
Cached:         311072 kB
SwapCached:          0 kB
Active:         193724 kB
Inactive:       272580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32385856 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             504 kB
Writeback:           0 kB
AnonPages:      136476 kB
Mapped:          20268 kB
Slab:            35896 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1639156 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node126 at 2010-07-05 12:26:59