Trace number 2661982

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-31? (TO) 1803.72 950.053

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
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.08
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)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

Quality of the solution as a function of time


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

Solver Data

0.07/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.17	c See www.sat4j.org for details.
0.07/0.18	c version 2.2.0.v20100531
0.07/0.18	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.18	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.18	c java.vm.version	11.2-b01
0.07/0.18	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.18	c sun.arch.data.model	32
0.07/0.18	c java.version		1.6.0_12
0.07/0.18	c os.name		Linux
0.07/0.18	c os.version		2.6.18-164.el5
0.07/0.18	c os.arch		i386
0.07/0.18	c Free memory 		1393557488
0.07/0.19	c Max memory 		1395916800
0.07/0.19	c Total memory 		1395916800
0.07/0.19	c Number of processors 	2
0.21/0.25	c Pseudo Boolean Optimization
0.21/0.25	c ManyCore solver with 2 solvers running in parallel
0.21/0.25	c --- Begin Solver configuration ---
0.21/0.25	c Stops conflict analysis at the first Unique Implication Point
0.21/0.25	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.25	c Learn all clauses as in MiniSAT
0.21/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.25	c Expensive reason simplification
0.21/0.25	c Armin Biere (Picosat) restarts strategy
0.21/0.25	c Glucose learned constraints deletion strategy
0.21/0.25	c timeout=2147483s
0.21/0.25	c DB Simplification allowed=false
0.21/0.25	c --- End Solver configuration ---
0.21/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.25	c --- Begin Solver configuration ---
0.21/0.25	c Stops conflict analysis at the first Unique Implication Point
0.21/0.25	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.25	c Learn all clauses as in MiniSAT
0.21/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.25	c No reason simplification
0.21/0.25	c Armin Biere (Picosat) restarts strategy
0.21/0.25	c Glucose learned constraints deletion strategy
0.21/0.25	c timeout=2147483s
0.21/0.25	c DB Simplification allowed=false
0.21/0.25	c --- End Solver configuration ---
0.21/0.25	
0.21/0.25	c solving HOME/instance-2661982-1276667864.opb
0.21/0.25	c reading problem ... 
3.30/2.58	c ... done. Wall clock time 2.331s.
3.30/2.58	c #vars     3262
3.30/2.58	c #constraints  6426
3.30/2.58	c constraints type 
3.30/2.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3062
3.30/2.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
3.30/2.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.30/2.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
3.30/2.58	c constraints type 
3.30/2.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.30/2.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3062
3.30/2.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
3.30/2.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
5.21/3.58	c And the winner is CuttingPlanes
5.80/4.63	c SATISFIABLE
5.80/4.63	c OPTIMIZING...
5.80/4.63	c Got one! Elapsed wall clock time (in seconds):4.377
5.80/4.63	o -4
6.14/4.86	c And the winner is CuttingPlanes
6.28/5.64	c Got one! Elapsed wall clock time (in seconds):5.386
6.28/5.64	o -7
6.60/5.89	c And the winner is CuttingPlanes
6.81/6.66	c Got one! Elapsed wall clock time (in seconds):6.404
6.81/6.66	o -8
8.89/7.72	c And the winner is CuttingPlanes
8.93/8.73	c Got one! Elapsed wall clock time (in seconds):8.476
8.93/8.73	o -9
9.47/9.08	c And the winner is CuttingPlanes
9.63/9.77	c Got one! Elapsed wall clock time (in seconds):9.514
9.63/9.77	o -10
15.84/12.97	c cleaning 2475 clauses out of 5000 with flag 5000/5000
24.69/17.47	c cleaning 4197 clauses out of 8525 with flag 11000/11000
33.52/21.96	c cleaning 5581 clauses out of 11328 with flag 18000/18000
41.37/25.91	c cleaning 6874 clauses out of 13747 with flag 26000/26000
47.40/29.02	c cleaning 7915 clauses out of 15873 with flag 35000/35000
47.71/29.28	c And the winner is CuttingPlanes
47.87/29.84	c Got one! Elapsed wall clock time (in seconds):29.588
47.87/29.84	o -11
57.70/34.84	c cleaning 8979 clauses out of 17958 with flag 45000/45000
62.56/37.32	c And the winner is CuttingPlanes
62.60/37.95	c Got one! Elapsed wall clock time (in seconds):37.702
62.60/37.95	o -12
66.85/40.13	c cleaning 9490 clauses out of 18979 with flag 55000/55000
75.65/44.68	c cleaning 9684 clauses out of 19489 with flag 65000/65000
87.20/50.59	c cleaning 9848 clauses out of 19805 with flag 75000/75000
100.59/57.31	c cleaning 9906 clauses out of 19957 with flag 85000/85000
114.13/64.30	c cleaning 9966 clauses out of 20051 with flag 95000/95000
127.29/70.96	c cleaning 10039 clauses out of 20085 with flag 105000/105000
135.85/75.31	c cleaning 9986 clauses out of 20046 with flag 115000/115000
144.25/79.60	c cleaning 9983 clauses out of 20060 with flag 125000/125000
154.63/84.91	c cleaning 10014 clauses out of 20077 with flag 135000/135000
160.65/88.04	c cleaning 10001 clauses out of 20063 with flag 145000/145000
171.58/93.68	c cleaning 9995 clauses out of 20062 with flag 155000/155000
182.52/99.21	c cleaning 9975 clauses out of 20067 with flag 165000/165000
193.89/105.02	c cleaning 9979 clauses out of 20092 with flag 175000/175000
205.65/111.07	c cleaning 10016 clauses out of 20113 with flag 185000/185000
215.21/115.91	c cleaning 9993 clauses out of 20097 with flag 195000/195000
229.34/123.15	c cleaning 10019 clauses out of 20104 with flag 205000/205000
241.09/129.12	c cleaning 10031 clauses out of 20085 with flag 215000/215000
250.87/134.15	c cleaning 9993 clauses out of 20054 with flag 225000/225000
259.42/138.59	c cleaning 10001 clauses out of 20061 with flag 235000/235000
266.59/142.27	c cleaning 10004 clauses out of 20060 with flag 245000/245000
274.18/146.11	c cleaning 10004 clauses out of 20057 with flag 255001/255001
281.37/149.86	c cleaning 9988 clauses out of 20052 with flag 265000/265000
289.31/153.95	c cleaning 10031 clauses out of 20065 with flag 275001/275001
304.04/161.43	c cleaning 9953 clauses out of 20033 with flag 285000/285000
315.97/167.53	c cleaning 10016 clauses out of 20080 with flag 295000/295000
325.13/172.21	c cleaning 10004 clauses out of 20064 with flag 305000/305000
331.68/175.67	c cleaning 9999 clauses out of 20060 with flag 315000/315000
342.42/181.16	c cleaning 9983 clauses out of 20061 with flag 325000/325000
352.76/186.43	c cleaning 9968 clauses out of 20078 with flag 335000/335000
362.90/191.68	c cleaning 10022 clauses out of 20110 with flag 345000/345000
373.37/197.03	c cleaning 10002 clauses out of 20088 with flag 355000/355000
382.31/201.68	c cleaning 9997 clauses out of 20087 with flag 365001/365001
390.48/205.87	c cleaning 10023 clauses out of 20089 with flag 375000/375000
397.25/209.34	c cleaning 10013 clauses out of 20067 with flag 385001/385001
399.82/210.71	c cleaning 0 clauses out of 5001 with flag 0/5001
405.21/213.57	c cleaning 9997 clauses out of 20053 with flag 395000/395000
418.70/220.43	c cleaning 9966 clauses out of 20056 with flag 405000/405000
432.39/227.45	c cleaning 10006 clauses out of 20090 with flag 415000/415000
443.68/233.24	c cleaning 10002 clauses out of 20084 with flag 425000/425000
453.60/238.36	c cleaning 10010 clauses out of 20082 with flag 435000/435000
461.94/242.66	c cleaning 10017 clauses out of 20072 with flag 445000/445000
470.68/247.16	c cleaning 9977 clauses out of 20055 with flag 455000/455000
481.94/252.92	c cleaning 9983 clauses out of 20078 with flag 465000/465000
491.46/257.87	c cleaning 10010 clauses out of 20095 with flag 475000/475000
499.21/261.84	c cleaning 10024 clauses out of 20085 with flag 485000/485000
509.52/267.19	c cleaning 10003 clauses out of 20061 with flag 495000/495000
517.42/271.26	c cleaning 9976 clauses out of 20058 with flag 505000/505000
525.14/275.26	c cleaning 10008 clauses out of 20082 with flag 515000/515000
533.66/279.63	c cleaning 10028 clauses out of 20075 with flag 525001/525001
542.01/283.91	c cleaning 9992 clauses out of 20046 with flag 535000/535000
549.29/287.74	c cleaning 9999 clauses out of 20054 with flag 545000/545000
555.04/290.71	c cleaning 10007 clauses out of 20055 with flag 555000/555000
560.80/293.79	c cleaning 10014 clauses out of 20048 with flag 565000/565000
568.73/297.89	c cleaning 9972 clauses out of 20034 with flag 575000/575000
574.85/301.04	c cleaning 10015 clauses out of 20063 with flag 585001/585001
583.97/305.71	c cleaning 10004 clauses out of 20047 with flag 595000/595000
591.70/309.73	c cleaning 9988 clauses out of 20043 with flag 605000/605000
603.80/315.92	c cleaning 9958 clauses out of 20055 with flag 615000/615000
614.26/321.39	c cleaning 9998 clauses out of 20097 with flag 625000/625000
620.61/324.65	c cleaning 10031 clauses out of 20099 with flag 635000/635000
627.92/328.47	c cleaning 10004 clauses out of 20068 with flag 645000/645000
639.83/334.56	c cleaning 10023 clauses out of 20064 with flag 655000/655000
650.29/339.94	c cleaning 9998 clauses out of 20041 with flag 665000/665000
658.00/343.98	c cleaning 9975 clauses out of 20043 with flag 675000/675000
668.68/349.41	c cleaning 9991 clauses out of 20068 with flag 685000/685000
677.99/354.23	c cleaning 10021 clauses out of 20077 with flag 695000/695000
686.46/358.68	c cleaning 9989 clauses out of 20056 with flag 705000/705000
697.73/364.50	c cleaning 10013 clauses out of 20067 with flag 715000/715000
706.63/369.09	c cleaning 10008 clauses out of 20054 with flag 725000/725000
713.36/372.58	c cleaning 10001 clauses out of 20046 with flag 735000/735000
720.64/376.31	c cleaning 10002 clauses out of 20045 with flag 745000/745000
725.98/379.19	c cleaning 10006 clauses out of 20043 with flag 755000/755000
731.12/381.89	c cleaning 9999 clauses out of 20037 with flag 765000/765000
743.18/388.01	c cleaning 9961 clauses out of 20038 with flag 775000/775000
751.04/392.18	c cleaning 10004 clauses out of 20077 with flag 785000/785000
758.15/395.88	c cleaning 10023 clauses out of 20073 with flag 795000/795000
765.47/399.64	c cleaning 10013 clauses out of 20051 with flag 805001/805001
772.39/403.21	c cleaning 9988 clauses out of 20037 with flag 815000/815000
778.07/406.20	c cleaning 9995 clauses out of 20049 with flag 825000/825000
783.19/408.94	c cleaning 9986 clauses out of 20054 with flag 835000/835000
788.14/411.59	c cleaning 10000 clauses out of 20068 with flag 845000/845000
793.64/414.46	c cleaning 10007 clauses out of 20069 with flag 855001/855001
799.72/417.62	c cleaning 9993 clauses out of 20061 with flag 865000/865000
805.04/420.45	c cleaning 10005 clauses out of 20068 with flag 875000/875000
810.17/423.19	c cleaning 10010 clauses out of 20063 with flag 885000/885000
820.06/428.20	c cleaning 9997 clauses out of 20053 with flag 895000/895000
829.89/433.31	c cleaning 9978 clauses out of 20056 with flag 905000/905000
842.36/439.80	c cleaning 10006 clauses out of 20078 with flag 915000/915000
853.84/445.68	c cleaning 10003 clauses out of 20072 with flag 925000/925000
862.50/450.14	c cleaning 10013 clauses out of 20069 with flag 935000/935000
868.95/453.59	c cleaning 10006 clauses out of 20056 with flag 945000/945000
876.66/457.53	c cleaning 9975 clauses out of 20050 with flag 955000/955000
890.70/464.79	c cleaning 9969 clauses out of 20075 with flag 965000/965000
901.95/470.57	c cleaning 9995 clauses out of 20106 with flag 975000/975000
909.59/474.58	c cleaning 10028 clauses out of 20111 with flag 985000/985000
915.88/477.83	c cleaning 10015 clauses out of 20083 with flag 995000/995000
921.20/480.61	c cleaning 10020 clauses out of 20068 with flag 1005000/1005000
928.29/484.31	c cleaning 10021 clauses out of 20048 with flag 1015000/1015000
934.73/487.73	c cleaning 9989 clauses out of 20027 with flag 1025000/1025000
939.64/490.34	c cleaning 10000 clauses out of 20038 with flag 1035000/1035000
945.14/493.24	c cleaning 9993 clauses out of 20038 with flag 1045000/1045000
950.66/496.11	c cleaning 10007 clauses out of 20045 with flag 1055000/1055000
959.27/500.61	c cleaning 9986 clauses out of 20038 with flag 1065000/1065000
964.76/503.57	c cleaning 10012 clauses out of 20052 with flag 1075000/1075000
973.25/507.92	c cleaning 9984 clauses out of 20040 with flag 1085000/1085000
981.71/512.36	c cleaning 10002 clauses out of 20056 with flag 1095000/1095000
988.94/516.16	c cleaning 9985 clauses out of 20054 with flag 1105000/1105000
995.82/519.73	c cleaning 10028 clauses out of 20069 with flag 1115000/1115000
1001.72/522.88	c cleaning 9995 clauses out of 20041 with flag 1125000/1125000
1008.20/526.23	c cleaning 9998 clauses out of 20046 with flag 1135000/1135000
1013.24/528.91	c cleaning 10007 clauses out of 20048 with flag 1145000/1145000
1018.74/531.81	c cleaning 10005 clauses out of 20041 with flag 1155000/1155000
1026.02/535.69	c cleaning 10011 clauses out of 20036 with flag 1165000/1165000
1033.89/539.78	c cleaning 9977 clauses out of 20025 with flag 1175000/1175000
1041.69/543.87	c cleaning 9977 clauses out of 20048 with flag 1185000/1185000
1048.78/547.59	c cleaning 10032 clauses out of 20071 with flag 1195000/1195000
1054.28/550.49	c cleaning 10007 clauses out of 20039 with flag 1205000/1205000
1059.38/553.12	c cleaning 9985 clauses out of 20032 with flag 1215000/1215000
1063.42/555.38	c cleaning 9982 clauses out of 20047 with flag 1225000/1225000
1068.32/558.00	c cleaning 10020 clauses out of 20065 with flag 1235000/1235000
1073.21/560.56	c cleaning 10008 clauses out of 20045 with flag 1245000/1245000
1078.11/563.19	c cleaning 9999 clauses out of 20037 with flag 1255000/1255000
1082.94/565.80	c cleaning 10003 clauses out of 20038 with flag 1265000/1265000
1087.03/567.96	c cleaning 10005 clauses out of 20036 with flag 1275001/1275001
1090.93/570.09	c cleaning 10000 clauses out of 20030 with flag 1285000/1285000
1095.02/572.21	c cleaning 10005 clauses out of 20030 with flag 1295000/1295000
1098.67/574.29	c cleaning 10003 clauses out of 20026 with flag 1305001/1305001
1103.75/576.97	c cleaning 10006 clauses out of 20023 with flag 1315001/1315001
1110.23/580.36	c cleaning 9969 clauses out of 20016 with flag 1325000/1325000
1117.51/584.20	c cleaning 9972 clauses out of 20047 with flag 1335000/1335000
1126.45/588.89	c cleaning 9960 clauses out of 20075 with flag 1345000/1345000
1137.26/594.42	c cleaning 10039 clauses out of 20115 with flag 1355000/1355000
1145.12/598.59	c cleaning 9973 clauses out of 20076 with flag 1365000/1365000
1152.18/602.26	c cleaning 10039 clauses out of 20103 with flag 1375000/1375000
1158.17/605.48	c cleaning 9994 clauses out of 20064 with flag 1385000/1385000
1171.18/612.11	c cleaning 9959 clauses out of 20070 with flag 1395000/1395000
1181.41/617.43	c cleaning 10009 clauses out of 20111 with flag 1405000/1405000
1189.66/621.70	c cleaning 10035 clauses out of 20102 with flag 1415000/1415000
1196.83/625.58	c cleaning 10016 clauses out of 20067 with flag 1425000/1425000
1202.89/628.79	c cleaning 10014 clauses out of 20051 with flag 1435000/1435000
1209.54/632.26	c cleaning 10003 clauses out of 20037 with flag 1445000/1445000
1216.99/636.16	c cleaning 9991 clauses out of 20034 with flag 1455000/1455000
1225.56/640.61	c cleaning 9996 clauses out of 20043 with flag 1465000/1465000
1233.22/644.69	c cleaning 9973 clauses out of 20047 with flag 1475000/1475000
1241.05/648.77	c cleaning 10005 clauses out of 20074 with flag 1485000/1485000
1247.72/652.26	c cleaning 10004 clauses out of 20069 with flag 1495000/1495000
1255.48/656.34	c cleaning 9984 clauses out of 20065 with flag 1505000/1505000
1263.11/660.31	c cleaning 10011 clauses out of 20081 with flag 1515000/1515000
1270.16/664.02	c cleaning 9977 clauses out of 20070 with flag 1525000/1525000
1277.79/668.05	c cleaning 10041 clauses out of 20095 with flag 1535002/1535002
1284.56/671.66	c cleaning 10010 clauses out of 20052 with flag 1545000/1545000
1290.80/674.96	c cleaning 9997 clauses out of 20042 with flag 1555000/1555000
1297.22/678.36	c cleaning 9974 clauses out of 20045 with flag 1565000/1565000
1307.62/683.79	c cleaning 10010 clauses out of 20071 with flag 1575000/1575000
1319.53/689.90	c cleaning 9992 clauses out of 20061 with flag 1585000/1585000
1326.18/693.41	c cleaning 10004 clauses out of 20069 with flag 1595000/1595000
1333.20/697.16	c cleaning 10013 clauses out of 20065 with flag 1605000/1605000
1339.25/700.30	c cleaning 10015 clauses out of 20052 with flag 1615000/1615000
1347.20/704.53	c cleaning 9986 clauses out of 20037 with flag 1625000/1625000
1354.05/708.18	c cleaning 9984 clauses out of 20051 with flag 1635000/1635000
1360.89/711.76	c cleaning 10014 clauses out of 20067 with flag 1645000/1645000
1367.71/715.30	c cleaning 9997 clauses out of 20053 with flag 1655000/1655000
1373.48/718.49	c cleaning 10007 clauses out of 20056 with flag 1665000/1665000
1379.70/721.73	c cleaning 10007 clauses out of 20049 with flag 1675000/1675000
1384.90/724.54	c cleaning 10006 clauses out of 20043 with flag 1685001/1685001
1389.33/726.94	c cleaning 9992 clauses out of 20036 with flag 1695000/1695000
1394.09/729.57	c cleaning 10005 clauses out of 20044 with flag 1705000/1705000
1398.73/732.06	c cleaning 9995 clauses out of 20039 with flag 1715000/1715000
1403.97/734.87	c cleaning 10005 clauses out of 20044 with flag 1725000/1725000
1408.58/737.36	c cleaning 9998 clauses out of 20039 with flag 1735000/1735000
1413.53/740.07	c cleaning 10003 clauses out of 20041 with flag 1745000/1745000
1418.76/742.87	c cleaning 9987 clauses out of 20038 with flag 1755000/1755000
1423.59/745.49	c cleaning 10009 clauses out of 20051 with flag 1765000/1765000
1429.83/748.71	c cleaning 9993 clauses out of 20042 with flag 1775000/1775000
1434.97/751.55	c cleaning 10010 clauses out of 20049 with flag 1785000/1785000
1440.00/754.24	c cleaning 10005 clauses out of 20039 with flag 1795000/1795000
1444.84/756.90	c cleaning 10003 clauses out of 20034 with flag 1805000/1805000
1450.45/759.86	c cleaning 9970 clauses out of 20031 with flag 1815000/1815000
1456.41/763.07	c cleaning 10003 clauses out of 20061 with flag 1825000/1825000
1461.45/765.74	c cleaning 10013 clauses out of 20058 with flag 1835000/1835000
1466.27/768.34	c cleaning 10005 clauses out of 20045 with flag 1845000/1845000
1471.10/770.99	c cleaning 10008 clauses out of 20040 with flag 1855000/1855000
1476.24/773.73	c cleaning 9994 clauses out of 20032 with flag 1865000/1865000
1481.07/776.36	c cleaning 10006 clauses out of 20038 with flag 1875000/1875000
1485.51/778.71	c cleaning 10003 clauses out of 20032 with flag 1885000/1885000
1489.78/781.07	c cleaning 10003 clauses out of 20029 with flag 1895000/1895000
1494.90/783.88	c cleaning 9991 clauses out of 20026 with flag 1905000/1905000
1499.73/786.44	c cleaning 9998 clauses out of 20035 with flag 1915000/1915000
1504.18/788.84	c cleaning 10010 clauses out of 20037 with flag 1925000/1925000
1508.60/791.29	c cleaning 10006 clauses out of 20027 with flag 1935000/1935000
1513.15/793.79	c cleaning 9992 clauses out of 20021 with flag 1945000/1945000
1517.58/796.16	c cleaning 10004 clauses out of 20030 with flag 1955001/1955001
1521.24/798.14	c cleaning 9998 clauses out of 20025 with flag 1965000/1965000
1525.68/800.57	c cleaning 9990 clauses out of 20027 with flag 1975000/1975000
1530.05/802.91	c cleaning 9995 clauses out of 20037 with flag 1985000/1985000
1535.68/805.93	c cleaning 9983 clauses out of 20042 with flag 1995000/1995000
1540.57/808.53	c cleaning 10003 clauses out of 20059 with flag 2005000/2005000
1545.56/811.26	c cleaning 9993 clauses out of 20056 with flag 2015000/2015000
1550.90/814.14	c cleaning 10005 clauses out of 20063 with flag 2025000/2025000
1559.30/818.51	c cleaning 10012 clauses out of 20058 with flag 2035000/2035000
1566.09/822.10	c cleaning 10001 clauses out of 20046 with flag 2045000/2045000
1571.72/825.15	c cleaning 10009 clauses out of 20045 with flag 2055000/2055000
1577.05/828.10	c cleaning 9992 clauses out of 20036 with flag 2065000/2065000
1581.70/830.53	c cleaning 10009 clauses out of 20044 with flag 2075000/2075000
1587.91/833.88	c cleaning 10007 clauses out of 20035 with flag 2085000/2085000
1593.33/836.79	c cleaning 10002 clauses out of 20028 with flag 2095000/2095000
1598.84/839.73	c cleaning 9995 clauses out of 20026 with flag 2105000/2105000
1603.27/842.11	c cleaning 9997 clauses out of 20031 with flag 2115000/2115000
1607.89/844.67	c cleaning 9992 clauses out of 20034 with flag 2125000/2125000
1613.31/847.55	c cleaning 10007 clauses out of 20042 with flag 2135000/2135000
1617.64/849.95	c cleaning 10006 clauses out of 20035 with flag 2145000/2145000
1621.67/852.16	c cleaning 9997 clauses out of 20029 with flag 2155000/2155000
1625.31/854.19	c cleaning 10001 clauses out of 20032 with flag 2165000/2165000
1630.75/857.01	c cleaning 9994 clauses out of 20031 with flag 2175000/2175000
1636.48/860.19	c cleaning 9986 clauses out of 20037 with flag 2185000/2185000
1643.86/864.06	c cleaning 10011 clauses out of 20051 with flag 2195000/2195000
1649.47/867.03	c cleaning 9993 clauses out of 20040 with flag 2205000/2205000
1655.67/870.35	c cleaning 9980 clauses out of 20047 with flag 2215000/2215000
1660.99/873.29	c cleaning 10009 clauses out of 20067 with flag 2225000/2225000
1666.21/876.01	c cleaning 10001 clauses out of 20058 with flag 2235000/2235000
1671.03/878.64	c cleaning 9989 clauses out of 20057 with flag 2245000/2245000
1675.47/881.02	c cleaning 10003 clauses out of 20068 with flag 2255000/2255000
1680.61/883.83	c cleaning 10008 clauses out of 20065 with flag 2265000/2265000
1684.83/886.18	c cleaning 10005 clauses out of 20057 with flag 2275000/2275000
1690.07/888.91	c cleaning 9995 clauses out of 20052 with flag 2285000/2285000
1695.47/891.86	c cleaning 10020 clauses out of 20057 with flag 2295000/2295000
1702.00/895.30	c cleaning 10005 clauses out of 20037 with flag 2305000/2305000
1708.03/898.57	c cleaning 9984 clauses out of 20032 with flag 2315000/2315000
1713.83/901.61	c cleaning 9994 clauses out of 20048 with flag 2325000/2325000
1720.02/904.99	c cleaning 9994 clauses out of 20054 with flag 2335000/2335000
1725.95/908.17	c cleaning 10011 clauses out of 20060 with flag 2345000/2345000
1730.95/910.87	c cleaning 10001 clauses out of 20049 with flag 2355000/2355000
1735.76/913.49	c cleaning 9996 clauses out of 20048 with flag 2365000/2365000
1741.00/916.28	c cleaning 10005 clauses out of 20052 with flag 2375000/2375000
1746.28/919.19	c cleaning 10009 clauses out of 20048 with flag 2385001/2385001
1750.90/921.67	c cleaning 10006 clauses out of 20039 with flag 2395001/2395001
1756.50/924.62	c cleaning 10001 clauses out of 20032 with flag 2405000/2405000
1761.51/927.36	c cleaning 9993 clauses out of 20031 with flag 2415000/2415000
1766.44/930.05	c cleaning 9992 clauses out of 20038 with flag 2425000/2425000
1771.87/932.93	c cleaning 9998 clauses out of 20046 with flag 2435000/2435000
1777.46/935.94	c cleaning 9999 clauses out of 20048 with flag 2445000/2445000
1783.67/939.26	c cleaning 9991 clauses out of 20049 with flag 2455000/2455000
1789.40/942.36	c cleaning 10020 clauses out of 20058 with flag 2465000/2465000
1795.01/945.33	c cleaning 9983 clauses out of 20038 with flag 2475000/2475000
1801.19/948.66	c starts		: 40
1801.19/948.66	c conflicts		: 9672
1801.19/948.67	c decisions		: 57254
1801.19/948.67	c propagations		: 1444650
1801.19/948.67	c inspects		: 304205912
1801.19/948.67	c learnt literals	: 0
1801.19/948.67	c learnt binary clauses	: 0
1801.19/948.67	c learnt ternary clauses	: 0
1801.19/948.67	c learnt clauses	: 9671
1801.19/948.67	c ignored clauses	: 0
1801.19/948.67	c root simplifications	: 0
1801.19/948.67	c removed literals (reason simplification)	: 0
1801.19/948.67	c reason swapping (by a shorter reason)	: 0
1801.19/948.67	c Calls to reduceDB	: 1
1801.19/948.67	c number of reductions to clauses (during analyze)	: 0
1801.19/948.67	c number of learned constraints concerned by reduction	: 0
1801.19/948.67	c number of learning phase by resolution	: 0
1801.19/948.67	c number of learning phase by cutting planes	: 0
1801.19/948.67	c speed (assignments/second)	: 1586.289817834437
1801.19/948.67	c non guided choices	18
1801.39/948.73	c cleaning 10016 clauses out of 20055 with flag 2485000/2485000

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661982-1276667864/watcher-2661982-1276667864 -o /tmp/evaluation-result-2661982-1276667864/solver-2661982-1276667864 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661982-1276667864.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 8673
/proc/meminfo: memFree=1849984/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=248 CPUtime=0
/proc/8673/stat : 8673 (java6) R 8671 8673 8516 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 42388065 253952 28 1992294400 134512640 134550932 4294634224 18446744073709551615 2322910 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8673/statm: 62 28 21 10 0 23 0

[startup+0.109452 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8673
/proc/meminfo: memFree=1849984/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1521796 CPUtime=0.07
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 3785 0 1 0 4 3 0 0 15 0 7 0 42388065 1558319104 3226 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 380449 3226 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.226388 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8673
/proc/meminfo: memFree=1849984/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1526260 CPUtime=0.21
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 5029 0 1 0 18 3 0 0 15 0 12 0 42388065 1562890240 4466 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 381565 4467 1346 10 0 378868 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1526260

[startup+0.301493 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8673
/proc/meminfo: memFree=1849984/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1526260 CPUtime=0.32
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 5314 0 1 0 28 4 0 0 15 0 12 0 42388065 1562890240 4751 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 381565 4751 1353 10 0 378868 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1526260

[startup+0.701582 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8673
/proc/meminfo: memFree=1849984/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1528456 CPUtime=1.02
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 6880 0 1 0 97 5 0 0 15 0 12 0 42388065 1565138944 6245 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 382114 6245 1407 10 0 379417 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1528456

[startup+1.50175 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 8685
/proc/meminfo: memFree=1826080/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1528664 CPUtime=2.19
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 8768 0 1 0 214 5 0 0 15 0 12 0 42388065 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 382166 7822 1411 10 0 379469 0
[pid=8673/tid=8675] ppid=8671 vsize=1528664 CPUtime=1.44
/proc/8673/task/8675/stat : 8675 (java) R 8671 8673 8516 0 -1 4202560 6104 0 1 0 140 4 0 0 25 0 12 0 42388069 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4109844902 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8673/tid=8676] ppid=8671 vsize=1528664 CPUtime=0
/proc/8673/task/8676/stat : 8676 (java) S 8671 8673 8516 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 42388071 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8677] ppid=8671 vsize=1528664 CPUtime=0
/proc/8673/task/8677/stat : 8677 (java) S 8671 8673 8516 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 42388071 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8678] ppid=8671 vsize=1528664 CPUtime=0
/proc/8673/task/8678/stat : 8678 (java) S 8671 8673 8516 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 42388072 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8679] ppid=8671 vsize=1528664 CPUtime=0
/proc/8673/task/8679/stat : 8679 (java) S 8671 8673 8516 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 42388073 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8680] ppid=8671 vsize=1528664 CPUtime=0
/proc/8673/task/8680/stat : 8680 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 42388073 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8681] ppid=8671 vsize=1528664 CPUtime=0
/proc/8673/task/8681/stat : 8681 (java) S 8671 8673 8516 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 42388078 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8682] ppid=8671 vsize=1528664 CPUtime=0.22
/proc/8673/task/8682/stat : 8682 (java) S 8671 8673 8516 0 -1 4202560 334 0 0 0 22 0 0 0 18 0 12 0 42388078 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8683] ppid=8671 vsize=1528664 CPUtime=0.51
/proc/8673/task/8683/stat : 8683 (java) S 8671 8673 8516 0 -1 4202560 1267 0 0 0 51 0 0 0 15 0 12 0 42388078 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8684] ppid=8671 vsize=1528664 CPUtime=0
/proc/8673/task/8684/stat : 8684 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 42388078 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8685] ppid=8671 vsize=1528664 CPUtime=0
/proc/8673/task/8685/stat : 8685 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 42388078 1565351936 7822 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1528664

[startup+3.10109 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 8685
/proc/meminfo: memFree=1819756/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1548056 CPUtime=4.42
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 17619 0 1 0 432 10 0 0 15 0 16 0 42388065 1585209344 14342 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 387014 14342 1424 10 0 384317 0
[pid=8673/tid=8675] ppid=8671 vsize=1548056 CPUtime=2.52
/proc/8673/task/8675/stat : 8675 (java) S 8671 8673 8516 0 -1 4202560 7633 0 1 0 248 4 0 0 25 0 16 0 42388069 1585209344 14342 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8676] ppid=8671 vsize=1548056 CPUtime=0
/proc/8673/task/8676/stat : 8676 (java) S 8671 8673 8516 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 42388071 1585209344 14342 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8677] ppid=8671 vsize=1548056 CPUtime=0
/proc/8673/task/8677/stat : 8677 (java) S 8671 8673 8516 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 42388071 1585209344 14342 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8678] ppid=8671 vsize=1548056 CPUtime=0
/proc/8673/task/8678/stat : 8678 (java) S 8671 8673 8516 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 42388072 1585209344 14346 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8679] ppid=8671 vsize=1548056 CPUtime=0
/proc/8673/task/8679/stat : 8679 (java) S 8671 8673 8516 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 42388073 1585209344 14346 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8680] ppid=8671 vsize=1548056 CPUtime=0
/proc/8673/task/8680/stat : 8680 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 42388073 1585209344 14346 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8681] ppid=8671 vsize=1548056 CPUtime=0
/proc/8673/task/8681/stat : 8681 (java) S 8671 8673 8516 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 42388078 1585209344 14346 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8682] ppid=8671 vsize=1548056 CPUtime=0.6
/proc/8673/task/8682/stat : 8682 (java) R 8671 8673 8516 0 -1 4202560 2876 0 0 0 60 0 0 0 16 0 16 0 42388078 1585209344 14346 1992294400 134512640 134550932 4294037968 18446744073709551615 2822919 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8673/tid=8683] ppid=8671 vsize=1548056 CPUtime=0.79
/proc/8673/task/8683/stat : 8683 (java) R 8671 8673 8516 0 -1 4202560 4878 0 0 0 77 2 0 0 16 0 16 0 42388078 1585209344 14346 1992294400 134512640 134550932 4294037968 18446744073709551615 105872816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8673/tid=8684] ppid=8671 vsize=1548056 CPUtime=0
/proc/8673/task/8684/stat : 8684 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 42388078 1585209344 14346 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8685] ppid=8671 vsize=1548056 CPUtime=0
/proc/8673/task/8685/stat : 8685 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 42388078 1585209344 14346 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 1548056

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 8693
/proc/meminfo: memFree=1759724/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1547780 CPUtime=6.81
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 39361 0 1 0 662 19 0 0 15 0 14 0 42388065 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 386945 31633 1426 10 0 384248 0
[pid=8673/tid=8675] ppid=8671 vsize=1547780 CPUtime=2.53
/proc/8673/task/8675/stat : 8675 (java) S 8671 8673 8516 0 -1 4202560 7663 0 1 0 249 4 0 0 19 0 14 0 42388069 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8676] ppid=8671 vsize=1547780 CPUtime=0
/proc/8673/task/8676/stat : 8676 (java) S 8671 8673 8516 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 14 0 42388071 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8677] ppid=8671 vsize=1547780 CPUtime=0
/proc/8673/task/8677/stat : 8677 (java) S 8671 8673 8516 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 42388071 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8678] ppid=8671 vsize=1547780 CPUtime=0
/proc/8673/task/8678/stat : 8678 (java) S 8671 8673 8516 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 14 0 42388072 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8679] ppid=8671 vsize=1547780 CPUtime=0
/proc/8673/task/8679/stat : 8679 (java) S 8671 8673 8516 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 42388073 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8680] ppid=8671 vsize=1547780 CPUtime=0
/proc/8673/task/8680/stat : 8680 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 42388073 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8681] ppid=8671 vsize=1547780 CPUtime=0
/proc/8673/task/8681/stat : 8681 (java) S 8671 8673 8516 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 42388078 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8682] ppid=8671 vsize=1547780 CPUtime=1.18
/proc/8673/task/8682/stat : 8682 (java) S 8671 8673 8516 0 -1 4202560 3098 0 0 0 118 0 0 0 16 0 14 0 42388078 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8683] ppid=8671 vsize=1547780 CPUtime=1.81
/proc/8673/task/8683/stat : 8683 (java) S 8671 8673 8516 0 -1 4202560 9780 0 0 0 176 5 0 0 16 0 14 0 42388078 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8684] ppid=8671 vsize=1547780 CPUtime=0
/proc/8673/task/8684/stat : 8684 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 42388078 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8685] ppid=8671 vsize=1547780 CPUtime=0
/proc/8673/task/8685/stat : 8685 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 42388078 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8688] ppid=8671 vsize=1547780 CPUtime=0
/proc/8673/task/8688/stat : 8688 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 42388326 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8689] ppid=8671 vsize=1547780 CPUtime=0
/proc/8673/task/8689/stat : 8689 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 42388327 1584926720 31633 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 1547780

[startup+12.7011 s]
/proc/loadavg: 1.25 1.05 1.02 3/122 8701
/proc/meminfo: memFree=1675264/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1553924 CPUtime=15.44
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 57716 0 1 0 1516 28 0 0 15 0 16 0 42388065 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 388481 49468 1442 10 0 385784 0
[pid=8673/tid=8675] ppid=8671 vsize=1553924 CPUtime=2.54
/proc/8673/task/8675/stat : 8675 (java) S 8671 8673 8516 0 -1 4202560 7679 0 1 0 250 4 0 0 15 0 16 0 42388069 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8676] ppid=8671 vsize=1553924 CPUtime=0.15
/proc/8673/task/8676/stat : 8676 (java) S 8671 8673 8516 0 -1 4202560 3368 0 0 0 14 1 0 0 16 0 16 0 42388071 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8677] ppid=8671 vsize=1553924 CPUtime=0.15
/proc/8673/task/8677/stat : 8677 (java) S 8671 8673 8516 0 -1 4202560 3102 0 0 0 14 1 0 0 15 0 16 0 42388071 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8678] ppid=8671 vsize=1553924 CPUtime=0.01
/proc/8673/task/8678/stat : 8678 (java) S 8671 8673 8516 0 -1 4202560 26 0 0 0 1 0 0 0 16 0 16 0 42388072 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8679] ppid=8671 vsize=1553924 CPUtime=0
/proc/8673/task/8679/stat : 8679 (java) S 8671 8673 8516 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 42388073 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8680] ppid=8671 vsize=1553924 CPUtime=0
/proc/8673/task/8680/stat : 8680 (java) S 8671 8673 8516 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 42388073 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8681] ppid=8671 vsize=1553924 CPUtime=0
/proc/8673/task/8681/stat : 8681 (java) S 8671 8673 8516 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 42388078 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8682] ppid=8671 vsize=1553924 CPUtime=2.22
/proc/8673/task/8682/stat : 8682 (java) S 8671 8673 8516 0 -1 4202560 3288 0 0 0 221 1 0 0 15 0 16 0 42388078 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8683] ppid=8671 vsize=1553924 CPUtime=2.8
/proc/8673/task/8683/stat : 8683 (java) S 8671 8673 8516 0 -1 4202560 11546 0 0 0 274 6 0 0 15 0 16 0 42388078 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8684] ppid=8671 vsize=1553924 CPUtime=0
/proc/8673/task/8684/stat : 8684 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 42388078 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8685] ppid=8671 vsize=1553924 CPUtime=0
/proc/8673/task/8685/stat : 8685 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 42388078 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8688] ppid=8671 vsize=1553924 CPUtime=0
/proc/8673/task/8688/stat : 8688 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 42388326 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8689] ppid=8671 vsize=1553924 CPUtime=0
/proc/8673/task/8689/stat : 8689 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 42388327 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8700] ppid=8671 vsize=1553924 CPUtime=2.4
/proc/8673/task/8700/stat : 8700 (java) R 8671 8673 8516 0 -1 4202560 758 0 0 0 240 0 0 0 18 0 16 0 42389042 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4109984660 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8673/tid=8701] ppid=8671 vsize=1553924 CPUtime=2.36
/proc/8673/task/8701/stat : 8701 (java) R 8671 8673 8516 0 -1 4202560 2438 0 0 0 235 1 0 0 19 0 16 0 42389044 1591218176 49468 1992294400 134512640 134550932 4294037968 18446744073709551615 4110334140 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.44
Current children cumulated vsize (KiB) 1553924

[startup+25.5013 s]
/proc/loadavg: 1.36 1.08 1.03 3/122 8701
/proc/meminfo: memFree=1634840/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1553924 CPUtime=40.58
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 63436 0 1 0 4026 32 0 0 15 0 16 0 42388065 1591218176 54855 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 388481 54855 1451 10 0 385784 0
[pid=8673/tid=8675] ppid=8671 vsize=1553924 CPUtime=2.54
/proc/8673/task/8675/stat : 8675 (java) S 8671 8673 8516 0 -1 4202560 7679 0 1 0 250 4 0 0 15 0 16 0 42388069 1591218176 54855 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8676] ppid=8671 vsize=1553924 CPUtime=0.32

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


[startup+948.701 s]
/proc/loadavg: 2.89 2.34 1.78 4/124 8740
/proc/meminfo: memFree=1560176/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1554572 CPUtime=1801.39
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 83789 0 1 0 179965 174 0 0 15 0 18 0 42388065 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 388643 72928 1451 10 0 385946 0
[pid=8673/tid=8675] ppid=8671 vsize=1554572 CPUtime=2.55
/proc/8673/task/8675/stat : 8675 (java) S 8671 8673 8516 0 -1 4202560 7708 0 1 0 250 5 0 0 15 0 18 0 42388069 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8676] ppid=8671 vsize=1554572 CPUtime=16.77
/proc/8673/task/8676/stat : 8676 (java) S 8671 8673 8516 0 -1 4202560 13933 0 0 0 1622 55 0 0 16 0 18 0 42388071 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8677] ppid=8671 vsize=1554572 CPUtime=16.78
/proc/8673/task/8677/stat : 8677 (java) S 8671 8673 8516 0 -1 4202560 15272 0 0 0 1638 40 0 0 15 0 18 0 42388071 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8678] ppid=8671 vsize=1554572 CPUtime=67.39
/proc/8673/task/8678/stat : 8678 (java) S 8671 8673 8516 0 -1 4202560 2206 0 0 0 6727 12 0 0 15 0 18 0 42388072 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8679] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8679/stat : 8679 (java) S 8671 8673 8516 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 42388073 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8680] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8680/stat : 8680 (java) S 8671 8673 8516 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 42388073 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8681] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8681/stat : 8681 (java) S 8671 8673 8516 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8682] ppid=8671 vsize=1554572 CPUtime=2.44
/proc/8673/task/8682/stat : 8682 (java) S 8671 8673 8516 0 -1 4202560 3292 0 0 0 243 1 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8683] ppid=8671 vsize=1554572 CPUtime=3.2
/proc/8673/task/8683/stat : 8683 (java) S 8671 8673 8516 0 -1 4202560 11556 0 0 0 314 6 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8684] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8684/stat : 8684 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8685] ppid=8671 vsize=1554572 CPUtime=0.01
/proc/8673/task/8685/stat : 8685 (java) S 8671 8673 8516 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8688] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8688/stat : 8688 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 42388326 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8689] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8689/stat : 8689 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 42388327 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8704] ppid=8671 vsize=1554572 CPUtime=820.19
/proc/8673/task/8704/stat : 8704 (java) R 8671 8673 8516 0 -1 4202560 590 0 0 0 81999 20 0 0 19 0 18 0 42391861 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4110547415 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8673/tid=8705] ppid=8671 vsize=1554572 CPUtime=818.94
/proc/8673/task/8705/stat : 8705 (java) R 8671 8673 8516 0 -1 4202560 350 0 0 0 81876 18 0 0 18 0 18 0 42391861 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4109995579 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8673/tid=8740] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8740/stat : 8740 (java) S 8671 8673 8516 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 42482882 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.39
Current children cumulated vsize (KiB) 1554572

[startup+949.501 s]
/proc/loadavg: 2.89 2.34 1.78 4/125 8741
/proc/meminfo: memFree=1560168/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1554572 CPUtime=1802.64
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 83790 0 1 0 180090 174 0 0 15 0 18 0 42388065 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 388643 72928 1451 10 0 385946 0
[pid=8673/tid=8675] ppid=8671 vsize=1554572 CPUtime=2.55
/proc/8673/task/8675/stat : 8675 (java) S 8671 8673 8516 0 -1 4202560 7708 0 1 0 250 5 0 0 15 0 18 0 42388069 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8676] ppid=8671 vsize=1554572 CPUtime=16.79
/proc/8673/task/8676/stat : 8676 (java) S 8671 8673 8516 0 -1 4202560 13933 0 0 0 1624 55 0 0 16 0 18 0 42388071 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8677] ppid=8671 vsize=1554572 CPUtime=16.8
/proc/8673/task/8677/stat : 8677 (java) S 8671 8673 8516 0 -1 4202560 15272 0 0 0 1640 40 0 0 15 0 18 0 42388071 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8678] ppid=8671 vsize=1554572 CPUtime=67.73
/proc/8673/task/8678/stat : 8678 (java) S 8671 8673 8516 0 -1 4202560 2206 0 0 0 6761 12 0 0 16 0 18 0 42388072 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8679] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8679/stat : 8679 (java) S 8671 8673 8516 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 42388073 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8680] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8680/stat : 8680 (java) S 8671 8673 8516 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 42388073 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8681] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8681/stat : 8681 (java) S 8671 8673 8516 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8682] ppid=8671 vsize=1554572 CPUtime=2.44
/proc/8673/task/8682/stat : 8682 (java) S 8671 8673 8516 0 -1 4202560 3292 0 0 0 243 1 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8683] ppid=8671 vsize=1554572 CPUtime=3.2
/proc/8673/task/8683/stat : 8683 (java) S 8671 8673 8516 0 -1 4202560 11556 0 0 0 314 6 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8684] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8684/stat : 8684 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8685] ppid=8671 vsize=1554572 CPUtime=0.01
/proc/8673/task/8685/stat : 8685 (java) S 8671 8673 8516 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8688] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8688/stat : 8688 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 42388326 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8689] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8689/stat : 8689 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 42388327 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8704] ppid=8671 vsize=1554572 CPUtime=820.63
/proc/8673/task/8704/stat : 8704 (java) R 8671 8673 8516 0 -1 4202560 590 0 0 0 82043 20 0 0 16 0 18 0 42391861 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4110037256 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8673/tid=8705] ppid=8671 vsize=1554572 CPUtime=819.37
/proc/8673/task/8705/stat : 8705 (java) R 8671 8673 8516 0 -1 4202560 350 0 0 0 81919 18 0 0 16 0 18 0 42391861 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4110097081 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8673/tid=8740] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8740/stat : 8740 (java) S 8671 8673 8516 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 42482882 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8741] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8741/stat : 8741 (java) R 8671 8673 8516 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 18 0 42482892 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.64
Current children cumulated vsize (KiB) 1554572

[startup+949.901 s]
/proc/loadavg: 2.89 2.34 1.78 4/125 8741
/proc/meminfo: memFree=1560168/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1554572 CPUtime=1803.43
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 83790 0 1 0 180169 174 0 0 15 0 18 0 42388065 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 388643 72928 1451 10 0 385946 0
[pid=8673/tid=8675] ppid=8671 vsize=1554572 CPUtime=2.55
/proc/8673/task/8675/stat : 8675 (java) S 8671 8673 8516 0 -1 4202560 7708 0 1 0 250 5 0 0 15 0 18 0 42388069 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8676] ppid=8671 vsize=1554572 CPUtime=16.79
/proc/8673/task/8676/stat : 8676 (java) S 8671 8673 8516 0 -1 4202560 13933 0 0 0 1624 55 0 0 16 0 18 0 42388071 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8677] ppid=8671 vsize=1554572 CPUtime=16.8
/proc/8673/task/8677/stat : 8677 (java) S 8671 8673 8516 0 -1 4202560 15272 0 0 0 1640 40 0 0 15 0 18 0 42388071 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8678] ppid=8671 vsize=1554572 CPUtime=67.73
/proc/8673/task/8678/stat : 8678 (java) S 8671 8673 8516 0 -1 4202560 2206 0 0 0 6761 12 0 0 16 0 18 0 42388072 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8679] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8679/stat : 8679 (java) S 8671 8673 8516 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 42388073 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8680] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8680/stat : 8680 (java) S 8671 8673 8516 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 42388073 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8681] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8681/stat : 8681 (java) S 8671 8673 8516 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8682] ppid=8671 vsize=1554572 CPUtime=2.44
/proc/8673/task/8682/stat : 8682 (java) S 8671 8673 8516 0 -1 4202560 3292 0 0 0 243 1 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8683] ppid=8671 vsize=1554572 CPUtime=3.2
/proc/8673/task/8683/stat : 8683 (java) S 8671 8673 8516 0 -1 4202560 11556 0 0 0 314 6 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8684] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8684/stat : 8684 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8685] ppid=8671 vsize=1554572 CPUtime=0.01
/proc/8673/task/8685/stat : 8685 (java) S 8671 8673 8516 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8688] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8688/stat : 8688 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 42388326 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8689] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8689/stat : 8689 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 42388327 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8704] ppid=8671 vsize=1554572 CPUtime=821.03
/proc/8673/task/8704/stat : 8704 (java) R 8671 8673 8516 0 -1 4202560 590 0 0 0 82083 20 0 0 16 0 18 0 42391861 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4109993006 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8673/tid=8705] ppid=8671 vsize=1554572 CPUtime=819.77
/proc/8673/task/8705/stat : 8705 (java) R 8671 8673 8516 0 -1 4202560 350 0 0 0 81959 18 0 0 16 0 18 0 42391861 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4109845074 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8673/tid=8740] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8740/stat : 8740 (java) S 8671 8673 8516 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 42482882 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8741] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8741/stat : 8741 (java) R 8671 8673 8516 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 18 0 42482892 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1803.43
Current children cumulated vsize (KiB) 1554572

[startup+950.001 s]
/proc/loadavg: 2.89 2.34 1.78 4/125 8741
/proc/meminfo: memFree=1560168/2059040 swapFree=4139944/4192956
[pid=8673] ppid=8671 vsize=1554572 CPUtime=1803.63
/proc/8673/stat : 8673 (java) S 8671 8673 8516 0 -1 4202496 83790 0 1 0 180189 174 0 0 15 0 18 0 42388065 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/8673/statm: 388643 72928 1451 10 0 385946 0
[pid=8673/tid=8675] ppid=8671 vsize=1554572 CPUtime=2.55
/proc/8673/task/8675/stat : 8675 (java) S 8671 8673 8516 0 -1 4202560 7708 0 1 0 250 5 0 0 15 0 18 0 42388069 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8676] ppid=8671 vsize=1554572 CPUtime=16.79
/proc/8673/task/8676/stat : 8676 (java) S 8671 8673 8516 0 -1 4202560 13933 0 0 0 1624 55 0 0 16 0 18 0 42388071 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8677] ppid=8671 vsize=1554572 CPUtime=16.8
/proc/8673/task/8677/stat : 8677 (java) S 8671 8673 8516 0 -1 4202560 15272 0 0 0 1640 40 0 0 15 0 18 0 42388071 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8678] ppid=8671 vsize=1554572 CPUtime=67.73
/proc/8673/task/8678/stat : 8678 (java) S 8671 8673 8516 0 -1 4202560 2206 0 0 0 6761 12 0 0 16 0 18 0 42388072 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 0 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8679] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8679/stat : 8679 (java) S 8671 8673 8516 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 42388073 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8680] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8680/stat : 8680 (java) S 8671 8673 8516 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 42388073 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8681] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8681/stat : 8681 (java) S 8671 8673 8516 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8682] ppid=8671 vsize=1554572 CPUtime=2.44
/proc/8673/task/8682/stat : 8682 (java) S 8671 8673 8516 0 -1 4202560 3292 0 0 0 243 1 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8683] ppid=8671 vsize=1554572 CPUtime=3.2
/proc/8673/task/8683/stat : 8683 (java) S 8671 8673 8516 0 -1 4202560 11556 0 0 0 314 6 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8684] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8684/stat : 8684 (java) S 8671 8673 8516 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8685] ppid=8671 vsize=1554572 CPUtime=0.01
/proc/8673/task/8685/stat : 8685 (java) S 8671 8673 8516 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 18 0 42388078 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8688] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8688/stat : 8688 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 42388326 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8689] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8689/stat : 8689 (java) S 8671 8673 8516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 42388327 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 1 0 0 0
[pid=8673/tid=8704] ppid=8671 vsize=1554572 CPUtime=821.13
/proc/8673/task/8704/stat : 8704 (java) R 8671 8673 8516 0 -1 4202560 590 0 0 0 82093 20 0 0 16 0 18 0 42391861 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4110062214 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8673/tid=8705] ppid=8671 vsize=1554572 CPUtime=819.87
/proc/8673/task/8705/stat : 8705 (java) R 8671 8673 8516 0 -1 4202560 350 0 0 0 81969 18 0 0 16 0 18 0 42391861 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4109995572 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8673/tid=8740] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8740/stat : 8740 (java) S 8671 8673 8516 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 42482882 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 18446604437824894912 0 0 -1 0 0 0 0
[pid=8673/tid=8741] ppid=8671 vsize=1554572 CPUtime=0
/proc/8673/task/8741/stat : 8741 (java) R 8671 8673 8516 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 18 0 42482892 1591881728 72928 1992294400 134512640 134550932 4294037968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.63
Current children cumulated vsize (KiB) 1554572

Child ended because it received signal 9 (SIGKILL)
Real time (s): 950.053
CPU time (s): 1803.72
CPU user time (s): 1801.94
CPU system time (s): 1.77873
CPU usage (%): 189.854
Max. virtual memory (cumulated for all children) (KiB): 1554572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.94
system time used= 1.77873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83790
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= 31759
involuntary context switches= 52802

runsolver used 5.39218 second user time and 10.2284 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-16 07:57:44
IDJOB=2661982
IDBENCH=48237
IDSOLVER=1166
FILE ID=node010/2661982-1276667864
PBS_JOBID= 11172514
Free space on /tmp= 62532 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_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661982-1276667864/watcher-2661982-1276667864 -o /tmp/evaluation-result-2661982-1276667864/solver-2661982-1276667864 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661982-1276667864.opb

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=798167424

node010.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.267
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.53
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.267
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1850256 kB
Buffers:         27168 kB
Cached:          89280 kB
SwapCached:       5996 kB
Active:           7596 kB
Inactive:       121584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1850256 kB
SwapTotal:     4192956 kB
SwapFree:      4139944 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:       11272 kB
Mapped:          12996 kB
Slab:            57376 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181464 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= 62532 MiB
End job on node010 at 2010-06-16 08:13:35