Trace number 3312516

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) 2307.42 1302.51

General information on the benchmark

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

Solver Data

0.09/0.12	18:08 INFO : Reading from input HOME/instance-3312516-1304119088.cnf
1.23/1.08	Executor set job limit to 1000000
1.23/1.08	Executor set job limit to 1000000
1.23/1.08	Executor set job limit to 1000000
1.23/1.08	Executor set job limit to 1000000
1.23/1.08	Starting Executor!
1.23/1.08	Starting Executor!
1.23/1.08	Starting Executor!
1.23/1.08	Starting Executor!
5.01/3.11	18:11 INFO : 49836 variables remaining out of 50000
5.01/3.11	18:11 INFO : 835716 literals remaining out of 840000
1463.47/464.48	25:53 ERROR: Failed to solve instance
1463.47/464.48	java.lang.OutOfMemoryError: Java heap space
1463.47/464.48		at gnu.trove.TPrimitiveHash.setUp(TPrimitiveHash.java:123)
1463.47/464.48		at gnu.trove.TIntHash.setUp(TIntHash.java:133)
1463.47/464.48		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:83)
1463.47/464.48		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:68)
1463.47/464.48		at gnu.trove.TIntHash.<init>(TIntHash.java:60)
1463.47/464.48		at gnu.trove.TIntHashSet.<init>(TIntHashSet.java:59)
1463.47/464.48		at ibis.structure.WatchLists.build(WatchLists.java:47)
1463.47/464.48		at ibis.structure.Solver.<init>(Solver.java:45)
1463.47/464.48		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1463.47/464.48		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1463.47/464.48		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1463.47/464.48		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1463.47/464.48		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1463.47/464.48		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1463.47/464.48		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1463.47/464.48		at ibis.constellation.Executor.processActivities(Executor.java:75)
1463.47/464.48		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1463.47/464.48		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1463.47/464.48		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1463.47/464.48	25:53 ERROR: Failed to solve instance
1463.47/464.48	java.lang.OutOfMemoryError: Java heap space
1463.47/464.48		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1463.47/464.48		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1463.47/464.48		at ibis.structure.Subsumming.run(Subsumming.java:57)
1463.47/464.48		at ibis.structure.Solver.simplify(Solver.java:205)
1463.47/464.48		at ibis.structure.Solver.solve(Solver.java:113)
1463.47/464.48		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1463.47/464.48		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1463.47/464.48		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1463.47/464.48		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1463.47/464.48		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1463.47/464.48		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1463.47/464.48		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1463.47/464.48		at ibis.constellation.Executor.processActivities(Executor.java:75)
1463.47/464.48		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1463.47/464.48		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1463.47/464.48		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1544.50/544.55	27:13 ERROR: Failed to solve instance
1544.50/544.55	java.lang.OutOfMemoryError: Java heap space
1544.50/544.55		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1544.50/544.55		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1544.50/544.55		at ibis.structure.Subsumming.run(Subsumming.java:57)
1544.50/544.55		at ibis.structure.Solver.simplify(Solver.java:205)
1544.50/544.55		at ibis.structure.Solver.solve(Solver.java:113)
1544.50/544.55		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1544.50/544.55		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1544.50/544.55		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1544.50/544.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1544.50/544.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1544.50/544.55		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1544.50/544.55		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1544.50/544.55		at ibis.constellation.Executor.processActivities(Executor.java:75)
1544.50/544.55		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1544.50/544.55		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1544.50/544.55		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1595.07/594.35	28:02 ERROR: Failed to solve instance
1595.07/594.35	java.lang.OutOfMemoryError: Java heap space
1595.07/594.35		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1595.07/594.35		at gnu.trove.THash.postInsertHook(THash.java:370)
1595.07/594.35		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1595.07/594.35		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1595.07/594.35		at ibis.structure.Subsumming.run(Subsumming.java:58)
1595.07/594.35		at ibis.structure.Solver.simplify(Solver.java:205)
1595.07/594.35		at ibis.structure.Solver.solve(Solver.java:113)
1595.07/594.35		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1595.07/594.35		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1595.07/594.35		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1595.07/594.35		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1595.07/594.35		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1595.07/594.35		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1595.07/594.35		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1595.07/594.35		at ibis.constellation.Executor.processActivities(Executor.java:75)
1595.07/594.35		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1595.07/594.35		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1595.07/594.35		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1948.70/946.72	33:55 ERROR: Failed to solve instance
1948.70/946.72	java.lang.OutOfMemoryError: Java heap space
2141.51/1138.69	37:07 ERROR: Failed to solve instance
2141.51/1138.69	java.lang.OutOfMemoryError: Java heap space
2173.76/1170.75	37:39 ERROR: Failed to solve instance
2173.76/1170.75	java.lang.OutOfMemoryError: Java heap space
2186.76/1183.08	37:51 ERROR: Failed to solve instance
2186.76/1183.08	java.lang.OutOfMemoryError: Java heap space
2189.75/1185.92	37:54 ERROR: Failed to solve instance
2189.75/1185.92	java.lang.OutOfMemoryError: Java heap space
2281.03/1276.31	39:24 ERROR: Failed to solve instance
2281.03/1276.31	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-3312516-1304119088/watcher-3312516-1304119088 -o /tmp/evaluation-result-3312516-1304119088/solver-3312516-1304119088 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312516-1304119088.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: 5.09 5.29 5.99 5/198 29376
/proc/meminfo: memFree=28322416/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/29376/stat : 29376 (java) R 29374 29376 28616 0 -1 4202496 813 0 0 0 0 0 0 0 21 0 1 0 523505876 23580672 301 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239471732480 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29376/statm: 5757 312 246 9 0 124 0

[startup+0.0452779 s]
/proc/loadavg: 5.09 5.29 5.99 5/198 29376
/proc/meminfo: memFree=28322416/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/29376/stat : 29376 (java) S 29374 29376 28616 0 -1 4202496 3811 0 1 0 2 1 0 0 21 0 13 0 523505876 15978749952 3251 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488497637 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 3901062 3252 1683 9 0 3891810 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.100271 s]
/proc/loadavg: 5.09 5.29 5.99 5/198 29376
/proc/meminfo: memFree=28322416/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=15676772 CPUtime=0.09 cores=1,3,5,7
/proc/29376/stat : 29376 (java) S 29374 29376 28616 0 -1 4202496 5511 0 1 0 8 1 0 0 21 0 18 0 523505876 16053014528 4951 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 3919193 4951 2116 9 0 3909912 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676772

[startup+0.300206 s]
/proc/loadavg: 5.09 5.29 5.99 5/198 29376
/proc/meminfo: memFree=28322416/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=15680288 CPUtime=0.51 cores=1,3,5,7
/proc/29376/stat : 29376 (java) S 29374 29376 28616 0 -1 4202496 14599 0 1 0 48 3 0 0 21 0 18 0 523505876 16056614912 13087 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 3920072 13093 2206 9 0 3910791 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680288

[startup+0.701155 s]
/proc/loadavg: 5.09 5.29 5.99 5/198 29376
/proc/meminfo: memFree=28322416/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=15680288 CPUtime=0.91 cores=1,3,5,7
/proc/29376/stat : 29376 (java) S 29374 29376 28616 0 -1 4202496 41793 0 1 0 85 6 0 0 21 0 18 0 523505876 16056614912 40278 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 3920072 40278 2222 9 0 3910791 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15680288

[startup+1.50093 s]
/proc/loadavg: 5.09 5.28 5.98 6/216 29394
/proc/meminfo: memFree=28164360/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=15704476 CPUtime=2.07 cores=1,3,5,7
/proc/29376/stat : 29376 (java) S 29374 29376 28616 0 -1 4202496 54996 0 1 0 199 8 0 0 21 0 22 0 523505876 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 3926119 51474 2260 9 0 3916838 0
[pid=29376/tid=29378] ppid=29374 vsize=15704476 CPUtime=1.46 cores=1,3,5,7
/proc/29376/task/29378/stat : 29378 (java) R 29374 29376 28616 0 -1 4202560 35650 0 1 0 140 6 0 0 21 0 22 0 523505877 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 47295014018664 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29376/tid=29379] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29379/stat : 29379 (java) S 29374 29376 28616 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 22 0 523505877 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29380] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29380/stat : 29380 (java) S 29374 29376 28616 0 -1 4202560 623 0 0 0 0 0 0 0 15 0 22 0 523505877 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29381] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29381/stat : 29381 (java) S 29374 29376 28616 0 -1 4202560 1095 0 0 0 0 0 0 0 16 0 22 0 523505877 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29382] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29382/stat : 29382 (java) S 29374 29376 28616 0 -1 4202560 301 0 0 0 0 0 0 0 15 0 22 0 523505877 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29383] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29383/stat : 29383 (java) S 29374 29376 28616 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 523505877 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29384] ppid=29374 vsize=15704476 CPUtime=0.01 cores=1,3,5,7
/proc/29376/task/29384/stat : 29384 (java) S 29374 29376 28616 0 -1 4202560 1388 0 0 0 1 0 0 0 16 0 22 0 523505877 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29385] ppid=29374 vsize=15704476 CPUtime=0.01 cores=1,3,5,7
/proc/29376/task/29385/stat : 29385 (java) S 29374 29376 28616 0 -1 4202560 1045 0 0 0 1 0 0 0 16 0 22 0 523505877 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29386] ppid=29374 vsize=15704476 CPUtime=0.01 cores=1,3,5,7
/proc/29376/task/29386/stat : 29386 (java) S 29374 29376 28616 0 -1 4202560 2538 0 0 0 1 0 0 0 16 0 22 0 523505877 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29387] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29387/stat : 29387 (java) S 29374 29376 28616 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 523505878 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 0 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29388] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29388/stat : 29388 (java) S 29374 29376 28616 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523505879 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29389] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29389/stat : 29389 (java) S 29374 29376 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523505879 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29390] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29390/stat : 29390 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488518577 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29391] ppid=29374 vsize=15704476 CPUtime=0.3 cores=1,3,5,7
/proc/29376/task/29391/stat : 29391 (java) R 29374 29376 28616 0 -1 4202560 7974 0 0 0 30 0 0 0 16 0 22 0 523505881 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 47295010985407 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29376/tid=29392] ppid=29374 vsize=15704476 CPUtime=0.22 cores=1,3,5,7
/proc/29376/task/29392/stat : 29392 (java) S 29374 29376 28616 0 -1 4202560 2715 0 0 0 22 0 0 0 15 0 22 0 523505881 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29393] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29393/stat : 29393 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29394] ppid=29374 vsize=15704476 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29394/stat : 29394 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523505881 16081383424 51474 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 15704476

[startup+3.10163 s]
/proc/loadavg: 5.09 5.28 5.98 7/220 29398
/proc/meminfo: memFree=28107536/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=15716492 CPUtime=5.01 cores=1,3,5,7
/proc/29376/stat : 29376 (java) S 29374 29376 28616 0 -1 4202496 63848 0 1 0 492 9 0 0 21 0 22 0 523505876 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 3929123 54723 2266 9 0 3919842 0
[pid=29376/tid=29378] ppid=29374 vsize=15716492 CPUtime=3.05 cores=1,3,5,7
/proc/29376/task/29378/stat : 29378 (java) R 29374 29376 28616 0 -1 4202560 35693 0 1 0 299 6 0 0 25 0 22 0 523505877 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 46912506207638 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29376/tid=29379] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29379/stat : 29379 (java) S 29374 29376 28616 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 22 0 523505877 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29380] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29380/stat : 29380 (java) S 29374 29376 28616 0 -1 4202560 623 0 0 0 0 0 0 0 15 0 22 0 523505877 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29381] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29381/stat : 29381 (java) S 29374 29376 28616 0 -1 4202560 1095 0 0 0 0 0 0 0 16 0 22 0 523505877 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29382] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29382/stat : 29382 (java) S 29374 29376 28616 0 -1 4202560 301 0 0 0 0 0 0 0 15 0 22 0 523505877 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29383] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29383/stat : 29383 (java) S 29374 29376 28616 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 523505877 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29384] ppid=29374 vsize=15716492 CPUtime=0.01 cores=1,3,5,7
/proc/29376/task/29384/stat : 29384 (java) S 29374 29376 28616 0 -1 4202560 1388 0 0 0 1 0 0 0 16 0 22 0 523505877 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29385] ppid=29374 vsize=15716492 CPUtime=0.01 cores=1,3,5,7
/proc/29376/task/29385/stat : 29385 (java) S 29374 29376 28616 0 -1 4202560 1045 0 0 0 1 0 0 0 16 0 22 0 523505877 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29386] ppid=29374 vsize=15716492 CPUtime=0.01 cores=1,3,5,7
/proc/29376/task/29386/stat : 29386 (java) S 29374 29376 28616 0 -1 4202560 2538 0 0 0 1 0 0 0 16 0 22 0 523505877 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29387] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29387/stat : 29387 (java) S 29374 29376 28616 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 523505878 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 0 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29388] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29388/stat : 29388 (java) S 29374 29376 28616 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523505879 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29389] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29389/stat : 29389 (java) S 29374 29376 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523505879 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29390] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29390/stat : 29390 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488518577 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29391] ppid=29374 vsize=15716492 CPUtime=1.39 cores=1,3,5,7
/proc/29376/task/29391/stat : 29391 (java) S 29374 29376 28616 0 -1 4202560 16701 0 0 0 138 1 0 0 15 0 22 0 523505881 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29392] ppid=29374 vsize=15716492 CPUtime=0.49 cores=1,3,5,7
/proc/29376/task/29392/stat : 29392 (java) R 29374 29376 28616 0 -1 4202560 2796 0 0 0 49 0 0 0 16 0 22 0 523505881 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 47295013663473 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29376/tid=29393] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29393/stat : 29393 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29394] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29394/stat : 29394 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523505881 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29395] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29395/stat : 29395 (java) S 29374 29376 28616 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 523505984 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29396] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29396/stat : 29396 (java) S 29374 29376 28616 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 523505984 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29397] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29397/stat : 29397 (java) S 29374 29376 28616 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 523505984 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29398] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29398/stat : 29398 (java) S 29374 29376 28616 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523505984 16093687808 54723 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 15716492

[startup+6.30102 s]
/proc/loadavg: 5.09 5.28 5.98 9/220 29398
/proc/meminfo: memFree=27638692/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=15716492 CPUtime=15.33 cores=1,3,5,7
/proc/29376/stat : 29376 (java) S 29374 29376 28616 0 -1 4202496 243974 0 1 0 1501 32 0 0 21 0 22 0 523505876 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 3929123 233317 2274 9 0 3919842 0
[pid=29376/tid=29378] ppid=29374 vsize=15716492 CPUtime=3.07 cores=1,3,5,7
/proc/29376/task/29378/stat : 29378 (java) S 29374 29376 28616 0 -1 4202560 35704 0 1 0 301 6 0 0 25 0 22 0 523505877 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29379] ppid=29374 vsize=15716492 CPUtime=0.12 cores=1,3,5,7
/proc/29376/task/29379/stat : 29379 (java) S 29374 29376 28616 0 -1 4202560 13400 0 0 0 11 1 0 0 16 0 22 0 523505877 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29380] ppid=29374 vsize=15716492 CPUtime=0.13 cores=1,3,5,7
/proc/29376/task/29380/stat : 29380 (java) S 29374 29376 28616 0 -1 4202560 15064 0 0 0 12 1 0 0 15 0 22 0 523505877 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29381] ppid=29374 vsize=15716492 CPUtime=0.15 cores=1,3,5,7
/proc/29376/task/29381/stat : 29381 (java) S 29374 29376 28616 0 -1 4202560 17038 0 0 0 13 2 0 0 15 0 22 0 523505877 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29382] ppid=29374 vsize=15716492 CPUtime=0.13 cores=1,3,5,7
/proc/29376/task/29382/stat : 29382 (java) S 29374 29376 28616 0 -1 4202560 18802 0 0 0 11 2 0 0 15 0 22 0 523505877 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29383] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29383/stat : 29383 (java) S 29374 29376 28616 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 523505877 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29384] ppid=29374 vsize=15716492 CPUtime=0.17 cores=1,3,5,7
/proc/29376/task/29384/stat : 29384 (java) S 29374 29376 28616 0 -1 4202560 26012 0 0 0 14 3 0 0 16 0 22 0 523505877 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29385] ppid=29374 vsize=15716492 CPUtime=0.12 cores=1,3,5,7
/proc/29376/task/29385/stat : 29385 (java) S 29374 29376 28616 0 -1 4202560 12366 0 0 0 11 1 0 0 15 0 22 0 523505877 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29386] ppid=29374 vsize=15716492 CPUtime=0.21 cores=1,3,5,7
/proc/29376/task/29386/stat : 29386 (java) S 29374 29376 28616 0 -1 4202560 27741 0 0 0 18 3 0 0 15 0 22 0 523505877 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29387] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29387/stat : 29387 (java) S 29374 29376 28616 0 -1 4202560 447 0 0 0 0 0 0 0 15 0 22 0 523505878 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 0 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29388] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29388/stat : 29388 (java) S 29374 29376 28616 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523505879 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29389] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29389/stat : 29389 (java) S 29374 29376 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523505879 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29390] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29390/stat : 29390 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488518577 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29391] ppid=29374 vsize=15716492 CPUtime=1.54 cores=1,3,5,7
/proc/29376/task/29391/stat : 29391 (java) S 29374 29376 28616 0 -1 4202560 16720 0 0 0 153 1 0 0 15 0 22 0 523505881 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29392] ppid=29374 vsize=15716492 CPUtime=0.84 cores=1,3,5,7
/proc/29376/task/29392/stat : 29392 (java) S 29374 29376 28616 0 -1 4202560 2844 0 0 0 84 0 0 0 15 0 22 0 523505881 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29393] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29393/stat : 29393 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29394] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29394/stat : 29394 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523505881 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29395] ppid=29374 vsize=15716492 CPUtime=1.73 cores=1,3,5,7
/proc/29376/task/29395/stat : 29395 (java) R 29374 29376 28616 0 -1 4202560 9036 0 0 0 172 1 0 0 16 0 22 0 523505984 16093687808 233317 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 46912506451256 0 4 0 16800975 0 0 0 -1 7 0 0 0

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

/proc/29376/task/29383/stat : 29383 (java) S 29374 29376 28616 0 -1 4202560 292698 0 0 0 335 49 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29384] ppid=29374 vsize=15716492 CPUtime=4.87 cores=1,3,5,7
/proc/29376/task/29384/stat : 29384 (java) S 29374 29376 28616 0 -1 4202560 384130 0 0 0 425 62 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29385] ppid=29374 vsize=15716492 CPUtime=3.73 cores=1,3,5,7
/proc/29376/task/29385/stat : 29385 (java) S 29374 29376 28616 0 -1 4202560 379458 0 0 0 313 60 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29386] ppid=29374 vsize=15716492 CPUtime=4.08 cores=1,3,5,7
/proc/29376/task/29386/stat : 29386 (java) S 29374 29376 28616 0 -1 4202560 403140 0 0 0 346 62 0 0 15 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29387] ppid=29374 vsize=15716492 CPUtime=843.64 cores=1,3,5,7
/proc/29376/task/29387/stat : 29387 (java) R 29374 29376 28616 0 -1 4202560 480227 0 0 0 84248 116 0 0 18 0 22 0 523505878 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 47295011029308 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=29376/tid=29388] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29388/stat : 29388 (java) S 29374 29376 28616 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523505879 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29389] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29389/stat : 29389 (java) S 29374 29376 28616 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523505879 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29390] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29390/stat : 29390 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488518577 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29391] ppid=29374 vsize=15716492 CPUtime=1.71 cores=1,3,5,7
/proc/29376/task/29391/stat : 29391 (java) S 29374 29376 28616 0 -1 4202560 16952 0 0 0 170 1 0 0 15 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29392] ppid=29374 vsize=15716492 CPUtime=0.84 cores=1,3,5,7
/proc/29376/task/29392/stat : 29392 (java) S 29374 29376 28616 0 -1 4202560 2844 0 0 0 84 0 0 0 15 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29393] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29393/stat : 29393 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29394] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29394/stat : 29394 (java) S 29374 29376 28616 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29395] ppid=29374 vsize=15716492 CPUtime=324.98 cores=1,3,5,7
/proc/29376/task/29395/stat : 29395 (java) S 29374 29376 28616 0 -1 4202560 78762 0 0 0 32477 21 0 0 16 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29396] ppid=29374 vsize=15716492 CPUtime=325.65 cores=1,3,5,7
/proc/29376/task/29396/stat : 29396 (java) S 29374 29376 28616 0 -1 4202560 95637 0 0 0 32545 20 0 0 15 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29397] ppid=29374 vsize=15716492 CPUtime=326.38 cores=1,3,5,7
/proc/29376/task/29397/stat : 29397 (java) S 29374 29376 28616 0 -1 4202560 89763 0 0 0 32615 23 0 0 15 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29398] ppid=29374 vsize=15716492 CPUtime=326.24 cores=1,3,5,7
/proc/29376/task/29398/stat : 29398 (java) S 29374 29376 28616 0 -1 4202560 83671 0 0 0 32607 17 0 0 16 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2185.98
Current children cumulated vsize (KiB) 15716492

[startup+1242.3 s]
/proc/loadavg: 1.46 3.74 5.12 2/193 29451
/proc/meminfo: memFree=14863124/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=15716492 CPUtime=2246.53 cores=1,3,5,7
/proc/29376/stat : 29376 (java) S 29374 29376 28616 0 -1 4202496 3912898 0 1 0 223958 695 0 0 21 0 22 0 523505876 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 3929123 3827091 2293 9 0 3919842 0
[pid=29376/tid=29378] ppid=29374 vsize=15716492 CPUtime=3.07 cores=1,3,5,7
/proc/29376/task/29378/stat : 29378 (java) S 29374 29376 28616 0 -1 4202560 35704 0 1 0 301 6 0 0 25 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29379] ppid=29374 vsize=15716492 CPUtime=4.15 cores=1,3,5,7
/proc/29376/task/29379/stat : 29379 (java) S 29374 29376 28616 0 -1 4202560 362285 0 0 0 360 55 0 0 15 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29380] ppid=29374 vsize=15716492 CPUtime=4 cores=1,3,5,7
/proc/29376/task/29380/stat : 29380 (java) S 29374 29376 28616 0 -1 4202560 487298 0 0 0 324 76 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29381] ppid=29374 vsize=15716492 CPUtime=3.96 cores=1,3,5,7
/proc/29376/task/29381/stat : 29381 (java) S 29374 29376 28616 0 -1 4202560 262543 0 0 0 356 40 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29382] ppid=29374 vsize=15716492 CPUtime=4.69 cores=1,3,5,7
/proc/29376/task/29382/stat : 29382 (java) S 29374 29376 28616 0 -1 4202560 455937 0 0 0 399 70 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29383] ppid=29374 vsize=15716492 CPUtime=3.84 cores=1,3,5,7
/proc/29376/task/29383/stat : 29383 (java) S 29374 29376 28616 0 -1 4202560 292698 0 0 0 335 49 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29384] ppid=29374 vsize=15716492 CPUtime=4.87 cores=1,3,5,7
/proc/29376/task/29384/stat : 29384 (java) S 29374 29376 28616 0 -1 4202560 384130 0 0 0 425 62 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29385] ppid=29374 vsize=15716492 CPUtime=3.73 cores=1,3,5,7
/proc/29376/task/29385/stat : 29385 (java) S 29374 29376 28616 0 -1 4202560 379458 0 0 0 313 60 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29386] ppid=29374 vsize=15716492 CPUtime=4.08 cores=1,3,5,7
/proc/29376/task/29386/stat : 29386 (java) S 29374 29376 28616 0 -1 4202560 403140 0 0 0 346 62 0 0 15 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29387] ppid=29374 vsize=15716492 CPUtime=903.44 cores=1,3,5,7
/proc/29376/task/29387/stat : 29387 (java) R 29374 29376 28616 0 -1 4202560 480229 0 0 0 90223 121 0 0 18 0 22 0 523505878 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 47295013722115 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=29376/tid=29388] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29388/stat : 29388 (java) S 29374 29376 28616 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523505879 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29389] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29389/stat : 29389 (java) S 29374 29376 28616 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523505879 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29390] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29390/stat : 29390 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488518577 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29391] ppid=29374 vsize=15716492 CPUtime=1.71 cores=1,3,5,7
/proc/29376/task/29391/stat : 29391 (java) S 29374 29376 28616 0 -1 4202560 16952 0 0 0 170 1 0 0 15 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29392] ppid=29374 vsize=15716492 CPUtime=0.84 cores=1,3,5,7
/proc/29376/task/29392/stat : 29392 (java) S 29374 29376 28616 0 -1 4202560 2844 0 0 0 84 0 0 0 15 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29393] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29393/stat : 29393 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29394] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29394/stat : 29394 (java) S 29374 29376 28616 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29395] ppid=29374 vsize=15716492 CPUtime=325.16 cores=1,3,5,7
/proc/29376/task/29395/stat : 29395 (java) S 29374 29376 28616 0 -1 4202560 78959 0 0 0 32493 23 0 0 15 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29396] ppid=29374 vsize=15716492 CPUtime=325.89 cores=1,3,5,7
/proc/29376/task/29396/stat : 29396 (java) S 29374 29376 28616 0 -1 4202560 95640 0 0 0 32568 21 0 0 15 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29397] ppid=29374 vsize=15716492 CPUtime=326.55 cores=1,3,5,7
/proc/29376/task/29397/stat : 29397 (java) S 29374 29376 28616 0 -1 4202560 89883 0 0 0 32631 24 0 0 15 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29398] ppid=29374 vsize=15716492 CPUtime=326.4 cores=1,3,5,7
/proc/29376/task/29398/stat : 29398 (java) S 29374 29376 28616 0 -1 4202560 83745 0 0 0 32623 17 0 0 15 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2246.53
Current children cumulated vsize (KiB) 15716492



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.18 3.27 4.88 2/193 29453
/proc/meminfo: memFree=14863080/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=15716492 CPUtime=2304.9 cores=1,3,5,7
/proc/29376/stat : 29376 (java) S 29374 29376 28616 0 -1 4202496 3913301 0 1 0 229786 704 0 0 21 0 22 0 523505876 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 3929123 3827091 2293 9 0 3919842 0
[pid=29376/tid=29378] ppid=29374 vsize=15716492 CPUtime=3.07 cores=1,3,5,7
/proc/29376/task/29378/stat : 29378 (java) S 29374 29376 28616 0 -1 4202560 35704 0 1 0 301 6 0 0 25 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29379] ppid=29374 vsize=15716492 CPUtime=4.15 cores=1,3,5,7
/proc/29376/task/29379/stat : 29379 (java) S 29374 29376 28616 0 -1 4202560 362285 0 0 0 360 55 0 0 15 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29380] ppid=29374 vsize=15716492 CPUtime=4 cores=1,3,5,7
/proc/29376/task/29380/stat : 29380 (java) S 29374 29376 28616 0 -1 4202560 487298 0 0 0 324 76 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29381] ppid=29374 vsize=15716492 CPUtime=3.96 cores=1,3,5,7
/proc/29376/task/29381/stat : 29381 (java) S 29374 29376 28616 0 -1 4202560 262543 0 0 0 356 40 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29382] ppid=29374 vsize=15716492 CPUtime=4.69 cores=1,3,5,7
/proc/29376/task/29382/stat : 29382 (java) S 29374 29376 28616 0 -1 4202560 455937 0 0 0 399 70 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29383] ppid=29374 vsize=15716492 CPUtime=3.84 cores=1,3,5,7
/proc/29376/task/29383/stat : 29383 (java) S 29374 29376 28616 0 -1 4202560 292698 0 0 0 335 49 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29384] ppid=29374 vsize=15716492 CPUtime=4.87 cores=1,3,5,7
/proc/29376/task/29384/stat : 29384 (java) S 29374 29376 28616 0 -1 4202560 384130 0 0 0 425 62 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29385] ppid=29374 vsize=15716492 CPUtime=3.73 cores=1,3,5,7
/proc/29376/task/29385/stat : 29385 (java) S 29374 29376 28616 0 -1 4202560 379458 0 0 0 313 60 0 0 16 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29386] ppid=29374 vsize=15716492 CPUtime=4.08 cores=1,3,5,7
/proc/29376/task/29386/stat : 29386 (java) S 29374 29376 28616 0 -1 4202560 403140 0 0 0 346 62 0 0 15 0 22 0 523505877 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 7 0 0 0
[pid=29376/tid=29387] ppid=29374 vsize=15716492 CPUtime=960.92 cores=1,3,5,7
/proc/29376/task/29387/stat : 29387 (java) R 29374 29376 28616 0 -1 4202560 480233 0 0 0 95966 126 0 0 18 0 22 0 523505878 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 47295013774084 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=29376/tid=29388] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29388/stat : 29388 (java) S 29374 29376 28616 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523505879 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29389] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29389/stat : 29389 (java) S 29374 29376 28616 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523505879 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29390] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29390/stat : 29390 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488518577 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29391] ppid=29374 vsize=15716492 CPUtime=1.71 cores=1,3,5,7
/proc/29376/task/29391/stat : 29391 (java) S 29374 29376 28616 0 -1 4202560 16952 0 0 0 170 1 0 0 15 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29392] ppid=29374 vsize=15716492 CPUtime=0.84 cores=1,3,5,7
/proc/29376/task/29392/stat : 29392 (java) S 29374 29376 28616 0 -1 4202560 2844 0 0 0 84 0 0 0 15 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29393] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29393/stat : 29393 (java) S 29374 29376 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29394] ppid=29374 vsize=15716492 CPUtime=0 cores=1,3,5,7
/proc/29376/task/29394/stat : 29394 (java) S 29374 29376 28616 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 523505881 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488511488 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29395] ppid=29374 vsize=15716492 CPUtime=325.39 cores=1,3,5,7
/proc/29376/task/29395/stat : 29395 (java) S 29374 29376 28616 0 -1 4202560 79020 0 0 0 32514 25 0 0 15 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 3 0 0 0
[pid=29376/tid=29396] ppid=29374 vsize=15716492 CPUtime=326.14 cores=1,3,5,7
/proc/29376/task/29396/stat : 29396 (java) S 29374 29376 28616 0 -1 4202560 95807 0 0 0 32592 22 0 0 15 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 1 0 0 0
[pid=29376/tid=29397] ppid=29374 vsize=15716492 CPUtime=326.78 cores=1,3,5,7
/proc/29376/task/29397/stat : 29397 (java) S 29374 29376 28616 0 -1 4202560 89997 0 0 0 32653 25 0 0 16 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 18446604457568484032 0 0 -1 5 0 0 0
[pid=29376/tid=29398] ppid=29374 vsize=15716492 CPUtime=326.59 cores=1,3,5,7
/proc/29376/task/29398/stat : 29398 (java) R 29374 29376 28616 0 -1 4202560 83798 0 0 0 32641 18 0 0 15 0 22 0 523505984 16093687808 3827091 33554432000 1073741824 1073778376 140734505589744 18446744073709551615 239488510873 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2304.9
Current children cumulated vsize (KiB) 15716492

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29376

[startup+1302.3 s]
/proc/loadavg: 1.17 3.24 4.86 2/194 29454
/proc/meminfo: memFree=14863072/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=0 CPUtime=2307.19 cores=1,3,5,7
/proc/29376/stat : 29376 (java) Z 29374 29376 28616 0 -1 4203548 3913322 0 1 0 229987 732 0 0 18 0 2 0 523505876 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 0 0 0 0 0 0 0
[pid=29376/tid=29393] ppid=29374 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/29376/task/29393/stat : 29393 (java) R 29374 29376 28616 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 523505881 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2307.19
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 1.17 3.24 4.86 2/194 29454
/proc/meminfo: memFree=14863072/32950928 swapFree=67086612/67111528
[pid=29376] ppid=29374 vsize=0 CPUtime=2307.39 cores=1,3,5,7
/proc/29376/stat : 29376 (java) Z 29374 29376 28616 0 -1 4203548 3913322 0 1 0 229987 752 0 0 18 0 2 0 523505876 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29376/statm: 0 0 0 0 0 0 0
[pid=29376/tid=29393] ppid=29374 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/29376/task/29393/stat : 29393 (java) R 29374 29376 28616 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 523505881 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2307.39
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.51
CPU time (s): 2307.42
CPU user time (s): 2299.88
CPU system time (s): 7.54085
CPU usage (%): 177.151
Max. virtual memory (cumulated for all children) (KiB): 15718548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2299.88
system time used= 7.54085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3913322
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= 71003
involuntary context switches= 36164

runsolver used 2.24566 second user time and 4.89426 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 01:18:08
IDJOB=3312516
IDBENCH=82701
IDSOLVER=1699
FILE ID=node148/3312516-1304119088
RUNJOBID= node148-1304117784-29187
PBS_JOBID= 13170695
Free space on /tmp= 71428 MiB

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

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

MD5SUM BENCH= d8337de8a71a630ccf2dd02943cd7d7f
RANDOM SEED=1073198376

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28322688 kB
Buffers:        712144 kB
Cached:        1637940 kB
SwapCached:       3696 kB
Active:        1990572 kB
Inactive:      2268228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28322688 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            5876 kB
Writeback:           0 kB
AnonPages:     1906876 kB
Mapped:          22624 kB
Slab:           300496 kB
PageTables:       9200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2336240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71428 MiB
End job on node148 at 2011-04-30 01:39:51