Trace number 3311276

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) 2147.58 1302.63

General information on the benchmark

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

Solver Data

0.11/0.11	53:41 INFO : Reading from input HOME/instance-3311276-1304117620.cnf
1.03/0.80	Executor set job limit to 1000000
1.03/0.80	Executor set job limit to 1000000
1.03/0.80	Executor set job limit to 1000000
1.03/0.80	Executor set job limit to 1000000
1.03/0.80	Starting Executor!
1.03/0.81	Starting Executor!
1.03/0.81	Starting Executor!
1.03/0.81	Starting Executor!
4.04/2.34	53:43 INFO : 29890 variables remaining out of 30000
4.04/2.34	53:43 INFO : 501220 literals remaining out of 504000
1158.41/321.06	58:56 ERROR: Failed to solve instance
1158.41/321.06	java.lang.OutOfMemoryError: Java heap space
1158.41/321.06		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1158.41/321.06		at gnu.trove.THash.postInsertHook(THash.java:370)
1158.41/321.06		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1158.41/321.06		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1158.41/321.06		at ibis.structure.Subsumming.run(Subsumming.java:58)
1158.41/321.06		at ibis.structure.Solver.simplify(Solver.java:205)
1158.41/321.06		at ibis.structure.Solver.solve(Solver.java:113)
1158.41/321.06		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1158.41/321.06		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1158.41/321.06		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1158.41/321.06		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1158.41/321.06		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1158.41/321.06		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1158.41/321.06		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1158.41/321.06		at ibis.constellation.Executor.processActivities(Executor.java:75)
1158.41/321.06		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1158.41/321.06		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1158.41/321.06		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1158.41/321.06	59:01 ERROR: Failed to solve instance
1158.41/321.06	java.lang.OutOfMemoryError: Java heap space
1158.41/321.06		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1158.41/321.06		at gnu.trove.THash.postInsertHook(THash.java:370)
1158.41/321.06		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1158.41/321.06		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1158.41/321.06		at ibis.structure.Subsumming.run(Subsumming.java:58)
1158.41/321.06		at ibis.structure.Solver.simplify(Solver.java:205)
1158.41/321.06		at ibis.structure.Solver.solve(Solver.java:113)
1158.41/321.06		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1158.41/321.06		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1158.41/321.06		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1158.41/321.06		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1158.41/321.06		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1158.41/321.06		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1158.41/321.06		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1158.41/321.06		at ibis.constellation.Executor.processActivities(Executor.java:75)
1158.41/321.06		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1158.41/321.06		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1158.41/321.06		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1182.60/345.09	59:26 ERROR: Failed to solve instance
1182.60/345.09	java.lang.OutOfMemoryError: Java heap space
1182.60/345.09		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1182.60/345.09		at ibis.structure.Solver.simplify(Solver.java:191)
1182.60/345.09		at ibis.structure.Solver.solve(Solver.java:113)
1182.60/345.09		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1182.60/345.09		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1182.60/345.09		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1182.60/345.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1182.60/345.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1182.60/345.09		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1182.60/345.09		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1182.60/345.09		at ibis.constellation.Executor.processActivities(Executor.java:75)
1182.60/345.09		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1182.60/345.09		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1182.60/345.09		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1302.51/464.41	00:36 ERROR: Failed to solve instance
1302.51/464.41	java.lang.OutOfMemoryError: Java heap space
1302.51/464.41		at ibis.structure.Subsumming.run(Subsumming.java:46)
1302.51/464.41		at ibis.structure.Solver.simplify(Solver.java:205)
1302.51/464.41		at ibis.structure.Solver.solve(Solver.java:113)
1302.51/464.41		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1302.51/464.41		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1302.51/464.41		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1302.51/464.41		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1302.51/464.41		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1302.51/464.41		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1302.51/464.41		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1302.51/464.41		at ibis.constellation.Executor.processActivities(Executor.java:75)
1302.51/464.41		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1302.51/464.41		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1302.51/464.41		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1305.21/467.17	00:50 ERROR: Failed to solve instance
1305.21/467.17	java.lang.OutOfMemoryError: Java heap space
1308.95/470.47	01:31 ERROR: Failed to solve instance
1308.95/470.47	java.lang.OutOfMemoryError: Java heap space
1314.98/476.35	01:37 ERROR: Failed to solve instance
1314.98/476.35	java.lang.OutOfMemoryError: Java heap space
1382.08/542.95	02:21 ERROR: Failed to solve instance
1382.08/542.95	java.lang.OutOfMemoryError: Java heap space
1412.67/573.00	03:13 ERROR: Failed to solve instance
1412.67/573.00	java.lang.OutOfMemoryError: Java heap space
1523.80/683.05	05:03 ERROR: Failed to solve instance
1523.80/683.05	java.lang.OutOfMemoryError: Java heap space
1524.20/683.45	05:04 ERROR: Failed to solve instance
1524.20/683.45	java.lang.OutOfMemoryError: Java heap space
1545.15/704.33	05:25 ERROR: Failed to solve instance
1545.15/704.33	java.lang.OutOfMemoryError: Java heap space
1550.16/709.02	05:29 ERROR: Failed to solve instance
1550.16/709.02	java.lang.OutOfMemoryError: Java heap space
1554.21/713.04	05:33 ERROR: Failed to solve instance
1554.21/713.04	java.lang.OutOfMemoryError: Java heap space
1673.25/831.85	07:32 ERROR: Failed to solve instance
1673.25/831.85	java.lang.OutOfMemoryError: Java heap space
1725.73/883.94	08:24 ERROR: Failed to solve instance
1725.73/883.94	java.lang.OutOfMemoryError: Java heap space
1844.90/1002.44	10:23 ERROR: Failed to solve instance
1844.90/1002.44	java.lang.OutOfMemoryError: Java heap space
1848.15/1005.38	10:26 ERROR: Failed to solve instance
1848.15/1005.38	java.lang.OutOfMemoryError: Java heap space
1870.34/1027.42	10:48 ERROR: Failed to solve instance
1870.34/1027.42	java.lang.OutOfMemoryError: Java heap space
1874.47/1031.19	10:52 ERROR: Failed to solve instance
1874.47/1031.19	java.lang.OutOfMemoryError: Java heap space
1874.96/1031.60	10:52 ERROR: Failed to solve instance
1874.96/1031.60	java.lang.OutOfMemoryError: Java heap space
1980.08/1136.68	12:14 ERROR: Failed to solve instance
1980.08/1136.68	java.lang.OutOfMemoryError: Java heap space
2130.54/1286.44	15:03 ERROR: Failed to solve instance
2130.54/1286.44	java.lang.OutOfMemoryError: Java heap space
2134.26/1289.83	15:10 ERROR: Failed to solve instance
2134.26/1289.83	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-3311276-1304117620/watcher-3311276-1304117620 -o /tmp/evaluation-result-3311276-1304117620/solver-3311276-1304117620 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311276-1304117620.cnf -hbr 2 

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: 7.58 8.01 8.02 3/194 19853
/proc/meminfo: memFree=27889200/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/19853/stat : 19853 (java) S 19851 19853 19311 0 -1 4202496 1424 0 0 0 0 0 0 0 23 0 2 0 523361705 27824128 894 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092035045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 6793 894 684 9 0 381 0
[pid=19853/tid=19854] ppid=19851 vsize=28436 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) R 19851 19853 19311 0 -1 4202560 75 0 0 0 0 0 0 0 25 0 2 0 523361706 29118464 903 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208075261276 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0223721 s]
/proc/loadavg: 7.58 8.01 8.02 3/194 19853
/proc/meminfo: memFree=27889200/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=15602060 CPUtime=0.01 cores=0,2,4,6
/proc/19853/stat : 19853 (java) S 19851 19853 19311 0 -1 4202496 3366 0 1 0 1 0 0 0 23 0 11 0 523361705 15976509440 2807 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 3900515 2807 1619 9 0 3891263 0
[pid=19853/tid=19854] ppid=19851 vsize=15602060 CPUtime=0.01 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) R 19851 19853 19311 0 -1 4202560 1998 0 1 0 1 0 0 0 25 0 11 0 523361706 15976509440 2807 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 47035086419687 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.105407 s]
/proc/loadavg: 7.58 8.01 8.02 3/194 19853
/proc/meminfo: memFree=27889200/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=15676628 CPUtime=0.11 cores=0,2,4,6
/proc/19853/stat : 19853 (java) S 19851 19853 19311 0 -1 4202496 5688 0 1 0 10 1 0 0 23 0 18 0 523361705 16052867072 5125 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 3919157 5126 2120 9 0 3909876 0
[pid=19853/tid=19854] ppid=19851 vsize=15676628 CPUtime=0.09 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) R 19851 19853 19311 0 -1 4202560 3579 0 1 0 8 1 0 0 18 0 18 0 523361706 16052867072 5126 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 47035087722090 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676628

[startup+0.300381 s]
/proc/loadavg: 7.58 8.01 8.02 3/194 19853
/proc/meminfo: memFree=27889200/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=15681840 CPUtime=0.53 cores=0,2,4,6
/proc/19853/stat : 19853 (java) S 19851 19853 19311 0 -1 4202496 15009 0 1 0 50 3 0 0 23 0 18 0 523361705 16058204160 13225 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 3920460 13231 2207 9 0 3911179 0
[pid=19853/tid=19854] ppid=19851 vsize=15681840 CPUtime=0.29 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) R 19851 19853 19311 0 -1 4202560 9915 0 1 0 27 2 0 0 18 0 18 0 523361706 16058204160 13234 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 46912505588722 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15681840

[startup+0.700352 s]
/proc/loadavg: 7.58 8.01 8.02 3/194 19853
/proc/meminfo: memFree=27889200/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=15681840 CPUtime=0.93 cores=0,2,4,6
/proc/19853/stat : 19853 (java) S 19851 19853 19311 0 -1 4202496 41811 0 1 0 87 6 0 0 23 0 18 0 523361705 16058204160 40025 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 3920460 40025 2223 9 0 3911179 0
[pid=19853/tid=19854] ppid=19851 vsize=15681840 CPUtime=0.68 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) R 19851 19853 19311 0 -1 4202560 35533 0 1 0 63 5 0 0 18 0 18 0 523361706 16058204160 40025 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 46912505529161 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681840

[startup+1.50109 s]
/proc/loadavg: 7.58 8.01 8.02 8/220 19879
/proc/meminfo: memFree=27551472/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=15688908 CPUtime=2.4 cores=0,2,4,6
/proc/19853/stat : 19853 (java) S 19851 19853 19311 0 -1 4202496 58464 0 1 0 232 8 0 0 23 0 22 0 523361705 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 3922227 51258 2259 9 0 3912946 0
[pid=19853/tid=19854] ppid=19851 vsize=15688908 CPUtime=1.47 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) R 19851 19853 19311 0 -1 4202560 35627 0 1 0 142 5 0 0 21 0 22 0 523361706 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 46912505205044 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19853/tid=19856] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19856/stat : 19856 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 523361706 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19857] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19857/stat : 19857 (java) S 19851 19853 19311 0 -1 4202560 488 0 0 0 0 0 0 0 17 0 22 0 523361706 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19858] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19858/stat : 19858 (java) S 19851 19853 19311 0 -1 4202560 883 0 0 0 0 0 0 0 17 0 22 0 523361706 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19859] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19859/stat : 19859 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 523361706 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19860] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19860/stat : 19860 (java) S 19851 19853 19311 0 -1 4202560 676 0 0 0 0 0 0 0 16 0 22 0 523361706 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19861] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19861/stat : 19861 (java) S 19851 19853 19311 0 -1 4202560 865 0 0 0 0 0 0 0 16 0 22 0 523361706 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19862] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19862/stat : 19862 (java) S 19851 19853 19311 0 -1 4202560 452 0 0 0 0 0 0 0 16 0 22 0 523361706 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19863] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19863/stat : 19863 (java) S 19851 19853 19311 0 -1 4202560 311 0 0 0 0 0 0 0 17 0 22 0 523361706 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19864] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19864/stat : 19864 (java) S 19851 19853 19311 0 -1 4202560 72 0 0 0 0 0 0 0 17 0 22 0 523361707 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 0 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19865] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19865/stat : 19865 (java) S 19851 19853 19311 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 523361708 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19866] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19866/stat : 19866 (java) S 19851 19853 19311 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523361708 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19867] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19867/stat : 19867 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523361710 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092055985 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19868] ppid=19851 vsize=15688908 CPUtime=0.18 cores=0,2,4,6
/proc/19853/task/19868/stat : 19868 (java) S 19851 19853 19311 0 -1 4202560 2243 0 0 0 18 0 0 0 19 0 22 0 523361710 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19869] ppid=19851 vsize=15688908 CPUtime=0.69 cores=0,2,4,6
/proc/19853/task/19869/stat : 19869 (java) R 19851 19853 19311 0 -1 4202560 15420 0 0 0 68 1 0 0 16 0 22 0 523361710 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 47035087685720 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19853/tid=19870] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19870/stat : 19870 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523361710 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19871] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19871/stat : 19871 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523361710 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19876] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19876/stat : 19876 (java) S 19851 19853 19311 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523361786 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19877] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19877/stat : 19877 (java) S 19851 19853 19311 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523361786 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19878] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19878/stat : 19878 (java) S 19851 19853 19311 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523361786 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19879] ppid=19851 vsize=15688908 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19879/stat : 19879 (java) S 19851 19853 19311 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523361786 16065441792 51258 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 15688908

[startup+3.10079 s]
/proc/loadavg: 7.58 8.01 8.02 7/220 19879
/proc/meminfo: memFree=27246572/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=15688552 CPUtime=6.16 cores=0,2,4,6
/proc/19853/stat : 19853 (java) S 19851 19853 19311 0 -1 4202496 80256 0 1 0 606 10 0 0 23 0 22 0 523361705 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 3922138 68424 2275 9 0 3912857 0
[pid=19853/tid=19854] ppid=19851 vsize=15688552 CPUtime=2.31 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) S 19851 19853 19311 0 -1 4202560 35685 0 1 0 226 5 0 0 23 0 22 0 523361706 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19856] ppid=19851 vsize=15688552 CPUtime=0.01 cores=0,2,4,6
/proc/19853/task/19856/stat : 19856 (java) S 19851 19853 19311 0 -1 4202560 1097 0 0 0 1 0 0 0 15 0 22 0 523361706 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19857] ppid=19851 vsize=15688552 CPUtime=0.01 cores=0,2,4,6
/proc/19853/task/19857/stat : 19857 (java) S 19851 19853 19311 0 -1 4202560 1141 0 0 0 1 0 0 0 16 0 22 0 523361706 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19858] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19858/stat : 19858 (java) S 19851 19853 19311 0 -1 4202560 884 0 0 0 0 0 0 0 15 0 22 0 523361706 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19859] ppid=19851 vsize=15688552 CPUtime=0.02 cores=0,2,4,6
/proc/19853/task/19859/stat : 19859 (java) S 19851 19853 19311 0 -1 4202560 4436 0 0 0 2 0 0 0 16 0 22 0 523361706 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19860] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19860/stat : 19860 (java) S 19851 19853 19311 0 -1 4202560 2172 0 0 0 0 0 0 0 16 0 22 0 523361706 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19861] ppid=19851 vsize=15688552 CPUtime=0.02 cores=0,2,4,6
/proc/19853/task/19861/stat : 19861 (java) S 19851 19853 19311 0 -1 4202560 4733 0 0 0 2 0 0 0 16 0 22 0 523361706 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19862] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19862/stat : 19862 (java) S 19851 19853 19311 0 -1 4202560 811 0 0 0 0 0 0 0 16 0 22 0 523361706 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19863] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19863/stat : 19863 (java) S 19851 19853 19311 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 22 0 523361706 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19864] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19864/stat : 19864 (java) S 19851 19853 19311 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 523361707 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 0 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19865] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19865/stat : 19865 (java) S 19851 19853 19311 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 523361708 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19866] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19866/stat : 19866 (java) S 19851 19853 19311 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523361708 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19867] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19867/stat : 19867 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523361710 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092055985 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19868] ppid=19851 vsize=15688552 CPUtime=0.82 cores=0,2,4,6
/proc/19853/task/19868/stat : 19868 (java) S 19851 19853 19311 0 -1 4202560 3136 0 0 0 82 0 0 0 15 0 22 0 523361710 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19869] ppid=19851 vsize=15688552 CPUtime=1.4 cores=0,2,4,6
/proc/19853/task/19869/stat : 19869 (java) S 19851 19853 19311 0 -1 4202560 18942 0 0 0 138 2 0 0 16 0 22 0 523361710 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19870] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19870/stat : 19870 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523361710 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19871] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19871/stat : 19871 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523361710 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19876] ppid=19851 vsize=15688552 CPUtime=0.31 cores=0,2,4,6
/proc/19853/task/19876/stat : 19876 (java) S 19851 19853 19311 0 -1 4202560 1101 0 0 0 31 0 0 0 16 0 22 0 523361786 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19877] ppid=19851 vsize=15688552 CPUtime=0.32 cores=0,2,4,6
/proc/19853/task/19877/stat : 19877 (java) R 19851 19853 19311 0 -1 4202560 2233 0 0 0 32 0 0 0 16 0 22 0 523361786 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 46912506122786 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19853/tid=19878] ppid=19851 vsize=15688552 CPUtime=0.46 cores=0,2,4,6
/proc/19853/task/19878/stat : 19878 (java) S 19851 19853 19311 0 -1 4202560 2091 0 0 0 46 0 0 0 16 0 22 0 523361786 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19879] ppid=19851 vsize=15688552 CPUtime=0.35 cores=0,2,4,6
/proc/19853/task/19879/stat : 19879 (java) S 19851 19853 19311 0 -1 4202560 20 0 0 0 35 0 0 0 15 0 22 0 523361786 16065077248 68424 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 15688552

[startup+6.30118 s]
/proc/loadavg: 7.61 8.01 8.02 12/220 19879
/proc/meminfo: memFree=25758580/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=15688552 CPUtime=18.54 cores=0,2,4,6
/proc/19853/stat : 19853 (java) S 19851 19853 19311 0 -1 4202496 278666 0 1 0 1816 38 0 0 23 0 22 0 523361705 16065077248 266493 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 3922138 266493 2275 9 0 3912857 0
[pid=19853/tid=19854] ppid=19851 vsize=15688552 CPUtime=2.31 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) S 19851 19853 19311 0 -1 4202560 35685 0 1 0 226 5 0 0 23 0 22 0 523361706 16065077248 266493 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19856] ppid=19851 vsize=15688552 CPUtime=0.11 cores=0,2,4,6
/proc/19853/task/19856/stat : 19856 (java) S 19851 19853 19311 0 -1 4202560 18022 0 0 0 9 2 0 0 15 0 22 0 523361706 16065077248 266493 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19857] ppid=19851 vsize=15688552 CPUtime=0.11 cores=0,2,4,6
/proc/19853/task/19857/stat : 19857 (java) S 19851 19853 19311 0 -1 4202560 14769 0 0 0 10 1 0 0 16 0 22 0 523361706 16065077248 266493 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19858] ppid=19851 vsize=15688552 CPUtime=0.09 cores=0,2,4,6
/proc/19853/task/19858/stat : 19858 (java) S 19851 19853 19311 0 -1 4202560 23283 0 0 0 6 3 0 0 15 0 22 0 523361706 16065077248 266493 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19859] ppid=19851 vsize=15688552 CPUtime=0.1 cores=0,2,4,6
/proc/19853/task/19859/stat : 19859 (java) S 19851 19853 19311 0 -1 4202560 22855 0 0 0 6 4 0 0 15 0 22 0 523361706 16065077248 266493 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19860] ppid=19851 vsize=15688552 CPUtime=0.12 cores=0,2,4,6
/proc/19853/task/19860/stat : 19860 (java) S 19851 19853 19311 0 -1 4202560 23138 0 0 0 9 3 0 0 16 0 22 0 523361706 16065077248 266493 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19861] ppid=19851 vsize=15688552 CPUtime=0.14 cores=0,2,4,6
/proc/19853/task/19861/stat : 19861 (java) S 19851 19853 19311 0 -1 4202560 20660 0 0 0 13 1 0 0 15 0 22 0 523361706 16065077248 266493 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19862] ppid=19851 vsize=15688552 CPUtime=0.12 cores=0,2,4,6
/proc/19853/task/19862/stat : 19862 (java) S 19851 19853 19311 0 -1 4202560 18912 0 0 0 10 2 0 0 15 0 22 0 523361706 16065077248 266493 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19863] ppid=19851 vsize=15688552 CPUtime=0.02 cores=0,2,4,6
/proc/19853/task/19863/stat : 19863 (java) S 19851 19853 19311 0 -1 4202560 3107 0 0 0 2 0 0 0 15 0 22 0 523361706 16065077248 266493 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0

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

[pid=19853/tid=19866] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19866/stat : 19866 (java) S 19851 19853 19311 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 523361708 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19867] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19867/stat : 19867 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092055985 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19868] ppid=19851 vsize=15688552 CPUtime=1.01 cores=0,2,4,6
/proc/19853/task/19868/stat : 19868 (java) S 19851 19853 19311 0 -1 4202560 3175 0 0 0 101 0 0 0 16 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19869] ppid=19851 vsize=15688552 CPUtime=1.48 cores=0,2,4,6
/proc/19853/task/19869/stat : 19869 (java) S 19851 19853 19311 0 -1 4202560 18992 0 0 0 146 2 0 0 15 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19870] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19870/stat : 19870 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19871] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19871/stat : 19871 (java) S 19851 19853 19311 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19876] ppid=19851 vsize=15688552 CPUtime=274.97 cores=0,2,4,6
/proc/19853/task/19876/stat : 19876 (java) S 19851 19853 19311 0 -1 4202560 97097 0 0 0 27479 18 0 0 16 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19877] ppid=19851 vsize=15688552 CPUtime=275.43 cores=0,2,4,6
/proc/19853/task/19877/stat : 19877 (java) S 19851 19853 19311 0 -1 4202560 105481 0 0 0 27523 20 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19878] ppid=19851 vsize=15688552 CPUtime=275.49 cores=0,2,4,6
/proc/19853/task/19878/stat : 19878 (java) S 19851 19853 19311 0 -1 4202560 96461 0 0 0 27531 18 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19879] ppid=19851 vsize=15688552 CPUtime=274.03 cores=0,2,4,6
/proc/19853/task/19879/stat : 19879 (java) S 19851 19853 19311 0 -1 4202560 97874 0 0 0 27385 18 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2026.35
Current children cumulated vsize (KiB) 15688552

[startup+1242.3 s]
/proc/loadavg: 3.10 4.71 5.97 2/193 19944
/proc/meminfo: memFree=12486040/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=15688552 CPUtime=2086.4 cores=0,2,4,6
/proc/19853/stat : 19853 (java) S 19851 19853 19311 0 -1 4202496 3936690 0 1 0 207964 676 0 0 23 0 22 0 523361705 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 3922138 3848653 2294 9 0 3912857 0
[pid=19853/tid=19854] ppid=19851 vsize=15688552 CPUtime=2.31 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) S 19851 19853 19311 0 -1 4202560 35685 0 1 0 226 5 0 0 23 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19856] ppid=19851 vsize=15688552 CPUtime=2.59 cores=0,2,4,6
/proc/19853/task/19856/stat : 19856 (java) S 19851 19853 19311 0 -1 4202560 266536 0 0 0 213 46 0 0 16 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19857] ppid=19851 vsize=15688552 CPUtime=2.61 cores=0,2,4,6
/proc/19853/task/19857/stat : 19857 (java) S 19851 19853 19311 0 -1 4202560 308906 0 0 0 204 57 0 0 16 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19858] ppid=19851 vsize=15688552 CPUtime=2.32 cores=0,2,4,6
/proc/19853/task/19858/stat : 19858 (java) S 19851 19853 19311 0 -1 4202560 278205 0 0 0 184 48 0 0 16 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19859] ppid=19851 vsize=15688552 CPUtime=2.69 cores=0,2,4,6
/proc/19853/task/19859/stat : 19859 (java) S 19851 19853 19311 0 -1 4202560 376662 0 0 0 200 69 0 0 16 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19860] ppid=19851 vsize=15688552 CPUtime=4.42 cores=0,2,4,6
/proc/19853/task/19860/stat : 19860 (java) S 19851 19853 19311 0 -1 4202560 537387 0 0 0 351 91 0 0 16 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19861] ppid=19851 vsize=15688552 CPUtime=3.09 cores=0,2,4,6
/proc/19853/task/19861/stat : 19861 (java) S 19851 19853 19311 0 -1 4202560 365402 0 0 0 245 64 0 0 15 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19862] ppid=19851 vsize=15688552 CPUtime=2.77 cores=0,2,4,6
/proc/19853/task/19862/stat : 19862 (java) S 19851 19853 19311 0 -1 4202560 358408 0 0 0 216 61 0 0 15 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19863] ppid=19851 vsize=15688552 CPUtime=2.78 cores=0,2,4,6
/proc/19853/task/19863/stat : 19863 (java) S 19851 19853 19311 0 -1 4202560 335622 0 0 0 217 61 0 0 15 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19864] ppid=19851 vsize=15688552 CPUtime=958.15 cores=0,2,4,6
/proc/19853/task/19864/stat : 19864 (java) R 19851 19853 19311 0 -1 4202560 652821 0 0 0 95730 85 0 0 18 0 22 0 523361707 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 47035090451732 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=19853/tid=19865] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19865/stat : 19865 (java) S 19851 19853 19311 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523361708 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19866] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19866/stat : 19866 (java) S 19851 19853 19311 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 523361708 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19867] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19867/stat : 19867 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092055985 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19868] ppid=19851 vsize=15688552 CPUtime=1.01 cores=0,2,4,6
/proc/19853/task/19868/stat : 19868 (java) S 19851 19853 19311 0 -1 4202560 3175 0 0 0 101 0 0 0 16 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19869] ppid=19851 vsize=15688552 CPUtime=1.48 cores=0,2,4,6
/proc/19853/task/19869/stat : 19869 (java) S 19851 19853 19311 0 -1 4202560 18992 0 0 0 146 2 0 0 15 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19870] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19870/stat : 19870 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19871] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19871/stat : 19871 (java) S 19851 19853 19311 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19876] ppid=19851 vsize=15688552 CPUtime=275 cores=0,2,4,6
/proc/19853/task/19876/stat : 19876 (java) S 19851 19853 19311 0 -1 4202560 97099 0 0 0 27481 19 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19877] ppid=19851 vsize=15688552 CPUtime=275.46 cores=0,2,4,6
/proc/19853/task/19877/stat : 19877 (java) S 19851 19853 19311 0 -1 4202560 105481 0 0 0 27525 21 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19878] ppid=19851 vsize=15688552 CPUtime=275.49 cores=0,2,4,6
/proc/19853/task/19878/stat : 19878 (java) S 19851 19853 19311 0 -1 4202560 96461 0 0 0 27531 18 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19879] ppid=19851 vsize=15688552 CPUtime=274.04 cores=0,2,4,6
/proc/19853/task/19879/stat : 19879 (java) S 19851 19853 19311 0 -1 4202560 98396 0 0 0 27385 19 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2086.4
Current children cumulated vsize (KiB) 15688552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.77 4.03 5.66 2/193 19945
/proc/meminfo: memFree=12485896/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=15688552 CPUtime=2144.94 cores=0,2,4,6
/proc/19853/stat : 19853 (java) S 19851 19853 19311 0 -1 4202496 3937194 0 1 0 213810 684 0 0 23 0 22 0 523361705 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 3922138 3848653 2294 9 0 3912857 0
[pid=19853/tid=19854] ppid=19851 vsize=15688552 CPUtime=2.31 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) S 19851 19853 19311 0 -1 4202560 35685 0 1 0 226 5 0 0 23 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19856] ppid=19851 vsize=15688552 CPUtime=2.59 cores=0,2,4,6
/proc/19853/task/19856/stat : 19856 (java) S 19851 19853 19311 0 -1 4202560 266536 0 0 0 213 46 0 0 16 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19857] ppid=19851 vsize=15688552 CPUtime=2.61 cores=0,2,4,6
/proc/19853/task/19857/stat : 19857 (java) S 19851 19853 19311 0 -1 4202560 308906 0 0 0 204 57 0 0 16 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19858] ppid=19851 vsize=15688552 CPUtime=2.32 cores=0,2,4,6
/proc/19853/task/19858/stat : 19858 (java) S 19851 19853 19311 0 -1 4202560 278205 0 0 0 184 48 0 0 16 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19859] ppid=19851 vsize=15688552 CPUtime=2.69 cores=0,2,4,6
/proc/19853/task/19859/stat : 19859 (java) S 19851 19853 19311 0 -1 4202560 376662 0 0 0 200 69 0 0 16 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19860] ppid=19851 vsize=15688552 CPUtime=4.42 cores=0,2,4,6
/proc/19853/task/19860/stat : 19860 (java) S 19851 19853 19311 0 -1 4202560 537387 0 0 0 351 91 0 0 16 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19861] ppid=19851 vsize=15688552 CPUtime=3.09 cores=0,2,4,6
/proc/19853/task/19861/stat : 19861 (java) S 19851 19853 19311 0 -1 4202560 365402 0 0 0 245 64 0 0 15 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19862] ppid=19851 vsize=15688552 CPUtime=2.77 cores=0,2,4,6
/proc/19853/task/19862/stat : 19862 (java) S 19851 19853 19311 0 -1 4202560 358408 0 0 0 216 61 0 0 15 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19863] ppid=19851 vsize=15688552 CPUtime=2.78 cores=0,2,4,6
/proc/19853/task/19863/stat : 19863 (java) S 19851 19853 19311 0 -1 4202560 335622 0 0 0 217 61 0 0 15 0 22 0 523361706 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19864] ppid=19851 vsize=15688552 CPUtime=1015.56 cores=0,2,4,6
/proc/19853/task/19864/stat : 19864 (java) R 19851 19853 19311 0 -1 4202560 652826 0 0 0 101466 90 0 0 18 0 22 0 523361707 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 47035087733085 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=19853/tid=19865] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19865/stat : 19865 (java) S 19851 19853 19311 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523361708 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19866] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19866/stat : 19866 (java) S 19851 19853 19311 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 523361708 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
[pid=19853/tid=19867] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19867/stat : 19867 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092055985 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19868] ppid=19851 vsize=15688552 CPUtime=1.01 cores=0,2,4,6
/proc/19853/task/19868/stat : 19868 (java) S 19851 19853 19311 0 -1 4202560 3175 0 0 0 101 0 0 0 16 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19869] ppid=19851 vsize=15688552 CPUtime=1.48 cores=0,2,4,6
/proc/19853/task/19869/stat : 19869 (java) S 19851 19853 19311 0 -1 4202560 18992 0 0 0 146 2 0 0 15 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19870] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19870/stat : 19870 (java) S 19851 19853 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19871] ppid=19851 vsize=15688552 CPUtime=0 cores=0,2,4,6
/proc/19853/task/19871/stat : 19871 (java) S 19851 19853 19311 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523361710 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048896 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19876] ppid=19851 vsize=15688552 CPUtime=275.27 cores=0,2,4,6
/proc/19853/task/19876/stat : 19876 (java) S 19851 19853 19311 0 -1 4202560 97150 0 0 0 27508 19 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 6 0 0 0
[pid=19853/tid=19877] ppid=19851 vsize=15688552 CPUtime=275.77 cores=0,2,4,6
/proc/19853/task/19877/stat : 19877 (java) S 19851 19853 19311 0 -1 4202560 105507 0 0 0 27555 22 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 0 0 0 0
[pid=19853/tid=19878] ppid=19851 vsize=15688552 CPUtime=275.76 cores=0,2,4,6
/proc/19853/task/19878/stat : 19878 (java) S 19851 19853 19311 0 -1 4202560 96568 0 0 0 27557 19 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 2 0 0 0
[pid=19853/tid=19879] ppid=19851 vsize=15688552 CPUtime=274.32 cores=0,2,4,6
/proc/19853/task/19879/stat : 19879 (java) S 19851 19853 19311 0 -1 4202560 98708 0 0 0 27412 20 0 0 15 0 22 0 523361786 16065077248 3848653 33554432000 1073741824 1073778376 140733864977872 18446744073709551615 208092048281 0 4 0 16800975 18446604453870997632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2144.94
Current children cumulated vsize (KiB) 15688552

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19853

[startup+1302.3 s]
/proc/loadavg: 1.77 4.03 5.66 2/194 19946
/proc/meminfo: memFree=12485892/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=0 CPUtime=2147.23 cores=0,2,4,6
/proc/19853/stat : 19853 (java) Z 19851 19853 19311 0 -1 4203548 3937219 0 1 0 214011 712 0 0 18 0 2 0 523361705 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 0 0 0 0 0 0 0
[pid=19853/tid=19854] ppid=19851 vsize=0 CPUtime=2.59 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) R 19851 19853 19311 0 -1 4203588 35685 0 1 0 226 33 0 0 18 0 2 0 523361706 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2147.23
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 1.77 4.03 5.66 2/194 19946
/proc/meminfo: memFree=12485892/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=0 CPUtime=2147.43 cores=0,2,4,6
/proc/19853/stat : 19853 (java) Z 19851 19853 19311 0 -1 4203548 3937219 0 1 0 214011 732 0 0 18 0 2 0 523361705 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 0 0 0 0 0 0 0
[pid=19853/tid=19854] ppid=19851 vsize=0 CPUtime=2.79 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) R 19851 19853 19311 0 -1 4203588 35685 0 1 0 226 53 0 0 18 0 2 0 523361706 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2147.43
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 1.77 4.03 5.66 2/194 19946
/proc/meminfo: memFree=12485892/32950928 swapFree=67111356/67111528
[pid=19853] ppid=19851 vsize=0 CPUtime=2147.53 cores=0,2,4,6
/proc/19853/stat : 19853 (java) Z 19851 19853 19311 0 -1 4203548 3937219 0 1 0 214011 742 0 0 18 0 2 0 523361705 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19853/statm: 0 0 0 0 0 0 0
[pid=19853/tid=19854] ppid=19851 vsize=0 CPUtime=2.89 cores=0,2,4,6
/proc/19853/task/19854/stat : 19854 (java) R 19851 19853 19311 0 -1 4203588 35685 0 1 0 226 63 0 0 18 0 2 0 523361706 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2147.53
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.63
CPU time (s): 2147.58
CPU user time (s): 2140.11
CPU system time (s): 7.46187
CPU usage (%): 164.864
Max. virtual memory (cumulated for all children) (KiB): 15688944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2140.11
system time used= 7.46186
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3937219
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= 88808
involuntary context switches= 38867

runsolver used 2.07268 second user time and 5.06923 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 00:53:40
IDJOB=3311276
IDBENCH=82661
IDSOLVER=1698
FILE ID=node127/3311276-1304117620
RUNJOBID= node127-1304117620-19816
PBS_JOBID= 13170687
Free space on /tmp= 71816 MiB

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

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

MD5SUM BENCH= 54460fee539c424ee8b11c1bf37a8da6
RANDOM SEED=2097140448

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27889356 kB
Buffers:       1281492 kB
Cached:        3251300 kB
SwapCached:          8 kB
Active:         173196 kB
Inactive:      4437100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27889356 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5860 kB
Writeback:           8 kB
AnonPages:       77212 kB
Mapped:          22244 kB
Slab:           388380 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   777164 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= 71816 MiB
End job on node127 at 2011-04-30 01:15:23