Trace number 3312373

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 2171.18 1302.69

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S913491256-073-UNKNOWN.cnf
MD5SUM785309e098f4d0ba8da3027c8426e931
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark245.957
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.10/0.12	27:32 INFO : Reading from input HOME/instance-3312373-1304112452.cnf
0.91/0.76	Executor set job limit to 1000000
0.91/0.76	Executor set job limit to 1000000
0.91/0.76	Executor set job limit to 1000000
0.91/0.76	Executor set job limit to 1000000
0.91/0.76	Starting Executor!
0.91/0.76	Starting Executor!
0.91/0.76	Starting Executor!
0.91/0.76	Starting Executor!
4.18/2.31	27:35 INFO : 29887 variables remaining out of 30000
4.18/2.31	27:35 INFO : 501124 literals remaining out of 504000
1298.90/437.45	34:29 ERROR: Failed to solve instance
1298.90/437.45	java.lang.OutOfMemoryError: Java heap space
1298.90/437.45		at ibis.structure.TouchSet.<init>(TouchSet.java:13)
1298.90/437.45		at ibis.structure.Subsumming.<init>(Subsumming.java:40)
1298.90/437.45		at ibis.structure.Solver.simplify(Solver.java:205)
1298.90/437.45		at ibis.structure.Solver.solve(Solver.java:113)
1298.90/437.45		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1298.90/437.45		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1298.90/437.45		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1298.90/437.45		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1298.90/437.45		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1298.90/437.45		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1298.90/437.45		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1298.90/437.45		at ibis.constellation.Executor.processActivities(Executor.java:75)
1298.90/437.45		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1298.90/437.45		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1298.90/437.46		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1338.61/476.90	Exception in thread "SingleThreadedConstellation 2" java.lang.OutOfMemoryError: Java heap space
1338.61/476.90		at java.io.BufferedReader.<init>(BufferedReader.java:80)
1338.61/476.90		at java.io.BufferedReader.<init>(BufferedReader.java:91)
1338.61/476.90		at java.io.LineNumberReader.<init>(LineNumberReader.java:55)
1338.61/476.90		at org.apache.log4j.DefaultThrowableRenderer.render(DefaultThrowableRenderer.java:64)
1338.61/476.90		at org.apache.log4j.spi.ThrowableInformation.getThrowableStrRep(ThrowableInformation.java:87)
1338.61/476.90		at org.apache.log4j.spi.LoggingEvent.getThrowableStrRep(LoggingEvent.java:413)
1338.61/476.90		at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:313)
1338.61/476.90		at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
1338.61/476.90		at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
1338.61/476.90		at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
1338.61/476.90		at org.apache.log4j.Category.callAppenders(Category.java:206)
1338.61/476.90		at org.apache.log4j.Category.forcedLog(Category.java:391)
1338.61/476.90		at org.apache.log4j.Category.error(Category.java:322)
1338.61/476.90		at ibis.structure.SolveActivity.initialize(SolveActivity.java:34)
1338.61/476.90		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1338.61/476.90		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1338.61/476.90		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1338.61/476.90		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1338.61/476.90		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1338.61/476.90		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1338.61/476.90		at ibis.constellation.Executor.processActivities(Executor.java:75)
1338.61/476.90		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1338.61/476.90		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1338.61/476.90		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1346.94/484.58	35:14 ERROR: Failed to solve instance
1346.94/484.58	35:36 ERROR: Failed to solve instance
1346.94/484.58	java.lang.OutOfMemoryError: Java heap space
1346.94/484.58		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1346.94/484.58		at gnu.trove.THash.postInsertHook(THash.java:370)
1346.94/484.58		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1346.94/484.58		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1346.94/484.58		at ibis.structure.Subsumming.run(Subsumming.java:58)
1346.94/484.58		at ibis.structure.Solver.simplify(Solver.java:205)
1346.94/484.58		at ibis.structure.Solver.solve(Solver.java:113)
1346.94/484.58		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1346.94/484.58		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1346.94/484.58		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1346.94/484.58		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1346.94/484.58		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1346.94/484.58		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1346.94/484.58		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1346.94/484.58		at ibis.constellation.Executor.processActivities(Executor.java:75)
1346.94/484.58		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1346.94/484.58		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1346.94/484.58		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1370.51/507.88	36:00 ERROR: Failed to solve instance
1370.51/507.88	java.lang.OutOfMemoryError: Java heap space
1373.56/510.88	36:03 ERROR: Failed to solve instance
1373.56/510.88	java.lang.OutOfMemoryError: Java heap space
1376.78/513.82	36:06 ERROR: Failed to solve instance
1376.78/513.82	java.lang.OutOfMemoryError: Java heap space
1380.97/517.92	36:10 ERROR: Failed to solve instance
1380.97/517.92	java.lang.OutOfMemoryError: Java heap space
1383.78/520.47	36:13 ERROR: Failed to solve instance
1383.78/520.47	java.lang.OutOfMemoryError: Java heap space
1386.48/522.83	36:15 ERROR: Failed to solve instance
1386.48/522.83	java.lang.OutOfMemoryError: Java heap space
1412.58/548.14	36:40 ERROR: Failed to solve instance
1412.58/548.14	java.lang.OutOfMemoryError: Java heap space
1412.58/548.14	36:40 ERROR: Failed to solve instance
1412.58/548.14	java.lang.OutOfMemoryError: Java heap space
1743.03/878.36	42:11 ERROR: Failed to solve instance
1743.03/878.36	java.lang.OutOfMemoryError: Java heap space
1743.03/878.36	42:11 ERROR: Failed to solve instance
1743.03/878.36	java.lang.OutOfMemoryError: Java heap space
1746.90/882.00	42:14 ERROR: Failed to solve instance
1746.90/882.00	java.lang.OutOfMemoryError: Java heap space
1748.74/883.77	42:16 ERROR: Failed to solve instance
1748.74/883.77	java.lang.OutOfMemoryError: Java heap space
1760.92/894.70	42:27 ERROR: Failed to solve instance
1760.92/894.70	java.lang.OutOfMemoryError: Java heap space
1782.78/916.55	42:49 ERROR: Failed to solve instance
1782.78/916.55	java.lang.OutOfMemoryError: Java heap space
1851.57/985.29	43:58 ERROR: Failed to solve instance
1851.57/985.29	java.lang.OutOfMemoryError: Java heap space
1854.32/987.90	44:00 ERROR: Failed to solve instance
1854.32/987.90	java.lang.OutOfMemoryError: Java heap space
1922.98/1056.40	45:00 ERROR: Failed to solve instance
1922.98/1056.40	java.lang.OutOfMemoryError: Java heap space
1927.52/1060.86	45:13 ERROR: Failed to solve instance
1927.52/1060.86	java.lang.OutOfMemoryError: Java heap space
1929.19/1062.32	45:15 ERROR: Failed to solve instance
1929.19/1062.32	java.lang.OutOfMemoryError: Java heap space
1979.80/1111.54	46:04 ERROR: Failed to solve instance
1979.80/1111.54	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-3312373-1304112452/watcher-3312373-1304112452 -o /tmp/evaluation-result-3312373-1304112452/solver-3312373-1304112452 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312373-1304112452.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.33 5.20 5.91 5/198 2975
/proc/meminfo: memFree=15528768/32950928 swapFree=67111524/67111528
[pid=2975] ppid=2973 vsize=9104 CPUtime=0 cores=0,2,4,6
/proc/2975/stat : 2975 (java) R 2973 2975 2758 0 -1 4202496 666 0 0 0 0 0 0 0 25 0 1 0 522844020 9322496 154 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268272732295 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2975/statm: 2275 155 125 9 0 67 0

[startup+0.0997511 s]
/proc/loadavg: 5.33 5.20 5.91 5/198 2975
/proc/meminfo: memFree=15528768/32950928 swapFree=67111524/67111528
[pid=2975] ppid=2973 vsize=15676660 CPUtime=0.09 cores=0,2,4,6
/proc/2975/stat : 2975 (java) S 2973 2975 2758 0 -1 4202496 5474 0 1 0 8 1 0 0 25 0 18 0 522844020 16052899840 4880 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 3919165 4880 2116 9 0 3909884 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676660

[startup+0.105519 s]
/proc/loadavg: 5.33 5.20 5.91 5/198 2975
/proc/meminfo: memFree=15528768/32950928 swapFree=67111524/67111528
[pid=2975] ppid=2973 vsize=15676660 CPUtime=0.1 cores=0,2,4,6
/proc/2975/stat : 2975 (java) S 2973 2975 2758 0 -1 4202496 5548 0 1 0 9 1 0 0 25 0 18 0 522844020 16052899840 4954 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 3919165 4954 2117 9 0 3909884 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676660

[startup+0.300485 s]
/proc/loadavg: 5.33 5.20 5.91 5/198 2975
/proc/meminfo: memFree=15528768/32950928 swapFree=67111524/67111528
[pid=2975] ppid=2973 vsize=15681924 CPUtime=0.5 cores=0,2,4,6
/proc/2975/stat : 2975 (java) S 2973 2975 2758 0 -1 4202496 14728 0 1 0 48 2 0 0 25 0 18 0 522844020 16058290176 12903 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 3920481 12903 2207 9 0 3911200 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15681924

[startup+0.700414 s]
/proc/loadavg: 5.33 5.20 5.91 5/198 2975
/proc/meminfo: memFree=15528768/32950928 swapFree=67111524/67111528
[pid=2975] ppid=2973 vsize=15681924 CPUtime=0.91 cores=0,2,4,6
/proc/2975/stat : 2975 (java) S 2973 2975 2758 0 -1 4202496 41850 0 1 0 85 6 0 0 25 0 18 0 522844020 16058290176 40022 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 3920481 40022 2223 9 0 3911200 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15681924

[startup+1.50127 s]
/proc/loadavg: 5.33 5.20 5.91 7/220 2997
/proc/meminfo: memFree=15356296/32950928 swapFree=67111524/67111528
[pid=2975] ppid=2973 vsize=15688992 CPUtime=2.45 cores=0,2,4,6
/proc/2975/stat : 2975 (java) S 2973 2975 2758 0 -1 4202496 58551 0 1 0 237 8 0 0 25 0 22 0 522844020 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 3922248 51263 2259 9 0 3912967 0
[pid=2975/tid=2977] ppid=2973 vsize=15688992 CPUtime=1.46 cores=0,2,4,6
/proc/2975/task/2977/stat : 2977 (java) R 2973 2975 2758 0 -1 4202560 35600 0 1 0 141 5 0 0 25 0 22 0 522844021 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 47854979092184 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2975/tid=2978] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2978/stat : 2978 (java) S 2973 2975 2758 0 -1 4202560 305 0 0 0 0 0 0 0 18 0 22 0 522844021 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2979] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2979/stat : 2979 (java) S 2973 2975 2758 0 -1 4202560 667 0 0 0 0 0 0 0 18 0 22 0 522844021 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2980] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2980/stat : 2980 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522844021 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2981] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2981/stat : 2981 (java) S 2973 2975 2758 0 -1 4202560 675 0 0 0 0 0 0 0 18 0 22 0 522844021 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2982] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2982/stat : 2982 (java) S 2973 2975 2758 0 -1 4202560 330 0 0 0 0 0 0 0 18 0 22 0 522844021 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2983] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2983/stat : 2983 (java) S 2973 2975 2758 0 -1 4202560 361 0 0 0 0 0 0 0 18 0 22 0 522844021 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2984] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2984/stat : 2984 (java) S 2973 2975 2758 0 -1 4202560 531 0 0 0 0 0 0 0 18 0 22 0 522844021 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2985] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2985/stat : 2985 (java) S 2973 2975 2758 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 22 0 522844021 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2986] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2986/stat : 2986 (java) S 2973 2975 2758 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 522844022 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 0 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2987] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2987/stat : 2987 (java) S 2973 2975 2758 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522844023 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2988] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2988/stat : 2988 (java) S 2973 2975 2758 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522844023 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2989] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2989/stat : 2989 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522844026 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284512689 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2990] ppid=2973 vsize=15688992 CPUtime=0.74 cores=0,2,4,6
/proc/2975/task/2990/stat : 2990 (java) R 2973 2975 2758 0 -1 4202560 15200 0 0 0 72 2 0 0 21 0 22 0 522844026 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 47854976058812 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2975/tid=2991] ppid=2973 vsize=15688992 CPUtime=0.19 cores=0,2,4,6
/proc/2975/task/2991/stat : 2991 (java) R 2973 2975 2758 0 -1 4202560 2576 0 0 0 19 0 0 0 15 0 22 0 522844026 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 47854979704569 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2975/tid=2992] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2992/stat : 2992 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522844026 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2993] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2993/stat : 2993 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522844026 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2994] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2994/stat : 2994 (java) S 2973 2975 2758 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 522844097 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2995] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2995/stat : 2995 (java) S 2973 2975 2758 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522844097 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2996] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2996/stat : 2996 (java) S 2973 2975 2758 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522844097 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2997] ppid=2973 vsize=15688992 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2997/stat : 2997 (java) S 2973 2975 2758 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522844097 16065527808 51263 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 15688992

[startup+3.10099 s]
/proc/loadavg: 5.46 5.23 5.91 8/220 2997
/proc/meminfo: memFree=15332028/32950928 swapFree=67111524/67111528
[pid=2975] ppid=2973 vsize=15687064 CPUtime=6.35 cores=0,2,4,6
/proc/2975/stat : 2975 (java) S 2973 2975 2758 0 -1 4202496 85868 0 1 0 623 12 0 0 25 0 22 0 522844020 16063553536 74338 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 3921766 74339 2275 9 0 3912485 0
[pid=2975/tid=2977] ppid=2973 vsize=15687064 CPUtime=2.28 cores=0,2,4,6
/proc/2975/task/2977/stat : 2977 (java) S 2973 2975 2758 0 -1 4202560 35659 0 1 0 223 5 0 0 25 0 22 0 522844021 16063553536 74339 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2978] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2978/stat : 2978 (java) S 2973 2975 2758 0 -1 4202560 305 0 0 0 0 0 0 0 17 0 22 0 522844021 16063553536 74340 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2979] ppid=2973 vsize=15687064 CPUtime=0.01 cores=0,2,4,6
/proc/2975/task/2979/stat : 2979 (java) S 2973 2975 2758 0 -1 4202560 1602 0 0 0 1 0 0 0 18 0 22 0 522844021 16063553536 74340 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2980] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2980/stat : 2980 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522844021 16063553536 74341 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2981] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2981/stat : 2981 (java) S 2973 2975 2758 0 -1 4202560 2276 0 0 0 0 0 0 0 17 0 22 0 522844021 16063553536 74341 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2982] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2982/stat : 2982 (java) S 2973 2975 2758 0 -1 4202560 330 0 0 0 0 0 0 0 18 0 22 0 522844021 16063553536 74341 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2983] ppid=2973 vsize=15687064 CPUtime=0.02 cores=0,2,4,6
/proc/2975/task/2983/stat : 2983 (java) S 2973 2975 2758 0 -1 4202560 3140 0 0 0 2 0 0 0 18 0 22 0 522844021 16063553536 74342 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2984] ppid=2973 vsize=15687064 CPUtime=0.01 cores=0,2,4,6
/proc/2975/task/2984/stat : 2984 (java) S 2973 2975 2758 0 -1 4202560 3622 0 0 0 1 0 0 0 17 0 22 0 522844021 16063553536 74342 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2985] ppid=2973 vsize=15687064 CPUtime=0.03 cores=0,2,4,6
/proc/2975/task/2985/stat : 2985 (java) S 2973 2975 2758 0 -1 4202560 4294 0 0 0 3 0 0 0 18 0 22 0 522844021 16063553536 74342 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2986] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2986/stat : 2986 (java) S 2973 2975 2758 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 522844022 16063553536 74343 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 0 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2987] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2987/stat : 2987 (java) S 2973 2975 2758 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522844023 16063553536 74343 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2988] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2988/stat : 2988 (java) S 2973 2975 2758 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522844023 16063553536 74344 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2989] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2989/stat : 2989 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522844026 16063553536 74344 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284512689 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2990] ppid=2973 vsize=15687064 CPUtime=1.46 cores=0,2,4,6
/proc/2975/task/2990/stat : 2990 (java) S 2973 2975 2758 0 -1 4202560 19253 0 0 0 144 2 0 0 18 0 22 0 522844026 16063553536 74344 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2991] ppid=2973 vsize=15687064 CPUtime=0.86 cores=0,2,4,6
/proc/2975/task/2991/stat : 2991 (java) S 2973 2975 2758 0 -1 4202560 3046 0 0 0 86 0 0 0 15 0 22 0 522844026 16063553536 74344 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2992] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2992/stat : 2992 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522844026 16063553536 74345 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2993] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2993/stat : 2993 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522844026 16063553536 74345 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2994] ppid=2973 vsize=15687064 CPUtime=0.06 cores=0,2,4,6
/proc/2975/task/2994/stat : 2994 (java) R 2973 2975 2758 0 -1 4202560 787 0 0 0 6 0 0 0 15 0 22 0 522844097 16063553536 74345 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 47854979027995 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2975/tid=2995] ppid=2973 vsize=15687064 CPUtime=0.46 cores=0,2,4,6
/proc/2975/task/2995/stat : 2995 (java) S 2973 2975 2758 0 -1 4202560 1665 0 0 0 46 0 0 0 15 0 22 0 522844097 16063553536 74346 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2996] ppid=2973 vsize=15687064 CPUtime=0.68 cores=0,2,4,6
/proc/2975/task/2996/stat : 2996 (java) R 2973 2975 2758 0 -1 4202560 6393 0 0 0 68 0 0 0 15 0 22 0 522844097 16063553536 74346 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 46912506329775 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2975/tid=2997] ppid=2973 vsize=15687064 CPUtime=0.37 cores=0,2,4,6
/proc/2975/task/2997/stat : 2997 (java) R 2973 2975 2758 0 -1 4202560 2043 0 0 0 37 0 0 0 16 0 22 0 522844097 16063553536 74347 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 47854979027138 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 15687064

[startup+6.30142 s]
/proc/loadavg: 5.46 5.23 5.91 12/220 2997
/proc/meminfo: memFree=14035236/32950928 swapFree=67111524/67111528
[pid=2975] ppid=2973 vsize=15687064 CPUtime=19.07 cores=0,2,4,6
/proc/2975/stat : 2975 (java) S 2973 2975 2758 0 -1 4202496 280090 0 1 0 1866 41 0 0 25 0 22 0 522844020 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 3921766 267091 2275 9 0 3912485 0
[pid=2975/tid=2977] ppid=2973 vsize=15687064 CPUtime=2.28 cores=0,2,4,6
/proc/2975/task/2977/stat : 2977 (java) S 2973 2975 2758 0 -1 4202560 35659 0 1 0 223 5 0 0 25 0 22 0 522844021 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2978] ppid=2973 vsize=15687064 CPUtime=0.12 cores=0,2,4,6
/proc/2975/task/2978/stat : 2978 (java) S 2973 2975 2758 0 -1 4202560 28587 0 0 0 8 4 0 0 15 0 22 0 522844021 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2979] ppid=2973 vsize=15687064 CPUtime=0.11 cores=0,2,4,6
/proc/2975/task/2979/stat : 2979 (java) S 2973 2975 2758 0 -1 4202560 13661 0 0 0 9 2 0 0 15 0 22 0 522844021 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2980] ppid=2973 vsize=15687064 CPUtime=0.07 cores=0,2,4,6
/proc/2975/task/2980/stat : 2980 (java) S 2973 2975 2758 0 -1 4202560 11915 0 0 0 5 2 0 0 15 0 22 0 522844021 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2981] ppid=2973 vsize=15687064 CPUtime=0.07 cores=0,2,4,6
/proc/2975/task/2981/stat : 2981 (java) S 2973 2975 2758 0 -1 4202560 10613 0 0 0 6 1 0 0 16 0 22 0 522844021 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2982] ppid=2973 vsize=15687064 CPUtime=0.16 cores=0,2,4,6
/proc/2975/task/2982/stat : 2982 (java) S 2973 2975 2758 0 -1 4202560 24670 0 0 0 13 3 0 0 16 0 22 0 522844021 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2983] ppid=2973 vsize=15687064 CPUtime=0.16 cores=0,2,4,6
/proc/2975/task/2983/stat : 2983 (java) S 2973 2975 2758 0 -1 4202560 18985 0 0 0 14 2 0 0 16 0 22 0 522844021 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2984] ppid=2973 vsize=15687064 CPUtime=0.07 cores=0,2,4,6
/proc/2975/task/2984/stat : 2984 (java) S 2973 2975 2758 0 -1 4202560 11188 0 0 0 5 2 0 0 15 0 22 0 522844021 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2985] ppid=2973 vsize=15687064 CPUtime=0.17 cores=0,2,4,6
/proc/2975/task/2985/stat : 2985 (java) S 2973 2975 2758 0 -1 4202560 30158 0 0 0 13 4 0 0 16 0 22 0 522844021 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2986] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2986/stat : 2986 (java) S 2973 2975 2758 0 -1 4202560 589 0 0 0 0 0 0 0 16 0 22 0 522844022 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 0 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2987] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2987/stat : 2987 (java) S 2973 2975 2758 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522844023 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2988] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2988/stat : 2988 (java) S 2973 2975 2758 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522844023 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2989] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2989/stat : 2989 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522844026 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284512689 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2990] ppid=2973 vsize=15687064 CPUtime=1.46 cores=0,2,4,6
/proc/2975/task/2990/stat : 2990 (java) S 2973 2975 2758 0 -1 4202560 19254 0 0 0 144 2 0 0 15 0 22 0 522844026 16063553536 267091 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0

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

[pid=2975/tid=2985] ppid=2973 vsize=15687064 CPUtime=3.76 cores=0,2,4,6
/proc/2975/task/2985/stat : 2985 (java) S 2973 2975 2758 0 -1 4202560 397722 0 0 0 194 182 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 16
[pid=2975/tid=2986] ppid=2973 vsize=15687064 CPUtime=886.45 cores=0,2,4,6
/proc/2975/task/2986/stat : 2986 (java) R 2973 2975 2758 0 -1 4202560 649149 0 606 0 88486 159 0 0 25 0 21 0 522844022 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 47854978449480 0 0 0 16800975 0 0 0 -1 0 0 0 57
[pid=2975/tid=2987] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2987/stat : 2987 (java) S 2973 2975 2758 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 522844023 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2988] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2988/stat : 2988 (java) S 2973 2975 2758 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 522844023 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2989] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2989/stat : 2989 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284512689 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2990] ppid=2973 vsize=15687064 CPUtime=1.6 cores=0,2,4,6
/proc/2975/task/2990/stat : 2990 (java) S 2973 2975 2758 0 -1 4202560 19273 0 0 0 158 2 0 0 15 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2991] ppid=2973 vsize=15687064 CPUtime=0.99 cores=0,2,4,6
/proc/2975/task/2991/stat : 2991 (java) S 2973 2975 2758 0 -1 4202560 3062 0 0 0 99 0 0 0 15 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2992] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2992/stat : 2992 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2993] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2993/stat : 2993 (java) S 2973 2975 2758 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2994] ppid=2973 vsize=15687064 CPUtime=282.69 cores=0,2,4,6
/proc/2975/task/2994/stat : 2994 (java) S 2973 2975 2758 0 -1 4202560 106763 0 0 0 28251 18 0 0 15 0 21 0 522844097 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2996] ppid=2973 vsize=15687064 CPUtime=284.37 cores=0,2,4,6
/proc/2975/task/2996/stat : 2996 (java) S 2973 2975 2758 0 -1 4202560 103890 0 0 0 28418 19 0 0 15 0 21 0 522844097 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2997] ppid=2973 vsize=15687064 CPUtime=283.5 cores=0,2,4,6
/proc/2975/task/2997/stat : 2997 (java) S 2973 2975 2758 0 -1 4202560 117633 0 0 0 28327 23 0 0 15 0 21 0 522844097 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2050.75
Current children cumulated vsize (KiB) 15687064

[startup+1242.3 s]
/proc/loadavg: 5.00 5.01 5.46 7/219 3084
/proc/meminfo: memFree=10617864/32950928 swapFree=67092072/67111528
[pid=2975] ppid=2973 vsize=15687064 CPUtime=2110.75 cores=0,2,4,6
/proc/2975/stat : 2975 (java) S 2973 2975 2758 0 -1 4202496 3892115 0 607 0 209648 1427 0 0 25 0 21 0 522844020 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 3921766 3847211 2295 9 0 3912485 0
[pid=2975/tid=2977] ppid=2973 vsize=15687064 CPUtime=2.28 cores=0,2,4,6
/proc/2975/task/2977/stat : 2977 (java) S 2973 2975 2758 0 -1 4202560 35659 0 1 0 223 5 0 0 25 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2978] ppid=2973 vsize=15687064 CPUtime=3.24 cores=0,2,4,6
/proc/2975/task/2978/stat : 2978 (java) S 2973 2975 2758 0 -1 4202560 316362 0 0 0 185 139 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2979] ppid=2973 vsize=15687064 CPUtime=3.54 cores=0,2,4,6
/proc/2975/task/2979/stat : 2979 (java) S 2973 2975 2758 0 -1 4202560 324772 0 0 0 202 152 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 14
[pid=2975/tid=2980] ppid=2973 vsize=15687064 CPUtime=3.32 cores=0,2,4,6
/proc/2975/task/2980/stat : 2980 (java) S 2973 2975 2758 0 -1 4202560 345502 0 0 0 182 150 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 68
[pid=2975/tid=2981] ppid=2973 vsize=15687064 CPUtime=3.91 cores=0,2,4,6
/proc/2975/task/2981/stat : 2981 (java) S 2973 2975 2758 0 -1 4202560 383195 0 0 0 251 140 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 44
[pid=2975/tid=2982] ppid=2973 vsize=15687064 CPUtime=3.43 cores=0,2,4,6
/proc/2975/task/2982/stat : 2982 (java) S 2973 2975 2758 0 -1 4202560 345176 0 0 0 210 133 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 29
[pid=2975/tid=2983] ppid=2973 vsize=15687064 CPUtime=3.82 cores=0,2,4,6
/proc/2975/task/2983/stat : 2983 (java) S 2973 2975 2758 0 -1 4202560 324698 0 0 0 214 168 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 17
[pid=2975/tid=2984] ppid=2973 vsize=15687064 CPUtime=3.11 cores=0,2,4,6
/proc/2975/task/2984/stat : 2984 (java) S 2973 2975 2758 0 -1 4202560 309791 0 0 0 200 111 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 17
[pid=2975/tid=2985] ppid=2973 vsize=15687064 CPUtime=3.76 cores=0,2,4,6
/proc/2975/task/2985/stat : 2985 (java) S 2973 2975 2758 0 -1 4202560 397722 0 0 0 194 182 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 16
[pid=2975/tid=2986] ppid=2973 vsize=15687064 CPUtime=946.43 cores=0,2,4,6
/proc/2975/task/2986/stat : 2986 (java) R 2973 2975 2758 0 -1 4202560 649155 0 606 0 94483 160 0 0 25 0 21 0 522844022 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 47854974510915 0 0 0 16800975 0 0 0 -1 2 0 0 57
[pid=2975/tid=2987] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2987/stat : 2987 (java) S 2973 2975 2758 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 522844023 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2988] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2988/stat : 2988 (java) S 2973 2975 2758 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 522844023 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2989] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2989/stat : 2989 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284512689 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2990] ppid=2973 vsize=15687064 CPUtime=1.6 cores=0,2,4,6
/proc/2975/task/2990/stat : 2990 (java) S 2973 2975 2758 0 -1 4202560 19273 0 0 0 158 2 0 0 15 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2991] ppid=2973 vsize=15687064 CPUtime=0.99 cores=0,2,4,6
/proc/2975/task/2991/stat : 2991 (java) S 2973 2975 2758 0 -1 4202560 3062 0 0 0 99 0 0 0 15 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2992] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2992/stat : 2992 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2993] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2993/stat : 2993 (java) S 2973 2975 2758 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2994] ppid=2973 vsize=15687064 CPUtime=282.69 cores=0,2,4,6
/proc/2975/task/2994/stat : 2994 (java) S 2973 2975 2758 0 -1 4202560 107003 0 0 0 28251 18 0 0 15 0 21 0 522844097 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2996] ppid=2973 vsize=15687064 CPUtime=284.37 cores=0,2,4,6
/proc/2975/task/2996/stat : 2996 (java) S 2973 2975 2758 0 -1 4202560 104012 0 0 0 28418 19 0 0 15 0 21 0 522844097 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2997] ppid=2973 vsize=15687064 CPUtime=283.51 cores=0,2,4,6
/proc/2975/task/2997/stat : 2997 (java) S 2973 2975 2758 0 -1 4202560 117983 0 0 0 28327 24 0 0 15 0 21 0 522844097 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2110.75
Current children cumulated vsize (KiB) 15687064



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.05 5.02 5.44 6/219 3086
/proc/meminfo: memFree=10729432/32950928 swapFree=67092072/67111528
[pid=2975] ppid=2973 vsize=15687064 CPUtime=2168.48 cores=0,2,4,6
/proc/2975/stat : 2975 (java) S 2973 2975 2758 0 -1 4202496 3892808 0 607 0 215417 1431 0 0 25 0 21 0 522844020 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 3921766 3847211 2295 9 0 3912485 0
[pid=2975/tid=2977] ppid=2973 vsize=15687064 CPUtime=2.28 cores=0,2,4,6
/proc/2975/task/2977/stat : 2977 (java) S 2973 2975 2758 0 -1 4202560 35659 0 1 0 223 5 0 0 25 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2978] ppid=2973 vsize=15687064 CPUtime=3.24 cores=0,2,4,6
/proc/2975/task/2978/stat : 2978 (java) S 2973 2975 2758 0 -1 4202560 316362 0 0 0 185 139 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2979] ppid=2973 vsize=15687064 CPUtime=3.54 cores=0,2,4,6
/proc/2975/task/2979/stat : 2979 (java) S 2973 2975 2758 0 -1 4202560 324772 0 0 0 202 152 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 14
[pid=2975/tid=2980] ppid=2973 vsize=15687064 CPUtime=3.32 cores=0,2,4,6
/proc/2975/task/2980/stat : 2980 (java) S 2973 2975 2758 0 -1 4202560 345502 0 0 0 182 150 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 68
[pid=2975/tid=2981] ppid=2973 vsize=15687064 CPUtime=3.91 cores=0,2,4,6
/proc/2975/task/2981/stat : 2981 (java) S 2973 2975 2758 0 -1 4202560 383195 0 0 0 251 140 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 44
[pid=2975/tid=2982] ppid=2973 vsize=15687064 CPUtime=3.43 cores=0,2,4,6
/proc/2975/task/2982/stat : 2982 (java) S 2973 2975 2758 0 -1 4202560 345176 0 0 0 210 133 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 29
[pid=2975/tid=2983] ppid=2973 vsize=15687064 CPUtime=3.82 cores=0,2,4,6
/proc/2975/task/2983/stat : 2983 (java) S 2973 2975 2758 0 -1 4202560 324698 0 0 0 214 168 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 17
[pid=2975/tid=2984] ppid=2973 vsize=15687064 CPUtime=3.11 cores=0,2,4,6
/proc/2975/task/2984/stat : 2984 (java) S 2973 2975 2758 0 -1 4202560 309791 0 0 0 200 111 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 17
[pid=2975/tid=2985] ppid=2973 vsize=15687064 CPUtime=3.76 cores=0,2,4,6
/proc/2975/task/2985/stat : 2985 (java) S 2973 2975 2758 0 -1 4202560 397722 0 0 0 194 182 0 0 16 0 21 0 522844021 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 16
[pid=2975/tid=2986] ppid=2973 vsize=15687064 CPUtime=1004.12 cores=0,2,4,6
/proc/2975/task/2986/stat : 2986 (java) R 2973 2975 2758 0 -1 4202560 649160 0 606 0 100250 162 0 0 25 0 21 0 522844022 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 47854975211660 0 0 0 16800975 0 0 0 -1 2 0 0 57
[pid=2975/tid=2987] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2987/stat : 2987 (java) S 2973 2975 2758 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 522844023 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2988] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2988/stat : 2988 (java) S 2973 2975 2758 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 522844023 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2989] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2989/stat : 2989 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284512689 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2990] ppid=2973 vsize=15687064 CPUtime=1.6 cores=0,2,4,6
/proc/2975/task/2990/stat : 2990 (java) S 2973 2975 2758 0 -1 4202560 19273 0 0 0 158 2 0 0 15 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2991] ppid=2973 vsize=15687064 CPUtime=0.99 cores=0,2,4,6
/proc/2975/task/2991/stat : 2991 (java) S 2973 2975 2758 0 -1 4202560 3062 0 0 0 99 0 0 0 15 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2992] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2992/stat : 2992 (java) S 2973 2975 2758 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 6 0 0 0
[pid=2975/tid=2993] ppid=2973 vsize=15687064 CPUtime=0 cores=0,2,4,6
/proc/2975/task/2993/stat : 2993 (java) S 2973 2975 2758 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 21 0 522844026 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284505600 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
[pid=2975/tid=2994] ppid=2973 vsize=15687064 CPUtime=282.7 cores=0,2,4,6
/proc/2975/task/2994/stat : 2994 (java) S 2973 2975 2758 0 -1 4202560 107217 0 0 0 28251 19 0 0 15 0 21 0 522844097 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 4 0 0 0
[pid=2975/tid=2996] ppid=2973 vsize=15687064 CPUtime=284.39 cores=0,2,4,6
/proc/2975/task/2996/stat : 2996 (java) S 2973 2975 2758 0 -1 4202560 104232 0 0 0 28419 20 0 0 15 0 21 0 522844097 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 0 0 0 0
[pid=2975/tid=2997] ppid=2973 vsize=15687064 CPUtime=283.52 cores=0,2,4,6
/proc/2975/task/2997/stat : 2997 (java) S 2973 2975 2758 0 -1 4202560 118235 0 0 0 28328 24 0 0 15 0 21 0 522844097 16063553536 3847211 33554432000 1073741824 1073778376 140735517340656 18446744073709551615 268284504985 0 4 0 16800975 18446604453979661376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2168.48
Current children cumulated vsize (KiB) 15687064

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2975

[startup+1302.3 s]
/proc/loadavg: 5.04 5.02 5.43 7/220 3087
/proc/meminfo: memFree=10739592/32950928 swapFree=67092072/67111528
[pid=2975] ppid=2973 vsize=0 CPUtime=2170.78 cores=0,2,4,6
/proc/2975/stat : 2975 (java) Z 2973 2975 2758 0 -1 4203548 3892837 0 607 0 215619 1459 0 0 18 0 2 0 522844020 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 0 0 0 0 0 0 0
[pid=2975/tid=2992] ppid=2973 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/2975/task/2992/stat : 2992 (java) R 2973 2975 2758 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 522844026 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2170.78
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.04 5.02 5.43 7/220 3087
/proc/meminfo: memFree=10739592/32950928 swapFree=67092072/67111528
[pid=2975] ppid=2973 vsize=0 CPUtime=2170.88 cores=0,2,4,6
/proc/2975/stat : 2975 (java) Z 2973 2975 2758 0 -1 4203548 3892837 0 607 0 215619 1469 0 0 18 0 2 0 522844020 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 0 0 0 0 0 0 0
[pid=2975/tid=2992] ppid=2973 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/2975/task/2992/stat : 2992 (java) R 2973 2975 2758 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 522844026 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2170.88
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 5.04 5.02 5.43 7/220 3087
/proc/meminfo: memFree=10739592/32950928 swapFree=67092072/67111528
[pid=2975] ppid=2973 vsize=0 CPUtime=2171.08 cores=0,2,4,6
/proc/2975/stat : 2975 (java) Z 2973 2975 2758 0 -1 4203548 3892837 0 607 0 215619 1489 0 0 18 0 2 0 522844020 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2975/statm: 0 0 0 0 0 0 0
[pid=2975/tid=2992] ppid=2973 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/2975/task/2992/stat : 2992 (java) R 2973 2975 2758 0 -1 4203588 1 0 0 0 0 58 0 0 18 0 2 0 522844026 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2171.08
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.69
CPU time (s): 2171.18
CPU user time (s): 2156.19
CPU system time (s): 14.9897
CPU usage (%): 166.669
Max. virtual memory (cumulated for all children) (KiB): 15689000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2156.19
system time used= 14.9897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3892837
page faults= 607
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84238
involuntary context switches= 39044

runsolver used 2.16467 second user time and 5.03723 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 23:27:32
IDJOB=3312373
IDBENCH=82558
IDSOLVER=1699
FILE ID=node122/3312373-1304112452
RUNJOBID= node122-1304111149-2780
PBS_JOBID= 13170682
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= 785309e098f4d0ba8da3027c8426e931
RANDOM SEED=518922744

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15529164 kB
Buffers:       1371248 kB
Cached:        6636760 kB
SwapCached:          4 kB
Active:        9217100 kB
Inactive:      7651204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15529164 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4364 kB
Writeback:           0 kB
AnonPages:     8860004 kB
Mapped:          23804 kB
Slab:           471544 kB
PageTables:      22352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  9694284 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= 71660 MiB
End job on node122 at 2011-04-29 23:49:15