Trace number 2662127

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) 1800.45 936.673

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f600.opb
MD5SUM2b1f0bdf934439fa3364f5fdf4570849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints3150
Number of constraints which are clauses3150
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 constraint3
Number of terms in the objective function 1200
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 1200
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1200
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.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@1786e64
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@2808b3
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-2662127-1276454057.opb
0.22/0.22	c reading problem ... 
1.12/0.74	c ... done. Wall clock time 0.518s.
1.12/0.74	c #vars     1200
1.12/0.74	c #constraints  3150
1.12/0.74	c constraints type 
1.12/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2550
1.12/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 600
1.12/0.74	c constraints type 
1.12/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 600
1.12/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2550
5.29/2.90	c cleaning 2499 clauses out of 5001 with flag 5001/5001
7.64/4.09	c cleaning 4247 clauses out of 8501 with flag 11000/11000
9.19/4.82	c cleaning 0 clauses out of 5000 with flag 0/5000
10.94/5.77	c cleaning 5622 clauses out of 11254 with flag 18000/18000
14.87/7.76	c cleaning 6812 clauses out of 13633 with flag 26001/26001
15.21/7.93	c cleaning 0 clauses out of 11000 with flag 0/11000
20.32/10.50	c cleaning 7906 clauses out of 15820 with flag 35000/35000
23.26/12.06	c cleaning 0 clauses out of 18000 with flag 0/18000
26.37/13.67	c cleaning 8949 clauses out of 17914 with flag 45000/45000
32.65/16.87	c cleaning 9480 clauses out of 18965 with flag 55000/55000
34.97/18.08	c cleaning 0 clauses out of 26000 with flag 0/26000
39.28/20.24	c cleaning 9734 clauses out of 19485 with flag 65000/65000
45.94/23.66	c cleaning 9872 clauses out of 19752 with flag 75001/75001
50.26/25.89	c cleaning 0 clauses out of 35001 with flag 0/35001
52.56/27.04	c cleaning 9937 clauses out of 19882 with flag 85003/85003
59.04/30.35	c cleaning 9964 clauses out of 19943 with flag 95001/95001
65.70/33.78	c cleaning 9985 clauses out of 19979 with flag 105001/105001
70.79/36.34	c cleaning 0 clauses out of 45000 with flag 0/45000
72.90/37.43	c cleaning 9996 clauses out of 19993 with flag 115000/115000
79.56/40.86	c cleaning 9997 clauses out of 19997 with flag 125000/125000
86.01/44.15	c cleaning 9997 clauses out of 20001 with flag 135001/135001
92.48/47.45	c cleaning 9988 clauses out of 20004 with flag 145001/145001
96.38/49.46	c cleaning 0 clauses out of 55001 with flag 0/55001
99.06/50.88	c cleaning 10003 clauses out of 20017 with flag 155002/155002
105.70/54.23	c cleaning 9998 clauses out of 20012 with flag 165000/165000
112.55/57.71	c cleaning 10004 clauses out of 20015 with flag 175001/175001
119.21/61.16	c cleaning 9996 clauses out of 20010 with flag 185000/185000
122.30/62.76	c cleaning 0 clauses out of 65001 with flag 0/65001
126.15/64.76	c cleaning 10000 clauses out of 20015 with flag 195001/195001
133.20/68.31	c cleaning 9995 clauses out of 20014 with flag 205000/205000
140.05/71.80	c cleaning 10003 clauses out of 20019 with flag 215000/215000
146.89/75.37	c cleaning 9997 clauses out of 20016 with flag 225000/225000
151.74/77.81	c cleaning 0 clauses out of 75000 with flag 0/75000
153.82/78.95	c cleaning 10004 clauses out of 20019 with flag 235000/235000
160.68/82.42	c cleaning 10001 clauses out of 20015 with flag 245000/245000
168.10/86.20	c cleaning 10002 clauses out of 20017 with flag 255003/255003
174.72/89.63	c cleaning 10006 clauses out of 20015 with flag 265003/265003
181.75/93.27	c cleaning 9998 clauses out of 20007 with flag 275001/275001
187.59/96.23	c cleaning 0 clauses out of 85000 with flag 0/85000
189.06/97.06	c cleaning 9999 clauses out of 20009 with flag 285001/285001
196.86/101.01	c cleaning 10000 clauses out of 20012 with flag 295003/295003
204.09/104.77	c cleaning 9996 clauses out of 20010 with flag 305001/305001
211.11/108.38	c cleaning 10000 clauses out of 20013 with flag 315000/315000
218.34/112.00	c cleaning 10003 clauses out of 20013 with flag 325000/325000
225.34/115.60	c cleaning 0 clauses out of 95001 with flag 0/95001
225.61/115.86	c cleaning 9998 clauses out of 20012 with flag 335002/335002
233.03/119.60	c cleaning 9994 clauses out of 20012 with flag 345000/345000
240.64/123.56	c cleaning 10003 clauses out of 20018 with flag 355000/355000
248.45/127.54	c cleaning 9997 clauses out of 20015 with flag 365000/365000
256.25/131.56	c cleaning 10003 clauses out of 20018 with flag 375000/375000
260.88/133.92	c cleaning 0 clauses out of 105000 with flag 0/105000
263.72/135.44	c cleaning 9995 clauses out of 20015 with flag 385000/385000
270.91/139.19	c cleaning 10007 clauses out of 20022 with flag 395002/395002
278.12/142.85	c cleaning 10000 clauses out of 20013 with flag 405000/405000
285.14/146.49	c cleaning 10003 clauses out of 20013 with flag 415000/415000
292.54/150.28	c cleaning 9994 clauses out of 20011 with flag 425001/425001
299.93/154.10	c cleaning 10002 clauses out of 20016 with flag 435000/435000
302.96/155.69	c cleaning 0 clauses out of 115000 with flag 0/115000
307.18/157.87	c cleaning 9999 clauses out of 20015 with flag 445001/445001
314.60/161.63	c cleaning 10000 clauses out of 20017 with flag 455002/455002
321.95/165.48	c cleaning 9994 clauses out of 20015 with flag 465000/465000
329.57/169.33	c cleaning 9995 clauses out of 20022 with flag 475001/475001
336.76/173.07	c cleaning 10003 clauses out of 20029 with flag 485003/485003
344.35/176.93	c cleaning 10003 clauses out of 20024 with flag 495001/495001
351.52/180.68	c cleaning 10002 clauses out of 20020 with flag 505000/505000
353.76/181.80	c cleaning 0 clauses out of 125003 with flag 0/125003
358.98/184.54	c cleaning 9994 clauses out of 20018 with flag 515000/515000
366.18/188.26	c cleaning 10005 clauses out of 20025 with flag 525001/525001
373.94/192.20	c cleaning 10000 clauses out of 20022 with flag 535003/535003
381.12/195.96	c cleaning 10004 clauses out of 20021 with flag 545002/545002
388.51/199.73	c cleaning 9999 clauses out of 20016 with flag 555001/555001
395.71/203.42	c cleaning 9995 clauses out of 20017 with flag 565001/565001
402.85/207.17	c cleaning 10005 clauses out of 20023 with flag 575002/575002
406.29/208.93	c cleaning 0 clauses out of 135000 with flag 0/135000
410.30/211.07	c cleaning 9997 clauses out of 20016 with flag 585000/585000
417.49/214.71	c cleaning 10003 clauses out of 20021 with flag 595002/595002
425.04/218.63	c cleaning 10005 clauses out of 20020 with flag 605004/605004
432.03/222.26	c cleaning 9998 clauses out of 20011 with flag 615000/615000
439.19/225.99	c cleaning 9999 clauses out of 20016 with flag 625003/625003
446.19/229.51	c cleaning 9997 clauses out of 20014 with flag 635000/635000
453.53/233.31	c cleaning 9997 clauses out of 20018 with flag 645001/645001
457.35/235.35	c cleaning 0 clauses out of 145000 with flag 0/145000
460.94/237.20	c cleaning 10004 clauses out of 20021 with flag 655001/655001
468.51/241.15	c cleaning 10001 clauses out of 20019 with flag 665003/665003
475.85/244.98	c cleaning 10006 clauses out of 20017 with flag 675002/675002
483.22/248.72	c cleaning 9996 clauses out of 20009 with flag 685000/685000
490.59/252.51	c cleaning 9999 clauses out of 20014 with flag 695001/695001
497.56/256.20	c cleaning 9995 clauses out of 20014 with flag 705000/705000
505.09/260.03	c cleaning 9996 clauses out of 20020 with flag 715001/715001
512.27/263.71	c cleaning 10005 clauses out of 20023 with flag 725000/725000
513.28/264.37	c cleaning 0 clauses out of 155000 with flag 0/155000
519.66/267.61	c cleaning 10003 clauses out of 20018 with flag 735000/735000
527.39/271.64	c cleaning 9997 clauses out of 20017 with flag 745002/745002
534.95/275.59	c cleaning 10001 clauses out of 20021 with flag 755003/755003
542.71/279.58	c cleaning 9999 clauses out of 20017 with flag 765000/765000
550.28/283.42	c cleaning 9990 clauses out of 20018 with flag 775000/775000
557.79/287.33	c cleaning 10011 clauses out of 20031 with flag 785003/785003
565.36/291.24	c cleaning 9999 clauses out of 20018 with flag 795001/795001
572.52/294.97	c cleaning 10001 clauses out of 20019 with flag 805001/805001
573.34/295.42	c cleaning 0 clauses out of 165003 with flag 0/165003
580.26/299.01	c cleaning 9999 clauses out of 20017 with flag 815000/815000
587.62/302.85	c cleaning 10001 clauses out of 20019 with flag 825001/825001
595.19/306.77	c cleaning 10000 clauses out of 20019 with flag 835002/835002
602.94/310.74	c cleaning 9995 clauses out of 20018 with flag 845001/845001
610.65/314.73	c cleaning 10004 clauses out of 20025 with flag 855003/855003
618.21/318.61	c cleaning 10001 clauses out of 20019 with flag 865001/865001
625.55/322.47	c cleaning 9995 clauses out of 20017 with flag 875000/875000
632.70/326.15	c cleaning 10009 clauses out of 20024 with flag 885002/885002
640.03/329.97	c cleaning 0 clauses out of 175001 with flag 0/175001
640.42/330.25	c cleaning 10000 clauses out of 20014 with flag 895001/895001
647.57/333.91	c cleaning 10000 clauses out of 20014 with flag 905001/905001
654.73/337.70	c cleaning 10000 clauses out of 20013 with flag 915000/915000
662.43/341.63	c cleaning 9994 clauses out of 20013 with flag 925000/925000
669.98/345.55	c cleaning 10003 clauses out of 20020 with flag 935001/935001
677.13/349.29	c cleaning 9998 clauses out of 20017 with flag 945001/945001
684.68/353.19	c cleaning 9999 clauses out of 20019 with flag 955001/955001
692.36/357.10	c cleaning 10004 clauses out of 20020 with flag 965001/965001
699.71/360.93	c cleaning 9998 clauses out of 20016 with flag 975001/975001
707.06/364.71	c cleaning 9998 clauses out of 20018 with flag 985001/985001
714.00/368.38	c cleaning 10001 clauses out of 20019 with flag 995000/995000
714.56/368.71	c cleaning 0 clauses out of 185000 with flag 0/185000
721.91/372.53	c cleaning 9995 clauses out of 20018 with flag 1005000/1005000
729.05/376.29	c cleaning 10001 clauses out of 20023 with flag 1015000/1015000
736.98/380.34	c cleaning 10005 clauses out of 20023 with flag 1025001/1025001
744.48/384.28	c cleaning 9998 clauses out of 20018 with flag 1035001/1035001
752.22/388.21	c cleaning 10001 clauses out of 20019 with flag 1045000/1045000
759.93/392.27	c cleaning 10003 clauses out of 20019 with flag 1055001/1055001
767.28/396.05	c cleaning 9998 clauses out of 20015 with flag 1065000/1065000
775.15/400.15	c cleaning 10000 clauses out of 20018 with flag 1075001/1075001
779.92/402.61	c cleaning 0 clauses out of 195000 with flag 0/195000
782.88/404.25	c cleaning 10003 clauses out of 20018 with flag 1085001/1085001
790.80/408.32	c cleaning 9999 clauses out of 20014 with flag 1095000/1095000
798.48/412.38	c cleaning 10002 clauses out of 20017 with flag 1105002/1105002
806.42/416.46	c cleaning 9995 clauses out of 20016 with flag 1115003/1115003
814.33/420.50	c cleaning 9999 clauses out of 20019 with flag 1125001/1125001
821.86/424.50	c cleaning 9996 clauses out of 20019 with flag 1135000/1135000
829.72/428.53	c cleaning 9998 clauses out of 20024 with flag 1145001/1145001
837.44/432.59	c cleaning 10003 clauses out of 20026 with flag 1155001/1155001
845.17/436.59	c cleaning 9993 clauses out of 20022 with flag 1165000/1165000
849.13/438.66	c cleaning 0 clauses out of 205002 with flag 0/205002
853.23/440.88	c cleaning 10006 clauses out of 20029 with flag 1175000/1175000
861.35/445.05	c cleaning 10008 clauses out of 20024 with flag 1185001/1185001
869.25/449.16	c cleaning 9997 clauses out of 20016 with flag 1195001/1195001
877.17/453.28	c cleaning 9998 clauses out of 20020 with flag 1205002/1205002
885.23/457.41	c cleaning 9999 clauses out of 20022 with flag 1215002/1215002
893.33/461.63	c cleaning 10002 clauses out of 20023 with flag 1225002/1225002
901.22/465.76	c cleaning 9995 clauses out of 20019 with flag 1235000/1235000
909.12/469.86	c cleaning 9994 clauses out of 20024 with flag 1245000/1245000
917.39/474.11	c cleaning 10009 clauses out of 20031 with flag 1255001/1255001
924.69/477.97	c cleaning 0 clauses out of 215001 with flag 0/215001
925.06/478.30	c cleaning 10001 clauses out of 20021 with flag 1265000/1265000
933.15/482.49	c cleaning 10001 clauses out of 20021 with flag 1275001/1275001
941.39/486.74	c cleaning 9988 clauses out of 20019 with flag 1285000/1285000
949.50/491.00	c cleaning 10006 clauses out of 20032 with flag 1295001/1295001
957.40/495.09	c cleaning 10000 clauses out of 20025 with flag 1305000/1305000
965.70/499.32	c cleaning 10005 clauses out of 20028 with flag 1315003/1315003
973.54/503.47	c cleaning 10001 clauses out of 20021 with flag 1325001/1325001
981.24/507.42	c cleaning 10005 clauses out of 20020 with flag 1335001/1335001
988.95/511.45	c cleaning 9996 clauses out of 20015 with flag 1345001/1345001
996.43/515.35	c cleaning 9997 clauses out of 20018 with flag 1355000/1355000
1000.70/517.68	c cleaning 0 clauses out of 225001 with flag 0/225001
1004.63/519.79	c cleaning 10000 clauses out of 20021 with flag 1365000/1365000
1012.72/523.96	c cleaning 9998 clauses out of 20022 with flag 1375001/1375001
1020.43/527.99	c cleaning 10007 clauses out of 20024 with flag 1385001/1385001
1028.66/532.23	c cleaning 9994 clauses out of 20016 with flag 1395000/1395000
1036.56/536.37	c cleaning 10002 clauses out of 20022 with flag 1405000/1405000
1044.65/540.55	c cleaning 10004 clauses out of 20021 with flag 1415001/1415001
1052.54/544.60	c cleaning 10004 clauses out of 20016 with flag 1425000/1425000
1060.39/548.80	c cleaning 10004 clauses out of 20014 with flag 1435002/1435002
1068.47/552.98	c cleaning 9996 clauses out of 20008 with flag 1445000/1445000
1076.56/557.16	c cleaning 9993 clauses out of 20012 with flag 1455000/1455000
1084.44/561.29	c cleaning 9999 clauses out of 20020 with flag 1465001/1465001
1085.14/561.72	c cleaning 0 clauses out of 235000 with flag 0/235000
1093.01/565.83	c cleaning 9999 clauses out of 20020 with flag 1475000/1475000
1101.29/570.13	c cleaning 10001 clauses out of 20021 with flag 1485000/1485000
1109.59/574.44	c cleaning 9996 clauses out of 20020 with flag 1495000/1495000
1118.21/578.93	c cleaning 10002 clauses out of 20026 with flag 1505002/1505002
1126.89/583.44	c cleaning 10000 clauses out of 20023 with flag 1515001/1515001
1135.16/587.75	c cleaning 10005 clauses out of 20023 with flag 1525001/1525001
1143.64/592.19	c cleaning 10007 clauses out of 20019 with flag 1535002/1535002
1152.06/596.51	c cleaning 9992 clauses out of 20010 with flag 1545000/1545000
1159.95/600.69	c cleaning 0 clauses out of 245000 with flag 0/245000
1160.47/601.03	c cleaning 9999 clauses out of 20019 with flag 1555001/1555001
1168.34/605.15	c cleaning 10000 clauses out of 20022 with flag 1565003/1565003
1176.17/609.22	c cleaning 10002 clauses out of 20019 with flag 1575000/1575000
1184.05/613.33	c cleaning 9992 clauses out of 20017 with flag 1585000/1585000
1191.72/617.36	c cleaning 10006 clauses out of 20025 with flag 1595000/1595000
1199.62/621.50	c cleaning 10001 clauses out of 20020 with flag 1605001/1605001
1207.63/625.63	c cleaning 9999 clauses out of 20018 with flag 1615000/1615000
1215.31/629.66	c cleaning 10002 clauses out of 20022 with flag 1625003/1625003
1222.99/633.67	c cleaning 9998 clauses out of 20017 with flag 1635000/1635000
1230.85/637.79	c cleaning 9999 clauses out of 20022 with flag 1645003/1645003
1238.68/641.82	c cleaning 9997 clauses out of 20020 with flag 1655000/1655000
1241.81/643.57	c cleaning 0 clauses out of 255002 with flag 0/255002
1246.88/646.23	c cleaning 10005 clauses out of 20025 with flag 1665002/1665002
1254.75/650.34	c cleaning 10005 clauses out of 20020 with flag 1675002/1675002
1262.78/654.51	c cleaning 9998 clauses out of 20014 with flag 1685001/1685001
1270.04/658.39	c cleaning 9996 clauses out of 20015 with flag 1695000/1695000
1277.91/662.40	c cleaning 9997 clauses out of 20020 with flag 1705001/1705001
1285.79/666.54	c cleaning 10004 clauses out of 20023 with flag 1715001/1715001
1293.59/670.64	c cleaning 9998 clauses out of 20018 with flag 1725000/1725000
1301.65/674.85	c cleaning 10003 clauses out of 20021 with flag 1735001/1735001
1309.33/678.89	c cleaning 9995 clauses out of 20017 with flag 1745000/1745000
1317.79/683.22	c cleaning 10000 clauses out of 20023 with flag 1755001/1755001
1326.36/687.71	c cleaning 10001 clauses out of 20022 with flag 1765000/1765000
1334.03/691.73	c cleaning 10004 clauses out of 20021 with flag 1775000/1775000
1336.93/693.38	c cleaning 0 clauses out of 265001 with flag 0/265001
1342.22/696.14	c cleaning 10004 clauses out of 20021 with flag 1785004/1785004
1350.83/700.66	c cleaning 9993 clauses out of 20013 with flag 1795000/1795000
1359.48/705.12	c cleaning 10004 clauses out of 20020 with flag 1805000/1805000
1367.73/709.41	c cleaning 10002 clauses out of 20016 with flag 1815000/1815000
1375.78/713.66	c cleaning 9996 clauses out of 20015 with flag 1825001/1825001
1384.18/718.05	c cleaning 10000 clauses out of 20018 with flag 1835000/1835000
1392.25/722.26	c cleaning 10000 clauses out of 20019 with flag 1845001/1845001
1400.69/726.62	c cleaning 10005 clauses out of 20019 with flag 1855001/1855001
1408.73/730.89	c cleaning 9993 clauses out of 20014 with flag 1865001/1865001
1417.10/735.27	c cleaning 9998 clauses out of 20020 with flag 1875000/1875000
1425.96/739.87	c cleaning 10004 clauses out of 20024 with flag 1885002/1885002
1434.40/744.20	c cleaning 0 clauses out of 275000 with flag 0/275000
1434.90/744.62	c cleaning 10001 clauses out of 20019 with flag 1895001/1895001
1443.30/749.01	c cleaning 10001 clauses out of 20017 with flag 1905000/1905000
1451.34/753.23	c cleaning 9995 clauses out of 20018 with flag 1915002/1915002
1459.19/757.39	c cleaning 10001 clauses out of 20021 with flag 1925000/1925000
1467.04/761.50	c cleaning 10005 clauses out of 20023 with flag 1935003/1935003
1475.04/765.63	c cleaning 9998 clauses out of 20016 with flag 1945001/1945001
1482.47/769.56	c cleaning 10001 clauses out of 20017 with flag 1955000/1955000
1490.71/773.81	c cleaning 9997 clauses out of 20019 with flag 1965003/1965003
1498.56/777.98	c cleaning 9999 clauses out of 20021 with flag 1975002/1975002
1506.56/782.13	c cleaning 9996 clauses out of 20021 with flag 1985001/1985001
1514.19/786.17	c cleaning 9995 clauses out of 20024 with flag 1995000/1995000
1521.83/790.18	c cleaning 9998 clauses out of 20029 with flag 2005000/2005000
1528.69/793.77	c cleaning 0 clauses out of 285000 with flag 0/285000
1529.93/794.52	c cleaning 10004 clauses out of 20031 with flag 2015000/2015000
1537.78/798.68	c cleaning 10002 clauses out of 20029 with flag 2025002/2025002
1545.62/802.79	c cleaning 10003 clauses out of 20029 with flag 2035004/2035004
1553.86/807.07	c cleaning 9998 clauses out of 20022 with flag 2045000/2045000
1562.04/811.31	c cleaning 10009 clauses out of 20025 with flag 2055001/2055001
1569.68/815.37	c cleaning 10004 clauses out of 20017 with flag 2065002/2065002
1577.12/819.28	c cleaning 9998 clauses out of 20013 with flag 2075002/2075002
1584.97/823.37	c cleaning 9998 clauses out of 20015 with flag 2085002/2085002
1593.33/827.74	c cleaning 10001 clauses out of 20017 with flag 2095002/2095002
1601.56/832.05	c cleaning 10000 clauses out of 20015 with flag 2105001/2105001
1609.59/836.23	c cleaning 9993 clauses out of 20015 with flag 2115001/2115001
1617.44/840.37	c cleaning 10006 clauses out of 20022 with flag 2125001/2125001
1625.39/844.59	c cleaning 10003 clauses out of 20015 with flag 2135000/2135000
1626.69/845.35	c cleaning 0 clauses out of 295000 with flag 0/295000
1633.34/848.88	c cleaning 9993 clauses out of 20012 with flag 2145000/2145000
1641.37/853.04	c cleaning 9996 clauses out of 20019 with flag 2155000/2155000
1649.73/857.42	c cleaning 10004 clauses out of 20024 with flag 2165001/2165001
1657.75/861.65	c cleaning 9995 clauses out of 20020 with flag 2175001/2175001
1665.78/865.86	c cleaning 9998 clauses out of 20024 with flag 2185000/2185000
1673.62/870.00	c cleaning 10006 clauses out of 20026 with flag 2195000/2195000
1681.98/874.37	c cleaning 10007 clauses out of 20023 with flag 2205003/2205003
1690.01/878.53	c cleaning 10002 clauses out of 20014 with flag 2215001/2215001
1698.25/882.86	c cleaning 9998 clauses out of 20011 with flag 2225000/2225000
1706.47/887.18	c cleaning 9994 clauses out of 20014 with flag 2235001/2235001
1714.83/891.52	c cleaning 9997 clauses out of 20020 with flag 2245001/2245001
1722.85/895.77	c cleaning 9997 clauses out of 20023 with flag 2255001/2255001
1724.32/896.65	c cleaning 0 clauses out of 305001 with flag 0/305001
1731.15/900.28	c cleaning 10003 clauses out of 20025 with flag 2265000/2265000
1739.70/904.71	c cleaning 10002 clauses out of 20022 with flag 2275000/2275000
1747.33/908.74	c cleaning 10003 clauses out of 20021 with flag 2285001/2285001
1755.36/912.98	c cleaning 10001 clauses out of 20018 with flag 2295001/2295001
1763.36/917.11	c cleaning 10003 clauses out of 20016 with flag 2305000/2305000
1771.11/921.28	c cleaning 10000 clauses out of 20015 with flag 2315002/2315002
1779.33/925.50	c cleaning 10000 clauses out of 20015 with flag 2325002/2325002
1787.15/929.66	c cleaning 9994 clauses out of 20014 with flag 2335001/2335001
1795.38/933.92	c cleaning 10003 clauses out of 20021 with flag 2345002/2345002
1800.15/936.52	c starts		: 229
1800.15/936.52	c conflicts		: 2351357
1800.15/936.52	c decisions		: 2859240
1800.15/936.52	c propagations		: 414689852
1800.15/936.52	c inspects		: 3190667377
1800.15/936.52	c learnt literals	: 0
1800.15/936.52	c learnt binary clauses	: 0
1800.15/936.52	c learnt ternary clauses	: 80
1800.15/936.52	c learnt clauses	: 2351357
1800.15/936.52	c ignored clauses	: 0
1800.15/936.52	c root simplifications	: 0
1800.15/936.52	c removed literals (reason simplification)	: 16551750
1800.15/936.52	c reason swapping (by a shorter reason)	: 0
1800.15/936.52	c Calls to reduceDB	: 236
1800.15/936.52	c number of reductions to clauses (during analyze)	: 0
1800.15/936.52	c number of learned constraints concerned by reduction	: 0
1800.15/936.52	c number of learning phase by resolution	: 0
1800.15/936.52	c number of learning phase by cutting planes	: 0
1800.15/936.52	c speed (assignments/second)	: 443151.2404156982
1800.15/936.52	c non guided choices	0
1800.15/936.61	c learnt constraints type 
1800.15/936.61	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16536
1800.15/936.61	c constraints type 
1800.15/936.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2550
1800.15/936.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 600
1800.15/936.61	c constraints type 
1800.15/936.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 600
1800.15/936.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2550
1800.15/936.61	s UNKNOWN
1800.15/936.61	c Total wall clock time (in seconds): 936.392

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-2662127-1276454057/watcher-2662127-1276454057 -o /tmp/evaluation-result-2662127-1276454057/solver-2662127-1276454057 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662127-1276454057.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 25172
/proc/meminfo: memFree=1807116/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=244 CPUtime=0
/proc/25172/stat : 25172 (java) R 25170 25172 24538 0 -1 4194304 266 0 0 0 0 0 0 0 17 0 1 0 21009111 249856 12 1992294400 134512640 134550932 4294472400 18446744073709551615 2470100 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25172/statm: 62 22 15 10 0 23 0

[startup+0.017416 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25172
/proc/meminfo: memFree=1807116/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=13480 CPUtime=0.01
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 1112 0 0 0 0 1 0 0 15 0 2 0 21009111 13803520 582 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13480

[startup+0.103431 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25172
/proc/meminfo: memFree=1807116/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1524180 CPUtime=0.08
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 3973 0 1 0 6 2 0 0 15 0 12 0 21009111 1560760320 3412 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 381045 3412 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301468 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25172
/proc/meminfo: memFree=1807116/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1526444 CPUtime=0.36
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 5344 0 1 0 32 4 0 0 15 0 12 0 21009111 1563078656 4781 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 381611 4782 1361 10 0 378914 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526444

[startup+0.700547 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25172
/proc/meminfo: memFree=1807116/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1531028 CPUtime=1.12
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 8251 0 1 0 107 5 0 0 15 0 12 0 21009111 1567772672 7315 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 382757 7316 1400 10 0 380060 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1531028

[startup+1.5017 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 25188
/proc/meminfo: memFree=1779028/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1532324 CPUtime=2.71
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 9983 0 1 0 265 6 0 0 15 0 16 0 21009111 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 383081 9046 1423 10 0 380384 0
[pid=25172/tid=25174] ppid=25170 vsize=1532324 CPUtime=0.71
/proc/25172/task/25174/stat : 25174 (java) S 25170 25172 24538 0 -1 4202560 5439 0 1 0 68 3 0 0 25 0 16 0 21009112 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25175] ppid=25170 vsize=1532324 CPUtime=0
/proc/25172/task/25175/stat : 25175 (java) S 25170 25172 24538 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 21009113 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25176] ppid=25170 vsize=1532324 CPUtime=0
/proc/25172/task/25176/stat : 25176 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 21009114 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25177] ppid=25170 vsize=1532324 CPUtime=0
/proc/25172/task/25177/stat : 25177 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 21009115 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25178] ppid=25170 vsize=1532324 CPUtime=0
/proc/25172/task/25178/stat : 25178 (java) S 25170 25172 24538 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 21009116 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25179] ppid=25170 vsize=1532324 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25170 25172 24538 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 21009116 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25180] ppid=25170 vsize=1532324 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25170 25172 24538 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 21009120 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25181] ppid=25170 vsize=1532324 CPUtime=0.11
/proc/25172/task/25181/stat : 25181 (java) R 25170 25172 24538 0 -1 4202560 344 0 0 0 11 0 0 0 21 0 16 0 21009120 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 106425691 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25172/tid=25182] ppid=25170 vsize=1532324 CPUtime=1.05
/proc/25172/task/25182/stat : 25182 (java) R 25170 25172 24538 0 -1 4202560 1835 0 0 0 104 1 0 0 16 0 16 0 21009120 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 106106273 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25172/tid=25183] ppid=25170 vsize=1532324 CPUtime=0
/proc/25172/task/25183/stat : 25183 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 21009120 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25184] ppid=25170 vsize=1532324 CPUtime=0
/proc/25172/task/25184/stat : 25184 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 21009120 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25185] ppid=25170 vsize=1532324 CPUtime=0.41
/proc/25172/task/25185/stat : 25185 (java) R 25170 25172 24538 0 -1 4202560 344 0 0 0 41 0 0 0 25 0 16 0 21009185 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4108971044 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25172/tid=25186] ppid=25170 vsize=1532324 CPUtime=0.38
/proc/25172/task/25186/stat : 25186 (java) R 25170 25172 24538 0 -1 4202560 945 0 0 0 38 0 0 0 19 0 16 0 21009185 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 103615280 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25172/tid=25187] ppid=25170 vsize=1532324 CPUtime=0
/proc/25172/task/25187/stat : 25187 (java) S 25170 25172 24538 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 21009193 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25188] ppid=25170 vsize=1532324 CPUtime=0
/proc/25172/task/25188/stat : 25188 (java) S 25170 25172 24538 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21009195 1569099776 9046 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1532324

[startup+3.10198 s]
/proc/loadavg: 1.24 1.05 1.02 4/122 25188
/proc/meminfo: memFree=1759436/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1532468 CPUtime=5.86
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 31834 0 1 0 568 18 0 0 15 0 16 0 21009111 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 383117 30889 1443 10 0 380420 0
[pid=25172/tid=25174] ppid=25170 vsize=1532468 CPUtime=0.71
/proc/25172/task/25174/stat : 25174 (java) S 25170 25172 24538 0 -1 4202560 5439 0 1 0 68 3 0 0 18 0 16 0 21009112 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25175] ppid=25170 vsize=1532468 CPUtime=0
/proc/25172/task/25175/stat : 25175 (java) S 25170 25172 24538 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 16 0 21009113 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25176] ppid=25170 vsize=1532468 CPUtime=0
/proc/25172/task/25176/stat : 25176 (java) S 25170 25172 24538 0 -1 4202560 268 0 0 0 0 0 0 0 18 0 16 0 21009114 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25177] ppid=25170 vsize=1532468 CPUtime=0.02
/proc/25172/task/25177/stat : 25177 (java) S 25170 25172 24538 0 -1 4202560 517 0 0 0 2 0 0 0 16 0 16 0 21009115 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25178] ppid=25170 vsize=1532468 CPUtime=0
/proc/25172/task/25178/stat : 25178 (java) S 25170 25172 24538 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21009116 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25179] ppid=25170 vsize=1532468 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25170 25172 24538 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21009116 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25180] ppid=25170 vsize=1532468 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25170 25172 24538 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 21009120 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25181] ppid=25170 vsize=1532468 CPUtime=0.25
/proc/25172/task/25181/stat : 25181 (java) S 25170 25172 24538 0 -1 4202560 357 0 0 0 25 0 0 0 15 0 16 0 21009120 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25182] ppid=25170 vsize=1532468 CPUtime=1.68
/proc/25172/task/25182/stat : 25182 (java) S 25170 25172 24538 0 -1 4202560 1950 0 0 0 167 1 0 0 15 0 16 0 21009120 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25183] ppid=25170 vsize=1532468 CPUtime=0
/proc/25172/task/25183/stat : 25183 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 21009120 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25184] ppid=25170 vsize=1532468 CPUtime=0
/proc/25172/task/25184/stat : 25184 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 21009120 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25185] ppid=25170 vsize=1532468 CPUtime=1.57
/proc/25172/task/25185/stat : 25185 (java) R 25170 25172 24538 0 -1 4202560 622 0 0 0 157 0 0 0 25 0 16 0 21009185 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4109454323 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25172/tid=25186] ppid=25170 vsize=1532468 CPUtime=1.53
/proc/25172/task/25186/stat : 25186 (java) R 25170 25172 24538 0 -1 4202560 21350 0 0 0 143 10 0 0 20 0 16 0 21009185 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4109415467 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25172/tid=25187] ppid=25170 vsize=1532468 CPUtime=0
/proc/25172/task/25187/stat : 25187 (java) S 25170 25172 24538 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 21009193 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25188] ppid=25170 vsize=1532468 CPUtime=0
/proc/25172/task/25188/stat : 25188 (java) S 25170 25172 24538 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21009195 1569247232 30889 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1532468

[startup+6.30158 s]
/proc/loadavg: 1.24 1.05 1.02 3/122 25188
/proc/meminfo: memFree=1662468/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1534892 CPUtime=12.08
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 39604 0 1 0 1187 21 0 0 15 0 16 0 21009111 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 383723 37143 1443 10 0 381026 0
[pid=25172/tid=25174] ppid=25170 vsize=1534892 CPUtime=0.71
/proc/25172/task/25174/stat : 25174 (java) S 25170 25172 24538 0 -1 4202560 5439 0 1 0 68 3 0 0 15 0 16 0 21009112 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25175] ppid=25170 vsize=1534892 CPUtime=0.02
/proc/25172/task/25175/stat : 25175 (java) S 25170 25172 24538 0 -1 4202560 493 0 0 0 2 0 0 0 15 0 16 0 21009113 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25176] ppid=25170 vsize=1534892 CPUtime=0.02
/proc/25172/task/25176/stat : 25176 (java) S 25170 25172 24538 0 -1 4202560 453 0 0 0 2 0 0 0 16 0 16 0 21009114 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25177] ppid=25170 vsize=1534892 CPUtime=0.13
/proc/25172/task/25177/stat : 25177 (java) S 25170 25172 24538 0 -1 4202560 996 0 0 0 13 0 0 0 15 0 16 0 21009115 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25178] ppid=25170 vsize=1534892 CPUtime=0
/proc/25172/task/25178/stat : 25178 (java) S 25170 25172 24538 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21009116 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25179] ppid=25170 vsize=1534892 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25170 25172 24538 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21009116 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25180] ppid=25170 vsize=1534892 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25170 25172 24538 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 21009120 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25181] ppid=25170 vsize=1534892 CPUtime=0.43
/proc/25172/task/25181/stat : 25181 (java) S 25170 25172 24538 0 -1 4202560 368 0 0 0 43 0 0 0 16 0 16 0 21009120 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25182] ppid=25170 vsize=1534892 CPUtime=2.09
/proc/25172/task/25182/stat : 25182 (java) S 25170 25172 24538 0 -1 4202560 4117 0 0 0 207 2 0 0 15 0 16 0 21009120 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25183] ppid=25170 vsize=1534892 CPUtime=0
/proc/25172/task/25183/stat : 25183 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 21009120 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25184] ppid=25170 vsize=1534892 CPUtime=0
/proc/25172/task/25184/stat : 25184 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 21009120 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25185] ppid=25170 vsize=1534892 CPUtime=4.53
/proc/25172/task/25185/stat : 25185 (java) R 25170 25172 24538 0 -1 4202560 624 0 0 0 453 0 0 0 19 0 16 0 21009185 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4109415480 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25172/tid=25186] ppid=25170 vsize=1534892 CPUtime=4.06
/proc/25172/task/25186/stat : 25186 (java) R 25170 25172 24538 0 -1 4202560 26041 0 0 0 394 12 0 0 25 0 16 0 21009185 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4109527723 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25172/tid=25187] ppid=25170 vsize=1534892 CPUtime=0
/proc/25172/task/25187/stat : 25187 (java) S 25170 25172 24538 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 21009193 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25188] ppid=25170 vsize=1534892 CPUtime=0
/proc/25172/task/25188/stat : 25188 (java) S 25170 25172 24538 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21009195 1571729408 37143 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 1534892

[startup+12.7018 s]
/proc/loadavg: 1.43 1.10 1.03 3/122 25188
/proc/meminfo: memFree=1660608/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1531664 CPUtime=24.58
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 41395 0 1 0 2436 22 0 0 15 0 16 0 21009111 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 382916 38125 1443 10 0 380219 0
[pid=25172/tid=25174] ppid=25170 vsize=1531664 CPUtime=0.71
/proc/25172/task/25174/stat : 25174 (java) S 25170 25172 24538 0 -1 4202560 5439 0 1 0 68 3 0 0 15 0 16 0 21009112 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25175] ppid=25170 vsize=1531664 CPUtime=0.08
/proc/25172/task/25175/stat : 25175 (java) S 25170 25172 24538 0 -1 4202560 921 0 0 0 8 0 0 0 16 0 16 0 21009113 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25176] ppid=25170 vsize=1531664 CPUtime=0.07
/proc/25172/task/25176/stat : 25176 (java) S 25170 25172 24538 0 -1 4202560 839 0 0 0 7 0 0 0 16 0 16 0 21009114 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25177] ppid=25170 vsize=1531664 CPUtime=0.32
/proc/25172/task/25177/stat : 25177 (java) S 25170 25172 24538 0 -1 4202560 1958 0 0 0 32 0 0 0 16 0 16 0 21009115 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25178] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25178/stat : 25178 (java) S 25170 25172 24538 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21009116 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25179] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25170 25172 24538 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21009116 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25180] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25170 25172 24538 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 21009120 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25181] ppid=25170 vsize=1531664 CPUtime=0.44
/proc/25172/task/25181/stat : 25181 (java) S 25170 25172 24538 0 -1 4202560 368 0 0 0 44 0 0 0 16 0 16 0 21009120 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25182] ppid=25170 vsize=1531664 CPUtime=2.21
/proc/25172/task/25182/stat : 25182 (java) S 25170 25172 24538 0 -1 4202560 4124 0 0 0 219 2 0 0 15 0 16 0 21009120 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25183] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25183/stat : 25183 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 21009120 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25184] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25184/stat : 25184 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 21009120 1568423936 38125 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0

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

/proc/25172/task/25187/stat : 25187 (java) S 25170 25172 24538 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 21009193 1568423936 62863 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25188] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25188/stat : 25188 (java) S 25170 25172 24538 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21009195 1568423936 62863 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1468.5
Current children cumulated vsize (KiB) 1531664

[startup+822.302 s]
/proc/loadavg: 1.94 1.89 1.55 3/122 25210
/proc/meminfo: memFree=1555208/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1531664 CPUtime=1582.99
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 67287 0 1 0 158229 70 0 0 15 0 16 0 21009111 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 382916 63587 1443 10 0 380219 0
[pid=25172/tid=25174] ppid=25170 vsize=1531664 CPUtime=0.71
/proc/25172/task/25174/stat : 25174 (java) S 25170 25172 24538 0 -1 4202560 5460 0 1 0 68 3 0 0 15 0 16 0 21009112 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25175] ppid=25170 vsize=1531664 CPUtime=2.18
/proc/25172/task/25175/stat : 25175 (java) S 25170 25172 24538 0 -1 4202560 2334 0 0 0 211 7 0 0 16 0 16 0 21009113 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25176] ppid=25170 vsize=1531664 CPUtime=2.15
/proc/25172/task/25176/stat : 25176 (java) S 25170 25172 24538 0 -1 4202560 2481 0 0 0 212 3 0 0 15 0 16 0 21009114 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25177] ppid=25170 vsize=1531664 CPUtime=46.72
/proc/25172/task/25177/stat : 25177 (java) S 25170 25172 24538 0 -1 4202560 18180 0 0 0 4663 9 0 0 15 0 16 0 21009115 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25178] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25178/stat : 25178 (java) S 25170 25172 24538 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21009116 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25179] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25170 25172 24538 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21009116 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25180] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25170 25172 24538 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 21009120 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25181] ppid=25170 vsize=1531664 CPUtime=0.44
/proc/25172/task/25181/stat : 25181 (java) S 25170 25172 24538 0 -1 4202560 368 0 0 0 44 0 0 0 16 0 16 0 21009120 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25182] ppid=25170 vsize=1531664 CPUtime=2.3
/proc/25172/task/25182/stat : 25182 (java) S 25170 25172 24538 0 -1 4202560 4125 0 0 0 228 2 0 0 16 0 16 0 21009120 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25183] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25183/stat : 25183 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 21009120 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25184] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25184/stat : 25184 (java) S 25170 25172 24538 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 21009120 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25185] ppid=25170 vsize=1531664 CPUtime=768
/proc/25172/task/25185/stat : 25185 (java) R 25170 25172 24538 0 -1 4202560 855 0 0 0 76781 19 0 0 25 0 16 0 21009185 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4109415467 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25172/tid=25186] ppid=25170 vsize=1531664 CPUtime=760.4
/proc/25172/task/25186/stat : 25186 (java) R 25170 25172 24538 0 -1 4202560 32363 0 0 0 76018 22 0 0 25 0 16 0 21009185 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4109527294 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25172/tid=25187] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25187/stat : 25187 (java) S 25170 25172 24538 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 21009193 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25188] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25188/stat : 25188 (java) S 25170 25172 24538 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21009195 1568423936 63587 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1582.99
Current children cumulated vsize (KiB) 1531664

[startup+882.301 s]
/proc/loadavg: 1.94 1.89 1.57 3/122 25212
/proc/meminfo: memFree=1552976/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1531664 CPUtime=1697.25
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 67846 0 1 0 169652 73 0 0 15 0 16 0 21009111 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 382916 64123 1443 10 0 380219 0
[pid=25172/tid=25174] ppid=25170 vsize=1531664 CPUtime=0.71
/proc/25172/task/25174/stat : 25174 (java) S 25170 25172 24538 0 -1 4202560 5461 0 1 0 68 3 0 0 15 0 16 0 21009112 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25175] ppid=25170 vsize=1531664 CPUtime=2.33
/proc/25172/task/25175/stat : 25175 (java) S 25170 25172 24538 0 -1 4202560 2334 0 0 0 226 7 0 0 15 0 16 0 21009113 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25176] ppid=25170 vsize=1531664 CPUtime=2.31
/proc/25172/task/25176/stat : 25176 (java) S 25170 25172 24538 0 -1 4202560 2481 0 0 0 228 3 0 0 16 0 16 0 21009114 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25177] ppid=25170 vsize=1531664 CPUtime=51.4
/proc/25172/task/25177/stat : 25177 (java) S 25170 25172 24538 0 -1 4202560 18720 0 0 0 5130 10 0 0 15 0 16 0 21009115 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25178] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25178/stat : 25178 (java) S 25170 25172 24538 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21009116 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25179] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25170 25172 24538 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21009116 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25180] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25170 25172 24538 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 21009120 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25181] ppid=25170 vsize=1531664 CPUtime=0.44
/proc/25172/task/25181/stat : 25181 (java) S 25170 25172 24538 0 -1 4202560 368 0 0 0 44 0 0 0 16 0 16 0 21009120 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25182] ppid=25170 vsize=1531664 CPUtime=2.3
/proc/25172/task/25182/stat : 25182 (java) S 25170 25172 24538 0 -1 4202560 4125 0 0 0 228 2 0 0 16 0 16 0 21009120 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25183] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25183/stat : 25183 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 21009120 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25184] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25184/stat : 25184 (java) S 25170 25172 24538 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 21009120 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25185] ppid=25170 vsize=1531664 CPUtime=823.11
/proc/25172/task/25185/stat : 25185 (java) R 25170 25172 24538 0 -1 4202560 868 0 0 0 82290 21 0 0 25 0 16 0 21009185 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4109456404 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25172/tid=25186] ppid=25170 vsize=1531664 CPUtime=814.55
/proc/25172/task/25186/stat : 25186 (java) R 25170 25172 24538 0 -1 4202560 32364 0 0 0 81433 22 0 0 25 0 16 0 21009185 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4109456439 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25172/tid=25187] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25187/stat : 25187 (java) S 25170 25172 24538 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 21009193 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25188] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25188/stat : 25188 (java) S 25170 25172 24538 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21009195 1568423936 64123 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1697.25
Current children cumulated vsize (KiB) 1531664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+936.501 s]
/proc/loadavg: 2.05 1.92 1.60 3/122 25214
/proc/meminfo: memFree=1550124/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1531664 CPUtime=1800.15
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 68562 0 1 0 179939 76 0 0 15 0 16 0 21009111 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 382916 64821 1443 10 0 380219 0
[pid=25172/tid=25174] ppid=25170 vsize=1531664 CPUtime=0.71
/proc/25172/task/25174/stat : 25174 (java) S 25170 25172 24538 0 -1 4202560 5461 0 1 0 68 3 0 0 15 0 16 0 21009112 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25175] ppid=25170 vsize=1531664 CPUtime=2.49
/proc/25172/task/25175/stat : 25175 (java) S 25170 25172 24538 0 -1 4202560 2334 0 0 0 242 7 0 0 16 0 16 0 21009113 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25176] ppid=25170 vsize=1531664 CPUtime=2.45
/proc/25172/task/25176/stat : 25176 (java) S 25170 25172 24538 0 -1 4202560 2481 0 0 0 241 4 0 0 15 0 16 0 21009114 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25177] ppid=25170 vsize=1531664 CPUtime=55.95
/proc/25172/task/25177/stat : 25177 (java) S 25170 25172 24538 0 -1 4202560 19420 0 0 0 5585 10 0 0 15 0 16 0 21009115 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25178] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25178/stat : 25178 (java) S 25170 25172 24538 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21009116 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25179] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25170 25172 24538 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21009116 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25180] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25170 25172 24538 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 21009120 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25181] ppid=25170 vsize=1531664 CPUtime=0.44
/proc/25172/task/25181/stat : 25181 (java) S 25170 25172 24538 0 -1 4202560 368 0 0 0 44 0 0 0 16 0 16 0 21009120 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25182] ppid=25170 vsize=1531664 CPUtime=2.3
/proc/25172/task/25182/stat : 25182 (java) S 25170 25172 24538 0 -1 4202560 4125 0 0 0 228 2 0 0 16 0 16 0 21009120 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25183] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25183/stat : 25183 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 21009120 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25184] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25184/stat : 25184 (java) S 25170 25172 24538 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 21009120 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25185] ppid=25170 vsize=1531664 CPUtime=872.58
/proc/25172/task/25185/stat : 25185 (java) R 25170 25172 24538 0 -1 4202560 881 0 0 0 87236 22 0 0 25 0 16 0 21009185 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4109527339 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25172/tid=25186] ppid=25170 vsize=1531664 CPUtime=863.12
/proc/25172/task/25186/stat : 25186 (java) R 25170 25172 24538 0 -1 4202560 32365 0 0 0 86290 22 0 0 18 0 16 0 21009185 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4109527590 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25172/tid=25187] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25187/stat : 25187 (java) S 25170 25172 24538 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 21009193 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25188] ppid=25170 vsize=1531664 CPUtime=0
/proc/25172/task/25188/stat : 25188 (java) S 25170 25172 24538 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21009195 1568423936 64821 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1531664

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

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

[startup+936.627 s]
/proc/loadavg: 2.05 1.92 1.60 3/122 25214
/proc/meminfo: memFree=1550124/2059040 swapFree=4140476/4192956
[pid=25172] ppid=25170 vsize=1532312 CPUtime=1800.38
/proc/25172/stat : 25172 (java) S 25170 25172 24538 0 -1 4202496 68584 0 1 0 179962 76 0 0 15 0 17 0 21009111 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25172/statm: 383078 64843 1446 10 0 380381 0
[pid=25172/tid=25174] ppid=25170 vsize=1532312 CPUtime=0.71
/proc/25172/task/25174/stat : 25174 (java) S 25170 25172 24538 0 -1 4202560 5461 0 1 0 68 3 0 0 15 0 17 0 21009112 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25175] ppid=25170 vsize=1532312 CPUtime=2.49
/proc/25172/task/25175/stat : 25175 (java) S 25170 25172 24538 0 -1 4202560 2334 0 0 0 242 7 0 0 16 0 17 0 21009113 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25176] ppid=25170 vsize=1532312 CPUtime=2.45
/proc/25172/task/25176/stat : 25176 (java) S 25170 25172 24538 0 -1 4202560 2481 0 0 0 241 4 0 0 15 0 17 0 21009114 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25177] ppid=25170 vsize=1532312 CPUtime=55.95
/proc/25172/task/25177/stat : 25177 (java) S 25170 25172 24538 0 -1 4202560 19420 0 0 0 5585 10 0 0 15 0 17 0 21009115 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25178] ppid=25170 vsize=1532312 CPUtime=0
/proc/25172/task/25178/stat : 25178 (java) S 25170 25172 24538 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 21009116 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25179] ppid=25170 vsize=1532312 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25170 25172 24538 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 21009116 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25180] ppid=25170 vsize=1532312 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25170 25172 24538 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 17 0 21009120 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25181] ppid=25170 vsize=1532312 CPUtime=0.45
/proc/25172/task/25181/stat : 25181 (java) S 25170 25172 24538 0 -1 4202560 368 0 0 0 45 0 0 0 16 0 17 0 21009120 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25182] ppid=25170 vsize=1532312 CPUtime=2.32
/proc/25172/task/25182/stat : 25182 (java) R 25170 25172 24538 0 -1 4202560 4127 0 0 0 230 2 0 0 15 0 17 0 21009120 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 105580886 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25172/tid=25183] ppid=25170 vsize=1532312 CPUtime=0
/proc/25172/task/25183/stat : 25183 (java) S 25170 25172 24538 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 21009120 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
[pid=25172/tid=25184] ppid=25170 vsize=1532312 CPUtime=0
/proc/25172/task/25184/stat : 25184 (java) S 25170 25172 24538 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 21009120 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25185] ppid=25170 vsize=1532312 CPUtime=872.67
/proc/25172/task/25185/stat : 25185 (java) R 25170 25172 24538 0 -1 4202560 881 0 0 0 87245 22 0 0 25 0 17 0 21009185 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4109456442 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25172/tid=25186] ppid=25170 vsize=1532312 CPUtime=863.22
/proc/25172/task/25186/stat : 25186 (java) R 25170 25172 24538 0 -1 4202560 32365 0 0 0 86300 22 0 0 18 0 17 0 21009185 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4109525897 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25172/tid=25187] ppid=25170 vsize=1532312 CPUtime=0
/proc/25172/task/25187/stat : 25187 (java) S 25170 25172 24538 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 21009193 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 1 0 0 0
[pid=25172/tid=25188] ppid=25170 vsize=1532312 CPUtime=0
/proc/25172/task/25188/stat : 25188 (java) S 25170 25172 24538 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 21009195 1569087488 64843 1992294400 134512640 134550932 4294472400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862428736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 1532312

Child status: 143
Real time (s): 936.673
CPU time (s): 1800.45
CPU user time (s): 1799.66
CPU system time (s): 0.78888
CPU usage (%): 192.218
Max. virtual memory (cumulated for all children) (KiB): 1538264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.78888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68585
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= 23517
involuntary context switches= 49767

runsolver used 4.30835 second user time and 11.4873 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-13 20:34:17
IDJOB=2662127
IDBENCH=2155
IDSOLVER=1166
FILE ID=node007/2662127-1276454057
PBS_JOBID= 11173335
Free space on /tmp= 62456 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-f600.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662127-1276454057/watcher-2662127-1276454057 -o /tmp/evaluation-result-2662127-1276454057/solver-2662127-1276454057 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662127-1276454057.opb

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

MD5SUM BENCH= 2b1f0bdf934439fa3364f5fdf4570849
RANDOM SEED=242457960

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1807512 kB
Buffers:         44476 kB
Cached:         126476 kB
SwapCached:       6884 kB
Active:         102732 kB
Inactive:        82172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1807512 kB
SwapTotal:     4192956 kB
SwapFree:      4140476 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:       11412 kB
Mapped:          12932 kB
Slab:            44704 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182224 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= 62456 MiB
End job on node007 at 2010-06-13 20:49:55