Trace number 3311225

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) 2251 1302.59

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S970100151-015-UNKNOWN.cnf
MD5SUM1ba3e47e885ea3862e5726ce64a96a9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark136.94
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.12	03:13 INFO : Reading from input HOME/instance-3311225-1304114593.cnf
1.02/0.84	Executor set job limit to 1000000
1.02/0.84	Executor set job limit to 1000000
1.02/0.84	Executor set job limit to 1000000
1.02/0.84	Executor set job limit to 1000000
1.02/0.84	Starting Executor!
1.02/0.84	Starting Executor!
1.02/0.84	Starting Executor!
1.02/0.84	Starting Executor!
3.14/2.04	03:15 INFO : 34897 variables remaining out of 35000
3.14/2.04	03:15 INFO : 585284 literals remaining out of 588000
1278.58/354.88	09:08 ERROR: Failed to solve instance
1278.58/354.88	java.lang.OutOfMemoryError: Java heap space
1278.58/354.88		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1278.58/354.88		at gnu.trove.THash.postInsertHook(THash.java:370)
1278.58/354.88		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1278.58/354.88		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1278.58/354.88		at ibis.structure.Subsumming.run(Subsumming.java:58)
1278.58/354.88		at ibis.structure.Solver.simplify(Solver.java:205)
1278.58/354.88		at ibis.structure.Solver.solve(Solver.java:113)
1278.58/354.88		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1278.58/354.88		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1278.58/354.88		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1278.58/354.88		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1278.58/354.88		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1278.58/354.88		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1278.58/354.88		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1278.58/354.88		at ibis.constellation.Executor.processActivities(Executor.java:75)
1278.58/354.88		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1278.58/354.88		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1278.58/354.88		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1285.55/361.63	09:15 ERROR: Failed to solve instance
1285.55/361.63	java.lang.OutOfMemoryError: Java heap space
1285.55/361.63		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1285.55/361.63		at gnu.trove.THash.postInsertHook(THash.java:370)
1285.55/361.63		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1285.55/361.63		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1285.55/361.63		at ibis.structure.Subsumming.run(Subsumming.java:58)
1285.55/361.63		at ibis.structure.Solver.simplify(Solver.java:205)
1285.55/361.63		at ibis.structure.Solver.solve(Solver.java:113)
1285.55/361.63		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1285.55/361.63		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1285.55/361.63		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1285.55/361.63		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1285.55/361.63		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1285.55/361.63		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1285.55/361.63		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1285.55/361.63		at ibis.constellation.Executor.processActivities(Executor.java:75)
1285.55/361.63		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1285.55/361.63		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1285.55/361.63		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1315.26/390.99	09:44 ERROR: Failed to solve instance
1315.26/390.99	java.lang.OutOfMemoryError: Java heap space
1315.26/390.99		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1315.26/390.99		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1315.26/390.99		at ibis.structure.Subsumming.run(Subsumming.java:57)
1315.26/390.99		at ibis.structure.Solver.simplify(Solver.java:205)
1315.26/390.99		at ibis.structure.Solver.solve(Solver.java:113)
1315.26/390.99		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1315.26/390.99		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1315.26/390.99		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1315.26/390.99		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1315.26/390.99		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1315.26/390.99		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1315.26/390.99		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1315.26/390.99		at ibis.constellation.Executor.processActivities(Executor.java:75)
1315.26/390.99		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1315.26/390.99		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1315.26/390.99		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1318.56/394.13	09:47 ERROR: Failed to solve instance
1318.56/394.13	java.lang.OutOfMemoryError: Java heap space
1318.56/394.13		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1318.56/394.13		at gnu.trove.THash.postInsertHook(THash.java:370)
1318.56/394.13		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1318.56/394.13		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1318.56/394.13		at ibis.structure.Subsumming.run(Subsumming.java:58)
1318.56/394.13		at ibis.structure.Solver.simplify(Solver.java:205)
1318.56/394.13		at ibis.structure.Solver.solve(Solver.java:113)
1318.56/394.13		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1318.56/394.13		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1318.56/394.13		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1318.56/394.13		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1318.56/394.13		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1318.56/394.13		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1318.56/394.13		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1318.56/394.13		at ibis.constellation.Executor.processActivities(Executor.java:75)
1318.56/394.13		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1318.56/394.13		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1318.56/394.13		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1348.60/423.91	10:17 ERROR: Failed to solve instance
1348.60/423.91	java.lang.OutOfMemoryError: Java heap space
1376.33/451.23	10:42 ERROR: Failed to solve instance
1376.33/451.23	java.lang.OutOfMemoryError: Java heap space
1392.20/466.46	10:59 ERROR: Failed to solve instance
1392.20/466.46	java.lang.OutOfMemoryError: Java heap space
1485.01/558.75	12:25 ERROR: Failed to solve instance
1485.01/558.75	java.lang.OutOfMemoryError: Java heap space
1509.14/582.45	12:55 ERROR: Failed to solve instance
1509.14/582.45	java.lang.OutOfMemoryError: Java heap space
1514.24/586.88	13:00 ERROR: Failed to solve instance
1514.24/586.88	java.lang.OutOfMemoryError: Java heap space
1518.13/590.32	13:03 ERROR: Failed to solve instance
1518.13/590.32	java.lang.OutOfMemoryError: Java heap space
1520.16/592.28	13:05 ERROR: Failed to solve instance
1520.16/592.28	java.lang.OutOfMemoryError: Java heap space
1522.20/594.12	13:07 ERROR: Failed to solve instance
1522.20/594.12	java.lang.OutOfMemoryError: Java heap space
1526.03/597.76	13:11 ERROR: Failed to solve instance
1526.03/597.76	java.lang.OutOfMemoryError: Java heap space
1528.98/600.56	13:14 ERROR: Failed to solve instance
1528.98/600.56	java.lang.OutOfMemoryError: Java heap space
1532.63/603.98	13:17 ERROR: Failed to solve instance
1532.63/603.98	java.lang.OutOfMemoryError: Java heap space
1548.65/618.17	13:31 ERROR: Failed to solve instance
1548.65/618.17	java.lang.OutOfMemoryError: Java heap space
1564.73/633.84	13:47 ERROR: Failed to solve instance
1564.73/633.84	java.lang.OutOfMemoryError: Java heap space
1569.41/638.12	13:51 ERROR: Failed to solve instance
1569.41/638.12	java.lang.OutOfMemoryError: Java heap space
1569.81/638.55	13:52 ERROR: Failed to solve instance
1569.81/638.55	java.lang.OutOfMemoryError: Java heap space
1589.83/658.54	14:12 ERROR: Failed to solve instance
1589.83/658.54	java.lang.OutOfMemoryError: Java heap space
1613.65/681.96	14:35 ERROR: Failed to solve instance
1613.65/681.96	java.lang.OutOfMemoryError: Java heap space
1615.79/683.96	14:37 ERROR: Failed to solve instance
1615.79/683.96	java.lang.OutOfMemoryError: Java heap space
1618.56/686.40	14:39 ERROR: Failed to solve instance
1618.56/686.40	java.lang.OutOfMemoryError: Java heap space
1621.42/689.02	14:42 ERROR: Failed to solve instance
1621.42/689.02	java.lang.OutOfMemoryError: Java heap space
1625.49/692.54	14:46 ERROR: Failed to solve instance
1625.49/692.54	java.lang.OutOfMemoryError: Java heap space
1631.53/697.96	14:51 ERROR: Failed to solve instance
1631.53/697.96	java.lang.OutOfMemoryError: Java heap space
1645.11/711.07	15:04 ERROR: Failed to solve instance
1645.11/711.07	java.lang.OutOfMemoryError: Java heap space
1650.44/715.93	15:09 ERROR: Failed to solve instance
1650.44/715.93	java.lang.OutOfMemoryError: Java heap space
1656.52/721.32	15:14 ERROR: Failed to solve instance
1656.52/721.32	java.lang.OutOfMemoryError: Java heap space
1656.72/721.54	15:15 ERROR: Failed to solve instance
1656.72/721.54	java.lang.OutOfMemoryError: Java heap space
1657.83/722.68	15:15 ERROR: Failed to solve instance
1657.83/722.68	java.lang.OutOfMemoryError: Java heap space
1700.82/765.15	15:57 ERROR: Failed to solve instance
1700.82/765.15	java.lang.OutOfMemoryError: Java heap space
1701.22/765.58	15:58 ERROR: Failed to solve instance
1701.22/765.58	java.lang.OutOfMemoryError: Java heap space
1705.05/768.80	16:02 ERROR: Failed to solve instance
1705.05/768.80	java.lang.OutOfMemoryError: Java heap space
1707.13/770.71	16:04 ERROR: Failed to solve instance
1707.13/770.71	java.lang.OutOfMemoryError: Java heap space
1739.89/801.98	16:35 ERROR: Failed to solve instance
1739.89/801.98	java.lang.OutOfMemoryError: Java heap space
1742.67/804.66	16:38 ERROR: Failed to solve instance
1742.67/804.66	java.lang.OutOfMemoryError: Java heap space
1750.11/811.65	16:44 ERROR: Failed to solve instance
1750.11/811.65	java.lang.OutOfMemoryError: Java heap space
1753.63/815.04	16:48 ERROR: Failed to solve instance
1753.63/815.04	java.lang.OutOfMemoryError: Java heap space
1782.95/843.89	17:17 ERROR: Failed to solve instance
1782.95/843.89	java.lang.OutOfMemoryError: Java heap space
1784.35/845.18	17:18 ERROR: Failed to solve instance
1784.35/845.18	java.lang.OutOfMemoryError: Java heap space
1788.70/848.96	17:22 ERROR: Failed to solve instance
1788.70/848.96	java.lang.OutOfMemoryError: Java heap space
1798.27/857.06	17:30 ERROR: Failed to solve instance
1798.27/857.06	java.lang.OutOfMemoryError: Java heap space
1819.52/878.14	17:51 ERROR: Failed to solve instance
1819.52/878.14	java.lang.OutOfMemoryError: Java heap space
1825.79/884.08	17:57 ERROR: Failed to solve instance
1825.79/884.08	java.lang.OutOfMemoryError: Java heap space
1828.69/886.90	18:00 ERROR: Failed to solve instance
1828.69/886.90	java.lang.OutOfMemoryError: Java heap space
1831.73/889.71	18:03 ERROR: Failed to solve instance
1831.73/889.71	java.lang.OutOfMemoryError: Java heap space
1834.81/892.68	18:06 ERROR: Failed to solve instance
1834.81/892.68	java.lang.OutOfMemoryError: Java heap space
1836.67/894.35	18:07 ERROR: Failed to solve instance
1836.67/894.35	java.lang.OutOfMemoryError: Java heap space
1840.78/898.12	18:11 ERROR: Failed to solve instance
1840.78/898.12	java.lang.OutOfMemoryError: Java heap space
1888.16/944.21	18:57 ERROR: Failed to solve instance
1888.16/944.21	java.lang.OutOfMemoryError: Java heap space
1919.05/975.01	19:28 ERROR: Failed to solve instance
1919.05/975.01	java.lang.OutOfMemoryError: Java heap space
1922.90/978.33	19:31 ERROR: Failed to solve instance
1922.90/978.33	java.lang.OutOfMemoryError: Java heap space
1926.26/981.41	19:34 ERROR: Failed to solve instance
1926.26/981.41	java.lang.OutOfMemoryError: Java heap space
1939.02/993.77	19:45 ERROR: Failed to solve instance
1939.02/993.77	java.lang.OutOfMemoryError: Java heap space
1943.57/997.74	19:51 ERROR: Failed to solve instance
1943.57/997.74	java.lang.OutOfMemoryError: Java heap space
1966.73/1020.61	20:14 ERROR: Failed to solve instance
1966.73/1020.61	java.lang.OutOfMemoryError: Java heap space
1968.63/1022.41	20:15 ERROR: Failed to solve instance
1968.63/1022.41	java.lang.OutOfMemoryError: Java heap space
1976.73/1030.16	20:21 ERROR: Failed to solve instance
1976.73/1030.16	java.lang.OutOfMemoryError: Java heap space
2203.51/1255.67	24:09 ERROR: Failed to solve instance
2203.51/1255.67	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-3311225-1304114593/watcher-3311225-1304114593 -o /tmp/evaluation-result-3311225-1304114593/solver-3311225-1304114593 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311225-1304114593.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: 7.78 7.88 7.38 5/198 11000
/proc/meminfo: memFree=14194820/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/11000/stat : 11000 (java) R 10998 11000 10849 0 -1 4202496 667 0 0 0 0 0 0 0 25 0 1 0 503874618 9318400 155 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254256692871 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11000/statm: 5101 156 126 9 0 124 0

[startup+0.0906489 s]
/proc/loadavg: 7.78 7.88 7.38 5/198 11000
/proc/meminfo: memFree=14194820/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=15676920 CPUtime=0.09 cores=0,2,4,6
/proc/11000/stat : 11000 (java) S 10998 11000 10849 0 -1 4202496 5391 0 1 0 8 1 0 0 25 0 18 0 503874618 16053166080 4830 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11000/statm: 3919230 4830 2116 9 0 3909949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676920

[startup+0.100668 s]
/proc/loadavg: 7.78 7.88 7.38 5/198 11000
/proc/meminfo: memFree=14194820/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=15676920 CPUtime=0.09 cores=0,2,4,6
/proc/11000/stat : 11000 (java) S 10998 11000 10849 0 -1 4202496 5541 0 1 0 8 1 0 0 25 0 18 0 503874618 16053166080 4980 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11000/statm: 3919230 4980 2117 9 0 3909949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676920

[startup+0.30063 s]
/proc/loadavg: 7.78 7.88 7.38 5/198 11000
/proc/meminfo: memFree=14194820/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=15684048 CPUtime=0.51 cores=0,2,4,6
/proc/11000/stat : 11000 (java) S 10998 11000 10849 0 -1 4202496 15387 0 1 0 48 3 0 0 25 0 18 0 503874618 16060465152 13637 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11000/statm: 3921012 13643 2207 9 0 3911731 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15684048

[startup+0.70057 s]
/proc/loadavg: 7.78 7.88 7.38 5/198 11000
/proc/meminfo: memFree=14194820/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=15684048 CPUtime=0.92 cores=0,2,4,6
/proc/11000/stat : 11000 (java) S 10998 11000 10849 0 -1 4202496 41833 0 1 0 86 6 0 0 25 0 18 0 503874618 16060465152 40080 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11000/statm: 3921012 40080 2223 9 0 3911731 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15684048

[startup+1.50144 s]
/proc/loadavg: 7.78 7.88 7.38 6/220 11022
/proc/meminfo: memFree=14040332/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=15692036 CPUtime=2.21 cores=0,2,4,6
/proc/11000/stat : 11000 (java) S 10998 11000 10849 0 -1 4202496 48159 0 1 0 214 7 0 0 25 0 22 0 503874618 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11000/statm: 3923009 43640 2265 9 0 3913728 0
[pid=11000/tid=11002] ppid=10998 vsize=15692036 CPUtime=1.47 cores=0,2,4,6
/proc/11000/task/11002/stat : 11002 (java) R 10998 11000 10849 0 -1 4202560 35644 0 1 0 142 5 0 0 18 0 22 0 503874619 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 46912505226113 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11000/tid=11003] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11003/stat : 11003 (java) S 10998 11000 10849 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 22 0 503874619 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11004] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11004/stat : 11004 (java) S 10998 11000 10849 0 -1 4202560 303 0 0 0 0 0 0 0 18 0 22 0 503874619 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11005] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11005/stat : 11005 (java) S 10998 11000 10849 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 503874619 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11006] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11006/stat : 11006 (java) S 10998 11000 10849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503874619 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11007] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11007/stat : 11007 (java) S 10998 11000 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503874619 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11008] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11008/stat : 11008 (java) S 10998 11000 10849 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 503874619 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11009] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11009/stat : 11009 (java) S 10998 11000 10849 0 -1 4202560 382 0 0 0 0 0 0 0 18 0 22 0 503874619 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11010] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11010/stat : 11010 (java) S 10998 11000 10849 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 22 0 503874619 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11011] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11011/stat : 11011 (java) S 10998 11000 10849 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 22 0 503874620 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 0 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11012] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11012/stat : 11012 (java) S 10998 11000 10849 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 503874621 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11013] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11013/stat : 11013 (java) S 10998 11000 10849 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 503874621 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11014] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11014/stat : 11014 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273440177 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11015] ppid=10998 vsize=15692036 CPUtime=0.38 cores=0,2,4,6
/proc/11000/task/11015/stat : 11015 (java) S 10998 11000 10849 0 -1 4202560 5153 0 0 0 38 0 0 0 15 0 22 0 503874623 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11016] ppid=10998 vsize=15692036 CPUtime=0.32 cores=0,2,4,6
/proc/11000/task/11016/stat : 11016 (java) R 10998 11000 10849 0 -1 4202560 4355 0 0 0 32 0 0 0 16 0 22 0 503874623 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 47928161430748 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11000/tid=11017] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11017/stat : 11017 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11018] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11018/stat : 11018 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503874623 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11019] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11019/stat : 11019 (java) S 10998 11000 10849 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 503874703 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11020] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11020/stat : 11020 (java) S 10998 11000 10849 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 503874703 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11021] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11021/stat : 11021 (java) S 10998 11000 10849 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 503874703 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11022] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11022/stat : 11022 (java) S 10998 11000 10849 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 503874703 16068644864 43640 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 15692036

[startup+3.1011 s]
/proc/loadavg: 7.78 7.88 7.38 9/220 11022
/proc/meminfo: memFree=14026816/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=15692036 CPUtime=6.31 cores=0,2,4,6
/proc/11000/stat : 11000 (java) S 10998 11000 10849 0 -1 4202496 86093 0 1 0 619 12 0 0 25 0 22 0 503874618 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11000/statm: 3923009 81369 2275 9 0 3913728 0
[pid=11000/tid=11002] ppid=10998 vsize=15692036 CPUtime=2.01 cores=0,2,4,6
/proc/11000/task/11002/stat : 11002 (java) S 10998 11000 10849 0 -1 4202560 35690 0 1 0 196 5 0 0 19 0 22 0 503874619 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11003] ppid=10998 vsize=15692036 CPUtime=0.02 cores=0,2,4,6
/proc/11000/task/11003/stat : 11003 (java) S 10998 11000 10849 0 -1 4202560 4202 0 0 0 2 0 0 0 15 0 22 0 503874619 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11004] ppid=10998 vsize=15692036 CPUtime=0.03 cores=0,2,4,6
/proc/11000/task/11004/stat : 11004 (java) S 10998 11000 10849 0 -1 4202560 6377 0 0 0 3 0 0 0 16 0 22 0 503874619 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11005] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11005/stat : 11005 (java) S 10998 11000 10849 0 -1 4202560 2176 0 0 0 0 0 0 0 15 0 22 0 503874619 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11006] ppid=10998 vsize=15692036 CPUtime=0.01 cores=0,2,4,6
/proc/11000/task/11006/stat : 11006 (java) S 10998 11000 10849 0 -1 4202560 4004 0 0 0 1 0 0 0 15 0 22 0 503874619 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11007] ppid=10998 vsize=15692036 CPUtime=0.04 cores=0,2,4,6
/proc/11000/task/11007/stat : 11007 (java) S 10998 11000 10849 0 -1 4202560 7524 0 0 0 4 0 0 0 15 0 22 0 503874619 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11008] ppid=10998 vsize=15692036 CPUtime=0.01 cores=0,2,4,6
/proc/11000/task/11008/stat : 11008 (java) S 10998 11000 10849 0 -1 4202560 2813 0 0 0 1 0 0 0 15 0 22 0 503874619 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11009] ppid=10998 vsize=15692036 CPUtime=0.03 cores=0,2,4,6
/proc/11000/task/11009/stat : 11009 (java) S 10998 11000 10849 0 -1 4202560 4913 0 0 0 3 0 0 0 16 0 22 0 503874619 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11010] ppid=10998 vsize=15692036 CPUtime=0.05 cores=0,2,4,6
/proc/11000/task/11010/stat : 11010 (java) S 10998 11000 10849 0 -1 4202560 7060 0 0 0 4 1 0 0 16 0 22 0 503874619 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11011] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11011/stat : 11011 (java) S 10998 11000 10849 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 22 0 503874620 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 0 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11012] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11012/stat : 11012 (java) S 10998 11000 10849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503874621 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11013] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11013/stat : 11013 (java) S 10998 11000 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503874621 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11014] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11014/stat : 11014 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273440177 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11015] ppid=10998 vsize=15692036 CPUtime=0.96 cores=0,2,4,6
/proc/11000/task/11015/stat : 11015 (java) S 10998 11000 10849 0 -1 4202560 5362 0 0 0 96 0 0 0 15 0 22 0 503874623 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11016] ppid=10998 vsize=15692036 CPUtime=0.67 cores=0,2,4,6
/proc/11000/task/11016/stat : 11016 (java) S 10998 11000 10849 0 -1 4202560 4400 0 0 0 67 0 0 0 15 0 22 0 503874623 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11017] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11017/stat : 11017 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11018] ppid=10998 vsize=15692036 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11018/stat : 11018 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503874623 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11019] ppid=10998 vsize=15692036 CPUtime=0.77 cores=0,2,4,6
/proc/11000/task/11019/stat : 11019 (java) R 10998 11000 10849 0 -1 4202560 20 0 0 0 77 0 0 0 16 0 22 0 503874703 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 47928162208865 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11000/tid=11020] ppid=10998 vsize=15692036 CPUtime=0.71 cores=0,2,4,6
/proc/11000/task/11020/stat : 11020 (java) R 10998 11000 10849 0 -1 4202560 7 0 0 0 71 0 0 0 16 0 22 0 503874703 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 46912506137144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11000/tid=11021] ppid=10998 vsize=15692036 CPUtime=0.52 cores=0,2,4,6
/proc/11000/task/11021/stat : 11021 (java) R 10998 11000 10849 0 -1 4202560 21 0 0 0 52 0 0 0 16 0 22 0 503874703 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 47928161530602 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11000/tid=11022] ppid=10998 vsize=15692036 CPUtime=0.35 cores=0,2,4,6
/proc/11000/task/11022/stat : 11022 (java) R 10998 11000 10849 0 -1 4202560 9 0 0 0 35 0 0 0 16 0 22 0 503874703 16068644864 81369 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 46912505695391 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 15692036

[startup+6.30153 s]
/proc/loadavg: 7.87 7.90 7.39 9/220 11022
/proc/meminfo: memFree=13111836/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=15688504 CPUtime=19.07 cores=0,2,4,6
/proc/11000/stat : 11000 (java) S 10998 11000 10849 0 -1 4202496 278968 0 1 0 1864 43 0 0 25 0 22 0 503874618 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11000/statm: 3922126 273240 2275 9 0 3912845 0
[pid=11000/tid=11002] ppid=10998 vsize=15688504 CPUtime=2.01 cores=0,2,4,6
/proc/11000/task/11002/stat : 11002 (java) S 10998 11000 10849 0 -1 4202560 35690 0 1 0 196 5 0 0 19 0 22 0 503874619 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11003] ppid=10998 vsize=15688504 CPUtime=0.15 cores=0,2,4,6
/proc/11000/task/11003/stat : 11003 (java) S 10998 11000 10849 0 -1 4202560 27536 0 0 0 11 4 0 0 15 0 22 0 503874619 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11004] ppid=10998 vsize=15688504 CPUtime=0.03 cores=0,2,4,6
/proc/11000/task/11004/stat : 11004 (java) S 10998 11000 10849 0 -1 4202560 6377 0 0 0 3 0 0 0 15 0 22 0 503874619 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11005] ppid=10998 vsize=15688504 CPUtime=0.2 cores=0,2,4,6
/proc/11000/task/11005/stat : 11005 (java) S 10998 11000 10849 0 -1 4202560 32521 0 0 0 15 5 0 0 16 0 22 0 503874619 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11006] ppid=10998 vsize=15688504 CPUtime=0.13 cores=0,2,4,6
/proc/11000/task/11006/stat : 11006 (java) S 10998 11000 10849 0 -1 4202560 21795 0 0 0 10 3 0 0 15 0 22 0 503874619 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11007] ppid=10998 vsize=15688504 CPUtime=0.17 cores=0,2,4,6
/proc/11000/task/11007/stat : 11007 (java) S 10998 11000 10849 0 -1 4202560 36749 0 0 0 12 5 0 0 16 0 22 0 503874619 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11008] ppid=10998 vsize=15688504 CPUtime=0.19 cores=0,2,4,6
/proc/11000/task/11008/stat : 11008 (java) S 10998 11000 10849 0 -1 4202560 26616 0 0 0 15 4 0 0 15 0 22 0 503874619 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11009] ppid=10998 vsize=15688504 CPUtime=0.11 cores=0,2,4,6
/proc/11000/task/11009/stat : 11009 (java) S 10998 11000 10849 0 -1 4202560 19476 0 0 0 8 3 0 0 15 0 22 0 503874619 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11010] ppid=10998 vsize=15688504 CPUtime=0.2 cores=0,2,4,6
/proc/11000/task/11010/stat : 11010 (java) S 10998 11000 10849 0 -1 4202560 26858 0 0 0 17 3 0 0 15 0 22 0 503874619 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11011] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11011/stat : 11011 (java) S 10998 11000 10849 0 -1 4202560 442 0 0 0 0 0 0 0 15 0 22 0 503874620 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 0 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11012] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11012/stat : 11012 (java) S 10998 11000 10849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503874621 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11013] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11013/stat : 11013 (java) S 10998 11000 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503874621 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11014] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11014/stat : 11014 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273440177 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11015] ppid=10998 vsize=15688504 CPUtime=0.99 cores=0,2,4,6
/proc/11000/task/11015/stat : 11015 (java) S 10998 11000 10849 0 -1 4202560 5365 0 0 0 99 0 0 0 15 0 22 0 503874623 16065028096 273240 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0

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

/proc/11000/task/11005/stat : 11005 (java) S 10998 11000 10849 0 -1 4202560 382699 0 0 0 208 66 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11006] ppid=10998 vsize=15688504 CPUtime=2.3 cores=0,2,4,6
/proc/11000/task/11006/stat : 11006 (java) S 10998 11000 10849 0 -1 4202560 288769 0 0 0 176 54 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11007] ppid=10998 vsize=15688504 CPUtime=3.25 cores=0,2,4,6
/proc/11000/task/11007/stat : 11007 (java) S 10998 11000 10849 0 -1 4202560 455624 0 0 0 247 78 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11008] ppid=10998 vsize=15688504 CPUtime=2.65 cores=0,2,4,6
/proc/11000/task/11008/stat : 11008 (java) S 10998 11000 10849 0 -1 4202560 378094 0 0 0 199 66 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11009] ppid=10998 vsize=15688504 CPUtime=3.31 cores=0,2,4,6
/proc/11000/task/11009/stat : 11009 (java) S 10998 11000 10849 0 -1 4202560 446271 0 0 0 254 77 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11010] ppid=10998 vsize=15688504 CPUtime=2.75 cores=0,2,4,6
/proc/11000/task/11010/stat : 11010 (java) S 10998 11000 10849 0 -1 4202560 376061 0 0 0 204 71 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11011] ppid=10998 vsize=15688504 CPUtime=863.3 cores=0,2,4,6
/proc/11000/task/11011/stat : 11011 (java) R 10998 11000 10849 0 -1 4202560 612173 0 0 0 86200 130 0 0 18 0 22 0 503874620 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 47928158605628 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11000/tid=11012] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11012/stat : 11012 (java) S 10998 11000 10849 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 503874621 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11013] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11013/stat : 11013 (java) S 10998 11000 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503874621 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11014] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11014/stat : 11014 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273440177 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11015] ppid=10998 vsize=15688504 CPUtime=1.13 cores=0,2,4,6
/proc/11000/task/11015/stat : 11015 (java) S 10998 11000 10849 0 -1 4202560 5382 0 0 0 113 0 0 0 16 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11016] ppid=10998 vsize=15688504 CPUtime=0.78 cores=0,2,4,6
/proc/11000/task/11016/stat : 11016 (java) S 10998 11000 10849 0 -1 4202560 4410 0 0 0 78 0 0 0 15 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11017] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11017/stat : 11017 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11018] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11018/stat : 11018 (java) S 10998 11000 10849 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11019] ppid=10998 vsize=15688504 CPUtime=309.73 cores=0,2,4,6
/proc/11000/task/11019/stat : 11019 (java) S 10998 11000 10849 0 -1 4202560 50014 0 0 0 30959 14 0 0 16 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11020] ppid=10998 vsize=15688504 CPUtime=310.1 cores=0,2,4,6
/proc/11000/task/11020/stat : 11020 (java) S 10998 11000 10849 0 -1 4202560 55310 0 0 0 30996 14 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11021] ppid=10998 vsize=15688504 CPUtime=310.56 cores=0,2,4,6
/proc/11000/task/11021/stat : 11021 (java) S 10998 11000 10849 0 -1 4202560 52710 0 0 0 31040 16 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11022] ppid=10998 vsize=15688504 CPUtime=310.18 cores=0,2,4,6
/proc/11000/task/11022/stat : 11022 (java) S 10998 11000 10849 0 -1 4202560 59244 0 0 0 31000 18 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2129.8
Current children cumulated vsize (KiB) 15688504

[startup+1242.3 s]
/proc/loadavg: 4.74 5.15 5.97 7/220 11158
/proc/meminfo: memFree=14050612/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=15688504 CPUtime=2190.21 cores=0,2,4,6
/proc/11000/stat : 11000 (java) S 10998 11000 10849 0 -1 4202496 3881033 0 1 0 218277 744 0 0 25 0 22 0 503874618 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11000/statm: 3922126 3836854 2294 9 0 3912845 0
[pid=11000/tid=11002] ppid=10998 vsize=15688504 CPUtime=2.01 cores=0,2,4,6
/proc/11000/task/11002/stat : 11002 (java) S 10998 11000 10849 0 -1 4202560 35690 0 1 0 196 5 0 0 19 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11003] ppid=10998 vsize=15688504 CPUtime=2.32 cores=0,2,4,6
/proc/11000/task/11003/stat : 11003 (java) S 10998 11000 10849 0 -1 4202560 369381 0 0 0 165 67 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11004] ppid=10998 vsize=15688504 CPUtime=2.5 cores=0,2,4,6
/proc/11000/task/11004/stat : 11004 (java) S 10998 11000 10849 0 -1 4202560 307211 0 0 0 198 52 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11005] ppid=10998 vsize=15688504 CPUtime=2.74 cores=0,2,4,6
/proc/11000/task/11005/stat : 11005 (java) S 10998 11000 10849 0 -1 4202560 382699 0 0 0 208 66 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11006] ppid=10998 vsize=15688504 CPUtime=2.3 cores=0,2,4,6
/proc/11000/task/11006/stat : 11006 (java) S 10998 11000 10849 0 -1 4202560 288769 0 0 0 176 54 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11007] ppid=10998 vsize=15688504 CPUtime=3.25 cores=0,2,4,6
/proc/11000/task/11007/stat : 11007 (java) S 10998 11000 10849 0 -1 4202560 455624 0 0 0 247 78 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11008] ppid=10998 vsize=15688504 CPUtime=2.65 cores=0,2,4,6
/proc/11000/task/11008/stat : 11008 (java) S 10998 11000 10849 0 -1 4202560 378094 0 0 0 199 66 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11009] ppid=10998 vsize=15688504 CPUtime=3.31 cores=0,2,4,6
/proc/11000/task/11009/stat : 11009 (java) S 10998 11000 10849 0 -1 4202560 446271 0 0 0 254 77 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11010] ppid=10998 vsize=15688504 CPUtime=2.75 cores=0,2,4,6
/proc/11000/task/11010/stat : 11010 (java) S 10998 11000 10849 0 -1 4202560 376061 0 0 0 204 71 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11011] ppid=10998 vsize=15688504 CPUtime=923.12 cores=0,2,4,6
/proc/11000/task/11011/stat : 11011 (java) R 10998 11000 10849 0 -1 4202560 612178 0 0 0 92178 134 0 0 18 0 22 0 503874620 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 47928161298435 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=11000/tid=11012] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11012/stat : 11012 (java) S 10998 11000 10849 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 503874621 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11013] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11013/stat : 11013 (java) S 10998 11000 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503874621 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11014] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11014/stat : 11014 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273440177 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11015] ppid=10998 vsize=15688504 CPUtime=1.13 cores=0,2,4,6
/proc/11000/task/11015/stat : 11015 (java) S 10998 11000 10849 0 -1 4202560 5382 0 0 0 113 0 0 0 16 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11016] ppid=10998 vsize=15688504 CPUtime=0.78 cores=0,2,4,6
/proc/11000/task/11016/stat : 11016 (java) S 10998 11000 10849 0 -1 4202560 4410 0 0 0 78 0 0 0 15 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11017] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11017/stat : 11017 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11018] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11018/stat : 11018 (java) S 10998 11000 10849 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11019] ppid=10998 vsize=15688504 CPUtime=309.89 cores=0,2,4,6
/proc/11000/task/11019/stat : 11019 (java) S 10998 11000 10849 0 -1 4202560 50080 0 0 0 30974 15 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11020] ppid=10998 vsize=15688504 CPUtime=310.25 cores=0,2,4,6
/proc/11000/task/11020/stat : 11020 (java) S 10998 11000 10849 0 -1 4202560 55314 0 0 0 31011 14 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11021] ppid=10998 vsize=15688504 CPUtime=310.69 cores=0,2,4,6
/proc/11000/task/11021/stat : 11021 (java) S 10998 11000 10849 0 -1 4202560 52727 0 0 0 31053 16 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11022] ppid=10998 vsize=15688504 CPUtime=310.34 cores=0,2,4,6
/proc/11000/task/11022/stat : 11022 (java) S 10998 11000 10849 0 -1 4202560 59686 0 0 0 31014 20 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2190.21
Current children cumulated vsize (KiB) 15688504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.90 5.12 5.91 6/220 11159
/proc/meminfo: memFree=8639756/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=15688504 CPUtime=2248.41 cores=0,2,4,6
/proc/11000/stat : 11000 (java) S 10998 11000 10849 0 -1 4202496 3881552 0 1 0 224091 750 0 0 25 0 22 0 503874618 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11000/statm: 3922126 3836854 2294 9 0 3912845 0
[pid=11000/tid=11002] ppid=10998 vsize=15688504 CPUtime=2.01 cores=0,2,4,6
/proc/11000/task/11002/stat : 11002 (java) S 10998 11000 10849 0 -1 4202560 35690 0 1 0 196 5 0 0 19 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11003] ppid=10998 vsize=15688504 CPUtime=2.32 cores=0,2,4,6
/proc/11000/task/11003/stat : 11003 (java) S 10998 11000 10849 0 -1 4202560 369381 0 0 0 165 67 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11004] ppid=10998 vsize=15688504 CPUtime=2.5 cores=0,2,4,6
/proc/11000/task/11004/stat : 11004 (java) S 10998 11000 10849 0 -1 4202560 307211 0 0 0 198 52 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11005] ppid=10998 vsize=15688504 CPUtime=2.74 cores=0,2,4,6
/proc/11000/task/11005/stat : 11005 (java) S 10998 11000 10849 0 -1 4202560 382699 0 0 0 208 66 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11006] ppid=10998 vsize=15688504 CPUtime=2.3 cores=0,2,4,6
/proc/11000/task/11006/stat : 11006 (java) S 10998 11000 10849 0 -1 4202560 288769 0 0 0 176 54 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11007] ppid=10998 vsize=15688504 CPUtime=3.25 cores=0,2,4,6
/proc/11000/task/11007/stat : 11007 (java) S 10998 11000 10849 0 -1 4202560 455624 0 0 0 247 78 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11008] ppid=10998 vsize=15688504 CPUtime=2.65 cores=0,2,4,6
/proc/11000/task/11008/stat : 11008 (java) S 10998 11000 10849 0 -1 4202560 378094 0 0 0 199 66 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11009] ppid=10998 vsize=15688504 CPUtime=3.31 cores=0,2,4,6
/proc/11000/task/11009/stat : 11009 (java) S 10998 11000 10849 0 -1 4202560 446271 0 0 0 254 77 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11010] ppid=10998 vsize=15688504 CPUtime=2.75 cores=0,2,4,6
/proc/11000/task/11010/stat : 11010 (java) S 10998 11000 10849 0 -1 4202560 376061 0 0 0 204 71 0 0 16 0 22 0 503874619 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11011] ppid=10998 vsize=15688504 CPUtime=980.66 cores=0,2,4,6
/proc/11000/task/11011/stat : 11011 (java) R 10998 11000 10849 0 -1 4202560 612183 0 0 0 97928 138 0 0 18 0 22 0 503874620 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 47928157714574 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=11000/tid=11012] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11012/stat : 11012 (java) S 10998 11000 10849 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 503874621 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11013] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11013/stat : 11013 (java) S 10998 11000 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503874621 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11014] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11014/stat : 11014 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273440177 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11015] ppid=10998 vsize=15688504 CPUtime=1.13 cores=0,2,4,6
/proc/11000/task/11015/stat : 11015 (java) S 10998 11000 10849 0 -1 4202560 5382 0 0 0 113 0 0 0 16 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11016] ppid=10998 vsize=15688504 CPUtime=0.78 cores=0,2,4,6
/proc/11000/task/11016/stat : 11016 (java) S 10998 11000 10849 0 -1 4202560 4410 0 0 0 78 0 0 0 15 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 6 0 0 0
[pid=11000/tid=11017] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11017/stat : 11017 (java) S 10998 11000 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11018] ppid=10998 vsize=15688504 CPUtime=0 cores=0,2,4,6
/proc/11000/task/11018/stat : 11018 (java) S 10998 11000 10849 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 503874623 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273433088 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11019] ppid=10998 vsize=15688504 CPUtime=310.05 cores=0,2,4,6
/proc/11000/task/11019/stat : 11019 (java) S 10998 11000 10849 0 -1 4202560 50216 0 0 0 30990 15 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 4 0 0 0
[pid=11000/tid=11020] ppid=10998 vsize=15688504 CPUtime=310.41 cores=0,2,4,6
/proc/11000/task/11020/stat : 11020 (java) S 10998 11000 10849 0 -1 4202560 55322 0 0 0 31027 14 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
[pid=11000/tid=11021] ppid=10998 vsize=15688504 CPUtime=310.85 cores=0,2,4,6
/proc/11000/task/11021/stat : 11021 (java) S 10998 11000 10849 0 -1 4202560 53078 0 0 0 31069 16 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 2 0 0 0
[pid=11000/tid=11022] ppid=10998 vsize=15688504 CPUtime=310.51 cores=0,2,4,6
/proc/11000/task/11022/stat : 11022 (java) S 10998 11000 10849 0 -1 4202560 59702 0 0 0 31030 21 0 0 15 0 22 0 503874703 16065028096 3836854 33554432000 1073741824 1073778376 140736408451408 18446744073709551615 254273432473 0 4 0 16800975 18446604453908821824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2248.41
Current children cumulated vsize (KiB) 15688504

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11000

[startup+1302.3 s]
/proc/loadavg: 4.90 5.12 5.91 6/221 11160
/proc/meminfo: memFree=8639848/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=0 CPUtime=2250.7 cores=0,2,4,6
/proc/11000/stat : 11000 (java) R 10998 11000 10849 0 -1 4203524 3881575 0 1 0 224292 778 0 0 18 0 1 0 503874618 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/11000/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2250.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.90 5.12 5.91 6/221 11160
/proc/meminfo: memFree=8639848/32951124 swapFree=67111348/67111528
[pid=11000] ppid=10998 vsize=0 CPUtime=2250.9 cores=0,2,4,6
/proc/11000/stat : 11000 (java) R 10998 11000 10849 0 -1 4203524 3881575 0 1 0 224292 798 0 0 18 0 1 0 503874618 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/11000/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2250.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.59
CPU time (s): 2251
CPU user time (s): 2242.92
CPU system time (s): 8.07977
CPU usage (%): 172.809
Max. virtual memory (cumulated for all children) (KiB): 15693440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2242.92
system time used= 8.07977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3881575
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= 80185
involuntary context switches= 41311

runsolver used 2.10068 second user time and 5.09123 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 00:03:13
IDJOB=3311225
IDBENCH=82610
IDSOLVER=1698
FILE ID=node140/3311225-1304114593
RUNJOBID= node140-1304113387-10867
PBS_JOBID= 13170700
Free space on /tmp= 72656 MiB

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

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

MD5SUM BENCH= 1ba3e47e885ea3862e5726ce64a96a9c
RANDOM SEED=1510653623

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      14194976 kB
Buffers:       1012812 kB
Cached:        1698904 kB
SwapCached:        180 kB
Active:       15736860 kB
Inactive:      2499008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14194976 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4768 kB
Writeback:           0 kB
AnonPages:    15523640 kB
Mapped:          23436 kB
Slab:           426592 kB
PageTables:      34656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15713380 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= 72656 MiB
End job on node140 at 2011-04-30 00:24:56