Trace number 3312360

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) 2154.31 1302.56

General information on the benchmark

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

Solver Data

0.11/0.11	20:13 INFO : Reading from input HOME/instance-3312360-1304112013.cnf
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
3.85/2.28	20:15 INFO : 29878 variables remaining out of 30000
3.85/2.28	20:15 INFO : 500728 literals remaining out of 504000
1188.87/338.12	25:49 ERROR: Failed to solve instance
1188.87/338.12	java.lang.OutOfMemoryError: Java heap space
1188.87/338.12		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1188.87/338.12		at gnu.trove.THash.postInsertHook(THash.java:370)
1188.87/338.12		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1188.87/338.12		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1188.87/338.12		at ibis.structure.Subsumming.run(Subsumming.java:58)
1188.87/338.12		at ibis.structure.Solver.simplify(Solver.java:205)
1188.87/338.12		at ibis.structure.Solver.solve(Solver.java:113)
1188.87/338.12		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1188.87/338.12		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1188.87/338.12		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1188.87/338.12		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1188.87/338.12		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1188.87/338.12		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1188.87/338.12		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1188.87/338.12		at ibis.constellation.Executor.processActivities(Executor.java:75)
1188.87/338.12		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1188.87/338.12		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1188.87/338.12		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1331.87/480.71	28:13 ERROR: Failed to solve instance
1331.87/480.71	java.lang.OutOfMemoryError: Java heap space
1331.87/480.71		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1331.87/480.71		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1331.87/480.71		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1331.87/480.71		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1331.87/480.71		at ibis.structure.Solver.<init>(Solver.java:37)
1331.87/480.71		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1331.87/480.71		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1331.87/480.71		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1331.87/480.71		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1331.87/480.71		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1331.87/480.71		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1331.87/480.71		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1331.87/480.71		at ibis.constellation.Executor.processActivities(Executor.java:75)
1331.87/480.71		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1331.87/480.71		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1331.87/480.71		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1335.28/484.12	28:17 ERROR: Failed to solve instance
1335.28/484.12	java.lang.OutOfMemoryError: Java heap space
1335.28/484.12		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1335.28/484.12		at gnu.trove.THash.postInsertHook(THash.java:370)
1335.28/484.12		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1335.28/484.12		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1335.28/484.12		at ibis.structure.Subsumming.run(Subsumming.java:58)
1335.28/484.12		at ibis.structure.Solver.simplify(Solver.java:205)
1335.28/484.12		at ibis.structure.Solver.solve(Solver.java:113)
1335.28/484.12		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1335.28/484.12		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1335.28/484.12		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1335.28/484.12		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1335.28/484.12		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1335.28/484.12		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1335.28/484.12		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1335.28/484.12		at ibis.constellation.Executor.processActivities(Executor.java:75)
1335.28/484.12		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1335.28/484.12		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1335.28/484.12		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1337.69/486.51	28:17 ERROR: Failed to solve instance
1337.69/486.51	java.lang.OutOfMemoryError: Java heap space
1337.69/486.51		at ibis.structure.ImplicationsGraph.create(ImplicationsGraph.java:627)
1337.69/486.51		at ibis.structure.ImplicationsGraph.<init>(ImplicationsGraph.java:30)
1337.69/486.51		at ibis.structure.Solver.<init>(Solver.java:36)
1337.69/486.51		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1337.69/486.51		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1337.69/486.51		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1337.69/486.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1337.69/486.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1337.69/486.51		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1337.69/486.51		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1337.69/486.51		at ibis.constellation.Executor.processActivities(Executor.java:75)
1337.69/486.51		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1337.69/486.51		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1337.69/486.51		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1683.01/831.61	33:08 ERROR: Failed to solve instance
1683.01/831.61	java.lang.OutOfMemoryError: Java heap space
1846.55/994.99	36:35 ERROR: Failed to solve instance
1846.55/994.99	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-3312360-1304112013/watcher-3312360-1304112013 -o /tmp/evaluation-result-3312360-1304112013/solver-3312360-1304112013 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312360-1304112013.cnf 

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: 7.93 8.04 8.00 5/198 4682
/proc/meminfo: memFree=21720952/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/4682/stat : 4682 (java) S 4680 4682 4342 0 -1 4202496 1423 0 0 0 0 0 0 0 25 0 2 0 522800931 27824128 894 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485770213 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 6793 894 684 9 0 381 0
[pid=4682/tid=4683] ppid=4680 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4683/stat : 4683 (java) R 4680 4682 4342 0 -1 4202560 94 0 0 0 0 0 0 0 25 0 2 0 522800932 31313920 920 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274469005056 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.032565 s]
/proc/loadavg: 7.93 8.04 8.00 5/198 4682
/proc/meminfo: memFree=21720952/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/4682/stat : 4682 (java) S 4680 4682 4342 0 -1 4202496 3655 0 1 0 2 0 0 0 25 0 13 0 522800931 15978749952 3095 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 3901062 3095 1674 9 0 3891810 0
[pid=4682/tid=4683] ppid=4680 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/4682/task/4683/stat : 4683 (java) R 4680 4682 4342 0 -1 4202560 2266 0 1 0 2 0 0 0 25 0 13 0 522800932 15978749952 3096 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 47421161922565 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100555 s]
/proc/loadavg: 7.93 8.04 8.00 5/198 4682
/proc/meminfo: memFree=21720952/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=15676728 CPUtime=0.11 cores=1,3,5,7
/proc/4682/stat : 4682 (java) S 4680 4682 4342 0 -1 4202496 5664 0 1 0 10 1 0 0 25 0 18 0 522800931 16052969472 5064 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 3919182 5064 2117 9 0 3909901 0
[pid=4682/tid=4683] ppid=4680 vsize=15676728 CPUtime=0.08 cores=1,3,5,7
/proc/4682/task/4683/stat : 4683 (java) R 4680 4682 4342 0 -1 4202560 3487 0 1 0 8 0 0 0 25 0 18 0 522800932 16052969472 5065 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 47421166423544 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676728

[startup+0.30052 s]
/proc/loadavg: 7.93 8.04 8.00 5/198 4682
/proc/meminfo: memFree=21720952/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=15682068 CPUtime=0.51 cores=1,3,5,7
/proc/4682/stat : 4682 (java) S 4680 4682 4342 0 -1 4202496 16831 0 1 0 49 2 0 0 25 0 18 0 522800931 16058437632 14985 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 3920517 14991 2206 9 0 3911236 0
[pid=4682/tid=4683] ppid=4680 vsize=15682068 CPUtime=0.28 cores=1,3,5,7
/proc/4682/task/4683/stat : 4683 (java) R 4680 4682 4342 0 -1 4202560 11656 0 1 0 27 1 0 0 25 0 18 0 522800932 16058437632 14995 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 46912505641107 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15682068

[startup+0.700449 s]
/proc/loadavg: 7.93 8.04 8.00 5/198 4682
/proc/meminfo: memFree=21720952/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=15682068 CPUtime=0.93 cores=1,3,5,7
/proc/4682/stat : 4682 (java) S 4680 4682 4342 0 -1 4202496 41871 0 1 0 87 6 0 0 25 0 18 0 522800931 16058437632 40021 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 3920517 40021 2222 9 0 3911236 0
[pid=4682/tid=4683] ppid=4680 vsize=15682068 CPUtime=0.68 cores=1,3,5,7
/proc/4682/task/4683/stat : 4683 (java) R 4680 4682 4342 0 -1 4202560 35509 0 1 0 63 5 0 0 25 0 18 0 522800932 16058437632 40021 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 46912505529011 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15682068

[startup+1.50131 s]
/proc/loadavg: 7.77 8.01 7.99 7/220 4704
/proc/meminfo: memFree=21024092/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=15686180 CPUtime=2.46 cores=1,3,5,7
/proc/4682/stat : 4682 (java) S 4680 4682 4342 0 -1 4202496 57835 0 1 0 238 8 0 0 25 0 22 0 522800931 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 3921545 51024 2258 9 0 3912264 0
[pid=4682/tid=4683] ppid=4680 vsize=15686180 CPUtime=1.47 cores=1,3,5,7
/proc/4682/task/4683/stat : 4683 (java) R 4680 4682 4342 0 -1 4202560 35609 0 1 0 142 5 0 0 25 0 22 0 522800932 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 47421166086278 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4682/tid=4685] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4685/stat : 4685 (java) S 4680 4682 4342 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 22 0 522800932 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4686] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4686/stat : 4686 (java) S 4680 4682 4342 0 -1 4202560 67 0 0 0 0 0 0 0 18 0 22 0 522800932 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4687] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4687/stat : 4687 (java) S 4680 4682 4342 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 522800932 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4688] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4688/stat : 4688 (java) S 4680 4682 4342 0 -1 4202560 1220 0 0 0 0 0 0 0 18 0 22 0 522800932 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4689] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4689/stat : 4689 (java) S 4680 4682 4342 0 -1 4202560 439 0 0 0 0 0 0 0 18 0 22 0 522800932 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4690] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4690/stat : 4690 (java) S 4680 4682 4342 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522800932 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4691] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4691/stat : 4691 (java) S 4680 4682 4342 0 -1 4202560 988 0 0 0 0 0 0 0 18 0 22 0 522800932 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4692] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4692/stat : 4692 (java) S 4680 4682 4342 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 22 0 522800932 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4693] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4693/stat : 4693 (java) S 4680 4682 4342 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 522800933 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 0 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4694] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4694/stat : 4694 (java) S 4680 4682 4342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522800933 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4695] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4695/stat : 4695 (java) S 4680 4682 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522800933 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4696] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4696/stat : 4696 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522800935 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485791153 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4697] ppid=4680 vsize=15686180 CPUtime=0.21 cores=1,3,5,7
/proc/4682/task/4697/stat : 4697 (java) S 4680 4682 4342 0 -1 4202560 2526 0 0 0 21 0 0 0 15 0 22 0 522800935 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4698] ppid=4680 vsize=15686180 CPUtime=0.72 cores=1,3,5,7
/proc/4682/task/4698/stat : 4698 (java) R 4680 4682 4342 0 -1 4202560 14498 0 0 0 71 1 0 0 20 0 22 0 522800936 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 47421165471232 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4682/tid=4699] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4699/stat : 4699 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522800936 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4700] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4700/stat : 4700 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522800936 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4701] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4701/stat : 4701 (java) S 4680 4682 4342 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 522801007 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4702] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4702/stat : 4702 (java) S 4680 4682 4342 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 522801007 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4703] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4703/stat : 4703 (java) S 4680 4682 4342 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522801007 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4704] ppid=4680 vsize=15686180 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4704/stat : 4704 (java) S 4680 4682 4342 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522801007 16062648320 51024 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 15686180

[startup+3.10103 s]
/proc/loadavg: 7.77 8.01 7.99 9/220 4704
/proc/meminfo: memFree=20795156/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=15687568 CPUtime=5.95 cores=1,3,5,7
/proc/4682/stat : 4682 (java) S 4680 4682 4342 0 -1 4202496 75716 0 1 0 584 11 0 0 25 0 22 0 522800931 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 3921892 66392 2274 9 0 3912611 0
[pid=4682/tid=4683] ppid=4680 vsize=15687568 CPUtime=2.26 cores=1,3,5,7
/proc/4682/task/4683/stat : 4683 (java) S 4680 4682 4342 0 -1 4202560 35667 0 1 0 221 5 0 0 25 0 22 0 522800932 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4685] ppid=4680 vsize=15687568 CPUtime=0.03 cores=1,3,5,7
/proc/4682/task/4685/stat : 4685 (java) S 4680 4682 4342 0 -1 4202560 4522 0 0 0 2 1 0 0 18 0 22 0 522800932 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4686] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4686/stat : 4686 (java) S 4680 4682 4342 0 -1 4202560 67 0 0 0 0 0 0 0 17 0 22 0 522800932 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4687] ppid=4680 vsize=15687568 CPUtime=0.02 cores=1,3,5,7
/proc/4682/task/4687/stat : 4687 (java) S 4680 4682 4342 0 -1 4202560 4039 0 0 0 2 0 0 0 18 0 22 0 522800932 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4688] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4688/stat : 4688 (java) S 4680 4682 4342 0 -1 4202560 1220 0 0 0 0 0 0 0 17 0 22 0 522800932 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4689] ppid=4680 vsize=15687568 CPUtime=0.02 cores=1,3,5,7
/proc/4682/task/4689/stat : 4689 (java) S 4680 4682 4342 0 -1 4202560 4694 0 0 0 2 0 0 0 18 0 22 0 522800932 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4690] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4690/stat : 4690 (java) S 4680 4682 4342 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522800932 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4691] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4691/stat : 4691 (java) S 4680 4682 4342 0 -1 4202560 988 0 0 0 0 0 0 0 17 0 22 0 522800932 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4692] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4692/stat : 4692 (java) S 4680 4682 4342 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 22 0 522800932 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4693] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4693/stat : 4693 (java) S 4680 4682 4342 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 522800933 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 0 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4694] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4694/stat : 4694 (java) S 4680 4682 4342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522800933 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4695] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4695/stat : 4695 (java) S 4680 4682 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522800933 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4696] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4696/stat : 4696 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522800935 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485791153 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4697] ppid=4680 vsize=15687568 CPUtime=0.65 cores=1,3,5,7
/proc/4682/task/4697/stat : 4697 (java) S 4680 4682 4342 0 -1 4202560 3044 0 0 0 65 0 0 0 15 0 22 0 522800935 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4698] ppid=4680 vsize=15687568 CPUtime=1.5 cores=1,3,5,7
/proc/4682/task/4698/stat : 4698 (java) S 4680 4682 4342 0 -1 4202560 16454 0 0 0 148 2 0 0 16 0 22 0 522800936 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4699] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4699/stat : 4699 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522800936 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4700] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4700/stat : 4700 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522800936 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4701] ppid=4680 vsize=15687568 CPUtime=0.23 cores=1,3,5,7
/proc/4682/task/4701/stat : 4701 (java) R 4680 4682 4342 0 -1 4202560 2231 0 0 0 23 0 0 0 16 0 22 0 522801007 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 46912506375507 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4682/tid=4702] ppid=4680 vsize=15687568 CPUtime=0.48 cores=1,3,5,7
/proc/4682/task/4702/stat : 4702 (java) R 4680 4682 4342 0 -1 4202560 1217 0 0 0 48 0 0 0 16 0 22 0 522801007 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 46912506375906 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4682/tid=4703] ppid=4680 vsize=15687568 CPUtime=0.39 cores=1,3,5,7
/proc/4682/task/4703/stat : 4703 (java) R 4680 4682 4342 0 -1 4202560 48 0 0 0 39 0 0 0 16 0 22 0 522801007 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 46912506360081 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4682/tid=4704] ppid=4680 vsize=15687568 CPUtime=0.29 cores=1,3,5,7
/proc/4682/task/4704/stat : 4704 (java) S 4680 4682 4342 0 -1 4202560 8 0 0 0 29 0 0 0 15 0 22 0 522801007 16064069632 66392 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 15687568

[startup+6.30147 s]
/proc/loadavg: 7.79 8.01 7.99 13/220 4704
/proc/meminfo: memFree=19305292/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=15687568 CPUtime=18.49 cores=1,3,5,7
/proc/4682/stat : 4682 (java) S 4680 4682 4342 0 -1 4202496 279290 0 1 0 1808 41 0 0 25 0 22 0 522800931 16064069632 269572 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 3921892 269572 2274 9 0 3912611 0
[pid=4682/tid=4683] ppid=4680 vsize=15687568 CPUtime=2.26 cores=1,3,5,7
/proc/4682/task/4683/stat : 4683 (java) S 4680 4682 4342 0 -1 4202560 35667 0 1 0 221 5 0 0 25 0 22 0 522800932 16064069632 269572 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4685] ppid=4680 vsize=15687568 CPUtime=0.11 cores=1,3,5,7
/proc/4682/task/4685/stat : 4685 (java) S 4680 4682 4342 0 -1 4202560 13711 0 0 0 10 1 0 0 15 0 22 0 522800932 16064069632 269572 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4686] ppid=4680 vsize=15687568 CPUtime=0.11 cores=1,3,5,7
/proc/4682/task/4686/stat : 4686 (java) S 4680 4682 4342 0 -1 4202560 18964 0 0 0 9 2 0 0 16 0 22 0 522800932 16064069632 269572 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4687] ppid=4680 vsize=15687568 CPUtime=0.1 cores=1,3,5,7
/proc/4682/task/4687/stat : 4687 (java) S 4680 4682 4342 0 -1 4202560 17792 0 0 0 8 2 0 0 16 0 22 0 522800932 16064069632 269572 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
[pid=4682/tid=4688] ppid=4680 vsize=15687568 CPUtime=0.13 cores=1,3,5,7
/proc/4682/task/4688/stat : 4688 (java) S 4680 4682 4342 0 -1 4202560 15456 0 0 0 11 2 0 0 16 0 22 0 522800932 16064069632 269572 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4689] ppid=4680 vsize=15687568 CPUtime=0.09 cores=1,3,5,7
/proc/4682/task/4689/stat : 4689 (java) S 4680 4682 4342 0 -1 4202560 12373 0 0 0 8 1 0 0 16 0 22 0 522800932 16064069632 269572 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4690] ppid=4680 vsize=15687568 CPUtime=0.14 cores=1,3,5,7
/proc/4682/task/4690/stat : 4690 (java) S 4680 4682 4342 0 -1 4202560 34633 0 0 0 9 5 0 0 16 0 22 0 522800932 16064069632 269572 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4691] ppid=4680 vsize=15687568 CPUtime=0.11 cores=1,3,5,7
/proc/4682/task/4691/stat : 4691 (java) S 4680 4682 4342 0 -1 4202560 21969 0 0 0 8 3 0 0 16 0 22 0 522800932 16064069632 269572 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4692] ppid=4680 vsize=15687568 CPUtime=0.07 cores=1,3,5,7
/proc/4682/task/4692/stat : 4692 (java) S 4680 4682 4342 0 -1 4202560 16602 0 0 0 5 2 0 0 15 0 22 0 522800932 16064069632 269572 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0

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

/proc/4682/task/4689/stat : 4689 (java) S 4680 4682 4342 0 -1 4202560 391621 0 0 0 250 65 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
[pid=4682/tid=4690] ppid=4680 vsize=15687568 CPUtime=3.15 cores=1,3,5,7
/proc/4682/task/4690/stat : 4690 (java) S 4680 4682 4342 0 -1 4202560 440382 0 0 0 241 74 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4691] ppid=4680 vsize=15687568 CPUtime=2.24 cores=1,3,5,7
/proc/4682/task/4691/stat : 4691 (java) S 4680 4682 4342 0 -1 4202560 305614 0 0 0 170 54 0 0 15 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4692] ppid=4680 vsize=15687568 CPUtime=2.84 cores=1,3,5,7
/proc/4682/task/4692/stat : 4692 (java) S 4680 4682 4342 0 -1 4202560 281162 0 0 0 236 48 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
[pid=4682/tid=4693] ppid=4680 vsize=15687568 CPUtime=895.42 cores=1,3,5,7
/proc/4682/task/4693/stat : 4693 (java) R 4680 4682 4342 0 -1 4202560 665782 0 0 0 89449 93 0 0 25 0 22 0 522800933 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 47421162795357 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4682/tid=4694] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4694/stat : 4694 (java) S 4680 4682 4342 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 522800933 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4695] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4695/stat : 4695 (java) S 4680 4682 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522800933 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4696] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4696/stat : 4696 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522800935 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485791153 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4697] ppid=4680 vsize=15687568 CPUtime=0.75 cores=1,3,5,7
/proc/4682/task/4697/stat : 4697 (java) S 4680 4682 4342 0 -1 4202560 3060 0 0 0 75 0 0 0 15 0 22 0 522800935 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4698] ppid=4680 vsize=15687568 CPUtime=1.69 cores=1,3,5,7
/proc/4682/task/4698/stat : 4698 (java) S 4680 4682 4342 0 -1 4202560 16473 0 0 0 167 2 0 0 16 0 22 0 522800936 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4699] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4699/stat : 4699 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522800936 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4700] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4700/stat : 4700 (java) S 4680 4682 4342 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 522800936 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4701] ppid=4680 vsize=15687568 CPUtime=278.4 cores=1,3,5,7
/proc/4682/task/4701/stat : 4701 (java) S 4680 4682 4342 0 -1 4202560 108297 0 0 0 27824 16 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4702] ppid=4680 vsize=15687568 CPUtime=278.7 cores=1,3,5,7
/proc/4682/task/4702/stat : 4702 (java) S 4680 4682 4342 0 -1 4202560 104526 0 0 0 27850 20 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
[pid=4682/tid=4703] ppid=4680 vsize=15687568 CPUtime=277.87 cores=1,3,5,7
/proc/4682/task/4703/stat : 4703 (java) S 4680 4682 4342 0 -1 4202560 98287 0 0 0 27772 15 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4704] ppid=4680 vsize=15687568 CPUtime=277.89 cores=1,3,5,7
/proc/4682/task/4704/stat : 4704 (java) S 4680 4682 4342 0 -1 4202560 110154 0 0 0 27772 17 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2034.03
Current children cumulated vsize (KiB) 15687568

[startup+1242.3 s]
/proc/loadavg: 2.91 4.60 5.88 2/193 4757
/proc/meminfo: memFree=7414696/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=15687568 CPUtime=2094.04 cores=1,3,5,7
/proc/4682/stat : 4682 (java) S 4680 4682 4342 0 -1 4202496 3895698 0 1 0 208761 643 0 0 25 0 22 0 522800931 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 3921892 3850201 2293 9 0 3912611 0
[pid=4682/tid=4683] ppid=4680 vsize=15687568 CPUtime=2.26 cores=1,3,5,7
/proc/4682/task/4683/stat : 4683 (java) S 4680 4682 4342 0 -1 4202560 35667 0 1 0 221 5 0 0 25 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4685] ppid=4680 vsize=15687568 CPUtime=2.22 cores=1,3,5,7
/proc/4682/task/4685/stat : 4685 (java) S 4680 4682 4342 0 -1 4202560 334181 0 0 0 165 57 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4686] ppid=4680 vsize=15687568 CPUtime=2.31 cores=1,3,5,7
/proc/4682/task/4686/stat : 4686 (java) S 4680 4682 4342 0 -1 4202560 367670 0 0 0 172 59 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4687] ppid=4680 vsize=15687568 CPUtime=2 cores=1,3,5,7
/proc/4682/task/4687/stat : 4687 (java) S 4680 4682 4342 0 -1 4202560 276573 0 0 0 153 47 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4688] ppid=4680 vsize=15687568 CPUtime=2.99 cores=1,3,5,7
/proc/4682/task/4688/stat : 4688 (java) S 4680 4682 4342 0 -1 4202560 354255 0 0 0 239 60 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4689] ppid=4680 vsize=15687568 CPUtime=3.15 cores=1,3,5,7
/proc/4682/task/4689/stat : 4689 (java) S 4680 4682 4342 0 -1 4202560 391621 0 0 0 250 65 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
[pid=4682/tid=4690] ppid=4680 vsize=15687568 CPUtime=3.15 cores=1,3,5,7
/proc/4682/task/4690/stat : 4690 (java) S 4680 4682 4342 0 -1 4202560 440382 0 0 0 241 74 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4691] ppid=4680 vsize=15687568 CPUtime=2.24 cores=1,3,5,7
/proc/4682/task/4691/stat : 4691 (java) S 4680 4682 4342 0 -1 4202560 305614 0 0 0 170 54 0 0 15 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4692] ppid=4680 vsize=15687568 CPUtime=2.84 cores=1,3,5,7
/proc/4682/task/4692/stat : 4692 (java) S 4680 4682 4342 0 -1 4202560 281162 0 0 0 236 48 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
[pid=4682/tid=4693] ppid=4680 vsize=15687568 CPUtime=955.39 cores=1,3,5,7
/proc/4682/task/4693/stat : 4693 (java) R 4680 4682 4342 0 -1 4202560 665787 0 0 0 95445 94 0 0 25 0 22 0 522800933 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 47421160853641 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=4682/tid=4694] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4694/stat : 4694 (java) S 4680 4682 4342 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 522800933 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4695] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4695/stat : 4695 (java) S 4680 4682 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522800933 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4696] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4696/stat : 4696 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522800935 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485791153 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4697] ppid=4680 vsize=15687568 CPUtime=0.75 cores=1,3,5,7
/proc/4682/task/4697/stat : 4697 (java) S 4680 4682 4342 0 -1 4202560 3060 0 0 0 75 0 0 0 15 0 22 0 522800935 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4698] ppid=4680 vsize=15687568 CPUtime=1.69 cores=1,3,5,7
/proc/4682/task/4698/stat : 4698 (java) S 4680 4682 4342 0 -1 4202560 16473 0 0 0 167 2 0 0 16 0 22 0 522800936 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4699] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4699/stat : 4699 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522800936 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4700] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4700/stat : 4700 (java) S 4680 4682 4342 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 522800936 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4701] ppid=4680 vsize=15687568 CPUtime=278.41 cores=1,3,5,7
/proc/4682/task/4701/stat : 4701 (java) S 4680 4682 4342 0 -1 4202560 108526 0 0 0 27825 16 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4702] ppid=4680 vsize=15687568 CPUtime=278.7 cores=1,3,5,7
/proc/4682/task/4702/stat : 4702 (java) S 4680 4682 4342 0 -1 4202560 104599 0 0 0 27850 20 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
[pid=4682/tid=4703] ppid=4680 vsize=15687568 CPUtime=277.88 cores=1,3,5,7
/proc/4682/task/4703/stat : 4703 (java) S 4680 4682 4342 0 -1 4202560 98489 0 0 0 27772 16 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4704] ppid=4680 vsize=15687568 CPUtime=277.89 cores=1,3,5,7
/proc/4682/task/4704/stat : 4704 (java) S 4680 4682 4342 0 -1 4202560 110188 0 0 0 27772 17 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2094.04
Current children cumulated vsize (KiB) 15687568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.70 3.94 5.57 2/193 4759
/proc/meminfo: memFree=7414772/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=15687568 CPUtime=2151.74 cores=1,3,5,7
/proc/4682/stat : 4682 (java) S 4680 4682 4342 0 -1 4202496 3896225 0 1 0 214529 645 0 0 25 0 22 0 522800931 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 3921892 3850201 2293 9 0 3912611 0
[pid=4682/tid=4683] ppid=4680 vsize=15687568 CPUtime=2.26 cores=1,3,5,7
/proc/4682/task/4683/stat : 4683 (java) S 4680 4682 4342 0 -1 4202560 35667 0 1 0 221 5 0 0 25 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4685] ppid=4680 vsize=15687568 CPUtime=2.22 cores=1,3,5,7
/proc/4682/task/4685/stat : 4685 (java) S 4680 4682 4342 0 -1 4202560 334181 0 0 0 165 57 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4686] ppid=4680 vsize=15687568 CPUtime=2.31 cores=1,3,5,7
/proc/4682/task/4686/stat : 4686 (java) S 4680 4682 4342 0 -1 4202560 367670 0 0 0 172 59 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4687] ppid=4680 vsize=15687568 CPUtime=2 cores=1,3,5,7
/proc/4682/task/4687/stat : 4687 (java) S 4680 4682 4342 0 -1 4202560 276573 0 0 0 153 47 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4688] ppid=4680 vsize=15687568 CPUtime=2.99 cores=1,3,5,7
/proc/4682/task/4688/stat : 4688 (java) S 4680 4682 4342 0 -1 4202560 354255 0 0 0 239 60 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4689] ppid=4680 vsize=15687568 CPUtime=3.15 cores=1,3,5,7
/proc/4682/task/4689/stat : 4689 (java) S 4680 4682 4342 0 -1 4202560 391621 0 0 0 250 65 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
[pid=4682/tid=4690] ppid=4680 vsize=15687568 CPUtime=3.15 cores=1,3,5,7
/proc/4682/task/4690/stat : 4690 (java) S 4680 4682 4342 0 -1 4202560 440382 0 0 0 241 74 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4691] ppid=4680 vsize=15687568 CPUtime=2.24 cores=1,3,5,7
/proc/4682/task/4691/stat : 4691 (java) S 4680 4682 4342 0 -1 4202560 305614 0 0 0 170 54 0 0 15 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4692] ppid=4680 vsize=15687568 CPUtime=2.84 cores=1,3,5,7
/proc/4682/task/4692/stat : 4692 (java) S 4680 4682 4342 0 -1 4202560 281162 0 0 0 236 48 0 0 16 0 22 0 522800932 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
[pid=4682/tid=4693] ppid=4680 vsize=15687568 CPUtime=1013.08 cores=1,3,5,7
/proc/4682/task/4693/stat : 4693 (java) R 4680 4682 4342 0 -1 4202560 665791 0 0 0 101213 95 0 0 25 0 22 0 522800933 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 47421165512756 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4682/tid=4694] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4694/stat : 4694 (java) S 4680 4682 4342 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 522800933 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4695] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4695/stat : 4695 (java) S 4680 4682 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522800933 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4696] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4696/stat : 4696 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522800935 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485791153 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4697] ppid=4680 vsize=15687568 CPUtime=0.75 cores=1,3,5,7
/proc/4682/task/4697/stat : 4697 (java) S 4680 4682 4342 0 -1 4202560 3060 0 0 0 75 0 0 0 15 0 22 0 522800935 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4698] ppid=4680 vsize=15687568 CPUtime=1.69 cores=1,3,5,7
/proc/4682/task/4698/stat : 4698 (java) S 4680 4682 4342 0 -1 4202560 16473 0 0 0 167 2 0 0 16 0 22 0 522800936 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 7 0 0 0
[pid=4682/tid=4699] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4699/stat : 4699 (java) S 4680 4682 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522800936 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4700] ppid=4680 vsize=15687568 CPUtime=0 cores=1,3,5,7
/proc/4682/task/4700/stat : 4700 (java) S 4680 4682 4342 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 522800936 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485784064 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4701] ppid=4680 vsize=15687568 CPUtime=278.41 cores=1,3,5,7
/proc/4682/task/4701/stat : 4701 (java) S 4680 4682 4342 0 -1 4202560 108589 0 0 0 27825 16 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 1 0 0 0
[pid=4682/tid=4702] ppid=4680 vsize=15687568 CPUtime=278.7 cores=1,3,5,7
/proc/4682/task/4702/stat : 4702 (java) S 4680 4682 4342 0 -1 4202560 104680 0 0 0 27850 20 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 5 0 0 0
[pid=4682/tid=4703] ppid=4680 vsize=15687568 CPUtime=277.88 cores=1,3,5,7
/proc/4682/task/4703/stat : 4703 (java) S 4680 4682 4342 0 -1 4202560 98761 0 0 0 27772 16 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
[pid=4682/tid=4704] ppid=4680 vsize=15687568 CPUtime=277.9 cores=1,3,5,7
/proc/4682/task/4704/stat : 4704 (java) S 4680 4682 4342 0 -1 4202560 110291 0 0 0 27772 18 0 0 15 0 22 0 522801007 16064069632 3850201 33554432000 1073741824 1073778376 140736111911808 18446744073709551615 274485783449 0 4 0 16800975 18446604466044646464 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2151.74
Current children cumulated vsize (KiB) 15687568

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4682

[startup+1302.3 s]
/proc/loadavg: 1.70 3.94 5.57 2/194 4760
/proc/meminfo: memFree=7414764/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=0 CPUtime=2154.04 cores=1,3,5,7
/proc/4682/stat : 4682 (java) Z 4680 4682 4342 0 -1 4203548 3896249 0 1 0 214731 673 0 0 18 0 2 0 522800931 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 0 0 0 0 0 0 0
[pid=4682/tid=4695] ppid=4680 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/4682/task/4695/stat : 4695 (java) R 4680 4682 4342 0 -1 4203588 8 0 0 0 0 28 0 0 18 0 2 0 522800933 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2154.04
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 1.70 3.94 5.57 2/194 4760
/proc/meminfo: memFree=7414764/32950928 swapFree=67111524/67111528
[pid=4682] ppid=4680 vsize=0 CPUtime=2154.24 cores=1,3,5,7
/proc/4682/stat : 4682 (java) Z 4680 4682 4342 0 -1 4203548 3896249 0 1 0 214731 693 0 0 18 0 2 0 522800931 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4682/statm: 0 0 0 0 0 0 0
[pid=4682/tid=4695] ppid=4680 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/4682/task/4695/stat : 4695 (java) R 4680 4682 4342 0 -1 4203588 8 0 0 0 0 48 0 0 18 0 2 0 522800933 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2154.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.56
CPU time (s): 2154.31
CPU user time (s): 2147.31
CPU system time (s): 6.99794
CPU usage (%): 165.39
Max. virtual memory (cumulated for all children) (KiB): 15688952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2147.31
system time used= 6.99794
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3896249
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= 72484
involuntary context switches= 26367

runsolver used 2.11468 second user time and 5.02623 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 23:20:13
IDJOB=3312360
IDBENCH=82545
IDSOLVER=1699
FILE ID=node125/3312360-1304112013
RUNJOBID= node125-1304109586-4361
PBS_JOBID= 13170675
Free space on /tmp= 72760 MiB

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

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

MD5SUM BENCH= 33c09da85657b6bbed23989098d6baf7
RANDOM SEED=309388535

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.74
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.828
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.828
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:     32950928 kB
MemFree:      21721224 kB
Buffers:       2126044 kB
Cached:        7583000 kB
SwapCached:          4 kB
Active:        3263184 kB
Inactive:      7440528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21721224 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6524 kB
Writeback:           0 kB
AnonPages:      994176 kB
Mapped:          23388 kB
Slab:           461224 kB
PageTables:       6036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1947932 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= 72760 MiB
End job on node125 at 2011-04-29 23:41:55