Trace number 3311193

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 NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 2317.03 1302.61

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S471691933-060-UNKNOWN.cnf
MD5SUM91da78a39fd68b6c63602d278464956f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	47:05 INFO : Reading from input HOME/instance-3311193-1304113625.cnf
1.12/1.00	Executor set job limit to 1000000
1.12/1.00	Executor set job limit to 1000000
1.12/1.00	Executor set job limit to 1000000
1.12/1.00	Executor set job limit to 1000000
1.12/1.00	Starting Executor!
1.12/1.00	Starting Executor!
1.12/1.00	Starting Executor!
1.12/1.00	Starting Executor!
3.90/2.56	47:08 INFO : 39860 variables remaining out of 40000
3.90/2.56	47:08 INFO : 668468 literals remaining out of 672000
1337.39/366.56	53:12 ERROR: Failed to solve instance
1337.39/366.56	java.lang.OutOfMemoryError: Java heap space
1337.39/366.56		at ibis.structure.ImplicationsGraph.create(ImplicationsGraph.java:627)
1337.39/366.56		at ibis.structure.ImplicationsGraph.<init>(ImplicationsGraph.java:30)
1337.39/366.56		at ibis.structure.Solver.<init>(Solver.java:36)
1337.39/366.56		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1337.39/366.56		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1337.39/366.56		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1337.39/366.56		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1337.39/366.56		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1337.39/366.56		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1337.39/366.56		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1337.39/366.56		at ibis.constellation.Executor.processActivities(Executor.java:75)
1337.39/366.56		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1337.39/366.56		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1337.39/366.56		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1339.80/368.97	53:14 ERROR: Failed to solve instance
1339.80/368.97	java.lang.OutOfMemoryError: Java heap space
1339.80/368.97		at ibis.structure.ImplicationsGraph.create(ImplicationsGraph.java:627)
1339.80/368.97		at ibis.structure.ImplicationsGraph.<init>(ImplicationsGraph.java:30)
1339.80/368.97		at ibis.structure.Solver.<init>(Solver.java:36)
1339.80/368.97		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1339.80/368.97		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1339.80/368.97		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1339.80/368.97		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1339.80/368.97		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1339.80/368.97		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1339.80/368.97		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1339.80/368.97		at ibis.constellation.Executor.processActivities(Executor.java:75)
1339.80/368.97		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1339.80/368.97		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1339.80/368.97		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1357.45/386.51	53:31 ERROR: Failed to solve instance
1357.45/386.51	java.lang.OutOfMemoryError: Java heap space
1357.45/386.51		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1357.45/386.51		at ibis.structure.Solver.simplify(Solver.java:191)
1357.45/386.51		at ibis.structure.Solver.solve(Solver.java:113)
1357.45/386.51		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1357.45/386.51		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1357.45/386.51		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1357.45/386.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1357.45/386.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1357.45/386.51		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1357.45/386.51		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1357.45/386.51		at ibis.constellation.Executor.processActivities(Executor.java:75)
1357.45/386.51		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1357.45/386.51		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1357.45/386.51		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1376.72/405.74	53:51 ERROR: Failed to solve instance
1376.72/405.74	java.lang.OutOfMemoryError: Java heap space
1376.72/405.74		at gnu.trove.TPrimitiveHash.setUp(TPrimitiveHash.java:123)
1376.72/405.74		at gnu.trove.TIntHash.setUp(TIntHash.java:133)
1376.72/405.74		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:83)
1376.72/405.74		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:68)
1376.72/405.74		at gnu.trove.TIntHash.<init>(TIntHash.java:60)
1376.72/405.74		at gnu.trove.TIntHashSet.<init>(TIntHashSet.java:59)
1376.72/405.74		at ibis.structure.WatchLists.build(WatchLists.java:47)
1376.72/405.74		at ibis.structure.Solver.<init>(Solver.java:45)
1376.72/405.74		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1376.72/405.74		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1376.72/405.74		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1376.72/405.74		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1376.72/405.74		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1376.72/405.74		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1376.72/405.74		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1376.72/405.74		at ibis.constellation.Executor.processActivities(Executor.java:75)
1376.72/405.74		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1376.72/405.74		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1376.72/405.74		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1382.67/411.16	53:56 ERROR: Failed to solve instance
1382.67/411.16	java.lang.OutOfMemoryError: Java heap space
1385.17/413.45	53:58 ERROR: Failed to solve instance
1385.17/413.45	java.lang.OutOfMemoryError: Java heap space
1389.14/417.14	54:02 ERROR: Failed to solve instance
1389.14/417.14	java.lang.OutOfMemoryError: Java heap space
1393.66/421.58	54:07 ERROR: Failed to solve instance
1393.66/421.58	java.lang.OutOfMemoryError: Java heap space
1397.97/425.24	54:10 ERROR: Failed to solve instance
1397.97/425.24	java.lang.OutOfMemoryError: Java heap space
1402.26/428.98	54:14 ERROR: Failed to solve instance
1402.26/428.98	java.lang.OutOfMemoryError: Java heap space
1432.01/457.95	54:43 ERROR: Failed to solve instance
1432.01/457.95	java.lang.OutOfMemoryError: Java heap space
1439.97/465.90	54:50 ERROR: Failed to solve instance
1439.97/465.90	java.lang.OutOfMemoryError: Java heap space
1444.84/470.11	54:55 ERROR: Failed to solve instance
1444.84/470.11	java.lang.OutOfMemoryError: Java heap space
1449.29/474.38	54:59 ERROR: Failed to solve instance
1449.29/474.38	java.lang.OutOfMemoryError: Java heap space
1456.96/481.59	55:07 ERROR: Failed to solve instance
1456.96/481.59	java.lang.OutOfMemoryError: Java heap space
1463.93/487.89	55:13 ERROR: Failed to solve instance
1463.93/487.89	java.lang.OutOfMemoryError: Java heap space
1479.06/502.37	55:25 ERROR: Failed to solve instance
1479.06/502.37	java.lang.OutOfMemoryError: Java heap space
1484.65/507.34	55:32 ERROR: Failed to solve instance
1484.65/507.34	java.lang.OutOfMemoryError: Java heap space
1487.90/510.40	55:35 ERROR: Failed to solve instance
1487.90/510.40	java.lang.OutOfMemoryError: Java heap space
1491.13/513.40	55:38 ERROR: Failed to solve instance
1491.13/513.40	java.lang.OutOfMemoryError: Java heap space
1492.97/515.16	55:40 ERROR: Failed to solve instance
1492.97/515.16	java.lang.OutOfMemoryError: Java heap space
1494.58/516.60	55:42 ERROR: Failed to solve instance
1494.58/516.60	java.lang.OutOfMemoryError: Java heap space
1496.36/518.18	55:43 ERROR: Failed to solve instance
1496.36/518.18	java.lang.OutOfMemoryError: Java heap space
1498.99/520.55	55:46 ERROR: Failed to solve instance
1498.99/520.55	java.lang.OutOfMemoryError: Java heap space
1505.48/525.63	55:51 ERROR: Failed to solve instance
1505.48/525.63	java.lang.OutOfMemoryError: Java heap space
1515.88/535.56	56:00 ERROR: Failed to solve instance
1515.88/535.56	java.lang.OutOfMemoryError: Java heap space
1517.90/537.47	56:02 ERROR: Failed to solve instance
1517.90/537.47	java.lang.OutOfMemoryError: Java heap space
1522.08/541.00	56:06 ERROR: Failed to solve instance
1522.08/541.00	java.lang.OutOfMemoryError: Java heap space
1533.44/551.00	56:16 ERROR: Failed to solve instance
1533.44/551.00	java.lang.OutOfMemoryError: Java heap space
1536.89/554.03	56:19 ERROR: Failed to solve instance
1536.89/554.03	java.lang.OutOfMemoryError: Java heap space
1537.09/554.28	56:19 ERROR: Failed to solve instance
1537.09/554.28	java.lang.OutOfMemoryError: Java heap space
1557.45/574.55	56:40 ERROR: Failed to solve instance
1557.45/574.55	java.lang.OutOfMemoryError: Java heap space
1582.90/599.22	57:04 ERROR: Failed to solve instance
1582.90/599.22	java.lang.OutOfMemoryError: Java heap space
1588.45/604.25	57:09 ERROR: Failed to solve instance
1588.45/604.25	java.lang.OutOfMemoryError: Java heap space
1592.32/607.91	57:13 ERROR: Failed to solve instance
1592.32/607.91	java.lang.OutOfMemoryError: Java heap space
1620.03/635.17	57:40 ERROR: Failed to solve instance
1620.03/635.17	java.lang.OutOfMemoryError: Java heap space
1649.29/664.32	58:09 ERROR: Failed to solve instance
1649.29/664.32	java.lang.OutOfMemoryError: Java heap space
1675.36/690.30	58:13 ERROR: Failed to solve instance
1675.36/690.30	java.lang.OutOfMemoryError: Java heap space
1675.36/690.30	58:35 ERROR: Failed to solve instance
1675.36/690.30	java.lang.OutOfMemoryError: Java heap space
1695.33/709.46	58:54 ERROR: Failed to solve instance
1695.33/709.46	java.lang.OutOfMemoryError: Java heap space
1695.33/709.47	58:54 ERROR: Failed to solve instance
1695.33/709.47	java.lang.OutOfMemoryError: Java heap space
1699.17/712.66	58:57 ERROR: Failed to solve instance
1699.17/712.66	java.lang.OutOfMemoryError: Java heap space
1699.17/712.66	58:57 ERROR: Failed to solve instance
1699.17/712.66	java.lang.OutOfMemoryError: Java heap space
1703.07/715.98	59:01 ERROR: Failed to solve instance
1703.07/715.98	java.lang.OutOfMemoryError: Java heap space
1709.31/720.84	59:06 ERROR: Failed to solve instance
1709.31/720.84	java.lang.OutOfMemoryError: Java heap space
1726.35/736.36	59:21 ERROR: Failed to solve instance
1726.35/736.36	java.lang.OutOfMemoryError: Java heap space
1747.68/757.55	59:43 ERROR: Failed to solve instance
1747.68/757.55	java.lang.OutOfMemoryError: Java heap space
1750.48/760.28	59:45 ERROR: Failed to solve instance
1750.48/760.28	java.lang.OutOfMemoryError: Java heap space
1761.86/771.41	59:56 ERROR: Failed to solve instance
1761.86/771.41	java.lang.OutOfMemoryError: Java heap space
1764.97/774.48	59:59 ERROR: Failed to solve instance
1764.97/774.48	java.lang.OutOfMemoryError: Java heap space
1767.68/777.03	00:02 ERROR: Failed to solve instance
1767.68/777.03	java.lang.OutOfMemoryError: Java heap space
1769.50/778.61	00:04 ERROR: Failed to solve instance
1769.50/778.61	java.lang.OutOfMemoryError: Java heap space
1771.90/780.78	00:06 ERROR: Failed to solve instance
1771.90/780.78	java.lang.OutOfMemoryError: Java heap space
1774.87/783.46	00:08 ERROR: Failed to solve instance
1774.87/783.46	java.lang.OutOfMemoryError: Java heap space
1784.32/791.08	00:16 ERROR: Failed to solve instance
1784.32/791.08	java.lang.OutOfMemoryError: Java heap space
1790.99/797.22	00:22 ERROR: Failed to solve instance
1790.99/797.22	java.lang.OutOfMemoryError: Java heap space
1793.69/799.79	00:25 ERROR: Failed to solve instance
1793.69/799.79	java.lang.OutOfMemoryError: Java heap space
1809.36/814.88	00:40 ERROR: Failed to solve instance
1809.36/814.88	java.lang.OutOfMemoryError: Java heap space
1813.94/818.86	00:44 ERROR: Failed to solve instance
1813.94/818.86	java.lang.OutOfMemoryError: Java heap space
1816.09/820.83	00:46 ERROR: Failed to solve instance
1816.09/820.83	java.lang.OutOfMemoryError: Java heap space
1818.60/823.02	00:48 ERROR: Failed to solve instance
1818.60/823.02	java.lang.OutOfMemoryError: Java heap space
1820.41/824.74	00:50 ERROR: Failed to solve instance
1820.41/824.74	java.lang.OutOfMemoryError: Java heap space
1853.29/856.97	01:22 ERROR: Failed to solve instance
1853.29/856.97	java.lang.OutOfMemoryError: Java heap space
1886.05/889.61	01:55 ERROR: Failed to solve instance
1886.05/889.61	java.lang.OutOfMemoryError: Java heap space
1892.57/895.39	02:00 ERROR: Failed to solve instance
1892.57/895.39	java.lang.OutOfMemoryError: Java heap space
1925.08/927.34	02:32 ERROR: Failed to solve instance
1925.08/927.34	java.lang.OutOfMemoryError: Java heap space
1952.05/954.24	02:35 ERROR: Failed to solve instance
1952.05/954.24	java.lang.OutOfMemoryError: Java heap space
1952.56/954.72	02:59 ERROR: Failed to solve instance
1952.56/954.72	java.lang.OutOfMemoryError: Java heap space
1955.65/957.20	03:02 ERROR: Failed to solve instance
1955.65/957.20	java.lang.OutOfMemoryError: Java heap space
1994.50/994.58	Exception in thread "SingleThreadedConstellation 3" java.lang.OutOfMemoryError: Java heap space
2004.10/1002.82	03:48 ERROR: Failed to solve instance
2004.10/1002.82	java.lang.OutOfMemoryError: Java heap space
2005.50/1004.20	03:49 ERROR: Failed to solve instance
2005.50/1004.20	java.lang.OutOfMemoryError: Java heap space
2026.85/1025.40	04:10 ERROR: Failed to solve instance
2026.85/1025.40	java.lang.OutOfMemoryError: Java heap space
2026.85/1025.40	04:10 ERROR: Failed to solve instance
2026.85/1025.40	java.lang.OutOfMemoryError: Java heap space
2053.47/1051.46	04:36 ERROR: Failed to solve instance
2053.47/1051.46	java.lang.OutOfMemoryError: Java heap space
2069.31/1067.22	04:52 ERROR: Failed to solve instance
2069.31/1067.22	java.lang.OutOfMemoryError: Java heap space
2091.31/1088.75	Exception in thread "SingleThreadedConstellation 1" java.lang.OutOfMemoryError: Java heap space
2091.31/1088.75	05:14 ERROR: Failed to solve instance
2091.31/1088.75	java.lang.OutOfMemoryError: Java heap space
2096.89/1093.69	05:19 ERROR: Failed to solve instance
2096.89/1093.69	java.lang.OutOfMemoryError: Java heap space
2106.27/1102.20	05:27 ERROR: Failed to solve instance
2106.27/1102.20	java.lang.OutOfMemoryError: Java heap space
2118.55/1114.48	05:39 ERROR: Failed to solve instance
2118.55/1114.48	java.lang.OutOfMemoryError: Java heap space
2119.81/1115.60	05:41 ERROR: Failed to solve instance
2119.81/1115.60	java.lang.OutOfMemoryError: Java heap space
2122.45/1118.17	05:43 ERROR: Failed to solve instance
2122.45/1118.17	java.lang.OutOfMemoryError: Java heap space
2128.49/1123.73	05:49 ERROR: Failed to solve instance
2128.49/1123.73	java.lang.OutOfMemoryError: Java heap space
2130.08/1125.25	05:50 ERROR: Failed to solve instance
2130.08/1125.25	java.lang.OutOfMemoryError: Java heap space
2131.59/1126.66	05:52 ERROR: Failed to solve instance
2131.59/1126.66	java.lang.OutOfMemoryError: Java heap space
2138.73/1133.12	05:58 ERROR: Failed to solve instance
2138.73/1133.12	java.lang.OutOfMemoryError: Java heap space
2147.35/1141.69	06:07 ERROR: Failed to solve instance
2147.35/1141.69	java.lang.OutOfMemoryError: Java heap space
2152.67/1146.38	06:11 ERROR: Failed to solve instance
2152.67/1146.38	java.lang.OutOfMemoryError: Java heap space
2155.22/1148.74	06:14 ERROR: Failed to solve instance
2155.22/1148.74	java.lang.OutOfMemoryError: Java heap space
2157.20/1150.63	06:16 ERROR: Failed to solve instance
2157.20/1150.63	java.lang.OutOfMemoryError: Java heap space
2171.73/1164.62	06:29 ERROR: Failed to solve instance
2171.73/1164.62	java.lang.OutOfMemoryError: Java heap space
2174.74/1167.48	06:32 ERROR: Failed to solve instance
2174.74/1167.48	java.lang.OutOfMemoryError: Java heap space
2176.13/1168.76	06:34 ERROR: Failed to solve instance
2176.13/1168.76	java.lang.OutOfMemoryError: Java heap space
2177.65/1170.19	06:35 ERROR: Failed to solve instance
2177.65/1170.19	java.lang.OutOfMemoryError: Java heap space
2183.38/1175.29	06:40 ERROR: Failed to solve instance
2183.38/1175.29	java.lang.OutOfMemoryError: Java heap space
2186.13/1177.81	06:43 ERROR: Failed to solve instance
2186.13/1177.81	java.lang.OutOfMemoryError: Java heap space
2187.51/1179.13	06:44 ERROR: Failed to solve instance
2187.51/1179.13	java.lang.OutOfMemoryError: Java heap space
2196.93/1188.07	06:53 ERROR: Failed to solve instance
2196.93/1188.07	java.lang.OutOfMemoryError: Java heap space
2199.34/1190.22	06:55 ERROR: Failed to solve instance
2199.34/1190.22	java.lang.OutOfMemoryError: Java heap space
2200.95/1191.71	06:57 ERROR: Failed to solve instance
2200.95/1191.71	java.lang.OutOfMemoryError: Java heap space
2202.07/1192.77	06:58 ERROR: Failed to solve instance
2202.07/1192.77	java.lang.OutOfMemoryError: Java heap space
2224.97/1214.90	07:20 ERROR: Failed to solve instance
2224.97/1214.90	java.lang.OutOfMemoryError: Java heap space
2227.13/1216.99	07:22 ERROR: Failed to solve instance
2227.13/1216.99	java.lang.OutOfMemoryError: Java heap space
2229.68/1219.39	07:24 ERROR: Failed to solve instance
2229.68/1219.39	java.lang.OutOfMemoryError: Java heap space
2234.34/1223.53	07:28 ERROR: Failed to solve instance
2234.34/1223.53	java.lang.OutOfMemoryError: Java heap space
2236.53/1225.63	07:31 ERROR: Failed to solve instance
2236.53/1225.63	java.lang.OutOfMemoryError: Java heap space
2238.55/1227.59	07:33 ERROR: Failed to solve instance
2238.55/1227.59	java.lang.OutOfMemoryError: Java heap space
2261.35/1249.90	07:55 ERROR: Failed to solve instance
2261.35/1249.90	java.lang.OutOfMemoryError: Java heap space
2264.44/1252.74	07:58 ERROR: Failed to solve instance
2264.44/1252.74	java.lang.OutOfMemoryError: Java heap space
2265.74/1253.96	07:59 ERROR: Failed to solve instance
2265.74/1253.96	java.lang.OutOfMemoryError: Java heap space
2267.66/1255.76	08:01 ERROR: Failed to solve instance
2267.66/1255.76	java.lang.OutOfMemoryError: Java heap space
2289.68/1277.05	08:22 ERROR: Failed to solve instance
2289.68/1277.05	java.lang.OutOfMemoryError: Java heap space
2292.35/1279.51	08:25 ERROR: Failed to solve instance
2292.35/1279.51	java.lang.OutOfMemoryError: Java heap space
2294.51/1281.53	08:27 ERROR: Failed to solve instance
2294.51/1281.53	java.lang.OutOfMemoryError: Java heap space
2298.36/1285.00	08:30 ERROR: Failed to solve instance
2298.36/1285.00	java.lang.OutOfMemoryError: Java heap space
2299.76/1286.21	08:31 ERROR: Failed to solve instance
2299.76/1286.21	java.lang.OutOfMemoryError: Java heap space
2301.46/1287.82	08:33 ERROR: Failed to solve instance
2301.46/1287.82	java.lang.OutOfMemoryError: Java heap space
2309.60/1295.38	08:40 ERROR: Failed to solve instance
2309.60/1295.38	java.lang.OutOfMemoryError: Java heap space

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3311193-1304113625/watcher-3311193-1304113625 -o /tmp/evaluation-result-3311193-1304113625/solver-3311193-1304113625 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311193-1304113625.cnf -hbr 2 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 5.07 5.18 6.11 2/198 9583
/proc/meminfo: memFree=12818548/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/9583/stat : 9583 (java) S 9581 9583 9441 0 -1 4202496 667 0 0 0 0 0 0 0 25 0 1 0 522962946 9318400 156 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230804242055 0 2147483391 4096 0 18446744071699199166 0 0 17 2 0 0 0
/proc/9583/statm: 2275 156 126 9 0 67 0

[startup+0.0185929 s]
/proc/loadavg: 5.07 5.18 6.11 2/198 9583
/proc/meminfo: memFree=12818548/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=15591648 CPUtime=0 cores=0,2,4,6
/proc/9583/stat : 9583 (java) S 9581 9583 9441 0 -1 4202496 2987 0 1 0 0 0 0 0 25 0 10 0 522962946 15965847552 2429 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/9583/statm: 3897912 2433 1510 9 0 3888660 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.100601 s]
/proc/loadavg: 5.07 5.18 6.11 2/198 9583
/proc/meminfo: memFree=12818548/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=15676380 CPUtime=0.1 cores=0,2,4,6
/proc/9583/stat : 9583 (java) S 9581 9583 9441 0 -1 4202496 5506 0 1 0 9 1 0 0 25 0 18 0 522962946 16052613120 4946 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9583/statm: 3919095 4947 2115 9 0 3909814 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676380

[startup+0.300577 s]
/proc/loadavg: 5.07 5.18 6.11 2/198 9583
/proc/meminfo: memFree=12818548/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=15680000 CPUtime=0.5 cores=0,2,4,6
/proc/9583/stat : 9583 (java) S 9581 9583 9441 0 -1 4202496 13038 0 1 0 47 3 0 0 25 0 18 0 522962946 16056320000 11576 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9583/statm: 3920000 11582 2206 9 0 3910719 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680000

[startup+0.700487 s]
/proc/loadavg: 5.07 5.18 6.11 2/198 9583
/proc/meminfo: memFree=12818548/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=15679996 CPUtime=0.91 cores=0,2,4,6
/proc/9583/stat : 9583 (java) S 9581 9583 9441 0 -1 4202496 41712 0 1 0 84 7 0 0 25 0 18 0 522962946 16056315904 40210 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9583/statm: 3919999 40210 2223 9 0 3910718 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15679996

[startup+1.50135 s]
/proc/loadavg: 5.07 5.18 6.11 3/216 9601
/proc/meminfo: memFree=12664088/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=15713716 CPUtime=2.15 cores=0,2,4,6
/proc/9583/stat : 9583 (java) S 9581 9583 9441 0 -1 4202496 55094 0 1 0 206 9 0 0 25 0 22 0 522962946 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9583/statm: 3928429 51445 2261 9 0 3919148 0
[pid=9583/tid=9585] ppid=9581 vsize=15713716 CPUtime=1.46 cores=0,2,4,6
/proc/9583/task/9585/stat : 9585 (java) R 9581 9583 9441 0 -1 4202560 35632 0 1 0 140 6 0 0 21 0 22 0 522962946 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 46912505182023 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9583/tid=9586] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9586/stat : 9586 (java) S 9581 9583 9441 0 -1 4202560 1361 0 0 0 0 0 0 0 16 0 22 0 522962947 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9587] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9587/stat : 9587 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522962947 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9588] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9588/stat : 9588 (java) S 9581 9583 9441 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 522962947 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9589] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9589/stat : 9589 (java) S 9581 9583 9441 0 -1 4202560 622 0 0 0 0 0 0 0 15 0 22 0 522962947 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9590] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9590/stat : 9590 (java) S 9581 9583 9441 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 22 0 522962947 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9591] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9591/stat : 9591 (java) S 9581 9583 9441 0 -1 4202560 1133 0 0 0 0 0 0 0 16 0 22 0 522962947 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9592] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9592/stat : 9592 (java) S 9581 9583 9441 0 -1 4202560 864 0 0 0 0 0 0 0 16 0 22 0 522962947 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9593] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9593/stat : 9593 (java) S 9581 9583 9441 0 -1 4202560 805 0 0 0 0 0 0 0 16 0 22 0 522962947 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9594] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9594/stat : 9594 (java) S 9581 9583 9441 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 522962948 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 0 0 16800975 18446604450313560512 0 0 -1 0 0 0 0
[pid=9583/tid=9595] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9595/stat : 9595 (java) S 9581 9583 9441 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522962948 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9596] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9596/stat : 9596 (java) S 9581 9583 9441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522962948 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9597] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9597/stat : 9597 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522962951 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820989361 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9598] ppid=9581 vsize=15713716 CPUtime=0.44 cores=0,2,4,6
/proc/9583/task/9598/stat : 9598 (java) R 9581 9583 9441 0 -1 4202560 10238 0 0 0 43 1 0 0 16 0 22 0 522962951 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 47441310598563 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9583/tid=9599] ppid=9581 vsize=15713716 CPUtime=0.19 cores=0,2,4,6
/proc/9583/task/9599/stat : 9599 (java) S 9581 9583 9441 0 -1 4202560 2599 0 0 0 19 0 0 0 15 0 22 0 522962951 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9600] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9600/stat : 9600 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 522962951 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9601] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9601/stat : 9601 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522962951 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9602] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9602/stat : 9602 (java) S 9581 9583 9441 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 22 0 522963046 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9603] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9603/stat : 9603 (java) S 9581 9583 9441 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 522963046 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9604] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9604/stat : 9604 (java) S 9581 9583 9441 0 -1 4202560 15 0 0 0 0 0 0 0 17 0 22 0 522963046 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9605] ppid=9581 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9605/stat : 9605 (java) S 9581 9583 9441 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522963046 16090845184 51445 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 15713716

[startup+3.10106 s]
/proc/loadavg: 4.90 5.14 6.10 3/220 9605
/proc/meminfo: memFree=12617804/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=15714528 CPUtime=5.29 cores=0,2,4,6
/proc/9583/stat : 9583 (java) S 9581 9583 9441 0 -1 4202496 70054 0 1 0 517 12 0 0 25 0 22 0 522962946 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9583/statm: 3928632 63071 2275 9 0 3919351 0
[pid=9583/tid=9585] ppid=9581 vsize=15714528 CPUtime=2.53 cores=0,2,4,6
/proc/9583/task/9585/stat : 9585 (java) S 9581 9583 9441 0 -1 4202560 35686 0 1 0 247 6 0 0 25 0 22 0 522962946 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 0 0 0 0
[pid=9583/tid=9586] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9586/stat : 9586 (java) S 9581 9583 9441 0 -1 4202560 2108 0 0 0 0 0 0 0 16 0 22 0 522962947 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9587] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9587/stat : 9587 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522962947 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9588] ppid=9581 vsize=15714528 CPUtime=0.02 cores=0,2,4,6
/proc/9583/task/9588/stat : 9588 (java) S 9581 9583 9441 0 -1 4202560 2686 0 0 0 2 0 0 0 16 0 22 0 522962947 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9589] ppid=9581 vsize=15714528 CPUtime=0.02 cores=0,2,4,6
/proc/9583/task/9589/stat : 9589 (java) S 9581 9583 9441 0 -1 4202560 2129 0 0 0 2 0 0 0 16 0 22 0 522962947 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9590] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9590/stat : 9590 (java) S 9581 9583 9441 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 22 0 522962947 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9591] ppid=9581 vsize=15714528 CPUtime=0.02 cores=0,2,4,6
/proc/9583/task/9591/stat : 9591 (java) S 9581 9583 9441 0 -1 4202560 4602 0 0 0 2 0 0 0 16 0 22 0 522962947 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9592] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9592/stat : 9592 (java) S 9581 9583 9441 0 -1 4202560 864 0 0 0 0 0 0 0 15 0 22 0 522962947 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9593] ppid=9581 vsize=15714528 CPUtime=0.02 cores=0,2,4,6
/proc/9583/task/9593/stat : 9593 (java) S 9581 9583 9441 0 -1 4202560 3427 0 0 0 2 0 0 0 16 0 22 0 522962947 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9594] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9594/stat : 9594 (java) S 9581 9583 9441 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 22 0 522962948 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 0 0 16800975 18446604450313560512 0 0 -1 0 0 0 0
[pid=9583/tid=9595] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9595/stat : 9595 (java) S 9581 9583 9441 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522962948 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9596] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9596/stat : 9596 (java) S 9581 9583 9441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522962948 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9597] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9597/stat : 9597 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522962951 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820989361 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9598] ppid=9581 vsize=15714528 CPUtime=0.91 cores=0,2,4,6
/proc/9583/task/9598/stat : 9598 (java) S 9581 9583 9441 0 -1 4202560 11878 0 0 0 90 1 0 0 16 0 22 0 522962951 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9599] ppid=9581 vsize=15714528 CPUtime=0.88 cores=0,2,4,6
/proc/9583/task/9599/stat : 9599 (java) S 9581 9583 9441 0 -1 4202560 4850 0 0 0 88 0 0 0 16 0 22 0 522962951 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9600] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9600/stat : 9600 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 522962951 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9601] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9601/stat : 9601 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522962951 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9602] ppid=9581 vsize=15714528 CPUtime=0.35 cores=0,2,4,6
/proc/9583/task/9602/stat : 9602 (java) R 9581 9583 9441 0 -1 4202560 14 0 0 0 35 0 0 0 16 0 22 0 522963046 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 46912506097447 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9583/tid=9603] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9603/stat : 9603 (java) S 9581 9583 9441 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522963046 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9604] ppid=9581 vsize=15714528 CPUtime=0.09 cores=0,2,4,6
/proc/9583/task/9604/stat : 9604 (java) S 9581 9583 9441 0 -1 4202560 25 0 0 0 9 0 0 0 15 0 22 0 522963046 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9605] ppid=9581 vsize=15714528 CPUtime=0.35 cores=0,2,4,6
/proc/9583/task/9605/stat : 9605 (java) R 9581 9583 9441 0 -1 4202560 7 0 0 0 35 0 0 0 16 0 22 0 522963046 16091676672 63071 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 46912506073125 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 15714528

[startup+6.30142 s]
/proc/loadavg: 4.90 5.14 6.10 6/220 9605
/proc/meminfo: memFree=11935040/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=15714528 CPUtime=16.76 cores=0,2,4,6
/proc/9583/stat : 9583 (java) S 9581 9583 9441 0 -1 4202496 265682 0 1 0 1633 43 0 0 25 0 22 0 522962946 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9583/statm: 3928632 257974 2275 9 0 3919351 0
[pid=9583/tid=9585] ppid=9581 vsize=15714528 CPUtime=2.53 cores=0,2,4,6
/proc/9583/task/9585/stat : 9585 (java) S 9581 9583 9441 0 -1 4202560 35686 0 1 0 247 6 0 0 25 0 22 0 522962946 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 0 0 0 0
[pid=9583/tid=9586] ppid=9581 vsize=15714528 CPUtime=0.19 cores=0,2,4,6
/proc/9583/task/9586/stat : 9586 (java) S 9581 9583 9441 0 -1 4202560 38018 0 0 0 14 5 0 0 16 0 22 0 522962947 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9587] ppid=9581 vsize=15714528 CPUtime=0.26 cores=0,2,4,6
/proc/9583/task/9587/stat : 9587 (java) S 9581 9583 9441 0 -1 4202560 36733 0 0 0 21 5 0 0 15 0 22 0 522962947 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 0 0 0 0
[pid=9583/tid=9588] ppid=9581 vsize=15714528 CPUtime=0.17 cores=0,2,4,6
/proc/9583/task/9588/stat : 9588 (java) S 9581 9583 9441 0 -1 4202560 22032 0 0 0 15 2 0 0 16 0 22 0 522962947 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9589] ppid=9581 vsize=15714528 CPUtime=0.14 cores=0,2,4,6
/proc/9583/task/9589/stat : 9589 (java) S 9581 9583 9441 0 -1 4202560 18647 0 0 0 11 3 0 0 16 0 22 0 522962947 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9590] ppid=9581 vsize=15714528 CPUtime=0.13 cores=0,2,4,6
/proc/9583/task/9590/stat : 9590 (java) S 9581 9583 9441 0 -1 4202560 22759 0 0 0 10 3 0 0 16 0 22 0 522962947 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9591] ppid=9581 vsize=15714528 CPUtime=0.02 cores=0,2,4,6
/proc/9583/task/9591/stat : 9591 (java) S 9581 9583 9441 0 -1 4202560 4602 0 0 0 2 0 0 0 16 0 22 0 522962947 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9592] ppid=9581 vsize=15714528 CPUtime=0.09 cores=0,2,4,6
/proc/9583/task/9592/stat : 9592 (java) S 9581 9583 9441 0 -1 4202560 12227 0 0 0 7 2 0 0 15 0 22 0 522962947 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9593] ppid=9581 vsize=15714528 CPUtime=0.13 cores=0,2,4,6
/proc/9583/task/9593/stat : 9593 (java) S 9581 9583 9441 0 -1 4202560 18555 0 0 0 11 2 0 0 16 0 22 0 522962947 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9594] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9594/stat : 9594 (java) S 9581 9583 9441 0 -1 4202560 430 0 0 0 0 0 0 0 15 0 22 0 522962948 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 0 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9595] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9595/stat : 9595 (java) S 9581 9583 9441 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522962948 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9596] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9596/stat : 9596 (java) S 9581 9583 9441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522962948 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9597] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9597/stat : 9597 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522962951 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820989361 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9598] ppid=9581 vsize=15714528 CPUtime=0.95 cores=0,2,4,6
/proc/9583/task/9598/stat : 9598 (java) S 9581 9583 9441 0 -1 4202560 11884 0 0 0 94 1 0 0 15 0 22 0 522962951 16091676672 257974 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0

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

[pid=9583/tid=9590] ppid=9581 vsize=15714528 CPUtime=3.12 cores=0,2,4,6
/proc/9583/task/9590/stat : 9590 (java) S 9581 9583 9441 0 -1 4202560 457025 0 0 0 231 81 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9591] ppid=9581 vsize=15714528 CPUtime=2.79 cores=0,2,4,6
/proc/9583/task/9591/stat : 9591 (java) S 9581 9583 9441 0 -1 4202560 350097 0 0 0 219 60 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9592] ppid=9581 vsize=15714528 CPUtime=2.91 cores=0,2,4,6
/proc/9583/task/9592/stat : 9592 (java) S 9581 9583 9441 0 -1 4202560 412768 0 0 0 220 71 0 0 15 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9593] ppid=9581 vsize=15714528 CPUtime=2.65 cores=0,2,4,6
/proc/9583/task/9593/stat : 9593 (java) S 9581 9583 9441 0 -1 4202560 295730 0 0 0 215 50 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9594] ppid=9581 vsize=15714528 CPUtime=837.28 cores=0,2,4,6
/proc/9583/task/9594/stat : 9594 (java) R 9581 9583 9441 0 -1 4202560 611280 0 0 0 83603 125 0 0 16 0 20 0 522962948 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 47441313336709 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=9583/tid=9595] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9595/stat : 9595 (java) S 9581 9583 9441 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 20 0 522962948 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9596] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9596/stat : 9596 (java) S 9581 9583 9441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 20 0 522962948 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9597] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9597/stat : 9597 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820989361 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9598] ppid=9581 vsize=15714528 CPUtime=1.04 cores=0,2,4,6
/proc/9583/task/9598/stat : 9598 (java) S 9581 9583 9441 0 -1 4202560 12276 0 0 0 103 1 0 0 15 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9599] ppid=9581 vsize=15714528 CPUtime=1.12 cores=0,2,4,6
/proc/9583/task/9599/stat : 9599 (java) S 9581 9583 9441 0 -1 4202560 4877 0 0 0 112 0 0 0 15 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9600] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9600/stat : 9600 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9601] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9601/stat : 9601 (java) S 9581 9583 9441 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9603] ppid=9581 vsize=15714528 CPUtime=333.3 cores=0,2,4,6
/proc/9583/task/9603/stat : 9603 (java) S 9581 9583 9441 0 -1 4202560 70496 0 0 0 33311 19 0 0 15 0 20 0 522963046 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 0 0 0 0
[pid=9583/tid=9605] ppid=9581 vsize=15714528 CPUtime=335.98 cores=0,2,4,6
/proc/9583/task/9605/stat : 9605 (java) S 9581 9583 9441 0 -1 4202560 66715 0 0 0 33578 20 0 0 15 0 20 0 522963046 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2191.15
Current children cumulated vsize (KiB) 15714528

[startup+1242.3 s]
/proc/loadavg: 5.10 5.15 5.57 6/218 9699
/proc/meminfo: memFree=12349028/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=15714528 CPUtime=2253.85 cores=0,2,4,6
/proc/9583/stat : 9583 (java) S 9581 9583 9441 0 -1 4202496 3895966 0 1 0 224650 735 0 0 25 0 20 0 522962946 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9583/statm: 3928632 3854452 2295 9 0 3919351 0
[pid=9583/tid=9585] ppid=9581 vsize=15714528 CPUtime=2.53 cores=0,2,4,6
/proc/9583/task/9585/stat : 9585 (java) S 9581 9583 9441 0 -1 4202560 35686 0 1 0 247 6 0 0 25 0 20 0 522962946 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 0 0 0 0
[pid=9583/tid=9586] ppid=9581 vsize=15714528 CPUtime=2.54 cores=0,2,4,6
/proc/9583/task/9586/stat : 9586 (java) S 9581 9583 9441 0 -1 4202560 277593 0 0 0 206 48 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9587] ppid=9581 vsize=15714528 CPUtime=2.82 cores=0,2,4,6
/proc/9583/task/9587/stat : 9587 (java) S 9581 9583 9441 0 -1 4202560 381065 0 0 0 216 66 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9588] ppid=9581 vsize=15714528 CPUtime=2.92 cores=0,2,4,6
/proc/9583/task/9588/stat : 9588 (java) S 9581 9583 9441 0 -1 4202560 429377 0 0 0 215 77 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9589] ppid=9581 vsize=15714528 CPUtime=3 cores=0,2,4,6
/proc/9583/task/9589/stat : 9589 (java) S 9581 9583 9441 0 -1 4202560 359488 0 0 0 237 63 0 0 15 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9590] ppid=9581 vsize=15714528 CPUtime=3.12 cores=0,2,4,6
/proc/9583/task/9590/stat : 9590 (java) S 9581 9583 9441 0 -1 4202560 457025 0 0 0 231 81 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9591] ppid=9581 vsize=15714528 CPUtime=2.79 cores=0,2,4,6
/proc/9583/task/9591/stat : 9591 (java) S 9581 9583 9441 0 -1 4202560 350097 0 0 0 219 60 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9592] ppid=9581 vsize=15714528 CPUtime=2.91 cores=0,2,4,6
/proc/9583/task/9592/stat : 9592 (java) S 9581 9583 9441 0 -1 4202560 412768 0 0 0 220 71 0 0 15 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9593] ppid=9581 vsize=15714528 CPUtime=2.65 cores=0,2,4,6
/proc/9583/task/9593/stat : 9593 (java) S 9581 9583 9441 0 -1 4202560 295730 0 0 0 215 50 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9594] ppid=9581 vsize=15714528 CPUtime=894.6 cores=0,2,4,6
/proc/9583/task/9594/stat : 9594 (java) R 9581 9583 9441 0 -1 4202560 611282 0 0 0 89330 130 0 0 18 0 20 0 522962948 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 47441312989250 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=9583/tid=9595] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9595/stat : 9595 (java) S 9581 9583 9441 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 20 0 522962948 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9596] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9596/stat : 9596 (java) S 9581 9583 9441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 20 0 522962948 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9597] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9597/stat : 9597 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820989361 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9598] ppid=9581 vsize=15714528 CPUtime=1.04 cores=0,2,4,6
/proc/9583/task/9598/stat : 9598 (java) S 9581 9583 9441 0 -1 4202560 12276 0 0 0 103 1 0 0 15 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9599] ppid=9581 vsize=15714528 CPUtime=1.12 cores=0,2,4,6
/proc/9583/task/9599/stat : 9599 (java) S 9581 9583 9441 0 -1 4202560 4877 0 0 0 112 0 0 0 15 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9600] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9600/stat : 9600 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9601] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9601/stat : 9601 (java) S 9581 9583 9441 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9603] ppid=9581 vsize=15714528 CPUtime=335.98 cores=0,2,4,6
/proc/9583/task/9603/stat : 9603 (java) S 9581 9583 9441 0 -1 4202560 70772 0 0 0 33579 19 0 0 15 0 20 0 522963046 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 0 0 0 0
[pid=9583/tid=9605] ppid=9581 vsize=15714528 CPUtime=338.67 cores=0,2,4,6
/proc/9583/task/9605/stat : 9605 (java) S 9581 9583 9441 0 -1 4202560 67022 0 0 0 33846 21 0 0 15 0 20 0 522963046 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2253.85
Current children cumulated vsize (KiB) 15714528



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.14 5.15 5.55 6/218 9701
/proc/meminfo: memFree=12351408/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=15714528 CPUtime=2314.41 cores=0,2,4,6
/proc/9583/stat : 9583 (java) S 9581 9583 9441 0 -1 4202496 3896522 0 1 0 230701 740 0 0 25 0 20 0 522962946 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9583/statm: 3928632 3854452 2295 9 0 3919351 0
[pid=9583/tid=9585] ppid=9581 vsize=15714528 CPUtime=2.53 cores=0,2,4,6
/proc/9583/task/9585/stat : 9585 (java) S 9581 9583 9441 0 -1 4202560 35686 0 1 0 247 6 0 0 25 0 20 0 522962946 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 0 0 0 0
[pid=9583/tid=9586] ppid=9581 vsize=15714528 CPUtime=2.54 cores=0,2,4,6
/proc/9583/task/9586/stat : 9586 (java) S 9581 9583 9441 0 -1 4202560 277593 0 0 0 206 48 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9587] ppid=9581 vsize=15714528 CPUtime=2.82 cores=0,2,4,6
/proc/9583/task/9587/stat : 9587 (java) S 9581 9583 9441 0 -1 4202560 381065 0 0 0 216 66 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9588] ppid=9581 vsize=15714528 CPUtime=2.92 cores=0,2,4,6
/proc/9583/task/9588/stat : 9588 (java) S 9581 9583 9441 0 -1 4202560 429377 0 0 0 215 77 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9589] ppid=9581 vsize=15714528 CPUtime=3 cores=0,2,4,6
/proc/9583/task/9589/stat : 9589 (java) S 9581 9583 9441 0 -1 4202560 359488 0 0 0 237 63 0 0 15 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
[pid=9583/tid=9590] ppid=9581 vsize=15714528 CPUtime=3.12 cores=0,2,4,6
/proc/9583/task/9590/stat : 9590 (java) S 9581 9583 9441 0 -1 4202560 457025 0 0 0 231 81 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9591] ppid=9581 vsize=15714528 CPUtime=2.79 cores=0,2,4,6
/proc/9583/task/9591/stat : 9591 (java) S 9581 9583 9441 0 -1 4202560 350097 0 0 0 219 60 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9592] ppid=9581 vsize=15714528 CPUtime=2.91 cores=0,2,4,6
/proc/9583/task/9592/stat : 9592 (java) S 9581 9583 9441 0 -1 4202560 412768 0 0 0 220 71 0 0 15 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9593] ppid=9581 vsize=15714528 CPUtime=2.65 cores=0,2,4,6
/proc/9583/task/9593/stat : 9593 (java) S 9581 9583 9441 0 -1 4202560 295730 0 0 0 215 50 0 0 16 0 20 0 522962947 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9594] ppid=9581 vsize=15714528 CPUtime=949.48 cores=0,2,4,6
/proc/9583/task/9594/stat : 9594 (java) R 9581 9583 9441 0 -1 4202560 611286 0 0 0 94814 134 0 0 18 0 20 0 522962948 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 47441313335357 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=9583/tid=9595] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9595/stat : 9595 (java) S 9581 9583 9441 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 20 0 522962948 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9596] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9596/stat : 9596 (java) S 9581 9583 9441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 20 0 522962948 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9597] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9597/stat : 9597 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820989361 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9598] ppid=9581 vsize=15714528 CPUtime=1.04 cores=0,2,4,6
/proc/9583/task/9598/stat : 9598 (java) S 9581 9583 9441 0 -1 4202560 12276 0 0 0 103 1 0 0 15 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 6 0 0 0
[pid=9583/tid=9599] ppid=9581 vsize=15714528 CPUtime=1.12 cores=0,2,4,6
/proc/9583/task/9599/stat : 9599 (java) S 9581 9583 9441 0 -1 4202560 4877 0 0 0 112 0 0 0 15 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9600] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9600/stat : 9600 (java) S 9581 9583 9441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9601] ppid=9581 vsize=15714528 CPUtime=0 cores=0,2,4,6
/proc/9583/task/9601/stat : 9601 (java) S 9581 9583 9441 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 20 0 522962951 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820982272 0 4 0 16800975 18446604450313560512 0 0 -1 2 0 0 0
[pid=9583/tid=9603] ppid=9581 vsize=15714528 CPUtime=338.84 cores=0,2,4,6
/proc/9583/task/9603/stat : 9603 (java) S 9581 9583 9441 0 -1 4202560 71013 0 0 0 33864 20 0 0 15 0 20 0 522963046 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 0 0 0 0
[pid=9583/tid=9605] ppid=9581 vsize=15714528 CPUtime=341.49 cores=0,2,4,6
/proc/9583/task/9605/stat : 9605 (java) S 9581 9583 9441 0 -1 4202560 67329 0 0 0 34128 21 0 0 15 0 20 0 522963046 16091676672 3854452 33554432000 1073741824 1073778376 140734446482304 18446744073709551615 230820981657 0 4 0 16800975 18446604450313560512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2314.41
Current children cumulated vsize (KiB) 15714528

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9583

[startup+1302.3 s]
/proc/loadavg: 4.81 5.09 5.52 2/196 9705
/proc/meminfo: memFree=12792140/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=0 CPUtime=2316.7 cores=0,2,4,6
/proc/9583/stat : 9583 (java) Z 9581 9583 9441 0 -1 4203548 3896550 0 1 0 230902 768 0 0 18 0 2 0 522962946 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9583/statm: 0 0 0 0 0 0 0
[pid=9583/tid=9600] ppid=9581 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/9583/task/9600/stat : 9600 (java) R 9581 9583 9441 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 522962951 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2316.7
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 4.81 5.09 5.52 2/196 9705
/proc/meminfo: memFree=12792140/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=0 CPUtime=2316.9 cores=0,2,4,6
/proc/9583/stat : 9583 (java) Z 9581 9583 9441 0 -1 4203548 3896550 0 1 0 230902 788 0 0 18 0 2 0 522962946 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9583/statm: 0 0 0 0 0 0 0
[pid=9583/tid=9600] ppid=9581 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/9583/task/9600/stat : 9600 (java) R 9581 9583 9441 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 522962951 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2316.9
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 4.81 5.09 5.52 2/177 9705
/proc/meminfo: memFree=27998740/32951124 swapFree=67111524/67111528
[pid=9583] ppid=9581 vsize=0 CPUtime=2317.01 cores=0,2,4,6
/proc/9583/stat : 9583 (java) Z 9581 9583 9441 0 -1 4203548 3896550 0 1 0 230902 799 0 0 18 0 2 0 522962946 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9583/statm: 0 0 0 0 0 0 0
[pid=9583/tid=9600] ppid=9581 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/9583/task/9600/stat : 9600 (java) R 9581 9583 9441 0 -1 4203588 1 0 0 0 0 58 0 0 18 0 2 0 522962951 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2317.01
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.61
CPU time (s): 2317.03
CPU user time (s): 2309.03
CPU system time (s): 8.00078
CPU usage (%): 177.875
Max. virtual memory (cumulated for all children) (KiB): 15715792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2309.03
system time used= 8.00078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3896550
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= 71282
involuntary context switches= 39866

runsolver used 2.13167 second user time and 5.05623 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 23:47:05
IDJOB=3311193
IDBENCH=82578
IDSOLVER=1698
FILE ID=node104/3311193-1304113625
RUNJOBID= node104-1304112416-9459
PBS_JOBID= 13170692
Free space on /tmp= 71540 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S471691933-060-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311193-1304113625/watcher-3311193-1304113625 -o /tmp/evaluation-result-3311193-1304113625/solver-3311193-1304113625 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311193-1304113625.cnf -hbr 2

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

MD5SUM BENCH= 91da78a39fd68b6c63602d278464956f
RANDOM SEED=1305395985

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12818828 kB
Buffers:       1247668 kB
Cached:        2898468 kB
SwapCached:          4 kB
Active:       15530760 kB
Inactive:      4065716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12818828 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5128 kB
Writeback:           0 kB
AnonPages:    15450864 kB
Mapped:          23440 kB
Slab:           442152 kB
PageTables:      34480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15722560 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= 71540 MiB
End job on node104 at 2011-04-30 00:08:48