Trace number 3311285

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S386300535-065-UNKNOWN.cnf
MD5SUM2ca6073d25d8d5f2648d590c0edc75c0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	03:52 INFO : Reading from input HOME/instance-3311285-1304118232.cnf
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Starting Executor!
1.12/0.91	Starting Executor!
1.12/0.91	Starting Executor!
1.12/0.92	Starting Executor!
3.66/2.38	03:54 INFO : 39839 variables remaining out of 40000
3.66/2.38	03:54 INFO : 667852 literals remaining out of 672000
1524.38/591.32	10:00 ERROR: Failed to solve instance
1524.38/591.32	java.lang.OutOfMemoryError: Java heap space
1524.38/591.32		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1524.38/591.32		at ibis.structure.Solver.simplify(Solver.java:191)
1524.38/591.32		at ibis.structure.Solver.solve(Solver.java:113)
1524.38/591.32		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1524.38/591.32		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1524.38/591.32		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1524.38/591.32		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1524.38/591.32		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1524.38/591.32		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1524.38/591.32		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1524.38/591.32		at ibis.constellation.Executor.processActivities(Executor.java:75)
1524.38/591.32		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1524.38/591.32		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1524.38/591.32		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1526.38/593.35	12:57 ERROR: Failed to solve instance
1526.38/593.35	java.lang.OutOfMemoryError: Java heap space
1526.38/593.35		at ibis.structure.TouchSet.<init>(TouchSet.java:13)
1526.38/593.35		at ibis.structure.Subsumming.<init>(Subsumming.java:40)
1526.38/593.35		at ibis.structure.Solver.simplify(Solver.java:205)
1526.38/593.35		at ibis.structure.Solver.solve(Solver.java:113)
1526.38/593.35		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1526.38/593.35		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1526.38/593.35		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1526.38/593.35		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1526.38/593.35		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1526.38/593.35		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1526.38/593.35		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1526.38/593.35		at ibis.constellation.Executor.processActivities(Executor.java:75)
1526.38/593.35		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1526.38/593.35		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1526.38/593.35		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1550.88/617.42	13:52 ERROR: Failed to solve instance
1550.88/617.42	java.lang.OutOfMemoryError: Java heap space
1550.88/617.42		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:51)
1550.88/617.42		at ibis.structure.Solver.simplify(Solver.java:191)
1550.88/617.42		at ibis.structure.Solver.solve(Solver.java:113)
1550.88/617.42		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1550.88/617.42		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1550.88/617.42		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1550.88/617.42		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1550.88/617.42		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1550.88/617.42		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1550.88/617.42		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1550.88/617.42		at ibis.constellation.Executor.processActivities(Executor.java:75)
1550.88/617.42		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1550.88/617.42		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1550.88/617.42		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1550.88/617.42	14:09 ERROR: Failed to solve instance
1550.88/617.42	java.lang.OutOfMemoryError: Java heap space
1552.98/619.56	13:53 ERROR: Failed to solve instance
1552.98/619.56	java.lang.OutOfMemoryError: Java heap space
1552.98/619.56		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:50)
1552.98/619.56		at ibis.structure.Solver.simplify(Solver.java:191)
1552.98/619.56		at ibis.structure.Solver.solve(Solver.java:113)
1552.98/619.56		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1552.98/619.56		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1552.98/619.56		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1552.98/619.56		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1552.98/619.56		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1552.98/619.56		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1552.98/619.56		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1552.98/619.56		at ibis.constellation.Executor.processActivities(Executor.java:75)
1552.98/619.56		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1552.98/619.56		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1552.98/619.56		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1560.39/626.51	14:18 ERROR: Failed to solve instance
1560.39/626.51	java.lang.OutOfMemoryError: Java heap space
1563.18/629.12	14:21 ERROR: Failed to solve instance
1563.18/629.12	java.lang.OutOfMemoryError: Java heap space
1565.87/631.67	14:24 ERROR: Failed to solve instance
1565.87/631.67	java.lang.OutOfMemoryError: Java heap space
1577.28/641.31	14:33 ERROR: Failed to solve instance
1577.28/641.31	java.lang.OutOfMemoryError: Java heap space
1577.69/641.79	14:34 ERROR: Failed to solve instance
1577.69/641.79	java.lang.OutOfMemoryError: Java heap space
1673.56/737.48	15:37 ERROR: Failed to solve instance
1673.56/737.48	java.lang.OutOfMemoryError: Java heap space
1678.89/742.28	16:14 ERROR: Failed to solve instance
1678.89/742.28	java.lang.OutOfMemoryError: Java heap space
1680.95/744.20	16:16 ERROR: Failed to solve instance
1680.95/744.20	java.lang.OutOfMemoryError: Java heap space
1684.61/747.34	16:19 ERROR: Failed to solve instance
1684.61/747.34	java.lang.OutOfMemoryError: Java heap space
1686.66/749.27	16:21 ERROR: Failed to solve instance
1686.66/749.27	java.lang.OutOfMemoryError: Java heap space
1694.86/756.83	16:29 ERROR: Failed to solve instance
1694.86/756.83	java.lang.OutOfMemoryError: Java heap space
1861.98/923.03	19:15 ERROR: Failed to solve instance
1861.98/923.03	java.lang.OutOfMemoryError: Java heap space
1868.65/929.10	19:21 ERROR: Failed to solve instance
1868.65/929.10	java.lang.OutOfMemoryError: Java heap space
2025.71/1085.95	21:58 ERROR: Failed to solve instance
2025.71/1085.95	java.lang.OutOfMemoryError: Java heap space
2117.95/1177.59	23:30 ERROR: Failed to solve instance
2117.95/1177.59	java.lang.OutOfMemoryError: Java heap space
2123.44/1182.42	23:34 ERROR: Failed to solve instance
2123.44/1182.42	java.lang.OutOfMemoryError: Java heap space
2125.50/1184.33	23:36 ERROR: Failed to solve instance
2125.50/1184.33	java.lang.OutOfMemoryError: Java heap space
2128.51/1187.09	23:39 ERROR: Failed to solve instance
2128.51/1187.09	java.lang.OutOfMemoryError: Java heap space
2130.29/1188.78	23:41 ERROR: Failed to solve instance
2130.29/1188.78	java.lang.OutOfMemoryError: Java heap space
2171.23/1229.35	24:21 ERROR: Failed to solve instance
2171.23/1229.35	java.lang.OutOfMemoryError: Java heap space
2215.24/1272.81	25:05 ERROR: Failed to solve instance
2215.24/1272.81	java.lang.OutOfMemoryError: Java heap space
2220.67/1277.53	25:10 ERROR: Failed to solve instance
2220.67/1277.53	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-3311285-1304118232/watcher-3311285-1304118232 -o /tmp/evaluation-result-3311285-1304118232/solver-3311285-1304118232 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311285-1304118232.cnf -hbr 2 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 5.54 7.44 7.69 2/175 5389
/proc/meminfo: memFree=30990428/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=2464 CPUtime=0 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5387 5389 4943 0 -1 4194304 539 0 0 0 0 0 0 0 25 0 1 0 523421078 2523136 45 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271545613959 0 2147483391 4096 0 18446744071699469502 0 0 17 5 0 0 0
/proc/5389/statm: 616 45 35 9 0 27 0

[startup+0.10519 s]
/proc/loadavg: 5.54 7.44 7.69 2/175 5389
/proc/meminfo: memFree=30990428/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=15741980 CPUtime=0.1 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5387 5389 4943 0 -1 4202496 5595 0 1 0 10 0 0 0 25 0 18 0 523421078 16119787520 5005 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 3935495 5005 2116 9 0 3926214 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741980

[startup+0.205183 s]
/proc/loadavg: 5.54 7.44 7.69 2/175 5389
/proc/meminfo: memFree=30990428/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=15742580 CPUtime=0.28 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5387 5389 4943 0 -1 4202496 7211 0 1 0 28 0 0 0 25 0 18 0 523421078 16120401920 6553 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 3935645 6554 2187 9 0 3926364 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15742580

[startup+0.301141 s]
/proc/loadavg: 5.54 7.44 7.69 2/175 5389
/proc/meminfo: memFree=30990428/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=15747212 CPUtime=0.51 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5387 5389 4943 0 -1 4202496 15175 0 1 0 50 1 0 0 25 0 18 0 523421078 16125145088 13371 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 3936803 13377 2206 9 0 3927522 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15747212

[startup+0.701072 s]
/proc/loadavg: 5.54 7.44 7.69 2/175 5389
/proc/meminfo: memFree=30990428/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=15747212 CPUtime=0.92 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5387 5389 4943 0 -1 4202496 41861 0 1 0 87 5 0 0 25 0 18 0 523421078 16125145088 40055 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 3936803 40055 2222 9 0 3927522 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15747212

[startup+1.50092 s]
/proc/loadavg: 5.54 7.44 7.69 3/197 5411
/proc/meminfo: memFree=30821124/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=15777644 CPUtime=2.23 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5387 5389 4943 0 -1 4202496 55407 0 1 0 216 7 0 0 25 0 22 0 523421078 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 3944411 50708 2261 9 0 3935130 0
[pid=5389/tid=5391] ppid=5387 vsize=15777644 CPUtime=1.46 cores=1,3,5,7
/proc/5389/task/5391/stat : 5391 (java) R 5387 5389 4943 0 -1 4202560 35672 0 1 0 141 5 0 0 25 0 22 0 523421079 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 46912505780749 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5389/tid=5392] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5392/stat : 5392 (java) S 5387 5389 4943 0 -1 4202560 980 0 0 0 0 0 0 0 16 0 22 0 523421079 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5393] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5393/stat : 5393 (java) S 5387 5389 4943 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 523421079 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5394] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5394/stat : 5394 (java) S 5387 5389 4943 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 523421079 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5395] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) S 5387 5389 4943 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 22 0 523421079 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5396] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5396/stat : 5396 (java) S 5387 5389 4943 0 -1 4202560 750 0 0 0 0 0 0 0 16 0 22 0 523421079 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5397] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5387 5389 4943 0 -1 4202560 1048 0 0 0 0 0 0 0 16 0 22 0 523421079 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5398] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5387 5389 4943 0 -1 4202560 1642 0 0 0 0 0 0 0 16 0 22 0 523421079 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5399] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5387 5389 4943 0 -1 4202560 716 0 0 0 0 0 0 0 16 0 22 0 523421079 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5400] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) S 5387 5389 4943 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 523421080 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 0 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5401] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5401/stat : 5401 (java) S 5387 5389 4943 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523421081 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5402] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5402/stat : 5402 (java) S 5387 5389 4943 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523421081 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5403] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5403/stat : 5403 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 523421083 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562361265 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5404] ppid=5387 vsize=15777644 CPUtime=0.17 cores=1,3,5,7
/proc/5389/task/5404/stat : 5404 (java) S 5387 5389 4943 0 -1 4202560 1374 0 0 0 17 0 0 0 15 0 22 0 523421083 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5405] ppid=5387 vsize=15777644 CPUtime=0.52 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5387 5389 4943 0 -1 4202560 11639 0 0 0 52 0 0 0 16 0 22 0 523421083 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5406] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5406/stat : 5406 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523421083 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5407] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523421083 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5408] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5408/stat : 5408 (java) S 5387 5389 4943 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523421170 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5409] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5387 5389 4943 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 523421170 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5410] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5410/stat : 5410 (java) S 5387 5389 4943 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 523421170 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5411] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5387 5389 4943 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 523421170 16156307456 50708 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 15777644

[startup+3.10164 s]
/proc/loadavg: 5.26 7.35 7.66 3/197 5411
/proc/meminfo: memFree=30793916/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=15777644 CPUtime=5.43 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5387 5389 4943 0 -1 4202496 73051 0 1 0 533 10 0 0 25 0 22 0 523421078 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 3944411 61920 2275 9 0 3935130 0
[pid=5389/tid=5391] ppid=5387 vsize=15777644 CPUtime=2.34 cores=1,3,5,7
/proc/5389/task/5391/stat : 5391 (java) S 5387 5389 4943 0 -1 4202560 35726 0 1 0 229 5 0 0 25 0 22 0 523421079 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5392] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5392/stat : 5392 (java) S 5387 5389 4943 0 -1 4202560 980 0 0 0 0 0 0 0 15 0 22 0 523421079 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5393] ppid=5387 vsize=15777644 CPUtime=0.02 cores=1,3,5,7
/proc/5389/task/5393/stat : 5393 (java) S 5387 5389 4943 0 -1 4202560 3002 0 0 0 2 0 0 0 16 0 22 0 523421079 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5394] ppid=5387 vsize=15777644 CPUtime=0.01 cores=1,3,5,7
/proc/5389/task/5394/stat : 5394 (java) S 5387 5389 4943 0 -1 4202560 2764 0 0 0 1 0 0 0 16 0 22 0 523421079 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5395] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) S 5387 5389 4943 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 22 0 523421079 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5396] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5396/stat : 5396 (java) S 5387 5389 4943 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 22 0 523421079 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5397] ppid=5387 vsize=15777644 CPUtime=0.02 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5387 5389 4943 0 -1 4202560 3650 0 0 0 2 0 0 0 16 0 22 0 523421079 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5398] ppid=5387 vsize=15777644 CPUtime=0.02 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5387 5389 4943 0 -1 4202560 4125 0 0 0 2 0 0 0 16 0 22 0 523421079 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5399] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5387 5389 4943 0 -1 4202560 716 0 0 0 0 0 0 0 15 0 22 0 523421079 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5400] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) S 5387 5389 4943 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 22 0 523421080 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 0 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5401] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5401/stat : 5401 (java) S 5387 5389 4943 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523421081 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5402] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5402/stat : 5402 (java) S 5387 5389 4943 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523421081 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5403] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5403/stat : 5403 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 523421083 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562361265 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5404] ppid=5387 vsize=15777644 CPUtime=0.87 cores=1,3,5,7
/proc/5389/task/5404/stat : 5404 (java) S 5387 5389 4943 0 -1 4202560 7957 0 0 0 86 1 0 0 15 0 22 0 523421083 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5405] ppid=5387 vsize=15777644 CPUtime=1.01 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5387 5389 4943 0 -1 4202560 11732 0 0 0 100 1 0 0 15 0 22 0 523421083 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5406] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5406/stat : 5406 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523421083 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5407] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523421083 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5408] ppid=5387 vsize=15777644 CPUtime=0.47 cores=1,3,5,7
/proc/5389/task/5408/stat : 5408 (java) S 5387 5389 4943 0 -1 4202560 29 0 0 0 47 0 0 0 15 0 22 0 523421170 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5409] ppid=5387 vsize=15777644 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5387 5389 4943 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523421170 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5410] ppid=5387 vsize=15777644 CPUtime=0.13 cores=1,3,5,7
/proc/5389/task/5410/stat : 5410 (java) R 5387 5389 4943 0 -1 4202560 10 0 0 0 13 0 0 0 16 0 22 0 523421170 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 46912505523455 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5389/tid=5411] ppid=5387 vsize=15777644 CPUtime=0.44 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) R 5387 5389 4943 0 -1 4202560 7 0 0 0 44 0 0 0 15 0 22 0 523421170 16156307456 61920 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 47026060505282 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 15777644

[startup+6.30102 s]
/proc/loadavg: 5.26 7.35 7.66 5/197 5411
/proc/meminfo: memFree=30094704/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=15768868 CPUtime=17.62 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5387 5389 4943 0 -1 4202496 298166 0 1 0 1719 43 0 0 25 0 22 0 523421078 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 3942217 283934 2275 9 0 3932936 0
[pid=5389/tid=5391] ppid=5387 vsize=15768868 CPUtime=2.34 cores=1,3,5,7
/proc/5389/task/5391/stat : 5391 (java) S 5387 5389 4943 0 -1 4202560 35726 0 1 0 229 5 0 0 25 0 22 0 523421079 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5392] ppid=5387 vsize=15768868 CPUtime=0.22 cores=1,3,5,7
/proc/5389/task/5392/stat : 5392 (java) S 5387 5389 4943 0 -1 4202560 28552 0 0 0 18 4 0 0 15 0 22 0 523421079 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5393] ppid=5387 vsize=15768868 CPUtime=0.16 cores=1,3,5,7
/proc/5389/task/5393/stat : 5393 (java) S 5387 5389 4943 0 -1 4202560 21378 0 0 0 14 2 0 0 16 0 22 0 523421079 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5394] ppid=5387 vsize=15768868 CPUtime=0.12 cores=1,3,5,7
/proc/5389/task/5394/stat : 5394 (java) S 5387 5389 4943 0 -1 4202560 17236 0 0 0 10 2 0 0 16 0 22 0 523421079 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5395] ppid=5387 vsize=15768868 CPUtime=0.26 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) S 5387 5389 4943 0 -1 4202560 34720 0 0 0 21 5 0 0 16 0 22 0 523421079 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5396] ppid=5387 vsize=15768868 CPUtime=0.17 cores=1,3,5,7
/proc/5389/task/5396/stat : 5396 (java) S 5387 5389 4943 0 -1 4202560 20844 0 0 0 14 3 0 0 16 0 22 0 523421079 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5397] ppid=5387 vsize=15768868 CPUtime=0.2 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5387 5389 4943 0 -1 4202560 25210 0 0 0 17 3 0 0 15 0 22 0 523421079 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5398] ppid=5387 vsize=15768868 CPUtime=0.14 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5387 5389 4943 0 -1 4202560 24683 0 0 0 10 4 0 0 15 0 22 0 523421079 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5399] ppid=5387 vsize=15768868 CPUtime=0.21 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5387 5389 4943 0 -1 4202560 32816 0 0 0 16 5 0 0 16 0 22 0 523421079 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5400] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) S 5387 5389 4943 0 -1 4202560 455 0 0 0 0 0 0 0 15 0 22 0 523421080 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 0 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5401] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5401/stat : 5401 (java) S 5387 5389 4943 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523421081 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5402] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5402/stat : 5402 (java) S 5387 5389 4943 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523421081 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5403] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5403/stat : 5403 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 523421083 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562361265 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5404] ppid=5387 vsize=15768868 CPUtime=0.87 cores=1,3,5,7
/proc/5389/task/5404/stat : 5404 (java) S 5387 5389 4943 0 -1 4202560 7957 0 0 0 86 1 0 0 15 0 22 0 523421083 16147320832 283934 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0

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

/proc/5389/task/5396/stat : 5396 (java) S 5387 5389 4943 0 -1 4202560 427161 0 0 0 270 70 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5397] ppid=5387 vsize=15768868 CPUtime=3.04 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5387 5389 4943 0 -1 4202560 352006 0 0 0 247 57 0 0 15 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5398] ppid=5387 vsize=15768868 CPUtime=2.86 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5387 5389 4943 0 -1 4202560 314253 0 0 0 233 53 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5399] ppid=5387 vsize=15768868 CPUtime=2.64 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5387 5389 4943 0 -1 4202560 331585 0 0 0 213 51 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5400] ppid=5387 vsize=15768868 CPUtime=865.34 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) R 5387 5389 4943 0 -1 4202560 702725 0 0 0 86401 133 0 0 18 0 22 0 523421080 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 47026057556317 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=5389/tid=5401] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5401/stat : 5401 (java) S 5387 5389 4943 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 523421081 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5402] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5402/stat : 5402 (java) S 5387 5389 4943 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 523421081 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5403] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5403/stat : 5403 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562361265 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5404] ppid=5387 vsize=15768868 CPUtime=0.91 cores=1,3,5,7
/proc/5389/task/5404/stat : 5404 (java) S 5387 5389 4943 0 -1 4202560 8250 0 0 0 90 1 0 0 15 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5405] ppid=5387 vsize=15768868 CPUtime=1.17 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5387 5389 4943 0 -1 4202560 11753 0 0 0 116 1 0 0 15 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5406] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5406/stat : 5406 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5407] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5387 5389 4943 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5408] ppid=5387 vsize=15768868 CPUtime=307.77 cores=1,3,5,7
/proc/5389/task/5408/stat : 5408 (java) S 5387 5389 4943 0 -1 4202560 65911 0 0 0 30765 12 0 0 16 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5409] ppid=5387 vsize=15768868 CPUtime=307.2 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5387 5389 4943 0 -1 4202560 49330 0 0 0 30707 13 0 0 15 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5410] ppid=5387 vsize=15768868 CPUtime=305.64 cores=1,3,5,7
/proc/5389/task/5410/stat : 5410 (java) S 5387 5389 4943 0 -1 4202560 73177 0 0 0 30550 14 0 0 16 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5411] ppid=5387 vsize=15768868 CPUtime=308 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5387 5389 4943 0 -1 4202560 51575 0 0 0 30789 11 0 0 15 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2123.34
Current children cumulated vsize (KiB) 15768868

[startup+1242.3 s]
/proc/loadavg: 1.14 1.28 3.11 2/197 5447
/proc/meminfo: memFree=15582900/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=15768868 CPUtime=2184.68 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5387 5389 4943 0 -1 4202496 3888288 0 1 0 217803 665 0 0 25 0 22 0 523421078 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 3942217 3845884 2294 9 0 3932936 0
[pid=5389/tid=5391] ppid=5387 vsize=15768868 CPUtime=2.34 cores=1,3,5,7
/proc/5389/task/5391/stat : 5391 (java) S 5387 5389 4943 0 -1 4202560 35726 0 1 0 229 5 0 0 25 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5392] ppid=5387 vsize=15768868 CPUtime=2.94 cores=1,3,5,7
/proc/5389/task/5392/stat : 5392 (java) S 5387 5389 4943 0 -1 4202560 315319 0 0 0 246 48 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5393] ppid=5387 vsize=15768868 CPUtime=3.24 cores=1,3,5,7
/proc/5389/task/5393/stat : 5393 (java) S 5387 5389 4943 0 -1 4202560 432196 0 0 0 254 70 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5394] ppid=5387 vsize=15768868 CPUtime=3.2 cores=1,3,5,7
/proc/5389/task/5394/stat : 5394 (java) S 5387 5389 4943 0 -1 4202560 398661 0 0 0 255 65 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5395] ppid=5387 vsize=15768868 CPUtime=3.52 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) S 5387 5389 4943 0 -1 4202560 316774 0 0 0 301 51 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5396] ppid=5387 vsize=15768868 CPUtime=3.4 cores=1,3,5,7
/proc/5389/task/5396/stat : 5396 (java) S 5387 5389 4943 0 -1 4202560 427161 0 0 0 270 70 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5397] ppid=5387 vsize=15768868 CPUtime=3.04 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5387 5389 4943 0 -1 4202560 352006 0 0 0 247 57 0 0 15 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5398] ppid=5387 vsize=15768868 CPUtime=2.86 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5387 5389 4943 0 -1 4202560 314253 0 0 0 233 53 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5399] ppid=5387 vsize=15768868 CPUtime=2.64 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5387 5389 4943 0 -1 4202560 331585 0 0 0 213 51 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5400] ppid=5387 vsize=15768868 CPUtime=924.89 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) R 5387 5389 4943 0 -1 4202560 702727 0 0 0 92352 137 0 0 18 0 22 0 523421080 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271550231625 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=5389/tid=5401] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5401/stat : 5401 (java) S 5387 5389 4943 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 523421081 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5402] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5402/stat : 5402 (java) S 5387 5389 4943 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 523421081 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5403] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5403/stat : 5403 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562361265 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5404] ppid=5387 vsize=15768868 CPUtime=0.91 cores=1,3,5,7
/proc/5389/task/5404/stat : 5404 (java) S 5387 5389 4943 0 -1 4202560 8250 0 0 0 90 1 0 0 15 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5405] ppid=5387 vsize=15768868 CPUtime=1.17 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5387 5389 4943 0 -1 4202560 11753 0 0 0 116 1 0 0 15 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5406] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5406/stat : 5406 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5407] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5387 5389 4943 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5408] ppid=5387 vsize=15768868 CPUtime=308.22 cores=1,3,5,7
/proc/5389/task/5408/stat : 5408 (java) S 5387 5389 4943 0 -1 4202560 66080 0 0 0 30809 13 0 0 15 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5409] ppid=5387 vsize=15768868 CPUtime=307.65 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5387 5389 4943 0 -1 4202560 49428 0 0 0 30752 13 0 0 15 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5410] ppid=5387 vsize=15768868 CPUtime=306.08 cores=1,3,5,7
/proc/5389/task/5410/stat : 5410 (java) S 5387 5389 4943 0 -1 4202560 73187 0 0 0 30594 14 0 0 15 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5411] ppid=5387 vsize=15768868 CPUtime=308.44 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5387 5389 4943 0 -1 4202560 51720 0 0 0 30832 12 0 0 15 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2184.68
Current children cumulated vsize (KiB) 15768868



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.06 1.23 2.98 2/197 5448
/proc/meminfo: memFree=15582984/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=15768868 CPUtime=2243.73 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5387 5389 4943 0 -1 4202496 3888744 0 1 0 223701 672 0 0 25 0 22 0 523421078 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 3942217 3845884 2294 9 0 3932936 0
[pid=5389/tid=5391] ppid=5387 vsize=15768868 CPUtime=2.34 cores=1,3,5,7
/proc/5389/task/5391/stat : 5391 (java) S 5387 5389 4943 0 -1 4202560 35726 0 1 0 229 5 0 0 25 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5392] ppid=5387 vsize=15768868 CPUtime=2.94 cores=1,3,5,7
/proc/5389/task/5392/stat : 5392 (java) S 5387 5389 4943 0 -1 4202560 315319 0 0 0 246 48 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5393] ppid=5387 vsize=15768868 CPUtime=3.24 cores=1,3,5,7
/proc/5389/task/5393/stat : 5393 (java) S 5387 5389 4943 0 -1 4202560 432196 0 0 0 254 70 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5394] ppid=5387 vsize=15768868 CPUtime=3.2 cores=1,3,5,7
/proc/5389/task/5394/stat : 5394 (java) S 5387 5389 4943 0 -1 4202560 398661 0 0 0 255 65 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5395] ppid=5387 vsize=15768868 CPUtime=3.52 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) S 5387 5389 4943 0 -1 4202560 316774 0 0 0 301 51 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5396] ppid=5387 vsize=15768868 CPUtime=3.4 cores=1,3,5,7
/proc/5389/task/5396/stat : 5396 (java) S 5387 5389 4943 0 -1 4202560 427161 0 0 0 270 70 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5397] ppid=5387 vsize=15768868 CPUtime=3.04 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5387 5389 4943 0 -1 4202560 352006 0 0 0 247 57 0 0 15 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5398] ppid=5387 vsize=15768868 CPUtime=2.86 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5387 5389 4943 0 -1 4202560 314253 0 0 0 233 53 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5399] ppid=5387 vsize=15768868 CPUtime=2.64 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5387 5389 4943 0 -1 4202560 331585 0 0 0 213 51 0 0 16 0 22 0 523421079 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5400] ppid=5387 vsize=15768868 CPUtime=982.14 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) R 5387 5389 4943 0 -1 4202560 702731 0 0 0 98072 142 0 0 18 0 22 0 523421080 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 47026060274066 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=5389/tid=5401] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5401/stat : 5401 (java) S 5387 5389 4943 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 523421081 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5402] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5402/stat : 5402 (java) S 5387 5389 4943 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 523421081 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5403] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5403/stat : 5403 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562361265 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5404] ppid=5387 vsize=15768868 CPUtime=0.91 cores=1,3,5,7
/proc/5389/task/5404/stat : 5404 (java) S 5387 5389 4943 0 -1 4202560 8250 0 0 0 90 1 0 0 15 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5405] ppid=5387 vsize=15768868 CPUtime=1.17 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5387 5389 4943 0 -1 4202560 11753 0 0 0 116 1 0 0 15 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5406] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5406/stat : 5406 (java) S 5387 5389 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
[pid=5389/tid=5407] ppid=5387 vsize=15768868 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5387 5389 4943 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 523421083 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562354176 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5408] ppid=5387 vsize=15768868 CPUtime=308.68 cores=1,3,5,7
/proc/5389/task/5408/stat : 5408 (java) S 5387 5389 4943 0 -1 4202560 66096 0 0 0 30855 13 0 0 16 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 1 0 0 0
[pid=5389/tid=5409] ppid=5387 vsize=15768868 CPUtime=308.08 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5387 5389 4943 0 -1 4202560 49843 0 0 0 30795 13 0 0 15 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 3 0 0 0
[pid=5389/tid=5410] ppid=5387 vsize=15768868 CPUtime=306.53 cores=1,3,5,7
/proc/5389/task/5410/stat : 5410 (java) S 5387 5389 4943 0 -1 4202560 73201 0 0 0 30638 15 0 0 15 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 7 0 0 0
[pid=5389/tid=5411] ppid=5387 vsize=15768868 CPUtime=308.9 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5387 5389 4943 0 -1 4202560 51723 0 0 0 30878 12 0 0 15 0 22 0 523421170 16147320832 3845884 33554432000 1073741824 1073778376 140736598441824 18446744073709551615 271562353561 0 4 0 16800975 18446604469412952256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2243.73
Current children cumulated vsize (KiB) 15768868

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5389

[startup+1302.3 s]
/proc/loadavg: 1.05 1.22 2.97 2/198 5449
/proc/meminfo: memFree=15582976/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=0 CPUtime=2246.03 cores=1,3,5,7
/proc/5389/stat : 5389 (java) Z 5387 5389 4943 0 -1 4203548 3888766 0 1 0 223902 701 0 0 18 0 2 0 523421078 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 0 0 0 0 0 0 0
[pid=5389/tid=5410] ppid=5387 vsize=0 CPUtime=306.81 cores=1,3,5,7
/proc/5389/task/5410/stat : 5410 (java) R 5387 5389 4943 0 -1 4203588 73201 0 0 0 30638 43 0 0 16 0 2 0 523421170 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2246.03
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 1.05 1.22 2.97 2/198 5449
/proc/meminfo: memFree=15582976/32951124 swapFree=67111336/67111528
[pid=5389] ppid=5387 vsize=0 CPUtime=2246.23 cores=1,3,5,7
/proc/5389/stat : 5389 (java) Z 5387 5389 4943 0 -1 4203548 3888766 0 1 0 223902 721 0 0 18 0 2 0 523421078 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5389/statm: 0 0 0 0 0 0 0
[pid=5389/tid=5410] ppid=5387 vsize=0 CPUtime=307.01 cores=1,3,5,7
/proc/5389/task/5410/stat : 5410 (java) R 5387 5389 4943 0 -1 4203588 73201 0 0 0 30638 63 0 0 16 0 2 0 523421170 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2246.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.52
CPU time (s): 2246.26
CPU user time (s): 2239.03
CPU system time (s): 7.2329
CPU usage (%): 172.455
Max. virtual memory (cumulated for all children) (KiB): 15778388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2239.03
system time used= 7.2329
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3888766
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= 76073
involuntary context switches= 42508

runsolver used 2.02869 second user time and 5.13022 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 01:03:52
IDJOB=3311285
IDBENCH=82670
IDSOLVER=1698
FILE ID=node133/3311285-1304118232
RUNJOBID= node133-1304114513-4962
PBS_JOBID= 13170705
Free space on /tmp= 71892 MiB

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

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

MD5SUM BENCH= 2ca6073d25d8d5f2648d590c0edc75c0
RANDOM SEED=998462696

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30990708 kB
Buffers:        502824 kB
Cached:        1050568 kB
SwapCached:        124 kB
Active:         119636 kB
Inactive:      1497192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30990708 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:            5092 kB
Writeback:           0 kB
AnonPages:       62968 kB
Mapped:          14720 kB
Slab:           279860 kB
PageTables:       4164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71892 MiB
End job on node133 at 2011-04-30 01:25:35