Trace number 3454245

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.39 942.272

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-dcmulti.opb
MD5SUM8db02a87a2ff672cda2bdb003f710a98
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 variables14265
Total number of constraints290
Number of constraints which are clauses27
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint2
Maximum length of a constraint420
Number of terms in the objective function 14235
Biggest coefficient in the objective function 714038312960
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 68224730472397
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 714038312960
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 68224730472397
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454245-1307191318.opb
0.11/0.11	c reading problem ... 
2.25/0.81	c ... done. Wall clock time 0.475s.
2.25/0.81	c #vars     14265
2.25/0.81	c #constraints  1502
2.25/0.81	c constraints type 
2.25/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
2.25/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
2.25/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17
2.25/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 330
2.25/0.81	c constraints type 
2.25/0.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17
2.25/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10
2.25/0.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
2.25/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 330
11.25/4.84	c cleaning 2492 clauses out of 4997 with flag 5001/5001
15.71/7.08	c cleaning 4242 clauses out of 8505 with flag 11001/11001
22.16/10.26	c cleaning 5621 clauses out of 11260 with flag 18001/18001
28.31/13.40	c cleaning 6814 clauses out of 13638 with flag 26001/26001
36.88/17.69	c cleaning 7904 clauses out of 15823 with flag 35000/35000
45.47/21.97	c cleaning 8953 clauses out of 17919 with flag 45001/45001
53.65/26.04	c cleaning 9477 clauses out of 18964 with flag 55000/55000
62.78/30.67	c cleaning 9721 clauses out of 19488 with flag 65001/65001
75.48/37.02	c cleaning 9870 clauses out of 19766 with flag 75000/75000
85.18/41.93	c cleaning 9931 clauses out of 19894 with flag 85000/85000
94.88/46.82	c cleaning 9975 clauses out of 19965 with flag 95002/95002
102.36/50.61	c cleaning 9988 clauses out of 19991 with flag 105003/105003
114.01/56.59	c cleaning 9986 clauses out of 20000 with flag 115000/115000
123.65/61.48	c cleaning 9977 clauses out of 20014 with flag 125000/125000
132.11/65.74	c cleaning 10010 clauses out of 20037 with flag 135001/135001
141.97/70.77	c cleaning 10002 clauses out of 20026 with flag 145000/145000
154.54/77.13	c cleaning 9987 clauses out of 20024 with flag 155000/155000
157.57/78.78	c cleaning 0 clauses out of 5001 with flag 0/5001
166.31/83.16	c cleaning 10003 clauses out of 20037 with flag 165000/165000
177.15/88.56	c cleaning 10015 clauses out of 20033 with flag 175000/175000
185.89/93.09	c cleaning 10005 clauses out of 20019 with flag 185001/185001
194.51/97.41	c cleaning 9994 clauses out of 20012 with flag 195000/195000
198.37/99.44	c cleaning 9992 clauses out of 20021 with flag 205003/205003
203.33/102.00	c cleaning 10004 clauses out of 20026 with flag 215000/215000
212.24/106.65	c cleaning 9987 clauses out of 20022 with flag 225000/225000
219.03/110.12	c cleaning 9990 clauses out of 20035 with flag 235000/235000
221.65/111.54	c cleaning 9998 clauses out of 20046 with flag 245001/245001
224.19/112.95	c cleaning 9994 clauses out of 20047 with flag 255000/255000
230.87/116.40	c cleaning 10021 clauses out of 20055 with flag 265002/265002
238.65/120.47	c cleaning 10005 clauses out of 20032 with flag 275001/275001
250.63/126.52	c cleaning 9994 clauses out of 20027 with flag 285001/285001
258.79/130.77	c cleaning 10009 clauses out of 20033 with flag 295001/295001
267.43/135.30	c cleaning 9991 clauses out of 20024 with flag 305001/305001
276.58/140.01	c cleaning 9998 clauses out of 20033 with flag 315001/315001
284.31/143.96	c cleaning 10011 clauses out of 20036 with flag 325002/325002
293.46/148.68	c cleaning 10005 clauses out of 20024 with flag 335001/335001
302.28/153.31	c cleaning 10004 clauses out of 20020 with flag 345002/345002
310.60/157.53	c cleaning 9998 clauses out of 20015 with flag 355001/355001
319.34/162.10	c cleaning 9999 clauses out of 20017 with flag 365001/365001
328.25/166.67	c cleaning 9995 clauses out of 20018 with flag 375001/375001
337.44/171.49	c cleaning 9991 clauses out of 20022 with flag 385000/385000
345.56/175.65	c cleaning 10000 clauses out of 20031 with flag 395000/395000
353.08/179.53	c cleaning 9992 clauses out of 20032 with flag 405001/405001
362.39/184.36	c cleaning 10005 clauses out of 20039 with flag 415000/415000
375.38/191.07	c cleaning 9988 clauses out of 20034 with flag 425000/425000
386.50/196.76	c cleaning 10007 clauses out of 20046 with flag 435000/435000
395.41/201.32	c cleaning 9998 clauses out of 20039 with flag 445000/445000
402.33/204.97	c cleaning 9983 clauses out of 20040 with flag 455000/455000
410.71/209.37	c cleaning 9979 clauses out of 20057 with flag 465000/465000
419.80/214.03	c cleaning 9998 clauses out of 20080 with flag 475002/475002
426.70/217.66	c cleaning 10033 clauses out of 20079 with flag 485000/485000
435.20/222.08	c cleaning 10001 clauses out of 20046 with flag 495000/495000
443.94/226.62	c cleaning 9996 clauses out of 20046 with flag 505001/505001
452.85/231.22	c cleaning 10010 clauses out of 20050 with flag 515001/515001
455.34/232.68	c cleaning 0 clauses out of 11000 with flag 0/11000
462.03/236.10	c cleaning 10010 clauses out of 20039 with flag 525000/525000
468.57/239.64	c cleaning 9994 clauses out of 20029 with flag 535000/535000
474.85/242.92	c cleaning 10000 clauses out of 20035 with flag 545000/545000
480.76/246.09	c cleaning 10002 clauses out of 20037 with flag 555002/555002
487.05/249.31	c cleaning 9996 clauses out of 20034 with flag 565001/565001
493.17/252.64	c cleaning 10010 clauses out of 20038 with flag 575001/575001
499.26/255.89	c cleaning 10007 clauses out of 20028 with flag 585001/585001
505.74/259.22	c cleaning 10006 clauses out of 20020 with flag 595000/595000
514.21/263.64	c cleaning 9992 clauses out of 20017 with flag 605003/605003
524.73/269.13	c cleaning 9987 clauses out of 20023 with flag 615001/615001
534.40/274.20	c cleaning 10006 clauses out of 20035 with flag 625000/625000
543.08/278.68	c cleaning 10003 clauses out of 20030 with flag 635001/635001
552.34/283.41	c cleaning 9982 clauses out of 20027 with flag 645001/645001
560.84/287.93	c cleaning 10016 clauses out of 20046 with flag 655002/655002
569.11/292.23	c cleaning 10011 clauses out of 20028 with flag 665000/665000
576.79/296.27	c cleaning 10000 clauses out of 20017 with flag 675000/675000
584.63/300.37	c cleaning 9987 clauses out of 20017 with flag 685000/685000
593.33/304.94	c cleaning 10003 clauses out of 20031 with flag 695001/695001
601.79/309.32	c cleaning 10004 clauses out of 20027 with flag 705000/705000
610.46/313.91	c cleaning 9991 clauses out of 20023 with flag 715000/715000
619.70/318.65	c cleaning 9993 clauses out of 20032 with flag 725000/725000
628.09/323.00	c cleaning 10000 clauses out of 20039 with flag 735000/735000
637.54/327.90	c cleaning 9996 clauses out of 20039 with flag 745000/745000
647.21/332.93	c cleaning 9998 clauses out of 20043 with flag 755000/755000
656.26/337.61	c cleaning 10005 clauses out of 20046 with flag 765001/765001
665.94/342.78	c cleaning 9996 clauses out of 20040 with flag 775000/775000
675.19/347.56	c cleaning 9996 clauses out of 20044 with flag 785000/785000
685.63/352.90	c cleaning 10012 clauses out of 20048 with flag 795001/795001
697.08/358.90	c cleaning 9997 clauses out of 20037 with flag 805002/805002
708.74/364.92	c cleaning 10004 clauses out of 20039 with flag 815001/815001
720.18/370.81	c cleaning 10003 clauses out of 20034 with flag 825000/825000
731.02/376.42	c cleaning 9998 clauses out of 20031 with flag 835000/835000
742.46/382.37	c cleaning 10008 clauses out of 20033 with flag 845000/845000
754.32/388.54	c cleaning 9999 clauses out of 20027 with flag 855002/855002
765.54/394.33	c cleaning 9993 clauses out of 20028 with flag 865002/865002
775.78/399.70	c cleaning 10002 clauses out of 20035 with flag 875002/875002
787.20/405.53	c cleaning 9990 clauses out of 20031 with flag 885000/885000
796.04/410.22	c cleaning 10008 clauses out of 20041 with flag 895001/895001
804.06/414.45	c cleaning 10010 clauses out of 20034 with flag 905002/905002
813.28/419.21	c cleaning 9999 clauses out of 20022 with flag 915000/915000
826.74/426.12	c cleaning 9995 clauses out of 20023 with flag 925000/925000
835.33/430.78	c cleaning 9974 clauses out of 20029 with flag 935001/935001
853.96/440.26	c cleaning 9975 clauses out of 20055 with flag 945001/945001
860.97/443.91	c cleaning 10015 clauses out of 20080 with flag 955001/955001
870.59/448.95	c cleaning 9997 clauses out of 20064 with flag 965000/965000
885.62/456.79	c cleaning 10026 clauses out of 20068 with flag 975001/975001
897.04/462.66	c cleaning 10011 clauses out of 20042 with flag 985001/985001
907.45/468.10	c cleaning 10007 clauses out of 20030 with flag 995000/995000
918.46/473.73	c cleaning 10002 clauses out of 20023 with flag 1005000/1005000
929.66/479.61	c cleaning 10006 clauses out of 20025 with flag 1015004/1015004
939.26/484.63	c cleaning 9995 clauses out of 20016 with flag 1025001/1025001
950.28/490.32	c cleaning 9998 clauses out of 20021 with flag 1035001/1035001
961.49/496.11	c cleaning 9993 clauses out of 20022 with flag 1045000/1045000
971.89/501.67	c cleaning 10000 clauses out of 20031 with flag 1055002/1055002
983.32/507.52	c cleaning 9991 clauses out of 20030 with flag 1065001/1065001
993.48/512.91	c cleaning 10006 clauses out of 20039 with flag 1075001/1075001
1004.27/518.43	c cleaning 10006 clauses out of 20033 with flag 1085001/1085001
1018.05/525.69	c cleaning 10002 clauses out of 20029 with flag 1095003/1095003
1031.84/532.74	c cleaning 9998 clauses out of 20024 with flag 1105000/1105000
1045.22/539.70	c cleaning 9999 clauses out of 20028 with flag 1115002/1115002
1058.78/546.68	c cleaning 9999 clauses out of 20029 with flag 1125002/1125002
1072.73/553.91	c cleaning 10001 clauses out of 20030 with flag 1135002/1135002
1086.08/560.85	c cleaning 10000 clauses out of 20027 with flag 1145000/1145000
1100.23/568.18	c cleaning 10002 clauses out of 20030 with flag 1155003/1155003
1113.96/575.23	c cleaning 9995 clauses out of 20025 with flag 1165000/1165000
1127.52/582.39	c cleaning 10000 clauses out of 20030 with flag 1175000/1175000
1139.00/588.34	c cleaning 10014 clauses out of 20031 with flag 1185001/1185001
1147.10/592.64	c cleaning 10001 clauses out of 20017 with flag 1195001/1195001
1156.01/597.31	c cleaning 9992 clauses out of 20015 with flag 1205000/1205000
1164.89/602.12	c cleaning 9997 clauses out of 20024 with flag 1215001/1215001
1173.55/606.73	c cleaning 10006 clauses out of 20027 with flag 1225001/1225001
1182.23/611.38	c cleaning 10003 clauses out of 20024 with flag 1235004/1235004
1190.51/615.71	c cleaning 9995 clauses out of 20018 with flag 1245001/1245001
1198.14/619.92	c cleaning 9997 clauses out of 20023 with flag 1255001/1255001
1207.21/624.76	c cleaning 10002 clauses out of 20025 with flag 1265000/1265000
1211.67/627.27	c cleaning 0 clauses out of 18000 with flag 0/18000
1216.56/629.94	c cleaning 10004 clauses out of 20023 with flag 1275000/1275000
1225.76/634.93	c cleaning 10001 clauses out of 20023 with flag 1285004/1285004
1235.41/640.02	c cleaning 10000 clauses out of 20019 with flag 1295001/1295001
1245.25/645.28	c cleaning 9994 clauses out of 20018 with flag 1305000/1305000
1255.09/650.47	c cleaning 9997 clauses out of 20025 with flag 1315001/1315001
1265.45/656.03	c cleaning 10004 clauses out of 20029 with flag 1325002/1325002
1273.82/660.59	c cleaning 10003 clauses out of 20022 with flag 1335000/1335000
1281.42/664.69	c cleaning 9994 clauses out of 20021 with flag 1345002/1345002
1295.81/672.17	c cleaning 9982 clauses out of 20025 with flag 1355000/1355000
1305.10/677.24	c cleaning 9995 clauses out of 20043 with flag 1365000/1365000
1312.50/681.26	c cleaning 10011 clauses out of 20048 with flag 1375000/1375000
1319.67/685.11	c cleaning 10008 clauses out of 20038 with flag 1385001/1385001
1324.25/687.74	c cleaning 9998 clauses out of 20029 with flag 1395000/1395000
1327.93/690.08	c cleaning 10002 clauses out of 20033 with flag 1405002/1405002
1331.48/692.10	c cleaning 9997 clauses out of 20029 with flag 1415000/1415000
1344.65/699.04	c cleaning 9981 clauses out of 20032 with flag 1425000/1425000
1361.62/707.83	c cleaning 9991 clauses out of 20053 with flag 1435002/1435002
1378.46/716.72	c cleaning 9995 clauses out of 20060 with flag 1445000/1445000
1393.40/724.50	c cleaning 9987 clauses out of 20065 with flag 1455000/1455000
1404.93/730.71	c cleaning 10029 clauses out of 20079 with flag 1465001/1465001
1418.25/737.66	c cleaning 10011 clauses out of 20049 with flag 1475000/1475000
1431.84/744.99	c cleaning 10004 clauses out of 20038 with flag 1485000/1485000
1445.75/752.23	c cleaning 10004 clauses out of 20036 with flag 1495002/1495002
1459.85/759.61	c cleaning 9997 clauses out of 20030 with flag 1505000/1505000
1473.75/766.98	c cleaning 9998 clauses out of 20033 with flag 1515000/1515000
1488.69/774.95	c cleaning 10000 clauses out of 20037 with flag 1525002/1525002
1500.77/781.39	c cleaning 10010 clauses out of 20035 with flag 1535000/1535000
1516.62/789.67	c cleaning 10002 clauses out of 20026 with flag 1545001/1545001
1532.53/797.97	c cleaning 9977 clauses out of 20023 with flag 1555000/1555000
1546.39/805.46	c cleaning 10000 clauses out of 20047 with flag 1565001/1565001
1558.85/812.02	c cleaning 9996 clauses out of 20049 with flag 1575003/1575003
1570.30/818.14	c cleaning 10002 clauses out of 20051 with flag 1585001/1585001
1582.33/824.57	c cleaning 10011 clauses out of 20048 with flag 1595000/1595000
1596.13/832.01	c cleaning 10005 clauses out of 20038 with flag 1605001/1605001
1610.54/839.55	c cleaning 10001 clauses out of 20032 with flag 1615000/1615000
1623.98/846.64	c cleaning 9994 clauses out of 20032 with flag 1625001/1625001
1635.02/852.50	c cleaning 10008 clauses out of 20037 with flag 1635000/1635000
1647.06/859.16	c cleaning 10000 clauses out of 20029 with flag 1645000/1645000
1658.88/865.47	c cleaning 9996 clauses out of 20029 with flag 1655000/1655000
1669.50/871.11	c cleaning 10005 clauses out of 20034 with flag 1665001/1665001
1680.12/876.89	c cleaning 10000 clauses out of 20028 with flag 1675000/1675000
1691.24/882.96	c cleaning 9997 clauses out of 20028 with flag 1685000/1685000
1701.85/888.61	c cleaning 10001 clauses out of 20032 with flag 1695001/1695001
1713.08/894.71	c cleaning 10002 clauses out of 20030 with flag 1705000/1705000
1724.08/900.54	c cleaning 9999 clauses out of 20028 with flag 1715000/1715000
1735.02/906.58	c cleaning 10001 clauses out of 20029 with flag 1725000/1725000
1745.62/912.31	c cleaning 9998 clauses out of 20028 with flag 1735000/1735000
1756.80/918.25	c cleaning 10003 clauses out of 20030 with flag 1745000/1745000
1767.80/924.12	c cleaning 9999 clauses out of 20027 with flag 1755000/1755000
1778.59/930.10	c cleaning 10001 clauses out of 20028 with flag 1765000/1765000
1788.57/935.51	c cleaning 10000 clauses out of 20028 with flag 1775001/1775001
1797.36/940.31	c cleaning 10001 clauses out of 20028 with flag 1785001/1785001
1800.17/942.12	c starts		: 210
1800.17/942.12	c conflicts		: 1787845
1800.17/942.12	c decisions		: 2345851
1800.17/942.12	c propagations		: 74640706
1800.17/942.12	c inspects		: 802768745
1800.17/942.12	c shortcuts		: 0
1800.17/942.12	c learnt literals	: 21
1800.17/942.12	c learnt binary clauses	: 150
1800.17/942.12	c learnt ternary clauses	: 212
1800.17/942.12	c learnt constraints	: 1787823
1800.17/942.12	c ignored constraints	: 0
1800.17/942.12	c root simplifications	: 0
1800.17/942.12	c removed literals (reason simplification)	: 89336711
1800.17/942.12	c reason swapping (by a shorter reason)	: 0
1800.17/942.12	c Calls to reduceDB	: 180
1800.17/942.12	c number of reductions to clauses (during analyze)	: 0
1800.17/942.12	c number of learned constraints concerned by reduction	: 0
1800.17/942.12	c number of learning phase by resolution	: 0
1800.17/942.12	c number of learning phase by cutting planes	: 0
1800.17/942.12	c speed (assignments/second)	: 79274.9617117452
1800.17/942.12	c non guided choices	62163
1800.17/942.13	c learnt constraints type 
1800.17/942.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 150
1800.17/942.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12751
1800.17/942.13	c constraints type 
1800.17/942.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
1800.17/942.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
1800.17/942.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17
1800.17/942.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 330
1800.17/942.13	c constraints type 
1800.17/942.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17
1800.17/942.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10
1800.17/942.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
1800.17/942.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 330
1800.17/942.13	s UNKNOWN
1800.17/942.13	c Total wall clock time (in seconds): 942.027

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-3454245-1307191318/watcher-3454245-1307191318 -o /tmp/evaluation-result-3454245-1307191318/solver-3454245-1307191318 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454245-1307191318.opb 

running on 4 cores: 0,2,4,6

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.84 3.95 3.80 3/547 9406
/proc/meminfo: memFree=20979936/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=31604 CPUtime=0 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 1262 0 0 0 0 0 0 0 25 0 2 0 811547617 32362496 980 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 7901 988 759 9 0 386 0
[pid=9406/tid=9407] ppid=9404 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) R 9404 9406 4512 0 -1 4202560 7829 0 1 0 0 0 0 0 25 0 2 0 811547618 10694979584 8645 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.050298 s]
/proc/loadavg: 3.84 3.95 3.80 3/547 9406
/proc/meminfo: memFree=20979936/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 11441 0 1 0 3 1 0 0 25 0 13 0 811547617 10718838784 11137 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 2616904 11138 1684 9 0 2607652 0
[pid=9406/tid=9407] ppid=9404 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) R 9404 9406 4512 0 -1 4202560 10293 0 1 0 3 1 0 0 25 0 13 0 811547618 10718838784 11138 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 47238901663763 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100289 s]
/proc/loadavg: 3.84 3.95 3.80 3/547 9406
/proc/meminfo: memFree=20979936/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=10539548 CPUtime=0.11 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 13093 0 1 0 9 2 0 0 25 0 18 0 811547617 10792497152 12778 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 2634887 12778 2093 9 0 2625621 0
[pid=9406/tid=9407] ppid=9404 vsize=10539548 CPUtime=0.08 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) R 9404 9406 4512 0 -1 4202560 11179 0 1 0 7 1 0 0 18 0 18 0 811547618 10792497152 12779 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 47238902465589 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539548

[startup+0.306922 s]
/proc/loadavg: 3.84 3.95 3.80 3/547 9406
/proc/meminfo: memFree=20979936/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=10552620 CPUtime=0.66 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 25399 0 1 0 62 4 0 0 25 0 18 0 811547617 10805882880 22324 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 2638155 22325 2203 9 0 2628889 0
[pid=9406/tid=9407] ppid=9404 vsize=10552620 CPUtime=0.32 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) R 9404 9406 4512 0 -1 4202560 15199 0 1 0 30 2 0 0 18 0 18 0 811547618 10805882880 22325 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 47238899282919 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10552620

[startup+0.815271 s]
/proc/loadavg: 3.84 3.95 3.80 3/547 9406
/proc/meminfo: memFree=20979936/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=10565248 CPUtime=2.25 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 40769 0 1 0 220 5 0 0 25 0 22 0 811547617 10818813952 34643 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 2641312 34644 2228 9 0 2632046 0
[pid=9406/tid=9407] ppid=9404 vsize=10565248 CPUtime=0.57 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) S 9404 9406 4512 0 -1 4202560 23288 0 1 0 54 3 0 0 19 0 22 0 811547618 10818813952 34645 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10565248

[startup+1.52102 s]
/proc/loadavg: 3.84 3.95 3.80 5/569 9428
/proc/meminfo: memFree=20642428/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=10565248 CPUtime=4.23 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 108865 0 1 0 409 14 0 0 25 0 22 0 811547617 10818813952 98993 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 2641312 99000 2233 9 0 2632046 0
[pid=9406/tid=9407] ppid=9404 vsize=10565248 CPUtime=0.57 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) S 9404 9406 4512 0 -1 4202560 23288 0 1 0 54 3 0 0 15 0 22 0 811547618 10818813952 99005 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9409] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9409/stat : 9409 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 99011 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9410] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9410/stat : 9410 (java) S 9404 9406 4512 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 99011 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9411] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9411/stat : 9411 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 99015 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9412] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9412/stat : 9412 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 99021 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9413] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9413/stat : 9413 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 99027 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9414] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9414/stat : 9414 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 99030 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9415] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9415/stat : 9415 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 99032 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9416] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9416/stat : 9416 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 99037 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9417] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9417/stat : 9417 (java) S 9404 9406 4512 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 811547621 10818813952 99042 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 0 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9418] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9418/stat : 9418 (java) S 9404 9406 4512 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811547621 10818813952 99048 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9419] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9419/stat : 9419 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811547621 10818813952 99048 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9420] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9420/stat : 9420 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547623 10818813952 99053 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522121137 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9421] ppid=9404 vsize=10565248 CPUtime=0.94 cores=0,2,4,6
/proc/9406/task/9421/stat : 9421 (java) S 9404 9406 4512 0 -1 4202560 12160 0 0 0 93 1 0 0 16 0 22 0 811547623 10818813952 99058 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9422] ppid=9404 vsize=10565248 CPUtime=0.87 cores=0,2,4,6
/proc/9406/task/9422/stat : 9422 (java) S 9404 9406 4512 0 -1 4202560 6717 0 0 0 86 1 0 0 15 0 22 0 811547623 10818813952 99064 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9423] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9423/stat : 9423 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547623 10818813952 99066 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9424] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9424/stat : 9424 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811547623 10818813952 99069 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9425] ppid=9404 vsize=10565248 CPUtime=0.93 cores=0,2,4,6
/proc/9406/task/9425/stat : 9425 (java) R 9404 9406 4512 0 -1 4202560 318 0 0 0 93 0 0 0 23 0 22 0 811547676 10818813952 99074 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 46912505917243 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9406/tid=9426] ppid=9404 vsize=10565248 CPUtime=0.88 cores=0,2,4,6
/proc/9406/task/9426/stat : 9426 (java) R 9404 9406 4512 0 -1 4202560 65300 0 0 0 81 7 0 0 25 0 22 0 811547676 10818813952 99080 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 46912505615099 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9406/tid=9427] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9427/stat : 9427 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811547689 10818813952 99085 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9428] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9428/stat : 9428 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811547693 10818813952 99085 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 10565248

[startup+3.10175 s]
/proc/loadavg: 3.85 3.95 3.80 5/569 9428
/proc/meminfo: memFree=20241912/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=10565248 CPUtime=7.74 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 255533 0 1 0 745 29 0 0 25 0 22 0 811547617 10818813952 244198 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 2641312 244204 2241 9 0 2632046 0
[pid=9406/tid=9407] ppid=9404 vsize=10565248 CPUtime=0.57 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) S 9404 9406 4512 0 -1 4202560 23288 0 1 0 54 3 0 0 15 0 22 0 811547618 10818813952 244207 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9409] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9409/stat : 9409 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 244211 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9410] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9410/stat : 9410 (java) S 9404 9406 4512 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 244215 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9411] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9411/stat : 9411 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 244218 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9412] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9412/stat : 9412 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 244221 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9413] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9413/stat : 9413 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 244225 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9414] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9414/stat : 9414 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 244228 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9415] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9415/stat : 9415 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 244231 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9416] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9416/stat : 9416 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547620 10818813952 244235 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9417] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9417/stat : 9417 (java) S 9404 9406 4512 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 811547621 10818813952 244238 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 0 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9418] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9418/stat : 9418 (java) S 9404 9406 4512 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811547621 10818813952 244242 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9419] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9419/stat : 9419 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811547621 10818813952 244244 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9420] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9420/stat : 9420 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547623 10818813952 244248 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522121137 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9421] ppid=9404 vsize=10565248 CPUtime=1.18 cores=0,2,4,6
/proc/9406/task/9421/stat : 9421 (java) S 9404 9406 4512 0 -1 4202560 14252 0 0 0 117 1 0 0 15 0 22 0 811547623 10818813952 244251 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9422] ppid=9404 vsize=10565248 CPUtime=0.97 cores=0,2,4,6
/proc/9406/task/9422/stat : 9422 (java) S 9404 9406 4512 0 -1 4202560 6736 0 0 0 96 1 0 0 15 0 22 0 811547623 10818813952 244254 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9423] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9423/stat : 9423 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547623 10818813952 244257 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9424] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9424/stat : 9424 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811547623 10818813952 244260 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9425] ppid=9404 vsize=10565248 CPUtime=2.51 cores=0,2,4,6
/proc/9406/task/9425/stat : 9425 (java) R 9404 9406 4512 0 -1 4202560 512 0 0 0 251 0 0 0 25 0 22 0 811547676 10818813952 244264 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 46912506176232 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9406/tid=9426] ppid=9404 vsize=10565248 CPUtime=2.46 cores=0,2,4,6
/proc/9406/task/9426/stat : 9426 (java) R 9404 9406 4512 0 -1 4202560 209644 0 0 0 224 22 0 0 25 0 22 0 811547676 10818813952 244267 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 46912505678128 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9406/tid=9427] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9427/stat : 9427 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811547689 10818813952 244270 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9428] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9428/stat : 9428 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811547693 10818813952 244274 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 10565248

[startup+6.30118 s]
/proc/loadavg: 3.85 3.95 3.80 5/569 9428
/proc/meminfo: memFree=19082352/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=10565248 CPUtime=14.22 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 485513 0 1 0 1366 56 0 0 25 0 22 0 811547617 10818813952 474168 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 2641312 474168 2266 9 0 2632046 0
[pid=9406/tid=9407] ppid=9404 vsize=10565248 CPUtime=0.57 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) S 9404 9406 4512 0 -1 4202560 23288 0 1 0 54 3 0 0 15 0 22 0 811547618 10818813952 474168 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9409] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9409/stat : 9409 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811547620 10818813952 474168 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9410] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9410/stat : 9410 (java) S 9404 9406 4512 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 811547620 10818813952 474168 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9411] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9411/stat : 9411 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 811547620 10818813952 474168 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9412] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9412/stat : 9412 (java) S 9404 9406 4512 0 -1 4202560 140 0 0 0 0 0 0 0 17 0 22 0 811547620 10818813952 474168 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9413] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9413/stat : 9413 (java) S 9404 9406 4512 0 -1 4202560 21 0 0 0 0 0 0 0 17 0 22 0 811547620 10818813952 474168 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9414] ppid=9404 vsize=10565248 CPUtime=0.01 cores=0,2,4,6
/proc/9406/task/9414/stat : 9414 (java) S 9404 9406 4512 0 -1 4202560 1068 0 0 0 1 0 0 0 18 0 22 0 811547620 10818813952 474168 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9415] ppid=9404 vsize=10565248 CPUtime=0.01 cores=0,2,4,6
/proc/9406/task/9415/stat : 9415 (java) S 9404 9406 4512 0 -1 4202560 1795 0 0 0 1 0 0 0 18 0 22 0 811547620 10818813952 474168 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9416] ppid=9404 vsize=10565248 CPUtime=0.01 cores=0,2,4,6
/proc/9406/task/9416/stat : 9416 (java) S 9404 9406 4512 0 -1 4202560 1379 0 0 0 1 0 0 0 18 0 22 0 811547620 10818813952 474168 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 2 0 0 0

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

/proc/meminfo: memFree=15803172/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=10565248 CPUtime=1577.93 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 797937 0 1 0 157699 94 0 0 25 0 22 0 811547617 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 2641312 785625 2267 9 0 2632046 0
[pid=9406/tid=9407] ppid=9404 vsize=10565248 CPUtime=0.57 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) S 9404 9406 4512 0 -1 4202560 23384 0 1 0 54 3 0 0 15 0 22 0 811547618 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9409] ppid=9404 vsize=10565248 CPUtime=0.59 cores=0,2,4,6
/proc/9406/task/9409/stat : 9409 (java) S 9404 9406 4512 0 -1 4202560 1251 0 0 0 59 0 0 0 15 0 22 0 811547620 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9410] ppid=9404 vsize=10565248 CPUtime=0.53 cores=0,2,4,6
/proc/9406/task/9410/stat : 9410 (java) S 9404 9406 4512 0 -1 4202560 855 0 0 0 53 0 0 0 15 0 22 0 811547620 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9411] ppid=9404 vsize=10565248 CPUtime=0.53 cores=0,2,4,6
/proc/9406/task/9411/stat : 9411 (java) S 9404 9406 4512 0 -1 4202560 141 0 0 0 53 0 0 0 16 0 22 0 811547620 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9412] ppid=9404 vsize=10565248 CPUtime=0.68 cores=0,2,4,6
/proc/9406/task/9412/stat : 9412 (java) S 9404 9406 4512 0 -1 4202560 1055 0 0 0 68 0 0 0 15 0 22 0 811547620 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9413] ppid=9404 vsize=10565248 CPUtime=0.61 cores=0,2,4,6
/proc/9406/task/9413/stat : 9413 (java) S 9404 9406 4512 0 -1 4202560 72 0 0 0 61 0 0 0 16 0 22 0 811547620 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9414] ppid=9404 vsize=10565248 CPUtime=0.62 cores=0,2,4,6
/proc/9406/task/9414/stat : 9414 (java) S 9404 9406 4512 0 -1 4202560 1864 0 0 0 62 0 0 0 16 0 22 0 811547620 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9415] ppid=9404 vsize=10565248 CPUtime=0.62 cores=0,2,4,6
/proc/9406/task/9415/stat : 9415 (java) S 9404 9406 4512 0 -1 4202560 1948 0 0 0 62 0 0 0 15 0 22 0 811547620 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9416] ppid=9404 vsize=10565248 CPUtime=0.62 cores=0,2,4,6
/proc/9406/task/9416/stat : 9416 (java) S 9404 9406 4512 0 -1 4202560 2446 0 0 0 62 0 0 0 16 0 22 0 811547620 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9417] ppid=9404 vsize=10565248 CPUtime=70.63 cores=0,2,4,6
/proc/9406/task/9417/stat : 9417 (java) S 9404 9406 4512 0 -1 4202560 114050 0 0 0 7052 11 0 0 15 0 22 0 811547621 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 0 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9418] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9418/stat : 9418 (java) S 9404 9406 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811547621 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9419] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9419/stat : 9419 (java) S 9404 9406 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811547621 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9420] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9420/stat : 9420 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547623 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522121137 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9421] ppid=9404 vsize=10565248 CPUtime=1.33 cores=0,2,4,6
/proc/9406/task/9421/stat : 9421 (java) S 9404 9406 4512 0 -1 4202560 14269 0 0 0 132 1 0 0 16 0 22 0 811547623 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9422] ppid=9404 vsize=10565248 CPUtime=1.75 cores=0,2,4,6
/proc/9406/task/9422/stat : 9422 (java) S 9404 9406 4512 0 -1 4202560 7496 0 0 0 174 1 0 0 16 0 22 0 811547623 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9423] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9423/stat : 9423 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547623 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9424] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9424/stat : 9424 (java) S 9404 9406 4512 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 811547623 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9425] ppid=9404 vsize=10565248 CPUtime=749.37 cores=0,2,4,6
/proc/9406/task/9425/stat : 9425 (java) R 9404 9406 4512 0 -1 4202560 2230 0 0 0 74936 1 0 0 25 0 22 0 811547676 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 46912506059888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9406/tid=9426] ppid=9404 vsize=10565248 CPUtime=749.34 cores=0,2,4,6
/proc/9406/task/9426/stat : 9426 (java) R 9404 9406 4512 0 -1 4202560 625672 0 0 0 74863 71 0 0 25 0 22 0 811547676 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 46912505954231 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9406/tid=9427] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9427/stat : 9427 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811547689 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9428] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9428/stat : 9428 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811547693 10818813952 785625 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1577.93
Current children cumulated vsize (KiB) 10565248

[startup+882.301 s]
/proc/loadavg: 3.99 3.87 3.81 5/569 9626
/proc/meminfo: memFree=15774092/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=10565248 CPUtime=1690.04 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 802016 0 1 0 168910 94 0 0 25 0 22 0 811547617 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 2641312 789687 2267 9 0 2632046 0
[pid=9406/tid=9407] ppid=9404 vsize=10565248 CPUtime=0.57 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) S 9404 9406 4512 0 -1 4202560 23393 0 1 0 54 3 0 0 15 0 22 0 811547618 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9409] ppid=9404 vsize=10565248 CPUtime=0.65 cores=0,2,4,6
/proc/9406/task/9409/stat : 9409 (java) S 9404 9406 4512 0 -1 4202560 1257 0 0 0 65 0 0 0 16 0 22 0 811547620 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9410] ppid=9404 vsize=10565248 CPUtime=0.57 cores=0,2,4,6
/proc/9406/task/9410/stat : 9410 (java) S 9404 9406 4512 0 -1 4202560 859 0 0 0 57 0 0 0 15 0 22 0 811547620 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9411] ppid=9404 vsize=10565248 CPUtime=0.6 cores=0,2,4,6
/proc/9406/task/9411/stat : 9411 (java) S 9404 9406 4512 0 -1 4202560 143 0 0 0 60 0 0 0 16 0 22 0 811547620 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9412] ppid=9404 vsize=10565248 CPUtime=0.72 cores=0,2,4,6
/proc/9406/task/9412/stat : 9412 (java) S 9404 9406 4512 0 -1 4202560 1056 0 0 0 72 0 0 0 16 0 22 0 811547620 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9413] ppid=9404 vsize=10565248 CPUtime=0.64 cores=0,2,4,6
/proc/9406/task/9413/stat : 9413 (java) S 9404 9406 4512 0 -1 4202560 75 0 0 0 64 0 0 0 15 0 22 0 811547620 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9414] ppid=9404 vsize=10565248 CPUtime=0.67 cores=0,2,4,6
/proc/9406/task/9414/stat : 9414 (java) S 9404 9406 4512 0 -1 4202560 1868 0 0 0 67 0 0 0 15 0 22 0 811547620 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9415] ppid=9404 vsize=10565248 CPUtime=0.66 cores=0,2,4,6
/proc/9406/task/9415/stat : 9415 (java) S 9404 9406 4512 0 -1 4202560 1948 0 0 0 66 0 0 0 16 0 22 0 811547620 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9416] ppid=9404 vsize=10565248 CPUtime=0.67 cores=0,2,4,6
/proc/9406/task/9416/stat : 9416 (java) S 9404 9406 4512 0 -1 4202560 2448 0 0 0 67 0 0 0 16 0 22 0 811547620 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9417] ppid=9404 vsize=10565248 CPUtime=78.66 cores=0,2,4,6
/proc/9406/task/9417/stat : 9417 (java) S 9404 9406 4512 0 -1 4202560 118094 0 0 0 7855 11 0 0 15 0 22 0 811547621 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 0 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9418] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9418/stat : 9418 (java) S 9404 9406 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811547621 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9419] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9419/stat : 9419 (java) S 9404 9406 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811547621 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9420] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9420/stat : 9420 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547623 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522121137 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9421] ppid=9404 vsize=10565248 CPUtime=1.33 cores=0,2,4,6
/proc/9406/task/9421/stat : 9421 (java) S 9404 9406 4512 0 -1 4202560 14269 0 0 0 132 1 0 0 16 0 22 0 811547623 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9422] ppid=9404 vsize=10565248 CPUtime=1.75 cores=0,2,4,6
/proc/9406/task/9422/stat : 9422 (java) S 9404 9406 4512 0 -1 4202560 7496 0 0 0 174 1 0 0 16 0 22 0 811547623 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9423] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9423/stat : 9423 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547623 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9424] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9424/stat : 9424 (java) S 9404 9406 4512 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 811547623 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9425] ppid=9404 vsize=10565248 CPUtime=801.22 cores=0,2,4,6
/proc/9406/task/9425/stat : 9425 (java) R 9404 9406 4512 0 -1 4202560 2230 0 0 0 80121 1 0 0 25 0 22 0 811547676 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 46912505917292 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9406/tid=9426] ppid=9404 vsize=10565248 CPUtime=801.19 cores=0,2,4,6
/proc/9406/task/9426/stat : 9426 (java) R 9404 9406 4512 0 -1 4202560 625672 0 0 0 80048 71 0 0 25 0 22 0 811547676 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 46912505954073 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9406/tid=9427] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9427/stat : 9427 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811547689 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9428] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9428/stat : 9428 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811547693 10818813952 789687 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1690.04
Current children cumulated vsize (KiB) 10565248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+942.101 s]
/proc/loadavg: 3.86 3.85 3.80 5/569 9628
/proc/meminfo: memFree=15727784/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=10565248 CPUtime=1800.17 cores=0,2,4,6
/proc/9406/stat : 9406 (java) S 9404 9406 4512 0 -1 4202496 806617 0 1 0 179923 94 0 0 25 0 22 0 811547617 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 2641312 794269 2267 9 0 2632046 0
[pid=9406/tid=9407] ppid=9404 vsize=10565248 CPUtime=0.57 cores=0,2,4,6
/proc/9406/task/9407/stat : 9407 (java) S 9404 9406 4512 0 -1 4202560 23401 0 1 0 54 3 0 0 15 0 22 0 811547618 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9409] ppid=9404 vsize=10565248 CPUtime=0.71 cores=0,2,4,6
/proc/9406/task/9409/stat : 9409 (java) S 9404 9406 4512 0 -1 4202560 1261 0 0 0 71 0 0 0 16 0 22 0 811547620 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9410] ppid=9404 vsize=10565248 CPUtime=0.62 cores=0,2,4,6
/proc/9406/task/9410/stat : 9410 (java) S 9404 9406 4512 0 -1 4202560 863 0 0 0 62 0 0 0 15 0 22 0 811547620 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9411] ppid=9404 vsize=10565248 CPUtime=0.68 cores=0,2,4,6
/proc/9406/task/9411/stat : 9411 (java) S 9404 9406 4512 0 -1 4202560 151 0 0 0 68 0 0 0 16 0 22 0 811547620 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9412] ppid=9404 vsize=10565248 CPUtime=0.73 cores=0,2,4,6
/proc/9406/task/9412/stat : 9412 (java) S 9404 9406 4512 0 -1 4202560 1056 0 0 0 73 0 0 0 15 0 22 0 811547620 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9413] ppid=9404 vsize=10565248 CPUtime=0.69 cores=0,2,4,6
/proc/9406/task/9413/stat : 9413 (java) S 9404 9406 4512 0 -1 4202560 77 0 0 0 69 0 0 0 16 0 22 0 811547620 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9414] ppid=9404 vsize=10565248 CPUtime=0.73 cores=0,2,4,6
/proc/9406/task/9414/stat : 9414 (java) S 9404 9406 4512 0 -1 4202560 1868 0 0 0 73 0 0 0 16 0 22 0 811547620 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9415] ppid=9404 vsize=10565248 CPUtime=0.71 cores=0,2,4,6
/proc/9406/task/9415/stat : 9415 (java) S 9404 9406 4512 0 -1 4202560 1948 0 0 0 71 0 0 0 15 0 22 0 811547620 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9416] ppid=9404 vsize=10565248 CPUtime=0.73 cores=0,2,4,6
/proc/9406/task/9416/stat : 9416 (java) S 9404 9406 4512 0 -1 4202560 2454 0 0 0 73 0 0 0 15 0 22 0 811547620 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9417] ppid=9404 vsize=10565248 CPUtime=88.33 cores=0,2,4,6
/proc/9406/task/9417/stat : 9417 (java) S 9404 9406 4512 0 -1 4202560 122656 0 0 0 8821 12 0 0 16 0 22 0 811547621 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 0 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9418] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9418/stat : 9418 (java) S 9404 9406 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811547621 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9419] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9419/stat : 9419 (java) S 9404 9406 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811547621 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9420] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9420/stat : 9420 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547623 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522121137 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9421] ppid=9404 vsize=10565248 CPUtime=1.33 cores=0,2,4,6
/proc/9406/task/9421/stat : 9421 (java) S 9404 9406 4512 0 -1 4202560 14269 0 0 0 132 1 0 0 16 0 22 0 811547623 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 0 0 0 0
[pid=9406/tid=9422] ppid=9404 vsize=10565248 CPUtime=1.75 cores=0,2,4,6
/proc/9406/task/9422/stat : 9422 (java) S 9404 9406 4512 0 -1 4202560 7496 0 0 0 174 1 0 0 16 0 22 0 811547623 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 6 0 0 0
[pid=9406/tid=9423] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9423/stat : 9423 (java) S 9404 9406 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811547623 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522113433 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
[pid=9406/tid=9424] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9424/stat : 9424 (java) S 9404 9406 4512 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 811547623 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9425] ppid=9404 vsize=10565248 CPUtime=851.26 cores=0,2,4,6
/proc/9406/task/9425/stat : 9425 (java) R 9404 9406 4512 0 -1 4202560 2233 0 0 0 85125 1 0 0 19 0 22 0 811547676 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 46912506059952 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9406/tid=9426] ppid=9404 vsize=10565248 CPUtime=851.22 cores=0,2,4,6
/proc/9406/task/9426/stat : 9426 (java) R 9404 9406 4512 0 -1 4202560 625672 0 0 0 85051 71 0 0 19 0 22 0 811547676 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 46912505953950 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9406/tid=9427] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9427/stat : 9427 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811547689 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 2 0 0 0
[pid=9406/tid=9428] ppid=9404 vsize=10565248 CPUtime=0 cores=0,2,4,6
/proc/9406/task/9428/stat : 9428 (java) S 9404 9406 4512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811547693 10818813952 794269 33554432000 1073741824 1073778376 140734729529296 18446744073709551615 233522114048 0 4 0 16800975 18446604444126835072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10565248

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

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

[startup+942.226 s]
/proc/loadavg: 3.86 3.85 3.80 5/569 9628
/proc/meminfo: memFree=15727784/32951124 swapFree=64303760/67111528
[pid=9406] ppid=9404 vsize=0 CPUtime=1800.33 cores=0,2,4,6
/proc/9406/stat : 9406 (java) Z 9404 9406 4512 0 -1 4203548 806650 0 1 0 179930 103 0 0 17 0 2 0 811547617 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9406/statm: 0 0 0 0 0 0 0
[pid=9406/tid=9425] ppid=9404 vsize=0 CPUtime=851.36 cores=0,2,4,6
/proc/9406/task/9425/stat : 9425 (java) R 9404 9406 4512 0 -1 4203588 2233 0 0 0 85126 10 0 0 19 0 2 0 811547676 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 942.272
CPU time (s): 1800.39
CPU user time (s): 1799.31
CPU system time (s): 1.08283
CPU usage (%): 191.069
Max. virtual memory (cumulated for all children) (KiB): 10565248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 1.08283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 806650
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= 26868
involuntary context switches= 26127

runsolver used 5.44117 second user time and 11.4303 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-04 14:41:58
IDJOB=3454245
IDBENCH=2472
IDSOLVER=1950
FILE ID=node145/3454245-1307191318
RUNJOBID= node145-1307188484-8766
PBS_JOBID= 13508838
Free space on /tmp= 73988 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-dcmulti.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454245-1307191318/watcher-3454245-1307191318 -o /tmp/evaluation-result-3454245-1307191318/solver-3454245-1307191318 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454245-1307191318.opb

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

MD5SUM BENCH= 8db02a87a2ff672cda2bdb003f710a98
RANDOM SEED=1303453218

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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	: 5332.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20980216 kB
Buffers:        272456 kB
Cached:         602880 kB
SwapCached:        944 kB
Active:       11214976 kB
Inactive:       482680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20980216 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:            1548 kB
Writeback:           0 kB
AnonPages:    10821508 kB
Mapped:          42680 kB
Slab:           135352 kB
PageTables:      69628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163588216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73988 MiB
End job on node145 at 2011-06-04 14:57:42