Trace number 2662009

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 RES // CP 2.2.0 2010-05-31SAT (TO)-12 1802.82 952.637

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_4.opb
MD5SUMfeead174159765db2806c13d35bd6cbe
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1789.5
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

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.v20100531
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662009-1276672400.opb
0.24/0.21	c reading problem ... 
3.18/2.35	c ... done. Wall clock time 2.138s.
3.18/2.35	c #vars     3270
3.18/2.35	c #constraints  6442
3.18/2.35	c constraints type 
3.18/2.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3070
3.18/2.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
3.18/2.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.18/2.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
3.18/2.35	c constraints type 
3.18/2.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.18/2.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
3.18/2.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
3.18/2.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
5.14/3.34	c And the winner is CuttingPlanes
6.32/3.94	c SATISFIABLE
6.32/3.94	c OPTIMIZING...
6.32/3.94	c Got one! Elapsed wall clock time (in seconds):3.732
6.32/3.94	o -9
10.27/5.94	c And the winner is CuttingPlanes
10.35/6.04	c Got one! Elapsed wall clock time (in seconds):5.824
10.35/6.04	o -10
14.65/8.25	c cleaning 2476 clauses out of 5000 with flag 5000/5000
22.12/12.03	c cleaning 4231 clauses out of 8524 with flag 11000/11000
31.54/16.81	c cleaning 5647 clauses out of 11293 with flag 18000/18000
40.17/21.21	c cleaning 6801 clauses out of 13646 with flag 26000/26000
50.16/26.36	c cleaning 7890 clauses out of 15845 with flag 35000/35000
59.37/31.06	c cleaning 8947 clauses out of 17955 with flag 45000/45000
66.41/34.67	c cleaning 9476 clauses out of 19008 with flag 55000/55000
76.81/39.95	c cleaning 9713 clauses out of 19532 with flag 65000/65000
84.21/43.73	c cleaning 9883 clauses out of 19819 with flag 75000/75000
89.86/46.61	c And the winner is CuttingPlanes
89.89/47.20	c Got one! Elapsed wall clock time (in seconds):46.984
89.89/47.20	o -11
93.26/48.99	c cleaning 9968 clauses out of 19936 with flag 85000/85000
103.64/54.24	c cleaning 9962 clauses out of 19969 with flag 95001/95001
115.82/60.45	c cleaning 9951 clauses out of 20006 with flag 105000/105000
125.76/65.57	c cleaning 10006 clauses out of 20055 with flag 115000/115000
135.93/70.70	c cleaning 10009 clauses out of 20049 with flag 125000/125000
146.31/76.10	c cleaning 9960 clauses out of 20040 with flag 135000/135000
156.91/81.46	c cleaning 10034 clauses out of 20080 with flag 145000/145000
166.64/86.48	c cleaning 9946 clauses out of 20046 with flag 155000/155000
178.99/92.74	c cleaning 9976 clauses out of 20100 with flag 165000/165000
188.58/97.64	c cleaning 9991 clauses out of 20124 with flag 175000/175000
200.73/103.80	c cleaning 10007 clauses out of 20133 with flag 185000/185000
209.09/108.11	c cleaning 10041 clauses out of 20126 with flag 195000/195000
220.24/113.82	c cleaning 9998 clauses out of 20085 with flag 205000/205000
227.85/117.71	c cleaning 10031 clauses out of 20087 with flag 215000/215000
238.41/123.18	c cleaning 9992 clauses out of 20056 with flag 225000/225000
246.15/127.10	c cleaning 10012 clauses out of 20064 with flag 235000/235000
253.15/130.70	c cleaning 10006 clauses out of 20052 with flag 245000/245000
259.16/133.84	c cleaning 10010 clauses out of 20046 with flag 255000/255000
266.35/137.56	c cleaning 10012 clauses out of 20036 with flag 265000/265000
275.08/142.02	c cleaning 9985 clauses out of 20024 with flag 275000/275000
281.67/145.48	c cleaning 10005 clauses out of 20039 with flag 285000/285000
288.06/148.77	c cleaning 10005 clauses out of 20034 with flag 295000/295000
300.42/155.01	c cleaning 9970 clauses out of 20029 with flag 305000/305000
313.68/161.84	c cleaning 9998 clauses out of 20059 with flag 315000/315000
325.42/167.82	c cleaning 9987 clauses out of 20061 with flag 325000/325000
333.39/171.94	c cleaning 10033 clauses out of 20074 with flag 335000/335000
341.36/176.02	c cleaning 9988 clauses out of 20041 with flag 345000/345000
355.03/183.06	c cleaning 10011 clauses out of 20053 with flag 355000/355000
369.53/190.40	c cleaning 9940 clauses out of 20042 with flag 365000/365000
384.04/197.89	c cleaning 9972 clauses out of 20102 with flag 375000/375000
392.20/202.10	c cleaning 0 clauses out of 5000 with flag 0/5000
400.51/206.38	c cleaning 9993 clauses out of 20130 with flag 385000/385000
412.81/212.69	c cleaning 10059 clauses out of 20138 with flag 395001/395001
422.75/217.77	c cleaning 10015 clauses out of 20078 with flag 405000/405000
431.29/222.15	c cleaning 9948 clauses out of 20063 with flag 415000/415000
444.92/229.18	c cleaning 10027 clauses out of 20115 with flag 425000/425000
456.84/235.22	c cleaning 10026 clauses out of 20088 with flag 435000/435000
467.97/240.96	c cleaning 9981 clauses out of 20062 with flag 445000/445000
477.28/245.70	c cleaning 10012 clauses out of 20081 with flag 455000/455000
486.56/250.54	c cleaning 10001 clauses out of 20069 with flag 465000/465000
493.90/254.33	c cleaning 9986 clauses out of 20068 with flag 475000/475000
505.42/260.22	c cleaning 10021 clauses out of 20082 with flag 485000/485000
514.15/264.76	c cleaning 10015 clauses out of 20061 with flag 495000/495000
521.44/268.55	c cleaning 9983 clauses out of 20046 with flag 505000/505000
528.77/272.34	c cleaning 9989 clauses out of 20063 with flag 515000/515000
537.89/277.08	c cleaning 10003 clauses out of 20074 with flag 525000/525000
545.23/280.87	c cleaning 10007 clauses out of 20071 with flag 535000/535000
551.12/283.90	c cleaning 10010 clauses out of 20064 with flag 545000/545000
556.48/286.76	c cleaning 10010 clauses out of 20054 with flag 555000/555000
561.83/289.50	c cleaning 9989 clauses out of 20044 with flag 565000/565000
567.00/292.30	c cleaning 10001 clauses out of 20056 with flag 575001/575001
572.89/295.35	c cleaning 10018 clauses out of 20054 with flag 585000/585000
578.44/298.23	c cleaning 9997 clauses out of 20036 with flag 595000/595000
584.60/301.45	c cleaning 9991 clauses out of 20039 with flag 605000/605000
589.74/304.10	c cleaning 9988 clauses out of 20048 with flag 615000/615000
594.25/306.55	c cleaning 10016 clauses out of 20060 with flag 625000/625000
601.77/310.47	c cleaning 10010 clauses out of 20044 with flag 635000/635000
608.90/314.16	c cleaning 9991 clauses out of 20034 with flag 645000/645000
614.84/317.29	c cleaning 9992 clauses out of 20043 with flag 655000/655000
620.35/320.16	c cleaning 10008 clauses out of 20051 with flag 665000/665000
626.28/323.27	c cleaning 9999 clauses out of 20043 with flag 675000/675000
633.20/326.87	c cleaning 9986 clauses out of 20044 with flag 685000/685000
641.52/331.12	c cleaning 9997 clauses out of 20058 with flag 695000/695000
647.79/334.44	c cleaning 10003 clauses out of 20061 with flag 705000/705000
653.32/337.32	c cleaning 10011 clauses out of 20058 with flag 715000/715000
658.64/340.16	c cleaning 10000 clauses out of 20047 with flag 725000/725000
664.58/343.27	c cleaning 10023 clauses out of 20047 with flag 735000/735000
670.24/346.24	c cleaning 9989 clauses out of 20024 with flag 745000/745000
675.38/348.99	c cleaning 10018 clauses out of 20036 with flag 755001/755001
679.93/351.34	c cleaning 10005 clauses out of 20017 with flag 765000/765000
680.19/351.59	c And the winner is Resolution
680.57/352.71	c Got one! Elapsed wall clock time (in seconds):352.499
680.57/352.71	o -12
687.89/356.48	c cleaning 9980 clauses out of 20012 with flag 775000/775000
696.33/360.90	c cleaning 9966 clauses out of 20032 with flag 785000/785000
703.84/364.76	c cleaning 10013 clauses out of 20066 with flag 795000/795000
710.13/368.00	c cleaning 10013 clauses out of 20053 with flag 805000/805000
716.25/371.22	c cleaning 9992 clauses out of 20041 with flag 815001/815001
722.68/374.61	c cleaning 9991 clauses out of 20048 with flag 825000/825000
729.79/378.35	c cleaning 9981 clauses out of 20057 with flag 835000/835000
740.82/384.05	c cleaning 10004 clauses out of 20076 with flag 845000/845000
750.66/389.19	c cleaning 10005 clauses out of 20072 with flag 855000/855000
758.08/393.10	c cleaning 10020 clauses out of 20067 with flag 865000/865000
764.75/396.58	c cleaning 10005 clauses out of 20047 with flag 875000/875000
770.83/399.76	c cleaning 9969 clauses out of 20042 with flag 885000/885000
776.50/402.74	c cleaning 10012 clauses out of 20073 with flag 895000/895000
783.11/406.25	c cleaning 10003 clauses out of 20061 with flag 905000/905000
788.00/408.80	c cleaning 10013 clauses out of 20058 with flag 915000/915000
792.70/411.31	c cleaning 10002 clauses out of 20046 with flag 925001/925001
801.15/415.78	c cleaning 9983 clauses out of 20043 with flag 935000/935000
809.51/420.17	c cleaning 9993 clauses out of 20060 with flag 945000/945000
821.91/426.58	c cleaning 9977 clauses out of 20067 with flag 955000/955000
835.11/433.33	c cleaning 9966 clauses out of 20090 with flag 965000/965000
848.67/440.37	c cleaning 10025 clauses out of 20124 with flag 975000/975000
859.20/445.86	c cleaning 10029 clauses out of 20099 with flag 985000/985000
869.02/450.95	c cleaning 9989 clauses out of 20070 with flag 995000/995000
877.25/455.20	c cleaning 9995 clauses out of 20081 with flag 1005000/1005000
889.44/461.50	c cleaning 9963 clauses out of 20086 with flag 1015000/1015000
902.74/468.46	c cleaning 9999 clauses out of 20123 with flag 1025000/1025000
916.88/475.72	c cleaning 9980 clauses out of 20124 with flag 1035000/1035000
925.70/480.32	c cleaning 10032 clauses out of 20144 with flag 1045000/1045000
932.75/484.05	c cleaning 10018 clauses out of 20112 with flag 1055000/1055000
942.64/489.21	c cleaning 9963 clauses out of 20094 with flag 1065000/1065000
952.43/494.35	c cleaning 10045 clauses out of 20131 with flag 1075000/1075000
960.07/498.39	c cleaning 10013 clauses out of 20086 with flag 1085000/1085000
968.27/502.64	c cleaning 10002 clauses out of 20073 with flag 1095000/1095000
974.98/506.26	c cleaning 9994 clauses out of 20071 with flag 1105000/1105000
982.40/510.17	c cleaning 10012 clauses out of 20077 with flag 1115000/1115000
988.82/513.60	c cleaning 9998 clauses out of 20065 with flag 1125000/1125000
995.03/516.84	c cleaning 10010 clauses out of 20068 with flag 1135001/1135001
1000.79/519.92	c cleaning 10012 clauses out of 20057 with flag 1145000/1145000
1007.02/523.20	c cleaning 9975 clauses out of 20045 with flag 1155000/1155000
1013.25/526.54	c cleaning 10021 clauses out of 20070 with flag 1165000/1165000
1018.89/529.55	c cleaning 10005 clauses out of 20049 with flag 1175000/1175000
1024.44/532.55	c cleaning 10007 clauses out of 20044 with flag 1185000/1185000
1029.66/535.32	c cleaning 9994 clauses out of 20037 with flag 1195000/1195000
1034.69/538.03	c cleaning 9996 clauses out of 20043 with flag 1205000/1205000
1039.93/540.87	c cleaning 10011 clauses out of 20047 with flag 1215000/1215000
1046.07/544.16	c cleaning 9964 clauses out of 20036 with flag 1225000/1225000
1054.48/548.56	c cleaning 10017 clauses out of 20072 with flag 1235000/1235000
1061.88/552.40	c cleaning 9992 clauses out of 20055 with flag 1245000/1245000
1069.28/556.36	c cleaning 10022 clauses out of 20063 with flag 1255000/1255000
1077.80/560.83	c cleaning 9990 clauses out of 20042 with flag 1265001/1265001
1084.22/564.23	c cleaning 10005 clauses out of 20051 with flag 1275000/1275000
1089.81/567.29	c cleaning 9999 clauses out of 20046 with flag 1285000/1285000
1096.83/570.98	c cleaning 9966 clauses out of 20047 with flag 1295000/1295000
1103.94/574.74	c cleaning 10027 clauses out of 20081 with flag 1305000/1305000
1111.73/578.80	c cleaning 9997 clauses out of 20054 with flag 1315000/1315000
1117.74/582.04	c cleaning 10015 clauses out of 20057 with flag 1325000/1325000
1126.53/586.67	c cleaning 9975 clauses out of 20042 with flag 1335000/1335000
1134.44/590.80	c cleaning 10013 clauses out of 20067 with flag 1345000/1345000
1141.43/594.54	c cleaning 10002 clauses out of 20054 with flag 1355000/1355000
1148.24/598.17	c cleaning 10006 clauses out of 20052 with flag 1365000/1365000
1155.23/601.88	c cleaning 9978 clauses out of 20046 with flag 1375000/1375000
1166.28/607.66	c cleaning 9962 clauses out of 20068 with flag 1385000/1385000
1178.43/613.94	c cleaning 10004 clauses out of 20106 with flag 1395000/1395000
1190.18/620.04	c cleaning 10034 clauses out of 20102 with flag 1405000/1405000
1198.95/624.67	c cleaning 10008 clauses out of 20068 with flag 1415000/1415000
1207.83/629.35	c cleaning 10024 clauses out of 20060 with flag 1425000/1425000
1215.03/633.19	c cleaning 9989 clauses out of 20036 with flag 1435000/1435000
1220.44/636.06	c cleaning 10010 clauses out of 20047 with flag 1445000/1445000
1225.64/638.86	c cleaning 9984 clauses out of 20037 with flag 1455000/1455000
1231.57/642.06	c cleaning 10016 clauses out of 20053 with flag 1465000/1465000
1236.58/644.70	c cleaning 10001 clauses out of 20037 with flag 1475000/1475000
1241.40/647.33	c cleaning 9993 clauses out of 20036 with flag 1485000/1485000
1245.80/649.76	c cleaning 10007 clauses out of 20043 with flag 1495000/1495000
1250.13/652.19	c cleaning 9976 clauses out of 20036 with flag 1505000/1505000
1255.53/655.09	c cleaning 9997 clauses out of 20060 with flag 1515000/1515000
1260.53/657.71	c cleaning 10010 clauses out of 20063 with flag 1525000/1525000
1264.92/660.12	c cleaning 10009 clauses out of 20053 with flag 1535000/1535000
1269.05/662.45	c cleaning 10003 clauses out of 20044 with flag 1545000/1545000
1273.06/664.60	c cleaning 10004 clauses out of 20041 with flag 1555000/1555000
1277.66/667.11	c cleaning 9990 clauses out of 20037 with flag 1565000/1565000
1282.46/669.74	c cleaning 10000 clauses out of 20047 with flag 1575000/1575000
1287.17/672.34	c cleaning 9997 clauses out of 20047 with flag 1585000/1585000
1292.18/675.07	c cleaning 10011 clauses out of 20051 with flag 1595001/1595001
1296.81/677.52	c cleaning 10006 clauses out of 20039 with flag 1605000/1605000
1301.20/679.97	c cleaning 9997 clauses out of 20034 with flag 1615001/1615001
1305.71/682.47	c cleaning 9999 clauses out of 20036 with flag 1625000/1625000
1309.92/684.78	c cleaning 10003 clauses out of 20038 with flag 1635001/1635001
1313.94/686.97	c cleaning 9995 clauses out of 20034 with flag 1645000/1645000
1318.34/689.35	c cleaning 10008 clauses out of 20039 with flag 1655000/1655000
1322.68/691.73	c cleaning 9997 clauses out of 20031 with flag 1665000/1665000
1327.48/694.32	c cleaning 10005 clauses out of 20034 with flag 1675000/1675000
1332.88/697.27	c cleaning 10005 clauses out of 20029 with flag 1685000/1685000
1337.48/699.71	c cleaning 9988 clauses out of 20024 with flag 1695000/1695000
1341.99/702.28	c cleaning 10001 clauses out of 20036 with flag 1705000/1705000
1346.99/704.97	c cleaning 10003 clauses out of 20035 with flag 1715000/1715000
1351.43/707.34	c cleaning 9998 clauses out of 20032 with flag 1725000/1725000
1355.61/709.63	c cleaning 10004 clauses out of 20034 with flag 1735000/1735000
1359.93/712.06	c cleaning 9985 clauses out of 20030 with flag 1745000/1745000
1364.53/714.53	c cleaning 10002 clauses out of 20045 with flag 1755000/1755000
1369.15/717.00	c cleaning 10009 clauses out of 20043 with flag 1765000/1765000
1373.57/719.42	c cleaning 10007 clauses out of 20034 with flag 1775000/1775000
1377.86/721.86	c cleaning 9996 clauses out of 20027 with flag 1785000/1785000
1382.28/724.26	c cleaning 9992 clauses out of 20032 with flag 1795001/1795001
1386.48/726.52	c cleaning 9998 clauses out of 20039 with flag 1805000/1805000
1390.69/728.88	c cleaning 10001 clauses out of 20041 with flag 1815000/1815000
1397.80/732.67	c cleaning 9990 clauses out of 20040 with flag 1825000/1825000
1404.36/736.11	c cleaning 10001 clauses out of 20050 with flag 1835000/1835000
1410.16/739.25	c cleaning 10007 clauses out of 20049 with flag 1845000/1845000
1414.94/741.88	c cleaning 10010 clauses out of 20042 with flag 1855000/1855000
1421.01/745.13	c cleaning 10007 clauses out of 20033 with flag 1865001/1865001
1425.63/747.67	c cleaning 10001 clauses out of 20026 with flag 1875001/1875001
1430.63/750.31	c cleaning 10004 clauses out of 20025 with flag 1885001/1885001
1435.42/752.96	c cleaning 9998 clauses out of 20020 with flag 1895000/1895000
1440.93/755.90	c cleaning 9989 clauses out of 20022 with flag 1905000/1905000
1445.13/758.26	c cleaning 10006 clauses out of 20035 with flag 1915002/1915002
1449.72/760.75	c cleaning 9994 clauses out of 20027 with flag 1925000/1925000
1454.32/763.28	c cleaning 10004 clauses out of 20033 with flag 1935000/1935000
1459.02/765.83	c cleaning 9993 clauses out of 20029 with flag 1945000/1945000
1463.42/768.21	c cleaning 9993 clauses out of 20036 with flag 1955000/1955000
1467.61/770.54	c cleaning 10008 clauses out of 20043 with flag 1965000/1965000
1471.81/772.89	c cleaning 10009 clauses out of 20035 with flag 1975000/1975000
1476.29/775.31	c cleaning 10004 clauses out of 20026 with flag 1985000/1985000
1480.49/777.65	c cleaning 9998 clauses out of 20022 with flag 1995000/1995000
1485.06/780.15	c cleaning 9995 clauses out of 20024 with flag 2005000/2005000
1489.06/782.38	c cleaning 10001 clauses out of 20029 with flag 2015000/2015000
1493.34/784.75	c cleaning 9998 clauses out of 20028 with flag 2025000/2025000
1497.52/787.07	c cleaning 10003 clauses out of 20031 with flag 2035001/2035001
1502.09/789.54	c cleaning 10007 clauses out of 20027 with flag 2045000/2045000
1506.09/791.74	c cleaning 10001 clauses out of 20021 with flag 2055001/2055001
1511.19/794.53	c cleaning 9987 clauses out of 20019 with flag 2065000/2065000
1516.97/797.62	c cleaning 10009 clauses out of 20032 with flag 2075000/2075000
1524.33/801.51	c cleaning 9983 clauses out of 20023 with flag 2085000/2085000
1530.12/804.64	c cleaning 10007 clauses out of 20040 with flag 2095000/2095000
1535.81/807.76	c cleaning 10005 clauses out of 20033 with flag 2105000/2105000
1541.58/810.81	c cleaning 10001 clauses out of 20028 with flag 2115000/2115000
1548.36/814.41	c cleaning 9974 clauses out of 20027 with flag 2125000/2125000
1556.11/818.52	c cleaning 10011 clauses out of 20053 with flag 2135000/2135000
1563.57/822.56	c cleaning 10001 clauses out of 20042 with flag 2145000/2145000
1570.36/826.12	c cleaning 9963 clauses out of 20041 with flag 2155000/2155000
1579.29/830.80	c cleaning 10027 clauses out of 20078 with flag 2165000/2165000
1589.80/836.32	c cleaning 9994 clauses out of 20051 with flag 2175000/2175000
1597.66/840.53	c cleaning 10005 clauses out of 20057 with flag 2185000/2185000
1604.42/844.10	c cleaning 10006 clauses out of 20052 with flag 2195000/2195000
1610.38/847.39	c cleaning 9997 clauses out of 20046 with flag 2205000/2205000
1616.74/850.79	c cleaning 9987 clauses out of 20049 with flag 2215000/2215000
1622.41/853.83	c cleaning 10014 clauses out of 20062 with flag 2225000/2225000
1627.80/856.70	c cleaning 9979 clauses out of 20048 with flag 2235000/2235000
1633.56/859.85	c cleaning 10008 clauses out of 20069 with flag 2245000/2245000
1640.92/863.71	c cleaning 9997 clauses out of 20061 with flag 2255000/2255000
1648.58/867.83	c cleaning 10006 clauses out of 20064 with flag 2265000/2265000
1655.12/871.32	c cleaning 10008 clauses out of 20058 with flag 2275000/2275000
1661.68/874.84	c cleaning 10006 clauses out of 20051 with flag 2285001/2285001
1666.46/877.48	c cleaning 10007 clauses out of 20044 with flag 2295000/2295000
1671.33/880.17	c cleaning 9963 clauses out of 20037 with flag 2305000/2305000
1677.11/883.26	c cleaning 10011 clauses out of 20074 with flag 2315000/2315000
1682.67/886.20	c cleaning 10002 clauses out of 20063 with flag 2325000/2325000
1687.84/889.09	c cleaning 9996 clauses out of 20061 with flag 2335000/2335000
1694.48/892.61	c cleaning 10020 clauses out of 20065 with flag 2345000/2345000
1700.44/895.80	c cleaning 10001 clauses out of 20045 with flag 2355000/2355000
1705.20/898.42	c cleaning 10007 clauses out of 20044 with flag 2365000/2365000
1710.15/901.19	c cleaning 10006 clauses out of 20037 with flag 2375000/2375000
1714.79/903.76	c cleaning 9997 clauses out of 20031 with flag 2385000/2385000
1720.14/906.64	c cleaning 9979 clauses out of 20034 with flag 2395000/2395000
1724.51/909.08	c cleaning 10015 clauses out of 20055 with flag 2405000/2405000
1729.68/911.86	c cleaning 10004 clauses out of 20040 with flag 2415000/2415000
1734.72/914.60	c cleaning 10009 clauses out of 20037 with flag 2425001/2425001
1738.87/916.96	c cleaning 9998 clauses out of 20027 with flag 2435000/2435000
1743.26/919.33	c cleaning 9999 clauses out of 20029 with flag 2445000/2445000
1747.41/921.67	c cleaning 9993 clauses out of 20030 with flag 2455000/2455000
1752.04/924.21	c cleaning 9985 clauses out of 20037 with flag 2465000/2465000
1755.99/926.43	c cleaning 10023 clauses out of 20052 with flag 2475000/2475000
1760.75/929.01	c cleaning 9963 clauses out of 20029 with flag 2485000/2485000
1765.51/931.66	c cleaning 10016 clauses out of 20066 with flag 2495000/2495000
1770.35/934.36	c cleaning 10011 clauses out of 20050 with flag 2505000/2505000
1774.51/936.66	c cleaning 10000 clauses out of 20039 with flag 2515000/2515000
1778.46/938.85	c cleaning 10010 clauses out of 20039 with flag 2525000/2525000
1782.22/940.95	c cleaning 10004 clauses out of 20030 with flag 2535001/2535001
1786.45/943.34	c cleaning 9993 clauses out of 20026 with flag 2545001/2545001
1790.22/945.48	c cleaning 9990 clauses out of 20032 with flag 2555000/2555000
1794.18/947.69	c cleaning 10011 clauses out of 20042 with flag 2565000/2565000
1798.15/949.81	c cleaning 10002 clauses out of 20031 with flag 2575000/2575000
1801.99/952.03	c cleaning 10006 clauses out of 20029 with flag 2585000/2585000
1802.45/952.47	c starts		: 231
1802.45/952.47	c conflicts		: 2585059
1802.45/952.47	c decisions		: 2640955
1802.45/952.47	c propagations		: 38291157
1802.45/952.47	c inspects		: 992779385
1802.45/952.47	c learnt literals	: 0
1802.45/952.47	c learnt binary clauses	: 0
1802.45/952.47	c learnt ternary clauses	: 2663
1802.45/952.47	c learnt clauses	: 2585059
1802.45/952.47	c ignored clauses	: 0
1802.45/952.47	c root simplifications	: 0
1802.45/952.47	c removed literals (reason simplification)	: 196202639
1802.45/952.47	c reason swapping (by a shorter reason)	: 0
1802.45/952.47	c Calls to reduceDB	: 260
1802.45/952.47	c number of reductions to clauses (during analyze)	: 0
1802.45/952.47	c number of learned constraints concerned by reduction	: 0
1802.45/952.47	c number of learning phase by resolution	: 0
1802.45/952.47	c number of learning phase by cutting planes	: 0
1802.45/952.47	c speed (assignments/second)	: 63844.45200306125
1802.45/952.47	c non guided choices	0
1802.45/952.51	c learnt constraints type 
1802.45/952.51	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10278
1802.45/952.51	c constraints type 
1802.45/952.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3070
1802.45/952.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1802.45/952.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1802.45/952.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1802.45/952.51	c constraints type 
1802.45/952.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1802.45/952.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
1802.45/952.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1802.45/952.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1802.45/952.51	s SATISFIABLE
1802.45/952.51	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 
1802.45/952.51	c objective function=-12
1802.45/952.51	c Total wall clock time (in seconds): 952.291

Verifier Data

OK	-12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662009-1276672400/watcher-2662009-1276672400 -o /tmp/evaluation-result-2662009-1276672400/solver-2662009-1276672400 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662009-1276672400.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: 1.00 1.00 1.00 3/106 15098
/proc/meminfo: memFree=1802512/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=248 CPUtime=0
/proc/15098/stat : 15098 (java) R 15096 15098 14290 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 8530977 253952 29 1992294400 134512640 134550932 4294025568 18446744073709551615 2064980 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15098/statm: 62 29 21 10 0 23 0

[startup+0.0817849 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15098
/proc/meminfo: memFree=1802512/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1521796 CPUtime=0.06
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 3787 0 1 0 4 2 0 0 18 0 7 0 8530977 1558319104 3229 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/15098/statm: 380449 3229 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101791 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15098
/proc/meminfo: memFree=1802512/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1524180 CPUtime=0.08
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 3965 0 1 0 6 2 0 0 18 0 12 0 8530977 1560760320 3405 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15098/statm: 381045 3405 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300228 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15098
/proc/meminfo: memFree=1802512/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1526104 CPUtime=0.36
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 5380 0 1 0 33 3 0 0 18 0 12 0 8530977 1562730496 4818 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15098/statm: 381526 4818 1356 10 0 378829 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526104

[startup+0.700215 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15098
/proc/meminfo: memFree=1802512/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1527800 CPUtime=1.09
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 6937 0 1 0 105 4 0 0 18 0 12 0 8530977 1564467200 6312 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15098/statm: 381950 6312 1402 10 0 379253 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1527800

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 15110
/proc/meminfo: memFree=1777184/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1529224 CPUtime=2.29
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 9333 0 1 0 223 6 0 0 18 0 12 0 8530977 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15098/statm: 382306 8289 1409 10 0 379609 0
[pid=15098/tid=15100] ppid=15096 vsize=1529224 CPUtime=1.47
/proc/15098/task/15100/stat : 15100 (java) R 15096 15098 14290 0 -1 4202560 6384 0 1 0 143 4 0 0 19 0 12 0 8530979 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4109486032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15098/tid=15101] ppid=15096 vsize=1529224 CPUtime=0
/proc/15098/task/15101/stat : 15101 (java) S 15096 15098 14290 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 8530980 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15102] ppid=15096 vsize=1529224 CPUtime=0
/proc/15098/task/15102/stat : 15102 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 8530980 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15103] ppid=15096 vsize=1529224 CPUtime=0
/proc/15098/task/15103/stat : 15103 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8530982 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15104] ppid=15096 vsize=1529224 CPUtime=0
/proc/15098/task/15104/stat : 15104 (java) S 15096 15098 14290 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 8530982 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15105] ppid=15096 vsize=1529224 CPUtime=0
/proc/15098/task/15105/stat : 15105 (java) S 15096 15098 14290 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8530982 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15106] ppid=15096 vsize=1529224 CPUtime=0
/proc/15098/task/15106/stat : 15106 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8530987 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15107] ppid=15096 vsize=1529224 CPUtime=0.51
/proc/15098/task/15107/stat : 15107 (java) R 15096 15098 14290 0 -1 4202560 1294 0 0 0 51 0 0 0 23 0 12 0 8530987 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 105712150 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15098/tid=15108] ppid=15096 vsize=1529224 CPUtime=0.28
/proc/15098/task/15108/stat : 15108 (java) S 15096 15098 14290 0 -1 4202560 591 0 0 0 28 0 0 0 22 0 12 0 8530987 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15109] ppid=15096 vsize=1529224 CPUtime=0
/proc/15098/task/15109/stat : 15109 (java) S 15096 15098 14290 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8530987 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15110] ppid=15096 vsize=1529224 CPUtime=0
/proc/15098/task/15110/stat : 15110 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8530987 1565925376 8289 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1529224

[startup+3.10014 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15110
/proc/meminfo: memFree=1770488/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1546388 CPUtime=4.72
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 18516 0 1 0 462 10 0 0 18 0 16 0 8530977 1583501312 15365 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15098/statm: 386597 15366 1423 10 0 383900 0
[pid=15098/tid=15100] ppid=15096 vsize=1546388 CPUtime=2.32
/proc/15098/task/15100/stat : 15100 (java) S 15096 15098 14290 0 -1 4202560 7651 0 1 0 227 5 0 0 21 0 16 0 8530979 1583501312 15367 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15101] ppid=15096 vsize=1546388 CPUtime=0
/proc/15098/task/15101/stat : 15101 (java) S 15096 15098 14290 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 8530980 1583501312 15367 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15102] ppid=15096 vsize=1546388 CPUtime=0
/proc/15098/task/15102/stat : 15102 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 8530980 1583501312 15367 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15103] ppid=15096 vsize=1546388 CPUtime=0
/proc/15098/task/15103/stat : 15103 (java) R 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 8530982 1583501312 15367 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15098/tid=15104] ppid=15096 vsize=1546388 CPUtime=0
/proc/15098/task/15104/stat : 15104 (java) S 15096 15098 14290 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 8530982 1583501312 15368 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15105] ppid=15096 vsize=1546388 CPUtime=0
/proc/15098/task/15105/stat : 15105 (java) S 15096 15098 14290 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 8530982 1583501312 15368 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15106] ppid=15096 vsize=1546388 CPUtime=0
/proc/15098/task/15106/stat : 15106 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8530987 1583501312 15369 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15107] ppid=15096 vsize=1546388 CPUtime=0.89
/proc/15098/task/15107/stat : 15107 (java) R 15096 15098 14290 0 -1 4202560 5090 0 0 0 87 2 0 0 16 0 16 0 8530987 1583501312 15369 1992294400 134512640 134550932 4294025568 18446744073709551615 106251816 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15098/tid=15108] ppid=15096 vsize=1546388 CPUtime=0.74
/proc/15098/task/15108/stat : 15108 (java) R 15096 15098 14290 0 -1 4202560 2459 0 0 0 74 0 0 0 16 0 16 0 8530987 1583501312 15369 1992294400 134512640 134550932 4294025568 18446744073709551615 106251762 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15098/tid=15109] ppid=15096 vsize=1546388 CPUtime=0
/proc/15098/task/15109/stat : 15109 (java) S 15096 15098 14290 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8530987 1583501312 15369 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15110] ppid=15096 vsize=1546388 CPUtime=0
/proc/15098/task/15110/stat : 15110 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8530987 1583501312 15370 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1546388

[startup+6.31704 s]
/proc/loadavg: 1.32 1.07 1.02 4/122 15116
/proc/meminfo: memFree=1650548/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1546668 CPUtime=10.91
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 49929 0 1 0 1037 54 0 0 18 0 16 0 8530977 1583788032 40765 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15098/statm: 386667 40767 1441 10 0 383970 0
[pid=15098/tid=15100] ppid=15096 vsize=1546668 CPUtime=2.33
/proc/15098/task/15100/stat : 15100 (java) S 15096 15098 14290 0 -1 4202560 7668 0 1 0 228 5 0 0 19 0 16 0 8530979 1583788032 40769 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15101] ppid=15096 vsize=1546668 CPUtime=0.05
/proc/15098/task/15101/stat : 15101 (java) R 15096 15098 14290 0 -1 4202560 1408 0 0 0 5 0 0 0 15 0 16 0 8530980 1583788032 40771 1992294400 134512640 134550932 4294025568 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15098/tid=15102] ppid=15096 vsize=1546668 CPUtime=0.05
/proc/15098/task/15102/stat : 15102 (java) R 15096 15098 14290 0 -1 4202560 1332 0 0 0 5 0 0 0 15 0 16 0 8530980 1583788032 40772 1992294400 134512640 134550932 4294025568 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15098/tid=15103] ppid=15096 vsize=1546668 CPUtime=0.52
/proc/15098/task/15103/stat : 15103 (java) S 15096 15098 14290 0 -1 4202560 13 0 0 0 20 32 0 0 16 0 16 0 8530982 1583788032 40774 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15104] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15104/stat : 15104 (java) S 15096 15098 14290 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8530982 1583788032 40776 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15105] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15105/stat : 15105 (java) S 15096 15098 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8530982 1583788032 40777 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15106] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15106/stat : 15106 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8530987 1583788032 40779 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15107] ppid=15096 vsize=1546668 CPUtime=2.44
/proc/15098/task/15107/stat : 15107 (java) S 15096 15098 14290 0 -1 4202560 8982 0 0 0 240 4 0 0 15 0 16 0 8530987 1583788032 40781 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15108] ppid=15096 vsize=1546668 CPUtime=1.87
/proc/15098/task/15108/stat : 15108 (java) S 15096 15098 14290 0 -1 4202560 5026 0 0 0 186 1 0 0 15 0 16 0 8530987 1583788032 40782 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15109] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15109/stat : 15109 (java) S 15096 15098 14290 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8530987 1583788032 40784 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15110] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15110/stat : 15110 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8530987 1583788032 40786 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15113] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15113/stat : 15113 (java) S 15096 15098 14290 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 8531216 1583788032 40792 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15114] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15114/stat : 15114 (java) S 15096 15098 14290 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8531216 1583788032 40794 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.91
Current children cumulated vsize (KiB) 1546668

[startup+12.7018 s]
/proc/loadavg: 1.53 1.11 1.04 3/122 15118
/proc/meminfo: memFree=1606280/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1546668 CPUtime=23.42
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 59854 0 1 0 2283 59 0 0 18 0 16 0 8530977 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15098/statm: 386667 50397 1447 10 0 383970 0
[pid=15098/tid=15100] ppid=15096 vsize=1546668 CPUtime=2.33
/proc/15098/task/15100/stat : 15100 (java) S 15096 15098 14290 0 -1 4202560 7669 0 1 0 228 5 0 0 17 0 16 0 8530979 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15101] ppid=15096 vsize=1546668 CPUtime=0.22
/proc/15098/task/15101/stat : 15101 (java) S 15096 15098 14290 0 -1 4202560 4201 0 0 0 20 2 0 0 16 0 16 0 8530980 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15102] ppid=15096 vsize=1546668 CPUtime=0.22
/proc/15098/task/15102/stat : 15102 (java) S 15096 15098 14290 0 -1 4202560 4353 0 0 0 21 1 0 0 15 0 16 0 8530980 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15103] ppid=15096 vsize=1546668 CPUtime=0.65
/proc/15098/task/15103/stat : 15103 (java) S 15096 15098 14290 0 -1 4202560 973 0 0 0 33 32 0 0 16 0 16 0 8530982 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15104] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15104/stat : 15104 (java) S 15096 15098 14290 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8530982 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15105] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15105/stat : 15105 (java) S 15096 15098 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8530982 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15106] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15106/stat : 15106 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8530987 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15107] ppid=15096 vsize=1546668 CPUtime=2.74
/proc/15098/task/15107/stat : 15107 (java) S 15096 15098 14290 0 -1 4202560 9017 0 0 0 270 4 0 0 15 0 16 0 8530987 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15108] ppid=15096 vsize=1546668 CPUtime=2.42
/proc/15098/task/15108/stat : 15108 (java) S 15096 15098 14290 0 -1 4202560 5070 0 0 0 241 1 0 0 15 0 16 0 8530987 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15109] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15109/stat : 15109 (java) S 15096 15098 14290 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8530987 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15110] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15110/stat : 15110 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8530987 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15113] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15113/stat : 15113 (java) S 15096 15098 14290 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 8531216 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15114] ppid=15096 vsize=1546668 CPUtime=0
/proc/15098/task/15114/stat : 15114 (java) S 15096 15098 14290 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8531216 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15117] ppid=15096 vsize=1546668 CPUtime=6.01
/proc/15098/task/15117/stat : 15117 (java) R 15096 15098 14290 0 -1 4202560 1555 0 0 0 601 0 0 0 25 0 16 0 8531581 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4109783300 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15098/tid=15118] ppid=15096 vsize=1546668 CPUtime=5.66
/proc/15098/task/15118/stat : 15118 (java) R 15096 15098 14290 0 -1 4202560 1618 0 0 0 566 0 0 0 25 0 16 0 8531581 1583788032 50397 1992294400 134512640 134550932 4294025568 18446744073709551615 4109615229 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.42
Current children cumulated vsize (KiB) 1546668

[startup+25.5015 s]
/proc/loadavg: 1.92 1.22 1.07 3/122 15118
/proc/meminfo: memFree=1591648/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1546668 CPUtime=48.57
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 63381 0 1 0 4795 62 0 0 18 0 16 0 8530977 1583788032 53706 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15098/statm: 386667 53706 1451 10 0 383970 0
[pid=15098/tid=15100] ppid=15096 vsize=1546668 CPUtime=2.33
/proc/15098/task/15100/stat : 15100 (java) S 15096 15098 14290 0 -1 4202560 7669 0 1 0 228 5 0 0 15 0 16 0 8530979 1583788032 53706 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15101] ppid=15096 vsize=1546668 CPUtime=0.39

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

/proc/15098/statm: 386611 74319 1451 10 0 383914 0
[pid=15098/tid=15100] ppid=15096 vsize=1546444 CPUtime=2.34
/proc/15098/task/15100/stat : 15100 (java) S 15096 15098 14290 0 -1 4202560 7730 0 1 0 229 5 0 0 15 0 16 0 8530979 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15101] ppid=15096 vsize=1546444 CPUtime=17.35
/proc/15098/task/15101/stat : 15101 (java) S 15096 15098 14290 0 -1 4202560 16703 0 0 0 1685 50 0 0 16 0 16 0 8530980 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15102] ppid=15096 vsize=1546444 CPUtime=17.36
/proc/15098/task/15102/stat : 15102 (java) S 15096 15098 14290 0 -1 4202560 15902 0 0 0 1690 46 0 0 15 0 16 0 8530980 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15103] ppid=15096 vsize=1546444 CPUtime=79.87
/proc/15098/task/15103/stat : 15103 (java) S 15096 15098 14290 0 -1 4202560 2437 0 0 0 7928 59 0 0 16 0 16 0 8530982 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15104] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15104/stat : 15104 (java) S 15096 15098 14290 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8530982 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15105] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15105/stat : 15105 (java) S 15096 15098 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8530982 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15106] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15106/stat : 15106 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8530987 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15107] ppid=15096 vsize=1546444 CPUtime=2.98
/proc/15098/task/15107/stat : 15107 (java) S 15096 15098 14290 0 -1 4202560 9021 0 0 0 294 4 0 0 16 0 16 0 8530987 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15108] ppid=15096 vsize=1546444 CPUtime=3.79
/proc/15098/task/15108/stat : 15108 (java) S 15096 15098 14290 0 -1 4202560 6998 0 0 0 377 2 0 0 15 0 16 0 8530987 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15109] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15109/stat : 15109 (java) S 15096 15098 14290 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8530987 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15110] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15110/stat : 15110 (java) S 15096 15098 14290 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 8530987 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15113] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15113/stat : 15113 (java) S 15096 15098 14290 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 8531216 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15114] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15114/stat : 15114 (java) S 15096 15098 14290 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8531216 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15129] ppid=15096 vsize=1546444 CPUtime=505.97
/proc/15098/task/15129/stat : 15129 (java) R 15096 15098 14290 0 -1 4202560 330 0 0 0 50586 11 0 0 16 0 16 0 8566249 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4109857724 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15098/tid=15130] ppid=15096 vsize=1546444 CPUtime=508.41
/proc/15098/task/15130/stat : 15130 (java) R 15096 15098 14290 0 -1 4202560 229 0 0 0 50830 11 0 0 22 0 16 0 8566249 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4109746906 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (KiB) 1546444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+951.003 s]
/proc/loadavg: 2.53 2.14 1.73 3/122 15146
/proc/meminfo: memFree=1507452/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1546444 CPUtime=1800.03
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 88571 0 1 0 179782 221 0 0 18 0 16 0 8530977 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15098/statm: 386611 74319 1451 10 0 383914 0
[pid=15098/tid=15100] ppid=15096 vsize=1546444 CPUtime=2.34
/proc/15098/task/15100/stat : 15100 (java) S 15096 15098 14290 0 -1 4202560 7731 0 1 0 229 5 0 0 15 0 16 0 8530979 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15101] ppid=15096 vsize=1546444 CPUtime=17.52
/proc/15098/task/15101/stat : 15101 (java) S 15096 15098 14290 0 -1 4202560 16703 0 0 0 1702 50 0 0 15 0 16 0 8530980 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15102] ppid=15096 vsize=1546444 CPUtime=17.54
/proc/15098/task/15102/stat : 15102 (java) S 15096 15098 14290 0 -1 4202560 15902 0 0 0 1707 47 0 0 16 0 16 0 8530980 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15103] ppid=15096 vsize=1546444 CPUtime=81.59
/proc/15098/task/15103/stat : 15103 (java) S 15096 15098 14290 0 -1 4202560 2439 0 0 0 8100 59 0 0 16 0 16 0 8530982 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15104] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15104/stat : 15104 (java) S 15096 15098 14290 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8530982 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15105] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15105/stat : 15105 (java) S 15096 15098 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8530982 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15106] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15106/stat : 15106 (java) S 15096 15098 14290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8530987 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15107] ppid=15096 vsize=1546444 CPUtime=2.98
/proc/15098/task/15107/stat : 15107 (java) S 15096 15098 14290 0 -1 4202560 9021 0 0 0 294 4 0 0 16 0 16 0 8530987 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15108] ppid=15096 vsize=1546444 CPUtime=3.79
/proc/15098/task/15108/stat : 15108 (java) S 15096 15098 14290 0 -1 4202560 6998 0 0 0 377 2 0 0 15 0 16 0 8530987 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15109] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15109/stat : 15109 (java) S 15096 15098 14290 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8530987 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15110] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15110/stat : 15110 (java) R 15096 15098 14290 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 8530987 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15098/tid=15113] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15113/stat : 15113 (java) S 15096 15098 14290 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 8531216 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15114] ppid=15096 vsize=1546444 CPUtime=0
/proc/15098/task/15114/stat : 15114 (java) S 15096 15098 14290 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8531216 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15129] ppid=15096 vsize=1546444 CPUtime=512.72
/proc/15098/task/15129/stat : 15129 (java) R 15096 15098 14290 0 -1 4202560 335 0 0 0 51261 11 0 0 16 0 16 0 8566249 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4109857718 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15098/tid=15130] ppid=15096 vsize=1546444 CPUtime=515.13
/proc/15098/task/15130/stat : 15130 (java) R 15096 15098 14290 0 -1 4202560 231 0 0 0 51502 11 0 0 22 0 16 0 8566249 1583558656 74319 1992294400 134512640 134550932 4294025568 18446744073709551615 4109547244 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1546444

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

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

[startup+951.803 s]
/proc/loadavg: 2.53 2.14 1.73 5/123 15147
/proc/meminfo: memFree=1507444/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1547092 CPUtime=1801.6
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 88583 0 1 0 179939 221 0 0 18 0 18 0 8530977 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15098/statm: 386773 74330 1451 10 0 384076 0
[pid=15098/tid=15100] ppid=15096 vsize=1547092 CPUtime=2.34
/proc/15098/task/15100/stat : 15100 (java) S 15096 15098 14290 0 -1 4202560 7731 0 1 0 229 5 0 0 15 0 18 0 8530979 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15101] ppid=15096 vsize=1547092 CPUtime=17.55
/proc/15098/task/15101/stat : 15101 (java) S 15096 15098 14290 0 -1 4202560 16703 0 0 0 1705 50 0 0 16 0 18 0 8530980 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15102] ppid=15096 vsize=1547092 CPUtime=17.57
/proc/15098/task/15102/stat : 15102 (java) S 15096 15098 14290 0 -1 4202560 15902 0 0 0 1710 47 0 0 15 0 18 0 8530980 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15103] ppid=15096 vsize=1547092 CPUtime=81.59
/proc/15098/task/15103/stat : 15103 (java) S 15096 15098 14290 0 -1 4202560 2439 0 0 0 8100 59 0 0 15 0 18 0 8530982 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15104] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15104/stat : 15104 (java) S 15096 15098 14290 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 8530982 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15105] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15105/stat : 15105 (java) S 15096 15098 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8530982 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15106] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15106/stat : 15106 (java) S 15096 15098 14290 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 18 0 8530987 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15107] ppid=15096 vsize=1547092 CPUtime=2.98
/proc/15098/task/15107/stat : 15107 (java) S 15096 15098 14290 0 -1 4202560 9021 0 0 0 294 4 0 0 16 0 18 0 8530987 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15108] ppid=15096 vsize=1547092 CPUtime=3.79
/proc/15098/task/15108/stat : 15108 (java) S 15096 15098 14290 0 -1 4202560 6998 0 0 0 377 2 0 0 15 0 18 0 8530987 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15109] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15109/stat : 15109 (java) S 15096 15098 14290 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 8530987 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15110] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15110/stat : 15110 (java) S 15096 15098 14290 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 8530987 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15113] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15113/stat : 15113 (java) S 15096 15098 14290 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 18 0 8531216 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15114] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15114/stat : 15114 (java) S 15096 15098 14290 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8531216 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15129] ppid=15096 vsize=1547092 CPUtime=513.47
/proc/15098/task/15129/stat : 15129 (java) R 15096 15098 14290 0 -1 4202560 335 0 0 0 51336 11 0 0 17 0 18 0 8566249 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4109763636 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15098/tid=15130] ppid=15096 vsize=1547092 CPUtime=515.9
/proc/15098/task/15130/stat : 15130 (java) R 15096 15098 14290 0 -1 4202560 232 0 0 0 51579 11 0 0 25 0 18 0 8566249 1584222208 74330 1992294400 134512640 134550932 4294025568 18446744073709551615 4109747029 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 1547092

[startup+952.203 s]
/proc/loadavg: 2.53 2.14 1.73 5/123 15147
/proc/meminfo: memFree=1507444/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=1547092 CPUtime=1802.25
/proc/15098/stat : 15098 (java) S 15096 15098 14290 0 -1 4202496 88586 0 1 0 180003 222 0 0 18 0 18 0 8530977 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15098/statm: 386773 74332 1451 10 0 384076 0
[pid=15098/tid=15100] ppid=15096 vsize=1547092 CPUtime=2.34
/proc/15098/task/15100/stat : 15100 (java) S 15096 15098 14290 0 -1 4202560 7731 0 1 0 229 5 0 0 15 0 18 0 8530979 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15101] ppid=15096 vsize=1547092 CPUtime=17.56
/proc/15098/task/15101/stat : 15101 (java) S 15096 15098 14290 0 -1 4202560 16703 0 0 0 1706 50 0 0 16 0 18 0 8530980 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15102] ppid=15096 vsize=1547092 CPUtime=17.59
/proc/15098/task/15102/stat : 15102 (java) S 15096 15098 14290 0 -1 4202560 15902 0 0 0 1712 47 0 0 15 0 18 0 8530980 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15103] ppid=15096 vsize=1547092 CPUtime=81.74
/proc/15098/task/15103/stat : 15103 (java) R 15096 15098 14290 0 -1 4202560 2439 0 0 0 8115 59 0 0 16 0 18 0 8530982 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15098/tid=15104] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15104/stat : 15104 (java) S 15096 15098 14290 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 8530982 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15105] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15105/stat : 15105 (java) S 15096 15098 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8530982 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15106] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15106/stat : 15106 (java) S 15096 15098 14290 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 18 0 8530987 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15107] ppid=15096 vsize=1547092 CPUtime=2.98
/proc/15098/task/15107/stat : 15107 (java) S 15096 15098 14290 0 -1 4202560 9021 0 0 0 294 4 0 0 16 0 18 0 8530987 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15108] ppid=15096 vsize=1547092 CPUtime=3.79
/proc/15098/task/15108/stat : 15108 (java) S 15096 15098 14290 0 -1 4202560 6998 0 0 0 377 2 0 0 15 0 18 0 8530987 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
[pid=15098/tid=15109] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15109/stat : 15109 (java) S 15096 15098 14290 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 8530987 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15110] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15110/stat : 15110 (java) S 15096 15098 14290 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 8530987 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15113] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15113/stat : 15113 (java) S 15096 15098 14290 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 18 0 8531216 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15114] ppid=15096 vsize=1547092 CPUtime=0
/proc/15098/task/15114/stat : 15114 (java) S 15096 15098 14290 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8531216 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15129] ppid=15096 vsize=1547092 CPUtime=513.7
/proc/15098/task/15129/stat : 15129 (java) S 15096 15098 14290 0 -1 4202560 335 0 0 0 51359 11 0 0 17 0 18 0 8566249 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 0 0 0 0
[pid=15098/tid=15130] ppid=15096 vsize=1547092 CPUtime=516.13
/proc/15098/task/15130/stat : 15130 (java) S 15096 15098 14290 0 -1 4202560 232 0 0 0 51602 11 0 0 25 0 18 0 8566249 1584222208 74332 1992294400 134512640 134550932 4294025568 18446744073709551615 4294960144 0 4 0 16800975 18446604437800644928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.25
Current children cumulated vsize (KiB) 1547092

[startup+952.609 s]
/proc/loadavg: 2.53 2.14 1.73 7/124 15149
/proc/meminfo: memFree=1507428/2059040 swapFree=4168596/4192956
[pid=15098] ppid=15096 vsize=0 CPUtime=1802.79
/proc/15098/stat : 15098 (java) Z 15096 15098 14290 0 -1 4203548 88594 0 1 0 180057 222 0 0 18 0 2 0 8530977 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15098/statm: 0 0 0 0 0 0 0
[pid=15098/tid=15114] ppid=15096 vsize=0 CPUtime=0
/proc/15098/task/15114/stat : 15114 (java) R 15096 15098 14290 0 -1 4203588 5 0 0 0 0 0 0 0 18 0 2 0 8531216 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.79
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 952.637
CPU time (s): 1802.82
CPU user time (s): 1800.57
CPU system time (s): 2.25366
CPU usage (%): 189.246
Max. virtual memory (cumulated for all children) (KiB): 1551148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.57
system time used= 2.25366
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88594
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= 31795
involuntary context switches= 52939

runsolver used 4.07038 second user time and 11.7752 second system time

The end

Launcher Data

Begin job on node055 at 2010-06-16 09:13:20
IDJOB=2662009
IDBENCH=48264
IDSOLVER=1166
FILE ID=node055/2662009-1276672400
PBS_JOBID= 11172503
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662009-1276672400/watcher-2662009-1276672400 -o /tmp/evaluation-result-2662009-1276672400/solver-2662009-1276672400 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662009-1276672400.opb

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

MD5SUM BENCH= feead174159765db2806c13d35bd6cbe
RANDOM SEED=1587802884

node055.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.258
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.51
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.258
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1802908 kB
Buffers:         47516 kB
Cached:         107188 kB
SwapCached:       1504 kB
Active:          91324 kB
Inactive:        99928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1802908 kB
SwapTotal:     4192956 kB
SwapFree:      4168596 kB
Dirty:             404 kB
Writeback:          32 kB
AnonPages:       35088 kB
Mapped:          15084 kB
Slab:            43068 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183276 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= 62480 MiB
End job on node055 at 2010-06-16 09:29:13