Trace number 2662012

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)-13 1800.39 948.936

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
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 benchmark1800.05
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)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

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.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662012-1276672854.opb
0.24/0.22	c reading problem ... 
3.15/2.40	c ... done. Wall clock time 2.179s.
3.15/2.40	c #vars     3290
3.15/2.40	c #constraints  6482
3.15/2.40	c constraints type 
3.15/2.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
3.15/2.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
3.15/2.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.15/2.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
3.15/2.40	c constraints type 
3.15/2.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.15/2.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
3.15/2.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
3.15/2.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
6.02/3.88	c And the winner is CuttingPlanes
6.18/4.55	c SATISFIABLE
6.18/4.55	c OPTIMIZING...
6.18/4.55	c Got one! Elapsed wall clock time (in seconds):4.328
6.18/4.55	o -3
6.29/4.64	c And the winner is CuttingPlanes
6.36/5.57	c Got one! Elapsed wall clock time (in seconds):5.342
6.36/5.57	o -5
6.63/5.74	c And the winner is CuttingPlanes
6.70/6.57	c Got one! Elapsed wall clock time (in seconds):6.35
6.70/6.57	o -6
6.95/6.70	c And the winner is CuttingPlanes
6.97/7.63	c Got one! Elapsed wall clock time (in seconds):7.394
6.97/7.63	o -7
8.31/8.31	c And the winner is CuttingPlanes
8.34/8.65	c Got one! Elapsed wall clock time (in seconds):8.425
8.34/8.65	o -8
9.84/9.41	c And the winner is CuttingPlanes
9.87/9.69	c Got one! Elapsed wall clock time (in seconds):9.466
9.87/9.69	o -9
11.67/10.66	c And the winner is CuttingPlanes
11.67/10.69	c Got one! Elapsed wall clock time (in seconds):10.473
11.67/10.69	o -10
12.60/11.10	c And the winner is CuttingPlanes
12.62/11.70	c Got one! Elapsed wall clock time (in seconds):11.48
12.62/11.70	o -11
16.18/13.57	c cleaning 2419 clauses out of 5000 with flag 5000/5000
23.05/17.07	c cleaning 4291 clauses out of 8581 with flag 11000/11000
31.11/21.14	c cleaning 5595 clauses out of 11290 with flag 18000/18000
33.01/22.12	c And the winner is CuttingPlanes
33.06/22.74	c Got one! Elapsed wall clock time (in seconds):22.517
33.06/22.74	o -12
39.11/25.83	c cleaning 6791 clauses out of 13695 with flag 26000/26000
46.73/29.72	c And the winner is CuttingPlanes
46.73/29.76	c Got one! Elapsed wall clock time (in seconds):29.536
46.73/29.76	o -13
51.01/31.91	c cleaning 7952 clauses out of 15904 with flag 35000/35000
60.03/36.53	c cleaning 8943 clauses out of 17952 with flag 45000/45000
71.60/42.44	c cleaning 9498 clauses out of 19009 with flag 55000/55000
84.17/48.82	c cleaning 9734 clauses out of 19511 with flag 65000/65000
93.33/53.51	c cleaning 9856 clauses out of 19777 with flag 75000/75000
104.91/59.48	c cleaning 9944 clauses out of 19921 with flag 85000/85000
119.65/66.94	c cleaning 9914 clauses out of 19977 with flag 95000/95000
134.78/74.65	c cleaning 9996 clauses out of 20063 with flag 105000/105000
149.27/82.07	c cleaning 9984 clauses out of 20067 with flag 115000/115000
161.43/88.22	c cleaning 9987 clauses out of 20083 with flag 125000/125000
173.96/94.65	c cleaning 10018 clauses out of 20096 with flag 135000/135000
189.68/102.65	c cleaning 9969 clauses out of 20078 with flag 145000/145000
204.76/110.32	c cleaning 10013 clauses out of 20109 with flag 155000/155000
216.70/116.46	c cleaning 10000 clauses out of 20096 with flag 165000/165000
228.80/122.60	c cleaning 10030 clauses out of 20096 with flag 175000/175000
238.36/127.54	c cleaning 10013 clauses out of 20066 with flag 185000/185000
245.69/131.37	c cleaning 10007 clauses out of 20053 with flag 195000/195000
253.47/135.33	c cleaning 9998 clauses out of 20046 with flag 205000/205000
262.82/140.19	c cleaning 9992 clauses out of 20048 with flag 215000/215000
271.20/144.42	c cleaning 10002 clauses out of 20056 with flag 225000/225000
279.71/148.87	c cleaning 10001 clauses out of 20054 with flag 235000/235000
287.27/152.73	c cleaning 9983 clauses out of 20053 with flag 245000/245000
295.03/156.75	c cleaning 10014 clauses out of 20070 with flag 255000/255000
302.99/160.84	c cleaning 9984 clauses out of 20056 with flag 265000/265000
310.29/164.69	c cleaning 10011 clauses out of 20072 with flag 275000/275000
316.85/168.03	c cleaning 10003 clauses out of 20061 with flag 285000/285000
324.61/172.03	c cleaning 9985 clauses out of 20058 with flag 295000/295000
335.54/177.69	c cleaning 10019 clauses out of 20073 with flag 305000/305000
345.82/182.92	c cleaning 10002 clauses out of 20054 with flag 315000/315000
356.92/188.61	c cleaning 10001 clauses out of 20052 with flag 325000/325000
357.72/189.19	c cleaning 0 clauses out of 5004 with flag 0/5004
366.45/193.67	c cleaning 9987 clauses out of 20051 with flag 335000/335000
375.32/198.23	c cleaning 10012 clauses out of 20064 with flag 345000/345000
387.80/204.67	c cleaning 10008 clauses out of 20052 with flag 355000/355000
398.71/210.25	c cleaning 10005 clauses out of 20044 with flag 365000/365000
413.58/217.87	c cleaning 9978 clauses out of 20039 with flag 375000/375000
426.82/224.65	c cleaning 9958 clauses out of 20061 with flag 385000/385000
440.08/231.48	c cleaning 10018 clauses out of 20103 with flag 395000/395000
451.37/237.24	c cleaning 9982 clauses out of 20085 with flag 405000/405000
463.64/243.56	c cleaning 10020 clauses out of 20103 with flag 415000/415000
478.63/251.28	c cleaning 10027 clauses out of 20083 with flag 425000/425000
487.72/255.93	c cleaning 9991 clauses out of 20056 with flag 435000/435000
494.64/259.53	c cleaning 10005 clauses out of 20065 with flag 445000/445000
502.16/263.48	c cleaning 9999 clauses out of 20060 with flag 455000/455000
509.23/267.17	c cleaning 10004 clauses out of 20061 with flag 465000/465000
515.75/270.54	c cleaning 10010 clauses out of 20057 with flag 475000/475000
521.67/273.68	c cleaning 10012 clauses out of 20047 with flag 485000/485000
527.59/276.72	c cleaning 9977 clauses out of 20035 with flag 495000/495000
532.87/279.60	c cleaning 10007 clauses out of 20058 with flag 505000/505000
539.79/283.10	c cleaning 9997 clauses out of 20051 with flag 515000/515000
549.87/288.37	c cleaning 10000 clauses out of 20054 with flag 525000/525000
557.78/292.43	c cleaning 9997 clauses out of 20054 with flag 535000/535000
564.03/295.79	c cleaning 10012 clauses out of 20057 with flag 545000/545000
571.74/299.75	c cleaning 9981 clauses out of 20045 with flag 555000/555000
576.66/302.37	c cleaning 10021 clauses out of 20064 with flag 565000/565000
582.59/305.47	c cleaning 10008 clauses out of 20043 with flag 575000/575000
588.06/308.31	c cleaning 9993 clauses out of 20035 with flag 585000/585000
595.34/312.16	c cleaning 9984 clauses out of 20042 with flag 595000/595000
606.81/318.08	c cleaning 9979 clauses out of 20058 with flag 605000/605000
616.29/322.94	c cleaning 9981 clauses out of 20079 with flag 615000/615000
622.72/326.33	c cleaning 10034 clauses out of 20098 with flag 625000/625000
631.41/330.88	c cleaning 10002 clauses out of 20064 with flag 635000/635000
637.91/334.21	c cleaning 10004 clauses out of 20062 with flag 645000/645000
646.80/338.87	c cleaning 9999 clauses out of 20058 with flag 655000/655000
654.23/342.75	c cleaning 9991 clauses out of 20059 with flag 665000/665000
663.92/347.70	c cleaning 9993 clauses out of 20068 with flag 675000/675000
671.81/351.84	c cleaning 10028 clauses out of 20075 with flag 685000/685000
679.31/355.72	c cleaning 10003 clauses out of 20047 with flag 695000/695000
686.52/359.54	c cleaning 10000 clauses out of 20044 with flag 705000/705000
693.84/363.37	c cleaning 9988 clauses out of 20044 with flag 715000/715000
702.69/367.90	c cleaning 9972 clauses out of 20056 with flag 725000/725000
710.80/372.16	c cleaning 10025 clauses out of 20084 with flag 735000/735000
720.19/377.03	c cleaning 9986 clauses out of 20059 with flag 745000/745000
727.29/380.75	c cleaning 10002 clauses out of 20073 with flag 755000/755000
734.39/384.46	c cleaning 10008 clauses out of 20071 with flag 765000/765000
740.49/387.63	c cleaning 10005 clauses out of 20063 with flag 775000/775000
746.34/390.76	c cleaning 10001 clauses out of 20058 with flag 785000/785000
752.01/393.75	c cleaning 10013 clauses out of 20057 with flag 795000/795000
758.12/396.98	c cleaning 10006 clauses out of 20044 with flag 805000/805000
764.41/400.26	c cleaning 10000 clauses out of 20038 with flag 815000/815000
770.82/403.63	c cleaning 9984 clauses out of 20038 with flag 825000/825000
776.32/406.51	c cleaning 10008 clauses out of 20054 with flag 835000/835000
782.21/409.68	c cleaning 10004 clauses out of 20046 with flag 845000/845000
787.90/412.69	c cleaning 9998 clauses out of 20042 with flag 855000/855000
793.93/415.84	c cleaning 9990 clauses out of 20044 with flag 865000/865000
800.41/419.27	c cleaning 9993 clauses out of 20054 with flag 875000/875000
805.92/422.14	c cleaning 10009 clauses out of 20061 with flag 885000/885000
812.81/425.77	c cleaning 9999 clauses out of 20052 with flag 895000/895000
819.05/429.01	c cleaning 10013 clauses out of 20053 with flag 905000/905000
824.94/432.13	c cleaning 10003 clauses out of 20040 with flag 915000/915000
830.06/434.82	c cleaning 9998 clauses out of 20037 with flag 925000/925000
834.75/437.32	c cleaning 10012 clauses out of 20039 with flag 935000/935000
839.39/439.90	c cleaning 10001 clauses out of 20027 with flag 945000/945000
843.71/442.16	c cleaning 9999 clauses out of 20026 with flag 955000/955000
850.62/445.77	c cleaning 10008 clauses out of 20027 with flag 965000/965000
857.89/449.57	c cleaning 9988 clauses out of 20019 with flag 975000/975000
864.51/453.05	c cleaning 10002 clauses out of 20031 with flag 985000/985000
870.40/456.12	c cleaning 10004 clauses out of 20029 with flag 995000/995000
876.08/459.19	c cleaning 10000 clauses out of 20025 with flag 1005000/1005000
881.98/462.25	c cleaning 10006 clauses out of 20025 with flag 1015000/1015000
887.20/465.07	c cleaning 9988 clauses out of 20019 with flag 1025000/1025000
897.04/470.13	c cleaning 9982 clauses out of 20031 with flag 1035000/1035000
904.91/474.29	c cleaning 9994 clauses out of 20049 with flag 1045000/1045000
912.19/478.06	c cleaning 10010 clauses out of 20056 with flag 1055001/1055001
918.80/481.56	c cleaning 9990 clauses out of 20045 with flag 1065000/1065000
925.67/485.19	c cleaning 9999 clauses out of 20055 with flag 1075000/1075000
935.32/490.13	c cleaning 9953 clauses out of 20056 with flag 1085000/1085000
947.56/496.48	c cleaning 10022 clauses out of 20103 with flag 1095000/1095000
958.29/502.08	c cleaning 10020 clauses out of 20081 with flag 1105000/1105000
965.95/506.04	c cleaning 10003 clauses out of 20061 with flag 1115000/1115000
973.02/509.74	c cleaning 10007 clauses out of 20058 with flag 1125000/1125000
980.28/513.50	c cleaning 10004 clauses out of 20051 with flag 1135000/1135000
986.68/516.93	c cleaning 10019 clauses out of 20047 with flag 1145000/1145000
994.33/520.94	c cleaning 9993 clauses out of 20028 with flag 1155000/1155000
1001.59/524.75	c cleaning 9991 clauses out of 20035 with flag 1165000/1165000
1008.07/528.14	c cleaning 9987 clauses out of 20044 with flag 1175000/1175000
1014.86/531.70	c cleaning 9993 clauses out of 20057 with flag 1185000/1185000
1020.93/534.99	c cleaning 10008 clauses out of 20065 with flag 1195001/1195001
1027.37/538.34	c cleaning 9999 clauses out of 20056 with flag 1205000/1205000
1034.23/541.99	c cleaning 10011 clauses out of 20057 with flag 1215000/1215000
1043.17/546.62	c cleaning 9956 clauses out of 20046 with flag 1225000/1225000
1052.03/551.28	c cleaning 10023 clauses out of 20090 with flag 1235000/1235000
1058.50/554.62	c cleaning 10017 clauses out of 20067 with flag 1245000/1245000
1066.14/558.67	c cleaning 9991 clauses out of 20050 with flag 1255000/1255000
1074.30/562.99	c cleaning 10025 clauses out of 20059 with flag 1265000/1265000
1081.74/566.86	c cleaning 9999 clauses out of 20034 with flag 1275000/1275000
1089.17/570.72	c cleaning 10011 clauses out of 20035 with flag 1285000/1285000
1095.22/573.99	c cleaning 9972 clauses out of 20024 with flag 1295000/1295000
1102.00/577.57	c cleaning 10016 clauses out of 20052 with flag 1305000/1305000
1107.86/580.63	c cleaning 10003 clauses out of 20036 with flag 1315000/1315000
1113.31/583.56	c cleaning 9992 clauses out of 20033 with flag 1325000/1325000
1121.14/587.69	c cleaning 10003 clauses out of 20041 with flag 1335000/1335000
1129.26/591.92	c cleaning 9981 clauses out of 20038 with flag 1345000/1345000
1136.50/595.73	c cleaning 9996 clauses out of 20057 with flag 1355000/1355000
1143.52/599.46	c cleaning 10030 clauses out of 20062 with flag 1365001/1365001
1153.12/604.48	c cleaning 9969 clauses out of 20031 with flag 1375000/1375000
1160.65/608.41	c cleaning 9996 clauses out of 20062 with flag 1385000/1385000
1171.65/614.16	c cleaning 9978 clauses out of 20066 with flag 1395000/1395000
1180.07/618.52	c cleaning 10030 clauses out of 20088 with flag 1405000/1405000
1190.84/624.19	c cleaning 10009 clauses out of 20058 with flag 1415000/1415000
1200.76/629.40	c cleaning 9986 clauses out of 20049 with flag 1425000/1425000
1209.96/634.16	c cleaning 9981 clauses out of 20063 with flag 1435000/1435000
1220.35/639.58	c cleaning 10023 clauses out of 20082 with flag 1445000/1445000
1228.95/644.03	c cleaning 10006 clauses out of 20059 with flag 1455000/1455000
1239.83/649.74	c cleaning 9995 clauses out of 20053 with flag 1465000/1465000
1247.45/653.74	c cleaning 10014 clauses out of 20058 with flag 1475000/1475000
1255.24/657.86	c cleaning 9977 clauses out of 20044 with flag 1485000/1485000
1262.26/661.54	c cleaning 9990 clauses out of 20067 with flag 1495000/1495000
1269.78/665.51	c cleaning 10022 clauses out of 20077 with flag 1505000/1505000
1276.20/668.95	c cleaning 10010 clauses out of 20055 with flag 1515000/1515000
1282.63/672.39	c cleaning 10002 clauses out of 20045 with flag 1525000/1525000
1291.02/676.72	c cleaning 9965 clauses out of 20043 with flag 1535000/1535000
1300.17/681.61	c cleaning 10020 clauses out of 20079 with flag 1545001/1545001
1306.92/685.33	c cleaning 10003 clauses out of 20058 with flag 1555000/1555000
1312.89/688.61	c cleaning 10011 clauses out of 20056 with flag 1565001/1565001
1319.47/692.29	c cleaning 10010 clauses out of 20044 with flag 1575000/1575000
1324.56/695.08	c cleaning 9994 clauses out of 20034 with flag 1585000/1585000
1329.20/697.56	c cleaning 10003 clauses out of 20040 with flag 1595000/1595000
1334.02/700.18	c cleaning 10001 clauses out of 20037 with flag 1605000/1605000
1338.86/702.75	c cleaning 10000 clauses out of 20036 with flag 1615000/1615000
1344.60/705.87	c cleaning 9992 clauses out of 20036 with flag 1625000/1625000
1350.60/709.03	c cleaning 9990 clauses out of 20044 with flag 1635000/1635000
1356.82/712.32	c cleaning 10007 clauses out of 20054 with flag 1645000/1645000
1363.03/715.60	c cleaning 9993 clauses out of 20047 with flag 1655000/1655000
1368.95/718.82	c cleaning 9991 clauses out of 20054 with flag 1665000/1665000
1374.37/721.73	c cleaning 10009 clauses out of 20063 with flag 1675000/1675000
1379.98/724.75	c cleaning 10000 clauses out of 20054 with flag 1685000/1685000
1386.19/728.05	c cleaning 9983 clauses out of 20054 with flag 1695000/1695000
1392.11/731.25	c cleaning 10019 clauses out of 20071 with flag 1705000/1705000
1397.34/734.08	c cleaning 10007 clauses out of 20052 with flag 1715000/1715000
1403.54/737.32	c cleaning 10002 clauses out of 20045 with flag 1725000/1725000
1408.94/740.22	c cleaning 10004 clauses out of 20043 with flag 1735000/1735000
1414.85/743.43	c cleaning 10011 clauses out of 20040 with flag 1745001/1745001
1421.44/746.97	c cleaning 9985 clauses out of 20028 with flag 1755000/1755000
1427.65/750.21	c cleaning 10000 clauses out of 20043 with flag 1765000/1765000
1433.85/753.51	c cleaning 10000 clauses out of 20043 with flag 1775000/1775000
1440.55/757.17	c cleaning 9981 clauses out of 20043 with flag 1785000/1785000
1446.93/760.53	c cleaning 10018 clauses out of 20062 with flag 1795000/1795000
1453.32/763.95	c cleaning 10000 clauses out of 20044 with flag 1805000/1805000
1459.14/767.02	c cleaning 10001 clauses out of 20044 with flag 1815000/1815000
1464.81/770.10	c cleaning 10010 clauses out of 20043 with flag 1825000/1825000
1469.42/772.63	c cleaning 9996 clauses out of 20033 with flag 1835000/1835000
1473.63/774.99	c cleaning 10008 clauses out of 20038 with flag 1845001/1845001
1479.24/777.91	c cleaning 10000 clauses out of 20029 with flag 1855000/1855000
1484.92/781.06	c cleaning 9993 clauses out of 20029 with flag 1865000/1865000
1489.72/783.62	c cleaning 10005 clauses out of 20036 with flag 1875000/1875000
1493.94/785.95	c cleaning 10000 clauses out of 20031 with flag 1885000/1885000
1499.53/788.94	c cleaning 10001 clauses out of 20031 with flag 1895000/1895000
1504.62/791.78	c cleaning 9991 clauses out of 20030 with flag 1905000/1905000
1509.01/794.18	c cleaning 9998 clauses out of 20039 with flag 1915000/1915000
1513.41/796.57	c cleaning 10008 clauses out of 20041 with flag 1925000/1925000
1519.79/799.93	c cleaning 10006 clauses out of 20033 with flag 1935000/1935000
1525.65/803.18	c cleaning 9998 clauses out of 20027 with flag 1945000/1945000
1530.83/805.96	c cleaning 10007 clauses out of 20029 with flag 1955000/1955000
1536.62/809.05	c cleaning 9983 clauses out of 20022 with flag 1965000/1965000
1542.41/812.18	c cleaning 10004 clauses out of 20039 with flag 1975000/1975000
1547.90/815.16	c cleaning 10001 clauses out of 20035 with flag 1985000/1985000
1555.66/819.25	c cleaning 9955 clauses out of 20034 with flag 1995000/1995000
1571.93/827.69	c cleaning 9962 clauses out of 20079 with flag 2005000/2005000
1587.81/835.88	c cleaning 10000 clauses out of 20117 with flag 2015000/2015000
1604.40/844.49	c cleaning 9977 clauses out of 20117 with flag 2025000/2025000
1618.89/851.92	c cleaning 10019 clauses out of 20140 with flag 2035000/2035000
1630.41/857.90	c cleaning 10024 clauses out of 20121 with flag 2045000/2045000
1642.13/864.06	c cleaning 9998 clauses out of 20097 with flag 2055000/2055000
1651.17/868.84	c cleaning 10002 clauses out of 20099 with flag 2065000/2065000
1659.12/873.00	c cleaning 10034 clauses out of 20097 with flag 2075000/2075000
1666.28/876.89	c cleaning 10003 clauses out of 20063 with flag 2085000/2085000
1672.43/880.16	c cleaning 10013 clauses out of 20060 with flag 2095000/2095000
1684.21/886.39	c cleaning 9990 clauses out of 20047 with flag 2105000/2105000
1694.32/891.64	c cleaning 9992 clauses out of 20057 with flag 2115000/2115000
1701.27/895.31	c cleaning 10031 clauses out of 20065 with flag 2125000/2125000
1707.60/898.78	c cleaning 9996 clauses out of 20034 with flag 2135000/2135000
1713.85/902.15	c cleaning 9992 clauses out of 20038 with flag 2145000/2145000
1719.79/905.34	c cleaning 10004 clauses out of 20046 with flag 2155000/2155000
1724.95/908.19	c cleaning 9993 clauses out of 20042 with flag 2165000/2165000
1730.50/911.12	c cleaning 10001 clauses out of 20049 with flag 2175000/2175000
1736.13/914.27	c cleaning 10004 clauses out of 20048 with flag 2185000/2185000
1744.87/918.84	c cleaning 9990 clauses out of 20044 with flag 2195000/2195000
1751.80/922.55	c cleaning 10000 clauses out of 20054 with flag 2205000/2205000
1757.76/925.75	c cleaning 10016 clauses out of 20054 with flag 2215000/2215000
1765.20/929.72	c cleaning 9996 clauses out of 20038 with flag 2225000/2225000
1770.74/932.78	c cleaning 9985 clauses out of 20042 with flag 2235000/2235000
1776.49/935.90	c cleaning 10009 clauses out of 20057 with flag 2245000/2245000
1782.65/939.12	c cleaning 10013 clauses out of 20048 with flag 2255000/2255000
1788.49/942.34	c cleaning 9998 clauses out of 20035 with flag 2265000/2265000
1793.22/944.96	c cleaning 10003 clauses out of 20038 with flag 2275001/2275001
1798.57/947.86	c cleaning 10009 clauses out of 20034 with flag 2285000/2285000
1800.17/948.81	c starts		: 40
1800.17/948.81	c conflicts		: 9233
1800.17/948.81	c decisions		: 58266
1800.17/948.81	c propagations		: 1621610
1800.17/948.81	c inspects		: 295540685
1800.17/948.81	c learnt literals	: 0
1800.17/948.81	c learnt binary clauses	: 0
1800.17/948.81	c learnt ternary clauses	: 0
1800.17/948.81	c learnt clauses	: 9233
1800.17/948.81	c ignored clauses	: 0
1800.17/948.81	c root simplifications	: 0
1800.17/948.81	c removed literals (reason simplification)	: 0
1800.17/948.81	c reason swapping (by a shorter reason)	: 0
1800.17/948.81	c Calls to reduceDB	: 1
1800.17/948.81	c number of reductions to clauses (during analyze)	: 0
1800.17/948.81	c number of learned constraints concerned by reduction	: 0
1800.17/948.81	c number of learning phase by resolution	: 0
1800.17/948.81	c number of learning phase by cutting planes	: 0
1800.17/948.81	c speed (assignments/second)	: 1764.4300238505596
1800.17/948.82	c non guided choices	9
1800.17/948.89	c learnt constraints type 
1800.17/948.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.17/948.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9230
1800.17/948.89	c constraints type 
1800.17/948.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
1800.17/948.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.17/948.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.17/948.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
1800.17/948.89	c constraints type 
1800.17/948.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.17/948.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
1800.17/948.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.17/948.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
1800.17/948.89	s SATISFIABLE
1800.17/948.89	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 
1800.17/948.89	c objective function=-13
1800.17/948.89	c Total wall clock time (in seconds): 948.666

Verifier Data

OK	-13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662012-1276672854/watcher-2662012-1276672854 -o /tmp/evaluation-result-2662012-1276672854/solver-2662012-1276672854 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662012-1276672854.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 14987
/proc/meminfo: memFree=1757920/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1700 CPUtime=0
/proc/14987/stat : 14987 (java6) R 14985 14987 14711 0 -1 4194304 200 0 0 0 0 0 0 0 25 0 1 0 8577598 1740800 105 1992294400 134512640 134550932 4290657040 18446744073709551615 7174304 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14987/statm: 458 111 86 10 0 63 0

[startup+0.0630089 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14987
/proc/meminfo: memFree=1757920/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1521664 CPUtime=0.04
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 3627 0 1 0 3 1 0 0 15 0 7 0 8577598 1558183936 3069 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 380416 3073 1028 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100009 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14987
/proc/meminfo: memFree=1757920/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1524180 CPUtime=0.08
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 3946 0 1 0 6 2 0 0 15 0 12 0 8577598 1560760320 3386 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 381045 3387 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30127 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14987
/proc/meminfo: memFree=1757920/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1526376 CPUtime=0.35
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 5389 0 1 0 32 3 0 0 15 0 12 0 8577598 1563009024 4827 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 381594 4827 1353 10 0 378897 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526376

[startup+0.887997 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14987
/proc/meminfo: memFree=1757920/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1529352 CPUtime=1.45
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 7845 0 1 0 140 5 0 0 15 0 12 0 8577598 1566056448 7143 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 382338 7144 1406 10 0 379641 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 1529352

[startup+1.50199 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 14999
/proc/meminfo: memFree=1730732/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1529484 CPUtime=2.27
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 9283 0 1 0 221 6 0 0 15 0 12 0 8577598 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 382371 8234 1409 10 0 379674 0
[pid=14987/tid=14989] ppid=14985 vsize=1529484 CPUtime=1.46
/proc/14987/task/14989/stat : 14989 (java) R 14985 14987 14711 0 -1 4202560 6337 0 1 0 142 4 0 0 19 0 12 0 8577599 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4109153281 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14987/tid=14990] ppid=14985 vsize=1529484 CPUtime=0
/proc/14987/task/14990/stat : 14990 (java) S 14985 14987 14711 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8577601 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14991] ppid=14985 vsize=1529484 CPUtime=0
/proc/14987/task/14991/stat : 14991 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8577601 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14992] ppid=14985 vsize=1529484 CPUtime=0
/proc/14987/task/14992/stat : 14992 (java) S 14985 14987 14711 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8577602 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14993] ppid=14985 vsize=1529484 CPUtime=0
/proc/14987/task/14993/stat : 14993 (java) S 14985 14987 14711 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8577603 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14994] ppid=14985 vsize=1529484 CPUtime=0
/proc/14987/task/14994/stat : 14994 (java) S 14985 14987 14711 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8577603 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14995] ppid=14985 vsize=1529484 CPUtime=0
/proc/14987/task/14995/stat : 14995 (java) S 14985 14987 14711 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 8577607 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14996] ppid=14985 vsize=1529484 CPUtime=0.29
/proc/14987/task/14996/stat : 14996 (java) S 14985 14987 14711 0 -1 4202560 447 0 0 0 29 0 0 0 19 0 12 0 8577607 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14997] ppid=14985 vsize=1529484 CPUtime=0.49
/proc/14987/task/14997/stat : 14997 (java) S 14985 14987 14711 0 -1 4202560 1435 0 0 0 49 0 0 0 15 0 12 0 8577607 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14998] ppid=14985 vsize=1529484 CPUtime=0
/proc/14987/task/14998/stat : 14998 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8577607 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14999] ppid=14985 vsize=1529484 CPUtime=0
/proc/14987/task/14999/stat : 14999 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8577607 1566191616 8234 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1529484

[startup+3.10196 s]
/proc/loadavg: 1.00 1.00 1.00 6/120 15001
/proc/meminfo: memFree=1723896/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1549280 CPUtime=4.64
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 19123 0 1 0 451 13 0 0 15 0 16 0 8577598 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 387320 15666 1425 10 0 384623 0
[pid=14987/tid=14989] ppid=14985 vsize=1549280 CPUtime=2.36
/proc/14987/task/14989/stat : 14989 (java) S 14985 14987 14711 0 -1 4202560 7686 0 1 0 232 4 0 0 23 0 16 0 8577599 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14990] ppid=14985 vsize=1549280 CPUtime=0
/proc/14987/task/14990/stat : 14990 (java) S 14985 14987 14711 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 8577601 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14991] ppid=14985 vsize=1549280 CPUtime=0
/proc/14987/task/14991/stat : 14991 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 8577601 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14992] ppid=14985 vsize=1549280 CPUtime=0.04
/proc/14987/task/14992/stat : 14992 (java) R 14985 14987 14711 0 -1 4202560 2 0 0 0 1 3 0 0 18 0 16 0 8577602 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=14987/tid=14993] ppid=14985 vsize=1549280 CPUtime=0
/proc/14987/task/14993/stat : 14993 (java) S 14985 14987 14711 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 8577603 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14994] ppid=14985 vsize=1549280 CPUtime=0
/proc/14987/task/14994/stat : 14994 (java) S 14985 14987 14711 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 8577603 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14995] ppid=14985 vsize=1549280 CPUtime=0
/proc/14987/task/14995/stat : 14995 (java) S 14985 14987 14711 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 8577607 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14996] ppid=14985 vsize=1549280 CPUtime=0.92
/proc/14987/task/14996/stat : 14996 (java) R 14985 14987 14711 0 -1 4202560 5544 0 0 0 90 2 0 0 16 0 16 0 8577607 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 105496178 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14987/tid=14997] ppid=14985 vsize=1549280 CPUtime=1.02
/proc/14987/task/14997/stat : 14997 (java) S 14985 14987 14711 0 -1 4202560 3261 0 0 0 101 1 0 0 15 0 16 0 8577607 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14998] ppid=14985 vsize=1549280 CPUtime=0
/proc/14987/task/14998/stat : 14998 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8577607 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14999] ppid=14985 vsize=1549280 CPUtime=0
/proc/14987/task/14999/stat : 14999 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8577607 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=15000] ppid=14985 vsize=1549280 CPUtime=0.16
/proc/14987/task/15000/stat : 15000 (java) R 14985 14987 14711 0 -1 4202560 1313 0 0 0 16 0 0 0 25 0 16 0 8577838 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4109318360 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14987/tid=15001] ppid=14985 vsize=1549280 CPUtime=0.08
/proc/14987/task/15001/stat : 15001 (java) S 14985 14987 14711 0 -1 4202560 246 0 0 0 8 0 0 0 25 0 16 0 8577838 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15002] ppid=14985 vsize=1549280 CPUtime=0
/proc/14987/task/15002/stat : 15002 (java) S 14985 14987 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8577841 1586462720 15666 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1549280

[startup+6.30192 s]
/proc/loadavg: 1.32 1.07 1.02 3/122 15007
/proc/meminfo: memFree=1653572/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1547368 CPUtime=6.7
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 35057 0 1 0 624 46 0 0 15 0 14 0 8577598 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 386842 27949 1426 10 0 384145 0
[pid=14987/tid=14989] ppid=14985 vsize=1547368 CPUtime=2.38
/proc/14987/task/14989/stat : 14989 (java) S 14985 14987 14711 0 -1 4202560 7717 0 1 0 233 5 0 0 17 0 14 0 8577599 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14990] ppid=14985 vsize=1547368 CPUtime=0
/proc/14987/task/14990/stat : 14990 (java) S 14985 14987 14711 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 8577601 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14991] ppid=14985 vsize=1547368 CPUtime=0
/proc/14987/task/14991/stat : 14991 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 8577601 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14992] ppid=14985 vsize=1547368 CPUtime=0.47
/proc/14987/task/14992/stat : 14992 (java) S 14985 14987 14711 0 -1 4202560 2 0 0 0 18 29 0 0 15 0 14 0 8577602 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14993] ppid=14985 vsize=1547368 CPUtime=0
/proc/14987/task/14993/stat : 14993 (java) S 14985 14987 14711 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 14 0 8577603 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14994] ppid=14985 vsize=1547368 CPUtime=0
/proc/14987/task/14994/stat : 14994 (java) S 14985 14987 14711 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 8577603 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14995] ppid=14985 vsize=1547368 CPUtime=0
/proc/14987/task/14995/stat : 14995 (java) S 14985 14987 14711 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 8577607 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14996] ppid=14985 vsize=1547368 CPUtime=1.44
/proc/14987/task/14996/stat : 14996 (java) S 14985 14987 14711 0 -1 4202560 8084 0 0 0 141 3 0 0 16 0 14 0 8577607 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14997] ppid=14985 vsize=1547368 CPUtime=1.37
/proc/14987/task/14997/stat : 14997 (java) S 14985 14987 14711 0 -1 4202560 3898 0 0 0 135 2 0 0 15 0 14 0 8577607 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14998] ppid=14985 vsize=1547368 CPUtime=0
/proc/14987/task/14998/stat : 14998 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8577607 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14999] ppid=14985 vsize=1547368 CPUtime=0
/proc/14987/task/14999/stat : 14999 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8577607 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=15002] ppid=14985 vsize=1547368 CPUtime=0
/proc/14987/task/15002/stat : 15002 (java) S 14985 14987 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8577841 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15003] ppid=14985 vsize=1547368 CPUtime=0
/proc/14987/task/15003/stat : 15003 (java) S 14985 14987 14711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8577846 1584504832 27949 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 1547368

[startup+12.7018 s]
/proc/loadavg: 1.45 1.10 1.03 3/122 15019
/proc/meminfo: memFree=1596160/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1547124 CPUtime=14.59
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 51888 0 1 0 1382 77 0 0 15 0 16 0 8577598 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 386781 43417 1442 10 0 384084 0
[pid=14987/tid=14989] ppid=14985 vsize=1547124 CPUtime=2.39
/proc/14987/task/14989/stat : 14989 (java) S 14985 14987 14711 0 -1 4202560 7746 0 1 0 234 5 0 0 15 0 16 0 8577599 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14990] ppid=14985 vsize=1547124 CPUtime=0.13
/proc/14987/task/14990/stat : 14990 (java) S 14985 14987 14711 0 -1 4202560 3339 0 0 0 12 1 0 0 16 0 16 0 8577601 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14991] ppid=14985 vsize=1547124 CPUtime=0.1
/proc/14987/task/14991/stat : 14991 (java) S 14985 14987 14711 0 -1 4202560 1923 0 0 0 9 1 0 0 16 0 16 0 8577601 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14992] ppid=14985 vsize=1547124 CPUtime=0.86
/proc/14987/task/14992/stat : 14992 (java) S 14985 14987 14711 0 -1 4202560 26 0 0 0 35 51 0 0 15 0 16 0 8577602 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14993] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14993/stat : 14993 (java) S 14985 14987 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8577603 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14994] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14994/stat : 14994 (java) S 14985 14987 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8577603 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14995] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14995/stat : 14995 (java) S 14985 14987 14711 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 8577607 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14996] ppid=14985 vsize=1547124 CPUtime=2.39
/proc/14987/task/14996/stat : 14996 (java) S 14985 14987 14711 0 -1 4202560 8181 0 0 0 236 3 0 0 15 0 16 0 8577607 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14997] ppid=14985 vsize=1547124 CPUtime=2.2
/proc/14987/task/14997/stat : 14997 (java) S 14985 14987 14711 0 -1 4202560 5199 0 0 0 218 2 0 0 15 0 16 0 8577607 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14998] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14998/stat : 14998 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8577607 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14999] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14999/stat : 14999 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8577607 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=15002] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/15002/stat : 15002 (java) S 14985 14987 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8577841 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15003] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/15003/stat : 15003 (java) S 14985 14987 14711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8577846 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15018] ppid=14985 vsize=1547124 CPUtime=0.84
/proc/14987/task/15018/stat : 15018 (java) R 14985 14987 14711 0 -1 4202560 3 0 0 0 84 0 0 0 17 0 16 0 8578768 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4108978954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14987/tid=15019] ppid=14985 vsize=1547124 CPUtime=0.91
/proc/14987/task/15019/stat : 15019 (java) R 14985 14987 14711 0 -1 4202560 1 0 0 0 91 0 0 0 17 0 16 0 8578769 1584254976 43417 1992294400 134512640 134550932 4292629008 18446744073709551615 4109445504 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.59
Current children cumulated vsize (KiB) 1547124

[startup+25.5016 s]
/proc/loadavg: 1.55 1.14 1.05 3/122 15021
/proc/meminfo: memFree=1548668/2059040 swapFree=4192956/4192956

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

/proc/14987/statm: 386781 72568 1451 10 0 384084 0
[pid=14987/tid=14989] ppid=14985 vsize=1547124 CPUtime=2.39
/proc/14987/task/14989/stat : 14989 (java) S 14985 14987 14711 0 -1 4202560 7775 0 1 0 234 5 0 0 15 0 16 0 8577599 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14990] ppid=14985 vsize=1547124 CPUtime=13.67
/proc/14987/task/14990/stat : 14990 (java) S 14985 14987 14711 0 -1 4202560 15030 0 0 0 1312 55 0 0 15 0 16 0 8577601 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14991] ppid=14985 vsize=1547124 CPUtime=13.71
/proc/14987/task/14991/stat : 14991 (java) S 14985 14987 14711 0 -1 4202560 15764 0 0 0 1336 35 0 0 16 0 16 0 8577601 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14992] ppid=14985 vsize=1547124 CPUtime=57.2
/proc/14987/task/14992/stat : 14992 (java) S 14985 14987 14711 0 -1 4202560 1979 0 0 0 5658 62 0 0 15 0 16 0 8577602 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14993] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14993/stat : 14993 (java) S 14985 14987 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8577603 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14994] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14994/stat : 14994 (java) S 14985 14987 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8577603 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14995] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14995/stat : 14995 (java) S 14985 14987 14711 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 8577607 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14996] ppid=14985 vsize=1547124 CPUtime=2.71
/proc/14987/task/14996/stat : 14996 (java) S 14985 14987 14711 0 -1 4202560 8192 0 0 0 268 3 0 0 15 0 16 0 8577607 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14997] ppid=14985 vsize=1547124 CPUtime=2.96
/proc/14987/task/14997/stat : 14997 (java) S 14985 14987 14711 0 -1 4202560 5236 0 0 0 294 2 0 0 15 0 16 0 8577607 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14998] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14998/stat : 14998 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8577607 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14999] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14999/stat : 14999 (java) S 14985 14987 14711 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 8577607 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15002] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/15002/stat : 15002 (java) S 14985 14987 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8577841 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15003] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/15003/stat : 15003 (java) S 14985 14987 14711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8577846 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15022] ppid=14985 vsize=1547124 CPUtime=716.75
/proc/14987/task/15022/stat : 15022 (java) R 14985 14987 14711 0 -1 4202560 535 0 0 0 71653 22 0 0 18 0 16 0 8580574 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4109504607 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14987/tid=15023] ppid=14985 vsize=1547124 CPUtime=714.99
/proc/14987/task/15023/stat : 15023 (java) R 14985 14987 14711 0 -1 4202560 268 0 0 0 71487 12 0 0 25 0 16 0 8580574 1584254976 72568 1992294400 134512640 134550932 4292629008 18446744073709551615 4109445442 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1561.43
Current children cumulated vsize (KiB) 1547124

[startup+882.302 s]
/proc/loadavg: 2.24 2.06 1.64 3/122 15048
/proc/meminfo: memFree=1457404/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1547124 CPUtime=1676.28
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 86697 0 1 0 167405 223 0 0 15 0 16 0 8577598 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 386781 75672 1451 10 0 384084 0
[pid=14987/tid=14989] ppid=14985 vsize=1547124 CPUtime=2.39
/proc/14987/task/14989/stat : 14989 (java) S 14985 14987 14711 0 -1 4202560 7779 0 1 0 234 5 0 0 15 0 16 0 8577599 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14990] ppid=14985 vsize=1547124 CPUtime=14.89
/proc/14987/task/14990/stat : 14990 (java) S 14985 14987 14711 0 -1 4202560 16264 0 0 0 1432 57 0 0 16 0 16 0 8577601 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14991] ppid=14985 vsize=1547124 CPUtime=14.92
/proc/14987/task/14991/stat : 14991 (java) S 14985 14987 14711 0 -1 4202560 17484 0 0 0 1452 40 0 0 15 0 16 0 8577601 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14992] ppid=14985 vsize=1547124 CPUtime=61.32
/proc/14987/task/14992/stat : 14992 (java) S 14985 14987 14711 0 -1 4202560 2283 0 0 0 6070 62 0 0 15 0 16 0 8577602 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14993] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14993/stat : 14993 (java) S 14985 14987 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8577603 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14994] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14994/stat : 14994 (java) S 14985 14987 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8577603 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14995] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14995/stat : 14995 (java) S 14985 14987 14711 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14996] ppid=14985 vsize=1547124 CPUtime=2.71
/proc/14987/task/14996/stat : 14996 (java) S 14985 14987 14711 0 -1 4202560 8192 0 0 0 268 3 0 0 15 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14997] ppid=14985 vsize=1547124 CPUtime=2.96
/proc/14987/task/14997/stat : 14997 (java) S 14985 14987 14711 0 -1 4202560 5236 0 0 0 294 2 0 0 15 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14998] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14998/stat : 14998 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14999] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14999/stat : 14999 (java) S 14985 14987 14711 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15002] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/15002/stat : 15002 (java) S 14985 14987 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8577841 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15003] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/15003/stat : 15003 (java) S 14985 14987 14711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8577846 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15022] ppid=14985 vsize=1547124 CPUtime=770.46
/proc/14987/task/15022/stat : 15022 (java) R 14985 14987 14711 0 -1 4202560 568 0 0 0 77023 23 0 0 25 0 16 0 8580574 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4108836007 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14987/tid=15023] ppid=14985 vsize=1547124 CPUtime=769.58
/proc/14987/task/15023/stat : 15023 (java) R 14985 14987 14711 0 -1 4202560 288 0 0 0 76944 14 0 0 25 0 16 0 8580574 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4109405461 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1676.28
Current children cumulated vsize (KiB) 1547124

[startup+942.302 s]
/proc/loadavg: 2.22 2.09 1.68 3/122 15050
/proc/meminfo: memFree=1457404/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1547124 CPUtime=1788.49
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 86760 0 1 0 178618 231 0 0 15 0 16 0 8577598 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 386781 75672 1451 10 0 384084 0
[pid=14987/tid=14989] ppid=14985 vsize=1547124 CPUtime=2.39
/proc/14987/task/14989/stat : 14989 (java) S 14985 14987 14711 0 -1 4202560 7786 0 1 0 234 5 0 0 15 0 16 0 8577599 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14990] ppid=14985 vsize=1547124 CPUtime=16.21
/proc/14987/task/14990/stat : 14990 (java) S 14985 14987 14711 0 -1 4202560 16264 0 0 0 1561 60 0 0 16 0 16 0 8577601 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14991] ppid=14985 vsize=1547124 CPUtime=16.24
/proc/14987/task/14991/stat : 14991 (java) S 14985 14987 14711 0 -1 4202560 17484 0 0 0 1583 41 0 0 15 0 16 0 8577601 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14992] ppid=14985 vsize=1547124 CPUtime=68.15
/proc/14987/task/14992/stat : 14992 (java) S 14985 14987 14711 0 -1 4202560 2285 0 0 0 6752 63 0 0 16 0 16 0 8577602 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14993] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14993/stat : 14993 (java) S 14985 14987 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8577603 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14994] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14994/stat : 14994 (java) S 14985 14987 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8577603 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14995] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14995/stat : 14995 (java) S 14985 14987 14711 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14996] ppid=14985 vsize=1547124 CPUtime=2.71
/proc/14987/task/14996/stat : 14996 (java) S 14985 14987 14711 0 -1 4202560 8192 0 0 0 268 3 0 0 15 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14997] ppid=14985 vsize=1547124 CPUtime=2.96
/proc/14987/task/14997/stat : 14997 (java) S 14985 14987 14711 0 -1 4202560 5236 0 0 0 294 2 0 0 15 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14998] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14998/stat : 14998 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14999] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14999/stat : 14999 (java) S 14985 14987 14711 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=15002] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/15002/stat : 15002 (java) S 14985 14987 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8577841 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15003] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/15003/stat : 15003 (java) S 14985 14987 14711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8577846 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15022] ppid=14985 vsize=1547124 CPUtime=821.81
/proc/14987/task/15022/stat : 15022 (java) R 14985 14987 14711 0 -1 4202560 606 0 0 0 82156 25 0 0 25 0 16 0 8580574 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4109002460 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14987/tid=15023] ppid=14985 vsize=1547124 CPUtime=820.97
/proc/14987/task/15023/stat : 15023 (java) R 14985 14987 14711 0 -1 4202560 302 0 0 0 82083 14 0 0 25 0 16 0 8580574 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4110135704 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.49
Current children cumulated vsize (KiB) 1547124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+948.802 s]
/proc/loadavg: 2.12 2.07 1.67 3/122 15050
/proc/meminfo: memFree=1457280/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=1547124 CPUtime=1800.17
/proc/14987/stat : 14987 (java) S 14985 14987 14711 0 -1 4202496 86769 0 1 0 179785 232 0 0 15 0 16 0 8577598 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 386781 75672 1451 10 0 384084 0
[pid=14987/tid=14989] ppid=14985 vsize=1547124 CPUtime=2.39
/proc/14987/task/14989/stat : 14989 (java) S 14985 14987 14711 0 -1 4202560 7787 0 1 0 234 5 0 0 15 0 16 0 8577599 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14990] ppid=14985 vsize=1547124 CPUtime=16.35
/proc/14987/task/14990/stat : 14990 (java) S 14985 14987 14711 0 -1 4202560 16264 0 0 0 1574 61 0 0 16 0 16 0 8577601 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14991] ppid=14985 vsize=1547124 CPUtime=16.38
/proc/14987/task/14991/stat : 14991 (java) S 14985 14987 14711 0 -1 4202560 17484 0 0 0 1596 42 0 0 15 0 16 0 8577601 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14992] ppid=14985 vsize=1547124 CPUtime=69.36
/proc/14987/task/14992/stat : 14992 (java) S 14985 14987 14711 0 -1 4202560 2285 0 0 0 6873 63 0 0 16 0 16 0 8577602 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 0 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14993] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14993/stat : 14993 (java) S 14985 14987 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8577603 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14994] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14994/stat : 14994 (java) S 14985 14987 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8577603 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14995] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14995/stat : 14995 (java) S 14985 14987 14711 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14996] ppid=14985 vsize=1547124 CPUtime=2.71
/proc/14987/task/14996/stat : 14996 (java) S 14985 14987 14711 0 -1 4202560 8192 0 0 0 268 3 0 0 15 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14997] ppid=14985 vsize=1547124 CPUtime=2.96
/proc/14987/task/14997/stat : 14997 (java) S 14985 14987 14711 0 -1 4202560 5236 0 0 0 294 2 0 0 15 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=14998] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14998/stat : 14998 (java) S 14985 14987 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=14999] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/14999/stat : 14999 (java) S 14985 14987 14711 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 8577607 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 1 0 0 0
[pid=14987/tid=15002] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/15002/stat : 15002 (java) S 14985 14987 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8577841 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15003] ppid=14985 vsize=1547124 CPUtime=0
/proc/14987/task/15003/stat : 15003 (java) S 14985 14987 14711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8577846 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4294960144 0 4 0 16800975 18446604437834326080 0 0 -1 0 0 0 0
[pid=14987/tid=15022] ppid=14985 vsize=1547124 CPUtime=826.95
/proc/14987/task/15022/stat : 15022 (java) R 14985 14987 14711 0 -1 4202560 611 0 0 0 82670 25 0 0 23 0 16 0 8580574 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4109448207 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14987/tid=15023] ppid=14985 vsize=1547124 CPUtime=826.02
/proc/14987/task/15023/stat : 15023 (java) R 14985 14987 14711 0 -1 4202560 303 0 0 0 82588 14 0 0 23 0 16 0 8580574 1584254976 75672 1992294400 134512640 134550932 4292629008 18446744073709551615 4109404805 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1547124

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

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

[startup+948.916 s]
/proc/loadavg: 2.12 2.07 1.67 3/122 15050
/proc/meminfo: memFree=1457280/2059040 swapFree=4192956/4192956
[pid=14987] ppid=14985 vsize=0 CPUtime=1800.37
/proc/14987/stat : 14987 (java) Z 14985 14987 14711 0 -1 4203548 86789 0 1 0 179803 234 0 0 15 0 2 0 8577598 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14987/statm: 0 0 0 0 0 0 0
[pid=14987/tid=15022] ppid=14985 vsize=0 CPUtime=827.03
/proc/14987/task/15022/stat : 15022 (java) R 14985 14987 14711 0 -1 4203588 611 0 0 0 82677 26 0 0 24 0 2 0 8580574 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) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 948.936
CPU time (s): 1800.39
CPU user time (s): 1798.03
CPU system time (s): 2.36064
CPU usage (%): 189.728
Max. virtual memory (cumulated for all children) (KiB): 1551376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.36064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86789
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= 31483
involuntary context switches= 53221

runsolver used 5.08023 second user time and 10.6744 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 09:20:54
IDJOB=2662012
IDBENCH=48267
IDSOLVER=1166
FILE ID=node045/2662012-1276672854
PBS_JOBID= 11172519
Free space on /tmp= 62460 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_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662012-1276672854/watcher-2662012-1276672854 -o /tmp/evaluation-result-2662012-1276672854/solver-2662012-1276672854 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662012-1276672854.opb

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

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=12607535

node045.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.247
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.49
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.247
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1758316 kB
Buffers:         61308 kB
Cached:         114512 kB
SwapCached:          0 kB
Active:          89296 kB
Inactive:       145924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1758316 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:       59328 kB
Mapped:          15384 kB
Slab:            43664 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182384 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= 62460 MiB
End job on node045 at 2010-06-16 09:36:45