Trace number 3312432

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) 2240.31 1302.58

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S64788608-008-UNKNOWN.cnf
MD5SUMc0e1e71ade06eb64bd0f5dbaf6b892a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark138.192
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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	59:14 INFO : Reading from input HOME/instance-3312432-1304114353.cnf
1.12/0.92	Executor set job limit to 1000000
1.12/0.92	Executor set job limit to 1000000
1.12/0.92	Executor set job limit to 1000000
1.12/0.92	Executor set job limit to 1000000
1.12/0.92	Starting Executor!
1.12/0.92	Starting Executor!
1.12/0.92	Starting Executor!
1.12/0.92	Starting Executor!
4.24/2.60	59:16 INFO : 39837 variables remaining out of 40000
4.24/2.60	59:16 INFO : 667920 literals remaining out of 672000
1271.31/347.74	04:59 ERROR: Failed to solve instance
1271.31/347.74	java.lang.OutOfMemoryError: Java heap space
1271.31/347.74		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1271.31/347.74		at gnu.trove.THash.postInsertHook(THash.java:370)
1271.31/347.74		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1271.31/347.74		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1271.31/347.74		at ibis.structure.Subsumming.run(Subsumming.java:58)
1271.31/347.74		at ibis.structure.Solver.simplify(Solver.java:205)
1271.31/347.74		at ibis.structure.Solver.solve(Solver.java:113)
1271.31/347.74		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1271.31/347.74		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1271.31/347.74		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1271.31/347.74		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1271.31/347.74		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1271.31/347.74		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1271.31/347.74		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1271.31/347.74		at ibis.constellation.Executor.processActivities(Executor.java:75)
1271.31/347.74		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1271.31/347.74		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1271.31/347.74		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1297.63/372.77	05:26 ERROR: Failed to solve instance
1297.63/372.77	java.lang.OutOfMemoryError: Java heap space
1297.63/372.77		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1297.63/372.77		at ibis.structure.Solver.simplify(Solver.java:191)
1297.63/372.77		at ibis.structure.Solver.solve(Solver.java:113)
1297.63/372.77		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1297.63/372.77		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1297.63/372.77		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1297.63/372.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1297.63/372.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1297.63/372.77		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1297.63/372.77		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1297.63/372.77		at ibis.constellation.Executor.processActivities(Executor.java:75)
1297.63/372.77		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1297.63/372.77		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1297.63/372.77		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1370.11/444.75	06:38 ERROR: Failed to solve instance
1370.11/444.75	java.lang.OutOfMemoryError: Java heap space
1370.11/444.75		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1370.11/444.75		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1370.11/444.75		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1370.11/444.75		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1370.11/444.75		at ibis.structure.Solver.<init>(Solver.java:37)
1370.11/444.75		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1370.11/444.75		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1370.11/444.75		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1370.11/444.75		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1370.11/444.75		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1370.11/444.75		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1370.11/444.75		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1370.11/444.75		at ibis.constellation.Executor.processActivities(Executor.java:75)
1370.11/444.75		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1370.11/444.75		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1370.11/444.75		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1372.62/447.22	06:41 ERROR: Failed to solve instance
1372.62/447.22	java.lang.OutOfMemoryError: Java heap space
1372.62/447.22		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1372.62/447.22		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1372.62/447.22		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1372.62/447.22		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1372.62/447.22		at ibis.structure.Solver.<init>(Solver.java:37)
1372.62/447.22		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1372.62/447.22		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1372.62/447.22		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1372.62/447.22		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1372.62/447.22		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1372.62/447.22		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1372.62/447.22		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1372.62/447.22		at ibis.constellation.Executor.processActivities(Executor.java:75)
1372.62/447.22		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1372.62/447.22		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1372.62/447.22		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1388.06/462.65	06:56 ERROR: Failed to solve instance
1388.06/462.65	java.lang.OutOfMemoryError: Java heap space
1394.32/468.87	07:02 ERROR: Failed to solve instance
1394.32/468.87	java.lang.OutOfMemoryError: Java heap space
1417.37/491.46	07:25 ERROR: Failed to solve instance
1417.37/491.46	java.lang.OutOfMemoryError: Java heap space
1417.37/491.46	07:25 ERROR: Failed to solve instance
1417.37/491.46	java.lang.OutOfMemoryError: Java heap space
1422.85/496.50	07:30 ERROR: Failed to solve instance
1422.85/496.50	java.lang.OutOfMemoryError: Java heap space
1440.96/514.11	07:45 ERROR: Failed to solve instance
1440.96/514.11	java.lang.OutOfMemoryError: Java heap space
1445.65/518.21	07:52 ERROR: Failed to solve instance
1445.65/518.21	java.lang.OutOfMemoryError: Java heap space
1451.17/523.54	07:57 ERROR: Failed to solve instance
1451.17/523.54	java.lang.OutOfMemoryError: Java heap space
1457.84/529.70	08:03 ERROR: Failed to solve instance
1457.84/529.70	java.lang.OutOfMemoryError: Java heap space
1462.48/533.78	08:07 ERROR: Failed to solve instance
1462.48/533.78	java.lang.OutOfMemoryError: Java heap space
1467.28/537.91	08:11 ERROR: Failed to solve instance
1467.28/537.91	java.lang.OutOfMemoryError: Java heap space
1713.87/783.44	12:17 ERROR: Failed to solve instance
1713.87/783.44	java.lang.OutOfMemoryError: Java heap space
1766.00/835.06	13:09 ERROR: Failed to solve instance
1766.00/835.06	java.lang.OutOfMemoryError: Java heap space
1768.74/837.64	13:11 ERROR: Failed to solve instance
1768.74/837.64	java.lang.OutOfMemoryError: Java heap space
1773.26/841.93	13:16 ERROR: Failed to solve instance
1773.26/841.93	java.lang.OutOfMemoryError: Java heap space
1793.26/861.70	13:35 ERROR: Failed to solve instance
1793.26/861.70	java.lang.OutOfMemoryError: Java heap space
1795.56/863.95	13:38 ERROR: Failed to solve instance
1795.56/863.95	java.lang.OutOfMemoryError: Java heap space
1797.51/865.71	13:39 ERROR: Failed to solve instance
1797.51/865.71	java.lang.OutOfMemoryError: Java heap space
1800.96/868.80	13:42 ERROR: Failed to solve instance
1800.96/868.80	java.lang.OutOfMemoryError: Java heap space
1815.51/880.82	13:54 ERROR: Failed to solve instance
1815.51/880.82	java.lang.OutOfMemoryError: Java heap space
1815.91/881.29	13:55 ERROR: Failed to solve instance
1815.91/881.29	java.lang.OutOfMemoryError: Java heap space
1835.56/900.82	14:14 ERROR: Failed to solve instance
1835.56/900.82	java.lang.OutOfMemoryError: Java heap space
1910.62/975.47	15:29 ERROR: Failed to solve instance
1910.62/975.47	java.lang.OutOfMemoryError: Java heap space
1932.62/997.33	15:51 ERROR: Failed to solve instance
1932.62/997.33	java.lang.OutOfMemoryError: Java heap space
1938.81/1003.09	15:57 ERROR: Failed to solve instance
1938.81/1003.09	java.lang.OutOfMemoryError: Java heap space
1940.99/1005.14	15:59 ERROR: Failed to solve instance
1940.99/1005.14	java.lang.OutOfMemoryError: Java heap space
1979.28/1042.86	16:36 ERROR: Failed to solve instance
1979.28/1042.86	java.lang.OutOfMemoryError: Java heap space
2123.05/1186.30	19:00 ERROR: Failed to solve instance
2123.05/1186.30	java.lang.OutOfMemoryError: Java heap space
2127.12/1189.71	19:03 ERROR: Failed to solve instance
2127.12/1189.71	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-3312432-1304114353/watcher-3312432-1304114353 -o /tmp/evaluation-result-3312432-1304114353/solver-3312432-1304114353 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312432-1304114353.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.70 3.95 5.01 2/194 5007
/proc/meminfo: memFree=28596940/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/5007/stat : 5007 (java) S 5005 5007 4401 0 -1 4202496 1424 0 0 0 0 0 0 0 21 0 2 0 523033069 27824128 894 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 7096 894 684 9 0 381 0
[pid=5007/tid=5008] ppid=5005 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5008/stat : 5008 (java) R 5005 5007 4401 0 -1 4202560 99 0 0 0 0 0 0 0 22 0 2 0 523033070 31313920 925 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218900768512 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.09146 s]
/proc/loadavg: 1.70 3.95 5.01 2/194 5007
/proc/meminfo: memFree=28596940/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=15676736 CPUtime=0.1 cores=0,2,4,6
/proc/5007/stat : 5007 (java) S 5005 5007 4401 0 -1 4202496 5513 0 1 0 9 1 0 0 21 0 18 0 523033069 16052977664 4931 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 3919184 4933 2116 9 0 3909903 0
[pid=5007/tid=5008] ppid=5005 vsize=15676736 CPUtime=0.07 cores=0,2,4,6
/proc/5007/task/5008/stat : 5008 (java) R 5005 5007 4401 0 -1 4202560 3369 0 1 0 7 0 0 0 25 0 18 0 523033070 16052977664 4936 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 47228469861203 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676736

[startup+0.100456 s]
/proc/loadavg: 1.70 3.95 5.01 2/194 5007
/proc/meminfo: memFree=28596940/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=15676736 CPUtime=0.1 cores=0,2,4,6
/proc/5007/stat : 5007 (java) S 5005 5007 4401 0 -1 4202496 5611 0 1 0 9 1 0 0 21 0 18 0 523033069 16052977664 5029 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 3919184 5029 2118 9 0 3909903 0
[pid=5007/tid=5008] ppid=5005 vsize=15676736 CPUtime=0.08 cores=0,2,4,6
/proc/5007/task/5008/stat : 5008 (java) R 5005 5007 4401 0 -1 4202560 3462 0 1 0 7 1 0 0 25 0 18 0 523033070 16052977664 5029 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917557707 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676736

[startup+0.300482 s]
/proc/loadavg: 1.70 3.95 5.01 2/194 5007
/proc/meminfo: memFree=28596940/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=15682112 CPUtime=0.51 cores=0,2,4,6
/proc/5007/stat : 5007 (java) S 5005 5007 4401 0 -1 4202496 15888 0 1 0 48 3 0 0 21 0 18 0 523033069 16058482688 14057 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 3920528 14063 2207 9 0 3911247 0
[pid=5007/tid=5008] ppid=5005 vsize=15682112 CPUtime=0.28 cores=0,2,4,6
/proc/5007/task/5008/stat : 5008 (java) R 5005 5007 4401 0 -1 4202560 10739 0 1 0 26 2 0 0 25 0 18 0 523033070 16058482688 14067 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 46912505642387 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15682112

[startup+0.700375 s]
/proc/loadavg: 1.70 3.95 5.01 2/194 5007
/proc/meminfo: memFree=28596940/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=15682112 CPUtime=0.92 cores=0,2,4,6
/proc/5007/stat : 5007 (java) S 5005 5007 4401 0 -1 4202496 41926 0 1 0 86 6 0 0 21 0 18 0 523033069 16058482688 40092 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 3920528 40092 2223 9 0 3911247 0
[pid=5007/tid=5008] ppid=5005 vsize=15682112 CPUtime=0.67 cores=0,2,4,6
/proc/5007/task/5008/stat : 5008 (java) R 5005 5007 4401 0 -1 4202560 35511 0 1 0 62 5 0 0 25 0 18 0 523033070 16058482688 40092 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 46912505641941 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15682112

[startup+1.50117 s]
/proc/loadavg: 1.88 3.95 5.01 6/220 5033
/proc/meminfo: memFree=28256044/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=15688832 CPUtime=2.24 cores=0,2,4,6
/proc/5007/stat : 5007 (java) S 5005 5007 4401 0 -1 4202496 56976 0 1 0 216 8 0 0 21 0 22 0 523033069 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 3922208 52395 2255 9 0 3912927 0
[pid=5007/tid=5008] ppid=5005 vsize=15688832 CPUtime=1.46 cores=0,2,4,6
/proc/5007/task/5008/stat : 5008 (java) R 5005 5007 4401 0 -1 4202560 35611 0 1 0 141 5 0 0 25 0 22 0 523033070 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 47228469247856 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4401 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 523033070 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4401 0 -1 4202560 1232 0 0 0 0 0 0 0 16 0 22 0 523033070 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523033070 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4401 0 -1 4202560 129 0 0 0 0 0 0 0 16 0 22 0 523033070 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4401 0 -1 4202560 1416 0 0 0 0 0 0 0 16 0 22 0 523033070 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523033070 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4401 0 -1 4202560 1018 0 0 0 0 0 0 0 16 0 22 0 523033070 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4401 0 -1 4202560 2026 0 0 0 0 0 0 0 16 0 22 0 523033070 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4401 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 523033071 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 0 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4401 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523033072 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5020] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5020/stat : 5020 (java) S 5005 5007 4401 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 523033072 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5021/stat : 5021 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033074 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917554609 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=15688832 CPUtime=0.51 cores=0,2,4,6
/proc/5007/task/5022/stat : 5022 (java) R 5005 5007 4401 0 -1 4202560 11400 0 0 0 50 1 0 0 18 0 22 0 523033074 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 47228466214316 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=15688832 CPUtime=0.19 cores=0,2,4,6
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4401 0 -1 4202560 2595 0 0 0 19 0 0 0 18 0 22 0 523033074 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5024] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5024/stat : 5024 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033074 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5025] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5025/stat : 5025 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523033074 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5030] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5030/stat : 5030 (java) S 5005 5007 4401 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 523033162 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5031] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5031/stat : 5031 (java) S 5005 5007 4401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 523033162 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5032] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5032/stat : 5032 (java) S 5005 5007 4401 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 523033162 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5033] ppid=5005 vsize=15688832 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5033/stat : 5033 (java) S 5005 5007 4401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 523033162 16065363968 52395 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 15688832

[startup+3.10085 s]
/proc/loadavg: 1.88 3.95 5.01 8/220 5033
/proc/meminfo: memFree=28140352/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=15687016 CPUtime=5.4 cores=0,2,4,6
/proc/5007/stat : 5007 (java) S 5005 5007 4401 0 -1 4202496 72790 0 1 0 530 10 0 0 21 0 22 0 523033069 16063504384 65236 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 3921754 65236 2275 9 0 3912473 0
[pid=5007/tid=5008] ppid=5005 vsize=15687016 CPUtime=2.56 cores=0,2,4,6
/proc/5007/task/5008/stat : 5008 (java) S 5005 5007 4401 0 -1 4202560 35671 0 1 0 251 5 0 0 25 0 22 0 523033070 16063504384 65237 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4401 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 523033070 16063504384 65237 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4401 0 -1 4202560 1232 0 0 0 0 0 0 0 16 0 22 0 523033070 16063504384 65237 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523033070 16063504384 65237 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4401 0 -1 4202560 129 0 0 0 0 0 0 0 16 0 22 0 523033070 16063504384 65237 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4401 0 -1 4202560 1416 0 0 0 0 0 0 0 16 0 22 0 523033070 16063504384 65237 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523033070 16063504384 65238 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4401 0 -1 4202560 1018 0 0 0 0 0 0 0 16 0 22 0 523033070 16063504384 65238 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4401 0 -1 4202560 2026 0 0 0 0 0 0 0 16 0 22 0 523033070 16063504384 65238 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4401 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 523033071 16063504384 65238 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 0 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4401 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523033072 16063504384 65238 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5020] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5020/stat : 5020 (java) S 5005 5007 4401 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 523033072 16063504384 65238 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5021/stat : 5021 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033074 16063504384 65239 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917554609 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=15687016 CPUtime=1.35 cores=0,2,4,6
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4401 0 -1 4202560 14523 0 0 0 133 2 0 0 16 0 22 0 523033074 16063504384 65239 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=15687016 CPUtime=0.61 cores=0,2,4,6
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4401 0 -1 4202560 3006 0 0 0 61 0 0 0 16 0 22 0 523033074 16063504384 65239 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5024] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5024/stat : 5024 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033074 16063504384 65239 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5025] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5025/stat : 5025 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523033074 16063504384 65239 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5030] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5030/stat : 5030 (java) S 5005 5007 4401 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 523033162 16063504384 65239 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5031] ppid=5005 vsize=15687016 CPUtime=0.34 cores=0,2,4,6
/proc/5007/task/5031/stat : 5031 (java) R 5005 5007 4401 0 -1 4202560 6078 0 0 0 34 0 0 0 16 0 22 0 523033162 16063504384 65240 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 46912506088180 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5007/tid=5032] ppid=5005 vsize=15687016 CPUtime=0.34 cores=0,2,4,6
/proc/5007/task/5032/stat : 5032 (java) R 5005 5007 4401 0 -1 4202560 6150 0 0 0 34 0 0 0 16 0 22 0 523033162 16063504384 65240 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 46912506089219 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5007/tid=5033] ppid=5005 vsize=15687016 CPUtime=0.09 cores=0,2,4,6
/proc/5007/task/5033/stat : 5033 (java) S 5005 5007 4401 0 -1 4202560 18 0 0 0 9 0 0 0 15 0 22 0 523033162 16063504384 65240 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 15687016

[startup+6.30127 s]
/proc/loadavg: 1.88 3.95 5.01 10/220 5033
/proc/meminfo: memFree=26871460/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=15687016 CPUtime=17.2 cores=0,2,4,6
/proc/5007/stat : 5007 (java) S 5005 5007 4401 0 -1 4202496 267711 0 1 0 1684 36 0 0 21 0 22 0 523033069 16063504384 258451 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 3921754 258451 2275 9 0 3912473 0
[pid=5007/tid=5008] ppid=5005 vsize=15687016 CPUtime=2.56 cores=0,2,4,6
/proc/5007/task/5008/stat : 5008 (java) S 5005 5007 4401 0 -1 4202560 35671 0 1 0 251 5 0 0 25 0 22 0 523033070 16063504384 258451 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=15687016 CPUtime=0.18 cores=0,2,4,6
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4401 0 -1 4202560 23800 0 0 0 15 3 0 0 16 0 22 0 523033070 16063504384 258451 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=15687016 CPUtime=0.19 cores=0,2,4,6
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4401 0 -1 4202560 28487 0 0 0 15 4 0 0 15 0 22 0 523033070 16063504384 258451 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=15687016 CPUtime=0.04 cores=0,2,4,6
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4401 0 -1 4202560 5102 0 0 0 4 0 0 0 16 0 22 0 523033070 16063504384 258451 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=15687016 CPUtime=0.1 cores=0,2,4,6
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4401 0 -1 4202560 17708 0 0 0 8 2 0 0 16 0 22 0 523033070 16063504384 258451 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=15687016 CPUtime=0.2 cores=0,2,4,6
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4401 0 -1 4202560 30605 0 0 0 16 4 0 0 16 0 22 0 523033070 16063504384 258451 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=15687016 CPUtime=0.07 cores=0,2,4,6
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4401 0 -1 4202560 8343 0 0 0 6 1 0 0 16 0 22 0 523033070 16063504384 258451 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=15687016 CPUtime=0.13 cores=0,2,4,6
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4401 0 -1 4202560 14131 0 0 0 12 1 0 0 15 0 22 0 523033070 16063504384 258451 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=15687016 CPUtime=0.06 cores=0,2,4,6
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4401 0 -1 4202560 10724 0 0 0 5 1 0 0 15 0 22 0 523033070 16063504384 258451 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0

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

[pid=5007/tid=5020] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5020/stat : 5020 (java) S 5005 5007 4401 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523033072 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5021/stat : 5021 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917554609 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=15687016 CPUtime=1.51 cores=0,2,4,6
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4401 0 -1 4202560 14547 0 0 0 149 2 0 0 16 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=15687016 CPUtime=0.73 cores=0,2,4,6
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4401 0 -1 4202560 3029 0 0 0 73 0 0 0 15 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5024] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5024/stat : 5024 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5025] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5025/stat : 5025 (java) S 5005 5007 4401 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5030] ppid=5005 vsize=15687016 CPUtime=305.16 cores=0,2,4,6
/proc/5007/task/5030/stat : 5030 (java) S 5005 5007 4401 0 -1 4202560 97341 0 0 0 30494 22 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5031] ppid=5005 vsize=15687016 CPUtime=306.14 cores=0,2,4,6
/proc/5007/task/5031/stat : 5031 (java) S 5005 5007 4401 0 -1 4202560 108959 0 0 0 30595 19 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
[pid=5007/tid=5032] ppid=5005 vsize=15687016 CPUtime=306.53 cores=0,2,4,6
/proc/5007/task/5032/stat : 5032 (java) S 5005 5007 4401 0 -1 4202560 102177 0 0 0 30627 26 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5033] ppid=5005 vsize=15687016 CPUtime=306.1 cores=0,2,4,6
/proc/5007/task/5033/stat : 5033 (java) S 5005 5007 4401 0 -1 4202560 100170 0 0 0 30590 20 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2119.14
Current children cumulated vsize (KiB) 15687016

[startup+1242.3 s]
/proc/loadavg: 4.87 5.08 5.37 6/220 5129
/proc/meminfo: memFree=9134592/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=15687016 CPUtime=2179.96 cores=0,2,4,6
/proc/5007/stat : 5007 (java) S 5005 5007 4401 0 -1 4202496 3919301 0 1 0 217278 718 0 0 21 0 22 0 523033069 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 3921754 3867432 2294 9 0 3912473 0
[pid=5007/tid=5008] ppid=5005 vsize=15687016 CPUtime=2.56 cores=0,2,4,6
/proc/5007/task/5008/stat : 5008 (java) S 5005 5007 4401 0 -1 4202560 35671 0 1 0 251 5 0 0 25 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=15687016 CPUtime=2.85 cores=0,2,4,6
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4401 0 -1 4202560 307867 0 0 0 233 52 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=15687016 CPUtime=2.7 cores=0,2,4,6
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4401 0 -1 4202560 308687 0 0 0 218 52 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=15687016 CPUtime=3.11 cores=0,2,4,6
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4401 0 -1 4202560 406734 0 0 0 242 69 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=15687016 CPUtime=2.91 cores=0,2,4,6
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4401 0 -1 4202560 316618 0 0 0 235 56 0 0 15 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=15687016 CPUtime=3.38 cores=0,2,4,6
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4401 0 -1 4202560 399383 0 0 0 269 69 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=15687016 CPUtime=3.09 cores=0,2,4,6
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4401 0 -1 4202560 388802 0 0 0 241 68 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=15687016 CPUtime=3.13 cores=0,2,4,6
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4401 0 -1 4202560 301804 0 0 0 260 53 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=15687016 CPUtime=2.71 cores=0,2,4,6
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4401 0 -1 4202560 334326 0 0 0 212 59 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=15687016 CPUtime=926.06 cores=0,2,4,6
/proc/5007/task/5018/stat : 5018 (java) R 5005 5007 4401 0 -1 4202560 691294 0 0 0 92470 136 0 0 18 0 22 0 523033071 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 47228466108272 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4401 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523033072 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5020] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5020/stat : 5020 (java) S 5005 5007 4401 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523033072 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5021/stat : 5021 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917554609 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=15687016 CPUtime=1.51 cores=0,2,4,6
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4401 0 -1 4202560 14547 0 0 0 149 2 0 0 16 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=15687016 CPUtime=0.73 cores=0,2,4,6
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4401 0 -1 4202560 3029 0 0 0 73 0 0 0 15 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5024] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5024/stat : 5024 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5025] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5025/stat : 5025 (java) S 5005 5007 4401 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5030] ppid=5005 vsize=15687016 CPUtime=305.44 cores=0,2,4,6
/proc/5007/task/5030/stat : 5030 (java) S 5005 5007 4401 0 -1 4202560 97486 0 0 0 30522 22 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5031] ppid=5005 vsize=15687016 CPUtime=306.4 cores=0,2,4,6
/proc/5007/task/5031/stat : 5031 (java) S 5005 5007 4401 0 -1 4202560 109068 0 0 0 30621 19 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5032] ppid=5005 vsize=15687016 CPUtime=306.81 cores=0,2,4,6
/proc/5007/task/5032/stat : 5032 (java) S 5005 5007 4401 0 -1 4202560 102327 0 0 0 30654 27 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5033] ppid=5005 vsize=15687016 CPUtime=306.42 cores=0,2,4,6
/proc/5007/task/5033/stat : 5033 (java) S 5005 5007 4401 0 -1 4202560 100201 0 0 0 30621 21 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2179.96
Current children cumulated vsize (KiB) 15687016



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.98 5.08 5.35 7/220 5130
/proc/meminfo: memFree=7969988/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=15687016 CPUtime=2237.71 cores=0,2,4,6
/proc/5007/stat : 5007 (java) S 5005 5007 4401 0 -1 4202496 3919741 0 1 0 223046 725 0 0 21 0 22 0 523033069 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 3921754 3867432 2294 9 0 3912473 0
[pid=5007/tid=5008] ppid=5005 vsize=15687016 CPUtime=2.56 cores=0,2,4,6
/proc/5007/task/5008/stat : 5008 (java) S 5005 5007 4401 0 -1 4202560 35671 0 1 0 251 5 0 0 25 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=15687016 CPUtime=2.85 cores=0,2,4,6
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4401 0 -1 4202560 307867 0 0 0 233 52 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=15687016 CPUtime=2.7 cores=0,2,4,6
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4401 0 -1 4202560 308687 0 0 0 218 52 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=15687016 CPUtime=3.11 cores=0,2,4,6
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4401 0 -1 4202560 406734 0 0 0 242 69 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=15687016 CPUtime=2.91 cores=0,2,4,6
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4401 0 -1 4202560 316618 0 0 0 235 56 0 0 15 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=15687016 CPUtime=3.38 cores=0,2,4,6
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4401 0 -1 4202560 399383 0 0 0 269 69 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=15687016 CPUtime=3.09 cores=0,2,4,6
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4401 0 -1 4202560 388802 0 0 0 241 68 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=15687016 CPUtime=3.13 cores=0,2,4,6
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4401 0 -1 4202560 301804 0 0 0 260 53 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=15687016 CPUtime=2.71 cores=0,2,4,6
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4401 0 -1 4202560 334326 0 0 0 212 59 0 0 16 0 22 0 523033070 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=15687016 CPUtime=983.74 cores=0,2,4,6
/proc/5007/task/5018/stat : 5018 (java) R 5005 5007 4401 0 -1 4202560 691298 0 0 0 98232 142 0 0 18 0 22 0 523033071 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 47228468952924 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4401 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523033072 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5020] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5020/stat : 5020 (java) S 5005 5007 4401 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523033072 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5021/stat : 5021 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917554609 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=15687016 CPUtime=1.51 cores=0,2,4,6
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4401 0 -1 4202560 14547 0 0 0 149 2 0 0 16 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=15687016 CPUtime=0.73 cores=0,2,4,6
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4401 0 -1 4202560 3029 0 0 0 73 0 0 0 15 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5024] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5024/stat : 5024 (java) S 5005 5007 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5025] ppid=5005 vsize=15687016 CPUtime=0 cores=0,2,4,6
/proc/5007/task/5025/stat : 5025 (java) S 5005 5007 4401 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 523033074 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917547520 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5030] ppid=5005 vsize=15687016 CPUtime=305.46 cores=0,2,4,6
/proc/5007/task/5030/stat : 5030 (java) S 5005 5007 4401 0 -1 4202560 97653 0 0 0 30524 22 0 0 16 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 6 0 0 0
[pid=5007/tid=5031] ppid=5005 vsize=15687016 CPUtime=306.4 cores=0,2,4,6
/proc/5007/task/5031/stat : 5031 (java) S 5005 5007 4401 0 -1 4202560 109255 0 0 0 30621 19 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 4 0 0 0
[pid=5007/tid=5032] ppid=5005 vsize=15687016 CPUtime=306.82 cores=0,2,4,6
/proc/5007/task/5032/stat : 5032 (java) S 5005 5007 4401 0 -1 4202560 102405 0 0 0 30655 27 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 2 0 0 0
[pid=5007/tid=5033] ppid=5005 vsize=15687016 CPUtime=306.45 cores=0,2,4,6
/proc/5007/task/5033/stat : 5033 (java) S 5005 5007 4401 0 -1 4202560 100201 0 0 0 30624 21 0 0 15 0 22 0 523033162 16063504384 3867432 33554432000 1073741824 1073778376 140736353401168 18446744073709551615 218917546905 0 4 0 16800975 18446604451633244032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2237.71
Current children cumulated vsize (KiB) 15687016

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5007

[startup+1302.3 s]
/proc/loadavg: 4.98 5.08 5.35 6/221 5131
/proc/meminfo: memFree=7969856/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=0 CPUtime=2240.02 cores=0,2,4,6
/proc/5007/stat : 5007 (java) Z 5005 5007 4401 0 -1 4203548 3919763 0 1 0 223248 754 0 0 18 0 2 0 523033069 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 0 0 0 0 0 0 0
[pid=5007/tid=5024] ppid=5005 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/5007/task/5024/stat : 5024 (java) R 5005 5007 4401 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 523033074 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2240.02
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 4.98 5.08 5.35 6/221 5131
/proc/meminfo: memFree=7969856/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=0 CPUtime=2240.12 cores=0,2,4,6
/proc/5007/stat : 5007 (java) Z 5005 5007 4401 0 -1 4203548 3919763 0 1 0 223248 764 0 0 18 0 2 0 523033069 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 0 0 0 0 0 0 0
[pid=5007/tid=5024] ppid=5005 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/5007/task/5024/stat : 5024 (java) R 5005 5007 4401 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 523033074 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2240.12
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 4.98 5.08 5.35 6/200 5132
/proc/meminfo: memFree=21290424/32951124 swapFree=67111356/67111528
[pid=5007] ppid=5005 vsize=0 CPUtime=2240.22 cores=0,2,4,6
/proc/5007/stat : 5007 (java) Z 5005 5007 4401 0 -1 4203548 3919763 0 1 0 223248 774 0 0 18 0 2 0 523033069 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5007/statm: 0 0 0 0 0 0 0
[pid=5007/tid=5024] ppid=5005 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/5007/task/5024/stat : 5024 (java) R 5005 5007 4401 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 523033074 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2240.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.58
CPU time (s): 2240.31
CPU user time (s): 2232.48
CPU system time (s): 7.82381
CPU usage (%): 171.99
Max. virtual memory (cumulated for all children) (KiB): 15688836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2232.48
system time used= 7.82381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3919763
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= 76864
involuntary context switches= 33907

runsolver used 2.16667 second user time and 4.99624 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 23:59:14
IDJOB=3312432
IDBENCH=82617
IDSOLVER=1699
FILE ID=node137/3312432-1304114353
RUNJOBID= node137-1304114353-4970
PBS_JOBID= 13170673
Free space on /tmp= 71616 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S64788608-008-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312432-1304114353/watcher-3312432-1304114353 -o /tmp/evaluation-result-3312432-1304114353/solver-3312432-1304114353 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312432-1304114353.cnf

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

MD5SUM BENCH= c0e1e71ade06eb64bd0f5dbaf6b892a1
RANDOM SEED=1399463855

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28597220 kB
Buffers:        902712 kB
Cached:        2913044 kB
SwapCached:         48 kB
Active:         134328 kB
Inactive:      3758808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28597220 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            7844 kB
Writeback:           0 kB
AnonPages:       76516 kB
Mapped:          22628 kB
Slab:           396816 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   775656 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= 71612 MiB
End job on node137 at 2011-04-30 00:20:56