Trace number 3454227

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 Res//CP 2.3.0? (TO) 1800.22 925.869

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-bnl1.opb
MD5SUM6c2572528741ab95a20df4da6c9423f7
Bench CategoryOPT-BIGINT (optimisation, big 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 variables35250
Total number of constraints624
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints624
Minimum length of a constraint30
Maximum length of a constraint2280
Number of terms in the objective function 29490
Biggest coefficient in the objective function 12938266856652800
Number of bits for the biggest coefficient in the objective function 54
Sum of the numbers in the objective function 1063579760735919966
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 12938266856652800
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 1063579760735919966
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454227-1307190981.opb
0.10/0.11	c reading problem ... 
1.78/1.00	c ... done. Wall clock time 0.892s.
1.78/1.00	c #vars     35250
1.78/1.00	c #constraints  14423
1.78/1.00	c constraints type 
1.78/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 855
1.78/1.00	c constraints type 
1.78/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 855
12.60/5.81	c cleaning 2490 clauses out of 5001 with flag 5001/5001
24.65/11.67	c cleaning 4251 clauses out of 8511 with flag 11001/11001
37.16/17.99	c cleaning 5614 clauses out of 11259 with flag 18000/18000
45.71/22.20	c cleaning 6815 clauses out of 13645 with flag 26000/26000
54.43/26.60	c cleaning 7908 clauses out of 15831 with flag 35001/35001
64.12/31.60	c cleaning 8956 clauses out of 17922 with flag 45000/45000
73.41/36.28	c cleaning 9476 clauses out of 18967 with flag 55001/55001
82.70/40.93	c cleaning 9746 clauses out of 19491 with flag 65001/65001
91.95/45.61	c cleaning 9869 clauses out of 19744 with flag 75000/75000
101.64/50.55	c cleaning 9935 clauses out of 19876 with flag 85001/85001
110.91/55.27	c cleaning 9957 clauses out of 19941 with flag 95001/95001
120.38/60.06	c cleaning 9988 clauses out of 19983 with flag 105000/105000
130.03/64.93	c cleaning 9998 clauses out of 19996 with flag 115001/115001
139.47/69.76	c cleaning 9999 clauses out of 19998 with flag 125001/125001
148.54/74.37	c cleaning 9993 clauses out of 19998 with flag 135000/135000
157.62/78.99	c cleaning 9996 clauses out of 20005 with flag 145000/145000
167.43/83.93	c cleaning 10005 clauses out of 20010 with flag 155001/155001
176.89/88.70	c cleaning 9987 clauses out of 20004 with flag 165000/165000
185.14/92.94	c cleaning 10009 clauses out of 20018 with flag 175001/175001
195.03/97.97	c cleaning 9997 clauses out of 20008 with flag 185000/185000
205.20/103.13	c cleaning 9998 clauses out of 20011 with flag 195000/195000
215.25/108.28	c cleaning 10000 clauses out of 20013 with flag 205000/205000
225.34/113.40	c cleaning 9997 clauses out of 20013 with flag 215000/215000
235.75/118.67	c cleaning 10006 clauses out of 20016 with flag 225000/225000
246.13/123.97	c cleaning 10001 clauses out of 20011 with flag 235001/235001
256.35/129.12	c cleaning 9998 clauses out of 20009 with flag 245000/245000
266.57/134.33	c cleaning 10002 clauses out of 20012 with flag 255001/255001
276.98/139.63	c cleaning 9998 clauses out of 20009 with flag 265000/265000
287.14/144.81	c cleaning 9998 clauses out of 20012 with flag 275001/275001
296.95/149.82	c cleaning 9999 clauses out of 20013 with flag 285000/285000
306.76/154.81	c cleaning 9997 clauses out of 20014 with flag 295000/295000
316.77/159.95	c cleaning 9997 clauses out of 20017 with flag 305000/305000
326.53/164.93	c cleaning 9999 clauses out of 20020 with flag 315000/315000
335.93/169.79	c cleaning 10000 clauses out of 20021 with flag 325000/325000
344.13/173.93	c cleaning 9993 clauses out of 20021 with flag 335000/335000
352.57/178.24	c cleaning 9999 clauses out of 20029 with flag 345001/345001
360.45/182.39	c cleaning 10005 clauses out of 20029 with flag 355000/355000
368.46/186.44	c cleaning 10004 clauses out of 20025 with flag 365001/365001
376.26/190.50	c cleaning 9998 clauses out of 20020 with flag 375000/375000
384.05/194.44	c cleaning 9997 clauses out of 20022 with flag 385000/385000
392.18/198.60	c cleaning 10007 clauses out of 20026 with flag 395001/395001
398.98/202.14	c cleaning 9997 clauses out of 20018 with flag 405000/405000
405.79/205.69	c cleaning 10003 clauses out of 20021 with flag 415000/415000
412.58/209.12	c cleaning 10001 clauses out of 20018 with flag 425000/425000
419.10/212.56	c cleaning 10003 clauses out of 20017 with flag 435000/435000
425.91/216.02	c cleaning 9999 clauses out of 20014 with flag 445000/445000
433.11/219.78	c cleaning 10001 clauses out of 20015 with flag 455000/455000
440.13/223.36	c cleaning 10001 clauses out of 20015 with flag 465001/465001
446.82/226.84	c cleaning 10000 clauses out of 20013 with flag 475000/475000
453.62/230.36	c cleaning 10002 clauses out of 20013 with flag 485000/485000
460.22/233.77	c cleaning 9998 clauses out of 20011 with flag 495000/495000
467.84/237.68	c cleaning 10000 clauses out of 20013 with flag 505000/505000
475.36/241.53	c cleaning 9996 clauses out of 20014 with flag 515001/515001
482.37/245.18	c cleaning 9999 clauses out of 20017 with flag 525000/525000
489.19/248.66	c cleaning 9999 clauses out of 20019 with flag 535001/535001
496.76/252.56	c cleaning 10002 clauses out of 20020 with flag 545001/545001
503.73/256.19	c cleaning 10002 clauses out of 20018 with flag 555001/555001
511.33/260.03	c cleaning 9999 clauses out of 20015 with flag 565000/565000
518.32/263.68	c cleaning 9998 clauses out of 20016 with flag 575000/575000
525.55/267.37	c cleaning 9999 clauses out of 20018 with flag 585000/585000
532.51/270.96	c cleaning 10006 clauses out of 20020 with flag 595001/595001
539.71/274.62	c cleaning 9998 clauses out of 20013 with flag 605000/605000
547.10/278.44	c cleaning 9998 clauses out of 20015 with flag 615000/615000
554.49/282.20	c cleaning 10003 clauses out of 20017 with flag 625000/625000
561.22/285.75	c cleaning 9999 clauses out of 20014 with flag 635000/635000
567.80/289.19	c cleaning 10002 clauses out of 20016 with flag 645001/645001
574.40/292.60	c cleaning 9999 clauses out of 20013 with flag 655000/655000
581.18/296.05	c cleaning 10001 clauses out of 20014 with flag 665000/665000
587.89/299.51	c cleaning 10002 clauses out of 20014 with flag 675001/675001
595.28/303.39	c cleaning 9996 clauses out of 20011 with flag 685000/685000
602.30/306.91	c cleaning 10001 clauses out of 20016 with flag 695001/695001
608.86/310.36	c cleaning 10003 clauses out of 20014 with flag 705000/705000
615.56/313.86	c cleaning 9999 clauses out of 20011 with flag 715000/715000
622.55/317.40	c cleaning 9998 clauses out of 20012 with flag 725000/725000
629.54/321.10	c cleaning 9998 clauses out of 20014 with flag 735000/735000
636.53/324.63	c cleaning 9997 clauses out of 20016 with flag 745000/745000
644.04/328.50	c cleaning 9999 clauses out of 20020 with flag 755001/755001
650.83/332.10	c cleaning 10001 clauses out of 20020 with flag 765000/765000
658.40/335.90	c cleaning 10000 clauses out of 20019 with flag 775000/775000
665.59/339.63	c cleaning 10001 clauses out of 20020 with flag 785001/785001
672.54/343.22	c cleaning 10001 clauses out of 20018 with flag 795000/795000
679.69/346.97	c cleaning 10001 clauses out of 20017 with flag 805000/805000
687.28/350.90	c cleaning 9998 clauses out of 20016 with flag 815000/815000
694.66/354.70	c cleaning 9999 clauses out of 20018 with flag 825000/825000
702.00/358.49	c cleaning 10005 clauses out of 20020 with flag 835001/835001
709.58/362.33	c cleaning 9997 clauses out of 20014 with flag 845000/845000
717.17/366.26	c cleaning 9999 clauses out of 20018 with flag 855001/855001
724.54/370.00	c cleaning 10003 clauses out of 20019 with flag 865001/865001
731.86/373.84	c cleaning 10001 clauses out of 20015 with flag 875000/875000
739.24/377.63	c cleaning 9999 clauses out of 20014 with flag 885000/885000
746.62/381.41	c cleaning 10000 clauses out of 20016 with flag 895001/895001
753.79/385.15	c cleaning 10001 clauses out of 20016 with flag 905001/905001
761.33/389.08	c cleaning 10001 clauses out of 20017 with flag 915003/915003
768.12/392.51	c cleaning 10000 clauses out of 20014 with flag 925001/925001
775.09/396.13	c cleaning 9999 clauses out of 20013 with flag 935000/935000
782.27/399.89	c cleaning 9993 clauses out of 20015 with flag 945001/945001
789.78/403.73	c cleaning 10007 clauses out of 20021 with flag 955000/955000
796.73/407.39	c cleaning 9997 clauses out of 20014 with flag 965000/965000
804.09/411.13	c cleaning 10002 clauses out of 20017 with flag 975000/975000
811.09/414.77	c cleaning 9995 clauses out of 20015 with flag 985000/985000
817.78/418.25	c cleaning 9999 clauses out of 20022 with flag 995002/995002
824.34/421.68	c cleaning 10008 clauses out of 20022 with flag 1005001/1005001
831.71/425.48	c cleaning 9998 clauses out of 20014 with flag 1015001/1015001
839.07/429.21	c cleaning 10003 clauses out of 20016 with flag 1025001/1025001
846.38/433.01	c cleaning 9993 clauses out of 20012 with flag 1035000/1035000
853.14/436.54	c cleaning 10001 clauses out of 20019 with flag 1045000/1045000
860.10/440.11	c cleaning 10004 clauses out of 20019 with flag 1055001/1055001
866.86/443.65	c cleaning 9996 clauses out of 20014 with flag 1065000/1065000
874.17/447.47	c cleaning 9997 clauses out of 20018 with flag 1075000/1075000
881.93/451.40	c cleaning 10005 clauses out of 20021 with flag 1085000/1085000
888.90/455.05	c cleaning 9997 clauses out of 20017 with flag 1095001/1095001
896.25/458.88	c cleaning 10002 clauses out of 20021 with flag 1105002/1105002
903.59/462.66	c cleaning 10000 clauses out of 20018 with flag 1115001/1115001
911.34/466.66	c cleaning 10001 clauses out of 20018 with flag 1125001/1125001
918.70/470.46	c cleaning 9999 clauses out of 20017 with flag 1135001/1135001
926.25/474.33	c cleaning 9998 clauses out of 20017 with flag 1145000/1145000
933.76/478.21	c cleaning 10000 clauses out of 20019 with flag 1155000/1155000
940.91/481.94	c cleaning 10004 clauses out of 20020 with flag 1165001/1165001
948.07/485.67	c cleaning 9998 clauses out of 20016 with flag 1175001/1175001
955.82/489.67	c cleaning 9998 clauses out of 20018 with flag 1185001/1185001
963.14/493.49	c cleaning 10004 clauses out of 20019 with flag 1195000/1195000
970.53/497.26	c cleaning 9997 clauses out of 20016 with flag 1205001/1205001
977.85/501.07	c cleaning 9997 clauses out of 20018 with flag 1215000/1215000
985.00/504.71	c cleaning 10002 clauses out of 20021 with flag 1225000/1225000
992.12/508.45	c cleaning 9996 clauses out of 20019 with flag 1235000/1235000
999.07/512.01	c cleaning 9998 clauses out of 20023 with flag 1245000/1245000
1006.65/515.94	c cleaning 10002 clauses out of 20026 with flag 1255001/1255001
1013.57/519.59	c cleaning 10004 clauses out of 20023 with flag 1265000/1265000
1020.69/523.24	c cleaning 9999 clauses out of 20019 with flag 1275000/1275000
1027.44/526.79	c cleaning 10000 clauses out of 20021 with flag 1285001/1285001
1034.79/530.58	c cleaning 9999 clauses out of 20020 with flag 1295000/1295000
1041.74/534.17	c cleaning 9999 clauses out of 20021 with flag 1305000/1305000
1049.09/537.94	c cleaning 10009 clauses out of 20025 with flag 1315003/1315003
1056.41/541.78	c cleaning 9996 clauses out of 20014 with flag 1325001/1325001
1063.35/545.36	c cleaning 10006 clauses out of 20018 with flag 1335001/1335001
1070.70/549.18	c cleaning 9999 clauses out of 20011 with flag 1345000/1345000
1077.94/552.95	c cleaning 9996 clauses out of 20012 with flag 1355000/1355000
1085.12/556.64	c cleaning 10004 clauses out of 20018 with flag 1365002/1365002
1092.23/560.31	c cleaning 9998 clauses out of 20012 with flag 1375000/1375000
1098.97/563.86	c cleaning 10008 clauses out of 20015 with flag 1385001/1385001
1108.81/568.98	c cleaning 10002 clauses out of 20007 with flag 1395001/1395001
1118.55/573.92	c cleaning 9991 clauses out of 20004 with flag 1405000/1405000
1127.89/578.80	c cleaning 9998 clauses out of 20013 with flag 1415000/1415000
1137.23/583.50	c cleaning 10002 clauses out of 20015 with flag 1425000/1425000
1146.47/588.32	c cleaning 10000 clauses out of 20013 with flag 1435000/1435000
1155.61/593.06	c cleaning 9996 clauses out of 20014 with flag 1445001/1445001
1164.56/597.67	c cleaning 9993 clauses out of 20018 with flag 1455001/1455001
1169.70/600.38	c cleaning 0 clauses out of 5000 with flag 0/5000
1174.69/602.82	c cleaning 9998 clauses out of 20024 with flag 1465000/1465000
1183.60/607.45	c cleaning 10003 clauses out of 20026 with flag 1475000/1475000
1192.74/612.13	c cleaning 10003 clauses out of 20024 with flag 1485001/1485001
1201.67/616.70	c cleaning 9999 clauses out of 20021 with flag 1495001/1495001
1210.36/621.28	c cleaning 9998 clauses out of 20022 with flag 1505001/1505001
1219.31/625.91	c cleaning 10001 clauses out of 20023 with flag 1515000/1515000
1228.43/630.55	c cleaning 10004 clauses out of 20022 with flag 1525000/1525000
1237.17/635.03	c cleaning 9998 clauses out of 20018 with flag 1535000/1535000
1246.04/639.67	c cleaning 10001 clauses out of 20020 with flag 1545000/1545000
1254.98/644.27	c cleaning 10000 clauses out of 20019 with flag 1555000/1555000
1263.72/648.77	c cleaning 9998 clauses out of 20019 with flag 1565000/1565000
1272.45/653.31	c cleaning 10001 clauses out of 20022 with flag 1575001/1575001
1281.35/657.90	c cleaning 10000 clauses out of 20021 with flag 1585001/1585001
1290.25/662.42	c cleaning 9998 clauses out of 20020 with flag 1595000/1595000
1298.98/666.92	c cleaning 10001 clauses out of 20022 with flag 1605000/1605000
1307.70/671.48	c cleaning 9994 clauses out of 20021 with flag 1615000/1615000
1316.95/676.24	c cleaning 10006 clauses out of 20028 with flag 1625001/1625001
1326.11/680.92	c cleaning 9999 clauses out of 20021 with flag 1635000/1635000
1335.40/685.70	c cleaning 9999 clauses out of 20022 with flag 1645000/1645000
1344.34/690.34	c cleaning 10002 clauses out of 20023 with flag 1655000/1655000
1353.58/695.14	c cleaning 10001 clauses out of 20022 with flag 1665001/1665001
1362.90/699.91	c cleaning 9999 clauses out of 20021 with flag 1675001/1675001
1372.22/704.77	c cleaning 9999 clauses out of 20022 with flag 1685001/1685001
1381.75/709.61	c cleaning 10004 clauses out of 20023 with flag 1695001/1695001
1390.82/714.38	c cleaning 9998 clauses out of 20019 with flag 1705001/1705001
1399.94/719.08	c cleaning 9996 clauses out of 20020 with flag 1715000/1715000
1409.47/723.91	c cleaning 10002 clauses out of 20025 with flag 1725001/1725001
1418.99/728.81	c cleaning 9998 clauses out of 20022 with flag 1735000/1735000
1428.07/733.53	c cleaning 10004 clauses out of 20025 with flag 1745001/1745001
1437.20/738.26	c cleaning 10000 clauses out of 20021 with flag 1755001/1755001
1446.33/742.94	c cleaning 9997 clauses out of 20020 with flag 1765000/1765000
1455.45/747.62	c cleaning 10001 clauses out of 20024 with flag 1775001/1775001
1464.32/752.26	c cleaning 10000 clauses out of 20023 with flag 1785001/1785001
1473.05/756.75	c cleaning 10004 clauses out of 20023 with flag 1795001/1795001
1481.96/761.35	c cleaning 9998 clauses out of 20019 with flag 1805001/1805001
1491.08/766.04	c cleaning 10003 clauses out of 20021 with flag 1815001/1815001
1500.16/770.76	c cleaning 9999 clauses out of 20017 with flag 1825000/1825000
1509.29/775.47	c cleaning 9999 clauses out of 20019 with flag 1835001/1835001
1518.39/780.14	c cleaning 9999 clauses out of 20020 with flag 1845001/1845001
1527.31/784.75	c cleaning 10003 clauses out of 20020 with flag 1855000/1855000
1536.38/789.47	c cleaning 9994 clauses out of 20018 with flag 1865001/1865001
1545.51/794.15	c cleaning 10006 clauses out of 20024 with flag 1875001/1875001
1554.61/798.86	c cleaning 9997 clauses out of 20017 with flag 1885000/1885000
1563.52/803.41	c cleaning 9998 clauses out of 20020 with flag 1895000/1895000
1572.19/807.93	c cleaning 10001 clauses out of 20022 with flag 1905000/1905000
1580.91/812.42	c cleaning 10002 clauses out of 20022 with flag 1915001/1915001
1589.82/817.04	c cleaning 9999 clauses out of 20019 with flag 1925000/1925000
1598.53/821.57	c cleaning 9995 clauses out of 20020 with flag 1935000/1935000
1607.42/826.18	c cleaning 10006 clauses out of 20025 with flag 1945000/1945000
1616.30/830.77	c cleaning 10001 clauses out of 20020 with flag 1955001/1955001
1625.21/835.37	c cleaning 10001 clauses out of 20018 with flag 1965000/1965000
1634.32/840.03	c cleaning 9998 clauses out of 20017 with flag 1975000/1975000
1643.39/844.72	c cleaning 9989 clauses out of 20019 with flag 1985000/1985000
1652.29/849.34	c cleaning 10004 clauses out of 20030 with flag 1995000/1995000
1661.40/854.02	c cleaning 10002 clauses out of 20027 with flag 2005001/2005001
1670.51/858.74	c cleaning 10007 clauses out of 20025 with flag 2015001/2015001
1680.09/863.73	c cleaning 10001 clauses out of 20018 with flag 2025001/2025001
1689.79/868.74	c cleaning 9995 clauses out of 20016 with flag 2035000/2035000
1699.49/873.75	c cleaning 9995 clauses out of 20021 with flag 2045000/2045000
1709.20/878.71	c cleaning 10001 clauses out of 20026 with flag 2055000/2055000
1719.01/883.83	c cleaning 10008 clauses out of 20025 with flag 2065000/2065000
1728.74/888.88	c cleaning 9999 clauses out of 20018 with flag 2075001/2075001
1738.42/893.90	c cleaning 9998 clauses out of 20019 with flag 2085001/2085001
1748.33/898.99	c cleaning 10001 clauses out of 20021 with flag 2095001/2095001
1757.95/903.98	c cleaning 9995 clauses out of 20019 with flag 2105000/2105000
1767.85/909.00	c cleaning 10007 clauses out of 20025 with flag 2115001/2115001
1777.35/913.92	c cleaning 9991 clauses out of 20017 with flag 2125000/2125000
1786.65/918.79	c cleaning 10007 clauses out of 20026 with flag 2135000/2135000
1796.31/923.80	c cleaning 9995 clauses out of 20019 with flag 2145000/2145000
1800.02/925.72	c starts		: 227
1800.02/925.72	c conflicts		: 2148615
1800.02/925.72	c decisions		: 2189221
1800.02/925.72	c propagations		: 18202244
1800.02/925.72	c inspects		: 1081308195
1800.02/925.72	c shortcuts		: 0
1800.02/925.72	c learnt literals	: 0
1800.02/925.72	c learnt binary clauses	: 4
1800.02/925.72	c learnt ternary clauses	: 11
1800.02/925.72	c learnt constraints	: 2148614
1800.02/925.72	c ignored constraints	: 0
1800.02/925.72	c root simplifications	: 0
1800.02/925.72	c removed literals (reason simplification)	: 175392219
1800.02/925.72	c reason swapping (by a shorter reason)	: 0
1800.02/925.72	c Calls to reduceDB	: 216
1800.02/925.72	c number of reductions to clauses (during analyze)	: 0
1800.02/925.72	c number of learned constraints concerned by reduction	: 0
1800.02/925.72	c number of learning phase by resolution	: 0
1800.02/925.72	c number of learning phase by cutting planes	: 0
1800.02/925.72	c speed (assignments/second)	: 19684.166472913275
1800.02/925.72	c non guided choices	5
1800.02/925.73	c learnt constraints type 
1800.02/925.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.02/925.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13646
1800.02/925.73	c constraints type 
1800.02/925.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 855
1800.02/925.73	c constraints type 
1800.02/925.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 855
1800.02/925.73	s UNKNOWN
1800.02/925.73	c Total wall clock time (in seconds): 925.617

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454227-1307190981/watcher-3454227-1307190981 -o /tmp/evaluation-result-3454227-1307190981/solver-3454227-1307190981 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454227-1307190981.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.83 3.93 3.75 3/445 2412
/proc/meminfo: memFree=21695448/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=20404 CPUtime=0 cores=1,3,5,7
/proc/2412/stat : 2412 (java) R 2410 2412 31765 0 -1 4202496 426 0 0 0 0 0 0 0 25 0 1 0 830696361 20893696 172 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246511911015 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2412/statm: 5101 176 134 9 0 124 0
[pid=2412/tid=2413] ppid=2410 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) R 2410 2412 31765 0 -1 4202560 3005 0 1 0 0 0 0 0 25 0 2 0 830696362 10694979584 3821 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0219301 s]
/proc/loadavg: 3.83 3.93 3.75 3/445 2412
/proc/meminfo: memFree=21695448/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/2412/stat : 2412 (java) S 2410 2412 31765 0 -1 4202496 8177 0 1 0 0 1 0 0 25 0 2 0 830696361 10694979584 7880 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 2611079 7899 917 9 0 2602235 0
[pid=2412/tid=2413] ppid=2410 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) R 2410 2412 31765 0 -1 4202560 7097 0 1 0 0 0 0 0 25 0 2 0 830696362 10694979584 7913 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.100881 s]
/proc/loadavg: 3.83 3.93 3.75 3/445 2412
/proc/meminfo: memFree=21695448/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=10540020 CPUtime=0.1 cores=1,3,5,7
/proc/2412/stat : 2412 (java) S 2410 2412 31765 0 -1 4202496 13003 0 1 0 8 2 0 0 25 0 18 0 830696361 10792980480 12700 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 2635005 12700 2092 9 0 2625739 0
[pid=2412/tid=2413] ppid=2410 vsize=10540020 CPUtime=0.08 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) R 2410 2412 31765 0 -1 4202560 11112 0 1 0 7 1 0 0 18 0 18 0 830696362 10792980480 12700 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 47584323009831 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540020

[startup+0.300847 s]
/proc/loadavg: 3.83 3.93 3.75 3/445 2412
/proc/meminfo: memFree=21695448/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=10542832 CPUtime=0.49 cores=1,3,5,7
/proc/2412/stat : 2412 (java) S 2410 2412 31765 0 -1 4202496 19148 0 1 0 46 3 0 0 25 0 18 0 830696361 10795859968 18547 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 2635708 18549 2199 9 0 2626442 0
[pid=2412/tid=2413] ppid=2410 vsize=10542832 CPUtime=0.28 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) R 2410 2412 31765 0 -1 4202560 16119 0 1 0 26 2 0 0 18 0 18 0 830696362 10795859968 18550 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912505574859 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542832

[startup+0.700777 s]
/proc/loadavg: 3.83 3.93 3.75 3/445 2412
/proc/meminfo: memFree=21695448/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=10565180 CPUtime=1.53 cores=1,3,5,7
/proc/2412/stat : 2412 (java) S 2410 2412 31765 0 -1 4202496 47875 0 1 0 146 7 0 0 25 0 18 0 830696361 10818744320 42611 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 2641295 42611 2204 9 0 2632029 0
[pid=2412/tid=2413] ppid=2410 vsize=10565180 CPUtime=0.68 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) R 2410 2412 31765 0 -1 4202560 32693 0 1 0 64 4 0 0 18 0 18 0 830696362 10818744320 42611 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912505622252 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 10565180

[startup+1.50066 s]
/proc/loadavg: 3.83 3.93 3.75 4/463 2432
/proc/meminfo: memFree=21432124/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=10569292 CPUtime=3.6 cores=1,3,5,7
/proc/2412/stat : 2412 (java) S 2410 2412 31765 0 -1 4202496 99928 0 1 0 346 14 0 0 25 0 22 0 830696361 10822955008 93429 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 2642323 93433 2223 9 0 2633057 0
[pid=2412/tid=2413] ppid=2410 vsize=10569292 CPUtime=0.99 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) S 2410 2412 31765 0 -1 4202560 58122 0 1 0 91 8 0 0 19 0 22 0 830696362 10822955008 93433 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2417] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2417/stat : 2417 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 93433 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2418] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2418/stat : 2418 (java) S 2410 2412 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 93437 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2419] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2419/stat : 2419 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 93441 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2420] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2420/stat : 2420 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 93441 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2421] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2421/stat : 2421 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 93441 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2422] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2422/stat : 2422 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 93441 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2423] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2423/stat : 2423 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 93445 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2424] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2424/stat : 2424 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 93449 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2425] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2425/stat : 2425 (java) S 2410 2412 31765 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830696365 10822955008 93449 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 0 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2426] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2426/stat : 2426 (java) S 2410 2412 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830696365 10822955008 93449 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2427] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2427/stat : 2427 (java) S 2410 2412 31765 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830696365 10822955008 93449 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2428] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2428/stat : 2428 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696368 10822955008 93454 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528657841 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2429] ppid=2410 vsize=10569292 CPUtime=0.73 cores=1,3,5,7
/proc/2412/task/2429/stat : 2429 (java) S 2410 2412 31765 0 -1 4202560 7253 0 0 0 72 1 0 0 22 0 22 0 830696368 10822955008 93457 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2430] ppid=2410 vsize=10569292 CPUtime=0.89 cores=1,3,5,7
/proc/2412/task/2430/stat : 2430 (java) S 2410 2412 31765 0 -1 4202560 8975 0 0 0 88 1 0 0 25 0 22 0 830696368 10822955008 93458 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2431] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2431/stat : 2431 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696368 10822955008 93458 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2432] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2432/stat : 2432 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830696368 10822955008 93458 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2433] ppid=2410 vsize=10569292 CPUtime=0.49 cores=1,3,5,7
/proc/2412/task/2433/stat : 2433 (java) R 2410 2412 31765 0 -1 4202560 621 0 0 0 49 0 0 0 21 0 22 0 830696462 10822955008 93463 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912505899189 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2412/tid=2434] ppid=2410 vsize=10569292 CPUtime=0.45 cores=1,3,5,7
/proc/2412/task/2434/stat : 2434 (java) R 2410 2412 31765 0 -1 4202560 23828 0 0 0 43 2 0 0 22 0 22 0 830696462 10822955008 93466 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912505630821 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 10569292

[startup+3.10137 s]
/proc/loadavg: 3.83 3.93 3.75 5/467 2437
/proc/meminfo: memFree=21119608/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=10569292 CPUtime=7.04 cores=1,3,5,7
/proc/2412/stat : 2412 (java) S 2410 2412 31765 0 -1 4202496 255626 0 1 0 674 30 0 0 25 0 22 0 830696361 10822955008 249125 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 2642323 249126 2227 9 0 2633057 0
[pid=2412/tid=2413] ppid=2410 vsize=10569292 CPUtime=0.99 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) S 2410 2412 31765 0 -1 4202560 58122 0 1 0 91 8 0 0 15 0 22 0 830696362 10822955008 249126 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2417] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2417/stat : 2417 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 249126 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2418] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2418/stat : 2418 (java) S 2410 2412 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 249127 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2419] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2419/stat : 2419 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 249128 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2420] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2420/stat : 2420 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 249128 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2421] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2421/stat : 2421 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 249129 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2422] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2422/stat : 2422 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 249130 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2423] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2423/stat : 2423 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 249130 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2424] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2424/stat : 2424 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696364 10822955008 249131 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2425] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2425/stat : 2425 (java) S 2410 2412 31765 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830696365 10822955008 249131 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 0 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2426] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2426/stat : 2426 (java) S 2410 2412 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830696365 10822955008 249131 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2427] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2427/stat : 2427 (java) S 2410 2412 31765 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830696365 10822955008 249132 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2428] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2428/stat : 2428 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696368 10822955008 249132 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528657841 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2429] ppid=2410 vsize=10569292 CPUtime=0.83 cores=1,3,5,7
/proc/2412/task/2429/stat : 2429 (java) S 2410 2412 31765 0 -1 4202560 7280 0 0 0 82 1 0 0 15 0 22 0 830696368 10822955008 249133 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2430] ppid=2410 vsize=10569292 CPUtime=1.04 cores=1,3,5,7
/proc/2412/task/2430/stat : 2430 (java) S 2410 2412 31765 0 -1 4202560 9000 0 0 0 103 1 0 0 16 0 22 0 830696368 10822955008 249133 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2431] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2431/stat : 2431 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696368 10822955008 249133 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2432] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2432/stat : 2432 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830696368 10822955008 249133 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2433] ppid=2410 vsize=10569292 CPUtime=2.09 cores=1,3,5,7
/proc/2412/task/2433/stat : 2433 (java) R 2410 2412 31765 0 -1 4202560 729 0 0 0 209 0 0 0 25 0 22 0 830696462 10822955008 249134 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 47584325946195 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2412/tid=2434] ppid=2410 vsize=10569292 CPUtime=2.06 cores=1,3,5,7
/proc/2412/task/2434/stat : 2434 (java) R 2410 2412 31765 0 -1 4202560 179335 0 0 0 187 19 0 0 25 0 22 0 830696462 10822955008 249134 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912505622207 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2412/tid=2435] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2435/stat : 2435 (java) S 2410 2412 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830696475 10822955008 249135 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2436] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2436/stat : 2436 (java) S 2410 2412 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830696479 10822955008 249135 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 10569292

[startup+6.30079 s]
/proc/loadavg: 3.85 3.94 3.75 6/467 2437
/proc/meminfo: memFree=19701292/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=10569292 CPUtime=13.86 cores=1,3,5,7
/proc/2412/stat : 2412 (java) S 2410 2412 31765 0 -1 4202496 588672 0 1 0 1323 63 0 0 25 0 22 0 830696361 10822955008 581293 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 2642323 581293 2255 9 0 2633057 0
[pid=2412/tid=2413] ppid=2410 vsize=10569292 CPUtime=0.99 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) S 2410 2412 31765 0 -1 4202560 58122 0 1 0 91 8 0 0 15 0 22 0 830696362 10822955008 581293 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2417] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2417/stat : 2417 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830696364 10822955008 581297 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2418] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2418/stat : 2418 (java) S 2410 2412 31765 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830696364 10822955008 581303 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2419] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2419/stat : 2419 (java) S 2410 2412 31765 0 -1 4202560 113 0 0 0 0 0 0 0 18 0 22 0 830696364 10822955008 581309 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2420] ppid=2410 vsize=10569292 CPUtime=0.02 cores=1,3,5,7
/proc/2412/task/2420/stat : 2420 (java) S 2410 2412 31765 0 -1 4202560 2564 0 0 0 2 0 0 0 18 0 22 0 830696364 10822955008 581314 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2421] ppid=2410 vsize=10569292 CPUtime=0.02 cores=1,3,5,7
/proc/2412/task/2421/stat : 2421 (java) S 2410 2412 31765 0 -1 4202560 2995 0 0 0 2 0 0 0 18 0 22 0 830696364 10822955008 581319 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2422] ppid=2410 vsize=10569292 CPUtime=0.02 cores=1,3,5,7
/proc/2412/task/2422/stat : 2422 (java) S 2410 2412 31765 0 -1 4202560 2943 0 0 0 2 0 0 0 18 0 22 0 830696364 10822955008 581320 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2423] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2423/stat : 2423 (java) S 2410 2412 31765 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 830696364 10822955008 581320 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2424] ppid=2410 vsize=10569292 CPUtime=0.02 cores=1,3,5,7
/proc/2412/task/2424/stat : 2424 (java) S 2410 2412 31765 0 -1 4202560 2137 0 0 0 2 0 0 0 18 0 22 0 830696364 10822955008 581320 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2425] ppid=2410 vsize=10569292 CPUtime=0.13 cores=1,3,5,7
/proc/2412/task/2425/stat : 2425 (java) S 2410 2412 31765 0 -1 4202560 12696 0 0 0 13 0 0 0 16 0 22 0 830696365 10822955008 581322 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 0 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2426] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2426/stat : 2426 (java) S 2410 2412 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830696365 10822955008 581327 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=18700368/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=10569292 CPUtime=1599.79 cores=1,3,5,7
/proc/2412/stat : 2412 (java) S 2410 2412 31765 0 -1 4202496 884376 0 1 0 159881 98 0 0 25 0 22 0 830696361 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 2642323 874961 2256 9 0 2633057 0
[pid=2412/tid=2413] ppid=2410 vsize=10569292 CPUtime=0.99 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) S 2410 2412 31765 0 -1 4202560 58123 0 1 0 91 8 0 0 15 0 22 0 830696362 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2417] ppid=2410 vsize=10569292 CPUtime=0.35 cores=1,3,5,7
/proc/2412/task/2417/stat : 2417 (java) S 2410 2412 31765 0 -1 4202560 35 0 0 0 35 0 0 0 15 0 22 0 830696364 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2418] ppid=2410 vsize=10569292 CPUtime=0.31 cores=1,3,5,7
/proc/2412/task/2418/stat : 2418 (java) S 2410 2412 31765 0 -1 4202560 108 0 0 0 31 0 0 0 15 0 22 0 830696364 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2419] ppid=2410 vsize=10569292 CPUtime=0.29 cores=1,3,5,7
/proc/2412/task/2419/stat : 2419 (java) S 2410 2412 31765 0 -1 4202560 416 0 0 0 29 0 0 0 15 0 22 0 830696364 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2420] ppid=2410 vsize=10569292 CPUtime=0.34 cores=1,3,5,7
/proc/2412/task/2420/stat : 2420 (java) S 2410 2412 31765 0 -1 4202560 2996 0 0 0 34 0 0 0 16 0 22 0 830696364 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2421] ppid=2410 vsize=10569292 CPUtime=0.36 cores=1,3,5,7
/proc/2412/task/2421/stat : 2421 (java) S 2410 2412 31765 0 -1 4202560 3296 0 0 0 36 0 0 0 15 0 22 0 830696364 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2422] ppid=2410 vsize=10569292 CPUtime=0.36 cores=1,3,5,7
/proc/2412/task/2422/stat : 2422 (java) S 2410 2412 31765 0 -1 4202560 3114 0 0 0 35 1 0 0 15 0 22 0 830696364 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2423] ppid=2410 vsize=10569292 CPUtime=0.34 cores=1,3,5,7
/proc/2412/task/2423/stat : 2423 (java) S 2410 2412 31765 0 -1 4202560 226 0 0 0 34 0 0 0 15 0 22 0 830696364 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2424] ppid=2410 vsize=10569292 CPUtime=0.35 cores=1,3,5,7
/proc/2412/task/2424/stat : 2424 (java) S 2410 2412 31765 0 -1 4202560 2523 0 0 0 35 0 0 0 15 0 22 0 830696364 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2425] ppid=2410 vsize=10569292 CPUtime=47.71 cores=1,3,5,7
/proc/2412/task/2425/stat : 2425 (java) S 2410 2412 31765 0 -1 4202560 59797 0 0 0 4764 7 0 0 16 0 22 0 830696365 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 0 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2426] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2426/stat : 2426 (java) S 2410 2412 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830696365 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2427] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2427/stat : 2427 (java) S 2410 2412 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830696365 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2428] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2428/stat : 2428 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696368 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528657841 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2429] ppid=2410 vsize=10569292 CPUtime=1.46 cores=1,3,5,7
/proc/2412/task/2429/stat : 2429 (java) S 2410 2412 31765 0 -1 4202560 11346 0 0 0 144 2 0 0 15 0 22 0 830696368 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2430] ppid=2410 vsize=10569292 CPUtime=1.53 cores=1,3,5,7
/proc/2412/task/2430/stat : 2430 (java) S 2410 2412 31765 0 -1 4202560 9141 0 0 0 152 1 0 0 16 0 22 0 830696368 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2431] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2431/stat : 2431 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696368 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2432] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2432/stat : 2432 (java) S 2410 2412 31765 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830696368 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2433] ppid=2410 vsize=10569292 CPUtime=772.66 cores=1,3,5,7
/proc/2412/task/2433/stat : 2433 (java) R 2410 2412 31765 0 -1 4202560 1133 0 0 0 77265 1 0 0 23 0 22 0 830696462 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912506138355 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2412/tid=2434] ppid=2410 vsize=10569292 CPUtime=772.63 cores=1,3,5,7
/proc/2412/task/2434/stat : 2434 (java) R 2410 2412 31765 0 -1 4202560 730917 0 0 0 77190 73 0 0 23 0 22 0 830696462 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912505912807 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2412/tid=2435] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2435/stat : 2435 (java) S 2410 2412 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830696475 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2436] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2436/stat : 2436 (java) S 2410 2412 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830696479 10822955008 874961 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1599.79
Current children cumulated vsize (KiB) 10569292

[startup+882.301 s]
/proc/loadavg: 3.92 3.91 3.82 5/467 2512
/proc/meminfo: memFree=18691664/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=10569292 CPUtime=1716.01 cores=1,3,5,7
/proc/2412/stat : 2412 (java) S 2410 2412 31765 0 -1 4202496 885299 0 1 0 171503 98 0 0 25 0 22 0 830696361 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 2642323 875864 2256 9 0 2633057 0
[pid=2412/tid=2413] ppid=2410 vsize=10569292 CPUtime=0.99 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) S 2410 2412 31765 0 -1 4202560 58123 0 1 0 91 8 0 0 15 0 22 0 830696362 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2417] ppid=2410 vsize=10569292 CPUtime=0.37 cores=1,3,5,7
/proc/2412/task/2417/stat : 2417 (java) S 2410 2412 31765 0 -1 4202560 35 0 0 0 37 0 0 0 16 0 22 0 830696364 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2418] ppid=2410 vsize=10569292 CPUtime=0.34 cores=1,3,5,7
/proc/2412/task/2418/stat : 2418 (java) S 2410 2412 31765 0 -1 4202560 108 0 0 0 34 0 0 0 16 0 22 0 830696364 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2419] ppid=2410 vsize=10569292 CPUtime=0.33 cores=1,3,5,7
/proc/2412/task/2419/stat : 2419 (java) S 2410 2412 31765 0 -1 4202560 430 0 0 0 33 0 0 0 16 0 22 0 830696364 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2420] ppid=2410 vsize=10569292 CPUtime=0.36 cores=1,3,5,7
/proc/2412/task/2420/stat : 2420 (java) S 2410 2412 31765 0 -1 4202560 2996 0 0 0 36 0 0 0 15 0 22 0 830696364 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2421] ppid=2410 vsize=10569292 CPUtime=0.37 cores=1,3,5,7
/proc/2412/task/2421/stat : 2421 (java) S 2410 2412 31765 0 -1 4202560 3296 0 0 0 37 0 0 0 15 0 22 0 830696364 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2422] ppid=2410 vsize=10569292 CPUtime=0.39 cores=1,3,5,7
/proc/2412/task/2422/stat : 2422 (java) S 2410 2412 31765 0 -1 4202560 3117 0 0 0 38 1 0 0 16 0 22 0 830696364 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2423] ppid=2410 vsize=10569292 CPUtime=0.37 cores=1,3,5,7
/proc/2412/task/2423/stat : 2423 (java) S 2410 2412 31765 0 -1 4202560 226 0 0 0 37 0 0 0 15 0 22 0 830696364 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2424] ppid=2410 vsize=10569292 CPUtime=0.39 cores=1,3,5,7
/proc/2412/task/2424/stat : 2424 (java) S 2410 2412 31765 0 -1 4202560 2527 0 0 0 39 0 0 0 15 0 22 0 830696364 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2425] ppid=2410 vsize=10569292 CPUtime=51.58 cores=1,3,5,7
/proc/2412/task/2425/stat : 2425 (java) S 2410 2412 31765 0 -1 4202560 60683 0 0 0 5151 7 0 0 15 0 22 0 830696365 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 0 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2426] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2426/stat : 2426 (java) S 2410 2412 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830696365 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2427] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2427/stat : 2427 (java) S 2410 2412 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830696365 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2428] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2428/stat : 2428 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696368 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528657841 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2429] ppid=2410 vsize=10569292 CPUtime=1.46 cores=1,3,5,7
/proc/2412/task/2429/stat : 2429 (java) S 2410 2412 31765 0 -1 4202560 11346 0 0 0 144 2 0 0 15 0 22 0 830696368 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2430] ppid=2410 vsize=10569292 CPUtime=1.53 cores=1,3,5,7
/proc/2412/task/2430/stat : 2430 (java) S 2410 2412 31765 0 -1 4202560 9141 0 0 0 152 1 0 0 16 0 22 0 830696368 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2431] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2431/stat : 2431 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696368 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2432] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2432/stat : 2432 (java) S 2410 2412 31765 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830696368 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2433] ppid=2410 vsize=10569292 CPUtime=828.73 cores=1,3,5,7
/proc/2412/task/2433/stat : 2433 (java) R 2410 2412 31765 0 -1 4202560 1145 0 0 0 82872 1 0 0 25 0 22 0 830696462 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912506138350 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2412/tid=2434] ppid=2410 vsize=10569292 CPUtime=828.69 cores=1,3,5,7
/proc/2412/task/2434/stat : 2434 (java) R 2410 2412 31765 0 -1 4202560 730917 0 0 0 82796 73 0 0 25 0 22 0 830696462 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912506022170 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2412/tid=2435] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2435/stat : 2435 (java) S 2410 2412 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830696475 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2436] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2436/stat : 2436 (java) S 2410 2412 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830696479 10822955008 875864 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1716.01
Current children cumulated vsize (KiB) 10569292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.701 s]
/proc/loadavg: 3.93 3.92 3.83 5/467 2513
/proc/meminfo: memFree=18673020/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=10569292 CPUtime=1800.02 cores=1,3,5,7
/proc/2412/stat : 2412 (java) S 2410 2412 31765 0 -1 4202496 885983 0 1 0 179903 99 0 0 25 0 22 0 830696361 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 2642323 876535 2256 9 0 2633057 0
[pid=2412/tid=2413] ppid=2410 vsize=10569292 CPUtime=0.99 cores=1,3,5,7
/proc/2412/task/2413/stat : 2413 (java) S 2410 2412 31765 0 -1 4202560 58123 0 1 0 91 8 0 0 15 0 22 0 830696362 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2417] ppid=2410 vsize=10569292 CPUtime=0.41 cores=1,3,5,7
/proc/2412/task/2417/stat : 2417 (java) S 2410 2412 31765 0 -1 4202560 48 0 0 0 41 0 0 0 16 0 22 0 830696364 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2418] ppid=2410 vsize=10569292 CPUtime=0.35 cores=1,3,5,7
/proc/2412/task/2418/stat : 2418 (java) S 2410 2412 31765 0 -1 4202560 131 0 0 0 35 0 0 0 15 0 22 0 830696364 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2419] ppid=2410 vsize=10569292 CPUtime=0.35 cores=1,3,5,7
/proc/2412/task/2419/stat : 2419 (java) S 2410 2412 31765 0 -1 4202560 438 0 0 0 35 0 0 0 16 0 22 0 830696364 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2420] ppid=2410 vsize=10569292 CPUtime=0.37 cores=1,3,5,7
/proc/2412/task/2420/stat : 2420 (java) S 2410 2412 31765 0 -1 4202560 2998 0 0 0 37 0 0 0 15 0 22 0 830696364 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2421] ppid=2410 vsize=10569292 CPUtime=0.4 cores=1,3,5,7
/proc/2412/task/2421/stat : 2421 (java) S 2410 2412 31765 0 -1 4202560 3301 0 0 0 40 0 0 0 15 0 22 0 830696364 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2422] ppid=2410 vsize=10569292 CPUtime=0.41 cores=1,3,5,7
/proc/2412/task/2422/stat : 2422 (java) S 2410 2412 31765 0 -1 4202560 3120 0 0 0 40 1 0 0 15 0 22 0 830696364 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2423] ppid=2410 vsize=10569292 CPUtime=0.4 cores=1,3,5,7
/proc/2412/task/2423/stat : 2423 (java) S 2410 2412 31765 0 -1 4202560 244 0 0 0 40 0 0 0 15 0 22 0 830696364 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2424] ppid=2410 vsize=10569292 CPUtime=0.41 cores=1,3,5,7
/proc/2412/task/2424/stat : 2424 (java) S 2410 2412 31765 0 -1 4202560 2528 0 0 0 41 0 0 0 15 0 22 0 830696364 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2425] ppid=2410 vsize=10569292 CPUtime=54.46 cores=1,3,5,7
/proc/2412/task/2425/stat : 2425 (java) S 2410 2412 31765 0 -1 4202560 61283 0 0 0 5439 7 0 0 15 0 22 0 830696365 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 0 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2426] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2426/stat : 2426 (java) S 2410 2412 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830696365 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2427] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2427/stat : 2427 (java) S 2410 2412 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830696365 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2428] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2428/stat : 2428 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696368 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528657841 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2429] ppid=2410 vsize=10569292 CPUtime=1.46 cores=1,3,5,7
/proc/2412/task/2429/stat : 2429 (java) S 2410 2412 31765 0 -1 4202560 11346 0 0 0 144 2 0 0 15 0 22 0 830696368 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 3 0 0 0
[pid=2412/tid=2430] ppid=2410 vsize=10569292 CPUtime=1.53 cores=1,3,5,7
/proc/2412/task/2430/stat : 2430 (java) S 2410 2412 31765 0 -1 4202560 9141 0 0 0 152 1 0 0 16 0 22 0 830696368 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 7 0 0 0
[pid=2412/tid=2431] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2431/stat : 2431 (java) S 2410 2412 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830696368 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650137 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2432] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2432/stat : 2432 (java) S 2410 2412 31765 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830696368 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
[pid=2412/tid=2433] ppid=2410 vsize=10569292 CPUtime=869.21 cores=1,3,5,7
/proc/2412/task/2433/stat : 2433 (java) R 2410 2412 31765 0 -1 4202560 1154 0 0 0 86920 1 0 0 25 0 22 0 830696462 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912505899211 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2412/tid=2434] ppid=2410 vsize=10569292 CPUtime=869.17 cores=1,3,5,7
/proc/2412/task/2434/stat : 2434 (java) R 2410 2412 31765 0 -1 4202560 730917 0 0 0 86844 73 0 0 25 0 22 0 830696462 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 46912505913223 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2412/tid=2435] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2435/stat : 2435 (java) S 2410 2412 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830696475 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 1 0 0 0
[pid=2412/tid=2436] ppid=2410 vsize=10569292 CPUtime=0 cores=1,3,5,7
/proc/2412/task/2436/stat : 2436 (java) S 2410 2412 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830696479 10822955008 876535 33554432000 1073741824 1073778376 140736398580096 18446744073709551615 246528650752 0 4 0 16800975 18446604460319535488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10569292

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

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

[startup+925.822 s]
/proc/loadavg: 3.93 3.92 3.83 5/467 2513
/proc/meminfo: memFree=18673020/32951124 swapFree=44043516/67111528
[pid=2412] ppid=2410 vsize=0 CPUtime=1800.17 cores=1,3,5,7
/proc/2412/stat : 2412 (java) Z 2410 2412 31765 0 -1 4203548 886017 0 1 0 179909 108 0 0 17 0 2 0 830696361 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2412/statm: 0 0 0 0 0 0 0
[pid=2412/tid=2434] ppid=2410 vsize=0 CPUtime=869.28 cores=1,3,5,7
/proc/2412/task/2434/stat : 2434 (java) R 2410 2412 31765 0 -1 4203588 730917 0 0 0 86846 82 0 0 25 0 2 0 830696462 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 925.869
CPU time (s): 1800.22
CPU user time (s): 1799.1
CPU system time (s): 1.12683
CPU usage (%): 194.436
Max. virtual memory (cumulated for all children) (KiB): 10569292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.12683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 886017
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= 27953
involuntary context switches= 26657

runsolver used 3.9634 second user time and 9.49856 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-04 14:36:22
IDJOB=3454227
IDBENCH=2421
IDSOLVER=1950
FILE ID=node134/3454227-1307190981
RUNJOBID= node134-1307188072-1850
PBS_JOBID= 13508837
Free space on /tmp= 74008 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-bnl1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454227-1307190981/watcher-3454227-1307190981 -o /tmp/evaluation-result-3454227-1307190981/solver-3454227-1307190981 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454227-1307190981.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6c2572528741ab95a20df4da6c9423f7
RANDOM SEED=487973147

node134.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21695728 kB
Buffers:        301868 kB
Cached:         663732 kB
SwapCached:       9536 kB
Active:       10334476 kB
Inactive:       619676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21695728 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:            3176 kB
Writeback:           0 kB
AnonPages:     9986808 kB
Mapped:          29420 kB
Slab:           137312 kB
PageTables:      97476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121115548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74012 MiB
End job on node134 at 2011-06-04 14:51:49