Trace number 3311185

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) 2258.21 1302.52

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
MD5SUM83f9a63a559155a858e739be2c598060
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.6951
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.11	40:01 INFO : Reading from input HOME/instance-3311185-1304113200.cnf
1.14/0.90	Executor set job limit to 1000000
1.14/0.90	Executor set job limit to 1000000
1.14/0.90	Executor set job limit to 1000000
1.14/0.90	Executor set job limit to 1000000
1.14/0.90	Starting Executor!
1.14/0.90	Starting Executor!
1.14/0.90	Starting Executor!
1.14/0.91	Starting Executor!
4.44/2.68	40:03 INFO : 39834 variables remaining out of 40000
4.44/2.68	40:03 INFO : 667652 literals remaining out of 672000
1272.62/345.88	45:46 ERROR: Failed to solve instance
1272.62/345.88	java.lang.OutOfMemoryError: Java heap space
1272.62/345.88		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1272.62/345.88		at gnu.trove.THash.postInsertHook(THash.java:370)
1272.62/345.88		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1272.62/345.88		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1272.62/345.88		at ibis.structure.Subsumming.run(Subsumming.java:58)
1272.62/345.88		at ibis.structure.Solver.simplify(Solver.java:205)
1272.62/345.88		at ibis.structure.Solver.solve(Solver.java:113)
1272.62/345.88		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1272.62/345.88		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1272.62/345.88		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1272.62/345.88		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1272.62/345.88		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1272.62/345.88		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1272.62/345.88		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1272.62/345.88		at ibis.constellation.Executor.processActivities(Executor.java:75)
1272.62/345.88		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1272.62/345.88		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1272.62/345.88		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1278.56/351.66	45:52 ERROR: Failed to solve instance
1278.56/351.66	java.lang.OutOfMemoryError: Java heap space
1278.56/351.66		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1278.56/351.66		at gnu.trove.THash.postInsertHook(THash.java:370)
1278.56/351.66		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1278.56/351.66		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1278.56/351.66		at ibis.structure.Subsumming.run(Subsumming.java:58)
1278.56/351.66		at ibis.structure.Solver.simplify(Solver.java:205)
1278.56/351.66		at ibis.structure.Solver.solve(Solver.java:113)
1278.56/351.66		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1278.56/351.66		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1278.56/351.66		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1278.56/351.66		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1278.56/351.66		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1278.56/351.66		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1278.56/351.66		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1278.56/351.66		at ibis.constellation.Executor.processActivities(Executor.java:75)
1278.56/351.66		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1278.56/351.66		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1278.56/351.66		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1285.55/358.09	45:59 ERROR: Failed to solve instance
1285.55/358.09	java.lang.OutOfMemoryError: Java heap space
1285.55/358.09		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1285.55/358.09		at gnu.trove.THash.postInsertHook(THash.java:370)
1285.55/358.09		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1285.55/358.09		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1285.55/358.09		at ibis.structure.Subsumming.run(Subsumming.java:58)
1285.55/358.09		at ibis.structure.Solver.simplify(Solver.java:205)
1285.55/358.09		at ibis.structure.Solver.solve(Solver.java:113)
1285.55/358.09		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1285.55/358.09		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1285.55/358.09		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1285.55/358.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1285.55/358.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1285.55/358.09		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1285.55/358.09		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1285.55/358.09		at ibis.constellation.Executor.processActivities(Executor.java:75)
1285.55/358.09		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1285.55/358.09		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1285.55/358.09		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1294.95/366.84	46:07 ERROR: Failed to solve instance
1294.95/366.84	java.lang.OutOfMemoryError: Java heap space
1294.95/366.84		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1294.95/366.84		at gnu.trove.THash.postInsertHook(THash.java:370)
1294.95/366.84		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1294.95/366.84		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1294.95/366.84		at ibis.structure.Subsumming.run(Subsumming.java:58)
1294.95/366.84		at ibis.structure.Solver.simplify(Solver.java:205)
1294.95/366.84		at ibis.structure.Solver.solve(Solver.java:113)
1294.95/366.84		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1294.95/366.84		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1294.95/366.84		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1294.95/366.84		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1294.95/366.84		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1294.95/366.84		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1294.95/366.84		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1294.95/366.84		at ibis.constellation.Executor.processActivities(Executor.java:75)
1294.95/366.84		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1294.95/366.84		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1294.95/366.84		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1316.75/388.31	46:29 ERROR: Failed to solve instance
1316.75/388.31	java.lang.OutOfMemoryError: Java heap space
1352.72/423.04	47:04 ERROR: Failed to solve instance
1352.72/423.04	java.lang.OutOfMemoryError: Java heap space
1373.05/443.36	47:24 ERROR: Failed to solve instance
1373.05/443.36	java.lang.OutOfMemoryError: Java heap space
1375.19/445.47	47:26 ERROR: Failed to solve instance
1375.19/445.47	java.lang.OutOfMemoryError: Java heap space
1380.16/450.21	47:31 ERROR: Failed to solve instance
1380.16/450.21	java.lang.OutOfMemoryError: Java heap space
1383.67/453.65	47:34 ERROR: Failed to solve instance
1383.67/453.65	java.lang.OutOfMemoryError: Java heap space
1388.21/457.99	47:39 ERROR: Failed to solve instance
1388.21/457.99	java.lang.OutOfMemoryError: Java heap space
1390.81/460.36	47:41 ERROR: Failed to solve instance
1390.81/460.36	java.lang.OutOfMemoryError: Java heap space
1402.41/471.75	47:52 ERROR: Failed to solve instance
1402.41/471.75	java.lang.OutOfMemoryError: Java heap space
1441.88/509.01	48:29 ERROR: Failed to solve instance
1441.88/509.01	java.lang.OutOfMemoryError: Java heap space
1474.71/541.33	49:02 ERROR: Failed to solve instance
1474.71/541.33	java.lang.OutOfMemoryError: Java heap space
1478.22/544.81	49:05 ERROR: Failed to solve instance
1478.22/544.81	java.lang.OutOfMemoryError: Java heap space
1486.08/552.61	49:13 ERROR: Failed to solve instance
1486.08/552.61	java.lang.OutOfMemoryError: Java heap space
1500.28/566.67	49:27 ERROR: Failed to solve instance
1500.28/566.67	java.lang.OutOfMemoryError: Java heap space
1507.72/574.00	Exception in thread "SingleThreadedConstellation 1" java.lang.OutOfMemoryError: Java heap space
1511.09/577.12	49:38 ERROR: Failed to solve instance
1511.09/577.12	java.lang.OutOfMemoryError: Java heap space
1517.13/582.06	49:43 ERROR: Failed to solve instance
1517.13/582.06	java.lang.OutOfMemoryError: Java heap space
1543.79/608.39	50:09 ERROR: Failed to solve instance
1543.79/608.39	java.lang.OutOfMemoryError: Java heap space
1568.15/632.65	50:33 ERROR: Failed to solve instance
1568.15/632.65	java.lang.OutOfMemoryError: Java heap space
1592.78/657.28	50:58 ERROR: Failed to solve instance
1592.78/657.28	java.lang.OutOfMemoryError: Java heap space
1597.78/661.63	51:02 ERROR: Failed to solve instance
1597.78/661.63	java.lang.OutOfMemoryError: Java heap space
1621.51/684.83	51:25 ERROR: Failed to solve instance
1621.51/684.83	java.lang.OutOfMemoryError: Java heap space
1624.13/687.10	51:28 ERROR: Failed to solve instance
1624.13/687.10	java.lang.OutOfMemoryError: Java heap space
1627.27/690.12	51:31 ERROR: Failed to solve instance
1627.27/690.12	java.lang.OutOfMemoryError: Java heap space
1628.93/691.64	51:32 ERROR: Failed to solve instance
1628.93/691.64	java.lang.OutOfMemoryError: Java heap space
1636.05/698.53	51:39 ERROR: Failed to solve instance
1636.05/698.53	java.lang.OutOfMemoryError: Java heap space
1658.93/720.34	52:01 ERROR: Failed to solve instance
1658.93/720.34	java.lang.OutOfMemoryError: Java heap space
1677.09/738.22	52:19 ERROR: Failed to solve instance
1677.09/738.22	java.lang.OutOfMemoryError: Java heap space
1681.30/742.46	52:23 ERROR: Failed to solve instance
1681.30/742.46	java.lang.OutOfMemoryError: Java heap space
1691.33/752.39	52:33 ERROR: Failed to solve instance
1691.33/752.39	java.lang.OutOfMemoryError: Java heap space
1712.92/773.64	52:54 ERROR: Failed to solve instance
1712.92/773.64	java.lang.OutOfMemoryError: Java heap space
1716.36/776.64	52:57 ERROR: Failed to solve instance
1716.36/776.64	java.lang.OutOfMemoryError: Java heap space
1719.52/779.33	53:00 ERROR: Failed to solve instance
1719.52/779.33	java.lang.OutOfMemoryError: Java heap space
1745.08/803.84	53:24 ERROR: Failed to solve instance
1745.08/803.84	java.lang.OutOfMemoryError: Java heap space
1756.01/814.78	53:35 ERROR: Failed to solve instance
1756.01/814.78	java.lang.OutOfMemoryError: Java heap space
1758.37/817.00	53:38 ERROR: Failed to solve instance
1758.37/817.00	java.lang.OutOfMemoryError: Java heap space
1775.98/834.36	53:55 ERROR: Failed to solve instance
1775.98/834.36	java.lang.OutOfMemoryError: Java heap space
1777.82/836.01	53:57 ERROR: Failed to solve instance
1777.82/836.01	java.lang.OutOfMemoryError: Java heap space
1779.54/837.59	53:58 ERROR: Failed to solve instance
1779.54/837.59	java.lang.OutOfMemoryError: Java heap space
1798.97/856.07	54:17 ERROR: Failed to solve instance
1798.97/856.07	java.lang.OutOfMemoryError: Java heap space
1807.69/864.49	54:25 ERROR: Failed to solve instance
1807.69/864.49	java.lang.OutOfMemoryError: Java heap space
1810.53/867.00	54:28 ERROR: Failed to solve instance
1810.53/867.00	java.lang.OutOfMemoryError: Java heap space
1840.00/895.92	54:56 ERROR: Failed to solve instance
1840.00/895.92	java.lang.OutOfMemoryError: Java heap space
1863.64/919.51	55:20 ERROR: Failed to solve instance
1863.64/919.51	java.lang.OutOfMemoryError: Java heap space
1887.59/943.48	55:44 ERROR: Failed to solve instance
1887.59/943.48	java.lang.OutOfMemoryError: Java heap space
1905.32/960.61	56:01 ERROR: Failed to solve instance
1905.32/960.61	java.lang.OutOfMemoryError: Java heap space
1940.11/994.81	56:23 ERROR: Failed to solve instance
1940.11/994.81	java.lang.OutOfMemoryError: Java heap space
1940.11/994.81	56:35 ERROR: Failed to solve instance
1940.11/994.81	java.lang.OutOfMemoryError: Java heap space
1945.23/999.62	56:40 ERROR: Failed to solve instance
1945.23/999.62	java.lang.OutOfMemoryError: Java heap space
1959.68/1013.95	56:55 ERROR: Failed to solve instance
1959.68/1013.95	java.lang.OutOfMemoryError: Java heap space
1963.04/1016.99	56:58 ERROR: Failed to solve instance
1963.04/1016.99	java.lang.OutOfMemoryError: Java heap space
1966.60/1020.15	57:01 ERROR: Failed to solve instance
1966.60/1020.15	java.lang.OutOfMemoryError: Java heap space
1969.43/1022.56	57:03 ERROR: Failed to solve instance
1969.43/1022.56	java.lang.OutOfMemoryError: Java heap space
1973.65/1026.39	57:07 ERROR: Failed to solve instance
1973.65/1026.39	java.lang.OutOfMemoryError: Java heap space
1978.86/1031.10	57:12 ERROR: Failed to solve instance
1978.86/1031.10	java.lang.OutOfMemoryError: Java heap space
2001.34/1052.57	57:33 ERROR: Failed to solve instance
2001.34/1052.57	java.lang.OutOfMemoryError: Java heap space
2014.61/1065.75	57:46 ERROR: Failed to solve instance
2014.61/1065.75	java.lang.OutOfMemoryError: Java heap space
2014.61/1065.75	57:46 ERROR: Failed to solve instance
2014.61/1065.75	java.lang.OutOfMemoryError: Java heap space
2018.35/1069.10	57:50 ERROR: Failed to solve instance
2018.35/1069.10	java.lang.OutOfMemoryError: Java heap space
2019.88/1070.54	57:51 ERROR: Failed to solve instance
2019.88/1070.54	java.lang.OutOfMemoryError: Java heap space
2022.40/1072.85	57:53 ERROR: Failed to solve instance
2022.40/1072.85	java.lang.OutOfMemoryError: Java heap space
2050.97/1100.22	58:21 ERROR: Failed to solve instance
2050.97/1100.22	java.lang.OutOfMemoryError: Java heap space
2050.97/1100.22	58:21 ERROR: Failed to solve instance
2050.97/1100.22	java.lang.OutOfMemoryError: Java heap space
2058.45/1107.36	58:28 ERROR: Failed to solve instance
2058.45/1107.36	java.lang.OutOfMemoryError: Java heap space
2064.29/1112.71	58:33 ERROR: Failed to solve instance
2064.29/1112.71	java.lang.OutOfMemoryError: Java heap space
2091.38/1139.47	59:00 ERROR: Failed to solve instance
2091.38/1139.47	java.lang.OutOfMemoryError: Java heap space
2121.34/1169.38	59:10 ERROR: Failed to solve instance
2121.34/1169.38	java.lang.OutOfMemoryError: Java heap space
2121.34/1169.38	59:30 ERROR: Failed to solve instance
2121.34/1169.38	java.lang.OutOfMemoryError: Java heap space
2125.47/1173.08	59:34 ERROR: Failed to solve instance
2125.47/1173.08	java.lang.OutOfMemoryError: Java heap space
2160.44/1206.88	00:07 ERROR: Failed to solve instance
2160.44/1206.88	java.lang.OutOfMemoryError: Java heap space
2164.76/1211.11	Exception in thread "SingleThreadedConstellation 3" java.lang.OutOfMemoryError: Java heap space
2195.18/1240.62	00:09 ERROR: Failed to solve instance
2195.18/1240.62	00:41 ERROR: Failed to solve instance
2195.18/1240.62	java.lang.OutOfMemoryError: Java heap space
2218.13/1263.56	01:04 ERROR: Failed to solve instance
2218.13/1263.56	java.lang.OutOfMemoryError: Java heap space
2220.69/1265.98	01:07 ERROR: Failed to solve instance
2220.69/1265.98	java.lang.OutOfMemoryError: Java heap space
2222.43/1267.59	01:08 ERROR: Failed to solve instance
2222.43/1267.59	java.lang.OutOfMemoryError: Java heap space
2233.54/1278.52	01:19 ERROR: Failed to solve instance
2233.54/1278.52	java.lang.OutOfMemoryError: Java heap space
2239.36/1283.83	01:24 ERROR: Failed to solve instance
2239.36/1283.83	java.lang.OutOfMemoryError: Java heap space
2256.09/1300.46	Exception in thread "SingleThreadedConstellation 2" 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-3311185-1304113200/watcher-3311185-1304113200 -o /tmp/evaluation-result-3311185-1304113200/solver-3311185-1304113200 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311185-1304113200.cnf -hbr 2 

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

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: 6.98 7.90 8.01 2/198 4826
/proc/meminfo: memFree=30551520/32951124 swapFree=67111344/67111528
[pid=4826] ppid=4824 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 3867 0 -1 4202496 1427 0 0 0 0 0 0 0 22 0 2 0 522917933 29065216 897 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562340325 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 7109 903 692 9 0 381 0
[pid=4826/tid=4827] ppid=4824 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4827/stat : 4827 (java) R 4824 4826 3867 0 -1 4202560 119 0 0 0 0 0 0 0 24 0 2 0 522917934 31260672 939 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 47711094332320 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0617381 s]
/proc/loadavg: 6.98 7.90 8.01 2/198 4826
/proc/meminfo: memFree=30551520/32951124 swapFree=67111344/67111528
[pid=4826] ppid=4824 vsize=15675300 CPUtime=0.05 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 3867 0 -1 4202496 4328 0 1 0 4 1 0 0 22 0 18 0 522917933 16051507200 3768 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 3918825 3769 1778 9 0 3909544 0
[pid=4826/tid=4827] ppid=4824 vsize=15675300 CPUtime=0.05 cores=1,3,5,7
/proc/4826/task/4827/stat : 4827 (java) R 4824 4826 3867 0 -1 4202560 2913 0 1 0 4 1 0 0 25 0 18 0 522917934 16051507200 3769 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 47711094524867 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15675300

[startup+0.100731 s]
/proc/loadavg: 6.98 7.90 8.01 2/198 4826
/proc/meminfo: memFree=30551520/32951124 swapFree=67111344/67111528
[pid=4826] ppid=4824 vsize=15676412 CPUtime=0.1 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 3867 0 -1 4202496 5615 0 1 0 9 1 0 0 22 0 18 0 522917933 16052645888 5055 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 3919103 5057 2117 9 0 3909822 0
[pid=4826/tid=4827] ppid=4824 vsize=15676412 CPUtime=0.09 cores=1,3,5,7
/proc/4826/task/4827/stat : 4827 (java) R 4824 4826 3867 0 -1 4202560 3490 0 1 0 8 1 0 0 18 0 18 0 522917934 16052645888 5057 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 47711096727064 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676412

[startup+0.300694 s]
/proc/loadavg: 6.98 7.90 8.01 2/198 4826
/proc/meminfo: memFree=30551520/32951124 swapFree=67111344/67111528
[pid=4826] ppid=4824 vsize=15680848 CPUtime=0.52 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 3867 0 -1 4202496 16502 0 1 0 49 3 0 0 22 0 18 0 522917933 16057188352 14850 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 3920212 14855 2207 9 0 3910931 0
[pid=4826/tid=4827] ppid=4824 vsize=15680848 CPUtime=0.29 cores=1,3,5,7
/proc/4826/task/4827/stat : 4827 (java) R 4824 4826 3867 0 -1 4202560 11466 0 1 0 27 2 0 0 18 0 18 0 522917934 16057188352 14859 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 46912505641747 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680848

[startup+0.700611 s]
/proc/loadavg: 6.98 7.90 8.01 2/198 4826
/proc/meminfo: memFree=30551520/32951124 swapFree=67111344/67111528
[pid=4826] ppid=4824 vsize=15680848 CPUtime=0.93 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 3867 0 -1 4202496 41719 0 1 0 88 5 0 0 22 0 18 0 522917933 16057188352 40064 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 3920212 40064 2223 9 0 3910931 0
[pid=4826/tid=4827] ppid=4824 vsize=15680848 CPUtime=0.68 cores=1,3,5,7
/proc/4826/task/4827/stat : 4827 (java) R 4824 4826 3867 0 -1 4202560 35483 0 1 0 64 4 0 0 18 0 18 0 522917934 16057188352 40064 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 46912505551441 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680848

[startup+1.50146 s]
/proc/loadavg: 6.98 7.90 8.01 4/224 4852
/proc/meminfo: memFree=30217136/32951124 swapFree=67111344/67111528
[pid=4826] ppid=4824 vsize=15715348 CPUtime=2.27 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 3867 0 -1 4202496 56900 0 1 0 220 7 0 0 22 0 22 0 522917933 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 3928837 52259 2261 9 0 3919556 0
[pid=4826/tid=4827] ppid=4824 vsize=15715348 CPUtime=1.47 cores=1,3,5,7
/proc/4826/task/4827/stat : 4827 (java) R 4824 4826 3867 0 -1 4202560 35588 0 1 0 143 4 0 0 18 0 22 0 522917934 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 47711093683066 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 3867 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 522917934 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 3867 0 -1 4202560 468 0 0 0 0 0 0 0 15 0 22 0 522917934 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 3867 0 -1 4202560 1208 0 0 0 0 0 0 0 15 0 22 0 522917934 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 3867 0 -1 4202560 1742 0 0 0 0 0 0 0 16 0 22 0 522917934 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 3867 0 -1 4202560 1189 0 0 0 0 0 0 0 15 0 22 0 522917934 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 3867 0 -1 4202560 397 0 0 0 0 0 0 0 15 0 22 0 522917934 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 3867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522917934 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 3867 0 -1 4202560 806 0 0 0 0 0 0 0 15 0 22 0 522917934 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) S 4824 4826 3867 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 522917935 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 0 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 3867 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522917936 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 3867 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522917936 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 3867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522917938 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562361265 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=15715348 CPUtime=0.19 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 3867 0 -1 4202560 1563 0 0 0 19 0 0 0 15 0 22 0 522917938 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=15715348 CPUtime=0.54 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) R 4824 4826 3867 0 -1 4202560 12381 0 0 0 53 1 0 0 16 0 22 0 522917938 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 47711094515114 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 3867 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 522917938 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4844] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4844/stat : 4844 (java) S 4824 4826 3867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522917938 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4849] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4849/stat : 4849 (java) S 4824 4826 3867 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 522918024 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4850] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4850/stat : 4850 (java) S 4824 4826 3867 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522918024 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4851] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4851/stat : 4851 (java) S 4824 4826 3867 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 522918024 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4852] ppid=4824 vsize=15715348 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4852/stat : 4852 (java) S 4824 4826 3867 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522918024 16092516352 52259 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 15715348

[startup+3.10618 s]
/proc/loadavg: 6.98 7.90 8.01 7/224 4852
/proc/meminfo: memFree=30152564/32951124 swapFree=67111344/67111528
[pid=4826] ppid=4824 vsize=15719668 CPUtime=5.52 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 3867 0 -1 4202496 77228 0 1 0 543 9 0 0 22 0 22 0 522917933 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 3929917 64899 2275 9 0 3920636 0
[pid=4826/tid=4827] ppid=4824 vsize=15719668 CPUtime=2.65 cores=1,3,5,7
/proc/4826/task/4827/stat : 4827 (java) S 4824 4826 3867 0 -1 4202560 35644 0 1 0 261 4 0 0 20 0 22 0 522917934 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 3867 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 522917934 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 3867 0 -1 4202560 468 0 0 0 0 0 0 0 15 0 22 0 522917934 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 3867 0 -1 4202560 1208 0 0 0 0 0 0 0 15 0 22 0 522917934 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 3867 0 -1 4202560 1742 0 0 0 0 0 0 0 16 0 22 0 522917934 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 3867 0 -1 4202560 1189 0 0 0 0 0 0 0 15 0 22 0 522917934 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 3867 0 -1 4202560 397 0 0 0 0 0 0 0 15 0 22 0 522917934 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 3867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522917934 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 3867 0 -1 4202560 806 0 0 0 0 0 0 0 15 0 22 0 522917934 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) S 4824 4826 3867 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 522917935 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 0 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 3867 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522917936 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 3867 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522917936 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 3867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522917938 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562361265 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=15719668 CPUtime=0.64 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 3867 0 -1 4202560 4835 0 0 0 64 0 0 0 16 0 22 0 522917938 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=15719668 CPUtime=1.53 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) R 4824 4826 3867 0 -1 4202560 19322 0 0 0 151 2 0 0 15 0 22 0 522917938 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 47711092999439 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 3867 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 522917938 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4844] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4844/stat : 4844 (java) S 4824 4826 3867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522917938 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4849] ppid=4824 vsize=15719668 CPUtime=0.26 cores=1,3,5,7
/proc/4826/task/4849/stat : 4849 (java) R 4824 4826 3867 0 -1 4202560 4981 0 0 0 26 0 0 0 16 0 22 0 522918024 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 46912506174247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4826/tid=4850] ppid=4824 vsize=15719668 CPUtime=0.26 cores=1,3,5,7
/proc/4826/task/4850/stat : 4850 (java) R 4824 4826 3867 0 -1 4202560 5088 0 0 0 26 0 0 0 16 0 22 0 522918024 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 46912505181658 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4826/tid=4851] ppid=4824 vsize=15719668 CPUtime=0.09 cores=1,3,5,7
/proc/4826/task/4851/stat : 4851 (java) S 4824 4826 3867 0 -1 4202560 23 0 0 0 9 0 0 0 15 0 22 0 522918024 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4852] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4852/stat : 4852 (java) S 4824 4826 3867 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522918024 16096940032 64899 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 15719668

[startup+6.30156 s]
/proc/loadavg: 7.70 8.03 8.05 10/224 4853
/proc/meminfo: memFree=28872016/32951124 swapFree=67111344/67111528
[pid=4826] ppid=4824 vsize=15719668 CPUtime=17.79 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 3867 0 -1 4202496 270456 0 1 0 1745 34 0 0 22 0 22 0 522917933 16096940032 256373 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 3929917 256373 2275 9 0 3920636 0
[pid=4826/tid=4827] ppid=4824 vsize=15719668 CPUtime=2.65 cores=1,3,5,7
/proc/4826/task/4827/stat : 4827 (java) S 4824 4826 3867 0 -1 4202560 35644 0 1 0 261 4 0 0 20 0 22 0 522917934 16096940032 256373 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=15719668 CPUtime=0.01 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 3867 0 -1 4202560 4427 0 0 0 1 0 0 0 16 0 22 0 522917934 16096940032 256373 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=15719668 CPUtime=0.14 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 3867 0 -1 4202560 20671 0 0 0 12 2 0 0 16 0 22 0 522917934 16096940032 256373 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=15719668 CPUtime=0.16 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 3867 0 -1 4202560 17196 0 0 0 14 2 0 0 16 0 22 0 522917934 16096940032 256373 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=15719668 CPUtime=0.11 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 3867 0 -1 4202560 15620 0 0 0 9 2 0 0 16 0 22 0 522917934 16096940032 256373 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=15719668 CPUtime=0.02 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 3867 0 -1 4202560 4170 0 0 0 2 0 0 0 15 0 22 0 522917934 16096940032 256373 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=15719668 CPUtime=0.1 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 3867 0 -1 4202560 12624 0 0 0 9 1 0 0 15 0 22 0 522917934 16096940032 256373 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=15719668 CPUtime=0.2 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 3867 0 -1 4202560 40128 0 0 0 15 5 0 0 16 0 22 0 522917934 16096940032 256373 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=15719668 CPUtime=0.16 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 3867 0 -1 4202560 16919 0 0 0 15 1 0 0 16 0 22 0 522917934 16096940032 256373 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0

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

[pid=4826/tid=4834] ppid=4824 vsize=15719668 CPUtime=3.16 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 3867 0 -1 4202560 404933 0 0 0 246 70 0 0 16 0 21 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=15719668 CPUtime=2.79 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 3867 0 -1 4202560 357185 0 0 0 226 53 0 0 16 0 21 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=15719668 CPUtime=3.53 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 3867 0 -1 4202560 370745 0 0 0 289 64 0 0 16 0 21 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=15719668 CPUtime=857.06 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) R 4824 4826 3867 0 -1 4202560 579394 0 0 0 85587 119 0 0 18 0 21 0 522917935 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 47711094559036 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 3867 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 522917936 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 3867 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 21 0 522917936 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 3867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562361265 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=15719668 CPUtime=0.77 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 3867 0 -1 4202560 4844 0 0 0 77 0 0 0 16 0 21 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=15719668 CPUtime=1.87 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) S 4824 4826 3867 0 -1 4202560 20209 0 0 0 185 2 0 0 15 0 21 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 3867 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 21 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4844] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4844/stat : 4844 (java) S 4824 4826 3867 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 21 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4850] ppid=4824 vsize=15719668 CPUtime=314.53 cores=1,3,5,7
/proc/4826/task/4850/stat : 4850 (java) S 4824 4826 3867 0 -1 4202560 108281 0 0 0 31430 23 0 0 15 0 21 0 522918024 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4851] ppid=4824 vsize=15719668 CPUtime=314.66 cores=1,3,5,7
/proc/4826/task/4851/stat : 4851 (java) S 4824 4826 3867 0 -1 4202560 114809 0 0 0 31442 24 0 0 15 0 21 0 522918024 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4852] ppid=4824 vsize=15719668 CPUtime=314.43 cores=1,3,5,7
/proc/4826/task/4852/stat : 4852 (java) S 4824 4826 3867 0 -1 4202560 105204 0 0 0 31421 22 0 0 15 0 21 0 522918024 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2135.91
Current children cumulated vsize (KiB) 15719668

[startup+1242.3 s]
/proc/loadavg: 5.02 5.13 6.11 6/222 4886
/proc/meminfo: memFree=98916/32951124 swapFree=67111336/67111528
[pid=4826] ppid=4824 vsize=15719668 CPUtime=2196.9 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 3867 0 -1 4202496 3910283 0 1 0 219010 680 0 0 22 0 20 0 522917933 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 3929917 3864289 2295 9 0 3920636 0
[pid=4826/tid=4827] ppid=4824 vsize=15719668 CPUtime=2.65 cores=1,3,5,7
/proc/4826/task/4827/stat : 4827 (java) S 4824 4826 3867 0 -1 4202560 35644 0 1 0 261 4 0 0 20 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=15719668 CPUtime=3.16 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 3867 0 -1 4202560 409319 0 0 0 250 66 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=15719668 CPUtime=2.86 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 3867 0 -1 4202560 298488 0 0 0 237 49 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=15719668 CPUtime=3.59 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 3867 0 -1 4202560 406473 0 0 0 297 62 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=15719668 CPUtime=3.27 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 3867 0 -1 4202560 296785 0 0 0 280 47 0 0 15 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=15719668 CPUtime=2.7 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 3867 0 -1 4202560 299098 0 0 0 224 46 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=15719668 CPUtime=3.16 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 3867 0 -1 4202560 404933 0 0 0 246 70 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=15719668 CPUtime=2.79 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 3867 0 -1 4202560 357185 0 0 0 226 53 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=15719668 CPUtime=3.53 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 3867 0 -1 4202560 370745 0 0 0 289 64 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=15719668 CPUtime=916.13 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) R 4824 4826 3867 0 -1 4202560 579398 0 0 0 91489 124 0 0 18 0 20 0 522917935 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 47711092593241 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 3867 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 20 0 522917936 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 3867 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 20 0 522917936 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 3867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562361265 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=15719668 CPUtime=0.77 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 3867 0 -1 4202560 4844 0 0 0 77 0 0 0 16 0 20 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=15719668 CPUtime=1.87 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) S 4824 4826 3867 0 -1 4202560 20209 0 0 0 185 2 0 0 15 0 20 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 3867 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4844] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4844/stat : 4844 (java) S 4824 4826 3867 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 20 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4850] ppid=4824 vsize=15719668 CPUtime=315.49 cores=1,3,5,7
/proc/4826/task/4850/stat : 4850 (java) S 4824 4826 3867 0 -1 4202560 108565 0 0 0 31525 24 0 0 15 0 20 0 522918024 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4852] ppid=4824 vsize=15719668 CPUtime=315.36 cores=1,3,5,7
/proc/4826/task/4852/stat : 4852 (java) S 4824 4826 3867 0 -1 4202560 105533 0 0 0 31513 23 0 0 15 0 20 0 522918024 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2196.9
Current children cumulated vsize (KiB) 15719668



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.60 4.43 5.81 2/195 4916
/proc/meminfo: memFree=15517532/32951124 swapFree=67111336/67111528
[pid=4826] ppid=4824 vsize=15719668 CPUtime=2255.69 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 3867 0 -1 4202496 3910938 0 1 0 224879 690 0 0 22 0 20 0 522917933 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 3929917 3864289 2295 9 0 3920636 0
[pid=4826/tid=4827] ppid=4824 vsize=15719668 CPUtime=2.65 cores=1,3,5,7
/proc/4826/task/4827/stat : 4827 (java) S 4824 4826 3867 0 -1 4202560 35644 0 1 0 261 4 0 0 20 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=15719668 CPUtime=3.16 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 3867 0 -1 4202560 409319 0 0 0 250 66 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=15719668 CPUtime=2.86 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 3867 0 -1 4202560 298488 0 0 0 237 49 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=15719668 CPUtime=3.59 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 3867 0 -1 4202560 406473 0 0 0 297 62 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=15719668 CPUtime=3.27 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 3867 0 -1 4202560 296785 0 0 0 280 47 0 0 15 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=15719668 CPUtime=2.7 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 3867 0 -1 4202560 299098 0 0 0 224 46 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=15719668 CPUtime=3.16 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 3867 0 -1 4202560 404933 0 0 0 246 70 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=15719668 CPUtime=2.79 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 3867 0 -1 4202560 357185 0 0 0 226 53 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=15719668 CPUtime=3.53 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 3867 0 -1 4202560 370745 0 0 0 289 64 0 0 16 0 20 0 522917934 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=15719668 CPUtime=972.79 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) R 4824 4826 3867 0 -1 4202560 579403 0 0 0 97148 131 0 0 21 0 20 0 522917935 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 47711094559036 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 3867 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 20 0 522917936 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 3867 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 20 0 522917936 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 3867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562361265 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=15719668 CPUtime=0.77 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 3867 0 -1 4202560 4844 0 0 0 77 0 0 0 16 0 20 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=15719668 CPUtime=1.87 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) S 4824 4826 3867 0 -1 4202560 20209 0 0 0 185 2 0 0 15 0 20 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 7 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 3867 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
[pid=4826/tid=4844] ppid=4824 vsize=15719668 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4844/stat : 4844 (java) S 4824 4826 3867 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 20 0 522917938 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562354176 0 4 0 16800975 18446604471164951552 0 0 -1 1 0 0 0
[pid=4826/tid=4850] ppid=4824 vsize=15719668 CPUtime=316.56 cores=1,3,5,7
/proc/4826/task/4850/stat : 4850 (java) S 4824 4826 3867 0 -1 4202560 108897 0 0 0 31630 26 0 0 15 0 20 0 522918024 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 5 0 0 0
[pid=4826/tid=4852] ppid=4824 vsize=15719668 CPUtime=316.43 cores=1,3,5,7
/proc/4826/task/4852/stat : 4852 (java) S 4824 4826 3867 0 -1 4202560 105848 0 0 0 31618 25 0 0 15 0 20 0 522918024 16096940032 3864289 33554432000 1073741824 1073778376 140734138740784 18446744073709551615 271562353561 0 4 0 16800975 18446604471164951552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2255.69
Current children cumulated vsize (KiB) 15719668

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4826

[startup+1302.3 s]
/proc/loadavg: 2.60 4.43 5.81 2/197 4919
/proc/meminfo: memFree=15517516/32951124 swapFree=67111336/67111528
[pid=4826] ppid=4824 vsize=0 CPUtime=2257.98 cores=1,3,5,7
/proc/4826/stat : 4826 (java) Z 4824 4826 3867 0 -1 4203548 3910954 0 1 0 225080 718 0 0 18 0 2 0 522917933 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 0 0 0 0 0 0 0
[pid=4826/tid=4918] ppid=4824 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/4826/task/4918/stat : 4918 (java) R 4824 4826 3867 0 -1 4203588 5 0 0 0 0 28 0 0 16 0 2 0 523047980 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2257.98
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 2.60 4.43 5.81 2/197 4919
/proc/meminfo: memFree=15517516/32951124 swapFree=67111336/67111528
[pid=4826] ppid=4824 vsize=0 CPUtime=2258.08 cores=1,3,5,7
/proc/4826/stat : 4826 (java) Z 4824 4826 3867 0 -1 4203548 3910954 0 1 0 225080 728 0 0 18 0 2 0 522917933 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 0 0 0 0 0 0 0
[pid=4826/tid=4918] ppid=4824 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/4826/task/4918/stat : 4918 (java) R 4824 4826 3867 0 -1 4203588 5 0 0 0 0 38 0 0 16 0 2 0 523047980 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2258.08
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 2.60 4.43 5.81 2/177 4919
/proc/meminfo: memFree=30467076/32951124 swapFree=67111336/67111528
[pid=4826] ppid=4824 vsize=0 CPUtime=2258.18 cores=1,3,5,7
/proc/4826/stat : 4826 (java) Z 4824 4826 3867 0 -1 4203548 3910954 0 1 0 225080 738 0 0 18 0 2 0 522917933 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4826/statm: 0 0 0 0 0 0 0
[pid=4826/tid=4918] ppid=4824 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/4826/task/4918/stat : 4918 (java) R 4824 4826 3867 0 -1 4203588 5 0 0 0 0 48 0 0 16 0 2 0 523047980 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2258.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.52
CPU time (s): 2258.21
CPU user time (s): 2250.81
CPU system time (s): 7.40387
CPU usage (%): 173.372
Max. virtual memory (cumulated for all children) (KiB): 15719668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2250.81
system time used= 7.40387
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3910954
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= 75622
involuntary context switches= 40702

runsolver used 1.9917 second user time and 5.19021 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 23:40:01
IDJOB=3311185
IDBENCH=82570
IDSOLVER=1698
FILE ID=node133/3311185-1304113200
RUNJOBID= node133-1304113200-4790
PBS_JOBID= 13170659
Free space on /tmp= 71888 MiB

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

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

MD5SUM BENCH= 83f9a63a559155a858e739be2c598060
RANDOM SEED=943758734

node133.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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.75
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30551924 kB
Buffers:        767928 kB
Cached:        1199056 kB
SwapCached:        124 kB
Active:         638116 kB
Inactive:      1404152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30551924 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:            9080 kB
Writeback:           0 kB
AnonPages:       74796 kB
Mapped:          21928 kB
Slab:           294608 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   776752 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71892 MiB
End job on node133 at 2011-04-30 00:01:43