Trace number 3311134

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
MD5SUM07407a86c8d0f1e46c34022f68908549
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark606.272
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.10/0.11	11:10 INFO : Reading from input HOME/instance-3311134-1304111470.cnf
1.03/0.84	Executor set job limit to 1000000
1.03/0.84	Executor set job limit to 1000000
1.03/0.84	Executor set job limit to 1000000
1.03/0.84	Executor set job limit to 1000000
1.03/0.84	Starting Executor!
1.03/0.84	Starting Executor!
1.03/0.84	Starting Executor!
1.03/0.84	Starting Executor!
3.13/2.05	11:12 INFO : 34877 variables remaining out of 35000
3.13/2.05	11:12 INFO : 584916 literals remaining out of 588000
1273.07/352.74	17:01 ERROR: Failed to solve instance
1273.07/352.74	java.lang.OutOfMemoryError: Java heap space
1273.07/352.74		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:223)
1273.07/352.74		at gnu.trove.THash.postInsertHook(THash.java:370)
1273.07/352.74		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1273.07/352.74		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1273.07/352.74		at ibis.structure.Subsumming.run(Subsumming.java:58)
1273.07/352.74		at ibis.structure.Solver.simplify(Solver.java:205)
1273.07/352.74		at ibis.structure.Solver.solve(Solver.java:113)
1273.07/352.74		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1273.07/352.74		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1273.07/352.74		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1273.07/352.74		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1273.07/352.74		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1273.07/352.74		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1273.07/352.74		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1273.07/352.74		at ibis.constellation.Executor.processActivities(Executor.java:75)
1273.07/352.74		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1273.07/352.74		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1273.07/352.74		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1451.06/530.08	17:37 ERROR: Failed to solve instance
1451.06/530.08	java.lang.OutOfMemoryError: Java heap space
1451.06/530.08		at java.util.Arrays.copyOfRange(Arrays.java:3137)
1451.06/530.08		at ibis.structure.ImplicationsGraph.removeStronglyConnectedComponents(ImplicationsGraph.java:387)
1451.06/530.08		at ibis.structure.Solver.renameEquivalentLiterals(Solver.java:341)
1451.06/530.08		at ibis.structure.Solver.simplify(Solver.java:196)
1451.06/530.08		at ibis.structure.Solver.solve(Solver.java:113)
1451.06/530.08		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1451.06/530.08		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1451.06/530.08		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1451.06/530.08		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1451.06/530.08		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1451.06/530.08		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1451.06/530.08		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1451.06/530.08		at ibis.constellation.Executor.processActivities(Executor.java:75)
1451.06/530.08		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1451.06/530.08		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1451.06/530.08		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1469.92/548.55	20:15 ERROR: Failed to solve instance
1469.92/548.55	java.lang.OutOfMemoryError: Java heap space
1469.92/548.55		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1469.92/548.55		at gnu.trove.THash.postInsertHook(THash.java:370)
1469.92/548.55		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1469.92/548.55		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1469.92/548.55		at ibis.structure.Subsumming.run(Subsumming.java:58)
1469.92/548.55		at ibis.structure.Solver.simplify(Solver.java:205)
1469.92/548.55		at ibis.structure.Solver.solve(Solver.java:113)
1469.92/548.55		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1469.92/548.55		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1469.92/548.55		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1469.92/548.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1469.92/548.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1469.92/548.55		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1469.92/548.55		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1469.92/548.55		at ibis.constellation.Executor.processActivities(Executor.java:75)
1469.92/548.55		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1469.92/548.55		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1469.92/548.55		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1478.93/557.51	20:28 ERROR: Failed to solve instance
1478.93/557.51	java.lang.OutOfMemoryError: Java heap space
1478.93/557.51		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1478.93/557.51		at ibis.structure.Solver.simplify(Solver.java:191)
1478.93/557.51		at ibis.structure.Solver.solve(Solver.java:113)
1478.93/557.51		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1478.93/557.51		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1478.93/557.51		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1478.93/557.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1478.93/557.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1478.93/557.51		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1478.93/557.51		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1478.93/557.51		at ibis.constellation.Executor.processActivities(Executor.java:75)
1478.93/557.51		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1478.93/557.51		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1478.93/557.51		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1656.92/734.82	23:25 ERROR: Failed to solve instance
1656.92/734.82	java.lang.OutOfMemoryError: Java heap space
1658.06/736.00	23:26 ERROR: Failed to solve instance
1658.06/736.00	java.lang.OutOfMemoryError: Java heap space
1661.09/738.90	23:29 ERROR: Failed to solve instance
1661.09/738.90	java.lang.OutOfMemoryError: Java heap space
1665.91/743.39	23:34 ERROR: Failed to solve instance
1665.91/743.39	java.lang.OutOfMemoryError: Java heap space
1670.04/747.38	23:38 ERROR: Failed to solve instance
1670.04/747.38	java.lang.OutOfMemoryError: Java heap space
1673.58/750.61	23:41 ERROR: Failed to solve instance
1673.58/750.61	java.lang.OutOfMemoryError: Java heap space
1682.32/758.13	23:48 ERROR: Failed to solve instance
1682.32/758.13	java.lang.OutOfMemoryError: Java heap space
1689.21/764.30	23:54 ERROR: Failed to solve instance
1689.21/764.30	java.lang.OutOfMemoryError: Java heap space
1700.32/775.08	24:05 ERROR: Failed to solve instance
1700.32/775.08	java.lang.OutOfMemoryError: Java heap space
1700.63/775.30	24:05 ERROR: Failed to solve instance
1700.63/775.30	java.lang.OutOfMemoryError: Java heap space
1720.80/795.50	24:26 ERROR: Failed to solve instance
1720.80/795.50	java.lang.OutOfMemoryError: Java heap space
1753.70/828.12	24:58 ERROR: Failed to solve instance
1753.70/828.12	java.lang.OutOfMemoryError: Java heap space
1757.36/831.47	25:02 ERROR: Failed to solve instance
1757.36/831.47	java.lang.OutOfMemoryError: Java heap space
1761.28/835.01	25:05 ERROR: Failed to solve instance
1761.28/835.01	java.lang.OutOfMemoryError: Java heap space
1763.75/837.16	25:07 ERROR: Failed to solve instance
1763.75/837.16	java.lang.OutOfMemoryError: Java heap space
1788.53/861.47	25:32 ERROR: Failed to solve instance
1788.53/861.47	java.lang.OutOfMemoryError: Java heap space
1792.68/864.94	25:35 ERROR: Failed to solve instance
1792.68/864.94	java.lang.OutOfMemoryError: Java heap space
1796.01/867.80	25:38 ERROR: Failed to solve instance
1796.01/867.80	java.lang.OutOfMemoryError: Java heap space
1798.81/870.40	25:41 ERROR: Failed to solve instance
1798.81/870.40	java.lang.OutOfMemoryError: Java heap space
1802.55/873.77	25:44 ERROR: Failed to solve instance
1802.55/873.77	java.lang.OutOfMemoryError: Java heap space
1840.40/910.01	26:18 ERROR: Failed to solve instance
1840.40/910.01	java.lang.OutOfMemoryError: Java heap space
1942.47/1011.63	28:02 ERROR: Failed to solve instance
1942.47/1011.63	java.lang.OutOfMemoryError: Java heap space
1966.24/1035.34	28:26 ERROR: Failed to solve instance
1966.24/1035.34	java.lang.OutOfMemoryError: Java heap space
1969.35/1038.38	28:29 ERROR: Failed to solve instance
1969.35/1038.38	java.lang.OutOfMemoryError: Java heap space
2039.45/1108.21	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space
2042.75/1111.33	29:42 ERROR: Failed to solve instance
2042.75/1111.33	java.lang.OutOfMemoryError: Java heap space
2048.71/1116.17	29:46 ERROR: Failed to solve instance
2048.71/1116.17	java.lang.OutOfMemoryError: Java heap space
2050.76/1118.05	29:48 ERROR: Failed to solve instance
2050.76/1118.05	java.lang.OutOfMemoryError: Java heap space
2052.24/1119.40	29:50 ERROR: Failed to solve instance
2052.24/1119.40	java.lang.OutOfMemoryError: Java heap space
2054.53/1121.51	29:52 ERROR: Failed to solve instance
2054.53/1121.51	java.lang.OutOfMemoryError: Java heap space
2057.00/1123.85	29:54 ERROR: Failed to solve instance
2057.00/1123.85	java.lang.OutOfMemoryError: Java heap space
2064.38/1130.26	30:00 ERROR: Failed to solve instance
2064.38/1130.26	java.lang.OutOfMemoryError: Java heap space
2067.22/1132.94	30:03 ERROR: Failed to solve instance
2067.22/1132.94	java.lang.OutOfMemoryError: Java heap space
2071.60/1137.01	30:07 ERROR: Failed to solve instance
2071.60/1137.01	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-3311134-1304111470/watcher-3311134-1304111470 -o /tmp/evaluation-result-3311134-1304111470/solver-3311134-1304111470 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311134-1304111470.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: 5.29 7.22 7.64 5/194 3322
/proc/meminfo: memFree=25591304/32951124 swapFree=67111524/67111528
[pid=3322] ppid=3320 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/3322/stat : 3322 (java) R 3320 3322 2480 0 -1 4202496 1225 0 0 0 0 0 0 0 20 0 1 0 503562485 23580672 712 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 47402097196644 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3322/statm: 5757 725 536 9 0 124 0
[pid=3322/tid=3323] ppid=3320 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3323/stat : 3323 (java) R 3320 3322 2480 0 -1 4202560 71 0 0 0 0 0 0 0 22 0 2 0 503562485 29065216 898 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228090527367 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0867481 s]
/proc/loadavg: 5.29 7.22 7.64 5/194 3322
/proc/meminfo: memFree=25591304/32951124 swapFree=67111524/67111528
[pid=3322] ppid=3320 vsize=15741820 CPUtime=0.09 cores=1,3,5,7
/proc/3322/stat : 3322 (java) S 3320 3322 2480 0 -1 4202496 5443 0 1 0 8 1 0 0 20 0 18 0 503562485 16119623680 4857 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3322/statm: 3935455 4859 2115 9 0 3926174 0
[pid=3322/tid=3323] ppid=3320 vsize=15741820 CPUtime=0.06 cores=1,3,5,7
/proc/3322/task/3323/stat : 3323 (java) R 3320 3322 2480 0 -1 4202560 3300 0 1 0 6 0 0 0 22 0 18 0 503562485 16119623680 4859 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 47402094872595 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15741820

[startup+0.100708 s]
/proc/loadavg: 5.29 7.22 7.64 5/194 3322
/proc/meminfo: memFree=25591304/32951124 swapFree=67111524/67111528
[pid=3322] ppid=3320 vsize=15741820 CPUtime=0.1 cores=1,3,5,7
/proc/3322/stat : 3322 (java) S 3320 3322 2480 0 -1 4202496 5607 0 1 0 9 1 0 0 20 0 18 0 503562485 16119623680 5021 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3322/statm: 3935455 5022 2116 9 0 3926174 0
[pid=3322/tid=3323] ppid=3320 vsize=15741820 CPUtime=0.08 cores=1,3,5,7
/proc/3322/task/3323/stat : 3323 (java) R 3320 3322 2480 0 -1 4202560 3463 0 1 0 7 1 0 0 22 0 18 0 503562485 16119623680 5022 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107279739 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741820

[startup+0.300673 s]
/proc/loadavg: 5.29 7.22 7.64 5/194 3322
/proc/meminfo: memFree=25591304/32951124 swapFree=67111524/67111528
[pid=3322] ppid=3320 vsize=15745180 CPUtime=0.52 cores=1,3,5,7
/proc/3322/stat : 3322 (java) S 3320 3322 2480 0 -1 4202496 15929 0 1 0 49 3 0 0 20 0 18 0 503562485 16123064320 14366 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3322/statm: 3936295 14371 2206 9 0 3927014 0
[pid=3322/tid=3323] ppid=3320 vsize=15745180 CPUtime=0.28 cores=1,3,5,7
/proc/3322/task/3323/stat : 3323 (java) R 3320 3322 2480 0 -1 4202560 10813 0 1 0 26 2 0 0 22 0 18 0 503562485 16123064320 14374 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 46912505642225 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15745180

[startup+0.700614 s]
/proc/loadavg: 5.29 7.22 7.64 5/194 3322
/proc/meminfo: memFree=25591304/32951124 swapFree=67111524/67111528
[pid=3322] ppid=3320 vsize=15745180 CPUtime=0.93 cores=1,3,5,7
/proc/3322/stat : 3322 (java) S 3320 3322 2480 0 -1 4202496 41853 0 1 0 87 6 0 0 20 0 18 0 503562485 16123064320 40288 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3322/statm: 3936295 40288 2222 9 0 3927014 0
[pid=3322/tid=3323] ppid=3320 vsize=15745180 CPUtime=0.68 cores=1,3,5,7
/proc/3322/task/3323/stat : 3323 (java) R 3320 3322 2480 0 -1 4202560 35544 0 1 0 63 5 0 0 24 0 18 0 503562485 16123064320 40288 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 46912505587944 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15745180

[startup+1.50146 s]
/proc/loadavg: 5.29 7.22 7.64 5/220 3350
/proc/meminfo: memFree=25261372/32951124 swapFree=67111524/67111528
[pid=3322] ppid=3320 vsize=15756616 CPUtime=2.24 cores=1,3,5,7
/proc/3322/stat : 3322 (java) S 3320 3322 2480 0 -1 4202496 47778 0 1 0 217 7 0 0 20 0 22 0 503562485 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3322/statm: 3939154 43637 2264 9 0 3929873 0
[pid=3322/tid=3323] ppid=3320 vsize=15756616 CPUtime=1.47 cores=1,3,5,7
/proc/3322/task/3323/stat : 3323 (java) R 3320 3322 2480 0 -1 4202560 35674 0 1 0 142 5 0 0 25 0 22 0 503562485 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 46912505834485 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3322/tid=3326] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3326/stat : 3326 (java) S 3320 3322 2480 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 22 0 503562486 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3327] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3327/stat : 3327 (java) S 3320 3322 2480 0 -1 4202560 66 0 0 0 0 0 0 0 18 0 22 0 503562486 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3328] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3328/stat : 3328 (java) S 3320 3322 2480 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 22 0 503562486 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3329] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3329/stat : 3329 (java) S 3320 3322 2480 0 -1 4202560 954 0 0 0 0 0 0 0 18 0 22 0 503562486 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3330] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3330/stat : 3330 (java) S 3320 3322 2480 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503562486 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3331] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3331/stat : 3331 (java) S 3320 3322 2480 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503562486 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3332] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3332/stat : 3332 (java) S 3320 3322 2480 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503562486 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3333] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3333/stat : 3333 (java) S 3320 3322 2480 0 -1 4202560 392 0 0 0 0 0 0 0 18 0 22 0 503562486 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3334] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3334/stat : 3334 (java) S 3320 3322 2480 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503562487 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107267584 0 0 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3335] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3335/stat : 3335 (java) S 3320 3322 2480 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 503562487 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3336] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3336/stat : 3336 (java) S 3320 3322 2480 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 503562487 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3337] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3337/stat : 3337 (java) S 3320 3322 2480 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 503562489 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107274673 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3339] ppid=3320 vsize=15756616 CPUtime=0.42 cores=1,3,5,7
/proc/3322/task/3339/stat : 3339 (java) S 3320 3322 2480 0 -1 4202560 4678 0 0 0 41 1 0 0 15 0 22 0 503562489 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3340] ppid=3320 vsize=15756616 CPUtime=0.31 cores=1,3,5,7
/proc/3322/task/3340/stat : 3340 (java) S 3320 3322 2480 0 -1 4202560 4484 0 0 0 31 0 0 0 15 0 22 0 503562489 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3341] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3341/stat : 3341 (java) S 3320 3322 2480 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 503562489 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3342] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3342/stat : 3342 (java) S 3320 3322 2480 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503562489 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107267584 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3347] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3347/stat : 3347 (java) S 3320 3322 2480 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 503562569 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107267584 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3348] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3348/stat : 3348 (java) S 3320 3322 2480 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 503562569 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107267584 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3349] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3349/stat : 3349 (java) S 3320 3322 2480 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 503562569 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107267584 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3350] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3350/stat : 3350 (java) S 3320 3322 2480 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 503562569 16134774784 43637 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107267584 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 15756616

[startup+3.11496 s]
/proc/loadavg: 5.29 7.22 7.64 5/220 3351
/proc/meminfo: memFree=25242772/32951124 swapFree=67111524/67111528
[pid=3322] ppid=3320 vsize=15756616 CPUtime=5.51 cores=1,3,5,7
/proc/3322/stat : 3322 (java) S 3320 3322 2480 0 -1 4202496 75959 0 1 0 538 13 0 0 20 0 22 0 503562485 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3322/statm: 3939154 71483 2274 9 0 3929873 0
[pid=3322/tid=3323] ppid=3320 vsize=15756616 CPUtime=2.03 cores=1,3,5,7
/proc/3322/task/3323/stat : 3323 (java) S 3320 3322 2480 0 -1 4202560 35726 0 1 0 197 6 0 0 25 0 22 0 503562485 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3326] ppid=3320 vsize=15756616 CPUtime=0.02 cores=1,3,5,7
/proc/3322/task/3326/stat : 3326 (java) R 3320 3322 2480 0 -1 4202560 3621 0 0 0 2 0 0 0 15 0 22 0 503562486 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 47402097251488 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3322/tid=3327] ppid=3320 vsize=15756616 CPUtime=0.01 cores=1,3,5,7
/proc/3322/task/3327/stat : 3327 (java) R 3320 3322 2480 0 -1 4202560 1359 0 0 0 1 0 0 0 15 0 22 0 503562486 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3322/tid=3328] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3328/stat : 3328 (java) S 3320 3322 2480 0 -1 4202560 2432 0 0 0 0 0 0 0 16 0 22 0 503562486 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3329] ppid=3320 vsize=15756616 CPUtime=0.02 cores=1,3,5,7
/proc/3322/task/3329/stat : 3329 (java) R 3320 3322 2480 0 -1 4202560 4131 0 0 0 2 0 0 0 15 0 22 0 503562486 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3322/tid=3330] ppid=3320 vsize=15756616 CPUtime=0.03 cores=1,3,5,7
/proc/3322/task/3330/stat : 3330 (java) R 3320 3322 2480 0 -1 4202560 5368 0 0 0 2 1 0 0 15 0 22 0 503562486 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3322/tid=3331] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3331/stat : 3331 (java) R 3320 3322 2480 0 -1 4202560 2556 0 0 0 0 0 0 0 15 0 22 0 503562486 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3322/tid=3332] ppid=3320 vsize=15756616 CPUtime=0.03 cores=1,3,5,7
/proc/3322/task/3332/stat : 3332 (java) R 3320 3322 2480 0 -1 4202560 5777 0 0 0 3 0 0 0 15 0 22 0 503562486 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3322/tid=3333] ppid=3320 vsize=15756616 CPUtime=0.02 cores=1,3,5,7
/proc/3322/task/3333/stat : 3333 (java) R 3320 3322 2480 0 -1 4202560 3829 0 0 0 2 0 0 0 15 0 22 0 503562486 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3322/tid=3334] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3334/stat : 3334 (java) S 3320 3322 2480 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 22 0 503562487 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 0 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3335] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3335/stat : 3335 (java) S 3320 3322 2480 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 503562487 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3336] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3336/stat : 3336 (java) S 3320 3322 2480 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 503562487 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3337] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3337/stat : 3337 (java) S 3320 3322 2480 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 503562489 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107274673 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3339] ppid=3320 vsize=15756616 CPUtime=0.97 cores=1,3,5,7
/proc/3322/task/3339/stat : 3339 (java) S 3320 3322 2480 0 -1 4202560 5095 0 0 0 96 1 0 0 15 0 22 0 503562489 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3340] ppid=3320 vsize=15756616 CPUtime=0.64 cores=1,3,5,7
/proc/3322/task/3340/stat : 3340 (java) S 3320 3322 2480 0 -1 4202560 4533 0 0 0 64 0 0 0 15 0 22 0 503562489 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3341] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3341/stat : 3341 (java) S 3320 3322 2480 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 503562489 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3342] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3342/stat : 3342 (java) S 3320 3322 2480 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503562489 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107267584 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3347] ppid=3320 vsize=15756616 CPUtime=0.09 cores=1,3,5,7
/proc/3322/task/3347/stat : 3347 (java) S 3320 3322 2480 0 -1 4202560 17 0 0 0 9 0 0 0 15 0 22 0 503562569 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3348] ppid=3320 vsize=15756616 CPUtime=0.4 cores=1,3,5,7
/proc/3322/task/3348/stat : 3348 (java) S 3320 3322 2480 0 -1 4202560 11 0 0 0 40 0 0 0 15 0 22 0 503562569 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3349] ppid=3320 vsize=15756616 CPUtime=0.64 cores=1,3,5,7
/proc/3322/task/3349/stat : 3349 (java) S 3320 3322 2480 0 -1 4202560 9 0 0 0 64 0 0 0 15 0 22 0 503562569 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3350] ppid=3320 vsize=15756616 CPUtime=0.5 cores=1,3,5,7
/proc/3322/task/3350/stat : 3350 (java) S 3320 3322 2480 0 -1 4202560 21 0 0 0 50 0 0 0 15 0 22 0 503562569 16134774784 71483 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 15756616

[startup+6.30154 s]
/proc/loadavg: 5.75 7.28 7.66 10/220 3351
/proc/meminfo: memFree=23794436/32951124 swapFree=67111524/67111528
[pid=3322] ppid=3320 vsize=15756616 CPUtime=18.22 cores=1,3,5,7
/proc/3322/stat : 3322 (java) S 3320 3322 2480 0 -1 4202496 259381 0 1 0 1783 39 0 0 20 0 22 0 503562485 16134774784 253974 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3322/statm: 3939154 253974 2274 9 0 3929873 0
[pid=3322/tid=3323] ppid=3320 vsize=15756616 CPUtime=2.03 cores=1,3,5,7
/proc/3322/task/3323/stat : 3323 (java) S 3320 3322 2480 0 -1 4202560 35726 0 1 0 197 6 0 0 25 0 22 0 503562485 16134774784 253974 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3326] ppid=3320 vsize=15756616 CPUtime=0.08 cores=1,3,5,7
/proc/3322/task/3326/stat : 3326 (java) S 3320 3322 2480 0 -1 4202560 8927 0 0 0 7 1 0 0 16 0 22 0 503562486 16134774784 253974 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3327] ppid=3320 vsize=15756616 CPUtime=0.12 cores=1,3,5,7
/proc/3322/task/3327/stat : 3327 (java) S 3320 3322 2480 0 -1 4202560 19385 0 0 0 10 2 0 0 16 0 22 0 503562486 16134774784 253974 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3328] ppid=3320 vsize=15756616 CPUtime=0.04 cores=1,3,5,7
/proc/3322/task/3328/stat : 3328 (java) S 3320 3322 2480 0 -1 4202560 6676 0 0 0 4 0 0 0 15 0 22 0 503562486 16134774784 253974 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3329] ppid=3320 vsize=15756616 CPUtime=0.16 cores=1,3,5,7
/proc/3322/task/3329/stat : 3329 (java) S 3320 3322 2480 0 -1 4202560 40237 0 0 0 10 6 0 0 16 0 22 0 503562486 16134774784 253974 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3330] ppid=3320 vsize=15756616 CPUtime=0.2 cores=1,3,5,7
/proc/3322/task/3330/stat : 3330 (java) S 3320 3322 2480 0 -1 4202560 28924 0 0 0 15 5 0 0 16 0 22 0 503562486 16134774784 253974 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3331] ppid=3320 vsize=15756616 CPUtime=0.1 cores=1,3,5,7
/proc/3322/task/3331/stat : 3331 (java) S 3320 3322 2480 0 -1 4202560 16276 0 0 0 8 2 0 0 15 0 22 0 503562486 16134774784 253974 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3332] ppid=3320 vsize=15756616 CPUtime=0.2 cores=1,3,5,7
/proc/3322/task/3332/stat : 3332 (java) S 3320 3322 2480 0 -1 4202560 34110 0 0 0 16 4 0 0 16 0 22 0 503562486 16134774784 253974 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3333] ppid=3320 vsize=15756616 CPUtime=0.1 cores=1,3,5,7
/proc/3322/task/3333/stat : 3333 (java) S 3320 3322 2480 0 -1 4202560 13348 0 0 0 9 1 0 0 16 0 22 0 503562486 16134774784 253974 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0

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

/proc/3322/task/3323/stat : 3323 (java) S 3320 3322 2480 0 -1 4202560 35726 0 1 0 197 6 0 0 25 0 21 0 503562485 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3326] ppid=3320 vsize=15756616 CPUtime=3.11 cores=1,3,5,7
/proc/3322/task/3326/stat : 3326 (java) S 3320 3322 2480 0 -1 4202560 415497 0 0 0 227 84 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3327] ppid=3320 vsize=15756616 CPUtime=2.32 cores=1,3,5,7
/proc/3322/task/3327/stat : 3327 (java) S 3320 3322 2480 0 -1 4202560 245595 0 0 0 176 56 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3328] ppid=3320 vsize=15756616 CPUtime=3.51 cores=1,3,5,7
/proc/3322/task/3328/stat : 3328 (java) S 3320 3322 2480 0 -1 4202560 441752 0 0 0 255 96 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3329] ppid=3320 vsize=15756616 CPUtime=3.38 cores=1,3,5,7
/proc/3322/task/3329/stat : 3329 (java) S 3320 3322 2480 0 -1 4202560 448876 0 0 0 242 96 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3330] ppid=3320 vsize=15756616 CPUtime=2.69 cores=1,3,5,7
/proc/3322/task/3330/stat : 3330 (java) S 3320 3322 2480 0 -1 4202560 386712 0 0 0 200 69 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3331] ppid=3320 vsize=15756616 CPUtime=3 cores=1,3,5,7
/proc/3322/task/3331/stat : 3331 (java) S 3320 3322 2480 0 -1 4202560 322653 0 0 0 241 59 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3332] ppid=3320 vsize=15756616 CPUtime=2.78 cores=1,3,5,7
/proc/3322/task/3332/stat : 3332 (java) S 3320 3322 2480 0 -1 4202560 302251 0 0 0 227 51 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3333] ppid=3320 vsize=15756616 CPUtime=4.09 cores=1,3,5,7
/proc/3322/task/3333/stat : 3333 (java) S 3320 3322 2480 0 -1 4202560 476529 0 0 0 312 97 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3334] ppid=3320 vsize=15756616 CPUtime=865.98 cores=1,3,5,7
/proc/3322/task/3334/stat : 3334 (java) R 3320 3322 2480 0 -1 4202560 554865 0 0 0 86465 133 0 0 18 0 21 0 503562487 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 47402092476626 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=3322/tid=3335] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3335/stat : 3335 (java) S 3320 3322 2480 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 503562487 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3336] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3336/stat : 3336 (java) S 3320 3322 2480 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 503562487 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3337] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3337/stat : 3337 (java) S 3320 3322 2480 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107274673 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3339] ppid=3320 vsize=15756616 CPUtime=1.13 cores=1,3,5,7
/proc/3322/task/3339/stat : 3339 (java) S 3320 3322 2480 0 -1 4202560 5126 0 0 0 112 1 0 0 15 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3340] ppid=3320 vsize=15756616 CPUtime=0.76 cores=1,3,5,7
/proc/3322/task/3340/stat : 3340 (java) S 3320 3322 2480 0 -1 4202560 4567 0 0 0 76 0 0 0 15 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3341] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3341/stat : 3341 (java) S 3320 3322 2480 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3342] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3342/stat : 3342 (java) S 3320 3322 2480 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107267584 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3347] ppid=3320 vsize=15756616 CPUtime=306.15 cores=1,3,5,7
/proc/3322/task/3347/stat : 3347 (java) S 3320 3322 2480 0 -1 4202560 65328 0 0 0 30597 18 0 0 15 0 21 0 503562569 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3348] ppid=3320 vsize=15756616 CPUtime=306.44 cores=1,3,5,7
/proc/3322/task/3348/stat : 3348 (java) S 3320 3322 2480 0 -1 4202560 61825 0 0 0 30631 13 0 0 15 0 21 0 503562569 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3349] ppid=3320 vsize=15756616 CPUtime=306.01 cores=1,3,5,7
/proc/3322/task/3349/stat : 3349 (java) S 3320 3322 2480 0 -1 4202560 54215 0 0 0 30588 13 0 0 15 0 21 0 503562569 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 4
Current children cumulated CPU time (s) 2117.35
Current children cumulated vsize (KiB) 15756616

[startup+1242.31 s]
/proc/loadavg: 3.34 4.81 5.98 2/192 3411
/proc/meminfo: memFree=13999860/32951124 swapFree=67111348/67111528
[pid=3322] ppid=3320 vsize=15756616 CPUtime=2177.46 cores=1,3,5,7
/proc/3322/stat : 3322 (java) S 3320 3322 2480 0 -1 4202496 3877687 0 1 0 216923 823 0 0 20 0 21 0 503562485 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3322/statm: 3939154 3841872 2294 9 0 3929873 0
[pid=3322/tid=3323] ppid=3320 vsize=15756616 CPUtime=2.03 cores=1,3,5,7
/proc/3322/task/3323/stat : 3323 (java) S 3320 3322 2480 0 -1 4202560 35726 0 1 0 197 6 0 0 25 0 21 0 503562485 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3326] ppid=3320 vsize=15756616 CPUtime=3.11 cores=1,3,5,7
/proc/3322/task/3326/stat : 3326 (java) S 3320 3322 2480 0 -1 4202560 415497 0 0 0 227 84 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3327] ppid=3320 vsize=15756616 CPUtime=2.32 cores=1,3,5,7
/proc/3322/task/3327/stat : 3327 (java) S 3320 3322 2480 0 -1 4202560 245595 0 0 0 176 56 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3328] ppid=3320 vsize=15756616 CPUtime=3.51 cores=1,3,5,7
/proc/3322/task/3328/stat : 3328 (java) S 3320 3322 2480 0 -1 4202560 441752 0 0 0 255 96 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3329] ppid=3320 vsize=15756616 CPUtime=3.38 cores=1,3,5,7
/proc/3322/task/3329/stat : 3329 (java) S 3320 3322 2480 0 -1 4202560 448876 0 0 0 242 96 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3330] ppid=3320 vsize=15756616 CPUtime=2.69 cores=1,3,5,7
/proc/3322/task/3330/stat : 3330 (java) S 3320 3322 2480 0 -1 4202560 386712 0 0 0 200 69 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3331] ppid=3320 vsize=15756616 CPUtime=3 cores=1,3,5,7
/proc/3322/task/3331/stat : 3331 (java) S 3320 3322 2480 0 -1 4202560 322653 0 0 0 241 59 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3332] ppid=3320 vsize=15756616 CPUtime=2.78 cores=1,3,5,7
/proc/3322/task/3332/stat : 3332 (java) S 3320 3322 2480 0 -1 4202560 302251 0 0 0 227 51 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3333] ppid=3320 vsize=15756616 CPUtime=4.09 cores=1,3,5,7
/proc/3322/task/3333/stat : 3333 (java) S 3320 3322 2480 0 -1 4202560 476529 0 0 0 312 97 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3334] ppid=3320 vsize=15756616 CPUtime=925.93 cores=1,3,5,7
/proc/3322/task/3334/stat : 3334 (java) R 3320 3322 2480 0 -1 4202560 554870 0 0 0 92454 139 0 0 18 0 21 0 503562487 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 47402091775811 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=3322/tid=3335] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3335/stat : 3335 (java) S 3320 3322 2480 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 503562487 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3336] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3336/stat : 3336 (java) S 3320 3322 2480 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 503562487 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3337] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3337/stat : 3337 (java) S 3320 3322 2480 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107274673 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3339] ppid=3320 vsize=15756616 CPUtime=1.13 cores=1,3,5,7
/proc/3322/task/3339/stat : 3339 (java) S 3320 3322 2480 0 -1 4202560 5126 0 0 0 112 1 0 0 15 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3340] ppid=3320 vsize=15756616 CPUtime=0.76 cores=1,3,5,7
/proc/3322/task/3340/stat : 3340 (java) S 3320 3322 2480 0 -1 4202560 4567 0 0 0 76 0 0 0 15 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3341] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3341/stat : 3341 (java) S 3320 3322 2480 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3342] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3342/stat : 3342 (java) S 3320 3322 2480 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107267584 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3347] ppid=3320 vsize=15756616 CPUtime=306.2 cores=1,3,5,7
/proc/3322/task/3347/stat : 3347 (java) S 3320 3322 2480 0 -1 4202560 65328 0 0 0 30601 19 0 0 15 0 21 0 503562569 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3348] ppid=3320 vsize=15756616 CPUtime=306.5 cores=1,3,5,7
/proc/3322/task/3348/stat : 3348 (java) S 3320 3322 2480 0 -1 4202560 61825 0 0 0 30636 14 0 0 15 0 21 0 503562569 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3349] ppid=3320 vsize=15756616 CPUtime=306.05 cores=1,3,5,7
/proc/3322/task/3349/stat : 3349 (java) S 3320 3322 2480 0 -1 4202560 54861 0 0 0 30590 15 0 0 15 0 21 0 503562569 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 4
Current children cumulated CPU time (s) 2177.46
Current children cumulated vsize (KiB) 15756616



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.86 4.11 5.66 2/192 3412
/proc/meminfo: memFree=13999692/32951124 swapFree=67111348/67111528
[pid=3322] ppid=3320 vsize=15756616 CPUtime=2235.26 cores=1,3,5,7
/proc/3322/stat : 3322 (java) S 3320 3322 2480 0 -1 4202496 3878317 0 1 0 222693 833 0 0 20 0 21 0 503562485 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3322/statm: 3939154 3841872 2294 9 0 3929873 0
[pid=3322/tid=3323] ppid=3320 vsize=15756616 CPUtime=2.03 cores=1,3,5,7
/proc/3322/task/3323/stat : 3323 (java) S 3320 3322 2480 0 -1 4202560 35726 0 1 0 197 6 0 0 25 0 21 0 503562485 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3326] ppid=3320 vsize=15756616 CPUtime=3.11 cores=1,3,5,7
/proc/3322/task/3326/stat : 3326 (java) S 3320 3322 2480 0 -1 4202560 415497 0 0 0 227 84 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3327] ppid=3320 vsize=15756616 CPUtime=2.32 cores=1,3,5,7
/proc/3322/task/3327/stat : 3327 (java) S 3320 3322 2480 0 -1 4202560 245595 0 0 0 176 56 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3328] ppid=3320 vsize=15756616 CPUtime=3.51 cores=1,3,5,7
/proc/3322/task/3328/stat : 3328 (java) S 3320 3322 2480 0 -1 4202560 441752 0 0 0 255 96 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3329] ppid=3320 vsize=15756616 CPUtime=3.38 cores=1,3,5,7
/proc/3322/task/3329/stat : 3329 (java) S 3320 3322 2480 0 -1 4202560 448876 0 0 0 242 96 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3330] ppid=3320 vsize=15756616 CPUtime=2.69 cores=1,3,5,7
/proc/3322/task/3330/stat : 3330 (java) S 3320 3322 2480 0 -1 4202560 386712 0 0 0 200 69 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3331] ppid=3320 vsize=15756616 CPUtime=3 cores=1,3,5,7
/proc/3322/task/3331/stat : 3331 (java) S 3320 3322 2480 0 -1 4202560 322653 0 0 0 241 59 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3332] ppid=3320 vsize=15756616 CPUtime=2.78 cores=1,3,5,7
/proc/3322/task/3332/stat : 3332 (java) S 3320 3322 2480 0 -1 4202560 302251 0 0 0 227 51 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3333] ppid=3320 vsize=15756616 CPUtime=4.09 cores=1,3,5,7
/proc/3322/task/3333/stat : 3333 (java) S 3320 3322 2480 0 -1 4202560 476529 0 0 0 312 97 0 0 16 0 21 0 503562486 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 7 0 0 0
[pid=3322/tid=3334] ppid=3320 vsize=15756616 CPUtime=983.58 cores=1,3,5,7
/proc/3322/task/3334/stat : 3334 (java) R 3320 3322 2480 0 -1 4202560 554875 0 0 0 98212 146 0 0 18 0 21 0 503562487 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 47402093343069 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=3322/tid=3335] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3335/stat : 3335 (java) S 3320 3322 2480 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 503562487 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3336] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3336/stat : 3336 (java) S 3320 3322 2480 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 503562487 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3337] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3337/stat : 3337 (java) S 3320 3322 2480 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107274673 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 0
[pid=3322/tid=3339] ppid=3320 vsize=15756616 CPUtime=1.13 cores=1,3,5,7
/proc/3322/task/3339/stat : 3339 (java) S 3320 3322 2480 0 -1 4202560 5126 0 0 0 112 1 0 0 15 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3340] ppid=3320 vsize=15756616 CPUtime=0.76 cores=1,3,5,7
/proc/3322/task/3340/stat : 3340 (java) S 3320 3322 2480 0 -1 4202560 4567 0 0 0 76 0 0 0 15 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3341] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3341/stat : 3341 (java) S 3320 3322 2480 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3342] ppid=3320 vsize=15756616 CPUtime=0 cores=1,3,5,7
/proc/3322/task/3342/stat : 3342 (java) S 3320 3322 2480 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 21 0 503562489 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107267584 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3347] ppid=3320 vsize=15756616 CPUtime=306.26 cores=1,3,5,7
/proc/3322/task/3347/stat : 3347 (java) S 3320 3322 2480 0 -1 4202560 65328 0 0 0 30606 20 0 0 15 0 21 0 503562569 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 1 0 0 0
[pid=3322/tid=3348] ppid=3320 vsize=15756616 CPUtime=306.56 cores=1,3,5,7
/proc/3322/task/3348/stat : 3348 (java) S 3320 3322 2480 0 -1 4202560 61825 0 0 0 30641 15 0 0 16 0 21 0 503562569 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 3 0 0 0
[pid=3322/tid=3349] ppid=3320 vsize=15756616 CPUtime=306.08 cores=1,3,5,7
/proc/3322/task/3349/stat : 3349 (java) S 3320 3322 2480 0 -1 4202560 55483 0 0 0 30592 16 0 0 15 0 21 0 503562569 16134774784 3841872 33554432000 1073741824 1073778376 140733908134416 18446744073709551615 228107266969 0 4 0 16800975 18446604469274436032 0 0 -1 5 0 0 4
Current children cumulated CPU time (s) 2235.26
Current children cumulated vsize (KiB) 15756616

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3322

[startup+1302.3 s]
/proc/loadavg: 1.86 4.11 5.66 2/193 3413
/proc/meminfo: memFree=13999684/32951124 swapFree=67111348/67111528
[pid=3322] ppid=3320 vsize=0 CPUtime=2237.56 cores=1,3,5,7
/proc/3322/stat : 3322 (java) R 3320 3322 2480 0 -1 4203524 3878344 0 1 0 222895 861 0 0 18 0 1 0 503562485 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3322/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2237.56
Current children cumulated vsize (KiB) 0

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

[startup+1302.6 s]
/proc/loadavg: 1.86 4.11 5.66 2/193 3413
/proc/meminfo: memFree=13999684/32951124 swapFree=67111348/67111528
[pid=3322] ppid=3320 vsize=0 CPUtime=2237.86 cores=1,3,5,7
/proc/3322/stat : 3322 (java) R 3320 3322 2480 0 -1 4203524 3878344 0 1 0 222895 891 0 0 18 0 1 0 503562485 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/3322/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2237.86
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.62
CPU time (s): 2237.89
CPU user time (s): 2228.96
CPU system time (s): 8.93664
CPU usage (%): 171.799
Max. virtual memory (cumulated for all children) (KiB): 15758076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2228.96
system time used= 8.93664
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3878344
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= 77120
involuntary context switches= 41669

runsolver used 2.10868 second user time and 5.04623 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 23:11:10
IDJOB=3311134
IDBENCH=82519
IDSOLVER=1698
FILE ID=node142/3311134-1304111470
RUNJOBID= node142-1304111470-3285
PBS_JOBID= 13170645
Free space on /tmp= 71308 MiB

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

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

MD5SUM BENCH= 07407a86c8d0f1e46c34022f68908549
RANDOM SEED=948492291

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25592072 kB
Buffers:       1685364 kB
Cached:        5056940 kB
SwapCached:          4 kB
Active:         910312 kB
Inactive:      5905724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25592072 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7792 kB
Writeback:           4 kB
AnonPages:       73092 kB
Mapped:          21824 kB
Slab:           478584 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   775704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71308 MiB
End job on node142 at 2011-04-29 23:32:53