Trace number 3311204

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) 2214.65 1302.62

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
MD5SUM0d20733a6f7d3b01f88ae7bba5f0d271
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark405.867
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
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.10/0.12	53:11 INFO : Reading from input HOME/instance-3311204-1304113991.cnf
1.02/0.87	Executor set job limit to 1000000
1.02/0.87	Executor set job limit to 1000000
1.02/0.87	Executor set job limit to 1000000
1.02/0.87	Executor set job limit to 1000000
1.02/0.87	Starting Executor!
1.02/0.87	Starting Executor!
1.02/0.87	Starting Executor!
1.02/0.87	Starting Executor!
3.10/2.07	53:13 INFO : 34873 variables remaining out of 34999
3.10/2.07	53:13 INFO : 584684 literals remaining out of 588000
1226.04/333.97	58:43 ERROR: Failed to solve instance
1226.04/333.97	java.lang.OutOfMemoryError: Java heap space
1226.04/333.97		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1226.04/333.97		at gnu.trove.THash.postInsertHook(THash.java:370)
1226.04/333.97		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1226.04/333.97		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1226.04/333.97		at ibis.structure.Subsumming.run(Subsumming.java:58)
1226.04/333.97		at ibis.structure.Solver.simplify(Solver.java:205)
1226.04/333.97		at ibis.structure.Solver.solve(Solver.java:113)
1226.04/333.97		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1226.04/333.97		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1226.04/333.97		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1226.04/333.97		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1226.04/333.97		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1226.04/333.97		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1226.04/333.97		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1226.04/333.97		at ibis.constellation.Executor.processActivities(Executor.java:75)
1226.04/333.97		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1226.04/333.97		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1226.04/333.97		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1257.21/363.93	59:15 ERROR: Failed to solve instance
1257.21/363.93	java.lang.OutOfMemoryError: Java heap space
1257.21/363.93		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1257.21/363.93		at ibis.structure.Solver.simplify(Solver.java:191)
1257.21/363.93		at ibis.structure.Solver.solve(Solver.java:113)
1257.21/363.93		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1257.21/363.93		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1257.21/363.93		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1257.21/363.93		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1257.21/363.93		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1257.21/363.93		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1257.21/363.93		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1257.21/363.93		at ibis.constellation.Executor.processActivities(Executor.java:75)
1257.21/363.93		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1257.21/363.93		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1257.21/363.93		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1262.18/368.83	59:20 ERROR: Failed to solve instance
1262.18/368.83	java.lang.OutOfMemoryError: Java heap space
1262.18/368.83		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:51)
1262.18/368.83		at ibis.structure.Solver.simplify(Solver.java:191)
1262.18/368.83		at ibis.structure.Solver.solve(Solver.java:113)
1262.18/368.83		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1262.18/368.83		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1262.18/368.83		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1262.18/368.83		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1262.18/368.83		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1262.18/368.83		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1262.18/368.83		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1262.18/368.83		at ibis.constellation.Executor.processActivities(Executor.java:75)
1262.18/368.83		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1262.18/368.83		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1262.18/368.83		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1268.78/375.04	59:26 ERROR: Failed to solve instance
1268.78/375.04	java.lang.OutOfMemoryError: Java heap space
1268.78/375.04		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1268.78/375.04		at gnu.trove.THash.postInsertHook(THash.java:370)
1268.78/375.04		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1268.78/375.04		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1268.78/375.04		at ibis.structure.Subsumming.run(Subsumming.java:58)
1268.78/375.04		at ibis.structure.Solver.simplify(Solver.java:205)
1268.78/375.04		at ibis.structure.Solver.solve(Solver.java:113)
1268.78/375.04		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1268.78/375.04		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1268.78/375.04		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1268.78/375.04		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1268.78/375.04		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1268.78/375.04		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1268.78/375.04		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1268.78/375.04		at ibis.constellation.Executor.processActivities(Executor.java:75)
1268.78/375.04		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1268.78/375.04		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1268.78/375.04		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1273.98/380.11	59:31 ERROR: Failed to solve instance
1273.98/380.11	java.lang.OutOfMemoryError: Java heap space
1275.50/381.58	59:33 ERROR: Failed to solve instance
1275.50/381.58	java.lang.OutOfMemoryError: Java heap space
1279.08/384.89	59:36 ERROR: Failed to solve instance
1279.08/384.89	java.lang.OutOfMemoryError: Java heap space
1281.21/386.81	59:38 ERROR: Failed to solve instance
1281.21/386.81	java.lang.OutOfMemoryError: Java heap space
1281.31/386.91	59:38 ERROR: Failed to solve instance
1281.31/386.91	java.lang.OutOfMemoryError: Java heap space
1285.61/390.82	59:42 ERROR: Failed to solve instance
1285.61/390.82	java.lang.OutOfMemoryError: Java heap space
1292.35/396.35	59:48 ERROR: Failed to solve instance
1292.35/396.35	java.lang.OutOfMemoryError: Java heap space
1333.02/435.82	00:27 ERROR: Failed to solve instance
1333.02/435.82	java.lang.OutOfMemoryError: Java heap space
1334.39/437.19	00:28 ERROR: Failed to solve instance
1334.39/437.19	java.lang.OutOfMemoryError: Java heap space
1357.11/459.68	00:51 ERROR: Failed to solve instance
1357.11/459.68	java.lang.OutOfMemoryError: Java heap space
1360.09/462.58	00:54 ERROR: Failed to solve instance
1360.09/462.58	java.lang.OutOfMemoryError: Java heap space
1379.13/481.48	01:13 ERROR: Failed to solve instance
1379.13/481.48	java.lang.OutOfMemoryError: Java heap space
1379.13/481.48	01:13 ERROR: Failed to solve instance
1379.13/481.48	java.lang.OutOfMemoryError: Java heap space
1384.42/486.44	01:18 ERROR: Failed to solve instance
1384.42/486.44	java.lang.OutOfMemoryError: Java heap space
1419.81/520.24	01:51 ERROR: Failed to solve instance
1419.81/520.24	java.lang.OutOfMemoryError: Java heap space
1482.44/582.40	02:51 ERROR: Failed to solve instance
1482.44/582.40	java.lang.OutOfMemoryError: Java heap space
1482.64/582.62	02:54 ERROR: Failed to solve instance
1482.64/582.62	java.lang.OutOfMemoryError: Java heap space
1490.94/590.70	03:02 ERROR: Failed to solve instance
1490.94/590.70	java.lang.OutOfMemoryError: Java heap space
1512.96/612.57	03:24 ERROR: Failed to solve instance
1512.96/612.57	java.lang.OutOfMemoryError: Java heap space
1512.96/612.57	03:24 ERROR: Failed to solve instance
1512.96/612.57	java.lang.OutOfMemoryError: Java heap space
1608.83/707.79	04:59 ERROR: Failed to solve instance
1608.83/707.79	java.lang.OutOfMemoryError: Java heap space
1608.83/707.79	04:59 ERROR: Failed to solve instance
1608.83/707.79	java.lang.OutOfMemoryError: Java heap space
1766.48/864.67	07:36 ERROR: Failed to solve instance
1766.48/864.67	java.lang.OutOfMemoryError: Java heap space
1775.56/873.50	07:45 ERROR: Failed to solve instance
1775.56/873.50	java.lang.OutOfMemoryError: Java heap space
1807.09/903.89	08:15 ERROR: Failed to solve instance
1807.09/903.89	java.lang.OutOfMemoryError: Java heap space
1810.20/906.83	08:18 ERROR: Failed to solve instance
1810.20/906.83	java.lang.OutOfMemoryError: Java heap space
1815.05/911.26	08:23 ERROR: Failed to solve instance
1815.05/911.26	java.lang.OutOfMemoryError: Java heap space
1816.59/912.79	08:24 ERROR: Failed to solve instance
1816.59/912.79	java.lang.OutOfMemoryError: Java heap space
1873.28/968.89	09:20 ERROR: Failed to solve instance
1873.28/968.89	java.lang.OutOfMemoryError: Java heap space
1873.79/969.32	09:21 ERROR: Failed to solve instance
1873.79/969.32	java.lang.OutOfMemoryError: Java heap space
1997.01/1092.31	10:20 ERROR: Failed to solve instance
1997.01/1092.31	java.lang.OutOfMemoryError: Java heap space
2003.83/1098.60	11:30 ERROR: Failed to solve instance
2003.83/1098.60	java.lang.OutOfMemoryError: Java heap space
2026.83/1121.39	11:53 ERROR: Failed to solve instance
2026.83/1121.39	java.lang.OutOfMemoryError: Java heap space
2028.74/1123.20	11:54 ERROR: Failed to solve instance
2028.74/1123.20	java.lang.OutOfMemoryError: Java heap space
2033.14/1127.12	11:58 ERROR: Failed to solve instance
2033.14/1127.12	java.lang.OutOfMemoryError: Java heap space
2096.42/1188.90	12:57 ERROR: Failed to solve instance
2096.42/1188.90	java.lang.OutOfMemoryError: Java heap space
2115.74/1207.83	13:19 ERROR: Failed to solve instance
2115.74/1207.83	java.lang.OutOfMemoryError: Java heap space
2118.42/1210.49	13:22 ERROR: Failed to solve instance
2118.42/1210.49	java.lang.OutOfMemoryError: Java heap space
2150.88/1242.65	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space
2158.16/1248.92	14:00 ERROR: Failed to solve instance
2158.16/1248.92	java.lang.OutOfMemoryError: Java heap space
2160.73/1251.28	14:03 ERROR: Failed to solve instance
2160.73/1251.28	java.lang.OutOfMemoryError: Java heap space
2162.47/1252.85	14:04 ERROR: Failed to solve instance
2162.47/1252.85	java.lang.OutOfMemoryError: Java heap space
2167.17/1257.38	14:09 ERROR: Failed to solve instance
2167.17/1257.38	java.lang.OutOfMemoryError: Java heap space
2169.61/1259.40	14:11 ERROR: Failed to solve instance
2169.61/1259.40	java.lang.OutOfMemoryError: Java heap space
2172.06/1261.50	14:13 ERROR: Failed to solve instance
2172.06/1261.50	java.lang.OutOfMemoryError: Java heap space
2174.22/1263.38	14:15 ERROR: Failed to solve instance
2174.22/1263.38	java.lang.OutOfMemoryError: Java heap space

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3311204-1304113991/watcher-3311204-1304113991 -o /tmp/evaluation-result-3311204-1304113991/solver-3311204-1304113991 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311204-1304113991.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.74 7.93 7.35 5/198 3646
/proc/meminfo: memFree=29124896/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/3646/stat : 3646 (java) S 3644 3646 3438 0 -1 4202496 1382 0 0 0 0 0 0 0 25 0 2 0 503814594 24580096 863 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/3646/statm: 6014 870 667 9 0 381 0
[pid=3646/tid=3647] ppid=3644 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) R 3644 3646 3438 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 503814594 26714112 885 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228095111877 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0746389 s]
/proc/loadavg: 7.74 7.93 7.35 5/198 3646
/proc/meminfo: memFree=29124896/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=15610072 CPUtime=0.06 cores=0,2,4,6
/proc/3646/stat : 3646 (java) S 3644 3646 3438 0 -1 4202496 4657 0 1 0 5 1 0 0 25 0 18 0 503814594 15984713728 4098 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3646/statm: 3902518 4099 1939 9 0 3893237 0
[pid=3646/tid=3647] ppid=3644 vsize=15610072 CPUtime=0.06 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) R 3644 3646 3438 0 -1 4202560 3033 0 1 0 5 1 0 0 22 0 18 0 503814594 15984713728 4099 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107276981 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15610072

[startup+0.100635 s]
/proc/loadavg: 7.74 7.93 7.35 5/198 3646
/proc/meminfo: memFree=29124896/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=15676056 CPUtime=0.1 cores=0,2,4,6
/proc/3646/stat : 3646 (java) S 3644 3646 3438 0 -1 4202496 5430 0 1 0 9 1 0 0 25 0 18 0 503814594 16052281344 4871 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3646/statm: 3919014 4872 2116 9 0 3909733 0
[pid=3646/tid=3647] ppid=3644 vsize=15676056 CPUtime=0.08 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) R 3644 3646 3438 0 -1 4202560 3389 0 1 0 7 1 0 0 22 0 18 0 503814594 16052281344 4872 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 47923403947939 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676056

[startup+0.300587 s]
/proc/loadavg: 7.74 7.93 7.35 5/198 3646
/proc/meminfo: memFree=29124896/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=15679528 CPUtime=0.52 cores=0,2,4,6
/proc/3646/stat : 3646 (java) S 3644 3646 3438 0 -1 4202496 14860 0 1 0 49 3 0 0 25 0 18 0 503814594 16055836672 13340 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3646/statm: 3919882 13346 2206 9 0 3910601 0
[pid=3646/tid=3647] ppid=3644 vsize=15679528 CPUtime=0.28 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) R 3644 3646 3438 0 -1 4202560 9817 0 1 0 26 2 0 0 18 0 18 0 503814594 16055836672 13349 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 46912505639712 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15679528

[startup+0.70053 s]
/proc/loadavg: 7.74 7.93 7.35 5/198 3646
/proc/meminfo: memFree=29124896/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=15679528 CPUtime=0.92 cores=0,2,4,6
/proc/3646/stat : 3646 (java) S 3644 3646 3438 0 -1 4202496 41749 0 1 0 86 6 0 0 25 0 18 0 503814594 16055836672 40224 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3646/statm: 3919882 40224 2222 9 0 3910601 0
[pid=3646/tid=3647] ppid=3644 vsize=15679528 CPUtime=0.68 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) R 3644 3646 3438 0 -1 4202560 35515 0 1 0 62 6 0 0 18 0 18 0 503814594 16055836672 40224 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 46912505536236 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15679528

[startup+1.50137 s]
/proc/loadavg: 7.74 7.93 7.35 6/220 3668
/proc/meminfo: memFree=28777632/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=15691768 CPUtime=2.21 cores=0,2,4,6
/proc/3646/stat : 3646 (java) S 3644 3646 3438 0 -1 4202496 46496 0 1 0 214 7 0 0 25 0 22 0 503814594 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3646/statm: 3922942 44113 2264 9 0 3913661 0
[pid=3646/tid=3647] ppid=3644 vsize=15691768 CPUtime=1.48 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) R 3644 3646 3438 0 -1 4202560 35624 0 1 0 142 6 0 0 20 0 22 0 503814594 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 46912505652114 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3646/tid=3649] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3649/stat : 3649 (java) S 3644 3646 3438 0 -1 4202560 67 0 0 0 0 0 0 0 17 0 22 0 503814594 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3650] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3650/stat : 3650 (java) S 3644 3646 3438 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 22 0 503814594 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3651] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3651/stat : 3651 (java) S 3644 3646 3438 0 -1 4202560 677 0 0 0 0 0 0 0 16 0 22 0 503814594 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3652] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3652/stat : 3652 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 503814594 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3653] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3653/stat : 3653 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 503814594 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3654] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3654/stat : 3654 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 503814594 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3655] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3655/stat : 3655 (java) S 3644 3646 3438 0 -1 4202560 657 0 0 0 0 0 0 0 17 0 22 0 503814594 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3656] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3656/stat : 3656 (java) S 3644 3646 3438 0 -1 4202560 54 0 0 0 0 0 0 0 17 0 22 0 503814594 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3657] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3657/stat : 3657 (java) S 3644 3646 3438 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 503814595 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 0 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3658] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3658/stat : 3658 (java) S 3644 3646 3438 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 503814596 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3659] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3659/stat : 3659 (java) S 3644 3646 3438 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 503814596 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3660] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3660/stat : 3660 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 503814598 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107274673 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3661] ppid=3644 vsize=15691768 CPUtime=0.38 cores=0,2,4,6
/proc/3646/task/3661/stat : 3661 (java) R 3644 3646 3438 0 -1 4202560 3234 0 0 0 38 0 0 0 15 0 22 0 503814598 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 47923404747246 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3646/tid=3662] ppid=3644 vsize=15691768 CPUtime=0.32 cores=0,2,4,6
/proc/3646/task/3662/stat : 3662 (java) S 3644 3646 3438 0 -1 4202560 4694 0 0 0 32 0 0 0 15 0 22 0 503814598 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3663] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3663/stat : 3663 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 503814598 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3664] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3664/stat : 3664 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503814598 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3665] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3665/stat : 3665 (java) S 3644 3646 3438 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 503814681 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3666] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3666/stat : 3666 (java) S 3644 3646 3438 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 503814681 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3667] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3667/stat : 3667 (java) S 3644 3646 3438 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 503814681 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3668] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3668/stat : 3668 (java) S 3644 3646 3438 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 503814681 16068370432 44113 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 15691768

[startup+3.10508 s]
/proc/loadavg: 7.60 7.90 7.35 5/220 3668
/proc/meminfo: memFree=28466764/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=15691768 CPUtime=5.79 cores=0,2,4,6
/proc/3646/stat : 3646 (java) S 3644 3646 3438 0 -1 4202496 79382 0 1 0 567 12 0 0 25 0 22 0 503814594 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3646/statm: 3922942 76479 2275 9 0 3913661 0
[pid=3646/tid=3647] ppid=3644 vsize=15691768 CPUtime=2.06 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) S 3644 3646 3438 0 -1 4202560 35677 0 1 0 200 6 0 0 22 0 22 0 503814594 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3649] ppid=3644 vsize=15691768 CPUtime=0.01 cores=0,2,4,6
/proc/3646/task/3649/stat : 3649 (java) S 3644 3646 3438 0 -1 4202560 3479 0 0 0 1 0 0 0 15 0 22 0 503814594 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3650] ppid=3644 vsize=15691768 CPUtime=0.03 cores=0,2,4,6
/proc/3646/task/3650/stat : 3650 (java) S 3644 3646 3438 0 -1 4202560 7170 0 0 0 3 0 0 0 16 0 22 0 503814594 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3651] ppid=3644 vsize=15691768 CPUtime=0.04 cores=0,2,4,6
/proc/3646/task/3651/stat : 3651 (java) S 3644 3646 3438 0 -1 4202560 8891 0 0 0 3 1 0 0 16 0 22 0 503814594 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3652] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3652/stat : 3652 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503814594 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3653] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3653/stat : 3653 (java) S 3644 3646 3438 0 -1 4202560 2380 0 0 0 0 0 0 0 16 0 22 0 503814594 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3654] ppid=3644 vsize=15691768 CPUtime=0.03 cores=0,2,4,6
/proc/3646/task/3654/stat : 3654 (java) S 3644 3646 3438 0 -1 4202560 4338 0 0 0 3 0 0 0 16 0 22 0 503814594 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3655] ppid=3644 vsize=15691768 CPUtime=0.03 cores=0,2,4,6
/proc/3646/task/3655/stat : 3655 (java) S 3644 3646 3438 0 -1 4202560 4291 0 0 0 3 0 0 0 16 0 22 0 503814594 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3656] ppid=3644 vsize=15691768 CPUtime=0.02 cores=0,2,4,6
/proc/3646/task/3656/stat : 3656 (java) S 3644 3646 3438 0 -1 4202560 3218 0 0 0 2 0 0 0 15 0 22 0 503814594 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3657] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3657/stat : 3657 (java) S 3644 3646 3438 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 22 0 503814595 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 0 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3658] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3658/stat : 3658 (java) S 3644 3646 3438 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503814596 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3659] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3659/stat : 3659 (java) S 3644 3646 3438 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503814596 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3660] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3660/stat : 3660 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 503814598 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107274673 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3661] ppid=3644 vsize=15691768 CPUtime=0.77 cores=0,2,4,6
/proc/3646/task/3661/stat : 3661 (java) S 3644 3646 3438 0 -1 4202560 3593 0 0 0 77 0 0 0 15 0 22 0 503814598 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3662] ppid=3644 vsize=15691768 CPUtime=0.84 cores=0,2,4,6
/proc/3646/task/3662/stat : 3662 (java) S 3644 3646 3438 0 -1 4202560 4782 0 0 0 84 0 0 0 15 0 22 0 503814598 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3663] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3663/stat : 3663 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 503814598 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3664] ppid=3644 vsize=15691768 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3664/stat : 3664 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503814598 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3665] ppid=3644 vsize=15691768 CPUtime=0.5 cores=0,2,4,6
/proc/3646/task/3665/stat : 3665 (java) R 3644 3646 3438 0 -1 4202560 26 0 0 0 50 0 0 0 15 0 22 0 503814681 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 46912506224466 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3646/tid=3666] ppid=3644 vsize=15691768 CPUtime=0.26 cores=0,2,4,6
/proc/3646/task/3666/stat : 3666 (java) S 3644 3646 3438 0 -1 4202560 13 0 0 0 26 0 0 0 15 0 22 0 503814681 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3667] ppid=3644 vsize=15691768 CPUtime=0.65 cores=0,2,4,6
/proc/3646/task/3667/stat : 3667 (java) S 3644 3646 3438 0 -1 4202560 13 0 0 0 65 0 0 0 15 0 22 0 503814681 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3668] ppid=3644 vsize=15691768 CPUtime=0.44 cores=0,2,4,6
/proc/3646/task/3668/stat : 3668 (java) R 3644 3646 3438 0 -1 4202560 8 0 0 0 44 0 0 0 15 0 22 0 503814681 16068370432 76479 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 47923407739017 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 15691768

[startup+6.30145 s]
/proc/loadavg: 7.60 7.90 7.35 10/220 3668
/proc/meminfo: memFree=27196172/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=15691768 CPUtime=18.17 cores=0,2,4,6
/proc/3646/stat : 3646 (java) S 3644 3646 3438 0 -1 4202496 243529 0 1 0 1782 35 0 0 25 0 22 0 503814594 16068370432 239513 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3646/statm: 3922942 239513 2275 9 0 3913661 0
[pid=3646/tid=3647] ppid=3644 vsize=15691768 CPUtime=2.06 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) S 3644 3646 3438 0 -1 4202560 35677 0 1 0 200 6 0 0 22 0 22 0 503814594 16068370432 239513 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3649] ppid=3644 vsize=15691768 CPUtime=0.02 cores=0,2,4,6
/proc/3646/task/3649/stat : 3649 (java) S 3644 3646 3438 0 -1 4202560 3852 0 0 0 2 0 0 0 15 0 22 0 503814594 16068370432 239513 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3650] ppid=3644 vsize=15691768 CPUtime=0.1 cores=0,2,4,6
/proc/3646/task/3650/stat : 3650 (java) S 3644 3646 3438 0 -1 4202560 19075 0 0 0 8 2 0 0 15 0 22 0 503814594 16068370432 239513 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3651] ppid=3644 vsize=15691768 CPUtime=0.15 cores=0,2,4,6
/proc/3646/task/3651/stat : 3651 (java) S 3644 3646 3438 0 -1 4202560 28514 0 0 0 11 4 0 0 15 0 22 0 503814594 16068370432 239513 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3652] ppid=3644 vsize=15691768 CPUtime=0.14 cores=0,2,4,6
/proc/3646/task/3652/stat : 3652 (java) S 3644 3646 3438 0 -1 4202560 23002 0 0 0 11 3 0 0 16 0 22 0 503814594 16068370432 239513 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3653] ppid=3644 vsize=15691768 CPUtime=0.11 cores=0,2,4,6
/proc/3646/task/3653/stat : 3653 (java) S 3644 3646 3438 0 -1 4202560 20801 0 0 0 8 3 0 0 15 0 22 0 503814594 16068370432 239513 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3654] ppid=3644 vsize=15691768 CPUtime=0.13 cores=0,2,4,6
/proc/3646/task/3654/stat : 3654 (java) S 3644 3646 3438 0 -1 4202560 23440 0 0 0 10 3 0 0 15 0 22 0 503814594 16068370432 239513 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3655] ppid=3644 vsize=15691768 CPUtime=0.12 cores=0,2,4,6
/proc/3646/task/3655/stat : 3655 (java) S 3644 3646 3438 0 -1 4202560 20257 0 0 0 10 2 0 0 16 0 22 0 503814594 16068370432 239513 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3656] ppid=3644 vsize=15691768 CPUtime=0.11 cores=0,2,4,6
/proc/3646/task/3656/stat : 3656 (java) S 3644 3646 3438 0 -1 4202560 21435 0 0 0 8 3 0 0 15 0 22 0 503814594 16068370432 239513 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0

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

[pid=3646/tid=3658] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3658/stat : 3658 (java) S 3644 3646 3438 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 503814596 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3659] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3659/stat : 3659 (java) S 3644 3646 3438 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 503814596 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3660] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3660/stat : 3660 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 503814598 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107274673 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3661] ppid=3644 vsize=15688220 CPUtime=0.79 cores=0,2,4,6
/proc/3646/task/3661/stat : 3661 (java) S 3644 3646 3438 0 -1 4202560 3595 0 0 0 79 0 0 0 16 0 22 0 503814598 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3662] ppid=3644 vsize=15688220 CPUtime=1.12 cores=0,2,4,6
/proc/3646/task/3662/stat : 3662 (java) S 3644 3646 3438 0 -1 4202560 4810 0 0 0 112 0 0 0 15 0 22 0 503814598 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3663] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3663/stat : 3663 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 503814598 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3664] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3664/stat : 3664 (java) S 3644 3646 3438 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 503814598 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3665] ppid=3644 vsize=15688220 CPUtime=296.69 cores=0,2,4,6
/proc/3646/task/3665/stat : 3665 (java) S 3644 3646 3438 0 -1 4202560 57385 0 0 0 29657 12 0 0 15 0 22 0 503814681 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3666] ppid=3644 vsize=15688220 CPUtime=296.42 cores=0,2,4,6
/proc/3646/task/3666/stat : 3666 (java) S 3644 3646 3438 0 -1 4202560 65880 0 0 0 29626 16 0 0 15 0 22 0 503814681 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3667] ppid=3644 vsize=15688220 CPUtime=295.39 cores=0,2,4,6
/proc/3646/task/3667/stat : 3667 (java) S 3644 3646 3438 0 -1 4202560 44916 0 0 0 29527 12 0 0 15 0 22 0 503814681 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3668] ppid=3644 vsize=15688220 CPUtime=296.91 cores=0,2,4,6
/proc/3646/task/3668/stat : 3668 (java) S 3644 3646 3438 0 -1 4202560 74613 0 0 0 29674 17 0 0 15 0 22 0 503814681 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2089.82
Current children cumulated vsize (KiB) 15688220

[startup+1242.3 s]
/proc/loadavg: 5.15 5.23 5.97 6/220 3761
/proc/meminfo: memFree=11316664/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=15688220 CPUtime=2150.58 cores=0,2,4,6
/proc/3646/stat : 3646 (java) S 3644 3646 3438 0 -1 4202496 3900319 0 1 0 214331 727 0 0 25 0 22 0 503814594 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3646/statm: 3922055 3841328 2294 9 0 3912774 0
[pid=3646/tid=3647] ppid=3644 vsize=15688220 CPUtime=2.06 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) S 3644 3646 3438 0 -1 4202560 35677 0 1 0 200 6 0 0 22 0 22 0 503814594 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3649] ppid=3644 vsize=15688220 CPUtime=2.59 cores=0,2,4,6
/proc/3646/task/3649/stat : 3649 (java) S 3644 3646 3438 0 -1 4202560 335650 0 0 0 200 59 0 0 15 0 22 0 503814594 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3650] ppid=3644 vsize=15688220 CPUtime=3.5 cores=0,2,4,6
/proc/3646/task/3650/stat : 3650 (java) S 3644 3646 3438 0 -1 4202560 361866 0 0 0 289 61 0 0 16 0 22 0 503814594 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3651] ppid=3644 vsize=15688220 CPUtime=2.75 cores=0,2,4,6
/proc/3646/task/3651/stat : 3651 (java) S 3644 3646 3438 0 -1 4202560 373193 0 0 0 211 64 0 0 16 0 22 0 503814594 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3652] ppid=3644 vsize=15688220 CPUtime=2.45 cores=0,2,4,6
/proc/3646/task/3652/stat : 3652 (java) S 3644 3646 3438 0 -1 4202560 315921 0 0 0 190 55 0 0 16 0 22 0 503814594 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3653] ppid=3644 vsize=15688220 CPUtime=2.77 cores=0,2,4,6
/proc/3646/task/3653/stat : 3653 (java) S 3644 3646 3438 0 -1 4202560 333979 0 0 0 216 61 0 0 16 0 22 0 503814594 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3654] ppid=3644 vsize=15688220 CPUtime=3.32 cores=0,2,4,6
/proc/3646/task/3654/stat : 3654 (java) S 3644 3646 3438 0 -1 4202560 421853 0 0 0 259 73 0 0 16 0 22 0 503814594 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3655] ppid=3644 vsize=15688220 CPUtime=3.64 cores=0,2,4,6
/proc/3646/task/3655/stat : 3655 (java) S 3644 3646 3438 0 -1 4202560 453566 0 0 0 287 77 0 0 16 0 22 0 503814594 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3656] ppid=3644 vsize=15688220 CPUtime=2.81 cores=0,2,4,6
/proc/3646/task/3656/stat : 3656 (java) S 3644 3646 3438 0 -1 4202560 375906 0 0 0 217 64 0 0 16 0 22 0 503814594 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3657] ppid=3644 vsize=15688220 CPUtime=936.16 cores=0,2,4,6
/proc/3646/task/3657/stat : 3657 (java) R 3644 3646 3438 0 -1 4202560 639562 0 0 0 93478 138 0 0 18 0 22 0 503814595 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 47923406774624 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=3646/tid=3658] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3658/stat : 3658 (java) S 3644 3646 3438 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 503814596 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3659] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3659/stat : 3659 (java) S 3644 3646 3438 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 503814596 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3660] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3660/stat : 3660 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 503814598 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107274673 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3661] ppid=3644 vsize=15688220 CPUtime=0.79 cores=0,2,4,6
/proc/3646/task/3661/stat : 3661 (java) S 3644 3646 3438 0 -1 4202560 3595 0 0 0 79 0 0 0 16 0 22 0 503814598 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3662] ppid=3644 vsize=15688220 CPUtime=1.12 cores=0,2,4,6
/proc/3646/task/3662/stat : 3662 (java) S 3644 3646 3438 0 -1 4202560 4810 0 0 0 112 0 0 0 15 0 22 0 503814598 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3663] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3663/stat : 3663 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 503814598 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3664] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3664/stat : 3664 (java) S 3644 3646 3438 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 503814598 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3665] ppid=3644 vsize=15688220 CPUtime=296.95 cores=0,2,4,6
/proc/3646/task/3665/stat : 3665 (java) S 3644 3646 3438 0 -1 4202560 57503 0 0 0 29682 13 0 0 15 0 22 0 503814681 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3666] ppid=3644 vsize=15688220 CPUtime=296.7 cores=0,2,4,6
/proc/3646/task/3666/stat : 3666 (java) S 3644 3646 3438 0 -1 4202560 65898 0 0 0 29653 17 0 0 15 0 22 0 503814681 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3667] ppid=3644 vsize=15688220 CPUtime=295.63 cores=0,2,4,6
/proc/3646/task/3667/stat : 3667 (java) S 3644 3646 3438 0 -1 4202560 45057 0 0 0 29551 12 0 0 15 0 22 0 503814681 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3668] ppid=3644 vsize=15688220 CPUtime=297.17 cores=0,2,4,6
/proc/3646/task/3668/stat : 3668 (java) S 3644 3646 3438 0 -1 4202560 74827 0 0 0 29699 18 0 0 15 0 22 0 503814681 16064737280 3841328 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2150.58
Current children cumulated vsize (KiB) 15688220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.06 5.19 5.91 6/219 3762
/proc/meminfo: memFree=12023732/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=15688220 CPUtime=2212.03 cores=0,2,4,6
/proc/3646/stat : 3646 (java) S 3644 3646 3438 0 -1 4202496 3900849 0 1 0 220468 735 0 0 25 0 21 0 503814594 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3646/statm: 3922055 3841329 2295 9 0 3912774 0
[pid=3646/tid=3647] ppid=3644 vsize=15688220 CPUtime=2.06 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) S 3644 3646 3438 0 -1 4202560 35677 0 1 0 200 6 0 0 22 0 21 0 503814594 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3649] ppid=3644 vsize=15688220 CPUtime=2.59 cores=0,2,4,6
/proc/3646/task/3649/stat : 3649 (java) S 3644 3646 3438 0 -1 4202560 335650 0 0 0 200 59 0 0 15 0 21 0 503814594 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3650] ppid=3644 vsize=15688220 CPUtime=3.5 cores=0,2,4,6
/proc/3646/task/3650/stat : 3650 (java) S 3644 3646 3438 0 -1 4202560 361866 0 0 0 289 61 0 0 16 0 21 0 503814594 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3651] ppid=3644 vsize=15688220 CPUtime=2.75 cores=0,2,4,6
/proc/3646/task/3651/stat : 3651 (java) S 3644 3646 3438 0 -1 4202560 373193 0 0 0 211 64 0 0 16 0 21 0 503814594 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3652] ppid=3644 vsize=15688220 CPUtime=2.45 cores=0,2,4,6
/proc/3646/task/3652/stat : 3652 (java) S 3644 3646 3438 0 -1 4202560 315921 0 0 0 190 55 0 0 16 0 21 0 503814594 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3653] ppid=3644 vsize=15688220 CPUtime=2.77 cores=0,2,4,6
/proc/3646/task/3653/stat : 3653 (java) S 3644 3646 3438 0 -1 4202560 333979 0 0 0 216 61 0 0 16 0 21 0 503814594 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3654] ppid=3644 vsize=15688220 CPUtime=3.32 cores=0,2,4,6
/proc/3646/task/3654/stat : 3654 (java) S 3644 3646 3438 0 -1 4202560 421853 0 0 0 259 73 0 0 16 0 21 0 503814594 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3655] ppid=3644 vsize=15688220 CPUtime=3.64 cores=0,2,4,6
/proc/3646/task/3655/stat : 3655 (java) S 3644 3646 3438 0 -1 4202560 453566 0 0 0 287 77 0 0 16 0 21 0 503814594 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3656] ppid=3644 vsize=15688220 CPUtime=2.81 cores=0,2,4,6
/proc/3646/task/3656/stat : 3656 (java) S 3644 3646 3438 0 -1 4202560 375906 0 0 0 217 64 0 0 16 0 21 0 503814594 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3657] ppid=3644 vsize=15688220 CPUtime=991.91 cores=0,2,4,6
/proc/3646/task/3657/stat : 3657 (java) R 3644 3646 3438 0 -1 4202560 639566 0 0 0 99046 145 0 0 18 0 21 0 503814595 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 47923404788061 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=3646/tid=3658] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3658/stat : 3658 (java) S 3644 3646 3438 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 21 0 503814596 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3659] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3659/stat : 3659 (java) S 3644 3646 3438 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 21 0 503814596 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3660] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3660/stat : 3660 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 503814598 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107274673 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3661] ppid=3644 vsize=15688220 CPUtime=0.79 cores=0,2,4,6
/proc/3646/task/3661/stat : 3661 (java) S 3644 3646 3438 0 -1 4202560 3595 0 0 0 79 0 0 0 16 0 21 0 503814598 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3662] ppid=3644 vsize=15688220 CPUtime=1.12 cores=0,2,4,6
/proc/3646/task/3662/stat : 3662 (java) S 3644 3646 3438 0 -1 4202560 4810 0 0 0 112 0 0 0 15 0 21 0 503814598 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 6 0 0 0
[pid=3646/tid=3663] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3663/stat : 3663 (java) S 3644 3646 3438 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 21 0 503814598 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
[pid=3646/tid=3664] ppid=3644 vsize=15688220 CPUtime=0 cores=0,2,4,6
/proc/3646/task/3664/stat : 3664 (java) S 3644 3646 3438 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 21 0 503814598 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3665] ppid=3644 vsize=15688220 CPUtime=298.86 cores=0,2,4,6
/proc/3646/task/3665/stat : 3665 (java) S 3644 3646 3438 0 -1 4202560 57546 0 0 0 29873 13 0 0 15 0 21 0 503814681 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 2 0 0 0
[pid=3646/tid=3666] ppid=3644 vsize=15688220 CPUtime=298.59 cores=0,2,4,6
/proc/3646/task/3666/stat : 3666 (java) S 3644 3646 3438 0 -1 4202560 65971 0 0 0 29841 18 0 0 15 0 21 0 503814681 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107267584 0 4 0 16800975 18446604453946692736 0 0 -1 0 0 0 0
[pid=3646/tid=3667] ppid=3644 vsize=15688220 CPUtime=297.54 cores=0,2,4,6
/proc/3646/task/3667/stat : 3667 (java) S 3644 3646 3438 0 -1 4202560 45460 0 0 0 29741 13 0 0 15 0 21 0 503814681 16064737280 3841329 33554432000 1073741824 1073778376 140735431075728 18446744073709551615 228107266969 0 4 0 16800975 18446604453946692736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2212.03
Current children cumulated vsize (KiB) 15688220

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3646

[startup+1302.3 s]
/proc/loadavg: 5.06 5.19 5.91 6/220 3763
/proc/meminfo: memFree=12045184/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=0 CPUtime=2214.33 cores=0,2,4,6
/proc/3646/stat : 3646 (java) Z 3644 3646 3438 0 -1 4203548 3900878 0 1 0 220669 764 0 0 18 0 2 0 503814594 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3646/statm: 0 0 0 0 0 0 0
[pid=3646/tid=3647] ppid=3644 vsize=0 CPUtime=2.34 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) R 3644 3646 3438 0 -1 4203588 35677 0 1 0 200 34 0 0 18 0 2 0 503814594 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2214.33
Current children cumulated vsize (KiB) 0

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

[startup+1302.51 s]
/proc/loadavg: 5.05 5.19 5.91 6/200 3763
/proc/meminfo: memFree=22285372/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=0 CPUtime=2214.53 cores=0,2,4,6
/proc/3646/stat : 3646 (java) Z 3644 3646 3438 0 -1 4203548 3900878 0 1 0 220669 784 0 0 18 0 2 0 503814594 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3646/statm: 0 0 0 0 0 0 0
[pid=3646/tid=3647] ppid=3644 vsize=0 CPUtime=2.54 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) R 3644 3646 3438 0 -1 4203588 35677 0 1 0 200 54 0 0 18 0 2 0 503814594 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2214.53
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 5.05 5.19 5.91 6/200 3763
/proc/meminfo: memFree=22285372/32951124 swapFree=67111348/67111528
[pid=3646] ppid=3644 vsize=0 CPUtime=2214.63 cores=0,2,4,6
/proc/3646/stat : 3646 (java) Z 3644 3646 3438 0 -1 4203548 3900878 0 1 0 220669 794 0 0 18 0 2 0 503814594 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3646/statm: 0 0 0 0 0 0 0
[pid=3646/tid=3647] ppid=3644 vsize=0 CPUtime=2.64 cores=0,2,4,6
/proc/3646/task/3647/stat : 3647 (java) R 3644 3646 3438 0 -1 4203588 35677 0 1 0 200 64 0 0 18 0 2 0 503814594 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2214.63
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.62
CPU time (s): 2214.65
CPU user time (s): 2206.69
CPU system time (s): 7.96279
CPU usage (%): 170.015
Max. virtual memory (cumulated for all children) (KiB): 15691768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2206.69
system time used= 7.96279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3900878
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= 79115
involuntary context switches= 31821

runsolver used 2.09568 second user time and 5.06523 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 23:53:11
IDJOB=3311204
IDBENCH=82589
IDSOLVER=1698
FILE ID=node142/3311204-1304113991
RUNJOBID= node142-1304112784-3458
PBS_JOBID= 13170697
Free space on /tmp= 71308 MiB

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

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

MD5SUM BENCH= 0d20733a6f7d3b01f88ae7bba5f0d271
RANDOM SEED=1331844525

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.75
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.846
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.82
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.846
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:      29125168 kB
Buffers:       1064616 kB
Cached:        1939228 kB
SwapCached:        176 kB
Active:         400696 kB
Inactive:      2928848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29125168 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6984 kB
Writeback:           0 kB
AnonPages:      325740 kB
Mapped:          23052 kB
Slab:           432272 kB
PageTables:       5072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   950336 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= 71308 MiB
End job on node142 at 2011-04-30 00:14:54