Trace number 3312501

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? (TO) 2190 1302.56

General information on the benchmark

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

Solver Data

0.11/0.11	07:02 INFO : Reading from input HOME/instance-3312501-1304118421.cnf
1.03/0.82	Executor set job limit to 1000000
1.03/0.82	Executor set job limit to 1000000
1.03/0.82	Executor set job limit to 1000000
1.03/0.82	Executor set job limit to 1000000
1.03/0.82	Starting Executor!
1.03/0.82	Starting Executor!
1.03/0.82	Starting Executor!
1.03/0.82	Starting Executor!
3.12/2.00	07:04 INFO : 34865 variables remaining out of 35000
3.12/2.00	07:04 INFO : 584396 literals remaining out of 588000
1205.53/332.73	12:34 ERROR: Failed to solve instance
1205.53/332.73	java.lang.OutOfMemoryError: Java heap space
1205.53/332.73		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1205.53/332.73		at gnu.trove.THash.postInsertHook(THash.java:370)
1205.53/332.73		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1205.53/332.73		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1205.53/332.73		at ibis.structure.Subsumming.run(Subsumming.java:58)
1205.53/332.73		at ibis.structure.Solver.simplify(Solver.java:205)
1205.53/332.73		at ibis.structure.Solver.solve(Solver.java:113)
1205.53/332.73		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1205.53/332.73		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1205.53/332.73		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1205.53/332.73		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1205.53/332.73		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1205.53/332.73		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1205.53/332.73		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1205.53/332.73		at ibis.constellation.Executor.processActivities(Executor.java:75)
1205.53/332.73		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1205.53/332.73		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1205.53/332.73		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1224.98/351.67	12:53 ERROR: Failed to solve instance
1224.98/351.67	java.lang.OutOfMemoryError: Java heap space
1224.98/351.67		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1224.98/351.67		at gnu.trove.THash.postInsertHook(THash.java:370)
1224.98/351.67		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1224.98/351.67		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1224.98/351.67		at ibis.structure.Subsumming.run(Subsumming.java:58)
1224.98/351.67		at ibis.structure.Solver.simplify(Solver.java:205)
1224.98/351.67		at ibis.structure.Solver.solve(Solver.java:113)
1224.98/351.67		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1224.98/351.67		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1224.98/351.67		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1224.98/351.67		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1224.98/351.67		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1224.98/351.67		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1224.98/351.67		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1224.98/351.67		at ibis.constellation.Executor.processActivities(Executor.java:75)
1224.98/351.67		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1224.98/351.67		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1224.98/351.67		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1230.59/356.79	12:58 ERROR: Failed to solve instance
1230.59/356.79	java.lang.OutOfMemoryError: Java heap space
1230.59/356.79		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1230.59/356.79		at gnu.trove.THash.postInsertHook(THash.java:370)
1230.59/356.79		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1230.59/356.79		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1230.59/356.79		at ibis.structure.Subsumming.run(Subsumming.java:58)
1230.59/356.79		at ibis.structure.Solver.simplify(Solver.java:205)
1230.59/356.79		at ibis.structure.Solver.solve(Solver.java:113)
1230.59/356.79		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1230.59/356.79		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1230.59/356.79		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1230.59/356.79		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1230.59/356.79		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1230.59/356.79		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1230.59/356.79		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1230.59/356.79		at ibis.constellation.Executor.processActivities(Executor.java:75)
1230.59/356.79		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1230.59/356.79		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1230.59/356.79		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1256.25/382.24	13:24 ERROR: Failed to solve instance
1256.25/382.24	java.lang.OutOfMemoryError: Java heap space
1256.25/382.24		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1256.25/382.24		at ibis.structure.Solver.simplify(Solver.java:191)
1256.25/382.24		at ibis.structure.Solver.solve(Solver.java:113)
1256.25/382.24		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1256.25/382.24		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1256.25/382.24		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1256.25/382.24		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1256.25/382.24		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1256.25/382.24		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1256.25/382.24		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1256.25/382.24		at ibis.constellation.Executor.processActivities(Executor.java:75)
1256.25/382.24		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1256.25/382.24		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1256.25/382.24		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1261.56/387.14	13:29 ERROR: Failed to solve instance
1261.56/387.14	java.lang.OutOfMemoryError: Java heap space
1265.62/391.12	13:33 ERROR: Failed to solve instance
1265.62/391.12	java.lang.OutOfMemoryError: Java heap space
1419.21/544.17	16:06 ERROR: Failed to solve instance
1419.21/544.17	java.lang.OutOfMemoryError: Java heap space
1422.75/547.63	16:09 ERROR: Failed to solve instance
1422.75/547.63	java.lang.OutOfMemoryError: Java heap space
1427.97/552.32	16:14 ERROR: Failed to solve instance
1427.97/552.32	java.lang.OutOfMemoryError: Java heap space
1713.52/837.06	20:59 ERROR: Failed to solve instance
1713.52/837.06	java.lang.OutOfMemoryError: Java heap space
1713.52/837.06	20:59 ERROR: Failed to solve instance
1713.52/837.06	java.lang.OutOfMemoryError: Java heap space
1717.35/840.57	21:02 ERROR: Failed to solve instance
1717.35/840.57	java.lang.OutOfMemoryError: Java heap space
1719.37/842.41	21:04 ERROR: Failed to solve instance
1719.37/842.41	java.lang.OutOfMemoryError: Java heap space
1722.01/844.99	21:07 ERROR: Failed to solve instance
1722.01/844.99	java.lang.OutOfMemoryError: Java heap space
1729.72/852.19	21:14 ERROR: Failed to solve instance
1729.72/852.19	java.lang.OutOfMemoryError: Java heap space
1733.97/855.82	21:18 ERROR: Failed to solve instance
1733.97/855.82	java.lang.OutOfMemoryError: Java heap space
1740.05/861.36	21:23 ERROR: Failed to solve instance
1740.05/861.36	java.lang.OutOfMemoryError: Java heap space
1744.71/865.44	21:27 ERROR: Failed to solve instance
1744.71/865.44	java.lang.OutOfMemoryError: Java heap space
1755.33/875.56	21:37 ERROR: Failed to solve instance
1755.33/875.56	java.lang.OutOfMemoryError: Java heap space
1759.79/879.40	21:41 ERROR: Failed to solve instance
1759.79/879.40	java.lang.OutOfMemoryError: Java heap space
1765.88/885.02	21:47 ERROR: Failed to solve instance
1765.88/885.02	java.lang.OutOfMemoryError: Java heap space
1772.05/890.67	21:52 ERROR: Failed to solve instance
1772.05/890.67	java.lang.OutOfMemoryError: Java heap space
1898.22/1016.21	23:58 ERROR: Failed to solve instance
1898.22/1016.21	java.lang.OutOfMemoryError: Java heap space
1898.22/1016.21	23:58 ERROR: Failed to solve instance
1898.22/1016.21	java.lang.OutOfMemoryError: Java heap space
1905.16/1023.19	24:05 ERROR: Failed to solve instance
1905.16/1023.19	java.lang.OutOfMemoryError: Java heap space
1912.14/1029.63	24:11 ERROR: Failed to solve instance
1912.14/1029.63	java.lang.OutOfMemoryError: Java heap space
1913.94/1031.34	24:13 ERROR: Failed to solve instance
1913.94/1031.34	java.lang.OutOfMemoryError: Java heap space
1936.50/1053.38	24:35 ERROR: Failed to solve instance
1936.50/1053.38	java.lang.OutOfMemoryError: Java heap space
1936.99/1053.82	24:36 ERROR: Failed to solve instance
1936.99/1053.82	java.lang.OutOfMemoryError: Java heap space
1943.02/1059.90	24:42 ERROR: Failed to solve instance
1943.02/1059.90	java.lang.OutOfMemoryError: Java heap space
1947.19/1063.47	24:45 ERROR: Failed to solve instance
1947.19/1063.47	java.lang.OutOfMemoryError: Java heap space
1997.82/1113.48	25:35 ERROR: Failed to solve instance
1997.82/1113.48	java.lang.OutOfMemoryError: Java heap space
2001.26/1116.30	25:38 ERROR: Failed to solve instance
2001.26/1116.30	java.lang.OutOfMemoryError: Java heap space
2024.29/1139.15	26:01 ERROR: Failed to solve instance
2024.29/1139.15	java.lang.OutOfMemoryError: Java heap space
2026.74/1141.24	26:03 ERROR: Failed to solve instance
2026.74/1141.24	java.lang.OutOfMemoryError: Java heap space
2036.67/1151.16	26:13 ERROR: Failed to solve instance
2036.67/1151.16	java.lang.OutOfMemoryError: Java heap space
2041.81/1155.75	26:17 ERROR: Failed to solve instance
2041.81/1155.75	java.lang.OutOfMemoryError: Java heap space
2046.55/1159.94	26:22 ERROR: Failed to solve instance
2046.55/1159.94	java.lang.OutOfMemoryError: Java heap space
2160.41/1273.15	28:15 ERROR: Failed to solve instance
2160.41/1273.15	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-3312501-1304118421/watcher-3312501-1304118421 -o /tmp/evaluation-result-3312501-1304118421/solver-3312501-1304118421 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312501-1304118421.cnf 

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: 0.92 1.11 2.83 3/194 9099
/proc/meminfo: memFree=19902160/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/9099/stat : 9099 (java) S 9097 9099 8531 0 -1 4202496 1474 0 0 0 0 0 0 0 23 0 2 0 523441917 31260672 938 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290682341 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 7632 945 728 9 0 383 0
[pid=9099/tid=9100] ppid=9097 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9100/stat : 9100 (java) R 9097 9099 8531 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 523441917 31260672 952 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237278879488 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.081671 s]
/proc/loadavg: 0.92 1.11 2.83 3/194 9099
/proc/meminfo: memFree=19902160/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=15676796 CPUtime=0.08 cores=1,3,5,7
/proc/9099/stat : 9099 (java) S 9097 9099 8531 0 -1 4202496 5259 0 1 0 7 1 0 0 23 0 18 0 523441917 16053039104 4700 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 3919199 4701 2086 9 0 3909918 0
[pid=9099/tid=9100] ppid=9097 vsize=15676796 CPUtime=0.06 cores=1,3,5,7
/proc/9099/task/9100/stat : 9100 (java) R 9097 9099 8531 0 -1 4202560 3205 0 1 0 6 0 0 0 25 0 18 0 523441917 16053039104 4710 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 47111013629027 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676796

[startup+0.100666 s]
/proc/loadavg: 0.92 1.11 2.83 3/194 9099
/proc/meminfo: memFree=19902160/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=15676956 CPUtime=0.11 cores=1,3,5,7
/proc/9099/stat : 9099 (java) S 9097 9099 8531 0 -1 4202496 5611 0 1 0 10 1 0 0 23 0 18 0 523441917 16053202944 5052 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 3919239 5052 2117 9 0 3909958 0
[pid=9099/tid=9100] ppid=9097 vsize=15676956 CPUtime=0.08 cores=1,3,5,7
/proc/9099/task/9100/stat : 9100 (java) R 9097 9099 8531 0 -1 4202560 3505 0 1 0 8 0 0 0 25 0 18 0 523441917 16053202944 5052 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290706379 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676956

[startup+0.300634 s]
/proc/loadavg: 0.92 1.11 2.83 3/194 9099
/proc/meminfo: memFree=19902160/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=15682236 CPUtime=0.52 cores=1,3,5,7
/proc/9099/stat : 9099 (java) S 9097 9099 8531 0 -1 4202496 16467 0 1 0 49 3 0 0 23 0 18 0 523441917 16058609664 14702 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 3920559 14707 2206 9 0 3911278 0
[pid=9099/tid=9100] ppid=9097 vsize=15682236 CPUtime=0.29 cores=1,3,5,7
/proc/9099/task/9100/stat : 9100 (java) R 9097 9099 8531 0 -1 4202560 11390 0 1 0 27 2 0 0 25 0 18 0 523441917 16058609664 14711 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 46912505642195 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) 15682236

[startup+0.700567 s]
/proc/loadavg: 0.92 1.11 2.83 3/194 9099
/proc/meminfo: memFree=19902160/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=15682236 CPUtime=0.92 cores=1,3,5,7
/proc/9099/stat : 9099 (java) S 9097 9099 8531 0 -1 4202496 41805 0 1 0 87 5 0 0 23 0 18 0 523441917 16058609664 40037 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 3920559 40037 2222 9 0 3911278 0
[pid=9099/tid=9100] ppid=9097 vsize=15682236 CPUtime=0.67 cores=1,3,5,7
/proc/9099/task/9100/stat : 9100 (java) R 9097 9099 8531 0 -1 4202560 35537 0 1 0 63 4 0 0 25 0 18 0 523441917 16058609664 40037 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 46912505514089 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15682236

[startup+1.50142 s]
/proc/loadavg: 0.92 1.11 2.83 7/220 9125
/proc/meminfo: memFree=19582660/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=15690952 CPUtime=2.22 cores=1,3,5,7
/proc/9099/stat : 9099 (java) S 9097 9099 8531 0 -1 4202496 47394 0 1 0 216 6 0 0 23 0 22 0 523441917 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 3922738 43516 2264 9 0 3913457 0
[pid=9099/tid=9100] ppid=9097 vsize=15690952 CPUtime=1.47 cores=1,3,5,7
/proc/9099/task/9100/stat : 9100 (java) R 9097 9099 8531 0 -1 4202560 35652 0 1 0 143 4 0 0 25 0 22 0 523441917 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 46912505216336 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9099/tid=9102] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9102/stat : 9102 (java) S 9097 9099 8531 0 -1 4202560 61 0 0 0 0 0 0 0 18 0 22 0 523441918 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9103] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9103/stat : 9103 (java) S 9097 9099 8531 0 -1 4202560 37 0 0 0 0 0 0 0 18 0 22 0 523441918 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9104] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9104/stat : 9104 (java) S 9097 9099 8531 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523441918 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9105] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9105/stat : 9105 (java) S 9097 9099 8531 0 -1 4202560 677 0 0 0 0 0 0 0 18 0 22 0 523441918 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9106] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9106/stat : 9106 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523441918 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9107] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9107/stat : 9107 (java) S 9097 9099 8531 0 -1 4202560 31 0 0 0 0 0 0 0 18 0 22 0 523441918 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9108] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9108/stat : 9108 (java) S 9097 9099 8531 0 -1 4202560 647 0 0 0 0 0 0 0 18 0 22 0 523441918 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9109] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9109/stat : 9109 (java) S 9097 9099 8531 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 22 0 523441918 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9110] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9110/stat : 9110 (java) S 9097 9099 8531 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 523441919 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 0 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9111] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9111/stat : 9111 (java) S 9097 9099 8531 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 523441919 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9112] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9112/stat : 9112 (java) S 9097 9099 8531 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 523441919 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9113] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9113/stat : 9113 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523441921 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290703281 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9114] ppid=9097 vsize=15690952 CPUtime=0.32 cores=1,3,5,7
/proc/9099/task/9114/stat : 9114 (java) R 9097 9099 8531 0 -1 4202560 4255 0 0 0 32 0 0 0 15 0 22 0 523441921 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 47111008066112 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9099/tid=9115] ppid=9097 vsize=15690952 CPUtime=0.38 cores=1,3,5,7
/proc/9099/task/9115/stat : 9115 (java) S 9097 9099 8531 0 -1 4202560 4548 0 0 0 38 0 0 0 17 0 22 0 523441921 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
[pid=9099/tid=9116] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9116/stat : 9116 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523441921 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9117] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9117/stat : 9117 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523441921 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9122] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9122/stat : 9122 (java) S 9097 9099 8531 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 523441999 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9123] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9123/stat : 9123 (java) S 9097 9099 8531 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 523441999 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9124] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9124/stat : 9124 (java) S 9097 9099 8531 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 523441999 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9125] ppid=9097 vsize=15690952 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9125/stat : 9125 (java) S 9097 9099 8531 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 523441999 16067534848 43516 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 15690952

[startup+3.10514 s]
/proc/loadavg: 0.92 1.11 2.83 8/220 9125
/proc/meminfo: memFree=19354252/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=15692364 CPUtime=5.87 cores=1,3,5,7
/proc/9099/stat : 9099 (java) S 9097 9099 8531 0 -1 4202496 80499 0 1 0 575 12 0 0 23 0 22 0 523441917 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 3923091 76338 2274 9 0 3913810 0
[pid=9099/tid=9100] ppid=9097 vsize=15692364 CPUtime=1.98 cores=1,3,5,7
/proc/9099/task/9100/stat : 9100 (java) S 9097 9099 8531 0 -1 4202560 35697 0 1 0 194 4 0 0 25 0 22 0 523441917 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9102] ppid=9097 vsize=15692364 CPUtime=0.03 cores=1,3,5,7
/proc/9099/task/9102/stat : 9102 (java) S 9097 9099 8531 0 -1 4202560 5165 0 0 0 3 0 0 0 16 0 22 0 523441918 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
[pid=9099/tid=9103] ppid=9097 vsize=15692364 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9103/stat : 9103 (java) S 9097 9099 8531 0 -1 4202560 2033 0 0 0 0 0 0 0 15 0 22 0 523441918 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9104] ppid=9097 vsize=15692364 CPUtime=0.03 cores=1,3,5,7
/proc/9099/task/9104/stat : 9104 (java) R 9097 9099 8531 0 -1 4202560 6656 0 0 0 3 0 0 0 16 0 22 0 523441918 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9099/tid=9105] ppid=9097 vsize=15692364 CPUtime=0.01 cores=1,3,5,7
/proc/9099/task/9105/stat : 9105 (java) S 9097 9099 8531 0 -1 4202560 3821 0 0 0 1 0 0 0 15 0 22 0 523441918 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9106] ppid=9097 vsize=15692364 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9106/stat : 9106 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523441918 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9107] ppid=9097 vsize=15692364 CPUtime=0.04 cores=1,3,5,7
/proc/9099/task/9107/stat : 9107 (java) S 9097 9099 8531 0 -1 4202560 8862 0 0 0 3 1 0 0 16 0 22 0 523441918 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9108] ppid=9097 vsize=15692364 CPUtime=0.03 cores=1,3,5,7
/proc/9099/task/9108/stat : 9108 (java) S 9097 9099 8531 0 -1 4202560 7489 0 0 0 3 0 0 0 16 0 22 0 523441918 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9109] ppid=9097 vsize=15692364 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9109/stat : 9109 (java) S 9097 9099 8531 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 523441918 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9110] ppid=9097 vsize=15692364 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9110/stat : 9110 (java) S 9097 9099 8531 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 22 0 523441919 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 0 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9111] ppid=9097 vsize=15692364 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9111/stat : 9111 (java) S 9097 9099 8531 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523441919 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9112] ppid=9097 vsize=15692364 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9112/stat : 9112 (java) S 9097 9099 8531 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523441919 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9113] ppid=9097 vsize=15692364 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9113/stat : 9113 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523441921 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290703281 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9114] ppid=9097 vsize=15692364 CPUtime=0.79 cores=1,3,5,7
/proc/9099/task/9114/stat : 9114 (java) S 9097 9099 8531 0 -1 4202560 4560 0 0 0 79 0 0 0 15 0 22 0 523441921 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9115] ppid=9097 vsize=15692364 CPUtime=0.71 cores=1,3,5,7
/proc/9099/task/9115/stat : 9115 (java) S 9097 9099 8531 0 -1 4202560 4609 0 0 0 71 0 0 0 15 0 22 0 523441921 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9116] ppid=9097 vsize=15692364 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9116/stat : 9116 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523441921 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9117] ppid=9097 vsize=15692364 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9117/stat : 9117 (java) R 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523441921 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9099/tid=9122] ppid=9097 vsize=15692364 CPUtime=0.41 cores=1,3,5,7
/proc/9099/task/9122/stat : 9122 (java) R 9097 9099 8531 0 -1 4202560 28 0 0 0 41 0 0 0 16 0 22 0 523441999 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 46912506127539 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9099/tid=9123] ppid=9097 vsize=15692364 CPUtime=0.6 cores=1,3,5,7
/proc/9099/task/9123/stat : 9123 (java) R 9097 9099 8531 0 -1 4202560 10 0 0 0 60 0 0 0 15 0 22 0 523441999 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 46912506236463 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9099/tid=9124] ppid=9097 vsize=15692364 CPUtime=0.45 cores=1,3,5,7
/proc/9099/task/9124/stat : 9124 (java) R 9097 9099 8531 0 -1 4202560 10 0 0 0 45 0 0 0 15 0 22 0 523441999 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 46912506127539 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9099/tid=9125] ppid=9097 vsize=15692364 CPUtime=0.66 cores=1,3,5,7
/proc/9099/task/9125/stat : 9125 (java) R 9097 9099 8531 0 -1 4202560 9 0 0 0 66 0 0 0 15 0 22 0 523441999 16068980736 76338 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 47111013291132 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 15692364

[startup+6.30158 s]
/proc/loadavg: 1.49 1.22 2.86 9/220 9125
/proc/meminfo: memFree=18064944/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=15689512 CPUtime=18.61 cores=1,3,5,7
/proc/9099/stat : 9099 (java) S 9097 9099 8531 0 -1 4202496 235734 0 1 0 1826 35 0 0 23 0 22 0 523441917 16066060288 230828 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 3922378 230828 2274 9 0 3913097 0
[pid=9099/tid=9100] ppid=9097 vsize=15689512 CPUtime=1.98 cores=1,3,5,7
/proc/9099/task/9100/stat : 9100 (java) S 9097 9099 8531 0 -1 4202560 35697 0 1 0 194 4 0 0 25 0 22 0 523441917 16066060288 230828 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9102] ppid=9097 vsize=15689512 CPUtime=0.09 cores=1,3,5,7
/proc/9099/task/9102/stat : 9102 (java) S 9097 9099 8531 0 -1 4202560 13582 0 0 0 7 2 0 0 15 0 22 0 523441918 16066060288 230828 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
[pid=9099/tid=9103] ppid=9097 vsize=15689512 CPUtime=0.04 cores=1,3,5,7
/proc/9099/task/9103/stat : 9103 (java) S 9097 9099 8531 0 -1 4202560 14088 0 0 0 2 2 0 0 15 0 22 0 523441918 16066060288 230828 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
[pid=9099/tid=9104] ppid=9097 vsize=15689512 CPUtime=0.15 cores=1,3,5,7
/proc/9099/task/9104/stat : 9104 (java) S 9097 9099 8531 0 -1 4202560 35985 0 0 0 10 5 0 0 15 0 22 0 523441918 16066060288 230828 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9105] ppid=9097 vsize=15689512 CPUtime=0.14 cores=1,3,5,7
/proc/9099/task/9105/stat : 9105 (java) S 9097 9099 8531 0 -1 4202560 21225 0 0 0 11 3 0 0 16 0 22 0 523441918 16066060288 230828 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9106] ppid=9097 vsize=15689512 CPUtime=0.11 cores=1,3,5,7
/proc/9099/task/9106/stat : 9106 (java) S 9097 9099 8531 0 -1 4202560 19198 0 0 0 8 3 0 0 16 0 22 0 523441918 16066060288 230828 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9107] ppid=9097 vsize=15689512 CPUtime=0.1 cores=1,3,5,7
/proc/9099/task/9107/stat : 9107 (java) S 9097 9099 8531 0 -1 4202560 22215 0 0 0 7 3 0 0 15 0 22 0 523441918 16066060288 230828 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9108] ppid=9097 vsize=15689512 CPUtime=0.09 cores=1,3,5,7
/proc/9099/task/9108/stat : 9108 (java) S 9097 9099 8531 0 -1 4202560 18656 0 0 0 7 2 0 0 15 0 22 0 523441918 16066060288 230828 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
[pid=9099/tid=9109] ppid=9097 vsize=15689512 CPUtime=0.02 cores=1,3,5,7
/proc/9099/task/9109/stat : 9109 (java) S 9097 9099 8531 0 -1 4202560 5311 0 0 0 2 0 0 0 15 0 22 0 523441918 16066060288 230828 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0

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

/proc/9099/task/9106/stat : 9106 (java) S 9097 9099 8531 0 -1 4202560 343569 0 0 0 253 56 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9107] ppid=9097 vsize=15689512 CPUtime=3.28 cores=1,3,5,7
/proc/9099/task/9107/stat : 9107 (java) S 9097 9099 8531 0 -1 4202560 439298 0 0 0 252 76 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9108] ppid=9097 vsize=15689512 CPUtime=2.94 cores=1,3,5,7
/proc/9099/task/9108/stat : 9108 (java) S 9097 9099 8531 0 -1 4202560 371118 0 0 0 232 62 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9109] ppid=9097 vsize=15689512 CPUtime=2.81 cores=1,3,5,7
/proc/9099/task/9109/stat : 9109 (java) S 9097 9099 8531 0 -1 4202560 320186 0 0 0 226 55 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9110] ppid=9097 vsize=15689512 CPUtime=883.79 cores=1,3,5,7
/proc/9099/task/9110/stat : 9110 (java) R 9097 9099 8531 0 -1 4202560 621298 0 0 0 88294 85 0 0 25 0 22 0 523441919 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 47111012712501 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=9099/tid=9111] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9111/stat : 9111 (java) S 9097 9099 8531 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523441919 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9112] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9112/stat : 9112 (java) S 9097 9099 8531 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523441919 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9113] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9113/stat : 9113 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290703281 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9114] ppid=9097 vsize=15689512 CPUtime=0.96 cores=1,3,5,7
/proc/9099/task/9114/stat : 9114 (java) S 9097 9099 8531 0 -1 4202560 4580 0 0 0 96 0 0 0 15 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9115] ppid=9097 vsize=15689512 CPUtime=0.81 cores=1,3,5,7
/proc/9099/task/9115/stat : 9115 (java) S 9097 9099 8531 0 -1 4202560 4741 0 0 0 81 0 0 0 15 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9116] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9116/stat : 9116 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9117] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9117/stat : 9117 (java) S 9097 9099 8531 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9122] ppid=9097 vsize=15689512 CPUtime=289.4 cores=1,3,5,7
/proc/9099/task/9122/stat : 9122 (java) S 9097 9099 8531 0 -1 4202560 68808 0 0 0 28926 14 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9123] ppid=9097 vsize=15689512 CPUtime=289.8 cores=1,3,5,7
/proc/9099/task/9123/stat : 9123 (java) S 9097 9099 8531 0 -1 4202560 70619 0 0 0 28965 15 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9124] ppid=9097 vsize=15689512 CPUtime=288.06 cores=1,3,5,7
/proc/9099/task/9124/stat : 9124 (java) S 9097 9099 8531 0 -1 4202560 62482 0 0 0 28796 10 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
[pid=9099/tid=9125] ppid=9097 vsize=15689512 CPUtime=289.9 cores=1,3,5,7
/proc/9099/task/9125/stat : 9125 (java) S 9097 9099 8531 0 -1 4202560 62097 0 0 0 28974 16 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2069.02
Current children cumulated vsize (KiB) 15689512

[startup+1242.3 s]
/proc/loadavg: 4.88 5.00 4.73 6/220 9209
/proc/meminfo: memFree=3773372/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=15689512 CPUtime=2129.08 cores=1,3,5,7
/proc/9099/stat : 9099 (java) S 9097 9099 8531 0 -1 4202496 3903917 0 1 0 212250 658 0 0 23 0 22 0 523441917 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 3922378 3834019 2293 9 0 3913097 0
[pid=9099/tid=9100] ppid=9097 vsize=15689512 CPUtime=1.98 cores=1,3,5,7
/proc/9099/task/9100/stat : 9100 (java) S 9097 9099 8531 0 -1 4202560 35697 0 1 0 194 4 0 0 25 0 22 0 523441917 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9102] ppid=9097 vsize=15689512 CPUtime=3.36 cores=1,3,5,7
/proc/9099/task/9102/stat : 9102 (java) S 9097 9099 8531 0 -1 4202560 421246 0 0 0 263 73 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
[pid=9099/tid=9103] ppid=9097 vsize=15689512 CPUtime=3.36 cores=1,3,5,7
/proc/9099/task/9103/stat : 9103 (java) S 9097 9099 8531 0 -1 4202560 435318 0 0 0 262 74 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9104] ppid=9097 vsize=15689512 CPUtime=2.84 cores=1,3,5,7
/proc/9099/task/9104/stat : 9104 (java) S 9097 9099 8531 0 -1 4202560 334974 0 0 0 228 56 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
[pid=9099/tid=9105] ppid=9097 vsize=15689512 CPUtime=2.48 cores=1,3,5,7
/proc/9099/task/9105/stat : 9105 (java) S 9097 9099 8531 0 -1 4202560 305893 0 0 0 197 51 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9106] ppid=9097 vsize=15689512 CPUtime=3.09 cores=1,3,5,7
/proc/9099/task/9106/stat : 9106 (java) S 9097 9099 8531 0 -1 4202560 343569 0 0 0 253 56 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9107] ppid=9097 vsize=15689512 CPUtime=3.28 cores=1,3,5,7
/proc/9099/task/9107/stat : 9107 (java) S 9097 9099 8531 0 -1 4202560 439298 0 0 0 252 76 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9108] ppid=9097 vsize=15689512 CPUtime=2.94 cores=1,3,5,7
/proc/9099/task/9108/stat : 9108 (java) S 9097 9099 8531 0 -1 4202560 371118 0 0 0 232 62 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9109] ppid=9097 vsize=15689512 CPUtime=2.81 cores=1,3,5,7
/proc/9099/task/9109/stat : 9109 (java) S 9097 9099 8531 0 -1 4202560 320186 0 0 0 226 55 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9110] ppid=9097 vsize=15689512 CPUtime=943.76 cores=1,3,5,7
/proc/9099/task/9110/stat : 9110 (java) R 9097 9099 8531 0 -1 4202560 621302 0 0 0 94290 86 0 0 25 0 22 0 523441919 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 47111013059054 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=9099/tid=9111] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9111/stat : 9111 (java) S 9097 9099 8531 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523441919 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9112] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9112/stat : 9112 (java) S 9097 9099 8531 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523441919 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9113] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9113/stat : 9113 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290703281 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9114] ppid=9097 vsize=15689512 CPUtime=0.96 cores=1,3,5,7
/proc/9099/task/9114/stat : 9114 (java) S 9097 9099 8531 0 -1 4202560 4580 0 0 0 96 0 0 0 15 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9115] ppid=9097 vsize=15689512 CPUtime=0.81 cores=1,3,5,7
/proc/9099/task/9115/stat : 9115 (java) S 9097 9099 8531 0 -1 4202560 4741 0 0 0 81 0 0 0 15 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9116] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9116/stat : 9116 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9117] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9117/stat : 9117 (java) S 9097 9099 8531 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9122] ppid=9097 vsize=15689512 CPUtime=289.43 cores=1,3,5,7
/proc/9099/task/9122/stat : 9122 (java) S 9097 9099 8531 0 -1 4202560 68808 0 0 0 28929 14 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9123] ppid=9097 vsize=15689512 CPUtime=289.83 cores=1,3,5,7
/proc/9099/task/9123/stat : 9123 (java) S 9097 9099 8531 0 -1 4202560 70622 0 0 0 28968 15 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9124] ppid=9097 vsize=15689512 CPUtime=288.08 cores=1,3,5,7
/proc/9099/task/9124/stat : 9124 (java) S 9097 9099 8531 0 -1 4202560 62546 0 0 0 28797 11 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9125] ppid=9097 vsize=15689512 CPUtime=289.91 cores=1,3,5,7
/proc/9099/task/9125/stat : 9125 (java) S 9097 9099 8531 0 -1 4202560 62572 0 0 0 28975 16 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2129.08
Current children cumulated vsize (KiB) 15689512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.00 5.01 4.75 4/220 9210
/proc/meminfo: memFree=4029636/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=15689512 CPUtime=2187.44 cores=1,3,5,7
/proc/9099/stat : 9099 (java) S 9097 9099 8531 0 -1 4202496 3904419 0 1 0 218083 661 0 0 23 0 22 0 523441917 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 3922378 3834019 2293 9 0 3913097 0
[pid=9099/tid=9100] ppid=9097 vsize=15689512 CPUtime=1.98 cores=1,3,5,7
/proc/9099/task/9100/stat : 9100 (java) S 9097 9099 8531 0 -1 4202560 35697 0 1 0 194 4 0 0 25 0 22 0 523441917 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9102] ppid=9097 vsize=15689512 CPUtime=3.36 cores=1,3,5,7
/proc/9099/task/9102/stat : 9102 (java) S 9097 9099 8531 0 -1 4202560 421246 0 0 0 263 73 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
[pid=9099/tid=9103] ppid=9097 vsize=15689512 CPUtime=3.36 cores=1,3,5,7
/proc/9099/task/9103/stat : 9103 (java) S 9097 9099 8531 0 -1 4202560 435318 0 0 0 262 74 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9104] ppid=9097 vsize=15689512 CPUtime=2.84 cores=1,3,5,7
/proc/9099/task/9104/stat : 9104 (java) S 9097 9099 8531 0 -1 4202560 334974 0 0 0 228 56 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
[pid=9099/tid=9105] ppid=9097 vsize=15689512 CPUtime=2.48 cores=1,3,5,7
/proc/9099/task/9105/stat : 9105 (java) S 9097 9099 8531 0 -1 4202560 305893 0 0 0 197 51 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9106] ppid=9097 vsize=15689512 CPUtime=3.09 cores=1,3,5,7
/proc/9099/task/9106/stat : 9106 (java) S 9097 9099 8531 0 -1 4202560 343569 0 0 0 253 56 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9107] ppid=9097 vsize=15689512 CPUtime=3.28 cores=1,3,5,7
/proc/9099/task/9107/stat : 9107 (java) S 9097 9099 8531 0 -1 4202560 439298 0 0 0 252 76 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9108] ppid=9097 vsize=15689512 CPUtime=2.94 cores=1,3,5,7
/proc/9099/task/9108/stat : 9108 (java) S 9097 9099 8531 0 -1 4202560 371118 0 0 0 232 62 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9109] ppid=9097 vsize=15689512 CPUtime=2.81 cores=1,3,5,7
/proc/9099/task/9109/stat : 9109 (java) S 9097 9099 8531 0 -1 4202560 320186 0 0 0 226 55 0 0 16 0 22 0 523441918 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9110] ppid=9097 vsize=15689512 CPUtime=1001.23 cores=1,3,5,7
/proc/9099/task/9110/stat : 9110 (java) R 9097 9099 8531 0 -1 4202560 621305 0 0 0 100036 87 0 0 25 0 22 0 523441919 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 47111008773955 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=9099/tid=9111] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9111/stat : 9111 (java) S 9097 9099 8531 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523441919 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9112] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9112/stat : 9112 (java) S 9097 9099 8531 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523441919 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9113] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9113/stat : 9113 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290703281 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9114] ppid=9097 vsize=15689512 CPUtime=0.96 cores=1,3,5,7
/proc/9099/task/9114/stat : 9114 (java) S 9097 9099 8531 0 -1 4202560 4580 0 0 0 96 0 0 0 15 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9115] ppid=9097 vsize=15689512 CPUtime=0.81 cores=1,3,5,7
/proc/9099/task/9115/stat : 9115 (java) S 9097 9099 8531 0 -1 4202560 4741 0 0 0 81 0 0 0 15 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9116] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9116/stat : 9116 (java) S 9097 9099 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9117] ppid=9097 vsize=15689512 CPUtime=0 cores=1,3,5,7
/proc/9099/task/9117/stat : 9117 (java) S 9097 9099 8531 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523441921 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290696192 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9122] ppid=9097 vsize=15689512 CPUtime=289.64 cores=1,3,5,7
/proc/9099/task/9122/stat : 9122 (java) S 9097 9099 8531 0 -1 4202560 68869 0 0 0 28950 14 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 7 0 0 0
[pid=9099/tid=9123] ppid=9097 vsize=15689512 CPUtime=290.05 cores=1,3,5,7
/proc/9099/task/9123/stat : 9123 (java) S 9097 9099 8531 0 -1 4202560 70717 0 0 0 28990 15 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 1 0 0 0
[pid=9099/tid=9124] ppid=9097 vsize=15689512 CPUtime=288.3 cores=1,3,5,7
/proc/9099/task/9124/stat : 9124 (java) S 9097 9099 8531 0 -1 4202560 62594 0 0 0 28819 11 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 5 0 0 0
[pid=9099/tid=9125] ppid=9097 vsize=15689512 CPUtime=290.12 cores=1,3,5,7
/proc/9099/task/9125/stat : 9125 (java) S 9097 9099 8531 0 -1 4202560 62863 0 0 0 28995 17 0 0 15 0 22 0 523441999 16066060288 3834019 33554432000 1073741824 1073778376 140736999395616 18446744073709551615 237290695577 0 4 0 16800975 18446604459020351680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2187.44
Current children cumulated vsize (KiB) 15689512

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9099

[startup+1302.3 s]
/proc/loadavg: 5.00 5.01 4.75 6/221 9211
/proc/meminfo: memFree=4011524/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=0 CPUtime=2189.73 cores=1,3,5,7
/proc/9099/stat : 9099 (java) Z 9097 9099 8531 0 -1 4203548 3904443 0 1 0 218284 689 0 0 18 0 2 0 523441917 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 0 0 0 0 0 0 0
[pid=9099/tid=9116] ppid=9097 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/9099/task/9116/stat : 9116 (java) R 9097 9099 8531 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 523441921 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2189.73
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 5.00 5.01 4.75 6/221 9211
/proc/meminfo: memFree=4011524/32950904 swapFree=67082284/67111528
[pid=9099] ppid=9097 vsize=0 CPUtime=2189.93 cores=1,3,5,7
/proc/9099/stat : 9099 (java) Z 9097 9099 8531 0 -1 4203548 3904443 0 1 0 218284 709 0 0 18 0 2 0 523441917 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9099/statm: 0 0 0 0 0 0 0
[pid=9099/tid=9116] ppid=9097 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/9099/task/9116/stat : 9116 (java) R 9097 9099 8531 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 523441921 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2189.93
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.56
CPU time (s): 2190
CPU user time (s): 2182.85
CPU system time (s): 7.15091
CPU usage (%): 168.131
Max. virtual memory (cumulated for all children) (KiB): 15692364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2182.85
system time used= 7.15091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3904443
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= 82399
involuntary context switches= 34122

runsolver used 2.15967 second user time and 5.00824 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-30 01:07:02
IDJOB=3312501
IDBENCH=82686
IDSOLVER=1699
FILE ID=node121/3312501-1304118421
RUNJOBID= node121-1304118421-9063
PBS_JOBID= 13170701
Free space on /tmp= 72648 MiB

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

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

MD5SUM BENCH= 3ba69e7f651721ce4358ca0320f27486
RANDOM SEED=88458437

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.82
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:      19902308 kB
Buffers:       2184660 kB
Cached:       10289160 kB
SwapCached:       2776 kB
Active:        9152368 kB
Inactive:      3374236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19902308 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            6344 kB
Writeback:           0 kB
AnonPages:       50520 kB
Mapped:          22064 kB
Slab:           456300 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   776400 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= 72648 MiB
End job on node121 at 2011-04-30 01:28:44