Trace number 2691057

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-31-30--soft-66-100-0.wbo
MD5SUM318c9cc5b16e210b9b0a9873d7c14d4c
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.020996
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 constraints16
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 916
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 915
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

Quality of the solution as a function of time


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

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.2.0.v20100526
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.07	c java.vm.version	11.2-b01
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	32
0.03/0.07	c java.version		1.6.0_12
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		i386
0.03/0.07	c Free memory 		1393557488
0.03/0.07	c Max memory 		1395916800
0.03/0.07	c Total memory 		1395916800
0.03/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691057-1277891750.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.065s.
0.11/0.16	c #vars     946
0.11/0.16	c #constraints  61
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.57/0.31	c SATISFIABLE
0.57/0.31	c OPTIMIZING...
0.57/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.57/0.31	o 69
0.57/0.37	c Got one! Elapsed wall clock time (in seconds):0.268
0.57/0.37	o 31
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.353
0.70/0.45	o 15
1.14/0.82	c Got one! Elapsed wall clock time (in seconds):0.721
1.14/0.82	o 14
1.45/1.13	c cleaning 2455 clauses out of 5002 with flag 5002/5002
2.61/2.27	c cleaning 4231 clauses out of 8545 with flag 11000/11000
4.81/4.48	c cleaning 5571 clauses out of 11314 with flag 18000/18000
8.61/8.29	c cleaning 6854 clauses out of 13748 with flag 26005/26005
13.45/13.03	c cleaning 7925 clauses out of 15890 with flag 35001/35001
20.85/20.41	c cleaning 8979 clauses out of 17966 with flag 45002/45002
26.56/26.16	c cleaning 9487 clauses out of 18986 with flag 55001/55001
33.88/33.42	c cleaning 9743 clauses out of 19502 with flag 65004/65004
39.29/38.88	c cleaning 9875 clauses out of 19761 with flag 75006/75006
47.81/47.34	c cleaning 9929 clauses out of 19881 with flag 85001/85001
56.33/55.84	c cleaning 9970 clauses out of 19952 with flag 95001/95001
63.34/62.82	c cleaning 9976 clauses out of 19983 with flag 105002/105002
69.85/69.34	c cleaning 9991 clauses out of 20007 with flag 115002/115002
75.96/75.41	c cleaning 9989 clauses out of 20017 with flag 125003/125003
82.88/82.32	c cleaning 9987 clauses out of 20025 with flag 135000/135000
89.09/88.51	c cleaning 9995 clauses out of 20040 with flag 145002/145002
96.01/95.44	c cleaning 9998 clauses out of 20044 with flag 155001/155001
102.13/101.58	c cleaning 9998 clauses out of 20046 with flag 165001/165001
109.64/109.06	c cleaning 9999 clauses out of 20047 with flag 175000/175000
116.87/116.22	c cleaning 10001 clauses out of 20049 with flag 185001/185001
124.08/123.43	c cleaning 9999 clauses out of 20047 with flag 195000/195000
131.39/130.72	c cleaning 9999 clauses out of 20050 with flag 205002/205002
138.11/137.42	c cleaning 9982 clauses out of 20049 with flag 215000/215000
144.51/143.85	c cleaning 9990 clauses out of 20067 with flag 225000/225000
150.92/150.28	c cleaning 9996 clauses out of 20079 with flag 235002/235002
156.74/156.09	c cleaning 10003 clauses out of 20081 with flag 245000/245000
163.74/163.04	c cleaning 10005 clauses out of 20082 with flag 255004/255004
169.37/168.67	c cleaning 10002 clauses out of 20074 with flag 265001/265001
176.29/175.55	c cleaning 9987 clauses out of 20072 with flag 275001/275001
184.70/183.97	c cleaning 9998 clauses out of 20085 with flag 285001/285001
191.31/190.56	c cleaning 10012 clauses out of 20086 with flag 295000/295000
197.03/196.24	c cleaning 10005 clauses out of 20075 with flag 305001/305001
202.83/202.00	c cleaning 10010 clauses out of 20072 with flag 315003/315003
208.24/207.42	c cleaning 9990 clauses out of 20060 with flag 325001/325001
214.25/213.49	c cleaning 10004 clauses out of 20071 with flag 335002/335002
219.56/218.75	c cleaning 10002 clauses out of 20065 with flag 345000/345000
225.68/224.80	c cleaning 10028 clauses out of 20066 with flag 355003/355003
231.40/230.58	c cleaning 10009 clauses out of 20035 with flag 365000/365000
237.21/236.34	c cleaning 10005 clauses out of 20026 with flag 375000/375000
242.92/242.02	c cleaning 10006 clauses out of 20023 with flag 385002/385002
248.35/247.45	c cleaning 10004 clauses out of 20015 with flag 395000/395000
254.86/253.95	c cleaning 9991 clauses out of 20015 with flag 405004/405004
261.37/260.42	c cleaning 10007 clauses out of 20025 with flag 415005/415005
267.49/266.56	c cleaning 9999 clauses out of 20014 with flag 425001/425001
274.41/273.47	c cleaning 10004 clauses out of 20015 with flag 435001/435001
281.02/280.03	c cleaning 10001 clauses out of 20010 with flag 445000/445000
287.33/286.39	c cleaning 10002 clauses out of 20009 with flag 455000/455000
294.23/293.25	c cleaning 9999 clauses out of 20009 with flag 465002/465002
300.35/299.33	c cleaning 10000 clauses out of 20010 with flag 475002/475002
305.77/304.76	c cleaning 9998 clauses out of 20008 with flag 485000/485000
311.76/310.75	c cleaning 10000 clauses out of 20010 with flag 495000/495000
318.48/317.43	c cleaning 10000 clauses out of 20012 with flag 505002/505002
324.28/323.27	c cleaning 10002 clauses out of 20012 with flag 515002/515002
331.78/330.75	c cleaning 10001 clauses out of 20008 with flag 525000/525000
337.80/336.75	c cleaning 10000 clauses out of 20010 with flag 535003/535003
343.01/342.00	c cleaning 10000 clauses out of 20007 with flag 545000/545000
349.32/348.22	c cleaning 9990 clauses out of 20007 with flag 555000/555000
355.02/353.92	c cleaning 9997 clauses out of 20019 with flag 565002/565002
361.23/360.13	c cleaning 10000 clauses out of 20020 with flag 575000/575000
367.73/366.60	c cleaning 10007 clauses out of 20023 with flag 585003/585003
375.05/373.94	c cleaning 9989 clauses out of 20013 with flag 595000/595000
382.06/380.91	c cleaning 9995 clauses out of 20025 with flag 605001/605001
387.29/386.11	c cleaning 10012 clauses out of 20029 with flag 615000/615000
393.00/391.80	c cleaning 9990 clauses out of 20017 with flag 625000/625000
398.01/396.89	c cleaning 10002 clauses out of 20030 with flag 635003/635003
404.03/402.86	c cleaning 9996 clauses out of 20025 with flag 645000/645000
411.14/409.94	c cleaning 9998 clauses out of 20031 with flag 655002/655002
417.85/416.67	c cleaning 9990 clauses out of 20031 with flag 665000/665000
424.87/423.67	c cleaning 9999 clauses out of 20042 with flag 675001/675001
430.27/429.04	c cleaning 9991 clauses out of 20042 with flag 685000/685000
435.47/434.27	c cleaning 10007 clauses out of 20054 with flag 695003/695003
441.10/439.87	c cleaning 10002 clauses out of 20044 with flag 705000/705000
446.61/445.38	c cleaning 9979 clauses out of 20042 with flag 715000/715000
451.43/450.18	c cleaning 10007 clauses out of 20063 with flag 725000/725000
458.54/457.26	c cleaning 9986 clauses out of 20056 with flag 735000/735000
465.26/463.93	c cleaning 9997 clauses out of 20070 with flag 745000/745000
470.27/468.98	c cleaning 9996 clauses out of 20074 with flag 755001/755001
476.99/475.66	c cleaning 9990 clauses out of 20077 with flag 765000/765000
483.51/482.12	c cleaning 10002 clauses out of 20091 with flag 775004/775004
489.42/488.08	c cleaning 10005 clauses out of 20086 with flag 785001/785001
495.82/494.49	c cleaning 9997 clauses out of 20081 with flag 795001/795001
501.73/500.34	c cleaning 9972 clauses out of 20083 with flag 805000/805000
509.03/507.60	c cleaning 10018 clauses out of 20119 with flag 815008/815008
515.45/514.02	c cleaning 10003 clauses out of 20096 with flag 825003/825003
521.67/520.24	c cleaning 9998 clauses out of 20090 with flag 835000/835000
527.78/526.37	c cleaning 10002 clauses out of 20095 with flag 845003/845003
534.10/532.67	c cleaning 9996 clauses out of 20090 with flag 855000/855000
541.42/539.91	c cleaning 10007 clauses out of 20099 with flag 865005/865005
547.34/545.86	c cleaning 9989 clauses out of 20087 with flag 875000/875000
554.95/553.49	c cleaning 9989 clauses out of 20098 with flag 885000/885000
562.57/561.08	c cleaning 10007 clauses out of 20115 with flag 895006/895006
570.28/568.71	c cleaning 9971 clauses out of 20102 with flag 905000/905000
575.79/574.27	c cleaning 9992 clauses out of 20132 with flag 915001/915001
581.09/579.60	c cleaning 10019 clauses out of 20143 with flag 925004/925004
588.01/586.43	c cleaning 9993 clauses out of 20125 with flag 935005/935005
594.43/592.90	c cleaning 10012 clauses out of 20130 with flag 945003/945003
599.72/598.11	c cleaning 9990 clauses out of 20115 with flag 955000/955000
605.13/603.60	c cleaning 9974 clauses out of 20126 with flag 965001/965001
610.23/608.63	c cleaning 9995 clauses out of 20152 with flag 975001/975001
615.83/614.29	c cleaning 10025 clauses out of 20156 with flag 985000/985000
621.85/620.24	c cleaning 10013 clauses out of 20134 with flag 995003/995003
627.96/626.36	c cleaning 9975 clauses out of 20120 with flag 1005002/1005002
634.77/633.16	c cleaning 9988 clauses out of 20143 with flag 1015000/1015000
640.97/639.36	c cleaning 10025 clauses out of 20157 with flag 1025002/1025002
647.19/645.56	c cleaning 10012 clauses out of 20131 with flag 1035001/1035001
653.29/651.65	c cleaning 10002 clauses out of 20120 with flag 1045002/1045002
661.01/659.34	c cleaning 10002 clauses out of 20118 with flag 1055002/1055002
668.33/666.62	c cleaning 10000 clauses out of 20114 with flag 1065000/1065000
676.74/675.05	c cleaning 9988 clauses out of 20114 with flag 1075000/1075000
684.16/682.41	c cleaning 9997 clauses out of 20128 with flag 1085002/1085002
690.57/688.88	c cleaning 10002 clauses out of 20129 with flag 1095000/1095000
697.68/695.99	c cleaning 9994 clauses out of 20127 with flag 1105000/1105000
705.79/704.09	c cleaning 10001 clauses out of 20133 with flag 1115000/1115000
711.60/709.81	c cleaning 9997 clauses out of 20134 with flag 1125002/1125002
718.10/716.34	c cleaning 9998 clauses out of 20138 with flag 1135003/1135003
723.62/721.83	c cleaning 10014 clauses out of 20140 with flag 1145003/1145003
732.13/730.36	c cleaning 10008 clauses out of 20128 with flag 1155005/1155005
739.14/737.34	c cleaning 9981 clauses out of 20116 with flag 1165001/1165001
746.04/744.20	c cleaning 10010 clauses out of 20136 with flag 1175002/1175002
752.05/750.27	c cleaning 10004 clauses out of 20124 with flag 1185000/1185000
759.15/757.35	c cleaning 10003 clauses out of 20123 with flag 1195003/1195003
766.06/764.22	c cleaning 9996 clauses out of 20118 with flag 1205001/1205001
772.87/771.03	c cleaning 9993 clauses out of 20123 with flag 1215002/1215002
780.89/779.02	c cleaning 10007 clauses out of 20131 with flag 1225003/1225003
788.50/786.66	c cleaning 9996 clauses out of 20122 with flag 1235001/1235001
795.81/793.93	c cleaning 10006 clauses out of 20125 with flag 1245000/1245000
802.91/801.01	c cleaning 10007 clauses out of 20123 with flag 1255004/1255004
809.93/808.04	c cleaning 9994 clauses out of 20112 with flag 1265000/1265000
817.93/816.00	c cleaning 9997 clauses out of 20118 with flag 1275000/1275000
825.74/823.81	c cleaning 9996 clauses out of 20122 with flag 1285001/1285001
833.64/831.72	c cleaning 10005 clauses out of 20125 with flag 1295000/1295000
840.65/838.74	c cleaning 9999 clauses out of 20124 with flag 1305004/1305004
846.97/845.01	c cleaning 9996 clauses out of 20121 with flag 1315000/1315000
853.60/851.68	c cleaning 10004 clauses out of 20128 with flag 1325003/1325003
861.00/859.04	c cleaning 10013 clauses out of 20124 with flag 1335003/1335003
868.61/866.69	c cleaning 10012 clauses out of 20110 with flag 1345002/1345002
875.61/873.66	c cleaning 9997 clauses out of 20099 with flag 1355003/1355003
883.22/881.29	c cleaning 10002 clauses out of 20099 with flag 1365000/1365000
888.92/886.92	c cleaning 10028 clauses out of 20100 with flag 1375003/1375003
895.53/893.57	c cleaning 9978 clauses out of 20069 with flag 1385000/1385000
901.05/899.08	c cleaning 10018 clauses out of 20092 with flag 1395001/1395001
906.18/904.17	c cleaning 9990 clauses out of 20075 with flag 1405002/1405002
911.49/909.40	c cleaning 10019 clauses out of 20083 with flag 1415000/1415000
915.81/913.73	c cleaning 9985 clauses out of 20065 with flag 1425001/1425001
922.84/920.77	c cleaning 10011 clauses out of 20080 with flag 1435001/1435001
929.46/927.32	c cleaning 10008 clauses out of 20068 with flag 1445000/1445000
935.67/933.50	c cleaning 9976 clauses out of 20062 with flag 1455002/1455002
941.18/939.06	c cleaning 10032 clauses out of 20086 with flag 1465002/1465002
946.19/944.09	c cleaning 10014 clauses out of 20054 with flag 1475002/1475002
950.90/948.77	c cleaning 9999 clauses out of 20040 with flag 1485002/1485002
955.01/952.89	c cleaning 9986 clauses out of 20042 with flag 1495003/1495003
959.13/956.91	c cleaning 10003 clauses out of 20055 with flag 1505002/1505002
963.34/961.18	c cleaning 10002 clauses out of 20052 with flag 1515002/1515002
967.46/965.25	c cleaning 10014 clauses out of 20049 with flag 1525001/1525001
972.38/970.20	c cleaning 10001 clauses out of 20034 with flag 1535000/1535000
976.69/974.46	c cleaning 9990 clauses out of 20033 with flag 1545000/1545000
981.80/979.50	c cleaning 9959 clauses out of 20043 with flag 1555000/1555000
986.92/984.65	c cleaning 9973 clauses out of 20087 with flag 1565003/1565003
991.73/989.45	c cleaning 9984 clauses out of 20112 with flag 1575001/1575001
996.65/994.39	c cleaning 9984 clauses out of 20129 with flag 1585002/1585002
1001.67/999.33	c cleaning 9993 clauses out of 20144 with flag 1595001/1595001
1006.98/1004.68	c cleaning 9998 clauses out of 20152 with flag 1605002/1605002
1011.49/1009.17	c cleaning 9999 clauses out of 20155 with flag 1615003/1615003
1014.91/1012.52	c cleaning 10047 clauses out of 20153 with flag 1625000/1625000
1018.12/1015.78	c cleaning 10024 clauses out of 20108 with flag 1635002/1635002
1021.33/1018.90	c cleaning 10010 clauses out of 20083 with flag 1645001/1645001
1024.35/1021.98	c cleaning 10006 clauses out of 20073 with flag 1655001/1655001
1027.56/1025.15	c cleaning 10005 clauses out of 20069 with flag 1665003/1665003
1030.96/1028.56	c cleaning 10002 clauses out of 20061 with flag 1675000/1675000
1034.67/1032.26	c cleaning 9998 clauses out of 20060 with flag 1685001/1685001
1037.98/1035.50	c cleaning 10000 clauses out of 20062 with flag 1695001/1695001
1041.08/1038.60	c cleaning 10002 clauses out of 20061 with flag 1705000/1705000
1044.60/1042.12	c cleaning 10002 clauses out of 20060 with flag 1715001/1715001
1048.10/1045.64	c cleaning 9997 clauses out of 20059 with flag 1725002/1725002
1051.61/1049.18	c cleaning 9994 clauses out of 20061 with flag 1735001/1735001
1055.12/1052.60	c cleaning 9997 clauses out of 20068 with flag 1745002/1745002
1058.53/1056.10	c cleaning 10004 clauses out of 20071 with flag 1755002/1755002
1063.63/1061.11	c cleaning 9997 clauses out of 20067 with flag 1765002/1765002
1066.85/1064.33	c cleaning 10020 clauses out of 20071 with flag 1775003/1775003
1071.16/1068.64	c cleaning 10010 clauses out of 20048 with flag 1785000/1785000
1075.57/1073.06	c cleaning 10001 clauses out of 20038 with flag 1795000/1795000
1079.68/1077.13	c cleaning 10006 clauses out of 20042 with flag 1805005/1805005
1083.79/1081.25	c cleaning 10003 clauses out of 20033 with flag 1815002/1815002
1087.69/1085.17	c cleaning 9996 clauses out of 20030 with flag 1825002/1825002
1091.70/1089.15	c cleaning 10000 clauses out of 20034 with flag 1835002/1835002
1095.61/1093.00	c cleaning 9998 clauses out of 20033 with flag 1845001/1845001
1099.32/1096.73	c cleaning 10002 clauses out of 20036 with flag 1855002/1855002
1103.12/1100.53	c cleaning 10000 clauses out of 20034 with flag 1865002/1865002
1107.13/1104.50	c cleaning 10000 clauses out of 20032 with flag 1875000/1875000
1110.65/1108.09	c cleaning 10000 clauses out of 20033 with flag 1885001/1885001
1114.46/1111.82	c cleaning 9999 clauses out of 20032 with flag 1895000/1895000
1118.27/1115.68	c cleaning 9997 clauses out of 20033 with flag 1905000/1905000
1121.88/1119.29	c cleaning 10000 clauses out of 20037 with flag 1915001/1915001
1125.89/1123.20	c cleaning 10004 clauses out of 20038 with flag 1925002/1925002
1129.60/1126.99	c cleaning 10001 clauses out of 20033 with flag 1935001/1935001
1134.31/1131.66	c cleaning 9996 clauses out of 20031 with flag 1945000/1945000
1139.22/1136.56	c cleaning 9995 clauses out of 20038 with flag 1955003/1955003
1143.44/1140.76	c cleaning 10005 clauses out of 20042 with flag 1965002/1965002
1146.85/1144.14	c cleaning 10002 clauses out of 20037 with flag 1975002/1975002
1150.65/1147.90	c cleaning 10001 clauses out of 20034 with flag 1985001/1985001
1153.65/1150.97	c cleaning 9990 clauses out of 20033 with flag 1995001/1995001
1156.97/1154.21	c cleaning 9935 clauses out of 20043 with flag 2005001/2005001
1160.08/1157.32	c cleaning 10037 clauses out of 20109 with flag 2015002/2015002
1163.10/1160.38	c cleaning 10019 clauses out of 20070 with flag 2025000/2025000
1166.31/1163.52	c cleaning 10008 clauses out of 20053 with flag 2035002/2035002
1170.23/1167.40	c cleaning 10000 clauses out of 20043 with flag 2045000/2045000
1173.63/1170.85	c cleaning 9993 clauses out of 20047 with flag 2055004/2055004
1177.65/1174.85	c cleaning 10013 clauses out of 20052 with flag 2065002/2065002
1181.65/1178.81	c cleaning 9970 clauses out of 20041 with flag 2075004/2075004
1185.27/1182.44	c cleaning 9997 clauses out of 20068 with flag 2085001/2085001
1190.18/1187.33	c cleaning 10000 clauses out of 20073 with flag 2095003/2095003
1194.59/1191.79	c cleaning 10000 clauses out of 20071 with flag 2105001/2105001
1199.20/1196.30	c cleaning 10000 clauses out of 20073 with flag 2115003/2115003
1203.12/1200.20	c cleaning 10028 clauses out of 20071 with flag 2125001/2125001
1207.34/1204.50	c cleaning 10014 clauses out of 20043 with flag 2135001/2135001
1211.45/1208.55	c cleaning 10008 clauses out of 20030 with flag 2145002/2145002
1215.16/1212.28	c cleaning 10001 clauses out of 20020 with flag 2155000/2155000
1218.86/1215.95	c cleaning 10001 clauses out of 20020 with flag 2165001/2165001
1223.37/1220.43	c cleaning 10003 clauses out of 20021 with flag 2175003/2175003
1227.48/1224.59	c cleaning 9998 clauses out of 20015 with flag 2185000/2185000
1231.39/1228.44	c cleaning 9981 clauses out of 20019 with flag 2195002/2195002
1236.21/1233.22	c cleaning 9989 clauses out of 20036 with flag 2205000/2205000
1240.53/1237.59	c cleaning 9998 clauses out of 20047 with flag 2215000/2215000
1244.63/1241.64	c cleaning 9999 clauses out of 20050 with flag 2225001/2225001
1248.74/1245.71	c cleaning 9995 clauses out of 20054 with flag 2235004/2235004
1253.85/1250.88	c cleaning 10001 clauses out of 20058 with flag 2245003/2245003
1259.36/1256.30	c cleaning 9999 clauses out of 20056 with flag 2255002/2255002
1263.68/1260.62	c cleaning 10002 clauses out of 20055 with flag 2265000/2265000
1267.88/1264.89	c cleaning 9991 clauses out of 20053 with flag 2275000/2275000
1271.90/1268.88	c cleaning 10005 clauses out of 20064 with flag 2285002/2285002
1275.40/1272.31	c cleaning 10018 clauses out of 20058 with flag 2295001/2295001
1278.82/1275.77	c cleaning 10010 clauses out of 20042 with flag 2305003/2305003
1283.23/1280.12	c cleaning 9994 clauses out of 20030 with flag 2315001/2315001
1287.74/1284.67	c cleaning 10002 clauses out of 20035 with flag 2325000/2325000
1291.75/1288.63	c cleaning 10007 clauses out of 20034 with flag 2335001/2335001
1295.96/1292.86	c cleaning 10004 clauses out of 20028 with flag 2345002/2345002
1300.08/1296.95	c cleaning 9998 clauses out of 20022 with flag 2355000/2355000
1304.19/1301.09	c cleaning 10002 clauses out of 20025 with flag 2365001/2365001
1308.60/1305.43	c cleaning 9999 clauses out of 20022 with flag 2375000/2375000
1312.72/1309.57	c cleaning 10000 clauses out of 20023 with flag 2385000/2385000
1316.63/1313.40	c cleaning 10000 clauses out of 20023 with flag 2395000/2395000
1320.33/1317.15	c cleaning 10000 clauses out of 20026 with flag 2405003/2405003
1324.73/1321.57	c cleaning 10004 clauses out of 20028 with flag 2415005/2415005
1329.04/1325.84	c cleaning 9997 clauses out of 20019 with flag 2425000/2425000
1332.35/1329.12	c cleaning 9996 clauses out of 20026 with flag 2435004/2435004
1336.85/1333.69	c cleaning 9991 clauses out of 20026 with flag 2445000/2445000
1341.56/1338.33	c cleaning 9998 clauses out of 20035 with flag 2455000/2455000
1346.67/1343.48	c cleaning 9999 clauses out of 20037 with flag 2465000/2465000
1351.58/1348.33	c cleaning 10001 clauses out of 20039 with flag 2475001/2475001
1356.30/1353.07	c cleaning 9999 clauses out of 20040 with flag 2485003/2485003
1361.10/1357.80	c cleaning 10001 clauses out of 20039 with flag 2495001/2495001
1365.51/1362.21	c cleaning 9995 clauses out of 20040 with flag 2505003/2505003
1369.93/1366.68	c cleaning 10000 clauses out of 20042 with flag 2515000/2515000
1374.63/1371.37	c cleaning 10001 clauses out of 20042 with flag 2525000/2525000
1379.35/1376.08	c cleaning 10002 clauses out of 20042 with flag 2535001/2535001
1384.25/1380.97	c cleaning 10001 clauses out of 20039 with flag 2545000/2545000
1388.86/1385.50	c cleaning 9998 clauses out of 20038 with flag 2555000/2555000
1393.77/1390.46	c cleaning 9996 clauses out of 20041 with flag 2565001/2565001
1398.28/1394.93	c cleaning 9997 clauses out of 20044 with flag 2575000/2575000
1402.60/1399.23	c cleaning 10001 clauses out of 20047 with flag 2585000/2585000
1407.71/1404.32	c cleaning 10001 clauses out of 20046 with flag 2595000/2595000
1412.02/1408.66	c cleaning 9998 clauses out of 20045 with flag 2605000/2605000
1416.42/1413.07	c cleaning 10003 clauses out of 20047 with flag 2615000/2615000
1421.12/1417.72	c cleaning 10001 clauses out of 20044 with flag 2625000/2625000
1425.32/1421.99	c cleaning 10002 clauses out of 20046 with flag 2635003/2635003
1430.04/1426.65	c cleaning 9999 clauses out of 20041 with flag 2645000/2645000
1435.33/1431.99	c cleaning 9998 clauses out of 20044 with flag 2655002/2655002
1439.25/1435.83	c cleaning 10010 clauses out of 20045 with flag 2665001/2665001
1443.06/1439.69	c cleaning 10004 clauses out of 20034 with flag 2675000/2675000
1446.59/1443.12	c cleaning 10003 clauses out of 20030 with flag 2685000/2685000
1450.29/1446.88	c cleaning 10000 clauses out of 20027 with flag 2695000/2695000
1453.80/1450.38	c cleaning 9999 clauses out of 20027 with flag 2705000/2705000
1457.21/1453.78	c cleaning 10002 clauses out of 20030 with flag 2715002/2715002
1460.33/1456.89	c cleaning 9999 clauses out of 20027 with flag 2725001/2725001
1464.14/1460.66	c cleaning 10003 clauses out of 20032 with flag 2735005/2735005
1467.44/1463.94	c cleaning 10000 clauses out of 20025 with flag 2745001/2745001
1470.95/1467.42	c cleaning 10000 clauses out of 20024 with flag 2755000/2755000
1474.05/1470.54	c cleaning 10002 clauses out of 20026 with flag 2765002/2765002
1477.26/1473.77	c cleaning 10000 clauses out of 20023 with flag 2775001/2775001
1480.36/1476.85	c cleaning 10000 clauses out of 20023 with flag 2785001/2785001
1483.57/1480.08	c cleaning 9999 clauses out of 20022 with flag 2795000/2795000
1487.08/1483.52	c cleaning 9999 clauses out of 20024 with flag 2805001/2805001
1490.29/1486.71	c cleaning 10000 clauses out of 20025 with flag 2815001/2815001
1493.30/1489.73	c cleaning 10000 clauses out of 20024 with flag 2825000/2825000
1496.70/1493.14	c cleaning 10001 clauses out of 20024 with flag 2835000/2835000
1499.91/1496.34	c cleaning 10002 clauses out of 20028 with flag 2845005/2845005
1503.03/1499.42	c cleaning 9995 clauses out of 20021 with flag 2855000/2855000
1506.03/1502.49	c cleaning 9995 clauses out of 20026 with flag 2865000/2865000
1509.45/1505.86	c cleaning 10004 clauses out of 20032 with flag 2875001/2875001
1512.85/1509.21	c cleaning 10001 clauses out of 20027 with flag 2885000/2885000
1516.25/1512.61	c cleaning 10001 clauses out of 20027 with flag 2895001/2895001
1519.25/1515.62	c cleaning 9998 clauses out of 20028 with flag 2905003/2905003
1522.27/1518.69	c cleaning 10000 clauses out of 20028 with flag 2915001/2915001
1525.57/1521.93	c cleaning 10001 clauses out of 20030 with flag 2925003/2925003
1528.87/1525.27	c cleaning 9998 clauses out of 20026 with flag 2935000/2935000
1531.98/1528.39	c cleaning 9996 clauses out of 20030 with flag 2945002/2945002
1535.09/1531.41	c cleaning 10002 clauses out of 20033 with flag 2955001/2955001
1538.10/1534.49	c cleaning 10004 clauses out of 20031 with flag 2965001/2965001
1541.30/1537.68	c cleaning 9998 clauses out of 20028 with flag 2975002/2975002
1545.02/1541.32	c cleaning 10000 clauses out of 20028 with flag 2985000/2985000
1547.82/1544.12	c cleaning 9997 clauses out of 20028 with flag 2995000/2995000
1551.54/1547.80	c cleaning 9996 clauses out of 20032 with flag 3005001/3005001
1556.16/1552.41	c cleaning 9978 clauses out of 20038 with flag 3015003/3015003
1560.38/1556.69	c cleaning 9925 clauses out of 20057 with flag 3025000/3025000
1564.60/1560.87	c cleaning 9983 clauses out of 20133 with flag 3035001/3035001
1569.21/1565.41	c cleaning 10041 clauses out of 20150 with flag 3045001/3045001
1572.63/1568.87	c cleaning 10036 clauses out of 20109 with flag 3055001/3055001
1576.14/1572.30	c cleaning 9992 clauses out of 20073 with flag 3065001/3065001
1581.65/1577.85	c cleaning 9978 clauses out of 20080 with flag 3075000/3075000
1585.47/1581.67	c cleaning 10014 clauses out of 20102 with flag 3085000/3085000
1588.99/1585.14	c cleaning 10008 clauses out of 20089 with flag 3095001/3095001
1592.91/1589.00	c cleaning 10006 clauses out of 20082 with flag 3105002/3105002
1596.92/1593.04	c cleaning 10000 clauses out of 20074 with flag 3115000/3115000
1600.03/1596.18	c cleaning 10025 clauses out of 20075 with flag 3125001/3125001
1604.84/1600.91	c cleaning 10012 clauses out of 20049 with flag 3135000/3135000
1609.16/1605.22	c cleaning 10004 clauses out of 20038 with flag 3145001/3145001
1613.48/1609.56	c cleaning 10001 clauses out of 20034 with flag 3155001/3155001
1618.09/1614.19	c cleaning 10000 clauses out of 20032 with flag 3165000/3165000
1623.40/1619.40	c cleaning 10006 clauses out of 20035 with flag 3175003/3175003
1628.90/1624.90	c cleaning 9999 clauses out of 20027 with flag 3185001/3185001
1633.22/1629.26	c cleaning 9994 clauses out of 20027 with flag 3195000/3195000
1637.55/1633.56	c cleaning 10005 clauses out of 20033 with flag 3205000/3205000
1642.06/1638.05	c cleaning 10002 clauses out of 20030 with flag 3215002/3215002
1646.38/1642.39	c cleaning 10000 clauses out of 20027 with flag 3225001/3225001
1650.48/1646.44	c cleaning 9999 clauses out of 20026 with flag 3235000/3235000
1655.10/1651.01	c cleaning 10000 clauses out of 20029 with flag 3245002/3245002
1659.71/1655.63	c cleaning 9997 clauses out of 20027 with flag 3255000/3255000
1666.02/1661.91	c cleaning 9995 clauses out of 20030 with flag 3265000/3265000
1670.83/1666.73	c cleaning 10007 clauses out of 20037 with flag 3275002/3275002
1674.63/1670.52	c cleaning 9991 clauses out of 20028 with flag 3285000/3285000
1679.44/1675.31	c cleaning 10006 clauses out of 20039 with flag 3295002/3295002
1683.45/1679.38	c cleaning 10002 clauses out of 20031 with flag 3305000/3305000
1687.57/1683.44	c cleaning 9996 clauses out of 20030 with flag 3315001/3315001
1691.28/1687.20	c cleaning 10005 clauses out of 20037 with flag 3325004/3325004
1695.39/1691.24	c cleaning 10000 clauses out of 20030 with flag 3335002/3335002
1699.40/1695.21	c cleaning 10002 clauses out of 20033 with flag 3345005/3345005
1703.50/1699.35	c cleaning 9994 clauses out of 20026 with flag 3355000/3355000
1707.71/1703.57	c cleaning 10000 clauses out of 20033 with flag 3365001/3365001
1711.62/1707.42	c cleaning 9892 clauses out of 20033 with flag 3375001/3375001
1716.04/1711.88	c cleaning 9936 clauses out of 20141 with flag 3385001/3385001
1720.26/1716.05	c cleaning 9971 clauses out of 20210 with flag 3395006/3395006
1724.27/1720.08	c cleaning 9982 clauses out of 20235 with flag 3405002/3405002
1728.28/1724.08	c cleaning 9976 clauses out of 20253 with flag 3415002/3415002
1732.09/1727.82	c cleaning 9984 clauses out of 20277 with flag 3425002/3425002
1735.20/1730.98	c cleaning 10106 clauses out of 20291 with flag 3435000/3435000
1739.43/1735.11	c cleaning 10044 clauses out of 20186 with flag 3445001/3445001
1743.75/1739.48	c cleaning 10032 clauses out of 20146 with flag 3455005/3455005
1747.86/1743.51	c cleaning 10011 clauses out of 20110 with flag 3465001/3465001
1751.66/1747.32	c cleaning 10008 clauses out of 20098 with flag 3475000/3475000
1755.58/1751.20	c cleaning 10005 clauses out of 20090 with flag 3485000/3485000
1759.38/1755.04	c cleaning 10004 clauses out of 20087 with flag 3495002/3495002
1763.49/1759.10	c cleaning 9998 clauses out of 20081 with flag 3505000/3505000
1767.19/1762.87	c cleaning 9998 clauses out of 20085 with flag 3515002/3515002
1771.49/1767.16	c cleaning 9996 clauses out of 20087 with flag 3525002/3525002
1775.31/1770.93	c cleaning 10002 clauses out of 20089 with flag 3535000/3535000
1779.31/1774.93	c cleaning 10001 clauses out of 20087 with flag 3545000/3545000
1783.13/1778.77	c cleaning 9991 clauses out of 20087 with flag 3555001/3555001
1787.04/1782.68	c cleaning 10006 clauses out of 20096 with flag 3565001/3565001
1791.14/1786.77	c cleaning 10002 clauses out of 20089 with flag 3575000/3575000
1795.55/1791.15	c cleaning 10002 clauses out of 20087 with flag 3585000/3585000
1799.65/1795.24	c cleaning 10001 clauses out of 20087 with flag 3595002/3595002
1800.06/1795.61	c starts		: 255
1800.06/1795.61	c conflicts		: 3596580
1800.06/1795.61	c decisions		: 4724171
1800.06/1795.61	c propagations		: 60882928
1800.06/1795.61	c inspects		: 5143660769
1800.06/1795.61	c learnt literals	: 0
1800.06/1795.61	c learnt binary clauses	: 0
1800.06/1795.61	c learnt ternary clauses	: 0
1800.06/1795.61	c learnt clauses	: 3596580
1800.06/1795.61	c ignored clauses	: 0
1800.06/1795.61	c root simplifications	: 0
1800.06/1795.61	c removed literals (reason simplification)	: 76288862
1800.06/1795.61	c reason swapping (by a shorter reason)	: 0
1800.06/1795.61	c Calls to reduceDB	: 361
1800.06/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.61	c number of learned constraints concerned by reduction	: 0
1800.06/1795.61	c number of learning phase by resolution	: 0
1800.06/1795.61	c number of learning phase by cutting planes	: 0
1800.06/1795.61	c speed (assignments/second)	: 33922.01877544516
1800.06/1795.61	c non guided choices	7892
1800.06/1795.62	c learnt constraints type 
1800.06/1795.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11701
1800.06/1795.62	c constraints type 
1800.06/1795.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
1800.06/1795.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.06/1795.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.06/1795.62	s SATISFIABLE
1800.06/1795.62	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.62	c objective function=14
1800.06/1795.62	c Total wall clock time (in seconds): 1795.526

Verifier Data

OK	14

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.47 3/196 22646
/proc/meminfo: memFree=31443292/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=4 CPUtime=0
/proc/22646/stat : 22646 (java6) R 22644 22646 21461 0 -1 4194304 255 0 0 0 0 0 0 0 18 0 1 0 164778552 4096 1 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22646/statm: 1 1 0 0 0 1 0

[startup+0.046606 s]
/proc/loadavg: 2.00 2.00 2.47 3/196 22646
/proc/meminfo: memFree=31443292/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1525320 CPUtime=0.03
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 3893 0 1 0 3 0 0 0 18 0 13 0 164778552 1561927680 3334 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 381330 3334 1048 10 0 378640 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1525320

[startup+0.101672 s]
/proc/loadavg: 2.00 2.00 2.47 3/196 22646
/proc/meminfo: memFree=31443292/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1529876 CPUtime=0.11
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 5223 0 1 0 10 1 0 0 18 0 18 0 164778552 1566593024 4660 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 382469 4660 1346 10 0 379771 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529876

[startup+0.301615 s]
/proc/loadavg: 2.00 2.00 2.47 3/196 22646
/proc/meminfo: memFree=31443292/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1532832 CPUtime=0.57
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 6525 0 1 0 56 1 0 0 18 0 19 0 164778552 1569619968 5938 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 383208 5938 1417 10 0 380510 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1532832

[startup+0.700531 s]
/proc/loadavg: 2.00 2.00 2.47 3/196 22646
/proc/meminfo: memFree=31443292/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1532832 CPUtime=1.04
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 7223 0 1 0 103 1 0 0 18 0 19 0 164778552 1569619968 6636 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 383208 6636 1421 10 0 380510 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1532832

[startup+1.50139 s]
/proc/loadavg: 2.00 2.00 2.47 3/215 22665
/proc/meminfo: memFree=31419900/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1532832 CPUtime=1.87
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 9069 0 1 0 185 2 0 0 18 0 19 0 164778552 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 383208 8480 1439 10 0 380510 0
[pid=22646/tid=22648] ppid=22644 vsize=1532832 CPUtime=1.47
/proc/22646/task/22648/stat : 22648 (java) R 22644 22646 21461 0 -1 4202560 5321 0 1 0 146 1 0 0 18 0 19 0 164778553 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4109939386 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22646/tid=22649] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22649/stat : 22649 (java) S 22644 22646 21461 0 -1 4202560 523 0 0 0 0 0 0 0 18 0 19 0 164778553 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22650] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22650/stat : 22650 (java) S 22644 22646 21461 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 164778553 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22651] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22651/stat : 22651 (java) S 22644 22646 21461 0 -1 4202560 57 0 0 0 0 0 0 0 18 0 19 0 164778553 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22652] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22652/stat : 22652 (java) S 22644 22646 21461 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 164778553 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22653] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22653/stat : 22653 (java) S 22644 22646 21461 0 -1 4202560 36 0 0 0 0 0 0 0 18 0 19 0 164778553 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 1 0 0 0
[pid=22646/tid=22654] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22654/stat : 22654 (java) S 22644 22646 21461 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 164778553 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 1 0 0 0
[pid=22646/tid=22655] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22655/stat : 22655 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 19 0 164778553 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 2 0 0 0
[pid=22646/tid=22656] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22656/stat : 22656 (java) S 22644 22646 21461 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 164778553 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 2 0 0 0
[pid=22646/tid=22657] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22657/stat : 22657 (java) S 22644 22646 21461 0 -1 4202560 625 0 0 0 0 0 0 0 16 0 19 0 164778554 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22658] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22658/stat : 22658 (java) S 22644 22646 21461 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164778555 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22659] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22659/stat : 22659 (java) S 22644 22646 21461 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 164778555 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22660] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22660/stat : 22660 (java) S 22644 22646 21461 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164778557 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22661] ppid=22644 vsize=1532832 CPUtime=0.14
/proc/22646/task/22661/stat : 22661 (java) S 22644 22646 21461 0 -1 4202560 624 0 0 0 14 0 0 0 15 0 19 0 164778557 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22662] ppid=22644 vsize=1532832 CPUtime=0.23
/proc/22646/task/22662/stat : 22662 (java) S 22644 22646 21461 0 -1 4202560 785 0 0 0 23 0 0 0 16 0 19 0 164778557 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22663] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22663/stat : 22663 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164778557 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22664] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22664/stat : 22664 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 164778557 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 2 0 0 0
[pid=22646/tid=22665] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22665/stat : 22665 (java) S 22644 22646 21461 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164778569 1569619968 8480 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 1532832

[startup+3.10109 s]
/proc/loadavg: 2.00 2.00 2.47 3/215 22665
/proc/meminfo: memFree=31414200/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1532832 CPUtime=3.5
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 10853 0 1 0 348 2 0 0 18 0 19 0 164778552 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 383208 10262 1439 10 0 380510 0
[pid=22646/tid=22648] ppid=22644 vsize=1532832 CPUtime=3.05
/proc/22646/task/22648/stat : 22648 (java) R 22644 22646 21461 0 -1 4202560 5324 0 1 0 304 1 0 0 20 0 19 0 164778553 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4109958314 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22646/tid=22649] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22649/stat : 22649 (java) S 22644 22646 21461 0 -1 4202560 537 0 0 0 0 0 0 0 18 0 19 0 164778553 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22650] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22650/stat : 22650 (java) S 22644 22646 21461 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22651] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22651/stat : 22651 (java) S 22644 22646 21461 0 -1 4202560 406 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22652] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22652/stat : 22652 (java) S 22644 22646 21461 0 -1 4202560 324 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22653] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22653/stat : 22653 (java) S 22644 22646 21461 0 -1 4202560 333 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 1 0 0 0
[pid=22646/tid=22654] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22654/stat : 22654 (java) S 22644 22646 21461 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 1 0 0 0
[pid=22646/tid=22655] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22655/stat : 22655 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 2 0 0 0
[pid=22646/tid=22656] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22656/stat : 22656 (java) S 22644 22646 21461 0 -1 4202560 348 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 2 0 0 0
[pid=22646/tid=22657] ppid=22644 vsize=1532832 CPUtime=0.01
/proc/22646/task/22657/stat : 22657 (java) S 22644 22646 21461 0 -1 4202560 1088 0 0 0 1 0 0 0 15 0 19 0 164778554 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22658] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22658/stat : 22658 (java) S 22644 22646 21461 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164778555 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22659] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22659/stat : 22659 (java) S 22644 22646 21461 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 164778555 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22660] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22660/stat : 22660 (java) S 22644 22646 21461 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164778557 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22661] ppid=22644 vsize=1532832 CPUtime=0.16
/proc/22646/task/22661/stat : 22661 (java) S 22644 22646 21461 0 -1 4202560 627 0 0 0 16 0 0 0 15 0 19 0 164778557 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22662] ppid=22644 vsize=1532832 CPUtime=0.24
/proc/22646/task/22662/stat : 22662 (java) S 22644 22646 21461 0 -1 4202560 787 0 0 0 24 0 0 0 15 0 19 0 164778557 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22663] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22663/stat : 22663 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164778557 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22664] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22664/stat : 22664 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 164778557 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 2 0 0 0
[pid=22646/tid=22665] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22665/stat : 22665 (java) S 22644 22646 21461 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164778569 1569619968 10262 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 1532832

[startup+6.3015 s]
/proc/loadavg: 2.00 2.00 2.47 3/215 22665
/proc/meminfo: memFree=31394856/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1532832 CPUtime=6.71
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 13882 0 1 0 669 2 0 0 18 0 19 0 164778552 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 383208 13289 1439 10 0 380510 0
[pid=22646/tid=22648] ppid=22644 vsize=1532832 CPUtime=6.24
/proc/22646/task/22648/stat : 22648 (java) R 22644 22646 21461 0 -1 4202560 6087 0 1 0 623 1 0 0 25 0 19 0 164778553 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4109958388 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22646/tid=22649] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22649/stat : 22649 (java) S 22644 22646 21461 0 -1 4202560 1196 0 0 0 0 0 0 0 16 0 19 0 164778553 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22650] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22650/stat : 22650 (java) S 22644 22646 21461 0 -1 4202560 288 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 2 0 0 0
[pid=22646/tid=22651] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22651/stat : 22651 (java) S 22644 22646 21461 0 -1 4202560 406 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22652] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22652/stat : 22652 (java) S 22644 22646 21461 0 -1 4202560 1182 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22653] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22653/stat : 22653 (java) S 22644 22646 21461 0 -1 4202560 333 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 1 0 0 0
[pid=22646/tid=22654] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22654/stat : 22654 (java) S 22644 22646 21461 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 1 0 0 0
[pid=22646/tid=22655] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22655/stat : 22655 (java) S 22644 22646 21461 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22656] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22656/stat : 22656 (java) S 22644 22646 21461 0 -1 4202560 348 0 0 0 0 0 0 0 15 0 19 0 164778553 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 2 0 0 0
[pid=22646/tid=22657] ppid=22644 vsize=1532832 CPUtime=0.02
/proc/22646/task/22657/stat : 22657 (java) S 22644 22646 21461 0 -1 4202560 1501 0 0 0 2 0 0 0 15 0 19 0 164778554 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22658] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22658/stat : 22658 (java) S 22644 22646 21461 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164778555 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22659] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22659/stat : 22659 (java) S 22644 22646 21461 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 164778555 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22660] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22660/stat : 22660 (java) S 22644 22646 21461 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164778557 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22661] ppid=22644 vsize=1532832 CPUtime=0.16
/proc/22646/task/22661/stat : 22661 (java) S 22644 22646 21461 0 -1 4202560 629 0 0 0 16 0 0 0 15 0 19 0 164778557 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22662] ppid=22644 vsize=1532832 CPUtime=0.24
/proc/22646/task/22662/stat : 22662 (java) S 22644 22646 21461 0 -1 4202560 787 0 0 0 24 0 0 0 15 0 19 0 164778557 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22663] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22663/stat : 22663 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164778557 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22664] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22664/stat : 22664 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 164778557 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 2 0 0 0
[pid=22646/tid=22665] ppid=22644 vsize=1532832 CPUtime=0
/proc/22646/task/22665/stat : 22665 (java) S 22644 22646 21461 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164778569 1569619968 13289 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 1532832

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.46 3/215 22665
/proc/meminfo: memFree=31379896/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1533856 CPUtime=13.15
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 18171 0 1 0 1311 4 0 0 18 0 19 0 164778552 1570668544 17576 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 383464 17576 1439 10 0 380766 0
[pid=22646/tid=22648] ppid=22644 vsize=1533856 CPUtime=12.61
/proc/22646/task/22648/stat : 22648 (java) R 22644 22646 21461 0 -1 4202560 7650 0 1 0 1260 1 0 0 25 0 19 0 164778553 1570668544 17576 4089446400 134512640 134550932 4290282128 18446744073709551615 4109994480 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22646/tid=22649] ppid=22644 vsize=1533856 CPUtime=0
/proc/22646/task/22649/stat : 22649 (java) S 22644 22646 21461 0 -1 4202560 1766 0 0 0 0 0 0 0 15 0 19 0 164778553 1570668544 17577 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 2 0 0 0

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

[pid=22646/tid=22654] ppid=22644 vsize=1535904 CPUtime=0.57
/proc/22646/task/22654/stat : 22654 (java) S 22644 22646 21461 0 -1 4202560 884 0 0 0 54 3 0 0 15 0 19 0 164778553 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22655] ppid=22644 vsize=1535904 CPUtime=0.53
/proc/22646/task/22655/stat : 22655 (java) S 22644 22646 21461 0 -1 4202560 278 0 0 0 50 3 0 0 16 0 19 0 164778553 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22656] ppid=22644 vsize=1535904 CPUtime=0.54
/proc/22646/task/22656/stat : 22656 (java) S 22644 22646 21461 0 -1 4202560 800 0 0 0 51 3 0 0 15 0 19 0 164778553 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22657] ppid=22644 vsize=1535904 CPUtime=6.45
/proc/22646/task/22657/stat : 22657 (java) S 22644 22646 21461 0 -1 4202560 8077 0 0 0 634 11 0 0 16 0 19 0 164778554 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446604471142709056 0 0 -1 3 0 0 0
[pid=22646/tid=22658] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22658/stat : 22658 (java) S 22644 22646 21461 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164778555 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22659] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22659/stat : 22659 (java) S 22644 22646 21461 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 164778555 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22660] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22660/stat : 22660 (java) S 22644 22646 21461 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164778557 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22661] ppid=22644 vsize=1535904 CPUtime=0.18
/proc/22646/task/22661/stat : 22661 (java) S 22644 22646 21461 0 -1 4202560 633 0 0 0 18 0 0 0 15 0 19 0 164778557 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22662] ppid=22644 vsize=1535904 CPUtime=0.27
/proc/22646/task/22662/stat : 22662 (java) S 22644 22646 21461 0 -1 4202560 1297 0 0 0 27 0 0 0 15 0 19 0 164778557 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22663] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22663/stat : 22663 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164778557 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22664] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22664/stat : 22664 (java) S 22644 22646 21461 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 164778557 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 5 0 0 0
[pid=22646/tid=22665] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22665/stat : 22665 (java) S 22644 22646 21461 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164778569 1572765696 28178 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.43
Current children cumulated vsize (KiB) 1535904

[startup+1722.3 s]
/proc/loadavg: 1.98 2.01 2.07 3/197 22752
/proc/meminfo: memFree=31320312/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1535904 CPUtime=1726.58
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 29472 0 1 0 172612 46 0 0 18 0 19 0 164778552 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 383976 28240 1439 10 0 381278 0
[pid=22646/tid=22648] ppid=22644 vsize=1535904 CPUtime=1714.29
/proc/22646/task/22648/stat : 22648 (java) R 22644 22646 21461 0 -1 4202560 8661 0 1 0 171426 3 0 0 25 0 19 0 164778553 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4109993943 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22646/tid=22649] ppid=22644 vsize=1535904 CPUtime=0.64
/proc/22646/task/22649/stat : 22649 (java) S 22644 22646 21461 0 -1 4202560 2060 0 0 0 61 3 0 0 15 0 19 0 164778553 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 5 0 0 0
[pid=22646/tid=22650] ppid=22644 vsize=1535904 CPUtime=0.66
/proc/22646/task/22650/stat : 22650 (java) S 22644 22646 21461 0 -1 4202560 782 0 0 0 63 3 0 0 15 0 19 0 164778553 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22651] ppid=22644 vsize=1535904 CPUtime=0.51
/proc/22646/task/22651/stat : 22651 (java) S 22644 22646 21461 0 -1 4202560 1265 0 0 0 48 3 0 0 15 0 19 0 164778553 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 7 0 0 0
[pid=22646/tid=22652] ppid=22644 vsize=1535904 CPUtime=0.65
/proc/22646/task/22652/stat : 22652 (java) S 22644 22646 21461 0 -1 4202560 2318 0 0 0 61 4 0 0 15 0 19 0 164778553 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 7 0 0 0
[pid=22646/tid=22653] ppid=22644 vsize=1535904 CPUtime=0.68
/proc/22646/task/22653/stat : 22653 (java) S 22644 22646 21461 0 -1 4202560 1189 0 0 0 64 4 0 0 15 0 19 0 164778553 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 1 0 0 0
[pid=22646/tid=22654] ppid=22644 vsize=1535904 CPUtime=0.6
/proc/22646/task/22654/stat : 22654 (java) S 22644 22646 21461 0 -1 4202560 884 0 0 0 57 3 0 0 15 0 19 0 164778553 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22655] ppid=22644 vsize=1535904 CPUtime=0.55
/proc/22646/task/22655/stat : 22655 (java) S 22644 22646 21461 0 -1 4202560 278 0 0 0 52 3 0 0 15 0 19 0 164778553 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 7 0 0 0
[pid=22646/tid=22656] ppid=22644 vsize=1535904 CPUtime=0.57
/proc/22646/task/22656/stat : 22656 (java) S 22644 22646 21461 0 -1 4202560 800 0 0 0 54 3 0 0 15 0 19 0 164778553 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22657] ppid=22644 vsize=1535904 CPUtime=6.87
/proc/22646/task/22657/stat : 22657 (java) S 22644 22646 21461 0 -1 4202560 8143 0 0 0 675 12 0 0 15 0 19 0 164778554 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446604471142709056 0 0 -1 3 0 0 0
[pid=22646/tid=22658] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22658/stat : 22658 (java) S 22644 22646 21461 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164778555 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22659] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22659/stat : 22659 (java) S 22644 22646 21461 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 164778555 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22660] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22660/stat : 22660 (java) S 22644 22646 21461 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164778557 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22661] ppid=22644 vsize=1535904 CPUtime=0.18
/proc/22646/task/22661/stat : 22661 (java) S 22644 22646 21461 0 -1 4202560 633 0 0 0 18 0 0 0 15 0 19 0 164778557 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22662] ppid=22644 vsize=1535904 CPUtime=0.27
/proc/22646/task/22662/stat : 22662 (java) S 22644 22646 21461 0 -1 4202560 1297 0 0 0 27 0 0 0 15 0 19 0 164778557 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22663] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22663/stat : 22663 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164778557 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22664] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22664/stat : 22664 (java) S 22644 22646 21461 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 164778557 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 5 0 0 0
[pid=22646/tid=22665] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22665/stat : 22665 (java) S 22644 22646 21461 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164778569 1572765696 28240 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.58
Current children cumulated vsize (KiB) 1535904

[startup+1782.3 s]
/proc/loadavg: 1.99 2.01 2.07 3/197 22754
/proc/meminfo: memFree=31247944/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1535904 CPUtime=1786.74
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 29643 0 1 0 178625 49 0 0 18 0 19 0 164778552 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 383976 28388 1439 10 0 381278 0
[pid=22646/tid=22648] ppid=22644 vsize=1535904 CPUtime=1773.8
/proc/22646/task/22648/stat : 22648 (java) R 22644 22646 21461 0 -1 4202560 8676 0 1 0 177377 3 0 0 25 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4109958388 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22646/tid=22649] ppid=22644 vsize=1535904 CPUtime=0.66
/proc/22646/task/22649/stat : 22649 (java) S 22644 22646 21461 0 -1 4202560 2060 0 0 0 63 3 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 1 0 0 0
[pid=22646/tid=22650] ppid=22644 vsize=1535904 CPUtime=0.69
/proc/22646/task/22650/stat : 22650 (java) S 22644 22646 21461 0 -1 4202560 782 0 0 0 65 4 0 0 16 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22651] ppid=22644 vsize=1535904 CPUtime=0.53
/proc/22646/task/22651/stat : 22651 (java) S 22644 22646 21461 0 -1 4202560 1265 0 0 0 50 3 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 5 0 0 0
[pid=22646/tid=22652] ppid=22644 vsize=1535904 CPUtime=0.68
/proc/22646/task/22652/stat : 22652 (java) S 22644 22646 21461 0 -1 4202560 2318 0 0 0 64 4 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 1 0 0 0
[pid=22646/tid=22653] ppid=22644 vsize=1535904 CPUtime=0.7
/proc/22646/task/22653/stat : 22653 (java) S 22644 22646 21461 0 -1 4202560 1189 0 0 0 66 4 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 5 0 0 0
[pid=22646/tid=22654] ppid=22644 vsize=1535904 CPUtime=0.62
/proc/22646/task/22654/stat : 22654 (java) S 22644 22646 21461 0 -1 4202560 884 0 0 0 59 3 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22655] ppid=22644 vsize=1535904 CPUtime=0.57
/proc/22646/task/22655/stat : 22655 (java) S 22644 22646 21461 0 -1 4202560 278 0 0 0 54 3 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 7 0 0 0
[pid=22646/tid=22656] ppid=22644 vsize=1535904 CPUtime=0.6
/proc/22646/task/22656/stat : 22656 (java) S 22644 22646 21461 0 -1 4202560 800 0 0 0 57 3 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22657] ppid=22644 vsize=1535904 CPUtime=7.31
/proc/22646/task/22657/stat : 22657 (java) S 22644 22646 21461 0 -1 4202560 8295 0 0 0 719 12 0 0 15 0 19 0 164778554 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446604471142709056 0 0 -1 3 0 0 0
[pid=22646/tid=22658] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22658/stat : 22658 (java) S 22644 22646 21461 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164778555 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22659] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22659/stat : 22659 (java) S 22644 22646 21461 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 164778555 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22660] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22660/stat : 22660 (java) S 22644 22646 21461 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164778557 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22661] ppid=22644 vsize=1535904 CPUtime=0.18
/proc/22646/task/22661/stat : 22661 (java) S 22644 22646 21461 0 -1 4202560 633 0 0 0 18 0 0 0 15 0 19 0 164778557 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22662] ppid=22644 vsize=1535904 CPUtime=0.27
/proc/22646/task/22662/stat : 22662 (java) S 22644 22646 21461 0 -1 4202560 1297 0 0 0 27 0 0 0 15 0 19 0 164778557 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22663] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22663/stat : 22663 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164778557 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22664] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22664/stat : 22664 (java) S 22644 22646 21461 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 164778557 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 5 0 0 0
[pid=22646/tid=22665] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22665/stat : 22665 (java) S 22644 22646 21461 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164778569 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.74
Current children cumulated vsize (KiB) 1535904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.99 2.01 2.06 3/197 22754
/proc/meminfo: memFree=31231560/32950928 swapFree=67111528/67111528
[pid=22646] ppid=22644 vsize=1535904 CPUtime=1800.06
/proc/22646/stat : 22646 (java) S 22644 22646 21461 0 -1 4202496 29647 0 1 0 179957 49 0 0 18 0 19 0 164778552 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22646/statm: 383976 28388 1439 10 0 381278 0
[pid=22646/tid=22648] ppid=22644 vsize=1535904 CPUtime=1786.98
/proc/22646/task/22648/stat : 22648 (java) R 22644 22646 21461 0 -1 4202560 8680 0 1 0 178695 3 0 0 25 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4109993920 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22646/tid=22649] ppid=22644 vsize=1535904 CPUtime=0.67
/proc/22646/task/22649/stat : 22649 (java) S 22644 22646 21461 0 -1 4202560 2060 0 0 0 64 3 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 1 0 0 0
[pid=22646/tid=22650] ppid=22644 vsize=1535904 CPUtime=0.7
/proc/22646/task/22650/stat : 22650 (java) S 22644 22646 21461 0 -1 4202560 782 0 0 0 66 4 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22651] ppid=22644 vsize=1535904 CPUtime=0.53
/proc/22646/task/22651/stat : 22651 (java) S 22644 22646 21461 0 -1 4202560 1265 0 0 0 50 3 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 5 0 0 0
[pid=22646/tid=22652] ppid=22644 vsize=1535904 CPUtime=0.68
/proc/22646/task/22652/stat : 22652 (java) S 22644 22646 21461 0 -1 4202560 2318 0 0 0 64 4 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 7 0 0 0
[pid=22646/tid=22653] ppid=22644 vsize=1535904 CPUtime=0.7
/proc/22646/task/22653/stat : 22653 (java) S 22644 22646 21461 0 -1 4202560 1189 0 0 0 66 4 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 5 0 0 0
[pid=22646/tid=22654] ppid=22644 vsize=1535904 CPUtime=0.62
/proc/22646/task/22654/stat : 22654 (java) S 22644 22646 21461 0 -1 4202560 884 0 0 0 59 3 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22655] ppid=22644 vsize=1535904 CPUtime=0.57
/proc/22646/task/22655/stat : 22655 (java) S 22644 22646 21461 0 -1 4202560 278 0 0 0 54 3 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 7 0 0 0
[pid=22646/tid=22656] ppid=22644 vsize=1535904 CPUtime=0.6
/proc/22646/task/22656/stat : 22656 (java) S 22644 22646 21461 0 -1 4202560 800 0 0 0 57 3 0 0 15 0 19 0 164778553 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22657] ppid=22644 vsize=1535904 CPUtime=7.43
/proc/22646/task/22657/stat : 22657 (java) S 22644 22646 21461 0 -1 4202560 8295 0 0 0 731 12 0 0 15 0 19 0 164778554 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 0 0 16800975 18446604471142709056 0 0 -1 3 0 0 0
[pid=22646/tid=22658] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22658/stat : 22658 (java) S 22644 22646 21461 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164778555 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22659] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22659/stat : 22659 (java) S 22644 22646 21461 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 164778555 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22660] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22660/stat : 22660 (java) S 22644 22646 21461 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164778557 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22661] ppid=22644 vsize=1535904 CPUtime=0.18
/proc/22646/task/22661/stat : 22661 (java) S 22644 22646 21461 0 -1 4202560 633 0 0 0 18 0 0 0 15 0 19 0 164778557 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 4 0 0 0
[pid=22646/tid=22662] ppid=22644 vsize=1535904 CPUtime=0.27
/proc/22646/task/22662/stat : 22662 (java) S 22644 22646 21461 0 -1 4202560 1297 0 0 0 27 0 0 0 15 0 19 0 164778557 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
[pid=22646/tid=22663] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22663/stat : 22663 (java) S 22644 22646 21461 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164778557 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 6 0 0 0
[pid=22646/tid=22664] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22664/stat : 22664 (java) S 22644 22646 21461 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 164778557 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 5 0 0 0
[pid=22646/tid=22665] ppid=22644 vsize=1535904 CPUtime=0
/proc/22646/task/22665/stat : 22665 (java) S 22644 22646 21461 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164778569 1572765696 28388 4089446400 134512640 134550932 4290282128 18446744073709551615 4294960144 0 4 0 16800975 18446604471142709056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1535904

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

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

Child status: 143
Real time (s): 1795.65
CPU time (s): 1800.14
CPU user time (s): 1799.63
CPU system time (s): 0.503923
CPU usage (%): 100.25
Max. virtual memory (cumulated for all children) (KiB): 1535904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.503923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29669
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= 47885
involuntary context switches= 92975

runsolver used 3.2845 second user time and 6.595 second system time

The end

Launcher Data

Begin job on node113 at 2010-06-30 11:55:51
IDJOB=2691057
IDBENCH=78707
IDSOLVER=1202
FILE ID=node113/2691057-1277891750
PBS_JOBID= 11197128
Free space on /tmp= 74212 MiB

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

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

MD5SUM BENCH= 318c9cc5b16e210b9b0a9873d7c14d4c
RANDOM SEED=1096222857

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31443828 kB
Buffers:        171488 kB
Cached:        1011268 kB
SwapCached:          0 kB
Active:         697564 kB
Inactive:       669004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31443828 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             420 kB
Writeback:           0 kB
AnonPages:      184100 kB
Mapped:          20260 kB
Slab:            77772 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1644252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node113 at 2010-06-30 12:25:48