Trace number 2662369

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)286 1800.57 994.336

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d1.opb
MD5SUM1850b909125f53108de0513d8e3d52c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
Best CPU time to get the best result obtained on this benchmark1789.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 285
Optimality of the best value was proved NO
Number of variables664
Total number of constraints3035
Number of constraints which are clauses3035
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 664
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 664
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 664
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662369-1276471892.opb
0.22/0.22	c reading problem ... 
1.13/0.76	c ... done. Wall clock time 0.537s.
1.13/0.76	c #vars     664
1.13/0.76	c #constraints  3035
1.13/0.76	c constraints type 
1.13/0.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 143
1.13/0.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2892
1.13/0.76	c constraints type 
1.13/0.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2892
1.13/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 143
1.52/0.93	c And the winner is CuttingPlanes
1.67/1.79	c SATISFIABLE
1.67/1.79	c OPTIMIZING...
1.67/1.79	c Got one! Elapsed wall clock time (in seconds):1.569
1.67/1.79	o 326
2.08/2.01	c And the winner is Resolution
2.12/2.82	c Got one! Elapsed wall clock time (in seconds):2.594
2.12/2.82	o 322
2.28/2.90	c And the winner is Resolution
2.31/3.83	c Got one! Elapsed wall clock time (in seconds):3.61
2.31/3.83	o 321
3.24/4.31	c And the winner is Resolution
3.24/4.87	c Got one! Elapsed wall clock time (in seconds):4.651
3.24/4.87	o 315
3.28/4.97	c And the winner is Resolution
3.45/5.90	c Got one! Elapsed wall clock time (in seconds):5.674
3.45/5.90	o 301
5.42/6.90	c cleaning 2494 clauses out of 5000 with flag 5000/5000
5.59/7.05	c And the winner is Resolution
5.71/7.94	c Got one! Elapsed wall clock time (in seconds):7.717
5.71/7.94	o 300
6.22/8.20	c And the winner is Resolution
6.24/8.95	c Got one! Elapsed wall clock time (in seconds):8.725
6.24/8.95	o 299
8.72/10.23	c cleaning 4253 clauses out of 8506 with flag 11000/11000
9.28/10.56	c And the winner is Resolution
9.41/10.96	c Got one! Elapsed wall clock time (in seconds):10.737
9.41/10.96	o 298
12.46/12.54	c cleaning 5615 clauses out of 11253 with flag 18000/18000
14.80/13.78	c And the winner is Resolution
15.00/13.99	c Got one! Elapsed wall clock time (in seconds):13.764
15.00/13.99	o 296
17.60/15.33	c cleaning 6817 clauses out of 13638 with flag 26000/26000
21.89/17.52	c And the winner is Resolution
21.96/18.01	c Got one! Elapsed wall clock time (in seconds):17.783
21.96/18.01	o 295
23.73/18.93	c cleaning 7905 clauses out of 15821 with flag 35000/35000
26.84/20.54	c And the winner is CuttingPlanes
26.92/21.03	c Got one! Elapsed wall clock time (in seconds):20.8
26.92/21.03	o 294
30.65/22.91	c cleaning 8958 clauses out of 17920 with flag 45004/45004
38.91/27.14	c cleaning 9475 clauses out of 18959 with flag 55001/55001
45.97/30.80	c cleaning 9736 clauses out of 19483 with flag 65000/65000
55.56/35.60	c cleaning 9873 clauses out of 19747 with flag 75000/75000
65.19/40.56	c cleaning 9925 clauses out of 19874 with flag 85000/85000
72.07/44.01	c cleaning 9961 clauses out of 19953 with flag 95004/95004
78.71/47.41	c cleaning 9988 clauses out of 19989 with flag 105001/105001
88.92/52.68	c cleaning 9999 clauses out of 20002 with flag 115002/115002
95.40/56.00	c cleaning 9994 clauses out of 20002 with flag 125001/125001
99.85/58.23	c And the winner is Resolution
100.04/59.13	c Got one! Elapsed wall clock time (in seconds):58.912
100.04/59.13	o 290
103.53/60.96	c cleaning 9992 clauses out of 20008 with flag 135001/135001
109.78/64.17	c cleaning 9993 clauses out of 20016 with flag 145001/145001
118.17/68.40	c cleaning 10006 clauses out of 20022 with flag 155000/155000
127.21/73.08	c cleaning 9997 clauses out of 20016 with flag 165000/165000
135.83/77.48	c cleaning 9993 clauses out of 20019 with flag 175000/175000
143.66/81.49	c cleaning 9998 clauses out of 20027 with flag 185001/185001
146.90/83.18	c And the winner is Resolution
147.18/84.22	c Got one! Elapsed wall clock time (in seconds):83.993
147.18/84.22	o 289
149.71/85.50	c cleaning 10003 clauses out of 20029 with flag 195001/195001
155.75/88.64	c cleaning 9999 clauses out of 20026 with flag 205001/205001
163.37/92.53	c cleaning 10006 clauses out of 20026 with flag 215000/215000
173.97/97.93	c cleaning 10003 clauses out of 20020 with flag 225000/225000
184.09/103.10	c cleaning 9998 clauses out of 20018 with flag 235001/235001
193.08/107.71	c cleaning 9999 clauses out of 20020 with flag 245001/245001
201.66/112.14	c cleaning 10001 clauses out of 20021 with flag 255001/255001
211.81/117.31	c cleaning 10008 clauses out of 20019 with flag 265000/265000
219.55/121.37	c cleaning 9999 clauses out of 20011 with flag 275000/275000
224.96/124.10	c And the winner is Resolution
225.29/125.32	c Got one! Elapsed wall clock time (in seconds):125.101
225.29/125.32	o 288
227.04/126.26	c cleaning 9997 clauses out of 20013 with flag 285001/285001
236.61/131.19	c cleaning 10003 clauses out of 20016 with flag 295001/295001
247.94/136.98	c cleaning 10002 clauses out of 20012 with flag 305000/305000
257.03/141.61	c cleaning 9990 clauses out of 20010 with flag 315000/315000
265.17/145.83	c cleaning 10006 clauses out of 20021 with flag 325001/325001
273.72/150.28	c cleaning 9996 clauses out of 20014 with flag 335000/335000
283.84/155.44	c cleaning 9993 clauses out of 20018 with flag 345000/345000
294.50/160.97	c cleaning 10001 clauses out of 20026 with flag 355001/355001
305.02/166.37	c cleaning 10000 clauses out of 20025 with flag 365001/365001
316.13/172.07	c cleaning 10000 clauses out of 20025 with flag 375001/375001
326.84/177.51	c cleaning 9997 clauses out of 20025 with flag 385001/385001
337.86/183.23	c cleaning 10002 clauses out of 20028 with flag 395001/395001
345.78/187.30	c cleaning 10003 clauses out of 20025 with flag 405000/405000
352.90/191.05	c cleaning 9996 clauses out of 20022 with flag 415000/415000
360.21/194.80	c cleaning 10007 clauses out of 20029 with flag 425003/425003
366.45/198.17	c cleaning 9995 clauses out of 20020 with flag 435001/435001
373.17/201.63	c cleaning 9988 clauses out of 20024 with flag 445000/445000
379.09/204.75	c cleaning 10004 clauses out of 20036 with flag 455000/455000
388.99/209.86	c cleaning 10008 clauses out of 20033 with flag 465001/465001
398.21/214.67	c cleaning 10003 clauses out of 20025 with flag 475001/475001
407.94/219.67	c cleaning 10002 clauses out of 20021 with flag 485000/485000
418.83/225.21	c cleaning 9999 clauses out of 20019 with flag 495000/495000
429.72/230.89	c cleaning 10000 clauses out of 20020 with flag 505000/505000
440.54/236.46	c cleaning 9998 clauses out of 20020 with flag 515000/515000
451.25/241.96	c cleaning 10000 clauses out of 20022 with flag 525000/525000
460.73/246.84	c cleaning 10000 clauses out of 20023 with flag 535001/535001
470.20/251.80	c cleaning 10000 clauses out of 20023 with flag 545001/545001
479.80/256.74	c cleaning 10000 clauses out of 20023 with flag 555001/555001
489.09/261.53	c cleaning 9997 clauses out of 20023 with flag 565001/565001
498.20/266.26	c cleaning 10000 clauses out of 20026 with flag 575001/575001
507.28/270.95	c cleaning 9998 clauses out of 20026 with flag 585001/585001
517.10/276.03	c cleaning 10008 clauses out of 20027 with flag 595000/595000
525.20/280.28	c cleaning 10003 clauses out of 20019 with flag 605000/605000
534.13/284.89	c cleaning 10005 clauses out of 20017 with flag 615001/615001
541.42/288.66	c cleaning 9982 clauses out of 20011 with flag 625000/625000
549.21/292.73	c cleaning 10002 clauses out of 20029 with flag 635000/635000
556.88/296.74	c cleaning 9996 clauses out of 20027 with flag 645000/645000
567.14/302.05	c cleaning 10000 clauses out of 20032 with flag 655001/655001
578.00/307.68	c cleaning 10001 clauses out of 20032 with flag 665001/665001
589.74/313.71	c cleaning 9999 clauses out of 20031 with flag 675001/675001
600.00/319.05	c cleaning 10007 clauses out of 20032 with flag 685001/685001
611.62/325.04	c cleaning 10004 clauses out of 20025 with flag 695001/695001
623.83/331.39	c cleaning 10000 clauses out of 20021 with flag 705001/705001
636.15/337.75	c cleaning 10002 clauses out of 20021 with flag 715001/715001
647.75/343.77	c cleaning 10007 clauses out of 20018 with flag 725000/725000
656.98/348.55	c cleaning 9996 clauses out of 20012 with flag 735001/735001
666.25/353.30	c cleaning 9999 clauses out of 20016 with flag 745001/745001
674.98/357.99	c cleaning 9999 clauses out of 20017 with flag 755001/755001
684.03/362.68	c cleaning 10004 clauses out of 20018 with flag 765001/765001
693.48/367.54	c cleaning 9999 clauses out of 20014 with flag 775001/775001
702.73/372.35	c cleaning 9999 clauses out of 20015 with flag 785001/785001
712.48/377.45	c cleaning 9995 clauses out of 20015 with flag 795000/795000
725.49/384.15	c cleaning 9996 clauses out of 20020 with flag 805000/805000
739.08/391.15	c cleaning 9999 clauses out of 20024 with flag 815000/815000
752.48/398.06	c cleaning 10006 clauses out of 20025 with flag 825000/825000
765.59/404.85	c cleaning 9997 clauses out of 20019 with flag 835000/835000
778.40/411.44	c cleaning 10001 clauses out of 20022 with flag 845000/845000
790.19/417.55	c cleaning 9996 clauses out of 20021 with flag 855000/855000
803.20/424.21	c cleaning 10005 clauses out of 20025 with flag 865000/865000
816.10/430.90	c cleaning 9998 clauses out of 20020 with flag 875000/875000
828.51/437.31	c cleaning 10000 clauses out of 20022 with flag 885000/885000
838.93/442.77	c cleaning 9996 clauses out of 20023 with flag 895001/895001
849.15/448.01	c cleaning 10000 clauses out of 20026 with flag 905000/905000
859.47/453.47	c cleaning 10013 clauses out of 20029 with flag 915003/915003
869.11/458.45	c cleaning 9991 clauses out of 20013 with flag 925000/925000
878.34/463.27	c cleaning 10000 clauses out of 20023 with flag 935001/935001
889.95/469.21	c cleaning 9998 clauses out of 20023 with flag 945001/945001
893.14/471.05	c And the winner is Resolution
893.90/472.61	c Got one! Elapsed wall clock time (in seconds):472.39
893.90/472.61	o 287
900.41/475.92	c cleaning 9997 clauses out of 20025 with flag 955001/955001
913.02/482.40	c cleaning 9998 clauses out of 20028 with flag 965001/965001
926.03/489.10	c cleaning 10000 clauses out of 20030 with flag 975001/975001
937.46/495.01	c cleaning 10006 clauses out of 20031 with flag 985002/985002
944.78/498.98	c cleaning 9981 clauses out of 20024 with flag 995001/995001
950.63/502.08	c cleaning 10002 clauses out of 20043 with flag 1005001/1005001
957.31/505.59	c cleaning 10000 clauses out of 20040 with flag 1015000/1015000
963.78/508.91	c cleaning 10001 clauses out of 20040 with flag 1025000/1025000
970.95/512.78	c cleaning 10003 clauses out of 20039 with flag 1035000/1035000
978.82/516.80	c cleaning 10001 clauses out of 20036 with flag 1045000/1045000
985.90/520.55	c cleaning 9999 clauses out of 20035 with flag 1055000/1055000
993.38/524.47	c cleaning 10002 clauses out of 20036 with flag 1065000/1065000
1001.34/528.64	c cleaning 9998 clauses out of 20034 with flag 1075000/1075000
1008.63/532.44	c cleaning 9998 clauses out of 20036 with flag 1085000/1085000
1014.29/535.45	c cleaning 10005 clauses out of 20038 with flag 1095000/1095000
1020.17/538.52	c cleaning 10004 clauses out of 20039 with flag 1105006/1105006
1029.33/543.36	c cleaning 10003 clauses out of 20030 with flag 1115001/1115001
1039.78/548.74	c cleaning 10001 clauses out of 20027 with flag 1125001/1125001
1050.24/554.14	c cleaning 9999 clauses out of 20026 with flag 1135001/1135001
1060.91/559.61	c cleaning 10000 clauses out of 20027 with flag 1145001/1145001
1071.06/564.99	c cleaning 9998 clauses out of 20027 with flag 1155001/1155001
1081.70/570.47	c cleaning 10002 clauses out of 20029 with flag 1165001/1165001
1091.77/575.65	c cleaning 9999 clauses out of 20027 with flag 1175001/1175001
1102.19/581.08	c cleaning 10000 clauses out of 20028 with flag 1185001/1185001
1108.57/584.41	c cleaning 10003 clauses out of 20027 with flag 1195000/1195000
1114.25/587.43	c cleaning 10004 clauses out of 20024 with flag 1205000/1205000
1119.72/590.38	c cleaning 9997 clauses out of 20020 with flag 1215000/1215000
1125.80/593.60	c cleaning 10002 clauses out of 20023 with flag 1225000/1225000
1131.77/596.70	c cleaning 9997 clauses out of 20021 with flag 1235000/1235000
1137.64/599.85	c cleaning 10003 clauses out of 20024 with flag 1245000/1245000
1143.71/603.10	c cleaning 9999 clauses out of 20021 with flag 1255000/1255000
1149.61/606.16	c cleaning 10000 clauses out of 20022 with flag 1265000/1265000
1155.46/609.27	c cleaning 9998 clauses out of 20022 with flag 1275000/1275000
1161.55/612.41	c cleaning 10005 clauses out of 20024 with flag 1285000/1285000
1167.23/615.43	c cleaning 9996 clauses out of 20019 with flag 1295000/1295000
1173.11/618.57	c cleaning 10000 clauses out of 20023 with flag 1305000/1305000
1179.06/621.77	c cleaning 9998 clauses out of 20023 with flag 1315000/1315000
1185.12/624.92	c cleaning 10004 clauses out of 20025 with flag 1325000/1325000
1192.00/628.55	c cleaning 9998 clauses out of 20021 with flag 1335000/1335000
1200.06/632.80	c cleaning 10000 clauses out of 20023 with flag 1345000/1345000
1208.78/637.40	c cleaning 10007 clauses out of 20023 with flag 1355000/1355000
1217.01/641.63	c cleaning 9990 clauses out of 20017 with flag 1365001/1365001
1226.44/646.57	c cleaning 10005 clauses out of 20026 with flag 1375000/1375000
1233.90/650.40	c cleaning 9989 clauses out of 20021 with flag 1385000/1385000
1241.05/654.24	c cleaning 10001 clauses out of 20033 with flag 1395001/1395001
1251.30/659.55	c cleaning 10000 clauses out of 20032 with flag 1405001/1405001
1261.75/664.99	c cleaning 9996 clauses out of 20032 with flag 1415001/1415001
1268.02/668.25	c And the winner is Resolution
1367.02/768.09	c Got one! Elapsed wall clock time (in seconds):767.869
1367.02/768.09	o 286
1369.01/769.19	c cleaning 10003 clauses out of 20035 with flag 1425000/1425000
1378.53/774.12	c cleaning 9997 clauses out of 20032 with flag 1435000/1435000
1387.58/778.86	c cleaning 9998 clauses out of 20035 with flag 1445000/1445000
1395.62/783.09	c cleaning 10003 clauses out of 20038 with flag 1455001/1455001
1406.05/788.49	c cleaning 9998 clauses out of 20035 with flag 1465001/1465001
1417.76/794.51	c cleaning 10008 clauses out of 20037 with flag 1475001/1475001
1429.58/800.68	c cleaning 10004 clauses out of 20029 with flag 1485001/1485001
1441.40/806.70	c cleaning 9994 clauses out of 20024 with flag 1495000/1495000
1451.23/811.82	c cleaning 10005 clauses out of 20030 with flag 1505000/1505000
1461.14/817.08	c cleaning 10002 clauses out of 20026 with flag 1515001/1515001
1471.95/822.64	c cleaning 10002 clauses out of 20024 with flag 1525001/1525001
1483.15/828.45	c cleaning 10008 clauses out of 20021 with flag 1535000/1535000
1492.79/833.41	c cleaning 10005 clauses out of 20014 with flag 1545001/1545001
1499.91/837.20	c cleaning 9986 clauses out of 20008 with flag 1555000/1555000
1508.17/841.54	c cleaning 10001 clauses out of 20022 with flag 1565000/1565000
1515.99/845.60	c cleaning 9997 clauses out of 20021 with flag 1575000/1575000
1524.45/850.05	c cleaning 10001 clauses out of 20024 with flag 1585000/1585000
1531.97/854.05	c cleaning 9999 clauses out of 20023 with flag 1595000/1595000
1539.80/858.15	c cleaning 10001 clauses out of 20024 with flag 1605000/1605000
1547.67/862.24	c cleaning 9999 clauses out of 20023 with flag 1615000/1615000
1554.93/866.03	c cleaning 9998 clauses out of 20024 with flag 1625000/1625000
1560.79/869.14	c cleaning 10003 clauses out of 20026 with flag 1635000/1635000
1566.87/872.36	c cleaning 9999 clauses out of 20023 with flag 1645000/1645000
1573.33/875.75	c cleaning 10001 clauses out of 20024 with flag 1655000/1655000
1580.39/879.44	c cleaning 10000 clauses out of 20023 with flag 1665000/1665000
1586.70/882.87	c cleaning 9999 clauses out of 20023 with flag 1675000/1675000
1593.35/886.37	c cleaning 10003 clauses out of 20024 with flag 1685000/1685000
1599.42/889.59	c cleaning 9996 clauses out of 20021 with flag 1695000/1695000
1605.89/892.90	c cleaning 10004 clauses out of 20025 with flag 1705000/1705000
1612.36/896.32	c cleaning 9998 clauses out of 20021 with flag 1715000/1715000
1618.65/899.64	c cleaning 10001 clauses out of 20023 with flag 1725000/1725000
1625.13/903.07	c cleaning 9998 clauses out of 20022 with flag 1735000/1735000
1631.94/906.67	c cleaning 10002 clauses out of 20024 with flag 1745000/1745000
1638.67/910.26	c cleaning 9997 clauses out of 20022 with flag 1755000/1755000
1645.70/913.99	c cleaning 10006 clauses out of 20025 with flag 1765000/1765000
1651.95/917.21	c cleaning 9996 clauses out of 20019 with flag 1775000/1775000
1661.18/922.02	c cleaning 10002 clauses out of 20024 with flag 1785001/1785001
1673.29/928.38	c cleaning 10002 clauses out of 20022 with flag 1795001/1795001
1684.87/934.38	c cleaning 9999 clauses out of 20020 with flag 1805001/1805001
1696.88/940.51	c cleaning 10001 clauses out of 20021 with flag 1815001/1815001
1708.06/946.31	c cleaning 9998 clauses out of 20020 with flag 1825001/1825001
1719.56/952.38	c cleaning 10001 clauses out of 20022 with flag 1835001/1835001
1731.15/958.37	c cleaning 10001 clauses out of 20021 with flag 1845001/1845001
1742.94/964.42	c cleaning 9998 clauses out of 20020 with flag 1855001/1855001
1754.76/970.60	c cleaning 10000 clauses out of 20022 with flag 1865001/1865001
1766.41/976.63	c cleaning 9998 clauses out of 20022 with flag 1875001/1875001
1778.39/982.82	c cleaning 10002 clauses out of 20024 with flag 1885001/1885001
1790.17/988.93	c cleaning 9999 clauses out of 20022 with flag 1895001/1895001
1800.15/994.12	c starts		: 224
1800.15/994.12	c conflicts		: 1904009
1800.15/994.12	c decisions		: 2074252
1800.15/994.12	c propagations		: 31471298
1800.15/994.12	c inspects		: 1053374600
1800.15/994.12	c learnt literals	: 0
1800.15/994.12	c learnt binary clauses	: 1
1800.15/994.12	c learnt ternary clauses	: 109
1800.15/994.12	c learnt clauses	: 1904009
1800.15/994.12	c ignored clauses	: 0
1800.15/994.12	c root simplifications	: 0
1800.15/994.12	c removed literals (reason simplification)	: 252321564
1800.15/994.12	c reason swapping (by a shorter reason)	: 0
1800.15/994.12	c Calls to reduceDB	: 191
1800.15/994.12	c number of reductions to clauses (during analyze)	: 0
1800.15/994.12	c number of learned constraints concerned by reduction	: 0
1800.15/994.12	c number of learning phase by resolution	: 0
1800.15/994.12	c number of learning phase by cutting planes	: 0
1800.15/994.12	c speed (assignments/second)	: 139247.36958541657
1800.15/994.12	c non guided choices	43
1800.36/994.24	c learnt constraints type 
1800.36/994.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19211
1800.36/994.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.36/994.24	c constraints type 
1800.36/994.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 143
1800.36/994.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.36/994.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2892
1800.36/994.24	c constraints type 
1800.36/994.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2892
1800.36/994.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 143
1800.36/994.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.36/994.24	s SATISFIABLE
1800.36/994.24	v -x1 -x2 x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 x27 -x28 x29 -x30 -x31 -x32 x33 -x34 x35 -x36 x37 -x38 -x39 -x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 x56 x57 -x58 -x59 -x60 x61 -x62 x63 -x64 x65 -x66 -x67 x68 x69 -x70 -x71 x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 x123 -x124 x125 -x126 x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 x146 x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 x159 -x160 x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 x175 -x176 x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 x199 -x200 x201 -x202 -x203 x204 -x205 x206 x207 -x208 x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 x225 -x226 -x227 -x228 x229 -x230 -x231 x232 -x233 -x234 x235 -x236 x237 -x238 -x239 -x240 x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 x249 -x250 -x251 -x252 x253 -x254 -x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 -x297 x298 x299 -x300 -x301 x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 -x343 x344 x345 -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 x385 -x386 x387 -x388 x389 -x390 x391 -x392 x393 -x394 -x395 x396 x397 -x398 x399 -x400 x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410 x411 -x412 x413 -x414 x415 -x416 -x417 x418 x419 -x420 x421 -x422 x423 -x424 x425 -x426 x427 -x428 x429 -x430 x431 -x432 x433 -x434 x435 -x436 x437 -x438 x439 -x440 x441 -x442 x443 -x444 x445 -x446 x447 -x448 x449 -x450 x451 -x452 x453 -x454 x455 -x456 x457 -x458 x459 -x460 -x461 x462 x463 -x464 x465 -x466 x467 -x468 x469 -x470 x471 -x472 x473 -x474 x475 -x476 x477 -x478 x479 -x480 x481 -x482 x483 -x484 x485 -x486 x487 -x488 x489 -x490 x491 -x492 x493 -x494 x495 -x496 x497 -x498 x499 -x500 x501 -x502 x503 -x504 x505 -x506 x507 -x508 x509 -x510 x511 -x512 -x513 x514 -x515 x516 -x517 x518 x519 -x520 -x521 x522 x523 -x524 -x525 x526 -x527 x528 x529 -x530 -x531 x532 -x533 x534 -x535 x536 -x537 x538 -x539 x540 x541 -x542 -x543 -x544 -x545 x546 -x547 x548 x549 -x550 -x551 x552 -x553 x554 -x555 x556 -x557 x558 x559 -x560 -x561 x562 -x563 x564 -x565 x566 x567 -x568 -x569 x570 -x571 x572 -x573 x574 x575 -x576 -x577 x578 -x579 x580 x581 -x582 -x583 x584 x585 -x586 -x587 x588 -x589 x590 -x591 x592 -x593 x594 -x595 x596 -x597 -x598 x599 -x600 -x601 x602 -x603 x604 -x605 x606 x607 -x608 -x609 x610 -x611 x612 x613 -x614 -x615 x616 -x617 x618 -x619 x620 x621 -x622 -x623 x624 -x625 x626 -x627 x628 x629 -x630 -x631 x632 -x633 x634 -x635 x636 -x637 x638 x639 -x640 -x641 x642 -x643 x644 x645 -x646 -x647 x648 -x649 x650 -x651 x652 -x653 x654 x655 -x656 -x657 x658 -x659 x660 -x661 x662 x663 -x664 
1800.36/994.24	c objective function=286
1800.36/994.24	c Total wall clock time (in seconds): 994.021

Verifier Data

OK	286

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662369-1276471892/watcher-2662369-1276471892 -o /tmp/evaluation-result-2662369-1276471892/solver-2662369-1276471892 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662369-1276471892.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.86 1.95 1.63 3/106 25547
/proc/meminfo: memFree=1648648/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=392 CPUtime=0
/proc/25547/stat : 25547 (java6) S 25545 25547 24373 0 -1 4194304 121 0 0 0 0 0 0 0 16 0 1 0 22792896 401408 40 1992294400 134512640 134550932 4294879664 18446744073709551615 8782420 0 2147483391 4096 0 18446744071699391678 0 0 17 1 0 0 0
/proc/25547/statm: 98 40 32 10 0 25 0

[startup+0.086476 s]
/proc/loadavg: 1.86 1.95 1.63 3/106 25547
/proc/meminfo: memFree=1648648/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1522364 CPUtime=0.07
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 3799 0 1 0 5 2 0 0 15 0 7 0 22792896 1558900736 3240 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 380591 3240 1041 10 0 377901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1522364

[startup+0.101473 s]
/proc/loadavg: 1.86 1.95 1.63 3/106 25547
/proc/meminfo: memFree=1648648/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1524588 CPUtime=0.08
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 3933 0 1 0 6 2 0 0 15 0 12 0 22792896 1561178112 3372 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 381147 3372 1072 10 0 378450 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524588

[startup+0.301496 s]
/proc/loadavg: 1.86 1.95 1.63 3/106 25547
/proc/meminfo: memFree=1648648/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1525608 CPUtime=0.35
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 5348 0 1 0 32 3 0 0 15 0 12 0 22792896 1562222592 4785 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 381402 4785 1361 10 0 378705 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525608

[startup+0.701544 s]
/proc/loadavg: 1.86 1.95 1.63 3/106 25547
/proc/meminfo: memFree=1648648/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1527484 CPUtime=1.13
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 7349 0 1 0 109 4 0 0 15 0 12 0 22792896 1564143616 6564 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 381871 6565 1395 10 0 379174 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1527484

[startup+1.50162 s]
/proc/loadavg: 1.86 1.95 1.63 1/120 25563
/proc/meminfo: memFree=1622064/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1530496 CPUtime=1.67
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 8886 0 1 0 162 5 0 0 15 0 14 0 22792896 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 382624 7936 1422 10 0 379927 0
[pid=25547/tid=25549] ppid=25545 vsize=1530496 CPUtime=0.73
/proc/25547/task/25549/stat : 25549 (java) S 25545 25547 24373 0 -1 4202560 5421 0 1 0 70 3 0 0 25 0 14 0 22792898 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25550] ppid=25545 vsize=1530496 CPUtime=0
/proc/25547/task/25550/stat : 25550 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 22792899 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25551] ppid=25545 vsize=1530496 CPUtime=0
/proc/25547/task/25551/stat : 25551 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 22792899 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25552] ppid=25545 vsize=1530496 CPUtime=0
/proc/25547/task/25552/stat : 25552 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 22792901 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25553] ppid=25545 vsize=1530496 CPUtime=0
/proc/25547/task/25553/stat : 25553 (java) S 25545 25547 24373 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 14 0 22792902 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25554] ppid=25545 vsize=1530496 CPUtime=0
/proc/25547/task/25554/stat : 25554 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 22792902 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25555] ppid=25545 vsize=1530496 CPUtime=0
/proc/25547/task/25555/stat : 25555 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 22792906 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25556] ppid=25545 vsize=1530496 CPUtime=0.14
/proc/25547/task/25556/stat : 25556 (java) S 25545 25547 24373 0 -1 4202560 414 0 0 0 14 0 0 0 18 0 14 0 22792906 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25557] ppid=25545 vsize=1530496 CPUtime=0.62
/proc/25547/task/25557/stat : 25557 (java) S 25545 25547 24373 0 -1 4202560 1550 0 0 0 62 0 0 0 16 0 14 0 22792906 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25558] ppid=25545 vsize=1530496 CPUtime=0
/proc/25547/task/25558/stat : 25558 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22792906 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25559] ppid=25545 vsize=1530496 CPUtime=0
/proc/25547/task/25559/stat : 25559 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22792906 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25562] ppid=25545 vsize=1530496 CPUtime=0
/proc/25547/task/25562/stat : 25562 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22792978 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25563] ppid=25545 vsize=1530496 CPUtime=0
/proc/25547/task/25563/stat : 25563 (java) S 25545 25547 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 22792980 1567227904 7936 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 1530496

[startup+3.1018 s]
/proc/loadavg: 1.86 1.95 1.63 1/120 25565
/proc/meminfo: memFree=1619088/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1530892 CPUtime=2.31
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 10251 0 1 0 225 6 0 0 15 0 14 0 22792896 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 382723 8871 1424 10 0 380026 0
[pid=25547/tid=25549] ppid=25545 vsize=1530892 CPUtime=0.75
/proc/25547/task/25549/stat : 25549 (java) S 25545 25547 24373 0 -1 4202560 5561 0 1 0 72 3 0 0 19 0 14 0 22792898 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25550] ppid=25545 vsize=1530892 CPUtime=0
/proc/25547/task/25550/stat : 25550 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 22792899 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25551] ppid=25545 vsize=1530892 CPUtime=0
/proc/25547/task/25551/stat : 25551 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 22792899 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25552] ppid=25545 vsize=1530892 CPUtime=0
/proc/25547/task/25552/stat : 25552 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 22792901 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25553] ppid=25545 vsize=1530892 CPUtime=0
/proc/25547/task/25553/stat : 25553 (java) S 25545 25547 24373 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 14 0 22792902 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25554] ppid=25545 vsize=1530892 CPUtime=0
/proc/25547/task/25554/stat : 25554 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 22792902 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25555] ppid=25545 vsize=1530892 CPUtime=0
/proc/25547/task/25555/stat : 25555 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 22792906 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25556] ppid=25545 vsize=1530892 CPUtime=0.33
/proc/25547/task/25556/stat : 25556 (java) S 25545 25547 24373 0 -1 4202560 717 0 0 0 33 0 0 0 15 0 14 0 22792906 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25557] ppid=25545 vsize=1530892 CPUtime=0.86
/proc/25547/task/25557/stat : 25557 (java) S 25545 25547 24373 0 -1 4202560 1782 0 0 0 86 0 0 0 15 0 14 0 22792906 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25558] ppid=25545 vsize=1530892 CPUtime=0
/proc/25547/task/25558/stat : 25558 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22792906 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25559] ppid=25545 vsize=1530892 CPUtime=0
/proc/25547/task/25559/stat : 25559 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22792906 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25562] ppid=25545 vsize=1530892 CPUtime=0
/proc/25547/task/25562/stat : 25562 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22792978 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25563] ppid=25545 vsize=1530892 CPUtime=0
/proc/25547/task/25563/stat : 25563 (java) S 25545 25547 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 22792980 1567633408 8871 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1530892
heavy processes:

[startup+6.30117 s]
/proc/loadavg: 1.71 1.91 1.62 1/120 25571
/proc/meminfo: memFree=1610036/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1539576 CPUtime=4.24
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 15551 0 1 0 416 8 0 0 15 0 16 0 22792896 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 384894 13452 1432 10 0 382197 0
[pid=25547/tid=25549] ppid=25545 vsize=1539576 CPUtime=0.76
/proc/25547/task/25549/stat : 25549 (java) S 25545 25547 24373 0 -1 4202560 5748 0 1 0 73 3 0 0 19 0 16 0 22792898 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25550] ppid=25545 vsize=1539576 CPUtime=0
/proc/25547/task/25550/stat : 25550 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 22792899 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25551] ppid=25545 vsize=1539576 CPUtime=0
/proc/25547/task/25551/stat : 25551 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 22792899 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25552] ppid=25545 vsize=1539576 CPUtime=0
/proc/25547/task/25552/stat : 25552 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22792901 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25553] ppid=25545 vsize=1539576 CPUtime=0
/proc/25547/task/25553/stat : 25553 (java) S 25545 25547 24373 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 22792902 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25554] ppid=25545 vsize=1539576 CPUtime=0
/proc/25547/task/25554/stat : 25554 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 22792902 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25555] ppid=25545 vsize=1539576 CPUtime=0
/proc/25547/task/25555/stat : 25555 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 22792906 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25556] ppid=25545 vsize=1539576 CPUtime=1.12
/proc/25547/task/25556/stat : 25556 (java) R 25545 25547 24373 0 -1 4202560 2947 0 0 0 111 1 0 0 16 0 16 0 22792906 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 106253780 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25547/tid=25557] ppid=25545 vsize=1539576 CPUtime=1.15
/proc/25547/task/25557/stat : 25557 (java) S 25545 25547 24373 0 -1 4202560 2459 0 0 0 115 0 0 0 15 0 16 0 22792906 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25558] ppid=25545 vsize=1539576 CPUtime=0
/proc/25547/task/25558/stat : 25558 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22792906 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25559] ppid=25545 vsize=1539576 CPUtime=0
/proc/25547/task/25559/stat : 25559 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22792906 1576525824 13452 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25562] ppid=25545 vsize=1539576 CPUtime=0
/proc/25547/task/25562/stat : 25562 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22792978 1576525824 13453 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25563] ppid=25545 vsize=1539576 CPUtime=0
/proc/25547/task/25563/stat : 25563 (java) S 25545 25547 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22792980 1576525824 13453 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 1539576
heavy processes:

[startup+12.7029 s]
/proc/loadavg: 1.82 1.93 1.63 3/122 25579
/proc/meminfo: memFree=1488128/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1544508 CPUtime=12.82
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 47151 0 1 0 1260 22 0 0 15 0 16 0 22792896 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 386127 42686 1450 10 0 383430 0
[pid=25547/tid=25549] ppid=25545 vsize=1544508 CPUtime=0.77
/proc/25547/task/25549/stat : 25549 (java) S 25545 25547 24373 0 -1 4202560 5748 0 1 0 74 3 0 0 15 0 16 0 22792898 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25550] ppid=25545 vsize=1544508 CPUtime=0.05
/proc/25547/task/25550/stat : 25550 (java) S 25545 25547 24373 0 -1 4202560 1501 0 0 0 4 1 0 0 15 0 16 0 22792899 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25551] ppid=25545 vsize=1544508 CPUtime=0.05
/proc/25547/task/25551/stat : 25551 (java) S 25545 25547 24373 0 -1 4202560 1512 0 0 0 4 1 0 0 16 0 16 0 22792899 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25552] ppid=25545 vsize=1544508 CPUtime=0.11
/proc/25547/task/25552/stat : 25552 (java) S 25545 25547 24373 0 -1 4202560 2087 0 0 0 11 0 0 0 15 0 16 0 22792901 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25553] ppid=25545 vsize=1544508 CPUtime=0
/proc/25547/task/25553/stat : 25553 (java) S 25545 25547 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22792902 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25554] ppid=25545 vsize=1544508 CPUtime=0
/proc/25547/task/25554/stat : 25554 (java) S 25545 25547 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22792902 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25555] ppid=25545 vsize=1544508 CPUtime=0
/proc/25547/task/25555/stat : 25555 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 22792906 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25556] ppid=25545 vsize=1544508 CPUtime=1.71
/proc/25547/task/25556/stat : 25556 (java) S 25545 25547 24373 0 -1 4202560 4000 0 0 0 169 2 0 0 15 0 16 0 22792906 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25557] ppid=25545 vsize=1544508 CPUtime=1.67
/proc/25547/task/25557/stat : 25557 (java) S 25545 25547 24373 0 -1 4202560 4875 0 0 0 166 1 0 0 15 0 16 0 22792906 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25558] ppid=25545 vsize=1544508 CPUtime=0
/proc/25547/task/25558/stat : 25558 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22792906 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25559] ppid=25545 vsize=1544508 CPUtime=0
/proc/25547/task/25559/stat : 25559 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22792906 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25562] ppid=25545 vsize=1544508 CPUtime=0
/proc/25547/task/25562/stat : 25562 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22792978 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25563] ppid=25545 vsize=1544508 CPUtime=0
/proc/25547/task/25563/stat : 25563 (java) S 25545 25547 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22792980 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25578] ppid=25545 vsize=1544508 CPUtime=1.62
/proc/25547/task/25578/stat : 25578 (java) R 25545 25547 24373 0 -1 4202560 2 0 0 0 162 0 0 0 17 0 16 0 22793993 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4109848258 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25547/tid=25579] ppid=25545 vsize=1544508 CPUtime=1.49
/proc/25547/task/25579/stat : 25579 (java) R 25545 25547 24373 0 -1 4202560 1 0 0 0 149 0 0 0 20 0 16 0 22793993 1581576192 42686 1992294400 134512640 134550932 4289523392 18446744073709551615 4109845171 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 1544508

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

/proc/25547/statm: 385871 86176 1450 10 0 383174 0
[pid=25547/tid=25549] ppid=25545 vsize=1543484 CPUtime=0.79
/proc/25547/task/25549/stat : 25549 (java) S 25545 25547 24373 0 -1 4202560 5754 0 1 0 76 3 0 0 15 0 16 0 22792898 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25550] ppid=25545 vsize=1543484 CPUtime=5.19
/proc/25547/task/25550/stat : 25550 (java) S 25545 25547 24373 0 -1 4202560 24465 0 0 0 492 27 0 0 16 0 16 0 22792899 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25551] ppid=25545 vsize=1543484 CPUtime=5.19
/proc/25547/task/25551/stat : 25551 (java) S 25545 25547 24373 0 -1 4202560 24704 0 0 0 494 25 0 0 15 0 16 0 22792899 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25552] ppid=25545 vsize=1543484 CPUtime=44.7
/proc/25547/task/25552/stat : 25552 (java) S 25545 25547 24373 0 -1 4202560 5294 0 0 0 4450 20 0 0 15 0 16 0 22792901 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25553] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25553/stat : 25553 (java) S 25545 25547 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22792902 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25554] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25554/stat : 25554 (java) S 25545 25547 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22792902 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25555] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25555/stat : 25555 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 22792906 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25556] ppid=25545 vsize=1543484 CPUtime=2.27
/proc/25547/task/25556/stat : 25556 (java) S 25545 25547 24373 0 -1 4202560 4101 0 0 0 225 2 0 0 15 0 16 0 22792906 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25557] ppid=25545 vsize=1543484 CPUtime=2.35
/proc/25547/task/25557/stat : 25557 (java) S 25545 25547 24373 0 -1 4202560 7225 0 0 0 233 2 0 0 16 0 16 0 22792906 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25558] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25558/stat : 25558 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22792906 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25559] ppid=25545 vsize=1543484 CPUtime=0.01
/proc/25547/task/25559/stat : 25559 (java) S 25545 25547 24373 0 -1 4202560 52 0 0 0 1 0 0 0 15 0 16 0 22792906 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25562] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25562/stat : 25562 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22792978 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25563] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25563/stat : 25563 (java) S 25545 25547 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22792980 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25616] ppid=25545 vsize=1543484 CPUtime=104.46
/proc/25547/task/25616/stat : 25616 (java) R 25545 25547 24373 0 -1 4202560 31 0 0 0 10442 4 0 0 25 0 16 0 22869706 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4109919660 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25547/tid=25617] ppid=25545 vsize=1543484 CPUtime=104.27
/proc/25547/task/25617/stat : 25617 (java) R 25545 25547 24373 0 -1 4202560 9 0 0 0 10427 0 0 0 25 0 16 0 22869707 1580527616 86176 1992294400 134512640 134550932 4289523392 18446744073709551615 4110383539 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1585.71
Current children cumulated vsize (KiB) 1543484

[startup+942.302 s]
/proc/loadavg: 1.95 1.87 1.79 3/122 25621
/proc/meminfo: memFree=1292704/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1543484 CPUtime=1700.13
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 104615 0 1 0 169882 131 0 0 15 0 16 0 22792896 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 385871 89558 1450 10 0 383174 0
[pid=25547/tid=25549] ppid=25545 vsize=1543484 CPUtime=0.79
/proc/25547/task/25549/stat : 25549 (java) S 25545 25547 24373 0 -1 4202560 5755 0 1 0 76 3 0 0 15 0 16 0 22792898 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25550] ppid=25545 vsize=1543484 CPUtime=5.6
/proc/25547/task/25550/stat : 25550 (java) S 25545 25547 24373 0 -1 4202560 26612 0 0 0 532 28 0 0 16 0 16 0 22792899 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25551] ppid=25545 vsize=1543484 CPUtime=5.58
/proc/25547/task/25551/stat : 25551 (java) S 25545 25547 24373 0 -1 4202560 25760 0 0 0 528 30 0 0 16 0 16 0 22792899 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25552] ppid=25545 vsize=1543484 CPUtime=49.51
/proc/25547/task/25552/stat : 25552 (java) S 25545 25547 24373 0 -1 4202560 5898 0 0 0 4930 21 0 0 15 0 16 0 22792901 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25553] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25553/stat : 25553 (java) S 25545 25547 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22792902 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25554] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25554/stat : 25554 (java) S 25545 25547 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22792902 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25555] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25555/stat : 25555 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 22792906 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25556] ppid=25545 vsize=1543484 CPUtime=2.27
/proc/25547/task/25556/stat : 25556 (java) S 25545 25547 24373 0 -1 4202560 4101 0 0 0 225 2 0 0 15 0 16 0 22792906 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25557] ppid=25545 vsize=1543484 CPUtime=2.35
/proc/25547/task/25557/stat : 25557 (java) S 25545 25547 24373 0 -1 4202560 7225 0 0 0 233 2 0 0 16 0 16 0 22792906 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25558] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25558/stat : 25558 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22792906 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25559] ppid=25545 vsize=1543484 CPUtime=0.01
/proc/25547/task/25559/stat : 25559 (java) S 25545 25547 24373 0 -1 4202560 56 0 0 0 1 0 0 0 15 0 16 0 22792906 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25562] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25562/stat : 25562 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22792978 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25563] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25563/stat : 25563 (java) S 25545 25547 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22792980 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25616] ppid=25545 vsize=1543484 CPUtime=159.17
/proc/25547/task/25616/stat : 25616 (java) R 25545 25547 24373 0 -1 4202560 51 0 0 0 15911 6 0 0 25 0 16 0 22869706 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4110085251 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25547/tid=25617] ppid=25545 vsize=1543484 CPUtime=158.37
/proc/25547/task/25617/stat : 25617 (java) R 25545 25547 24373 0 -1 4202560 16 0 0 0 15837 0 0 0 25 0 16 0 22869707 1580527616 89558 1992294400 134512640 134550932 4289523392 18446744073709551615 4110549395 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1700.13
Current children cumulated vsize (KiB) 1543484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+994.102 s]
/proc/loadavg: 2.06 1.91 1.80 3/122 25623
/proc/meminfo: memFree=1279064/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1543484 CPUtime=1800.15
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 108796 0 1 0 179876 139 0 0 15 0 16 0 22792896 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 385871 92933 1450 10 0 383174 0
[pid=25547/tid=25549] ppid=25545 vsize=1543484 CPUtime=0.79
/proc/25547/task/25549/stat : 25549 (java) S 25545 25547 24373 0 -1 4202560 5757 0 1 0 76 3 0 0 15 0 16 0 22792898 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25550] ppid=25545 vsize=1543484 CPUtime=5.96
/proc/25547/task/25550/stat : 25550 (java) S 25545 25547 24373 0 -1 4202560 28899 0 0 0 567 29 0 0 16 0 16 0 22792899 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25551] ppid=25545 vsize=1543484 CPUtime=5.95
/proc/25547/task/25551/stat : 25551 (java) S 25545 25547 24373 0 -1 4202560 27329 0 0 0 560 35 0 0 15 0 16 0 22792899 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25552] ppid=25545 vsize=1543484 CPUtime=52.36
/proc/25547/task/25552/stat : 25552 (java) S 25545 25547 24373 0 -1 4202560 6199 0 0 0 5215 21 0 0 15 0 16 0 22792901 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25553] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25553/stat : 25553 (java) S 25545 25547 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22792902 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25554] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25554/stat : 25554 (java) S 25545 25547 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22792902 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25555] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25555/stat : 25555 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 22792906 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25556] ppid=25545 vsize=1543484 CPUtime=2.27
/proc/25547/task/25556/stat : 25556 (java) S 25545 25547 24373 0 -1 4202560 4101 0 0 0 225 2 0 0 15 0 16 0 22792906 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25557] ppid=25545 vsize=1543484 CPUtime=2.35
/proc/25547/task/25557/stat : 25557 (java) S 25545 25547 24373 0 -1 4202560 7225 0 0 0 233 2 0 0 16 0 16 0 22792906 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25558] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25558/stat : 25558 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22792906 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25559] ppid=25545 vsize=1543484 CPUtime=0.01
/proc/25547/task/25559/stat : 25559 (java) S 25545 25547 24373 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 16 0 22792906 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25562] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25562/stat : 25562 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22792978 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25563] ppid=25545 vsize=1543484 CPUtime=0
/proc/25547/task/25563/stat : 25563 (java) S 25545 25547 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22792980 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25616] ppid=25545 vsize=1543484 CPUtime=207.65
/proc/25547/task/25616/stat : 25616 (java) R 25545 25547 24373 0 -1 4202560 62 0 0 0 20758 7 0 0 25 0 16 0 22869706 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4109874754 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25547/tid=25617] ppid=25545 vsize=1543484 CPUtime=206.3
/proc/25547/task/25617/stat : 25617 (java) R 25545 25547 24373 0 -1 4202560 25 0 0 0 20629 1 0 0 25 0 16 0 22869707 1580527616 92933 1992294400 134512640 134550932 4289523392 18446744073709551615 4110549395 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1543484

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

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

[startup+994.217 s]
/proc/loadavg: 2.06 1.91 1.80 3/122 25623
/proc/meminfo: memFree=1279064/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=1544132 CPUtime=1800.36
/proc/25547/stat : 25547 (java) S 25545 25547 24373 0 -1 4202496 108813 0 1 0 179897 139 0 0 15 0 18 0 22792896 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 386033 92950 1450 10 0 383336 0
[pid=25547/tid=25549] ppid=25545 vsize=1544132 CPUtime=0.79
/proc/25547/task/25549/stat : 25549 (java) S 25545 25547 24373 0 -1 4202560 5757 0 1 0 76 3 0 0 15 0 18 0 22792898 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25550] ppid=25545 vsize=1544132 CPUtime=5.96
/proc/25547/task/25550/stat : 25550 (java) S 25545 25547 24373 0 -1 4202560 28899 0 0 0 567 29 0 0 16 0 18 0 22792899 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25551] ppid=25545 vsize=1544132 CPUtime=5.95
/proc/25547/task/25551/stat : 25551 (java) S 25545 25547 24373 0 -1 4202560 27329 0 0 0 560 35 0 0 15 0 18 0 22792899 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25552] ppid=25545 vsize=1544132 CPUtime=52.36
/proc/25547/task/25552/stat : 25552 (java) S 25545 25547 24373 0 -1 4202560 6199 0 0 0 5215 21 0 0 15 0 18 0 22792901 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 0 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25553] ppid=25545 vsize=1544132 CPUtime=0
/proc/25547/task/25553/stat : 25553 (java) S 25545 25547 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22792902 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25554] ppid=25545 vsize=1544132 CPUtime=0
/proc/25547/task/25554/stat : 25554 (java) S 25545 25547 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 22792902 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25555] ppid=25545 vsize=1544132 CPUtime=0
/proc/25547/task/25555/stat : 25555 (java) S 25545 25547 24373 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 22792906 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25556] ppid=25545 vsize=1544132 CPUtime=2.27
/proc/25547/task/25556/stat : 25556 (java) S 25545 25547 24373 0 -1 4202560 4101 0 0 0 225 2 0 0 15 0 18 0 22792906 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25557] ppid=25545 vsize=1544132 CPUtime=2.35
/proc/25547/task/25557/stat : 25557 (java) S 25545 25547 24373 0 -1 4202560 7225 0 0 0 233 2 0 0 16 0 18 0 22792906 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25558] ppid=25545 vsize=1544132 CPUtime=0
/proc/25547/task/25558/stat : 25558 (java) S 25545 25547 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 22792906 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25559] ppid=25545 vsize=1544132 CPUtime=0.01
/proc/25547/task/25559/stat : 25559 (java) S 25545 25547 24373 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 18 0 22792906 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25562] ppid=25545 vsize=1544132 CPUtime=0
/proc/25547/task/25562/stat : 25562 (java) S 25545 25547 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 22792978 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 1 0 0 0
[pid=25547/tid=25563] ppid=25545 vsize=1544132 CPUtime=0
/proc/25547/task/25563/stat : 25563 (java) S 25545 25547 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 22792980 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4294960144 0 4 0 16800975 18446604437827006592 0 0 -1 0 0 0 0
[pid=25547/tid=25616] ppid=25545 vsize=1544132 CPUtime=207.75
/proc/25547/task/25616/stat : 25616 (java) R 25545 25547 24373 0 -1 4202560 62 0 0 0 20768 7 0 0 25 0 18 0 22869706 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4109920205 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25547/tid=25617] ppid=25545 vsize=1544132 CPUtime=206.41
/proc/25547/task/25617/stat : 25617 (java) R 25545 25547 24373 0 -1 4202560 25 0 0 0 20640 1 0 0 25 0 18 0 22869707 1581191168 92950 1992294400 134512640 134550932 4289523392 18446744073709551615 4110546076 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 1544132

[startup+994.302 s]
/proc/loadavg: 2.06 1.91 1.80 2/109 25626
/proc/meminfo: memFree=1307700/2059040 swapFree=4192956/4192956
[pid=25547] ppid=25545 vsize=0 CPUtime=1800.54
/proc/25547/stat : 25547 (java) Z 25545 25547 24373 0 -1 4203548 108818 0 1 0 179913 141 0 0 15 0 2 0 22792896 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25547/statm: 0 0 0 0 0 0 0
[pid=25547/tid=25617] ppid=25545 vsize=0 CPUtime=206.47
/proc/25547/task/25617/stat : 25617 (java) R 25545 25547 24373 0 -1 4203588 25 0 0 0 20645 2 0 0 25 0 2 0 22869707 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 994.336
CPU time (s): 1800.57
CPU user time (s): 1799.13
CPU system time (s): 1.43978
CPU usage (%): 181.083
Max. virtual memory (cumulated for all children) (KiB): 1550892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.43978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108818
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= 26971
involuntary context switches= 49132

runsolver used 4.17936 second user time and 8.5177 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-14 01:31:32
IDJOB=2662369
IDBENCH=2205
IDSOLVER=1166
FILE ID=node005/2662369-1276471892
PBS_JOBID= 11173355
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32d1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662369-1276471892/watcher-2662369-1276471892 -o /tmp/evaluation-result-2662369-1276471892/solver-2662369-1276471892 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662369-1276471892.opb

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

MD5SUM BENCH= 1850b909125f53108de0513d8e3d52c8
RANDOM SEED=519099471

node005.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.246
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.246
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1649168 kB
Buffers:        122956 kB
Cached:         157856 kB
SwapCached:          0 kB
Active:         163128 kB
Inactive:       177108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1649168 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:       59388 kB
Mapped:          15336 kB
Slab:            47764 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180724 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 node005 at 2010-06-14 01:48:08