Trace number 2659081

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26SAT (TO)68 1800.24 1795.8

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUMff9be653d1d3ea3b1a82846016e94df6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2659081-1276397628.opb
0.08/0.20	c reading problem ... 
1.35/0.83	c ... done. Wall clock time 0.612s.
1.35/0.83	c #vars     540
1.35/0.83	c #constraints  4626
1.35/0.83	c constraints type 
1.35/0.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1.35/0.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1.35/0.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1.35/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1680
2.53/1.41	c SATISFIABLE
2.53/1.41	c OPTIMIZING...
2.53/1.41	c Got one! Elapsed wall clock time (in seconds):1.201
2.53/1.41	o 76
2.71/1.58	c Got one! Elapsed wall clock time (in seconds):1.373
2.71/1.58	o 74
5.18/3.72	c cleaning 2501 clauses out of 5002 with flag 5002/5002
5.27/3.89	c Got one! Elapsed wall clock time (in seconds):3.69
5.27/3.89	o 72
8.44/6.92	c cleaning 4245 clauses out of 8499 with flag 11000/11000
9.04/7.58	c Got one! Elapsed wall clock time (in seconds):7.372
9.04/7.58	o 68
12.46/10.95	c cleaning 5622 clauses out of 11254 with flag 18000/18000
17.47/15.95	c cleaning 6807 clauses out of 13632 with flag 26000/26000
22.57/20.97	c cleaning 7901 clauses out of 15825 with flag 35000/35000
30.99/29.35	c cleaning 8958 clauses out of 17926 with flag 45002/45002
39.50/37.88	c cleaning 9467 clauses out of 18967 with flag 55001/55001
48.32/46.70	c cleaning 9727 clauses out of 19499 with flag 65000/65000
56.44/54.73	c cleaning 9863 clauses out of 19778 with flag 75006/75006
64.25/62.54	c cleaning 9913 clauses out of 19909 with flag 85000/85000
73.27/71.59	c cleaning 9997 clauses out of 19997 with flag 95001/95001
82.58/80.86	c cleaning 9961 clauses out of 20000 with flag 105001/105001
90.90/89.14	c cleaning 10005 clauses out of 20041 with flag 115003/115003
98.81/97.06	c cleaning 10008 clauses out of 20033 with flag 125000/125000
106.33/104.52	c cleaning 9997 clauses out of 20025 with flag 135000/135000
114.84/113.06	c cleaning 9999 clauses out of 20028 with flag 145000/145000
123.15/121.30	c cleaning 10008 clauses out of 20029 with flag 155000/155000
132.25/130.41	c cleaning 9989 clauses out of 20021 with flag 165000/165000
140.46/138.67	c cleaning 10002 clauses out of 20033 with flag 175001/175001
148.27/146.41	c cleaning 10013 clauses out of 20034 with flag 185004/185004
156.38/154.56	c cleaning 9994 clauses out of 20017 with flag 195000/195000
164.89/163.08	c cleaning 9975 clauses out of 20023 with flag 205000/205000
173.10/171.26	c cleaning 9997 clauses out of 20048 with flag 215000/215000
181.41/179.59	c cleaning 9972 clauses out of 20051 with flag 225000/225000
190.43/188.57	c cleaning 10011 clauses out of 20080 with flag 235001/235001
199.13/197.21	c cleaning 10004 clauses out of 20070 with flag 245002/245002
207.55/205.69	c cleaning 10020 clauses out of 20064 with flag 255000/255000
214.66/212.75	c cleaning 10005 clauses out of 20045 with flag 265001/265001
222.47/220.57	c cleaning 10016 clauses out of 20041 with flag 275002/275002
231.08/229.18	c cleaning 9992 clauses out of 20023 with flag 285000/285000
240.01/238.07	c cleaning 10007 clauses out of 20031 with flag 295000/295000
249.43/247.50	c cleaning 9998 clauses out of 20025 with flag 305001/305001
258.13/256.13	c cleaning 10003 clauses out of 20026 with flag 315000/315000
267.15/265.12	c cleaning 9968 clauses out of 20026 with flag 325003/325003
276.55/274.54	c cleaning 9998 clauses out of 20055 with flag 335000/335000
284.36/282.39	c cleaning 9988 clauses out of 20060 with flag 345003/345003
292.48/290.45	c cleaning 10031 clauses out of 20071 with flag 355002/355002
300.99/298.99	c cleaning 10016 clauses out of 20041 with flag 365003/365003
310.31/308.29	c cleaning 9995 clauses out of 20022 with flag 375000/375000
319.63/317.59	c cleaning 10008 clauses out of 20028 with flag 385001/385001
327.54/325.49	c cleaning 9977 clauses out of 20020 with flag 395001/395001
335.05/332.90	c cleaning 10005 clauses out of 20047 with flag 405005/405005
342.96/340.90	c cleaning 9994 clauses out of 20037 with flag 415000/415000
350.47/348.32	c cleaning 9994 clauses out of 20044 with flag 425001/425001
358.18/356.06	c cleaning 9997 clauses out of 20049 with flag 435000/435000
365.70/363.55	c cleaning 10003 clauses out of 20055 with flag 445003/445003
373.01/370.89	c cleaning 9989 clauses out of 20049 with flag 455000/455000
379.81/377.67	c cleaning 10010 clauses out of 20060 with flag 465000/465000
386.33/384.14	c cleaning 9970 clauses out of 20050 with flag 475000/475000
394.25/392.04	c cleaning 10026 clauses out of 20081 with flag 485001/485001
403.56/401.32	c cleaning 10010 clauses out of 20055 with flag 495001/495001
412.38/410.20	c cleaning 10015 clauses out of 20044 with flag 505000/505000
420.48/418.26	c cleaning 9990 clauses out of 20031 with flag 515002/515002
428.39/426.17	c cleaning 9985 clauses out of 20040 with flag 525001/525001
436.39/434.14	c cleaning 10003 clauses out of 20055 with flag 535001/535001
444.41/442.11	c cleaning 10003 clauses out of 20052 with flag 545001/545001
452.81/450.60	c cleaning 10000 clauses out of 20048 with flag 555000/555000
460.92/458.63	c cleaning 10006 clauses out of 20048 with flag 565000/565000
469.43/467.12	c cleaning 10010 clauses out of 20043 with flag 575001/575001
478.04/475.78	c cleaning 9990 clauses out of 20032 with flag 585000/585000
485.15/482.83	c cleaning 9987 clauses out of 20045 with flag 595003/595003
492.76/490.48	c cleaning 10015 clauses out of 20056 with flag 605001/605001
501.17/498.83	c cleaning 10005 clauses out of 20041 with flag 615001/615001
510.08/507.70	c cleaning 10008 clauses out of 20036 with flag 625001/625001
518.60/516.22	c cleaning 10009 clauses out of 20028 with flag 635001/635001
526.80/524.43	c cleaning 9993 clauses out of 20018 with flag 645000/645000
534.32/531.93	c cleaning 9968 clauses out of 20025 with flag 655000/655000
542.73/540.37	c cleaning 10013 clauses out of 20057 with flag 665000/665000
550.14/547.78	c cleaning 10016 clauses out of 20045 with flag 675001/675001
557.64/555.21	c cleaning 9985 clauses out of 20028 with flag 685000/685000
564.86/562.44	c cleaning 9986 clauses out of 20044 with flag 695001/695001
571.88/569.42	c cleaning 10017 clauses out of 20058 with flag 705001/705001
579.29/576.81	c cleaning 9978 clauses out of 20040 with flag 715000/715000
587.00/584.58	c cleaning 10017 clauses out of 20066 with flag 725004/725004
595.61/593.10	c cleaning 10012 clauses out of 20045 with flag 735000/735000
603.52/601.08	c cleaning 10004 clauses out of 20034 with flag 745001/745001
611.63/609.18	c cleaning 10003 clauses out of 20029 with flag 755000/755000
619.34/616.84	c cleaning 9993 clauses out of 20029 with flag 765003/765003
627.16/624.67	c cleaning 9985 clauses out of 20034 with flag 775001/775001
635.16/632.65	c cleaning 10018 clauses out of 20049 with flag 785001/785001
642.38/639.88	c cleaning 9991 clauses out of 20032 with flag 795002/795002
649.58/647.08	c cleaning 9984 clauses out of 20040 with flag 805001/805001
655.91/653.39	c cleaning 9994 clauses out of 20055 with flag 815000/815000
662.81/660.25	c cleaning 9995 clauses out of 20062 with flag 825001/825001
669.72/667.14	c cleaning 9995 clauses out of 20067 with flag 835001/835001
676.84/674.21	c cleaning 10011 clauses out of 20072 with flag 845001/845001
684.05/681.44	c cleaning 9998 clauses out of 20060 with flag 855000/855000
691.35/688.74	c cleaning 9993 clauses out of 20062 with flag 865000/865000
698.77/696.15	c cleaning 10008 clauses out of 20071 with flag 875002/875002
705.58/702.97	c cleaning 10006 clauses out of 20062 with flag 885001/885001
713.30/710.69	c cleaning 10008 clauses out of 20056 with flag 895001/895001
721.40/718.73	c cleaning 9977 clauses out of 20048 with flag 905001/905001
730.01/727.31	c cleaning 10010 clauses out of 20072 with flag 915002/915002
738.41/735.79	c cleaning 10006 clauses out of 20060 with flag 925000/925000
745.62/742.95	c cleaning 9945 clauses out of 20054 with flag 935000/935000
752.74/750.05	c cleaning 10024 clauses out of 20110 with flag 945001/945001
760.85/758.16	c cleaning 10021 clauses out of 20088 with flag 955003/955003
768.37/765.63	c cleaning 9983 clauses out of 20064 with flag 965000/965000
775.48/772.76	c cleaning 10006 clauses out of 20081 with flag 975000/975000
783.28/780.53	c cleaning 9975 clauses out of 20076 with flag 985001/985001
790.49/787.77	c cleaning 10030 clauses out of 20103 with flag 995003/995003
798.40/795.65	c cleaning 10011 clauses out of 20072 with flag 1005002/1005002
805.62/802.88	c cleaning 10019 clauses out of 20059 with flag 1015000/1015000
812.74/809.93	c cleaning 10003 clauses out of 20040 with flag 1025000/1025000
820.05/817.21	c cleaning 9993 clauses out of 20038 with flag 1035001/1035001
827.46/824.61	c cleaning 10009 clauses out of 20044 with flag 1045000/1045000
834.66/831.87	c cleaning 9983 clauses out of 20035 with flag 1055000/1055000
842.47/839.66	c cleaning 9996 clauses out of 20054 with flag 1065002/1065002
850.18/847.35	c cleaning 9995 clauses out of 20057 with flag 1075001/1075001
857.00/854.19	c cleaning 9985 clauses out of 20062 with flag 1085001/1085001
864.91/862.06	c cleaning 9991 clauses out of 20079 with flag 1095003/1095003
873.52/870.66	c cleaning 9985 clauses out of 20086 with flag 1105001/1105001
880.32/877.40	c cleaning 10003 clauses out of 20100 with flag 1115000/1115000
888.53/885.60	c cleaning 10018 clauses out of 20099 with flag 1125002/1125002
895.85/892.97	c cleaning 9993 clauses out of 20079 with flag 1135000/1135000
903.96/901.06	c cleaning 9975 clauses out of 20086 with flag 1145000/1145000
911.37/908.46	c cleaning 10028 clauses out of 20113 with flag 1155002/1155002
919.19/916.22	c cleaning 10020 clauses out of 20083 with flag 1165000/1165000
926.70/923.72	c cleaning 9973 clauses out of 20065 with flag 1175002/1175002
934.31/931.37	c cleaning 10015 clauses out of 20090 with flag 1185000/1185000
941.73/938.79	c cleaning 9969 clauses out of 20077 with flag 1195002/1195002
949.14/946.10	c cleaning 10015 clauses out of 20106 with flag 1205000/1205000
956.15/953.12	c cleaning 10008 clauses out of 20092 with flag 1215001/1215001
963.56/960.58	c cleaning 10004 clauses out of 20083 with flag 1225000/1225000
971.27/968.22	c cleaning 9985 clauses out of 20079 with flag 1235000/1235000
978.88/975.87	c cleaning 10008 clauses out of 20095 with flag 1245001/1245001
986.59/983.50	c cleaning 9993 clauses out of 20088 with flag 1255002/1255002
993.71/990.63	c cleaning 10003 clauses out of 20093 with flag 1265000/1265000
1000.52/997.49	c cleaning 10010 clauses out of 20090 with flag 1275000/1275000
1007.93/1004.87	c cleaning 9997 clauses out of 20082 with flag 1285002/1285002
1015.25/1012.16	c cleaning 9985 clauses out of 20084 with flag 1295001/1295001
1023.46/1020.35	c cleaning 10015 clauses out of 20101 with flag 1305003/1305003
1031.27/1028.14	c cleaning 9990 clauses out of 20083 with flag 1315000/1315000
1038.98/1035.84	c cleaning 10004 clauses out of 20093 with flag 1325000/1325000
1046.21/1043.02	c cleaning 10030 clauses out of 20090 with flag 1335001/1335001
1053.32/1050.18	c cleaning 10013 clauses out of 20061 with flag 1345002/1345002
1061.03/1057.82	c cleaning 9990 clauses out of 20046 with flag 1355000/1355000
1069.05/1065.87	c cleaning 9970 clauses out of 20056 with flag 1365000/1365000
1077.45/1074.24	c cleaning 10042 clauses out of 20089 with flag 1375003/1375003
1084.67/1081.48	c cleaning 10009 clauses out of 20044 with flag 1385000/1385000
1093.39/1090.17	c cleaning 9963 clauses out of 20036 with flag 1395001/1395001
1101.19/1097.94	c cleaning 10031 clauses out of 20073 with flag 1405001/1405001
1109.61/1106.35	c cleaning 10001 clauses out of 20043 with flag 1415002/1415002
1116.81/1113.57	c cleaning 9997 clauses out of 20040 with flag 1425000/1425000
1124.13/1120.81	c cleaning 9991 clauses out of 20043 with flag 1435000/1435000
1131.04/1127.73	c cleaning 10004 clauses out of 20054 with flag 1445002/1445002
1137.65/1134.34	c cleaning 9996 clauses out of 20049 with flag 1455001/1455001
1145.56/1142.22	c cleaning 10012 clauses out of 20052 with flag 1465000/1465000
1154.48/1151.10	c cleaning 10000 clauses out of 20040 with flag 1475000/1475000
1162.81/1159.47	c cleaning 10001 clauses out of 20040 with flag 1485000/1485000
1171.41/1168.09	c cleaning 9996 clauses out of 20040 with flag 1495001/1495001
1179.93/1176.53	c cleaning 10007 clauses out of 20043 with flag 1505000/1505000
1188.24/1184.90	c cleaning 10007 clauses out of 20036 with flag 1515000/1515000
1196.25/1192.84	c cleaning 9993 clauses out of 20029 with flag 1525000/1525000
1204.26/1200.89	c cleaning 9990 clauses out of 20036 with flag 1535000/1535000
1211.58/1208.13	c cleaning 9997 clauses out of 20047 with flag 1545001/1545001
1219.28/1215.88	c cleaning 9993 clauses out of 20051 with flag 1555002/1555002
1226.30/1222.81	c cleaning 9998 clauses out of 20057 with flag 1565001/1565001
1233.32/1229.84	c cleaning 10012 clauses out of 20059 with flag 1575001/1575001
1240.82/1237.37	c cleaning 10005 clauses out of 20046 with flag 1585000/1585000
1248.33/1244.84	c cleaning 10001 clauses out of 20044 with flag 1595003/1595003
1255.74/1252.28	c cleaning 10002 clauses out of 20041 with flag 1605001/1605001
1263.86/1260.36	c cleaning 9988 clauses out of 20038 with flag 1615000/1615000
1270.77/1267.29	c cleaning 9974 clauses out of 20050 with flag 1625000/1625000
1277.06/1273.59	c cleaning 9998 clauses out of 20076 with flag 1635000/1635000
1283.28/1279.70	c cleaning 9978 clauses out of 20079 with flag 1645001/1645001
1290.30/1286.75	c cleaning 10021 clauses out of 20100 with flag 1655000/1655000
1297.21/1293.67	c cleaning 10014 clauses out of 20080 with flag 1665001/1665001
1304.21/1300.62	c cleaning 9992 clauses out of 20065 with flag 1675000/1675000
1310.93/1307.39	c cleaning 10019 clauses out of 20076 with flag 1685003/1685003
1320.35/1316.75	c cleaning 10001 clauses out of 20060 with flag 1695006/1695006
1328.26/1324.66	c cleaning 9993 clauses out of 20053 with flag 1705000/1705000
1335.07/1331.42	c cleaning 9996 clauses out of 20060 with flag 1715000/1715000
1342.09/1338.47	c cleaning 9957 clauses out of 20065 with flag 1725001/1725001
1349.09/1345.45	c cleaning 10009 clauses out of 20108 with flag 1735001/1735001
1355.70/1352.04	c cleaning 10024 clauses out of 20100 with flag 1745002/1745002
1363.13/1359.48	c cleaning 10005 clauses out of 20074 with flag 1755000/1755000
1369.74/1366.06	c cleaning 10017 clauses out of 20069 with flag 1765000/1765000
1376.56/1372.89	c cleaning 10009 clauses out of 20055 with flag 1775003/1775003
1383.56/1379.87	c cleaning 10012 clauses out of 20045 with flag 1785002/1785002
1391.57/1387.84	c cleaning 10001 clauses out of 20031 with flag 1795000/1795000
1400.38/1396.69	c cleaning 9997 clauses out of 20032 with flag 1805002/1805002
1408.89/1405.17	c cleaning 10003 clauses out of 20033 with flag 1815000/1815000
1416.70/1412.92	c cleaning 9997 clauses out of 20031 with flag 1825001/1825001
1424.92/1421.13	c cleaning 9983 clauses out of 20034 with flag 1835001/1835001
1432.83/1429.06	c cleaning 10018 clauses out of 20054 with flag 1845004/1845004
1440.94/1437.13	c cleaning 10005 clauses out of 20039 with flag 1855007/1855007
1448.95/1445.12	c cleaning 10005 clauses out of 20030 with flag 1865003/1865003
1457.37/1453.55	c cleaning 9997 clauses out of 20023 with flag 1875001/1875001
1464.77/1460.99	c cleaning 9991 clauses out of 20025 with flag 1885000/1885000
1472.40/1468.60	c cleaning 10000 clauses out of 20035 with flag 1895001/1895001
1480.21/1476.38	c cleaning 10004 clauses out of 20034 with flag 1905000/1905000
1488.22/1484.37	c cleaning 10005 clauses out of 20032 with flag 1915002/1915002
1496.43/1492.52	c cleaning 9996 clauses out of 20027 with flag 1925002/1925002
1504.35/1500.41	c cleaning 10003 clauses out of 20029 with flag 1935000/1935000
1511.86/1507.92	c cleaning 10001 clauses out of 20027 with flag 1945001/1945001
1519.87/1515.92	c cleaning 9996 clauses out of 20026 with flag 1955001/1955001
1527.58/1523.60	c cleaning 9987 clauses out of 20030 with flag 1965001/1965001
1535.49/1531.58	c cleaning 10008 clauses out of 20042 with flag 1975000/1975000
1543.50/1539.57	c cleaning 10011 clauses out of 20035 with flag 1985001/1985001
1550.52/1546.60	c cleaning 10006 clauses out of 20026 with flag 1995003/1995003
1556.92/1552.96	c cleaning 9979 clauses out of 20017 with flag 2005000/2005000
1564.44/1560.44	c cleaning 10004 clauses out of 20039 with flag 2015001/2015001
1571.96/1567.96	c cleaning 9998 clauses out of 20034 with flag 2025000/2025000
1579.26/1575.23	c cleaning 9995 clauses out of 20037 with flag 2035001/2035001
1585.97/1581.96	c cleaning 10002 clauses out of 20042 with flag 2045001/2045001
1593.59/1589.51	c cleaning 9997 clauses out of 20040 with flag 2055001/2055001
1601.70/1597.65	c cleaning 10005 clauses out of 20042 with flag 2065000/2065000
1610.81/1606.72	c cleaning 10003 clauses out of 20040 with flag 2075003/2075003
1619.73/1615.62	c cleaning 9999 clauses out of 20034 with flag 2085000/2085000
1627.64/1623.60	c cleaning 10005 clauses out of 20037 with flag 2095002/2095002
1636.47/1632.31	c cleaning 10010 clauses out of 20031 with flag 2105001/2105001
1646.07/1641.94	c cleaning 10002 clauses out of 20022 with flag 2115002/2115002
1654.08/1649.95	c cleaning 9992 clauses out of 20019 with flag 2125001/2125001
1661.99/1657.86	c cleaning 9984 clauses out of 20026 with flag 2135000/2135000
1669.80/1665.63	c cleaning 9999 clauses out of 20044 with flag 2145002/2145002
1677.21/1673.08	c cleaning 10014 clauses out of 20044 with flag 2155001/2155001
1685.22/1681.03	c cleaning 9994 clauses out of 20030 with flag 2165001/2165001
1692.74/1688.52	c cleaning 9990 clauses out of 20036 with flag 2175001/2175001
1700.55/1696.30	c cleaning 10013 clauses out of 20048 with flag 2185003/2185003
1708.86/1704.69	c cleaning 10002 clauses out of 20032 with flag 2195000/2195000
1717.28/1713.04	c cleaning 9998 clauses out of 20030 with flag 2205000/2205000
1725.48/1721.28	c cleaning 9997 clauses out of 20032 with flag 2215000/2215000
1734.39/1730.20	c cleaning 9987 clauses out of 20035 with flag 2225000/2225000
1743.51/1739.27	c cleaning 10012 clauses out of 20048 with flag 2235000/2235000
1752.32/1748.08	c cleaning 9998 clauses out of 20037 with flag 2245001/2245001
1761.63/1757.36	c cleaning 10007 clauses out of 20039 with flag 2255001/2255001
1770.55/1766.24	c cleaning 10007 clauses out of 20033 with flag 2265002/2265002
1779.67/1775.31	c cleaning 9982 clauses out of 20024 with flag 2275000/2275000
1788.27/1783.90	c cleaning 10007 clauses out of 20044 with flag 2285002/2285002
1796.09/1791.72	c cleaning 10002 clauses out of 20036 with flag 2295001/2295001
1800.10/1795.71	c starts		: 233
1800.10/1795.71	c conflicts		: 2301305
1800.10/1795.71	c decisions		: 3061883
1800.10/1795.71	c propagations		: 177892482
1800.10/1795.71	c inspects		: 5492076889
1800.10/1795.71	c learnt literals	: 0
1800.10/1795.71	c learnt binary clauses	: 0
1800.10/1795.71	c learnt ternary clauses	: 3
1800.10/1795.71	c learnt clauses	: 2301305
1800.10/1795.71	c ignored clauses	: 0
1800.10/1795.71	c root simplifications	: 0
1800.10/1795.71	c removed literals (reason simplification)	: 49044369
1800.10/1795.71	c reason swapping (by a shorter reason)	: 0
1800.10/1795.71	c Calls to reduceDB	: 231
1800.10/1795.71	c number of reductions to clauses (during analyze)	: 0
1800.10/1795.71	c number of learned constraints concerned by reduction	: 0
1800.10/1795.71	c number of learning phase by resolution	: 0
1800.10/1795.71	c number of learning phase by cutting planes	: 0
1800.10/1795.71	c speed (assignments/second)	: 99484.87251528967
1800.10/1795.72	c non guided choices	58
1800.10/1795.74	c learnt constraints type 
1800.10/1795.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16357
1800.10/1795.74	c constraints type 
1800.10/1795.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1800.10/1795.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1800.10/1795.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1800.10/1795.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1681
1800.10/1795.74	s SATISFIABLE
1800.10/1795.74	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 
1800.10/1795.74	c objective function=68
1800.10/1795.74	c Total wall clock time (in seconds): 1795.54

Verifier Data

OK	68

Watcher Data

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

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

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 20094
/proc/meminfo: memFree=1800328/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=248 CPUtime=0
/proc/20094/stat : 20094 (java) R 20092 20094 13531 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 13418212 253952 28 1992294400 134512640 134550932 4289685280 18446744073709551615 6971988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20094/statm: 62 28 21 10 0 23 0

[startup+0.02038 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 20094
/proc/meminfo: memFree=1800328/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=13716 CPUtime=0.01
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 1220 0 1 0 0 1 0 0 18 0 2 0 13418212 14045184 666 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 3429 666 335 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13716

[startup+0.100968 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 20094
/proc/meminfo: memFree=1800328/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1525208 CPUtime=0.08
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 13418212 1561812992 3397 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 381302 3397 1076 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525208

[startup+0.3018 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 20094
/proc/meminfo: memFree=1800328/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1526248 CPUtime=0.37
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 5357 0 1 0 33 4 0 0 18 0 12 0 13418212 1562877952 4793 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 381562 4793 1362 10 0 378864 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526248

[startup+0.700785 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 20094
/proc/meminfo: memFree=1800328/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1527696 CPUtime=1.14
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 7981 0 1 0 109 5 0 0 18 0 12 0 13418212 1564360704 7417 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 381924 7417 1402 10 0 379226 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1527696

[startup+1.50175 s]
/proc/loadavg: 0.92 0.98 0.99 5/119 20107
/proc/meminfo: memFree=1766992/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1531756 CPUtime=2.71
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 14337 0 1 0 263 8 0 0 18 0 13 0 13418212 1568518144 12849 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 382939 12850 1422 10 0 380241 0
[pid=20094/tid=20096] ppid=20092 vsize=1531756 CPUtime=1.27
/proc/20094/task/20096/stat : 20096 (java) R 20092 20094 13531 0 -1 4202560 10394 0 1 0 121 6 0 0 19 0 13 0 13418213 1568518144 12850 1992294400 134512640 134550932 4289685280 18446744073709551615 4109305919 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 13531 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 13418215 1568518144 12851 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 13531 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 13418215 1568518144 12852 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 13531 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 13418216 1568518144 12853 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 13531 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 13418217 1568518144 12854 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 13531 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 13418217 1568518144 12855 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 12856 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=1531756 CPUtime=0.9
/proc/20094/task/20103/stat : 20103 (java) R 20092 20094 13531 0 -1 4202560 2058 0 0 0 90 0 0 0 25 0 13 0 13418221 1568518144 12857 1992294400 134512640 134550932 4289685280 18446744073709551615 105633289 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=1531756 CPUtime=0.51
/proc/20094/task/20104/stat : 20104 (java) R 20092 20094 13531 0 -1 4202560 815 0 0 0 51 0 0 0 25 0 13 0 13418221 1568518144 12859 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 12859 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13418221 1568518144 12861 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 13531 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13418295 1568518144 12862 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1531756

[startup+3.1017 s]
/proc/loadavg: 0.92 0.98 0.99 3/119 20107
/proc/meminfo: memFree=1707968/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1531756 CPUtime=4.52
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 36670 0 1 0 435 17 0 0 18 0 13 0 13418212 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 382939 35178 1437 10 0 380241 0
[pid=20094/tid=20096] ppid=20092 vsize=1531756 CPUtime=2.85
/proc/20094/task/20096/stat : 20096 (java) R 20092 20094 13531 0 -1 4202560 32071 0 1 0 270 15 0 0 23 0 13 0 13418213 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4109269911 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 13531 0 -1 4202560 267 0 0 0 0 0 0 0 18 0 13 0 13418215 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 13531 0 -1 4202560 362 0 0 0 0 0 0 0 18 0 13 0 13418215 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 13531 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 13418216 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 13531 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 13531 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=1531756 CPUtime=0.95
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 13531 0 -1 4202560 2066 0 0 0 95 0 0 0 21 0 13 0 13418221 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=1531756 CPUtime=0.66
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 13531 0 -1 4202560 830 0 0 0 66 0 0 0 15 0 13 0 13418221 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13418221 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 13531 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13418295 1568518144 35178 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 1531756

[startup+6.32757 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 20107
/proc/meminfo: memFree=1659360/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1531756 CPUtime=7.85
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 37906 0 1 0 767 18 0 0 18 0 13 0 13418212 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 382939 36407 1442 10 0 380241 0
[pid=20094/tid=20096] ppid=20092 vsize=1531756 CPUtime=6.04
/proc/20094/task/20096/stat : 20096 (java) R 20092 20094 13531 0 -1 4202560 32075 0 1 0 589 15 0 0 25 0 13 0 13418213 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4109328726 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=1531756 CPUtime=0.01
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 13531 0 -1 4202560 553 0 0 0 1 0 0 0 18 0 13 0 13418215 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=1531756 CPUtime=0.02
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 13531 0 -1 4202560 691 0 0 0 2 0 0 0 18 0 13 0 13418215 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=1531756 CPUtime=0.02
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 13531 0 -1 4202560 616 0 0 0 2 0 0 0 15 0 13 0 13418216 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 13531 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 13531 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=1531756 CPUtime=0.99
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 13531 0 -1 4202560 2069 0 0 0 99 0 0 0 15 0 13 0 13418221 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=1531756 CPUtime=0.72
/proc/20094/task/20104/stat : 20104 (java) R 20092 20094 13531 0 -1 4202560 835 0 0 0 72 0 0 0 15 0 13 0 13418221 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 104140916 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13418221 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 13531 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13418295 1568518144 36407 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 1531756

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 20107
/proc/meminfo: memFree=1655020/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1531756 CPUtime=14.27
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 42852 0 1 0 1407 20 0 0 18 0 13 0 13418212 1568518144 41348 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 382939 41349 1442 10 0 380241 0
[pid=20094/tid=20096] ppid=20092 vsize=1531756 CPUtime=12.32
/proc/20094/task/20096/stat : 20096 (java) R 20092 20094 13531 0 -1 4202560 35989 0 1 0 1215 17 0 0 25 0 13 0 13418213 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4109205784 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=1531756 CPUtime=0.04
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 13531 0 -1 4202560 813 0 0 0 4 0 0 0 15 0 13 0 13418215 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=1531756 CPUtime=0.04
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 13531 0 -1 4202560 986 0 0 0 4 0 0 0 15 0 13 0 13418215 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=1531756 CPUtime=0.09
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 13531 0 -1 4202560 1091 0 0 0 9 0 0 0 15 0 13 0 13418216 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 13531 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 13531 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=1531756 CPUtime=0.99
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 13531 0 -1 4202560 2070 0 0 0 99 0 0 0 15 0 13 0 13418221 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=1531756 CPUtime=0.74
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 13531 0 -1 4202560 838 0 0 0 74 0 0 0 15 0 13 0 13418221 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13418221 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 13531 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13418295 1568518144 41350 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 1531756

[startup+25.5009 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 20107
/proc/meminfo: memFree=1622160/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1531756 CPUtime=27.17
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 47259 0 1 0 2695 22 0 0 18 0 13 0 13418212 1568518144 45636 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 382939 45636 1442 10 0 380241 0
[pid=20094/tid=20096] ppid=20092 vsize=1531756 CPUtime=24.97
/proc/20094/task/20096/stat : 20096 (java) R 20092 20094 13531 0 -1 4202560 38950 0 1 0 2479 18 0 0 25 0 13 0 13418213 1568518144 45636 1992294400 134512640 134550932 4289685280 18446744073709551615 4109269856 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=1531756 CPUtime=0.08
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 13531 0 -1 4202560 1535 0 0 0 8 0 0 0 16 0 13 0 13418215 1568518144 45636 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=1531756 CPUtime=0.08
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 13531 0 -1 4202560 1580 0 0 0 8 0 0 0 16 0 13 0 13418215 1568518144 45636 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=1531756 CPUtime=0.16

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

[pid=20094] ppid=20092 vsize=1531756 CPUtime=1666.5
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 51734 0 1 0 166573 77 0 0 18 0 13 0 13418212 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 382939 48799 1442 10 0 380241 0
[pid=20094/tid=20096] ppid=20092 vsize=1531756 CPUtime=1646.96
/proc/20094/task/20096/stat : 20096 (java) R 20092 20094 13531 0 -1 4202560 39594 0 1 0 164660 36 0 0 25 0 13 0 13418213 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4109269911 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=1531756 CPUtime=4.43
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 13531 0 -1 4202560 3255 0 0 0 427 16 0 0 16 0 13 0 13418215 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=1531756 CPUtime=4.41
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 13531 0 -1 4202560 3461 0 0 0 424 17 0 0 15 0 13 0 13418215 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=1531756 CPUtime=8.79
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 13531 0 -1 4202560 1334 0 0 0 875 4 0 0 15 0 13 0 13418216 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 13531 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 13531 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=1531756 CPUtime=0.99
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 13531 0 -1 4202560 2073 0 0 0 99 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=1531756 CPUtime=0.84
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 13531 0 -1 4202560 854 0 0 0 84 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 13531 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 13531 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13418295 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.5
Current children cumulated vsize (KiB) 1531756

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 20162
/proc/meminfo: memFree=1606536/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1531756 CPUtime=1726.58
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 51765 0 1 0 172580 78 0 0 18 0 13 0 13418212 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 382939 48799 1442 10 0 380241 0
[pid=20094/tid=20096] ppid=20092 vsize=1531756 CPUtime=1706.39
/proc/20094/task/20096/stat : 20096 (java) R 20092 20094 13531 0 -1 4202560 39617 0 1 0 170602 37 0 0 19 0 13 0 13418213 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4109269911 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=1531756 CPUtime=4.58
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 13531 0 -1 4202560 3255 0 0 0 442 16 0 0 15 0 13 0 13418215 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=1531756 CPUtime=4.58
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 13531 0 -1 4202560 3461 0 0 0 441 17 0 0 16 0 13 0 13418215 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=1531756 CPUtime=9.14
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 13531 0 -1 4202560 1338 0 0 0 909 5 0 0 16 0 13 0 13418216 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 13531 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 13531 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=1531756 CPUtime=0.99
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 13531 0 -1 4202560 2073 0 0 0 99 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=1531756 CPUtime=0.84
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 13531 0 -1 4202560 854 0 0 0 84 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 13531 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 13531 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13418295 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.58
Current children cumulated vsize (KiB) 1531756

[startup+1782.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 20162
/proc/meminfo: memFree=1606288/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1531756 CPUtime=1786.66
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 51792 0 1 0 178586 80 0 0 18 0 13 0 13418212 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 382939 48799 1442 10 0 380241 0
[pid=20094/tid=20096] ppid=20092 vsize=1531756 CPUtime=1765.91
/proc/20094/task/20096/stat : 20096 (java) R 20092 20094 13531 0 -1 4202560 39638 0 1 0 176554 37 0 0 25 0 13 0 13418213 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4109326028 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=1531756 CPUtime=4.72
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 13531 0 -1 4202560 3255 0 0 0 455 17 0 0 15 0 13 0 13418215 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=1531756 CPUtime=4.73
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 13531 0 -1 4202560 3461 0 0 0 456 17 0 0 15 0 13 0 13418215 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=1531756 CPUtime=9.4
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 13531 0 -1 4202560 1340 0 0 0 935 5 0 0 15 0 13 0 13418216 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 13531 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 13531 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=1531756 CPUtime=0.99
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 13531 0 -1 4202560 2073 0 0 0 99 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=1531756 CPUtime=0.84
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 13531 0 -1 4202560 854 0 0 0 84 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 13531 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 13531 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13418295 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.66
Current children cumulated vsize (KiB) 1531756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 1.05 1.01 1.00 2/119 20164
/proc/meminfo: memFree=1606288/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1531756 CPUtime=1800.1
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 51800 0 1 0 179929 81 0 0 18 0 13 0 13418212 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 382939 48799 1442 10 0 380241 0
[pid=20094/tid=20096] ppid=20092 vsize=1531756 CPUtime=1779.19
/proc/20094/task/20096/stat : 20096 (java) R 20092 20094 13531 0 -1 4202560 39644 0 1 0 177881 38 0 0 25 0 13 0 13418213 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4109205923 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=1531756 CPUtime=4.76
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 13531 0 -1 4202560 3255 0 0 0 459 17 0 0 15 0 13 0 13418215 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=1531756 CPUtime=4.77
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 13531 0 -1 4202560 3461 0 0 0 460 17 0 0 15 0 13 0 13418215 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=1531756 CPUtime=9.48
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 13531 0 -1 4202560 1342 0 0 0 943 5 0 0 15 0 13 0 13418216 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 13531 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 13531 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=1531756 CPUtime=0.99
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 13531 0 -1 4202560 2073 0 0 0 99 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=1531756 CPUtime=0.84
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 13531 0 -1 4202560 854 0 0 0 84 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 13531 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 13531 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13418295 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1531756

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

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

[startup+1795.7 s]
/proc/loadavg: 1.05 1.01 1.00 2/119 20164
/proc/meminfo: memFree=1606288/2059040 swapFree=4136596/4192956
[pid=20094] ppid=20092 vsize=1531756 CPUtime=1800.1
/proc/20094/stat : 20094 (java) S 20092 20094 13531 0 -1 4202496 51800 0 1 0 179929 81 0 0 18 0 13 0 13418212 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20094/statm: 382939 48799 1442 10 0 380241 0
[pid=20094/tid=20096] ppid=20092 vsize=1531756 CPUtime=1779.19
/proc/20094/task/20096/stat : 20096 (java) R 20092 20094 13531 0 -1 4202560 39644 0 1 0 177881 38 0 0 25 0 13 0 13418213 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4109205923 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=1531756 CPUtime=4.76
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 13531 0 -1 4202560 3255 0 0 0 459 17 0 0 15 0 13 0 13418215 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=1531756 CPUtime=4.77
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 13531 0 -1 4202560 3461 0 0 0 460 17 0 0 15 0 13 0 13418215 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=1531756 CPUtime=9.48
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 13531 0 -1 4202560 1342 0 0 0 943 5 0 0 15 0 13 0 13418216 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 0 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 13531 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 13531 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13418217 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=1531756 CPUtime=0.99
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 13531 0 -1 4202560 2073 0 0 0 99 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=1531756 CPUtime=0.84
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 13531 0 -1 4202560 854 0 0 0 84 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 13531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 13531 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 13418221 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 1 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=1531756 CPUtime=0
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 13531 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13418295 1568518144 48799 1992294400 134512640 134550932 4289685280 18446744073709551615 4294960144 0 4 0 16800975 18446604437838805824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1531756

Child status: 143
Real time (s): 1795.8
CPU time (s): 1800.24
CPU user time (s): 1799.4
CPU system time (s): 0.837872
CPU usage (%): 100.247
Max. virtual memory (cumulated for all children) (KiB): 1532672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.837872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51825
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= 44668
involuntary context switches= 25185

runsolver used 3.70944 second user time and 9.51755 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-13 04:53:48
IDJOB=2659081
IDBENCH=2007
IDSOLVER=1164
FILE ID=node026/2659081-1276397628
PBS_JOBID= 11173257
Free space on /tmp= 62508 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659081-1276397628/watcher-2659081-1276397628 -o /tmp/evaluation-result-2659081-1276397628/solver-2659081-1276397628 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659081-1276397628.opb

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

MD5SUM BENCH= ff9be653d1d3ea3b1a82846016e94df6
RANDOM SEED=404037165

node026.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1800724 kB
Buffers:         35560 kB
Cached:         140912 kB
SwapCached:      13316 kB
Active:         109452 kB
Inactive:        83396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1800724 kB
SwapTotal:     4192956 kB
SwapFree:      4136596 kB
Dirty:             536 kB
Writeback:           0 kB
AnonPages:       11052 kB
Mapped:           9192 kB
Slab:            43584 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180876 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62508 MiB
End job on node026 at 2010-06-13 05:23:46