Trace number 2691065

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.18 1795.4

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.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@15a3d6b
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-2691065-1277891920.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.067s.
0.11/0.16	c #vars     971
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.55/0.33	c SATISFIABLE
0.55/0.33	c OPTIMIZING...
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.237
0.55/0.33	o 83
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.28
0.55/0.38	o 23
0.75/0.45	c Got one! Elapsed wall clock time (in seconds):0.355
0.75/0.45	o 20
1.01/0.60	c Got one! Elapsed wall clock time (in seconds):0.499
1.01/0.60	o 1
1.51/1.19	c cleaning 2379 clauses out of 5000 with flag 5000/5000
3.87/3.46	c cleaning 4309 clauses out of 8622 with flag 11001/11001
8.08/7.70	c cleaning 5654 clauses out of 11314 with flag 18002/18002
14.59/14.20	c cleaning 6830 clauses out of 13660 with flag 26002/26002
23.53/23.03	c cleaning 7916 clauses out of 15832 with flag 35004/35004
37.85/37.37	c cleaning 8954 clauses out of 17914 with flag 45002/45002
52.95/52.44	c cleaning 9475 clauses out of 18958 with flag 55000/55000
69.47/68.95	c cleaning 9742 clauses out of 19485 with flag 65002/65002
81.89/81.34	c cleaning 9872 clauses out of 19743 with flag 75002/75002
92.59/92.05	c cleaning 9936 clauses out of 19872 with flag 85003/85003
102.11/101.51	c cleaning 9964 clauses out of 19934 with flag 95001/95001
112.43/111.88	c cleaning 9980 clauses out of 19969 with flag 105000/105000
123.14/122.58	c cleaning 9974 clauses out of 19990 with flag 115001/115001
132.37/131.78	c cleaning 10005 clauses out of 20016 with flag 125001/125001
142.80/142.14	c cleaning 10002 clauses out of 20012 with flag 135002/135002
152.81/152.14	c cleaning 10001 clauses out of 20008 with flag 145000/145000
160.92/160.29	c cleaning 10000 clauses out of 20007 with flag 155000/155000
169.53/168.89	c cleaning 9999 clauses out of 20007 with flag 165000/165000
178.34/177.69	c cleaning 9984 clauses out of 20008 with flag 175000/175000
186.27/185.56	c cleaning 10007 clauses out of 20026 with flag 185002/185002
194.28/193.60	c cleaning 10001 clauses out of 20018 with flag 195001/195001
201.59/200.83	c cleaning 10004 clauses out of 20016 with flag 205000/205000
211.80/211.01	c cleaning 10003 clauses out of 20014 with flag 215002/215002
219.92/219.13	c cleaning 10002 clauses out of 20009 with flag 225000/225000
227.73/226.95	c cleaning 10000 clauses out of 20009 with flag 235002/235002
235.34/234.59	c cleaning 10001 clauses out of 20007 with flag 245000/245000
243.75/242.96	c cleaning 10001 clauses out of 20011 with flag 255005/255005
252.96/252.14	c cleaning 9993 clauses out of 20005 with flag 265000/265000
261.78/260.90	c cleaning 9999 clauses out of 20012 with flag 275000/275000
267.29/266.45	c cleaning 10002 clauses out of 20014 with flag 285001/285001
274.60/273.78	c cleaning 9999 clauses out of 20011 with flag 295000/295000
282.31/281.47	c cleaning 9988 clauses out of 20012 with flag 305000/305000
289.73/288.88	c cleaning 10002 clauses out of 20026 with flag 315002/315002
294.84/293.91	c cleaning 10005 clauses out of 20023 with flag 325001/325001
300.84/299.95	c cleaning 9954 clauses out of 20017 with flag 335000/335000
308.46/307.59	c cleaning 9992 clauses out of 20063 with flag 345000/345000
314.27/313.33	c cleaning 10007 clauses out of 20071 with flag 355000/355000
320.00/319.05	c cleaning 9978 clauses out of 20066 with flag 365002/365002
327.20/326.28	c cleaning 10011 clauses out of 20091 with flag 375005/375005
335.01/334.04	c cleaning 10000 clauses out of 20077 with flag 385002/385002
345.73/344.70	c cleaning 9993 clauses out of 20075 with flag 395000/395000
354.33/353.32	c cleaning 10028 clauses out of 20082 with flag 405000/405000
360.76/359.74	c cleaning 10007 clauses out of 20054 with flag 415000/415000
366.97/365.92	c cleaning 10006 clauses out of 20050 with flag 425003/425003
373.18/372.17	c cleaning 9998 clauses out of 20045 with flag 435004/435004
381.30/380.23	c cleaning 9990 clauses out of 20047 with flag 445004/445004
389.20/388.19	c cleaning 9993 clauses out of 20053 with flag 455000/455000
395.81/394.75	c cleaning 9992 clauses out of 20060 with flag 465000/465000
403.32/402.29	c cleaning 10000 clauses out of 20070 with flag 475002/475002
410.23/409.12	c cleaning 9999 clauses out of 20074 with flag 485006/485006
417.44/416.39	c cleaning 9997 clauses out of 20069 with flag 495000/495000
423.65/422.57	c cleaning 10000 clauses out of 20074 with flag 505002/505002
430.95/429.87	c cleaning 10004 clauses out of 20074 with flag 515002/515002
437.56/436.46	c cleaning 10009 clauses out of 20069 with flag 525001/525001
445.37/444.24	c cleaning 9997 clauses out of 20060 with flag 535001/535001
452.47/451.37	c cleaning 10003 clauses out of 20062 with flag 545000/545000
460.19/459.04	c cleaning 9998 clauses out of 20062 with flag 555003/555003
467.21/466.01	c cleaning 9998 clauses out of 20064 with flag 565003/565003
472.93/471.79	c cleaning 10010 clauses out of 20064 with flag 575001/575001
479.63/478.43	c cleaning 10010 clauses out of 20057 with flag 585004/585004
487.55/486.37	c cleaning 10005 clauses out of 20043 with flag 595000/595000
495.06/493.82	c cleaning 9997 clauses out of 20039 with flag 605001/605001
502.17/500.95	c cleaning 9992 clauses out of 20042 with flag 615001/615001
509.49/508.23	c cleaning 9999 clauses out of 20050 with flag 625001/625001
517.59/516.38	c cleaning 9994 clauses out of 20050 with flag 635000/635000
524.50/523.26	c cleaning 10000 clauses out of 20056 with flag 645000/645000
532.00/530.74	c cleaning 10000 clauses out of 20058 with flag 655002/655002
539.01/537.79	c cleaning 10004 clauses out of 20059 with flag 665003/665003
546.22/544.95	c cleaning 10001 clauses out of 20052 with flag 675000/675000
554.22/552.99	c cleaning 10000 clauses out of 20052 with flag 685001/685001
561.35/560.07	c cleaning 9989 clauses out of 20052 with flag 695001/695001
568.28/566.93	c cleaning 10008 clauses out of 20066 with flag 705004/705004
574.39/573.07	c cleaning 9982 clauses out of 20055 with flag 715001/715001
581.01/579.63	c cleaning 10005 clauses out of 20073 with flag 725001/725001
587.72/586.36	c cleaning 9998 clauses out of 20070 with flag 735003/735003
594.53/593.11	c cleaning 9999 clauses out of 20072 with flag 745003/745003
601.05/599.67	c cleaning 9993 clauses out of 20070 with flag 755000/755000
606.97/605.58	c cleaning 10002 clauses out of 20078 with flag 765001/765001
613.68/612.24	c cleaning 10000 clauses out of 20077 with flag 775002/775002
620.50/619.01	c cleaning 9989 clauses out of 20077 with flag 785002/785002
625.31/623.80	c cleaning 10040 clauses out of 20087 with flag 795001/795001
629.23/627.73	c cleaning 10016 clauses out of 20047 with flag 805001/805001
634.44/632.99	c cleaning 9995 clauses out of 20030 with flag 815000/815000
640.56/639.01	c cleaning 9986 clauses out of 20036 with flag 825001/825001
647.27/645.71	c cleaning 9993 clauses out of 20050 with flag 835001/835001
652.47/650.97	c cleaning 10016 clauses out of 20057 with flag 845001/845001
656.88/655.39	c cleaning 9981 clauses out of 20040 with flag 855000/855000
661.60/660.08	c cleaning 10003 clauses out of 20060 with flag 865001/865001
666.60/665.09	c cleaning 10003 clauses out of 20056 with flag 875000/875000
671.71/670.16	c cleaning 9946 clauses out of 20055 with flag 885002/885002
679.13/677.55	c cleaning 9972 clauses out of 20108 with flag 895001/895001
687.74/686.19	c cleaning 9995 clauses out of 20135 with flag 905000/905000
695.26/693.61	c cleaning 9991 clauses out of 20141 with flag 915001/915001
703.58/701.91	c cleaning 9974 clauses out of 20150 with flag 925001/925001
711.01/709.36	c cleaning 9967 clauses out of 20177 with flag 935002/935002
718.03/716.30	c cleaning 10041 clauses out of 20209 with flag 945001/945001
725.65/723.93	c cleaning 10047 clauses out of 20170 with flag 955003/955003
732.66/730.97	c cleaning 9989 clauses out of 20120 with flag 965000/965000
739.88/738.16	c cleaning 9966 clauses out of 20131 with flag 975000/975000
747.50/745.76	c cleaning 10008 clauses out of 20166 with flag 985001/985001
752.80/751.08	c cleaning 9916 clauses out of 20158 with flag 995001/995001
758.41/756.64	c cleaning 9973 clauses out of 20242 with flag 1005001/1005001
764.32/762.51	c cleaning 9987 clauses out of 20269 with flag 1015001/1015001
770.44/768.69	c cleaning 10006 clauses out of 20281 with flag 1025000/1025000
777.75/775.95	c cleaning 9998 clauses out of 20275 with flag 1035000/1035000
785.26/783.48	c cleaning 9991 clauses out of 20280 with flag 1045003/1045003
793.89/792.00	c cleaning 9990 clauses out of 20287 with flag 1055001/1055001
801.61/799.77	c cleaning 10003 clauses out of 20296 with flag 1065000/1065000
808.31/806.48	c cleaning 9992 clauses out of 20294 with flag 1075001/1075001
816.12/814.25	c cleaning 10009 clauses out of 20303 with flag 1085002/1085002
823.13/821.29	c cleaning 10003 clauses out of 20293 with flag 1095001/1095001
829.05/827.10	c cleaning 9982 clauses out of 20289 with flag 1105000/1105000
834.46/832.56	c cleaning 10009 clauses out of 20309 with flag 1115002/1115002
840.18/838.27	c cleaning 10003 clauses out of 20300 with flag 1125002/1125002
845.79/843.86	c cleaning 10009 clauses out of 20299 with flag 1135004/1135004
852.31/850.30	c cleaning 10002 clauses out of 20287 with flag 1145001/1145001
857.72/855.78	c cleaning 10018 clauses out of 20288 with flag 1155004/1155004
863.14/861.15	c cleaning 10009 clauses out of 20272 with flag 1165006/1165006
867.76/865.73	c cleaning 9995 clauses out of 20257 with flag 1175000/1175000
871.77/869.71	c cleaning 10071 clauses out of 20264 with flag 1185002/1185002
876.69/874.64	c cleaning 9980 clauses out of 20191 with flag 1195000/1195000
882.31/880.27	c cleaning 9986 clauses out of 20211 with flag 1205000/1205000
888.92/886.86	c cleaning 10005 clauses out of 20225 with flag 1215000/1215000
894.54/892.41	c cleaning 10002 clauses out of 20221 with flag 1225001/1225001
899.36/897.22	c cleaning 9999 clauses out of 20219 with flag 1235001/1235001
904.76/902.63	c cleaning 9999 clauses out of 20220 with flag 1245001/1245001
910.17/908.08	c cleaning 9998 clauses out of 20220 with flag 1255000/1255000
915.78/913.70	c cleaning 9998 clauses out of 20224 with flag 1265002/1265002
921.99/919.88	c cleaning 9996 clauses out of 20224 with flag 1275000/1275000
928.70/926.52	c cleaning 10003 clauses out of 20228 with flag 1285000/1285000
934.01/931.88	c cleaning 10004 clauses out of 20227 with flag 1295002/1295002
940.02/937.82	c cleaning 9998 clauses out of 20222 with flag 1305001/1305001
945.63/943.43	c cleaning 10000 clauses out of 20223 with flag 1315000/1315000
951.84/949.67	c cleaning 9998 clauses out of 20223 with flag 1325000/1325000
957.16/954.99	c cleaning 9848 clauses out of 20226 with flag 1335001/1335001
965.47/963.21	c cleaning 9930 clauses out of 20378 with flag 1345001/1345001
973.60/971.34	c cleaning 10004 clauses out of 20449 with flag 1355002/1355002
980.51/978.21	c cleaning 10000 clauses out of 20444 with flag 1365001/1365001
986.62/984.32	c cleaning 10014 clauses out of 20443 with flag 1375000/1375000
993.74/991.48	c cleaning 9971 clauses out of 20429 with flag 1385000/1385000
999.16/996.82	c cleaning 9983 clauses out of 20458 with flag 1395000/1395000
1004.77/1002.42	c cleaning 9969 clauses out of 20475 with flag 1405000/1405000
1008.79/1006.48	c cleaning 10073 clauses out of 20507 with flag 1415001/1415001
1012.69/1010.36	c cleaning 10038 clauses out of 20436 with flag 1425003/1425003
1016.82/1014.44	c cleaning 9992 clauses out of 20395 with flag 1435000/1435000
1022.43/1020.07	c cleaning 9999 clauses out of 20406 with flag 1445003/1445003
1026.74/1024.30	c cleaning 9997 clauses out of 20405 with flag 1455001/1455001
1029.96/1027.53	c cleaning 10177 clauses out of 20407 with flag 1465000/1465000
1033.47/1031.07	c cleaning 10089 clauses out of 20230 with flag 1475000/1475000
1037.78/1035.33	c cleaning 10032 clauses out of 20144 with flag 1485003/1485003
1042.70/1040.27	c cleaning 10016 clauses out of 20111 with flag 1495002/1495002
1047.11/1044.66	c cleaning 10005 clauses out of 20093 with flag 1505000/1505000
1052.12/1049.69	c cleaning 10004 clauses out of 20088 with flag 1515000/1515000
1055.64/1053.13	c cleaning 9993 clauses out of 20084 with flag 1525000/1525000
1059.25/1056.71	c cleaning 9998 clauses out of 20091 with flag 1535000/1535000
1062.16/1059.63	c cleaning 10000 clauses out of 20094 with flag 1545001/1545001
1065.77/1063.23	c cleaning 10000 clauses out of 20093 with flag 1555000/1555000
1069.18/1066.62	c cleaning 10003 clauses out of 20096 with flag 1565003/1565003
1072.39/1069.82	c cleaning 9997 clauses out of 20090 with flag 1575000/1575000
1075.29/1072.72	c cleaning 9999 clauses out of 20094 with flag 1585001/1585001
1078.11/1075.57	c cleaning 9999 clauses out of 20095 with flag 1595001/1595001
1081.31/1078.70	c cleaning 10001 clauses out of 20096 with flag 1605001/1605001
1085.03/1082.42	c cleaning 10000 clauses out of 20094 with flag 1615000/1615000
1088.03/1085.47	c cleaning 10026 clauses out of 20094 with flag 1625000/1625000
1092.24/1089.63	c cleaning 10006 clauses out of 20069 with flag 1635001/1635001
1096.45/1093.88	c cleaning 10007 clauses out of 20062 with flag 1645000/1645000
1100.56/1097.93	c cleaning 10008 clauses out of 20055 with flag 1655000/1655000
1104.57/1101.90	c cleaning 10000 clauses out of 20047 with flag 1665000/1665000
1107.99/1105.37	c cleaning 10001 clauses out of 20048 with flag 1675001/1675001
1111.41/1108.72	c cleaning 10000 clauses out of 20046 with flag 1685000/1685000
1115.31/1112.67	c cleaning 10001 clauses out of 20047 with flag 1695001/1695001
1119.01/1116.34	c cleaning 10001 clauses out of 20046 with flag 1705001/1705001
1122.52/1119.87	c cleaning 9989 clauses out of 20045 with flag 1715001/1715001
1126.02/1123.35	c cleaning 10001 clauses out of 20057 with flag 1725002/1725002
1130.42/1127.72	c cleaning 9996 clauses out of 20054 with flag 1735000/1735000
1134.14/1131.45	c cleaning 10009 clauses out of 20061 with flag 1745003/1745003
1137.25/1134.56	c cleaning 10003 clauses out of 20049 with flag 1755000/1755000
1140.66/1137.90	c cleaning 10001 clauses out of 20048 with flag 1765002/1765002
1143.46/1140.78	c cleaning 10002 clauses out of 20046 with flag 1775001/1775001
1147.27/1144.59	c cleaning 10005 clauses out of 20044 with flag 1785001/1785001
1151.18/1148.44	c cleaning 10001 clauses out of 20038 with flag 1795000/1795000
1155.28/1152.55	c cleaning 9997 clauses out of 20038 with flag 1805001/1805001
1159.08/1156.33	c cleaning 10003 clauses out of 20041 with flag 1815001/1815001
1162.70/1159.95	c cleaning 10003 clauses out of 20038 with flag 1825001/1825001
1166.82/1164.03	c cleaning 9998 clauses out of 20035 with flag 1835001/1835001
1170.45/1167.69	c cleaning 10002 clauses out of 20039 with flag 1845003/1845003
1173.76/1170.95	c cleaning 9994 clauses out of 20034 with flag 1855000/1855000
1176.98/1174.19	c cleaning 10003 clauses out of 20041 with flag 1865001/1865001
1180.49/1177.63	c cleaning 9997 clauses out of 20037 with flag 1875000/1875000
1183.70/1180.81	c cleaning 10002 clauses out of 20041 with flag 1885001/1885001
1187.11/1184.20	c cleaning 10003 clauses out of 20039 with flag 1895001/1895001
1190.22/1187.31	c cleaning 9999 clauses out of 20036 with flag 1905001/1905001
1193.32/1190.48	c cleaning 10001 clauses out of 20040 with flag 1915004/1915004
1196.43/1193.53	c cleaning 10001 clauses out of 20037 with flag 1925002/1925002
1199.53/1196.64	c cleaning 9994 clauses out of 20035 with flag 1935001/1935001
1202.74/1199.85	c cleaning 10000 clauses out of 20043 with flag 1945003/1945003
1206.14/1203.27	c cleaning 9998 clauses out of 20040 with flag 1955000/1955000
1209.75/1206.88	c cleaning 9999 clauses out of 20044 with flag 1965002/1965002
1213.06/1210.14	c cleaning 10002 clauses out of 20045 with flag 1975002/1975002
1216.27/1213.35	c cleaning 10001 clauses out of 20044 with flag 1985003/1985003
1218.57/1215.62	c cleaning 10000 clauses out of 20040 with flag 1995000/1995000
1221.59/1218.70	c cleaning 9939 clauses out of 20042 with flag 2005002/2005002
1224.49/1221.52	c cleaning 10011 clauses out of 20103 with flag 2015002/2015002
1227.71/1224.75	c cleaning 10005 clauses out of 20092 with flag 2025002/2025002
1230.13/1227.17	c cleaning 10023 clauses out of 20088 with flag 2035003/2035003
1233.95/1230.99	c cleaning 10004 clauses out of 20062 with flag 2045000/2045000
1236.85/1233.89	c cleaning 9983 clauses out of 20059 with flag 2055001/2055001
1240.26/1237.27	c cleaning 10005 clauses out of 20081 with flag 2065006/2065006
1244.78/1241.78	c cleaning 10000 clauses out of 20070 with flag 2075000/2075000
1247.38/1244.38	c cleaning 10011 clauses out of 20072 with flag 2085002/2085002
1250.41/1247.40	c cleaning 10000 clauses out of 20059 with flag 2095000/2095000
1253.41/1250.31	c cleaning 10004 clauses out of 20059 with flag 2105000/2105000
1256.12/1253.04	c cleaning 10001 clauses out of 20055 with flag 2115000/2115000
1258.83/1255.70	c cleaning 10014 clauses out of 20055 with flag 2125001/2125001
1262.04/1258.99	c cleaning 10008 clauses out of 20041 with flag 2135001/2135001
1265.45/1262.34	c cleaning 10003 clauses out of 20032 with flag 2145000/2145000
1268.67/1265.58	c cleaning 9998 clauses out of 20034 with flag 2155005/2155005
1271.77/1268.64	c cleaning 10003 clauses out of 20031 with flag 2165000/2165000
1275.48/1272.36	c cleaning 10000 clauses out of 20028 with flag 2175000/2175000
1278.90/1275.77	c cleaning 9992 clauses out of 20030 with flag 2185002/2185002
1281.91/1278.73	c cleaning 10004 clauses out of 20037 with flag 2195001/2195001
1285.92/1282.70	c cleaning 10002 clauses out of 20032 with flag 2205000/2205000
1289.04/1285.88	c cleaning 10004 clauses out of 20034 with flag 2215004/2215004
1292.44/1289.21	c cleaning 10000 clauses out of 20027 with flag 2225001/2225001
1296.16/1292.91	c cleaning 9998 clauses out of 20028 with flag 2235002/2235002
1299.66/1296.45	c cleaning 9998 clauses out of 20028 with flag 2245000/2245000
1302.87/1299.63	c cleaning 10002 clauses out of 20033 with flag 2255003/2255003
1306.58/1303.35	c cleaning 9997 clauses out of 20030 with flag 2265002/2265002
1310.19/1306.98	c cleaning 10004 clauses out of 20034 with flag 2275003/2275003
1313.80/1310.55	c cleaning 10000 clauses out of 20030 with flag 2285003/2285003
1316.41/1313.17	c cleaning 9999 clauses out of 20029 with flag 2295002/2295002
1319.42/1316.13	c cleaning 10000 clauses out of 20028 with flag 2305000/2305000
1322.63/1319.34	c cleaning 10001 clauses out of 20029 with flag 2315001/2315001
1325.76/1322.44	c cleaning 9994 clauses out of 20027 with flag 2325000/2325000
1329.46/1326.14	c cleaning 10001 clauses out of 20034 with flag 2335001/2335001
1332.88/1329.56	c cleaning 9999 clauses out of 20033 with flag 2345001/2345001
1336.38/1333.01	c cleaning 10001 clauses out of 20034 with flag 2355001/2355001
1339.39/1336.07	c cleaning 9998 clauses out of 20033 with flag 2365001/2365001
1342.40/1339.09	c cleaning 10002 clauses out of 20035 with flag 2375001/2375001
1346.10/1342.70	c cleaning 10002 clauses out of 20033 with flag 2385001/2385001
1349.30/1345.92	c cleaning 10000 clauses out of 20030 with flag 2395000/2395000
1352.52/1349.11	c cleaning 10001 clauses out of 20032 with flag 2405002/2405002
1355.82/1352.42	c cleaning 10000 clauses out of 20030 with flag 2415001/2415001
1359.44/1356.05	c cleaning 10001 clauses out of 20033 with flag 2425004/2425004
1362.56/1359.13	c cleaning 9984 clauses out of 20028 with flag 2435000/2435000
1366.07/1362.66	c cleaning 10008 clauses out of 20047 with flag 2445003/2445003
1370.09/1366.69	c cleaning 10001 clauses out of 20040 with flag 2455004/2455004
1373.90/1370.49	c cleaning 9990 clauses out of 20037 with flag 2465002/2465002
1377.31/1373.83	c cleaning 10005 clauses out of 20045 with flag 2475000/2475000
1380.52/1377.03	c cleaning 9998 clauses out of 20042 with flag 2485002/2485002
1384.53/1381.09	c cleaning 9998 clauses out of 20042 with flag 2495000/2495000
1388.25/1384.77	c cleaning 10001 clauses out of 20045 with flag 2505001/2505001
1392.96/1389.41	c cleaning 10005 clauses out of 20048 with flag 2515005/2515005
1396.86/1393.32	c cleaning 9998 clauses out of 20040 with flag 2525002/2525002
1401.77/1398.21	c cleaning 10001 clauses out of 20046 with flag 2535006/2535006
1405.39/1401.81	c cleaning 10000 clauses out of 20040 with flag 2545001/2545001
1409.30/1405.72	c cleaning 9999 clauses out of 20039 with flag 2555000/2555000
1412.70/1409.13	c cleaning 9997 clauses out of 20042 with flag 2565002/2565002
1416.71/1413.14	c cleaning 10004 clauses out of 20045 with flag 2575002/2575002
1420.42/1416.82	c cleaning 10006 clauses out of 20049 with flag 2585010/2585010
1423.92/1420.32	c cleaning 9991 clauses out of 20034 with flag 2595001/2595001
1427.94/1424.40	c cleaning 9996 clauses out of 20045 with flag 2605003/2605003
1432.45/1428.83	c cleaning 10000 clauses out of 20051 with flag 2615005/2615005
1436.46/1432.88	c cleaning 10005 clauses out of 20046 with flag 2625000/2625000
1440.46/1436.81	c cleaning 9993 clauses out of 20048 with flag 2635007/2635007
1444.07/1440.45	c cleaning 9993 clauses out of 20048 with flag 2645000/2645000
1448.68/1445.01	c cleaning 10004 clauses out of 20056 with flag 2655001/2655001
1451.68/1448.00	c cleaning 10001 clauses out of 20051 with flag 2665000/2665000
1455.30/1451.60	c cleaning 10000 clauses out of 20051 with flag 2675001/2675001
1458.32/1454.69	c cleaning 10001 clauses out of 20054 with flag 2685004/2685004
1461.44/1457.72	c cleaning 9999 clauses out of 20050 with flag 2695001/2695001
1465.04/1461.32	c cleaning 10003 clauses out of 20053 with flag 2705003/2705003
1469.14/1465.47	c cleaning 9997 clauses out of 20048 with flag 2715001/2715001
1472.66/1468.95	c cleaning 10001 clauses out of 20052 with flag 2725002/2725002
1475.77/1472.07	c cleaning 10000 clauses out of 20052 with flag 2735003/2735003
1479.08/1475.34	c cleaning 9995 clauses out of 20050 with flag 2745001/2745001
1482.89/1479.12	c cleaning 10004 clauses out of 20055 with flag 2755001/2755001
1486.62/1482.88	c cleaning 9996 clauses out of 20050 with flag 2765000/2765000
1490.03/1486.28	c cleaning 9998 clauses out of 20054 with flag 2775000/2775000
1494.04/1490.22	c cleaning 9997 clauses out of 20056 with flag 2785000/2785000
1497.66/1493.84	c cleaning 10005 clauses out of 20060 with flag 2795001/2795001
1500.67/1496.83	c cleaning 9999 clauses out of 20056 with flag 2805002/2805002
1503.97/1500.15	c cleaning 10002 clauses out of 20056 with flag 2815001/2815001
1507.18/1503.31	c cleaning 9999 clauses out of 20054 with flag 2825001/2825001
1510.28/1506.47	c cleaning 9999 clauses out of 20056 with flag 2835002/2835002
1513.78/1509.99	c cleaning 10003 clauses out of 20057 with flag 2845002/2845002
1517.09/1513.23	c cleaning 10003 clauses out of 20056 with flag 2855004/2855004
1520.09/1516.24	c cleaning 10000 clauses out of 20050 with flag 2865001/2865001
1523.20/1519.33	c cleaning 9999 clauses out of 20049 with flag 2875000/2875000
1526.21/1522.35	c cleaning 10000 clauses out of 20051 with flag 2885001/2885001
1529.61/1525.78	c cleaning 10000 clauses out of 20051 with flag 2895001/2895001
1532.92/1529.01	c cleaning 10000 clauses out of 20050 with flag 2905000/2905000
1536.62/1532.78	c cleaning 9999 clauses out of 20050 with flag 2915000/2915000
1540.23/1536.31	c cleaning 10001 clauses out of 20052 with flag 2925001/2925001
1543.54/1539.66	c cleaning 10001 clauses out of 20051 with flag 2935001/2935001
1546.76/1542.81	c cleaning 10000 clauses out of 20051 with flag 2945002/2945002
1549.66/1545.77	c cleaning 9992 clauses out of 20050 with flag 2955001/2955001
1552.87/1548.97	c cleaning 10005 clauses out of 20061 with flag 2965004/2965004
1555.98/1552.07	c cleaning 10000 clauses out of 20053 with flag 2975001/2975001
1558.88/1554.92	c cleaning 10000 clauses out of 20053 with flag 2985001/2985001
1560.88/1556.98	c cleaning 10017 clauses out of 20055 with flag 2995003/2995003
1563.89/1559.93	c cleaning 9998 clauses out of 20038 with flag 3005003/3005003
1567.12/1563.19	c cleaning 9978 clauses out of 20038 with flag 3015001/3015001
1569.84/1565.82	c cleaning 9979 clauses out of 20060 with flag 3025001/3025001
1573.15/1569.12	c cleaning 10002 clauses out of 20081 with flag 3035001/3035001
1576.46/1572.40	c cleaning 10001 clauses out of 20078 with flag 3045000/3045000
1579.57/1575.57	c cleaning 10024 clauses out of 20078 with flag 3055001/3055001
1583.70/1579.68	c cleaning 10010 clauses out of 20055 with flag 3065002/3065002
1587.30/1583.23	c cleaning 10000 clauses out of 20043 with flag 3075000/3075000
1590.32/1586.25	c cleaning 10012 clauses out of 20046 with flag 3085003/3085003
1593.33/1589.22	c cleaning 10004 clauses out of 20031 with flag 3095000/3095000
1596.63/1592.55	c cleaning 10001 clauses out of 20027 with flag 3105000/3105000
1600.56/1596.41	c cleaning 10005 clauses out of 20030 with flag 3115004/3115004
1603.48/1599.38	c cleaning 10004 clauses out of 20024 with flag 3125003/3125003
1606.99/1602.80	c cleaning 9999 clauses out of 20019 with flag 3135002/3135002
1610.10/1606.00	c cleaning 10001 clauses out of 20018 with flag 3145000/3145000
1613.61/1609.48	c cleaning 10002 clauses out of 20019 with flag 3155002/3155002
1617.21/1613.03	c cleaning 9998 clauses out of 20016 with flag 3165001/3165001
1620.62/1616.40	c cleaning 10001 clauses out of 20020 with flag 3175003/3175003
1624.82/1620.69	c cleaning 9998 clauses out of 20016 with flag 3185000/3185000
1628.33/1624.18	c cleaning 9997 clauses out of 20019 with flag 3195001/3195001
1631.94/1627.75	c cleaning 9997 clauses out of 20022 with flag 3205001/3205001
1635.46/1631.30	c cleaning 9998 clauses out of 20025 with flag 3215001/3215001
1638.78/1634.52	c cleaning 9999 clauses out of 20027 with flag 3225001/3225001
1642.19/1637.92	c cleaning 9995 clauses out of 20028 with flag 3235001/3235001
1645.50/1641.28	c cleaning 10004 clauses out of 20035 with flag 3245003/3245003
1649.81/1645.60	c cleaning 9999 clauses out of 20028 with flag 3255000/3255000
1653.51/1649.22	c cleaning 10000 clauses out of 20029 with flag 3265000/3265000
1656.72/1652.44	c cleaning 10002 clauses out of 20032 with flag 3275003/3275003
1659.74/1655.41	c cleaning 9994 clauses out of 20030 with flag 3285003/3285003
1663.64/1659.33	c cleaning 9998 clauses out of 20034 with flag 3295001/3295001
1667.45/1663.12	c cleaning 10003 clauses out of 20035 with flag 3305000/3305000
1671.26/1666.96	c cleaning 10002 clauses out of 20033 with flag 3315001/3315001
1674.77/1670.48	c cleaning 9995 clauses out of 20030 with flag 3325000/3325000
1678.29/1673.92	c cleaning 10003 clauses out of 20036 with flag 3335001/3335001
1681.19/1676.86	c cleaning 10003 clauses out of 20035 with flag 3345003/3345003
1684.30/1679.94	c cleaning 9996 clauses out of 20030 with flag 3355001/3355001
1687.60/1683.28	c cleaning 10004 clauses out of 20037 with flag 3365004/3365004
1691.71/1687.38	c cleaning 9998 clauses out of 20030 with flag 3375001/3375001
1695.11/1690.77	c cleaning 10002 clauses out of 20034 with flag 3385003/3385003
1698.81/1694.46	c cleaning 10002 clauses out of 20034 with flag 3395005/3395005
1702.11/1697.77	c cleaning 9997 clauses out of 20028 with flag 3405001/3405001
1705.72/1701.40	c cleaning 9997 clauses out of 20030 with flag 3415000/3415000
1709.13/1704.75	c cleaning 10003 clauses out of 20034 with flag 3425001/3425001
1711.73/1707.38	c cleaning 10000 clauses out of 20030 with flag 3435000/3435000
1714.75/1710.39	c cleaning 10001 clauses out of 20032 with flag 3445002/3445002
1717.95/1713.57	c cleaning 10003 clauses out of 20034 with flag 3455005/3455005
1720.97/1716.53	c cleaning 9999 clauses out of 20026 with flag 3465000/3465000
1723.87/1719.49	c cleaning 9999 clauses out of 20027 with flag 3475000/3475000
1726.68/1722.20	c cleaning 9999 clauses out of 20029 with flag 3485001/3485001
1729.49/1725.06	c cleaning 9999 clauses out of 20031 with flag 3495002/3495002
1732.51/1728.05	c cleaning 9996 clauses out of 20032 with flag 3505002/3505002
1735.51/1731.10	c cleaning 10000 clauses out of 20035 with flag 3515001/3515001
1738.81/1734.32	c cleaning 10001 clauses out of 20036 with flag 3525002/3525002
1741.82/1737.38	c cleaning 10000 clauses out of 20035 with flag 3535002/3535002
1745.34/1740.85	c cleaning 10000 clauses out of 20034 with flag 3545001/3545001
1748.45/1743.93	c cleaning 9996 clauses out of 20033 with flag 3555000/3555000
1751.46/1746.95	c cleaning 10002 clauses out of 20039 with flag 3565002/3565002
1754.58/1750.07	c cleaning 10001 clauses out of 20036 with flag 3575001/3575001
1757.79/1753.25	c cleaning 9998 clauses out of 20036 with flag 3585002/3585002
1761.20/1756.61	c cleaning 10001 clauses out of 20036 with flag 3595000/3595000
1764.62/1760.09	c cleaning 10002 clauses out of 20037 with flag 3605002/3605002
1768.22/1763.62	c cleaning 10002 clauses out of 20035 with flag 3615002/3615002
1771.73/1767.17	c cleaning 9997 clauses out of 20034 with flag 3625003/3625003
1775.65/1771.08	c cleaning 10000 clauses out of 20035 with flag 3635001/3635001
1779.26/1774.61	c cleaning 10001 clauses out of 20035 with flag 3645001/3645001
1782.07/1777.42	c cleaning 10005 clauses out of 20034 with flag 3655001/3655001
1785.48/1780.81	c cleaning 10004 clauses out of 20032 with flag 3665004/3665004
1788.39/1783.76	c cleaning 9977 clauses out of 20024 with flag 3675000/3675000
1791.81/1787.17	c cleaning 10013 clauses out of 20050 with flag 3685003/3685003
1794.82/1790.16	c cleaning 9996 clauses out of 20035 with flag 3695001/3695001
1798.43/1793.72	c cleaning 10013 clauses out of 20040 with flag 3705002/3705002
1800.04/1795.35	c starts		: 256
1800.04/1795.35	c conflicts		: 3711402
1800.04/1795.35	c decisions		: 5028796
1800.04/1795.35	c propagations		: 65580009
1800.04/1795.35	c inspects		: 5442008317
1800.04/1795.35	c learnt literals	: 0
1800.04/1795.35	c learnt binary clauses	: 0
1800.04/1795.35	c learnt ternary clauses	: 0
1800.04/1795.35	c learnt clauses	: 3711402
1800.04/1795.35	c ignored clauses	: 0
1800.04/1795.35	c root simplifications	: 0
1800.04/1795.35	c removed literals (reason simplification)	: 89218579
1800.04/1795.35	c reason swapping (by a shorter reason)	: 0
1800.04/1795.35	c Calls to reduceDB	: 372
1800.04/1795.35	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.35	c number of learned constraints concerned by reduction	: 0
1800.04/1795.35	c number of learning phase by resolution	: 0
1800.04/1795.35	c number of learning phase by cutting planes	: 0
1800.04/1795.35	c speed (assignments/second)	: 36539.81042548402
1800.04/1795.35	c non guided choices	8806
1800.04/1795.36	c learnt constraints type 
1800.04/1795.36	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16456
1800.04/1795.36	c constraints type 
1800.04/1795.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
1800.04/1795.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.04/1795.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.04/1795.36	s SATISFIABLE
1800.04/1795.37	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.04/1795.37	c objective function=1
1800.04/1795.37	c Total wall clock time (in seconds): 1795.27

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.99 2.33 3/178 22350
/proc/meminfo: memFree=29734040/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=248 CPUtime=0
/proc/22350/stat : 22350 (java) R 22348 22350 21459 0 -1 4194304 283 0 0 0 0 0 0 0 17 0 1 0 164795066 253952 28 4089446400 134512640 134550932 4290721328 18446744073709551615 3162708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22350/statm: 62 28 21 10 0 23 0

[startup+0.0153379 s]
/proc/loadavg: 1.93 1.99 2.33 3/178 22350
/proc/meminfo: memFree=29734040/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1521324 CPUtime=0
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 2646 0 1 0 0 0 0 0 17 0 10 0 164795066 1557835776 2089 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 380587 2091 422 10 0 378298 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1521324

[startup+0.100383 s]
/proc/loadavg: 1.93 1.99 2.33 3/178 22350
/proc/meminfo: memFree=29734040/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1529908 CPUtime=0.11
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 5200 0 1 0 10 1 0 0 17 0 18 0 164795066 1566625792 4636 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 382477 4636 1346 10 0 379779 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529908

[startup+0.300293 s]
/proc/loadavg: 1.93 1.99 2.33 3/178 22350
/proc/meminfo: memFree=29734040/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1532760 CPUtime=0.55
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 6545 0 1 0 54 1 0 0 17 0 19 0 164795066 1569546240 5925 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 383190 5925 1415 10 0 380492 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1532760

[startup+0.700213 s]
/proc/loadavg: 1.93 1.99 2.33 3/178 22350
/proc/meminfo: memFree=29734040/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1532760 CPUtime=1.11
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 7415 0 1 0 110 1 0 0 17 0 19 0 164795066 1569546240 6795 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 383190 6795 1421 10 0 380492 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1532760

[startup+1.50107 s]
/proc/loadavg: 1.93 1.99 2.33 3/197 22369
/proc/meminfo: memFree=29708600/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1532760 CPUtime=1.93
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 9660 0 1 0 192 1 0 0 17 0 19 0 164795066 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 383190 9030 1439 10 0 380492 0
[pid=22350/tid=22352] ppid=22348 vsize=1532760 CPUtime=1.46
/proc/22350/task/22352/stat : 22352 (java) R 22348 22350 21459 0 -1 4202560 5761 0 1 0 146 0 0 0 19 0 19 0 164795067 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4109066507 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22350/tid=22353] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22348 22350 21459 0 -1 4202560 187 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22354] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22354/stat : 22354 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22355] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22355/stat : 22355 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22356] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22356/stat : 22356 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22357] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22357/stat : 22357 (java) S 22348 22350 21459 0 -1 4202560 158 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22358] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22358/stat : 22358 (java) S 22348 22350 21459 0 -1 4202560 167 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22359] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22359/stat : 22359 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 1 0 0 0
[pid=22350/tid=22360] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22360/stat : 22360 (java) S 22348 22350 21459 0 -1 4202560 206 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 1 0 0 0
[pid=22350/tid=22361] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22361/stat : 22361 (java) S 22348 22350 21459 0 -1 4202560 687 0 0 0 0 0 0 0 16 0 19 0 164795068 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22362] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22362/stat : 22362 (java) S 22348 22350 21459 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164795069 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22363] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22363/stat : 22363 (java) S 22348 22350 21459 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164795069 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22364] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22364/stat : 22364 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 164795071 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22365] ppid=22348 vsize=1532760 CPUtime=0.15
/proc/22350/task/22365/stat : 22365 (java) S 22348 22350 21459 0 -1 4202560 642 0 0 0 15 0 0 0 15 0 19 0 164795071 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22366] ppid=22348 vsize=1532760 CPUtime=0.29
/proc/22350/task/22366/stat : 22366 (java) S 22348 22350 21459 0 -1 4202560 781 0 0 0 29 0 0 0 18 0 19 0 164795071 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22367] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22367/stat : 22367 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164795071 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22368] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22368/stat : 22368 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 164795071 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22369] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22369/stat : 22369 (java) S 22348 22350 21459 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 164795084 1569546240 9030 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1532760

[startup+3.10076 s]
/proc/loadavg: 1.93 1.99 2.33 3/197 22369
/proc/meminfo: memFree=29699176/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1532760 CPUtime=3.57
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 9947 0 1 0 355 2 0 0 17 0 19 0 164795066 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 383190 9317 1439 10 0 380492 0
[pid=22350/tid=22352] ppid=22348 vsize=1532760 CPUtime=3.06
/proc/22350/task/22352/stat : 22352 (java) R 22348 22350 21459 0 -1 4202560 6042 0 1 0 306 0 0 0 23 0 19 0 164795067 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4109094934 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22350/tid=22353] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22348 22350 21459 0 -1 4202560 187 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22354] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22354/stat : 22354 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22355] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22355/stat : 22355 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22356] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22356/stat : 22356 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22357] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22357/stat : 22357 (java) S 22348 22350 21459 0 -1 4202560 158 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22358] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22358/stat : 22358 (java) S 22348 22350 21459 0 -1 4202560 167 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22359] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22359/stat : 22359 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 1 0 0 0
[pid=22350/tid=22360] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22360/stat : 22360 (java) S 22348 22350 21459 0 -1 4202560 206 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 1 0 0 0
[pid=22350/tid=22361] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22361/stat : 22361 (java) S 22348 22350 21459 0 -1 4202560 687 0 0 0 0 0 0 0 15 0 19 0 164795068 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22362] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22362/stat : 22362 (java) S 22348 22350 21459 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164795069 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22363] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22363/stat : 22363 (java) S 22348 22350 21459 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164795069 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22364] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22364/stat : 22364 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 164795071 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22365] ppid=22348 vsize=1532760 CPUtime=0.17
/proc/22350/task/22365/stat : 22365 (java) S 22348 22350 21459 0 -1 4202560 646 0 0 0 17 0 0 0 15 0 19 0 164795071 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22366] ppid=22348 vsize=1532760 CPUtime=0.3
/proc/22350/task/22366/stat : 22366 (java) S 22348 22350 21459 0 -1 4202560 783 0 0 0 30 0 0 0 18 0 19 0 164795071 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22367] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22367/stat : 22367 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164795071 1569546240 9317 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22368] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22368/stat : 22368 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 164795071 1569546240 9318 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22369] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22369/stat : 22369 (java) S 22348 22350 21459 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 164795084 1569546240 9318 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1532760

[startup+6.30116 s]
/proc/loadavg: 1.93 1.99 2.33 3/197 22369
/proc/meminfo: memFree=29676064/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1532760 CPUtime=6.77
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 13778 0 1 0 675 2 0 0 17 0 19 0 164795066 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 383190 13145 1439 10 0 380492 0
[pid=22350/tid=22352] ppid=22348 vsize=1532760 CPUtime=6.26
/proc/22350/task/22352/stat : 22352 (java) R 22348 22350 21459 0 -1 4202560 6469 0 1 0 625 1 0 0 25 0 19 0 164795067 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4109079460 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22350/tid=22353] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22348 22350 21459 0 -1 4202560 234 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22354] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22354/stat : 22354 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 164795068 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 6 0 0 0
[pid=22350/tid=22355] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22355/stat : 22355 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 164795068 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22356] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22356/stat : 22356 (java) S 22348 22350 21459 0 -1 4202560 955 0 0 0 0 0 0 0 15 0 19 0 164795068 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22357] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22357/stat : 22357 (java) S 22348 22350 21459 0 -1 4202560 389 0 0 0 0 0 0 0 15 0 19 0 164795068 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 6 0 0 0
[pid=22350/tid=22358] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22358/stat : 22358 (java) S 22348 22350 21459 0 -1 4202560 859 0 0 0 0 0 0 0 15 0 19 0 164795068 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22359] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22359/stat : 22359 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 164795068 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 1 0 0 0
[pid=22350/tid=22360] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22360/stat : 22360 (java) S 22348 22350 21459 0 -1 4202560 1009 0 0 0 0 0 0 0 18 0 19 0 164795068 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 1 0 0 0
[pid=22350/tid=22361] ppid=22348 vsize=1532760 CPUtime=0.01
/proc/22350/task/22361/stat : 22361 (java) S 22348 22350 21459 0 -1 4202560 1364 0 0 0 1 0 0 0 15 0 19 0 164795068 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22362] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22362/stat : 22362 (java) S 22348 22350 21459 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164795069 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22363] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22363/stat : 22363 (java) S 22348 22350 21459 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164795069 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22364] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22364/stat : 22364 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 164795071 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22365] ppid=22348 vsize=1532760 CPUtime=0.17
/proc/22350/task/22365/stat : 22365 (java) S 22348 22350 21459 0 -1 4202560 646 0 0 0 17 0 0 0 15 0 19 0 164795071 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 4 0 0 0
[pid=22350/tid=22366] ppid=22348 vsize=1532760 CPUtime=0.3
/proc/22350/task/22366/stat : 22366 (java) S 22348 22350 21459 0 -1 4202560 783 0 0 0 30 0 0 0 18 0 19 0 164795071 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22367] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22367/stat : 22367 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164795071 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22368] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22368/stat : 22368 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 164795071 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22369] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22369/stat : 22369 (java) S 22348 22350 21459 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 164795084 1569546240 13145 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 1532760

[startup+12.7009 s]
/proc/loadavg: 1.94 1.99 2.32 3/197 22369
/proc/meminfo: memFree=29653644/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1532760 CPUtime=13.19
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 17688 0 1 0 1316 3 0 0 17 0 19 0 164795066 1569546240 17049 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 383190 17049 1439 10 0 380492 0
[pid=22350/tid=22352] ppid=22348 vsize=1532760 CPUtime=12.64
/proc/22350/task/22352/stat : 22352 (java) R 22348 22350 21459 0 -1 4202560 7022 0 1 0 1263 1 0 0 25 0 19 0 164795067 1569546240 17049 4089446400 134512640 134550932 4290721328 18446744073709551615 4109094498 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22350/tid=22353] ppid=22348 vsize=1532760 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22348 22350 21459 0 -1 4202560 244 0 0 0 0 0 0 0 15 0 19 0 164795068 1569546240 17049 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0

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

[pid=22350/tid=22358] ppid=22348 vsize=1533784 CPUtime=0.61
/proc/22350/task/22358/stat : 22358 (java) S 22348 22350 21459 0 -1 4202560 1735 0 0 0 57 4 0 0 15 0 19 0 164795068 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 6 0 0 0
[pid=22350/tid=22359] ppid=22348 vsize=1533784 CPUtime=0.61
/proc/22350/task/22359/stat : 22359 (java) S 22348 22350 21459 0 -1 4202560 725 0 0 0 58 3 0 0 15 0 19 0 164795068 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 7 0 0 0
[pid=22350/tid=22360] ppid=22348 vsize=1533784 CPUtime=0.64
/proc/22350/task/22360/stat : 22360 (java) S 22348 22350 21459 0 -1 4202560 1344 0 0 0 61 3 0 0 15 0 19 0 164795068 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 6 0 0 0
[pid=22350/tid=22361] ppid=22348 vsize=1533784 CPUtime=8.49
/proc/22350/task/22361/stat : 22361 (java) S 22348 22350 21459 0 -1 4202560 8443 0 0 0 835 14 0 0 15 0 19 0 164795068 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446604453933008832 0 0 -1 1 0 0 0
[pid=22350/tid=22362] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22362/stat : 22362 (java) S 22348 22350 21459 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164795069 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22363] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22363/stat : 22363 (java) S 22348 22350 21459 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164795069 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22364] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22364/stat : 22364 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 164795071 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22365] ppid=22348 vsize=1533784 CPUtime=0.2
/proc/22350/task/22365/stat : 22365 (java) S 22348 22350 21459 0 -1 4202560 655 0 0 0 20 0 0 0 15 0 19 0 164795071 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22366] ppid=22348 vsize=1533784 CPUtime=0.36
/proc/22350/task/22366/stat : 22366 (java) S 22348 22350 21459 0 -1 4202560 796 0 0 0 36 0 0 0 15 0 19 0 164795071 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22367] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22367/stat : 22367 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164795071 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22368] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22368/stat : 22368 (java) S 22348 22350 21459 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 164795071 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22369] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22369/stat : 22369 (java) S 22348 22350 21459 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 164795084 1570594816 28507 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.79
Current children cumulated vsize (KiB) 1533784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/197 22536
/proc/meminfo: memFree=30180932/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1533784 CPUtime=1786.99
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 30100 0 1 0 178647 52 0 0 17 0 19 0 164795066 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 383446 28869 1439 10 0 380748 0
[pid=22350/tid=22352] ppid=22348 vsize=1533784 CPUtime=1771.98
/proc/22350/task/22352/stat : 22352 (java) R 22348 22350 21459 0 -1 4202560 8892 0 1 0 177194 4 0 0 25 0 19 0 164795067 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4109100844 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22350/tid=22353] ppid=22348 vsize=1533784 CPUtime=0.67
/proc/22350/task/22353/stat : 22353 (java) S 22348 22350 21459 0 -1 4202560 879 0 0 0 64 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 5 0 0 0
[pid=22350/tid=22354] ppid=22348 vsize=1533784 CPUtime=0.64
/proc/22350/task/22354/stat : 22354 (java) S 22348 22350 21459 0 -1 4202560 1287 0 0 0 61 3 0 0 16 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 3 0 0 0
[pid=22350/tid=22355] ppid=22348 vsize=1533784 CPUtime=0.62
/proc/22350/task/22355/stat : 22355 (java) S 22348 22350 21459 0 -1 4202560 1167 0 0 0 58 4 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 6 0 0 0
[pid=22350/tid=22356] ppid=22348 vsize=1533784 CPUtime=0.67
/proc/22350/task/22356/stat : 22356 (java) S 22348 22350 21459 0 -1 4202560 1925 0 0 0 64 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22357] ppid=22348 vsize=1533784 CPUtime=0.71
/proc/22350/task/22357/stat : 22357 (java) S 22348 22350 21459 0 -1 4202560 717 0 0 0 68 3 0 0 16 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22358] ppid=22348 vsize=1533784 CPUtime=0.64
/proc/22350/task/22358/stat : 22358 (java) S 22348 22350 21459 0 -1 4202560 1735 0 0 0 59 5 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 7 0 0 0
[pid=22350/tid=22359] ppid=22348 vsize=1533784 CPUtime=0.64
/proc/22350/task/22359/stat : 22359 (java) S 22348 22350 21459 0 -1 4202560 725 0 0 0 60 4 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 5 0 0 0
[pid=22350/tid=22360] ppid=22348 vsize=1533784 CPUtime=0.68
/proc/22350/task/22360/stat : 22360 (java) S 22348 22350 21459 0 -1 4202560 1344 0 0 0 65 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 6 0 0 0
[pid=22350/tid=22361] ppid=22348 vsize=1533784 CPUtime=9.05
/proc/22350/task/22361/stat : 22361 (java) S 22348 22350 21459 0 -1 4202560 8809 0 0 0 890 15 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446604453933008832 0 0 -1 1 0 0 0
[pid=22350/tid=22362] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22362/stat : 22362 (java) S 22348 22350 21459 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164795069 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22363] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22363/stat : 22363 (java) S 22348 22350 21459 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164795069 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22364] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22364/stat : 22364 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22365] ppid=22348 vsize=1533784 CPUtime=0.2
/proc/22350/task/22365/stat : 22365 (java) S 22348 22350 21459 0 -1 4202560 655 0 0 0 20 0 0 0 15 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22366] ppid=22348 vsize=1533784 CPUtime=0.36
/proc/22350/task/22366/stat : 22366 (java) S 22348 22350 21459 0 -1 4202560 796 0 0 0 36 0 0 0 15 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22367] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22367/stat : 22367 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22368] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22368/stat : 22368 (java) S 22348 22350 21459 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22369] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22369/stat : 22369 (java) S 22348 22350 21459 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 164795084 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.99
Current children cumulated vsize (KiB) 1533784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/197 22537
/proc/meminfo: memFree=30169264/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1533784 CPUtime=1800.04
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 30104 0 1 0 179951 53 0 0 17 0 19 0 164795066 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 383446 28869 1439 10 0 380748 0
[pid=22350/tid=22352] ppid=22348 vsize=1533784 CPUtime=1784.86
/proc/22350/task/22352/stat : 22352 (java) R 22348 22350 21459 0 -1 4202560 8896 0 1 0 178482 4 0 0 25 0 19 0 164795067 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4109195017 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22350/tid=22353] ppid=22348 vsize=1533784 CPUtime=0.68
/proc/22350/task/22353/stat : 22353 (java) S 22348 22350 21459 0 -1 4202560 879 0 0 0 65 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 5 0 0 0
[pid=22350/tid=22354] ppid=22348 vsize=1533784 CPUtime=0.65
/proc/22350/task/22354/stat : 22354 (java) S 22348 22350 21459 0 -1 4202560 1287 0 0 0 62 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 3 0 0 0
[pid=22350/tid=22355] ppid=22348 vsize=1533784 CPUtime=0.63
/proc/22350/task/22355/stat : 22355 (java) S 22348 22350 21459 0 -1 4202560 1167 0 0 0 59 4 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 6 0 0 0
[pid=22350/tid=22356] ppid=22348 vsize=1533784 CPUtime=0.68
/proc/22350/task/22356/stat : 22356 (java) S 22348 22350 21459 0 -1 4202560 1925 0 0 0 65 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22357] ppid=22348 vsize=1533784 CPUtime=0.72
/proc/22350/task/22357/stat : 22357 (java) S 22348 22350 21459 0 -1 4202560 717 0 0 0 69 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22358] ppid=22348 vsize=1533784 CPUtime=0.65
/proc/22350/task/22358/stat : 22358 (java) S 22348 22350 21459 0 -1 4202560 1735 0 0 0 60 5 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 7 0 0 0
[pid=22350/tid=22359] ppid=22348 vsize=1533784 CPUtime=0.64
/proc/22350/task/22359/stat : 22359 (java) S 22348 22350 21459 0 -1 4202560 725 0 0 0 60 4 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 7 0 0 0
[pid=22350/tid=22360] ppid=22348 vsize=1533784 CPUtime=0.68
/proc/22350/task/22360/stat : 22360 (java) S 22348 22350 21459 0 -1 4202560 1344 0 0 0 65 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 6 0 0 0
[pid=22350/tid=22361] ppid=22348 vsize=1533784 CPUtime=9.17
/proc/22350/task/22361/stat : 22361 (java) S 22348 22350 21459 0 -1 4202560 8809 0 0 0 902 15 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446604453933008832 0 0 -1 1 0 0 0
[pid=22350/tid=22362] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22362/stat : 22362 (java) S 22348 22350 21459 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164795069 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22363] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22363/stat : 22363 (java) S 22348 22350 21459 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164795069 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22364] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22364/stat : 22364 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22365] ppid=22348 vsize=1533784 CPUtime=0.2
/proc/22350/task/22365/stat : 22365 (java) S 22348 22350 21459 0 -1 4202560 655 0 0 0 20 0 0 0 15 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22366] ppid=22348 vsize=1533784 CPUtime=0.36
/proc/22350/task/22366/stat : 22366 (java) S 22348 22350 21459 0 -1 4202560 796 0 0 0 36 0 0 0 15 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22367] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22367/stat : 22367 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22368] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22368/stat : 22368 (java) S 22348 22350 21459 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22369] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22369/stat : 22369 (java) S 22348 22350 21459 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 164795084 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1533784

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

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

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/197 22537
/proc/meminfo: memFree=30169264/32950928 swapFree=67111528/67111528
[pid=22350] ppid=22348 vsize=1533784 CPUtime=1800.04
/proc/22350/stat : 22350 (java) S 22348 22350 21459 0 -1 4202496 30104 0 1 0 179951 53 0 0 17 0 19 0 164795066 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22350/statm: 383446 28869 1439 10 0 380748 0
[pid=22350/tid=22352] ppid=22348 vsize=1533784 CPUtime=1784.86
/proc/22350/task/22352/stat : 22352 (java) R 22348 22350 21459 0 -1 4202560 8896 0 1 0 178482 4 0 0 25 0 19 0 164795067 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4109195017 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22350/tid=22353] ppid=22348 vsize=1533784 CPUtime=0.68
/proc/22350/task/22353/stat : 22353 (java) S 22348 22350 21459 0 -1 4202560 879 0 0 0 65 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 5 0 0 0
[pid=22350/tid=22354] ppid=22348 vsize=1533784 CPUtime=0.65
/proc/22350/task/22354/stat : 22354 (java) S 22348 22350 21459 0 -1 4202560 1287 0 0 0 62 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 3 0 0 0
[pid=22350/tid=22355] ppid=22348 vsize=1533784 CPUtime=0.63
/proc/22350/task/22355/stat : 22355 (java) S 22348 22350 21459 0 -1 4202560 1167 0 0 0 59 4 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 6 0 0 0
[pid=22350/tid=22356] ppid=22348 vsize=1533784 CPUtime=0.68
/proc/22350/task/22356/stat : 22356 (java) S 22348 22350 21459 0 -1 4202560 1925 0 0 0 65 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22357] ppid=22348 vsize=1533784 CPUtime=0.72
/proc/22350/task/22357/stat : 22357 (java) S 22348 22350 21459 0 -1 4202560 717 0 0 0 69 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22358] ppid=22348 vsize=1533784 CPUtime=0.65
/proc/22350/task/22358/stat : 22358 (java) S 22348 22350 21459 0 -1 4202560 1735 0 0 0 60 5 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 7 0 0 0
[pid=22350/tid=22359] ppid=22348 vsize=1533784 CPUtime=0.64
/proc/22350/task/22359/stat : 22359 (java) S 22348 22350 21459 0 -1 4202560 725 0 0 0 60 4 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 7 0 0 0
[pid=22350/tid=22360] ppid=22348 vsize=1533784 CPUtime=0.68
/proc/22350/task/22360/stat : 22360 (java) S 22348 22350 21459 0 -1 4202560 1344 0 0 0 65 3 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 6 0 0 0
[pid=22350/tid=22361] ppid=22348 vsize=1533784 CPUtime=9.17
/proc/22350/task/22361/stat : 22361 (java) S 22348 22350 21459 0 -1 4202560 8809 0 0 0 902 15 0 0 15 0 19 0 164795068 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 0 0 16800975 18446604453933008832 0 0 -1 1 0 0 0
[pid=22350/tid=22362] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22362/stat : 22362 (java) S 22348 22350 21459 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 164795069 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22363] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22363/stat : 22363 (java) S 22348 22350 21459 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164795069 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22364] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22364/stat : 22364 (java) S 22348 22350 21459 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22365] ppid=22348 vsize=1533784 CPUtime=0.2
/proc/22350/task/22365/stat : 22365 (java) S 22348 22350 21459 0 -1 4202560 655 0 0 0 20 0 0 0 15 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22366] ppid=22348 vsize=1533784 CPUtime=0.36
/proc/22350/task/22366/stat : 22366 (java) S 22348 22350 21459 0 -1 4202560 796 0 0 0 36 0 0 0 15 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22367] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22367/stat : 22367 (java) S 22348 22350 21459 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 2 0 0 0
[pid=22350/tid=22368] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22368/stat : 22368 (java) S 22348 22350 21459 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 164795071 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
[pid=22350/tid=22369] ppid=22348 vsize=1533784 CPUtime=0
/proc/22350/task/22369/stat : 22369 (java) S 22348 22350 21459 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 164795084 1570594816 28869 4089446400 134512640 134550932 4290721328 18446744073709551615 4294960144 0 4 0 16800975 18446604453933008832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1533784

Child status: 143
Real time (s): 1795.4
CPU time (s): 1800.18
CPU user time (s): 1799.64
CPU system time (s): 0.538918
CPU usage (%): 100.266
Max. virtual memory (cumulated for all children) (KiB): 1533784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.538918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30127
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= 47511
involuntary context switches= 114164

runsolver used 3.08853 second user time and 6.74198 second system time

The end

Launcher Data

Begin job on node115 at 2010-06-30 11:58:40
IDJOB=2691065
IDBENCH=78711
IDSOLVER=1202
FILE ID=node115/2691065-1277891920
PBS_JOBID= 11197124
Free space on /tmp= 74208 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-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691065-1277891920/watcher-2691065-1277891920 -o /tmp/evaluation-result-2691065-1277891920/solver-2691065-1277891920 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691065-1277891920.wbo

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

MD5SUM BENCH= b618f143f0ce2a95508bc08f0990c2c8
RANDOM SEED=768791268

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29734560 kB
Buffers:        176804 kB
Cached:         923652 kB
SwapCached:          0 kB
Active:        2412228 kB
Inactive:       661172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29734560 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             420 kB
Writeback:           0 kB
AnonPages:     1973112 kB
Mapped:          15084 kB
Slab:            77052 kB
PageTables:       8776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2117924 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 node115 at 2010-06-30 12:28:37