Trace number 3311213

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S858279511-076-UNKNOWN.cnf
MD5SUMe97fda1e892cdb27859435984e5a4127
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark93.1638
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	55:30 INFO : Reading from input HOME/instance-3311213-1304114130.cnf
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
4.16/2.31	55:32 INFO : 29882 variables remaining out of 30000
4.16/2.31	55:32 INFO : 501064 literals remaining out of 504000
1177.61/323.05	00:51 ERROR: Failed to solve instance
1177.61/323.05	java.lang.OutOfMemoryError: Java heap space
1177.61/323.05		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1177.61/323.05		at gnu.trove.THash.postInsertHook(THash.java:370)
1177.61/323.05		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1177.61/323.05		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1177.61/323.05		at ibis.structure.Subsumming.run(Subsumming.java:58)
1177.61/323.05		at ibis.structure.Solver.simplify(Solver.java:205)
1177.61/323.05		at ibis.structure.Solver.solve(Solver.java:113)
1177.61/323.05		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1177.61/323.05		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1177.61/323.05		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1177.61/323.05		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1177.61/323.05		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1177.61/323.05		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1177.61/323.05		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1177.61/323.05		at ibis.constellation.Executor.processActivities(Executor.java:75)
1177.61/323.05		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1177.61/323.05		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1177.61/323.05		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1182.26/327.65	00:58 ERROR: Failed to solve instance
1182.26/327.65	java.lang.OutOfMemoryError: Java heap space
1182.26/327.65		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1182.26/327.65		at gnu.trove.THash.postInsertHook(THash.java:370)
1182.26/327.65		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1182.26/327.65		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1182.26/327.65		at ibis.structure.Subsumming.run(Subsumming.java:58)
1182.26/327.65		at ibis.structure.Solver.simplify(Solver.java:205)
1182.26/327.65		at ibis.structure.Solver.solve(Solver.java:113)
1182.26/327.65		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1182.26/327.65		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1182.26/327.65		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1182.26/327.65		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1182.26/327.65		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1182.26/327.65		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1182.26/327.65		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1182.26/327.65		at ibis.constellation.Executor.processActivities(Executor.java:75)
1182.26/327.65		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1182.26/327.65		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1182.26/327.65		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1188.14/333.31	01:03 ERROR: Failed to solve instance
1188.14/333.31	java.lang.OutOfMemoryError: Java heap space
1188.14/333.31		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1188.14/333.31		at ibis.structure.Solver.simplify(Solver.java:191)
1188.14/333.31		at ibis.structure.Solver.solve(Solver.java:113)
1188.14/333.31		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1188.14/333.31		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1188.14/333.31		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1188.14/333.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1188.14/333.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1188.14/333.31		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1188.14/333.31		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1188.14/333.31		at ibis.constellation.Executor.processActivities(Executor.java:75)
1188.14/333.31		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1188.14/333.31		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1188.14/333.31		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1212.59/357.40	01:27 ERROR: Failed to solve instance
1212.59/357.40	java.lang.OutOfMemoryError: Java heap space
1212.59/357.40		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1212.59/357.40		at ibis.structure.Solver.simplify(Solver.java:191)
1212.59/357.40		at ibis.structure.Solver.solve(Solver.java:113)
1212.59/357.40		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1212.59/357.40		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1212.59/357.40		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1212.59/357.40		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1212.59/357.40		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1212.59/357.40		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1212.59/357.40		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1212.59/357.40		at ibis.constellation.Executor.processActivities(Executor.java:75)
1212.59/357.40		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1212.59/357.40		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1212.59/357.40		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1221.49/366.12	01:36 ERROR: Failed to solve instance
1221.49/366.12	java.lang.OutOfMemoryError: Java heap space
1253.32/396.62	02:07 ERROR: Failed to solve instance
1253.32/396.62	java.lang.OutOfMemoryError: Java heap space
1274.71/417.98	02:28 ERROR: Failed to solve instance
1274.71/417.98	java.lang.OutOfMemoryError: Java heap space
1276.75/419.72	02:30 ERROR: Failed to solve instance
1276.75/419.72	java.lang.OutOfMemoryError: Java heap space
1279.25/422.20	02:32 ERROR: Failed to solve instance
1279.25/422.20	java.lang.OutOfMemoryError: Java heap space
1296.58/439.53	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space
1306.68/448.93	02:45 ERROR: Failed to solve instance
1306.68/448.93	02:59 ERROR: Failed to solve instance
1306.68/448.93	java.lang.OutOfMemoryError: Java heap space
1309.50/451.60	03:02 ERROR: Failed to solve instance
1309.50/451.60	java.lang.OutOfMemoryError: Java heap space
1311.67/453.79	03:04 ERROR: Failed to solve instance
1311.67/453.79	java.lang.OutOfMemoryError: Java heap space
1317.53/458.91	03:09 ERROR: Failed to solve instance
1317.53/458.91	java.lang.OutOfMemoryError: Java heap space
1320.18/461.44	03:12 ERROR: Failed to solve instance
1320.18/461.44	java.lang.OutOfMemoryError: Java heap space
1323.08/464.23	03:14 ERROR: Failed to solve instance
1323.08/464.23	java.lang.OutOfMemoryError: Java heap space
1324.70/465.71	03:16 ERROR: Failed to solve instance
1324.70/465.71	java.lang.OutOfMemoryError: Java heap space
1328.34/469.23	03:19 ERROR: Failed to solve instance
1328.34/469.23	java.lang.OutOfMemoryError: Java heap space
1334.91/474.93	03:25 ERROR: Failed to solve instance
1334.91/474.93	java.lang.OutOfMemoryError: Java heap space
1337.53/477.42	03:28 ERROR: Failed to solve instance
1337.53/477.42	java.lang.OutOfMemoryError: Java heap space
1339.40/479.21	03:29 ERROR: Failed to solve instance
1339.40/479.21	java.lang.OutOfMemoryError: Java heap space
1367.72/506.65	03:53 ERROR: Failed to solve instance
1367.72/506.65	java.lang.OutOfMemoryError: Java heap space
1389.93/528.63	04:18 ERROR: Failed to solve instance
1389.93/528.63	java.lang.OutOfMemoryError: Java heap space
1392.26/530.82	04:21 ERROR: Failed to solve instance
1392.26/530.82	java.lang.OutOfMemoryError: Java heap space
1398.29/536.75	04:27 ERROR: Failed to solve instance
1398.29/536.75	java.lang.OutOfMemoryError: Java heap space
1401.69/540.02	04:30 ERROR: Failed to solve instance
1401.69/540.02	java.lang.OutOfMemoryError: Java heap space
1403.33/541.56	04:32 ERROR: Failed to solve instance
1403.33/541.56	java.lang.OutOfMemoryError: Java heap space
1409.51/547.09	04:37 ERROR: Failed to solve instance
1409.51/547.09	java.lang.OutOfMemoryError: Java heap space
1417.08/554.36	04:45 ERROR: Failed to solve instance
1417.08/554.36	java.lang.OutOfMemoryError: Java heap space
1420.38/557.52	04:48 ERROR: Failed to solve instance
1420.38/557.52	java.lang.OutOfMemoryError: Java heap space
1423.53/560.51	04:51 ERROR: Failed to solve instance
1423.53/560.51	java.lang.OutOfMemoryError: Java heap space
1425.15/562.01	04:52 ERROR: Failed to solve instance
1425.15/562.01	java.lang.OutOfMemoryError: Java heap space
1426.82/563.55	04:54 ERROR: Failed to solve instance
1426.82/563.55	java.lang.OutOfMemoryError: Java heap space
1595.20/730.56	07:41 ERROR: Failed to solve instance
1595.20/730.56	java.lang.OutOfMemoryError: Java heap space
1719.60/854.88	09:45 ERROR: Failed to solve instance
1719.60/854.88	java.lang.OutOfMemoryError: Java heap space
1742.76/877.89	10:08 ERROR: Failed to solve instance
1742.76/877.89	java.lang.OutOfMemoryError: Java heap space
1743.98/879.05	10:09 ERROR: Failed to solve instance
1743.98/879.05	java.lang.OutOfMemoryError: Java heap space
1744.18/879.25	10:09 ERROR: Failed to solve instance
1744.18/879.25	java.lang.OutOfMemoryError: Java heap space
1746.68/881.45	10:12 ERROR: Failed to solve instance
1746.68/881.45	java.lang.OutOfMemoryError: Java heap space
1755.28/889.36	10:20 ERROR: Failed to solve instance
1755.28/889.36	java.lang.OutOfMemoryError: Java heap space
1776.70/910.68	10:41 ERROR: Failed to solve instance
1776.70/910.68	java.lang.OutOfMemoryError: Java heap space
1780.36/914.06	10:44 ERROR: Failed to solve instance
1780.36/914.06	java.lang.OutOfMemoryError: Java heap space
1783.52/916.82	10:47 ERROR: Failed to solve instance
1783.52/916.82	java.lang.OutOfMemoryError: Java heap space
1875.68/1008.08	12:18 ERROR: Failed to solve instance
1875.68/1008.08	java.lang.OutOfMemoryError: Java heap space
1960.59/1092.64	13:36 ERROR: Failed to solve instance
1960.59/1092.64	java.lang.OutOfMemoryError: Java heap space
2023.93/1155.63	14:46 ERROR: Failed to solve instance
2023.93/1155.63	java.lang.OutOfMemoryError: Java heap space
2026.51/1158.10	14:48 ERROR: Failed to solve instance
2026.51/1158.10	java.lang.OutOfMemoryError: Java heap space
2031.64/1163.10	14:53 ERROR: Failed to solve instance
2031.64/1163.10	java.lang.OutOfMemoryError: Java heap space
2032.85/1164.22	14:54 ERROR: Failed to solve instance
2032.85/1164.22	java.lang.OutOfMemoryError: Java heap space
2050.55/1181.20	15:11 ERROR: Failed to solve instance
2050.55/1181.20	java.lang.OutOfMemoryError: Java heap space
2052.64/1183.23	15:13 ERROR: Failed to solve instance
2052.64/1183.23	java.lang.OutOfMemoryError: Java heap space
2054.31/1184.86	15:15 ERROR: Failed to solve instance
2054.31/1184.86	java.lang.OutOfMemoryError: Java heap space
2056.92/1187.34	15:17 ERROR: Failed to solve instance
2056.92/1187.34	java.lang.OutOfMemoryError: Java heap space
2086.11/1216.33	15:47 ERROR: Failed to solve instance
2086.11/1216.33	java.lang.OutOfMemoryError: Java heap space
2094.50/1223.80	15:54 ERROR: Failed to solve instance
2094.50/1223.80	java.lang.OutOfMemoryError: Java heap space
2117.80/1246.83	16:17 ERROR: Failed to solve instance
2117.80/1246.83	java.lang.OutOfMemoryError: Java heap space
2117.80/1246.83	16:17 ERROR: Failed to solve instance
2117.80/1246.83	java.lang.OutOfMemoryError: Java heap space
2120.32/1249.11	16:19 ERROR: Failed to solve instance
2120.32/1249.11	java.lang.OutOfMemoryError: Java heap space
2122.96/1251.61	16:22 ERROR: Failed to solve instance
2122.96/1251.61	java.lang.OutOfMemoryError: Java heap space
2130.04/1258.02	16:28 ERROR: Failed to solve instance
2130.04/1258.02	java.lang.OutOfMemoryError: Java heap space
2169.11/1296.71	17:07 ERROR: Failed to solve instance
2169.11/1296.71	java.lang.OutOfMemoryError: Java heap space
2170.25/1297.84	17:08 ERROR: Failed to solve instance
2170.25/1297.84	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-3311213-1304114130/watcher-3311213-1304114130 -o /tmp/evaluation-result-3311213-1304114130/solver-3311213-1304114130 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311213-1304114130.cnf -hbr 2 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.52 3.92 5.56 4/194 25762
/proc/meminfo: memFree=31098148/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 25707 0 -1 4202496 1426 0 0 0 0 0 0 0 24 0 2 0 503829278 27824128 895 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051458021 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 6793 895 684 9 0 381 0
[pid=25762/tid=25763] ppid=25760 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) S 25760 25762 25707 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 503829279 27824128 895 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212034731655 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.086874 s]
/proc/loadavg: 1.52 3.92 5.56 4/194 25762
/proc/meminfo: memFree=31098148/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=15676824 CPUtime=0.09 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 25707 0 -1 4202496 5430 0 1 0 8 1 0 0 24 0 18 0 503829278 16053067776 4867 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 3919206 4868 2116 9 0 3909925 0
[pid=25762/tid=25763] ppid=25760 vsize=15676824 CPUtime=0.07 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 25707 0 -1 4202560 3311 0 1 0 6 1 0 0 18 0 18 0 503829279 16053067776 4868 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 47776627632147 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676824

[startup+0.100918 s]
/proc/loadavg: 1.52 3.92 5.56 4/194 25762
/proc/meminfo: memFree=31098148/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=15676824 CPUtime=0.1 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 25707 0 -1 4202496 5614 0 1 0 9 1 0 0 24 0 18 0 503829278 16053067776 5050 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 3919206 5050 2118 9 0 3909925 0
[pid=25762/tid=25763] ppid=25760 vsize=15676824 CPUtime=0.09 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 25707 0 -1 4202560 3494 0 1 0 8 1 0 0 18 0 18 0 503829279 16053067776 5050 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051482059 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676824

[startup+0.300878 s]
/proc/loadavg: 1.52 3.92 5.56 4/194 25762
/proc/meminfo: memFree=31098148/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=15680136 CPUtime=0.52 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 25707 0 -1 4202496 16024 0 1 0 50 2 0 0 24 0 18 0 503829278 16056459264 14528 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 3920034 14536 2207 9 0 3910753 0
[pid=25762/tid=25763] ppid=25760 vsize=15680136 CPUtime=0.28 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 25707 0 -1 4202560 11008 0 1 0 27 1 0 0 18 0 18 0 503829279 16056459264 14539 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 46912505641905 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680136

[startup+0.700802 s]
/proc/loadavg: 1.52 3.92 5.56 4/194 25762
/proc/meminfo: memFree=31098148/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=15680136 CPUtime=0.93 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 25707 0 -1 4202496 41813 0 1 0 88 5 0 0 24 0 18 0 503829278 16056459264 40315 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 3920034 40315 2223 9 0 3910753 0
[pid=25762/tid=25763] ppid=25760 vsize=15680136 CPUtime=0.67 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 25707 0 -1 4202560 35554 0 1 0 63 4 0 0 18 0 18 0 503829279 16056459264 40315 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 46912505546682 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680136

[startup+1.50163 s]
/proc/loadavg: 1.52 3.92 5.56 6/220 25788
/proc/meminfo: memFree=30752432/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=15718048 CPUtime=2.46 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 25707 0 -1 4202496 56816 0 1 0 240 6 0 0 24 0 22 0 503829278 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 3929512 51080 2259 9 0 3920231 0
[pid=25762/tid=25763] ppid=25760 vsize=15718048 CPUtime=1.47 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 25707 0 -1 4202560 35654 0 1 0 143 4 0 0 21 0 22 0 503829279 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 47776625251223 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 25707 0 -1 4202560 815 0 0 0 0 0 0 0 18 0 22 0 503829279 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 25707 0 -1 4202560 25 0 0 0 0 0 0 0 18 0 22 0 503829279 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 25707 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 22 0 503829279 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503829279 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503829279 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 25707 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 22 0 503829279 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 25707 0 -1 4202560 562 0 0 0 0 0 0 0 18 0 22 0 503829279 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 25707 0 -1 4202560 722 0 0 0 0 0 0 0 16 0 22 0 503829279 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) S 25760 25762 25707 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 503829280 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 0 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 25707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503829281 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 25707 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503829281 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503829283 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051478961 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=15718048 CPUtime=0.23 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 25707 0 -1 4202560 2672 0 0 0 23 0 0 0 15 0 22 0 503829283 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=15718048 CPUtime=0.72 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) R 25760 25762 25707 0 -1 4202560 13313 0 0 0 71 1 0 0 17 0 22 0 503829283 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 47776627809608 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25762/tid=25779] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25779/stat : 25779 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503829283 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25780] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25780/stat : 25780 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503829283 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25785] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25785/stat : 25785 (java) S 25760 25762 25707 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 503829354 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25786] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25786/stat : 25786 (java) S 25760 25762 25707 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 503829354 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25787] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25787/stat : 25787 (java) S 25760 25762 25707 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 503829354 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25788] ppid=25760 vsize=15718048 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25788/stat : 25788 (java) S 25760 25762 25707 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 503829354 16095281152 51080 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 15718048

[startup+3.10134 s]
/proc/loadavg: 1.80 3.93 5.56 7/220 25788
/proc/meminfo: memFree=30679644/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=15718452 CPUtime=6.31 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 25707 0 -1 4202496 83066 0 1 0 621 10 0 0 24 0 22 0 503829278 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 3929613 77246 2275 9 0 3920332 0
[pid=25762/tid=25763] ppid=25760 vsize=15718452 CPUtime=2.28 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) S 25760 25762 25707 0 -1 4202560 35712 0 1 0 224 4 0 0 24 0 22 0 503829279 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=15718452 CPUtime=0.02 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 25707 0 -1 4202560 3092 0 0 0 2 0 0 0 17 0 22 0 503829279 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=15718452 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 25707 0 -1 4202560 25 0 0 0 0 0 0 0 17 0 22 0 503829279 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=15718452 CPUtime=0.02 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 25707 0 -1 4202560 5037 0 0 0 2 0 0 0 18 0 22 0 503829279 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=15718452 CPUtime=0.01 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 25707 0 -1 4202560 1456 0 0 0 1 0 0 0 17 0 22 0 503829279 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=15718452 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 503829279 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=15718452 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 25707 0 -1 4202560 810 0 0 0 0 0 0 0 17 0 22 0 503829279 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=15718452 CPUtime=0.03 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 25707 0 -1 4202560 4550 0 0 0 3 0 0 0 18 0 22 0 503829279 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=15718452 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 25707 0 -1 4202560 722 0 0 0 0 0 0 0 15 0 22 0 503829279 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=15718452 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) S 25760 25762 25707 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 503829280 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 0 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=15718452 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 25707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503829281 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=15718452 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 25707 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503829281 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=15718452 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503829283 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051478961 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=15718452 CPUtime=0.7 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 25707 0 -1 4202560 2776 0 0 0 70 0 0 0 15 0 22 0 503829283 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=15718452 CPUtime=1.64 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) S 25760 25762 25707 0 -1 4202560 13891 0 0 0 163 1 0 0 15 0 22 0 503829283 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25779] ppid=25760 vsize=15718452 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25779/stat : 25779 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503829283 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25780] ppid=25760 vsize=15718452 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25780/stat : 25780 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503829283 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25785] ppid=25760 vsize=15718452 CPUtime=0.38 cores=1,3,5,7
/proc/25762/task/25785/stat : 25785 (java) R 25760 25762 25707 0 -1 4202560 1612 0 0 0 38 0 0 0 16 0 22 0 503829354 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 46912506095159 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25762/tid=25786] ppid=25760 vsize=15718452 CPUtime=0.14 cores=1,3,5,7
/proc/25762/task/25786/stat : 25786 (java) R 25760 25762 25707 0 -1 4202560 4299 0 0 0 14 0 0 0 16 0 22 0 503829354 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 46912506361390 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25762/tid=25787] ppid=25760 vsize=15718452 CPUtime=0.46 cores=1,3,5,7
/proc/25762/task/25787/stat : 25787 (java) R 25760 25762 25707 0 -1 4202560 3524 0 0 0 46 0 0 0 16 0 22 0 503829354 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 46912506364547 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25762/tid=25788] ppid=25760 vsize=15718452 CPUtime=0.52 cores=1,3,5,7
/proc/25762/task/25788/stat : 25788 (java) R 25760 25762 25707 0 -1 4202560 4097 0 0 0 52 0 0 0 16 0 22 0 503829354 16095694848 77246 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 46912506094922 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 15718452

[startup+6.30077 s]
/proc/loadavg: 1.80 3.93 5.56 9/220 25788
/proc/meminfo: memFree=29125568/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=15712912 CPUtime=19.06 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 25707 0 -1 4202496 255773 0 1 0 1871 35 0 0 24 0 22 0 503829278 16090021888 248335 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 3928228 248335 2275 9 0 3918947 0
[pid=25762/tid=25763] ppid=25760 vsize=15712912 CPUtime=2.28 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) S 25760 25762 25707 0 -1 4202560 35712 0 1 0 224 4 0 0 24 0 22 0 503829279 16090021888 248335 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=15712912 CPUtime=0.16 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 25707 0 -1 4202560 24666 0 0 0 13 3 0 0 16 0 22 0 503829279 16090021888 248335 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=15712912 CPUtime=0.1 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 25707 0 -1 4202560 15368 0 0 0 8 2 0 0 16 0 22 0 503829279 16090021888 248335 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=15712912 CPUtime=0.07 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 25707 0 -1 4202560 16540 0 0 0 5 2 0 0 16 0 22 0 503829279 16090021888 248335 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=15712912 CPUtime=0.05 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 25707 0 -1 4202560 8390 0 0 0 5 0 0 0 15 0 22 0 503829279 16090021888 248335 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=15712912 CPUtime=0.03 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 25707 0 -1 4202560 5458 0 0 0 3 0 0 0 15 0 22 0 503829279 16090021888 248335 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=15712912 CPUtime=0.01 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 25707 0 -1 4202560 4437 0 0 0 1 0 0 0 15 0 22 0 503829279 16090021888 248335 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=15712912 CPUtime=0.15 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 25707 0 -1 4202560 28375 0 0 0 11 4 0 0 16 0 22 0 503829279 16090021888 248335 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=15712912 CPUtime=0.12 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 25707 0 -1 4202560 23873 0 0 0 9 3 0 0 16 0 22 0 503829279 16090021888 248335 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0

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

/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 25707 0 -1 4202560 330299 0 0 0 221 59 0 0 16 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=15778448 CPUtime=3.01 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 25707 0 -1 4202560 379222 0 0 0 237 64 0 0 16 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=15778448 CPUtime=2.79 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 25707 0 -1 4202560 320484 0 0 0 226 53 0 0 15 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=15778448 CPUtime=2.8 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 25707 0 -1 4202560 381685 0 0 0 215 65 0 0 15 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=15778448 CPUtime=2.15 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 25707 0 -1 4202560 292521 0 0 0 166 49 0 0 16 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=15778448 CPUtime=2.69 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 25707 0 -1 4202560 319548 0 0 0 215 54 0 0 16 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=15778448 CPUtime=2.29 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 25707 0 -1 4202560 331064 0 0 0 174 55 0 0 15 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=15778448 CPUtime=887.32 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) R 25760 25762 25707 0 -1 4202560 633161 0 0 0 88599 133 0 0 18 0 21 0 503829280 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 47776629477321 0 0 0 16800975 0 0 0 -1 7 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 25707 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 503829281 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 25707 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 21 0 503829281 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503829283 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051478961 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=15778448 CPUtime=0.97 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 25707 0 -1 4202560 2987 0 0 0 97 0 0 0 15 0 21 0 503829283 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=15778448 CPUtime=1.64 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) S 25760 25762 25707 0 -1 4202560 13892 0 0 0 163 1 0 0 16 0 21 0 503829283 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25779] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25779/stat : 25779 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503829283 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25780] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25780/stat : 25780 (java) R 25760 25762 25707 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 21 0 503829283 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25762/tid=25785] ppid=25760 vsize=15778448 CPUtime=286.59 cores=1,3,5,7
/proc/25762/task/25785/stat : 25785 (java) S 25760 25762 25707 0 -1 4202560 120666 0 0 0 28631 28 0 0 15 0 21 0 503829354 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25786] ppid=25760 vsize=15778448 CPUtime=285.51 cores=1,3,5,7
/proc/25762/task/25786/stat : 25786 (java) S 25760 25762 25707 0 -1 4202560 108667 0 0 0 28524 27 0 0 15 0 21 0 503829354 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25787] ppid=25760 vsize=15778448 CPUtime=286.26 cores=1,3,5,7
/proc/25762/task/25787/stat : 25787 (java) R 25760 25762 25707 0 -1 4202560 108791 0 0 0 28603 23 0 0 15 0 21 0 503829354 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 46912505921000 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2051.71
Current children cumulated vsize (KiB) 15778448

[startup+1242.3 s]
/proc/loadavg: 5.02 5.13 5.48 6/219 25881
/proc/meminfo: memFree=13879048/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=15778448 CPUtime=2113.3 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 25707 0 -1 4202496 3905234 0 1 0 210614 716 0 0 24 0 21 0 503829278 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 3944612 3850481 2295 9 0 3935331 0
[pid=25762/tid=25763] ppid=25760 vsize=15778448 CPUtime=2.28 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) S 25760 25762 25707 0 -1 4202560 35712 0 1 0 224 4 0 0 24 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=15778448 CPUtime=2.51 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 25707 0 -1 4202560 420777 0 0 0 182 69 0 0 16 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=15778448 CPUtime=2.8 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 25707 0 -1 4202560 330299 0 0 0 221 59 0 0 16 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=15778448 CPUtime=3.01 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 25707 0 -1 4202560 379222 0 0 0 237 64 0 0 16 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=15778448 CPUtime=2.79 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 25707 0 -1 4202560 320484 0 0 0 226 53 0 0 15 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=15778448 CPUtime=2.8 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 25707 0 -1 4202560 381685 0 0 0 215 65 0 0 15 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=15778448 CPUtime=2.15 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 25707 0 -1 4202560 292521 0 0 0 166 49 0 0 16 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=15778448 CPUtime=2.69 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 25707 0 -1 4202560 319548 0 0 0 215 54 0 0 16 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=15778448 CPUtime=2.29 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 25707 0 -1 4202560 331064 0 0 0 174 55 0 0 15 0 21 0 503829279 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=15778448 CPUtime=946.47 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) R 25760 25762 25707 0 -1 4202560 633163 0 0 0 94509 138 0 0 18 0 21 0 503829280 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 47776624535360 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 25707 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 503829281 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 25707 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 21 0 503829281 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503829283 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051478961 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=15778448 CPUtime=0.97 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 25707 0 -1 4202560 2987 0 0 0 97 0 0 0 15 0 21 0 503829283 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=15778448 CPUtime=1.64 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) S 25760 25762 25707 0 -1 4202560 13892 0 0 0 163 1 0 0 16 0 21 0 503829283 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25779] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25779/stat : 25779 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503829283 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25780] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25780/stat : 25780 (java) S 25760 25762 25707 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 21 0 503829283 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25785] ppid=25760 vsize=15778448 CPUtime=287.41 cores=1,3,5,7
/proc/25762/task/25785/stat : 25785 (java) S 25760 25762 25707 0 -1 4202560 120883 0 0 0 28711 30 0 0 15 0 21 0 503829354 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25786] ppid=25760 vsize=15778448 CPUtime=286.33 cores=1,3,5,7
/proc/25762/task/25786/stat : 25786 (java) S 25760 25762 25707 0 -1 4202560 108716 0 0 0 28605 28 0 0 15 0 21 0 503829354 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25787] ppid=25760 vsize=15778448 CPUtime=287.06 cores=1,3,5,7
/proc/25762/task/25787/stat : 25787 (java) S 25760 25762 25707 0 -1 4202560 109110 0 0 0 28681 25 0 0 15 0 21 0 503829354 16157130752 3850481 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2113.3
Current children cumulated vsize (KiB) 15778448



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.13 5.15 5.46 6/219 25882
/proc/meminfo: memFree=13827464/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=15778448 CPUtime=2172.62 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 25707 0 -1 4202496 3905812 0 1 0 216537 725 0 0 24 0 21 0 503829278 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 3944612 3850482 2295 9 0 3935331 0
[pid=25762/tid=25763] ppid=25760 vsize=15778448 CPUtime=2.28 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) S 25760 25762 25707 0 -1 4202560 35712 0 1 0 224 4 0 0 24 0 21 0 503829279 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=15778448 CPUtime=2.51 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 25707 0 -1 4202560 420777 0 0 0 182 69 0 0 16 0 21 0 503829279 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=15778448 CPUtime=2.8 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 25707 0 -1 4202560 330299 0 0 0 221 59 0 0 16 0 21 0 503829279 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=15778448 CPUtime=3.01 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 25707 0 -1 4202560 379222 0 0 0 237 64 0 0 16 0 21 0 503829279 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=15778448 CPUtime=2.79 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 25707 0 -1 4202560 320484 0 0 0 226 53 0 0 15 0 21 0 503829279 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=15778448 CPUtime=2.8 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 25707 0 -1 4202560 381685 0 0 0 215 65 0 0 15 0 21 0 503829279 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=15778448 CPUtime=2.15 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 25707 0 -1 4202560 292521 0 0 0 166 49 0 0 16 0 21 0 503829279 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=15778448 CPUtime=2.69 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 25707 0 -1 4202560 319548 0 0 0 215 54 0 0 16 0 21 0 503829279 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=15778448 CPUtime=2.29 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 25707 0 -1 4202560 331064 0 0 0 174 55 0 0 15 0 21 0 503829279 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=15778448 CPUtime=1003.31 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) R 25760 25762 25707 0 -1 4202560 633168 0 0 0 100186 145 0 0 18 0 21 0 503829280 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 47776625236082 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 25707 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 503829281 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 7 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 25707 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 21 0 503829281 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503829283 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051478961 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=15778448 CPUtime=0.97 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 25707 0 -1 4202560 2987 0 0 0 97 0 0 0 15 0 21 0 503829283 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=15778448 CPUtime=1.64 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) S 25760 25762 25707 0 -1 4202560 13892 0 0 0 163 1 0 0 16 0 21 0 503829283 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25779] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25779/stat : 25779 (java) S 25760 25762 25707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503829283 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25780] ppid=25760 vsize=15778448 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25780/stat : 25780 (java) S 25760 25762 25707 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 21 0 503829283 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471872 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25785] ppid=25760 vsize=15778448 CPUtime=288.25 cores=1,3,5,7
/proc/25762/task/25785/stat : 25785 (java) S 25760 25762 25707 0 -1 4202560 121001 0 0 0 28794 31 0 0 15 0 21 0 503829354 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 5 0 0 0
[pid=25762/tid=25786] ppid=25760 vsize=15778448 CPUtime=287.14 cores=1,3,5,7
/proc/25762/task/25786/stat : 25786 (java) S 25760 25762 25707 0 -1 4202560 108929 0 0 0 28686 28 0 0 15 0 21 0 503829354 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 3 0 0 0
[pid=25762/tid=25787] ppid=25760 vsize=15778448 CPUtime=287.87 cores=1,3,5,7
/proc/25762/task/25787/stat : 25787 (java) S 25760 25762 25707 0 -1 4202560 109349 0 0 0 28762 25 0 0 15 0 21 0 503829354 16157130752 3850482 33554432000 1073741824 1073778376 140735779003792 18446744073709551615 212051471257 0 4 0 16800975 18446604466297723072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2172.62
Current children cumulated vsize (KiB) 15778448

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25762

[startup+1302.3 s]
/proc/loadavg: 5.12 5.15 5.46 6/221 25885
/proc/meminfo: memFree=13824720/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=0 CPUtime=2174.92 cores=1,3,5,7
/proc/25762/stat : 25762 (java) Z 25760 25762 25707 0 -1 4203548 3905847 0 1 0 216739 753 0 0 18 0 2 0 503829278 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 0 0 0 0 0 0 0
[pid=25762/tid=25763] ppid=25760 vsize=0 CPUtime=2.57 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 25707 0 -1 4203588 35712 0 1 0 224 33 0 0 18 0 2 0 503829279 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2174.92
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 5.12 5.15 5.46 6/221 25885
/proc/meminfo: memFree=13824720/32951124 swapFree=67106388/67111528
[pid=25762] ppid=25760 vsize=0 CPUtime=2175.12 cores=1,3,5,7
/proc/25762/stat : 25762 (java) Z 25760 25762 25707 0 -1 4203548 3905847 0 1 0 216739 773 0 0 18 0 2 0 503829278 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25762/statm: 0 0 0 0 0 0 0
[pid=25762/tid=25763] ppid=25760 vsize=0 CPUtime=2.77 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 25707 0 -1 4203588 35712 0 1 0 224 53 0 0 18 0 2 0 503829279 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2175.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.52
CPU time (s): 2175.14
CPU user time (s): 2167.39
CPU system time (s): 7.74982
CPU usage (%): 166.995
Max. virtual memory (cumulated for all children) (KiB): 15779476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2167.39
system time used= 7.74982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3905847
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= 85068
involuntary context switches= 38807

runsolver used 2.15167 second user time and 4.99624 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 23:55:30
IDJOB=3311213
IDBENCH=82598
IDSOLVER=1698
FILE ID=node146/3311213-1304114130
RUNJOBID= node146-1304114130-25726
PBS_JOBID= 13170703
Free space on /tmp= 72992 MiB

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

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

MD5SUM BENCH= e97fda1e892cdb27859435984e5a4127
RANDOM SEED=500472020

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      31099288 kB
Buffers:        380176 kB
Cached:        1027052 kB
SwapCached:        540 kB
Active:          93120 kB
Inactive:      1382856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31099288 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            6740 kB
Writeback:           0 kB
AnonPages:       68664 kB
Mapped:          21776 kB
Slab:           309756 kB
PageTables:       4832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   773996 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= 72988 MiB
End job on node146 at 2011-04-30 00:17:13