Trace number 3311200

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1401248878-094-UNKNOWN.cnf
MD5SUM56bd5db172bed91bc72714a8bad8639b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark316.613
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	52:50 INFO : Reading from input HOME/instance-3311200-1304113970.cnf
1.23/1.07	Executor set job limit to 1000000
1.23/1.07	Executor set job limit to 1000000
1.23/1.07	Executor set job limit to 1000000
1.23/1.07	Executor set job limit to 1000000
1.23/1.07	Starting Executor!
1.23/1.07	Starting Executor!
1.23/1.07	Starting Executor!
1.23/1.07	Starting Executor!
5.08/3.11	52:53 INFO : 49822 variables remaining out of 50000
5.08/3.11	52:53 INFO : 835648 literals remaining out of 840000
1646.57/587.37	00:54 ERROR: Failed to solve instance
1646.57/587.37	java.lang.OutOfMemoryError: Java heap space
1646.57/587.37		at ibis.structure.TouchSet.<init>(TouchSet.java:13)
1646.57/587.37		at ibis.structure.Subsumming.<init>(Subsumming.java:40)
1646.57/587.37		at ibis.structure.Solver.simplify(Solver.java:205)
1646.57/587.37		at ibis.structure.Solver.solve(Solver.java:113)
1646.57/587.37		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1646.57/587.37		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1646.57/587.37		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1646.57/587.37		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1646.57/587.37		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1646.57/587.37		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1646.57/587.37		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1646.57/587.37		at ibis.constellation.Executor.processActivities(Executor.java:75)
1646.57/587.37		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1646.57/587.37		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1646.57/587.37		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1652.74/592.83	02:43 ERROR: Failed to solve instance
1652.74/592.83	java.lang.OutOfMemoryError: Java heap space
1652.74/592.83		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1652.74/592.83		at gnu.trove.THash.postInsertHook(THash.java:370)
1652.74/592.83		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1652.74/592.83		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1652.74/592.83		at ibis.structure.Subsumming.run(Subsumming.java:58)
1652.74/592.83		at ibis.structure.Solver.simplify(Solver.java:205)
1652.74/592.83		at ibis.structure.Solver.solve(Solver.java:113)
1652.74/592.83		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1652.74/592.83		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1652.74/592.83		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1652.74/592.83		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1652.74/592.83		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1652.74/592.83		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1652.74/592.83		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1652.74/592.83		at ibis.constellation.Executor.processActivities(Executor.java:75)
1652.74/592.83		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1652.74/592.83		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1652.74/592.83		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1766.01/705.74	04:36 ERROR: Failed to solve instance
1766.01/705.74	java.lang.OutOfMemoryError: Java heap space
1766.01/705.74		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1766.01/705.74		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1766.01/705.74		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
1766.01/705.74		at ibis.structure.WatchLists.build(WatchLists.java:58)
1766.01/705.74		at ibis.structure.Solver.<init>(Solver.java:45)
1766.01/705.74		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1766.01/705.74		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1766.01/705.74		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1766.01/705.74		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1766.01/705.74		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1766.01/705.74		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1766.01/705.74		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1766.01/705.74		at ibis.constellation.Executor.processActivities(Executor.java:75)
1766.01/705.74		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1766.01/705.74		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1766.01/705.74		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1771.63/710.84	04:41 ERROR: Failed to solve instance
1771.63/710.84	java.lang.OutOfMemoryError: Java heap space
1771.63/710.84		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1771.63/710.84		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1771.63/710.84		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1771.63/710.84		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1771.63/710.84		at ibis.structure.Solver.<init>(Solver.java:37)
1771.63/710.84		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1771.63/710.84		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1771.63/710.84		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1771.63/710.84		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1771.63/710.84		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1771.63/710.84		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1771.63/710.84		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1771.63/710.84		at ibis.constellation.Executor.processActivities(Executor.java:75)
1771.63/710.84		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1771.63/710.84		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1771.63/710.84		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1773.94/713.13	04:43 ERROR: Failed to solve instance
1773.94/713.13	java.lang.OutOfMemoryError: Java heap space
1775.05/714.26	04:45 ERROR: Failed to solve instance
1775.05/714.26	java.lang.OutOfMemoryError: Java heap space
1777.79/716.78	04:47 ERROR: Failed to solve instance
1777.79/716.78	java.lang.OutOfMemoryError: Java heap space
1801.54/739.95	05:10 ERROR: Failed to solve instance
1801.54/739.95	java.lang.OutOfMemoryError: Java heap space
1836.97/773.69	05:44 ERROR: Failed to solve instance
1836.97/773.69	java.lang.OutOfMemoryError: Java heap space
1842.30/778.37	05:49 ERROR: Failed to solve instance
1842.30/778.37	java.lang.OutOfMemoryError: Java heap space
1845.61/781.52	05:52 ERROR: Failed to solve instance
1845.61/781.52	java.lang.OutOfMemoryError: Java heap space
1851.81/787.06	05:57 ERROR: Failed to solve instance
1851.81/787.06	java.lang.OutOfMemoryError: Java heap space
1933.67/868.78	07:19 ERROR: Failed to solve instance
1933.67/868.78	java.lang.OutOfMemoryError: Java heap space
1938.77/873.14	07:23 ERROR: Failed to solve instance
1938.77/873.14	java.lang.OutOfMemoryError: Java heap space
2348.15/1281.89	14:12 ERROR: Failed to solve instance
2348.15/1281.89	java.lang.OutOfMemoryError: Java heap space
2353.08/1286.02	14:16 ERROR: Failed to solve instance
2353.08/1286.02	java.lang.OutOfMemoryError: Java heap space
2358.20/1290.45	14:21 ERROR: Failed to solve instance
2358.20/1290.45	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-3311200-1304113970/watcher-3311200-1304113970 -o /tmp/evaluation-result-3311200-1304113970/solver-3311200-1304113970 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311200-1304113970.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: 4.82 5.16 6.10 2/198 28758
/proc/meminfo: memFree=14770424/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/28758/stat : 28758 (java) R 28756 28758 28616 0 -1 4202496 666 0 0 0 0 0 0 0 20 0 1 0 522994096 9318400 155 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488515412 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28758/statm: 2275 155 126 9 0 67 0

[startup+0.049072 s]
/proc/loadavg: 4.82 5.16 6.10 2/198 28758
/proc/meminfo: memFree=14770424/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/28758/stat : 28758 (java) S 28756 28758 28616 0 -1 4202496 3870 0 1 0 3 0 0 0 20 0 13 0 522994096 15978749952 3310 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488497637 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 3901062 3310 1684 9 0 3891810 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.101053 s]
/proc/loadavg: 4.82 5.16 6.10 2/198 28758
/proc/meminfo: memFree=14770424/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=15676796 CPUtime=0.1 cores=1,3,5,7
/proc/28758/stat : 28758 (java) S 28756 28758 28616 0 -1 4202496 5516 0 1 0 9 1 0 0 20 0 18 0 522994096 16053039104 4956 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 3919199 4957 2115 9 0 3909918 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676796

[startup+0.300997 s]
/proc/loadavg: 4.82 5.16 6.10 2/198 28758
/proc/meminfo: memFree=14770424/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=15680392 CPUtime=0.51 cores=1,3,5,7
/proc/28758/stat : 28758 (java) S 28756 28758 28616 0 -1 4202496 14403 0 1 0 48 3 0 0 20 0 18 0 522994096 16056721408 12876 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 3920098 12882 2206 9 0 3910817 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680392

[startup+0.700939 s]
/proc/loadavg: 4.82 5.16 6.10 2/198 28758
/proc/meminfo: memFree=14770424/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=15680392 CPUtime=0.91 cores=1,3,5,7
/proc/28758/stat : 28758 (java) S 28756 28758 28616 0 -1 4202496 41857 0 1 0 85 6 0 0 20 0 18 0 522994096 16056721408 40327 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 3920098 40327 2222 9 0 3910817 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15680392

[startup+1.50078 s]
/proc/loadavg: 4.82 5.16 6.10 3/216 28776
/proc/meminfo: memFree=14613236/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=15686576 CPUtime=2.07 cores=1,3,5,7
/proc/28758/stat : 28758 (java) S 28756 28758 28616 0 -1 4202496 54366 0 1 0 199 8 0 0 20 0 22 0 522994096 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 3921644 50722 2260 9 0 3912363 0
[pid=28758/tid=28760] ppid=28756 vsize=15686576 CPUtime=1.45 cores=1,3,5,7
/proc/28758/task/28760/stat : 28760 (java) R 28756 28758 28616 0 -1 4202560 35653 0 1 0 140 5 0 0 21 0 22 0 522994097 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 46912505227951 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=15686576 CPUtime=0.01 cores=1,3,5,7
/proc/28758/task/28761/stat : 28761 (java) S 28756 28758 28616 0 -1 4202560 2303 0 0 0 1 0 0 0 16 0 22 0 522994097 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28762/stat : 28762 (java) S 28756 28758 28616 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 22 0 522994098 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28763/stat : 28763 (java) S 28756 28758 28616 0 -1 4202560 895 0 0 0 0 0 0 0 16 0 22 0 522994098 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28764/stat : 28764 (java) S 28756 28758 28616 0 -1 4202560 1078 0 0 0 0 0 0 0 16 0 22 0 522994098 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28765/stat : 28765 (java) S 28756 28758 28616 0 -1 4202560 1480 0 0 0 0 0 0 0 16 0 22 0 522994098 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28766/stat : 28766 (java) S 28756 28758 28616 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 22 0 522994098 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28767] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28767/stat : 28767 (java) S 28756 28758 28616 0 -1 4202560 1032 0 0 0 0 0 0 0 15 0 22 0 522994098 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28768] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28768/stat : 28768 (java) S 28756 28758 28616 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 522994098 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28769] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28769/stat : 28769 (java) S 28756 28758 28616 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 522994099 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 0 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28770] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28770/stat : 28770 (java) S 28756 28758 28616 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522994099 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28771] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28771/stat : 28771 (java) S 28756 28758 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522994099 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28772] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28772/stat : 28772 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522994101 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488518577 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28773] ppid=28756 vsize=15686576 CPUtime=0.34 cores=1,3,5,7
/proc/28758/task/28773/stat : 28773 (java) R 28756 28758 28616 0 -1 4202560 8583 0 0 0 34 0 0 0 16 0 22 0 522994101 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 47370275430370 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28758/tid=28774] ppid=28756 vsize=15686576 CPUtime=0.18 cores=1,3,5,7
/proc/28758/task/28774/stat : 28774 (java) S 28756 28758 28616 0 -1 4202560 1478 0 0 0 18 0 0 0 15 0 22 0 522994101 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28775] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28775/stat : 28775 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522994101 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28776] ppid=28756 vsize=15686576 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28776/stat : 28776 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522994101 16063053824 50722 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 15686576

[startup+3.10151 s]
/proc/loadavg: 4.82 5.16 6.10 4/220 28780
/proc/meminfo: memFree=14561620/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=15686648 CPUtime=5.08 cores=1,3,5,7
/proc/28758/stat : 28758 (java) S 28756 28758 28616 0 -1 4202496 66475 0 1 0 497 11 0 0 20 0 22 0 522994096 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 3921662 54298 2266 9 0 3912381 0
[pid=28758/tid=28760] ppid=28756 vsize=15686648 CPUtime=3.05 cores=1,3,5,7
/proc/28758/task/28760/stat : 28760 (java) R 28756 28758 28616 0 -1 4202560 35697 0 1 0 300 5 0 0 25 0 22 0 522994097 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 46912506231322 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=15686648 CPUtime=0.01 cores=1,3,5,7
/proc/28758/task/28761/stat : 28761 (java) S 28756 28758 28616 0 -1 4202560 2303 0 0 0 1 0 0 0 16 0 22 0 522994097 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28762/stat : 28762 (java) S 28756 28758 28616 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 22 0 522994098 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28763/stat : 28763 (java) S 28756 28758 28616 0 -1 4202560 895 0 0 0 0 0 0 0 16 0 22 0 522994098 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28764/stat : 28764 (java) S 28756 28758 28616 0 -1 4202560 1078 0 0 0 0 0 0 0 16 0 22 0 522994098 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28765/stat : 28765 (java) S 28756 28758 28616 0 -1 4202560 1480 0 0 0 0 0 0 0 16 0 22 0 522994098 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28766/stat : 28766 (java) S 28756 28758 28616 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 22 0 522994098 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28767] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28767/stat : 28767 (java) S 28756 28758 28616 0 -1 4202560 1032 0 0 0 0 0 0 0 15 0 22 0 522994098 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28768] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28768/stat : 28768 (java) S 28756 28758 28616 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 522994098 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28769] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28769/stat : 28769 (java) S 28756 28758 28616 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 22 0 522994099 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 0 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28770] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28770/stat : 28770 (java) S 28756 28758 28616 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522994099 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28771] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28771/stat : 28771 (java) S 28756 28758 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522994099 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28772] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28772/stat : 28772 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522994101 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488518577 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28773] ppid=28756 vsize=15686648 CPUtime=1.29 cores=1,3,5,7
/proc/28758/task/28773/stat : 28773 (java) S 28756 28758 28616 0 -1 4202560 18587 0 0 0 127 2 0 0 15 0 22 0 522994101 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28774] ppid=28756 vsize=15686648 CPUtime=0.63 cores=1,3,5,7
/proc/28758/task/28774/stat : 28774 (java) S 28756 28758 28616 0 -1 4202560 3538 0 0 0 63 0 0 0 16 0 22 0 522994101 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28775] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28775/stat : 28775 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522994101 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28776] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28776/stat : 28776 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522994101 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28777] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28777/stat : 28777 (java) S 28756 28758 28616 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 522994204 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28778] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28778/stat : 28778 (java) S 28756 28758 28616 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 522994204 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28779] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28779/stat : 28779 (java) S 28756 28758 28616 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522994204 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28780] ppid=28756 vsize=15686648 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28780/stat : 28780 (java) S 28756 28758 28616 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 522994204 16063127552 54298 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 15686648

[startup+6.31386 s]
/proc/loadavg: 4.91 5.18 6.10 10/220 28781
/proc/meminfo: memFree=13910268/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=15688812 CPUtime=15.99 cores=1,3,5,7
/proc/28758/stat : 28758 (java) S 28756 28758 28616 0 -1 4202496 302560 0 1 0 1559 40 0 0 20 0 22 0 522994096 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 3922203 288468 2274 9 0 3912922 0
[pid=28758/tid=28760] ppid=28756 vsize=15688812 CPUtime=3.07 cores=1,3,5,7
/proc/28758/task/28760/stat : 28760 (java) S 28756 28758 28616 0 -1 4202560 35708 0 1 0 302 5 0 0 25 0 22 0 522994097 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=15688812 CPUtime=0.18 cores=1,3,5,7
/proc/28758/task/28761/stat : 28761 (java) S 28756 28758 28616 0 -1 4202560 29910 0 0 0 15 3 0 0 16 0 22 0 522994097 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=15688812 CPUtime=0.18 cores=1,3,5,7
/proc/28758/task/28762/stat : 28762 (java) S 28756 28758 28616 0 -1 4202560 21573 0 0 0 15 3 0 0 16 0 22 0 522994098 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=15688812 CPUtime=0.28 cores=1,3,5,7
/proc/28758/task/28763/stat : 28763 (java) S 28756 28758 28616 0 -1 4202560 41838 0 0 0 24 4 0 0 16 0 22 0 522994098 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=15688812 CPUtime=0.15 cores=1,3,5,7
/proc/28758/task/28764/stat : 28764 (java) S 28756 28758 28616 0 -1 4202560 15619 0 0 0 13 2 0 0 15 0 22 0 522994098 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=15688812 CPUtime=0.23 cores=1,3,5,7
/proc/28758/task/28765/stat : 28765 (java) S 28756 28758 28616 0 -1 4202560 33451 0 0 0 19 4 0 0 16 0 22 0 522994098 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=15688812 CPUtime=0.17 cores=1,3,5,7
/proc/28758/task/28766/stat : 28766 (java) R 28756 28758 28616 0 -1 4202560 19049 0 0 0 15 2 0 0 15 0 22 0 522994098 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28758/tid=28767] ppid=28756 vsize=15688812 CPUtime=0.11 cores=1,3,5,7
/proc/28758/task/28767/stat : 28767 (java) S 28756 28758 28616 0 -1 4202560 13158 0 0 0 9 2 0 0 15 0 22 0 522994098 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28768] ppid=28756 vsize=15688812 CPUtime=0.04 cores=1,3,5,7
/proc/28758/task/28768/stat : 28768 (java) S 28756 28758 28616 0 -1 4202560 6397 0 0 0 4 0 0 0 16 0 22 0 522994098 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28769] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28769/stat : 28769 (java) S 28756 28758 28616 0 -1 4202560 434 0 0 0 0 0 0 0 16 0 22 0 522994099 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 0 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28770] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28770/stat : 28770 (java) S 28756 28758 28616 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522994099 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28771] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28771/stat : 28771 (java) S 28756 28758 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522994099 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28772] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28772/stat : 28772 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522994101 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488518577 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28773] ppid=28756 vsize=15688812 CPUtime=1.62 cores=1,3,5,7
/proc/28758/task/28773/stat : 28773 (java) S 28756 28758 28616 0 -1 4202560 19000 0 0 0 160 2 0 0 15 0 22 0 522994101 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28774] ppid=28756 vsize=15688812 CPUtime=0.77 cores=1,3,5,7
/proc/28758/task/28774/stat : 28774 (java) S 28756 28758 28616 0 -1 4202560 3700 0 0 0 77 0 0 0 15 0 22 0 522994101 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28775] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28775/stat : 28775 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522994101 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28776] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28776/stat : 28776 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522994101 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28777] ppid=28756 vsize=15688812 CPUtime=2.14 cores=1,3,5,7
/proc/28758/task/28777/stat : 28777 (java) S 28756 28758 28616 0 -1 4202560 18032 0 0 0 213 1 0 0 16 0 22 0 522994204 16065343488 288468 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0

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

[pid=28758/tid=28771] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28771/stat : 28771 (java) S 28756 28758 28616 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 522994099 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28772] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28772/stat : 28772 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522994101 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488518577 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28773] ppid=28756 vsize=15688812 CPUtime=1.78 cores=1,3,5,7
/proc/28758/task/28773/stat : 28773 (java) S 28756 28758 28616 0 -1 4202560 19031 0 0 0 176 2 0 0 15 0 22 0 522994101 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28774] ppid=28756 vsize=15688812 CPUtime=0.77 cores=1,3,5,7
/proc/28758/task/28774/stat : 28774 (java) S 28756 28758 28616 0 -1 4202560 3700 0 0 0 77 0 0 0 15 0 22 0 522994101 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28775] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28775/stat : 28775 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522994101 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28776] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28776/stat : 28776 (java) S 28756 28758 28616 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 522994101 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28777] ppid=28756 vsize=15688812 CPUtime=348.93 cores=1,3,5,7
/proc/28758/task/28777/stat : 28777 (java) S 28756 28758 28616 0 -1 4202560 61684 0 0 0 34876 17 0 0 15 0 22 0 522994204 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28778] ppid=28756 vsize=15688812 CPUtime=348.57 cores=1,3,5,7
/proc/28758/task/28778/stat : 28778 (java) S 28756 28758 28616 0 -1 4202560 69337 0 0 0 34841 16 0 0 15 0 22 0 522994204 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28779] ppid=28756 vsize=15688812 CPUtime=347.75 cores=1,3,5,7
/proc/28758/task/28779/stat : 28779 (java) S 28756 28758 28616 0 -1 4202560 58899 0 0 0 34759 16 0 0 15 0 22 0 522994204 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28780] ppid=28756 vsize=15688812 CPUtime=348.58 cores=1,3,5,7
/proc/28758/task/28780/stat : 28780 (java) S 28756 28758 28616 0 -1 4202560 72997 0 0 0 34841 17 0 0 15 0 22 0 522994204 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2248.49
Current children cumulated vsize (KiB) 15688812

[startup+1242.31 s]
/proc/loadavg: 4.99 5.10 5.58 6/220 28875
/proc/meminfo: memFree=14437044/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=15688812 CPUtime=2308.63 cores=1,3,5,7
/proc/28758/stat : 28758 (java) S 28756 28758 28616 0 -1 4202496 3882572 0 1 0 230202 661 0 0 20 0 22 0 522994096 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 3922203 3847203 2293 9 0 3912922 0
[pid=28758/tid=28760] ppid=28756 vsize=15688812 CPUtime=3.07 cores=1,3,5,7
/proc/28758/task/28760/stat : 28760 (java) S 28756 28758 28616 0 -1 4202560 35708 0 1 0 302 5 0 0 25 0 22 0 522994097 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=15688812 CPUtime=3.88 cores=1,3,5,7
/proc/28758/task/28761/stat : 28761 (java) S 28756 28758 28616 0 -1 4202560 478700 0 0 0 314 74 0 0 16 0 22 0 522994097 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=15688812 CPUtime=3.59 cores=1,3,5,7
/proc/28758/task/28762/stat : 28762 (java) S 28756 28758 28616 0 -1 4202560 394033 0 0 0 298 61 0 0 16 0 22 0 522994098 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=15688812 CPUtime=3.36 cores=1,3,5,7
/proc/28758/task/28763/stat : 28763 (java) S 28756 28758 28616 0 -1 4202560 463162 0 0 0 266 70 0 0 16 0 22 0 522994098 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=15688812 CPUtime=3.8 cores=1,3,5,7
/proc/28758/task/28764/stat : 28764 (java) S 28756 28758 28616 0 -1 4202560 448805 0 0 0 308 72 0 0 16 0 22 0 522994098 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=15688812 CPUtime=3.19 cores=1,3,5,7
/proc/28758/task/28765/stat : 28765 (java) S 28756 28758 28616 0 -1 4202560 310253 0 0 0 271 48 0 0 16 0 22 0 522994098 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=15688812 CPUtime=2.49 cores=1,3,5,7
/proc/28758/task/28766/stat : 28766 (java) S 28756 28758 28616 0 -1 4202560 288488 0 0 0 202 47 0 0 15 0 22 0 522994098 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28767] ppid=28756 vsize=15688812 CPUtime=2.66 cores=1,3,5,7
/proc/28758/task/28767/stat : 28767 (java) S 28756 28758 28616 0 -1 4202560 327275 0 0 0 217 49 0 0 16 0 22 0 522994098 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28768] ppid=28756 vsize=15688812 CPUtime=2.87 cores=1,3,5,7
/proc/28758/task/28768/stat : 28768 (java) S 28756 28758 28616 0 -1 4202560 291710 0 0 0 240 47 0 0 16 0 22 0 522994098 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28769] ppid=28756 vsize=15688812 CPUtime=882.96 cores=1,3,5,7
/proc/28758/task/28769/stat : 28769 (java) R 28756 28758 28616 0 -1 4202560 556922 0 0 0 88191 105 0 0 18 0 22 0 522994099 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 47370279110127 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=28758/tid=28770] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28770/stat : 28770 (java) S 28756 28758 28616 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 522994099 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28771] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28771/stat : 28771 (java) S 28756 28758 28616 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 522994099 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28772] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28772/stat : 28772 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522994101 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488518577 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28773] ppid=28756 vsize=15688812 CPUtime=1.78 cores=1,3,5,7
/proc/28758/task/28773/stat : 28773 (java) S 28756 28758 28616 0 -1 4202560 19031 0 0 0 176 2 0 0 15 0 22 0 522994101 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28774] ppid=28756 vsize=15688812 CPUtime=0.77 cores=1,3,5,7
/proc/28758/task/28774/stat : 28774 (java) S 28756 28758 28616 0 -1 4202560 3700 0 0 0 77 0 0 0 15 0 22 0 522994101 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28775] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28775/stat : 28775 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522994101 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28776] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28776/stat : 28776 (java) S 28756 28758 28616 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 522994101 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28777] ppid=28756 vsize=15688812 CPUtime=348.99 cores=1,3,5,7
/proc/28758/task/28777/stat : 28777 (java) S 28756 28758 28616 0 -1 4202560 61684 0 0 0 34880 19 0 0 15 0 22 0 522994204 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28778] ppid=28756 vsize=15688812 CPUtime=348.63 cores=1,3,5,7
/proc/28758/task/28778/stat : 28778 (java) S 28756 28758 28616 0 -1 4202560 69337 0 0 0 34846 17 0 0 16 0 22 0 522994204 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28779] ppid=28756 vsize=15688812 CPUtime=347.77 cores=1,3,5,7
/proc/28758/task/28779/stat : 28779 (java) S 28756 28758 28616 0 -1 4202560 58913 0 0 0 34760 17 0 0 15 0 22 0 522994204 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28780] ppid=28756 vsize=15688812 CPUtime=348.63 cores=1,3,5,7
/proc/28758/task/28780/stat : 28780 (java) S 28756 28758 28616 0 -1 4202560 73399 0 0 0 34844 19 0 0 15 0 22 0 522994204 16065343488 3847203 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2308.63
Current children cumulated vsize (KiB) 15688812



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.11 5.11 5.55 6/220 28876
/proc/meminfo: memFree=14450348/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=15688812 CPUtime=2368.61 cores=1,3,5,7
/proc/28758/stat : 28758 (java) S 28756 28758 28616 0 -1 4202496 3882956 0 1 0 236194 667 0 0 20 0 22 0 522994096 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 3922203 3847204 2293 9 0 3912922 0
[pid=28758/tid=28760] ppid=28756 vsize=15688812 CPUtime=3.07 cores=1,3,5,7
/proc/28758/task/28760/stat : 28760 (java) S 28756 28758 28616 0 -1 4202560 35708 0 1 0 302 5 0 0 25 0 22 0 522994097 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=15688812 CPUtime=3.88 cores=1,3,5,7
/proc/28758/task/28761/stat : 28761 (java) S 28756 28758 28616 0 -1 4202560 478700 0 0 0 314 74 0 0 16 0 22 0 522994097 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=15688812 CPUtime=3.59 cores=1,3,5,7
/proc/28758/task/28762/stat : 28762 (java) S 28756 28758 28616 0 -1 4202560 394033 0 0 0 298 61 0 0 16 0 22 0 522994098 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=15688812 CPUtime=3.36 cores=1,3,5,7
/proc/28758/task/28763/stat : 28763 (java) S 28756 28758 28616 0 -1 4202560 463162 0 0 0 266 70 0 0 16 0 22 0 522994098 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=15688812 CPUtime=3.8 cores=1,3,5,7
/proc/28758/task/28764/stat : 28764 (java) S 28756 28758 28616 0 -1 4202560 448805 0 0 0 308 72 0 0 16 0 22 0 522994098 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=15688812 CPUtime=3.19 cores=1,3,5,7
/proc/28758/task/28765/stat : 28765 (java) S 28756 28758 28616 0 -1 4202560 310253 0 0 0 271 48 0 0 16 0 22 0 522994098 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=15688812 CPUtime=2.49 cores=1,3,5,7
/proc/28758/task/28766/stat : 28766 (java) S 28756 28758 28616 0 -1 4202560 288488 0 0 0 202 47 0 0 15 0 22 0 522994098 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
[pid=28758/tid=28767] ppid=28756 vsize=15688812 CPUtime=2.66 cores=1,3,5,7
/proc/28758/task/28767/stat : 28767 (java) S 28756 28758 28616 0 -1 4202560 327275 0 0 0 217 49 0 0 16 0 22 0 522994098 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28768] ppid=28756 vsize=15688812 CPUtime=2.87 cores=1,3,5,7
/proc/28758/task/28768/stat : 28768 (java) S 28756 28758 28616 0 -1 4202560 291710 0 0 0 240 47 0 0 16 0 22 0 522994098 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28769] ppid=28756 vsize=15688812 CPUtime=939.87 cores=1,3,5,7
/proc/28758/task/28769/stat : 28769 (java) R 28756 28758 28616 0 -1 4202560 556924 0 0 0 93879 108 0 0 18 0 22 0 522994099 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 47370275504444 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=28758/tid=28770] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28770/stat : 28770 (java) S 28756 28758 28616 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 522994099 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28771] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28771/stat : 28771 (java) S 28756 28758 28616 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 522994099 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28772] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28772/stat : 28772 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522994101 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488518577 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28773] ppid=28756 vsize=15688812 CPUtime=1.78 cores=1,3,5,7
/proc/28758/task/28773/stat : 28773 (java) S 28756 28758 28616 0 -1 4202560 19031 0 0 0 176 2 0 0 15 0 22 0 522994101 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28774] ppid=28756 vsize=15688812 CPUtime=0.77 cores=1,3,5,7
/proc/28758/task/28774/stat : 28774 (java) S 28756 28758 28616 0 -1 4202560 3700 0 0 0 77 0 0 0 15 0 22 0 522994101 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28775] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28775/stat : 28775 (java) S 28756 28758 28616 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522994101 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28776] ppid=28756 vsize=15688812 CPUtime=0 cores=1,3,5,7
/proc/28758/task/28776/stat : 28776 (java) S 28756 28758 28616 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 522994101 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488511488 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28777] ppid=28756 vsize=15688812 CPUtime=349.75 cores=1,3,5,7
/proc/28758/task/28777/stat : 28777 (java) S 28756 28758 28616 0 -1 4202560 61715 0 0 0 34956 19 0 0 15 0 22 0 522994204 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 1 0 0 0
[pid=28758/tid=28778] ppid=28756 vsize=15688812 CPUtime=349.41 cores=1,3,5,7
/proc/28758/task/28778/stat : 28778 (java) S 28756 28758 28616 0 -1 4202560 69356 0 0 0 34923 18 0 0 15 0 22 0 522994204 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 3 0 0 0
[pid=28758/tid=28779] ppid=28756 vsize=15688812 CPUtime=348.52 cores=1,3,5,7
/proc/28758/task/28779/stat : 28779 (java) S 28756 28758 28616 0 -1 4202560 58931 0 0 0 34835 17 0 0 15 0 22 0 522994204 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 7 0 0 0
[pid=28758/tid=28780] ppid=28756 vsize=15688812 CPUtime=349.4 cores=1,3,5,7
/proc/28758/task/28780/stat : 28780 (java) S 28756 28758 28616 0 -1 4202560 73711 0 0 0 34920 20 0 0 15 0 22 0 522994204 16065343488 3847204 33554432000 1073741824 1073778376 140734839263504 18446744073709551615 239488510873 0 4 0 16800975 18446604457438677952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2368.61
Current children cumulated vsize (KiB) 15688812

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -28758

[startup+1302.3 s]
/proc/loadavg: 5.11 5.11 5.55 2/198 28880
/proc/meminfo: memFree=14790904/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=0 CPUtime=2370.9 cores=1,3,5,7
/proc/28758/stat : 28758 (java) Z 28756 28758 28616 0 -1 4203548 3882977 0 1 0 236395 695 0 0 18 0 2 0 522994096 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 0 0 0 0 0 0 0
[pid=28758/tid=28775] ppid=28756 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/28758/task/28775/stat : 28775 (java) R 28756 28758 28616 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 522994101 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2370.9
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.11 5.11 5.55 2/198 28880
/proc/meminfo: memFree=14790904/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=0 CPUtime=2371 cores=1,3,5,7
/proc/28758/stat : 28758 (java) Z 28756 28758 28616 0 -1 4203548 3882977 0 1 0 236395 705 0 0 18 0 2 0 522994096 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 0 0 0 0 0 0 0
[pid=28758/tid=28775] ppid=28756 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/28758/task/28775/stat : 28775 (java) R 28756 28758 28616 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 522994101 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2371
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.11 5.11 5.55 2/198 28880
/proc/meminfo: memFree=14790904/32950928 swapFree=67086612/67111528
[pid=28758] ppid=28756 vsize=0 CPUtime=2371.1 cores=1,3,5,7
/proc/28758/stat : 28758 (java) Z 28756 28758 28616 0 -1 4203548 3882977 0 1 0 236395 715 0 0 18 0 2 0 522994096 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28758/statm: 0 0 0 0 0 0 0
[pid=28758/tid=28775] ppid=28756 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/28758/task/28775/stat : 28775 (java) R 28756 28758 28616 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 522994101 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2371.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.52
CPU time (s): 2371.13
CPU user time (s): 2363.95
CPU system time (s): 7.17291
CPU usage (%): 182.042
Max. virtual memory (cumulated for all children) (KiB): 15691184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2363.95
system time used= 7.17291
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3882977
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= 66990
involuntary context switches= 42720

runsolver used 2.23566 second user time and 4.91825 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 23:52:50
IDJOB=3311200
IDBENCH=82585
IDSOLVER=1698
FILE ID=node148/3311200-1304113970
RUNJOBID= node148-1304112761-28635
PBS_JOBID= 13170695
Free space on /tmp= 71424 MiB

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

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

MD5SUM BENCH= 56bd5db172bed91bc72714a8bad8639b
RANDOM SEED=254154110

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.75
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      14770696 kB
Buffers:        706276 kB
Cached:        1635456 kB
SwapCached:       3696 kB
Active:       15528620 kB
Inactive:      2257820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14770696 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            5928 kB
Writeback:           0 kB
AnonPages:    15442596 kB
Mapped:          22432 kB
Slab:           300468 kB
PageTables:      34976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 15721616 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= 71428 MiB
End job on node148 at 2011-04-30 00:14:33