Trace number 3311180

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 2259.57 1302.58

General information on the benchmark

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

Solver Data

0.10/0.12	37:27 INFO : Reading from input HOME/instance-3311180-1304113046.cnf
1.13/0.93	Executor set job limit to 1000000
1.13/0.93	Executor set job limit to 1000000
1.13/0.93	Executor set job limit to 1000000
1.13/0.93	Executor set job limit to 1000000
1.13/0.93	Starting Executor!
1.13/0.93	Starting Executor!
1.13/0.93	Starting Executor!
1.13/0.93	Starting Executor!
4.45/2.79	37:29 INFO : 39853 variables remaining out of 40000
4.45/2.79	37:29 INFO : 668400 literals remaining out of 672000
1301.75/352.65	43:19 ERROR: Failed to solve instance
1301.75/352.65	java.lang.OutOfMemoryError: Java heap space
1301.75/352.65		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1301.75/352.65		at gnu.trove.THash.postInsertHook(THash.java:370)
1301.75/352.65		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1301.75/352.65		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1301.75/352.65		at ibis.structure.Subsumming.run(Subsumming.java:58)
1301.75/352.65		at ibis.structure.Solver.simplify(Solver.java:205)
1301.75/352.65		at ibis.structure.Solver.solve(Solver.java:113)
1301.75/352.65		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1301.75/352.65		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1301.75/352.65		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1301.75/352.65		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1301.75/352.65		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1301.75/352.65		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1301.75/352.65		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1301.75/352.65		at ibis.constellation.Executor.processActivities(Executor.java:75)
1301.75/352.65		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1301.75/352.65		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1301.75/352.65		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1489.32/538.26	46:00 ERROR: Failed to solve instance
1489.32/538.26	java.lang.OutOfMemoryError: Java heap space
1489.32/538.26		at ibis.structure.Subsumming.run(Subsumming.java:46)
1489.32/538.26		at ibis.structure.Solver.simplify(Solver.java:205)
1489.32/538.26		at ibis.structure.Solver.solve(Solver.java:113)
1489.32/538.26		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1489.32/538.26		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1489.32/538.26		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1489.32/538.26		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1489.32/538.26		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1489.32/538.26		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1489.32/538.26		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1489.32/538.26		at ibis.constellation.Executor.processActivities(Executor.java:75)
1489.32/538.26		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1489.32/538.26		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1489.32/538.26		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1519.85/568.38	46:50 ERROR: Failed to solve instance
1519.85/568.38	java.lang.OutOfMemoryError: Java heap space
1519.85/568.38		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1519.85/568.38		at ibis.structure.Solver.simplify(Solver.java:191)
1519.85/568.38		at ibis.structure.Solver.solve(Solver.java:113)
1519.85/568.38		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1519.85/568.38		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1519.85/568.38		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1519.85/568.38		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1519.85/568.38		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1519.85/568.38		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1519.85/568.38		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1519.85/568.38		at ibis.constellation.Executor.processActivities(Executor.java:75)
1519.85/568.38		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1519.85/568.38		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1519.85/568.38		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1524.20/572.61	46:59 ERROR: Failed to solve instance
1524.20/572.61	java.lang.OutOfMemoryError: Java heap space
1524.20/572.61		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1524.20/572.61		at gnu.trove.THash.postInsertHook(THash.java:370)
1524.20/572.61		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1524.20/572.61		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1524.20/572.61		at ibis.structure.Subsumming.run(Subsumming.java:58)
1524.20/572.61		at ibis.structure.Solver.simplify(Solver.java:205)
1524.20/572.61		at ibis.structure.Solver.solve(Solver.java:113)
1524.20/572.61		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1524.20/572.61		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1524.20/572.61		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1524.20/572.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1524.20/572.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1524.20/572.61		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1524.20/572.61		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1524.20/572.61		at ibis.constellation.Executor.processActivities(Executor.java:75)
1524.20/572.61		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1524.20/572.61		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1524.20/572.61		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1529.12/577.31	47:04 ERROR: Failed to solve instance
1529.12/577.31	java.lang.OutOfMemoryError: Java heap space
1535.10/583.17	47:09 ERROR: Failed to solve instance
1535.10/583.17	java.lang.OutOfMemoryError: Java heap space
1535.10/583.17	47:10 ERROR: Failed to solve instance
1535.10/583.17	java.lang.OutOfMemoryError: Java heap space
1560.89/608.63	47:35 ERROR: Failed to solve instance
1560.89/608.63	java.lang.OutOfMemoryError: Java heap space
1746.20/792.00	50:38 ERROR: Failed to solve instance
1746.20/792.00	java.lang.OutOfMemoryError: Java heap space
1766.77/812.53	50:58 ERROR: Failed to solve instance
1766.77/812.53	java.lang.OutOfMemoryError: Java heap space
1786.66/831.97	51:18 ERROR: Failed to solve instance
1786.66/831.97	java.lang.OutOfMemoryError: Java heap space
1788.64/833.83	51:20 ERROR: Failed to solve instance
1788.64/833.83	java.lang.OutOfMemoryError: Java heap space
2000.22/1044.76	54:51 ERROR: Failed to solve instance
2000.22/1044.76	java.lang.OutOfMemoryError: Java heap space
2002.07/1046.56	54:53 ERROR: Failed to solve instance
2002.07/1046.56	java.lang.OutOfMemoryError: Java heap space
2241.64/1285.44	58:52 ERROR: Failed to solve instance
2241.64/1285.44	java.lang.OutOfMemoryError: Java heap space
2251.21/1294.94	59:01 ERROR: Failed to solve instance
2251.21/1294.94	java.lang.OutOfMemoryError: Java heap space
2256.85/1299.92	59:06 ERROR: Failed to solve instance
2256.85/1299.92	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-3311180-1304113046/watcher-3311180-1304113046 -o /tmp/evaluation-result-3311180-1304113046/solver-3311180-1304113046 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311180-1304113046.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 4.69 5.03 5.49 2/198 4825
/proc/meminfo: memFree=13217696/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/4825/stat : 4825 (java) R 4823 4825 4401 0 -1 4202496 1178 0 0 0 0 0 0 0 25 0 1 0 522902351 23580672 663 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218900768533 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/4825/statm: 5757 674 501 9 0 124 0

[startup+0.00940696 s]
/proc/loadavg: 4.69 5.03 5.49 2/198 4825
/proc/meminfo: memFree=13217696/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4825 4401 0 -1 4202496 1500 0 0 0 0 0 0 0 25 0 2 0 522902351 31268864 960 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4825/statm: 7634 960 740 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30536

[startup+0.102442 s]
/proc/loadavg: 4.69 5.03 5.49 2/198 4825
/proc/meminfo: memFree=13217696/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=15676916 CPUtime=0.1 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4825 4401 0 -1 4202496 5569 0 1 0 9 1 0 0 25 0 18 0 522902351 16053161984 4987 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4825/statm: 3919229 4987 2117 9 0 3909948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676916

[startup+0.300225 s]
/proc/loadavg: 4.69 5.03 5.49 2/198 4825
/proc/meminfo: memFree=13217696/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=15682208 CPUtime=0.52 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4825 4401 0 -1 4202496 14843 0 1 0 50 2 0 0 25 0 18 0 522902351 16058580992 13059 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4825/statm: 3920552 13065 2207 9 0 3911271 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15682208

[startup+0.701138 s]
/proc/loadavg: 4.69 5.03 5.49 2/198 4825
/proc/meminfo: memFree=13217696/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=15682208 CPUtime=0.93 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4825 4401 0 -1 4202496 41992 0 1 0 88 5 0 0 25 0 18 0 522902351 16058580992 40205 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4825/statm: 3920552 40205 2223 9 0 3911271 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15682208

[startup+1.50097 s]
/proc/loadavg: 4.69 5.03 5.49 3/221 4848
/proc/meminfo: memFree=13045400/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=15713956 CPUtime=2.22 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4825 4401 0 -1 4202496 56002 0 1 0 216 6 0 0 25 0 22 0 522902351 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4825/statm: 3928489 51874 2261 9 0 3919208 0
[pid=4825/tid=4827] ppid=4823 vsize=15713956 CPUtime=1.46 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) R 4823 4825 4401 0 -1 4202560 35654 0 1 0 142 4 0 0 20 0 22 0 522902352 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 47090712224663 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4825/tid=4828] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4825 4401 0 -1 4202560 1999 0 0 0 0 0 0 0 15 0 22 0 522902352 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4829] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522902352 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4830] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4825 4401 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 22 0 522902352 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4831] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4825 4401 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 22 0 522902352 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4832] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4825 4401 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 522902352 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4833] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4825 4401 0 -1 4202560 922 0 0 0 0 0 0 0 15 0 22 0 522902352 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4834] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4825 4401 0 -1 4202560 856 0 0 0 0 0 0 0 16 0 22 0 522902352 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4835] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) S 4823 4825 4401 0 -1 4202560 2113 0 0 0 0 0 0 0 16 0 22 0 522902352 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4836] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) S 4823 4825 4401 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 522902353 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 0 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4837] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) S 4823 4825 4401 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 522902354 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4838] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4825 4401 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 522902354 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4839] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917554609 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4840] ppid=4823 vsize=15713956 CPUtime=0.17 cores=0,2,4,6
/proc/4825/task/4840/stat : 4840 (java) S 4823 4825 4401 0 -1 4202560 2641 0 0 0 17 0 0 0 15 0 22 0 522902356 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4841] ppid=4823 vsize=15713956 CPUtime=0.51 cores=0,2,4,6
/proc/4825/task/4841/stat : 4841 (java) R 4823 4825 4401 0 -1 4202560 10258 0 0 0 51 0 0 0 18 0 22 0 522902356 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 47090713055451 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4825/tid=4842] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4842/stat : 4842 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4843] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4843/stat : 4843 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522902356 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4845] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4845/stat : 4845 (java) S 4823 4825 4401 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522902445 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4846] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4846/stat : 4846 (java) S 4823 4825 4401 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522902445 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4847] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4847/stat : 4847 (java) S 4823 4825 4401 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 522902445 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4848] ppid=4823 vsize=15713956 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4848/stat : 4848 (java) S 4823 4825 4401 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522902445 16091090944 51874 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 15713956

[startup+3.10164 s]
/proc/loadavg: 4.69 5.03 5.49 4/221 4848
/proc/meminfo: memFree=13012788/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=15716852 CPUtime=5.28 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4825 4401 0 -1 4202496 64774 0 1 0 521 7 0 0 25 0 22 0 522902351 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4825/statm: 3929213 58026 2275 9 0 3919932 0
[pid=4825/tid=4827] ppid=4823 vsize=15716852 CPUtime=2.75 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4825 4401 0 -1 4202560 35708 0 1 0 271 4 0 0 25 0 22 0 522902352 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4828] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4825 4401 0 -1 4202560 1999 0 0 0 0 0 0 0 15 0 22 0 522902352 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4829] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522902352 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4830] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4825 4401 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 22 0 522902352 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4831] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4825 4401 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 22 0 522902352 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4832] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4825 4401 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 522902352 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4833] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4825 4401 0 -1 4202560 922 0 0 0 0 0 0 0 15 0 22 0 522902352 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4834] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4825 4401 0 -1 4202560 856 0 0 0 0 0 0 0 16 0 22 0 522902352 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4835] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) S 4823 4825 4401 0 -1 4202560 2113 0 0 0 0 0 0 0 16 0 22 0 522902352 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4836] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) S 4823 4825 4401 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 522902353 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 0 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4837] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) S 4823 4825 4401 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 522902354 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4838] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4825 4401 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 522902354 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4839] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917554609 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4840] ppid=4823 vsize=15716852 CPUtime=0.49 cores=0,2,4,6
/proc/4825/task/4840/stat : 4840 (java) S 4823 4825 4401 0 -1 4202560 4920 0 0 0 48 1 0 0 16 0 22 0 522902356 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4841] ppid=4823 vsize=15716852 CPUtime=1.5 cores=0,2,4,6
/proc/4825/task/4841/stat : 4841 (java) R 4823 4825 4401 0 -1 4202560 12188 0 0 0 150 0 0 0 15 0 22 0 522902356 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 47090712561382 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4825/tid=4842] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4842/stat : 4842 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4843] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4843/stat : 4843 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522902356 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4845] ppid=4823 vsize=15716852 CPUtime=0.28 cores=0,2,4,6
/proc/4825/task/4845/stat : 4845 (java) R 4823 4825 4401 0 -1 4202560 2406 0 0 0 28 0 0 0 16 0 22 0 522902445 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 46912506037018 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4825/tid=4846] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4846/stat : 4846 (java) S 4823 4825 4401 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522902445 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4847] ppid=4823 vsize=15716852 CPUtime=0.18 cores=0,2,4,6
/proc/4825/task/4847/stat : 4847 (java) R 4823 4825 4401 0 -1 4202560 2129 0 0 0 18 0 0 0 16 0 22 0 522902445 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 46912505357420 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4825/tid=4848] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4848/stat : 4848 (java) S 4823 4825 4401 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522902445 16094056448 58026 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 15716852

[startup+6.30103 s]
/proc/loadavg: 4.64 5.01 5.48 9/220 4896
/proc/meminfo: memFree=27660400/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=15716852 CPUtime=16.34 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4825 4401 0 -1 4202496 204064 0 1 0 1607 27 0 0 25 0 22 0 522902351 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4825/statm: 3929213 196198 2275 9 0 3919932 0
[pid=4825/tid=4827] ppid=4823 vsize=15716852 CPUtime=2.75 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4825 4401 0 -1 4202560 35708 0 1 0 271 4 0 0 25 0 22 0 522902352 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4828] ppid=4823 vsize=15716852 CPUtime=0.03 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4825 4401 0 -1 4202560 7211 0 0 0 2 1 0 0 16 0 22 0 522902352 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4829] ppid=4823 vsize=15716852 CPUtime=0.02 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4825 4401 0 -1 4202560 6862 0 0 0 1 1 0 0 15 0 22 0 522902352 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4830] ppid=4823 vsize=15716852 CPUtime=0.03 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4825 4401 0 -1 4202560 8278 0 0 0 2 1 0 0 16 0 22 0 522902352 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4831] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4825 4401 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 22 0 522902352 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4832] ppid=4823 vsize=15716852 CPUtime=0.05 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4825 4401 0 -1 4202560 14934 0 0 0 3 2 0 0 16 0 22 0 522902352 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4833] ppid=4823 vsize=15716852 CPUtime=0.07 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4825 4401 0 -1 4202560 13148 0 0 0 5 2 0 0 16 0 22 0 522902352 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4834] ppid=4823 vsize=15716852 CPUtime=0.01 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4825 4401 0 -1 4202560 4539 0 0 0 1 0 0 0 15 0 22 0 522902352 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4835] ppid=4823 vsize=15716852 CPUtime=0.04 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) S 4823 4825 4401 0 -1 4202560 12277 0 0 0 3 1 0 0 16 0 22 0 522902352 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4836] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) S 4823 4825 4401 0 -1 4202560 502 0 0 0 0 0 0 0 16 0 22 0 522902353 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 0 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4837] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) S 4823 4825 4401 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 522902354 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4838] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4825 4401 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 522902354 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4839] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917554609 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4840] ppid=4823 vsize=15716852 CPUtime=0.6 cores=0,2,4,6
/proc/4825/task/4840/stat : 4840 (java) S 4823 4825 4401 0 -1 4202560 6148 0 0 0 59 1 0 0 15 0 22 0 522902356 16094056448 196198 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0

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

/proc/4825/task/4830/stat : 4830 (java) S 4823 4825 4401 0 -1 4202560 368813 0 0 0 233 65 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4831] ppid=4823 vsize=15716852 CPUtime=2.65 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4825 4401 0 -1 4202560 280131 0 0 0 214 51 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4832] ppid=4823 vsize=15716852 CPUtime=2.49 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4825 4401 0 -1 4202560 351482 0 0 0 186 63 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4833] ppid=4823 vsize=15716852 CPUtime=2.49 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4825 4401 0 -1 4202560 317798 0 0 0 194 55 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4834] ppid=4823 vsize=15716852 CPUtime=2.75 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4825 4401 0 -1 4202560 370528 0 0 0 212 63 0 0 15 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4835] ppid=4823 vsize=15716852 CPUtime=2.93 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) S 4823 4825 4401 0 -1 4202560 344958 0 0 0 237 56 0 0 15 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4836] ppid=4823 vsize=15716852 CPUtime=859.83 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) R 4823 4825 4401 0 -1 4202560 626840 0 0 0 85857 126 0 0 18 0 22 0 522902353 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 47090713076061 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=4825/tid=4837] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) S 4823 4825 4401 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 522902354 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4838] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4825 4401 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522902354 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4839] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917554609 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4840] ppid=4823 vsize=15716852 CPUtime=0.72 cores=0,2,4,6
/proc/4825/task/4840/stat : 4840 (java) S 4823 4825 4401 0 -1 4202560 6168 0 0 0 71 1 0 0 15 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4841] ppid=4823 vsize=15716852 CPUtime=1.78 cores=0,2,4,6
/proc/4825/task/4841/stat : 4841 (java) S 4823 4825 4401 0 -1 4202560 12212 0 0 0 178 0 0 0 15 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4842] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4842/stat : 4842 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4843] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4843/stat : 4843 (java) S 4823 4825 4401 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4845] ppid=4823 vsize=15716852 CPUtime=313.49 cores=0,2,4,6
/proc/4825/task/4845/stat : 4845 (java) S 4823 4825 4401 0 -1 4202560 113081 0 0 0 31328 21 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4846] ppid=4823 vsize=15716852 CPUtime=312.5 cores=0,2,4,6
/proc/4825/task/4846/stat : 4846 (java) S 4823 4825 4401 0 -1 4202560 99755 0 0 0 31229 21 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4847] ppid=4823 vsize=15716852 CPUtime=312.13 cores=0,2,4,6
/proc/4825/task/4847/stat : 4847 (java) S 4823 4825 4401 0 -1 4202560 117370 0 0 0 31194 19 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4848] ppid=4823 vsize=15716852 CPUtime=313.19 cores=0,2,4,6
/proc/4825/task/4848/stat : 4848 (java) S 4823 4825 4401 0 -1 4202560 110593 0 0 0 31301 18 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2138.15
Current children cumulated vsize (KiB) 15716852

[startup+1242.3 s]
/proc/loadavg: 3.32 4.69 5.31 2/193 4949
/proc/meminfo: memFree=13200800/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=15716852 CPUtime=2198.17 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4825 4401 0 -1 4202496 3885313 0 1 0 219107 710 0 0 25 0 22 0 522902351 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4825/statm: 3929213 3848219 2294 9 0 3919932 0
[pid=4825/tid=4827] ppid=4823 vsize=15716852 CPUtime=2.75 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4825 4401 0 -1 4202560 35708 0 1 0 271 4 0 0 25 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4828] ppid=4823 vsize=15716852 CPUtime=2.21 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4825 4401 0 -1 4202560 319464 0 0 0 166 55 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4829] ppid=4823 vsize=15716852 CPUtime=3.1 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4825 4401 0 -1 4202560 408510 0 0 0 233 77 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4830] ppid=4823 vsize=15716852 CPUtime=2.98 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4825 4401 0 -1 4202560 368813 0 0 0 233 65 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4831] ppid=4823 vsize=15716852 CPUtime=2.65 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4825 4401 0 -1 4202560 280131 0 0 0 214 51 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4832] ppid=4823 vsize=15716852 CPUtime=2.49 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4825 4401 0 -1 4202560 351482 0 0 0 186 63 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4833] ppid=4823 vsize=15716852 CPUtime=2.49 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4825 4401 0 -1 4202560 317798 0 0 0 194 55 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4834] ppid=4823 vsize=15716852 CPUtime=2.75 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4825 4401 0 -1 4202560 370528 0 0 0 212 63 0 0 15 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4835] ppid=4823 vsize=15716852 CPUtime=2.93 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) S 4823 4825 4401 0 -1 4202560 344958 0 0 0 237 56 0 0 15 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4836] ppid=4823 vsize=15716852 CPUtime=919.82 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) R 4823 4825 4401 0 -1 4202560 626844 0 0 0 91852 130 0 0 18 0 22 0 522902353 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 47090715795379 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=4825/tid=4837] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) S 4823 4825 4401 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 522902354 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4838] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4825 4401 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522902354 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4839] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917554609 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4840] ppid=4823 vsize=15716852 CPUtime=0.72 cores=0,2,4,6
/proc/4825/task/4840/stat : 4840 (java) S 4823 4825 4401 0 -1 4202560 6168 0 0 0 71 1 0 0 15 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4841] ppid=4823 vsize=15716852 CPUtime=1.78 cores=0,2,4,6
/proc/4825/task/4841/stat : 4841 (java) S 4823 4825 4401 0 -1 4202560 12212 0 0 0 178 0 0 0 15 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4842] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4842/stat : 4842 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4843] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4843/stat : 4843 (java) S 4823 4825 4401 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4845] ppid=4823 vsize=15716852 CPUtime=313.5 cores=0,2,4,6
/proc/4825/task/4845/stat : 4845 (java) S 4823 4825 4401 0 -1 4202560 113507 0 0 0 31328 22 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4846] ppid=4823 vsize=15716852 CPUtime=312.52 cores=0,2,4,6
/proc/4825/task/4846/stat : 4846 (java) S 4823 4825 4401 0 -1 4202560 99755 0 0 0 31231 21 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4847] ppid=4823 vsize=15716852 CPUtime=312.13 cores=0,2,4,6
/proc/4825/task/4847/stat : 4847 (java) S 4823 4825 4401 0 -1 4202560 117371 0 0 0 31194 19 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4848] ppid=4823 vsize=15716852 CPUtime=313.19 cores=0,2,4,6
/proc/4825/task/4848/stat : 4848 (java) S 4823 4825 4401 0 -1 4202560 110607 0 0 0 31301 18 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2198.17
Current children cumulated vsize (KiB) 15716852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.85 4.02 5.04 2/193 4950
/proc/meminfo: memFree=13200172/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=15716852 CPUtime=2256.96 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4825 4401 0 -1 4202496 3885745 0 1 0 224981 715 0 0 25 0 22 0 522902351 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4825/statm: 3929213 3848219 2294 9 0 3919932 0
[pid=4825/tid=4827] ppid=4823 vsize=15716852 CPUtime=2.75 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4825 4401 0 -1 4202560 35708 0 1 0 271 4 0 0 25 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
[pid=4825/tid=4828] ppid=4823 vsize=15716852 CPUtime=2.21 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4825 4401 0 -1 4202560 319464 0 0 0 166 55 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4829] ppid=4823 vsize=15716852 CPUtime=3.1 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4825 4401 0 -1 4202560 408510 0 0 0 233 77 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4830] ppid=4823 vsize=15716852 CPUtime=2.98 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4825 4401 0 -1 4202560 368813 0 0 0 233 65 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4831] ppid=4823 vsize=15716852 CPUtime=2.65 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4825 4401 0 -1 4202560 280131 0 0 0 214 51 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4832] ppid=4823 vsize=15716852 CPUtime=2.49 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4825 4401 0 -1 4202560 351482 0 0 0 186 63 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4833] ppid=4823 vsize=15716852 CPUtime=2.49 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4825 4401 0 -1 4202560 317798 0 0 0 194 55 0 0 16 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4834] ppid=4823 vsize=15716852 CPUtime=2.75 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4825 4401 0 -1 4202560 370528 0 0 0 212 63 0 0 15 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4835] ppid=4823 vsize=15716852 CPUtime=2.93 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) S 4823 4825 4401 0 -1 4202560 344958 0 0 0 237 56 0 0 15 0 22 0 522902352 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4836] ppid=4823 vsize=15716852 CPUtime=977.11 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) R 4823 4825 4401 0 -1 4202560 626848 0 0 0 97578 133 0 0 18 0 22 0 522902353 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 47090712211088 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=4825/tid=4837] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) S 4823 4825 4401 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 522902354 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4838] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4825 4401 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522902354 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4839] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917554609 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4840] ppid=4823 vsize=15716852 CPUtime=0.72 cores=0,2,4,6
/proc/4825/task/4840/stat : 4840 (java) S 4823 4825 4401 0 -1 4202560 6168 0 0 0 71 1 0 0 15 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4841] ppid=4823 vsize=15716852 CPUtime=1.78 cores=0,2,4,6
/proc/4825/task/4841/stat : 4841 (java) S 4823 4825 4401 0 -1 4202560 12212 0 0 0 178 0 0 0 15 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4842] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4842/stat : 4842 (java) S 4823 4825 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4843] ppid=4823 vsize=15716852 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4843/stat : 4843 (java) S 4823 4825 4401 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 522902356 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917547520 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4845] ppid=4823 vsize=15716852 CPUtime=313.85 cores=0,2,4,6
/proc/4825/task/4845/stat : 4845 (java) S 4823 4825 4401 0 -1 4202560 113536 0 0 0 31363 22 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 6 0 0 0
[pid=4825/tid=4846] ppid=4823 vsize=15716852 CPUtime=312.91 cores=0,2,4,6
/proc/4825/task/4846/stat : 4846 (java) S 4823 4825 4401 0 -1 4202560 99830 0 0 0 31270 21 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 2 0 0 0
[pid=4825/tid=4847] ppid=4823 vsize=15716852 CPUtime=312.49 cores=0,2,4,6
/proc/4825/task/4847/stat : 4847 (java) S 4823 4825 4401 0 -1 4202560 117385 0 0 0 31229 20 0 0 16 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 4 0 0 0
[pid=4825/tid=4848] ppid=4823 vsize=15716852 CPUtime=313.57 cores=0,2,4,6
/proc/4825/task/4848/stat : 4848 (java) S 4823 4825 4401 0 -1 4202560 110913 0 0 0 31338 19 0 0 15 0 22 0 522902445 16094056448 3848219 33554432000 1073741824 1073778376 140736107583808 18446744073709551615 218917546905 0 4 0 16800975 18446604453906228352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2256.96
Current children cumulated vsize (KiB) 15716852

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4825

[startup+1302.3 s]
/proc/loadavg: 1.85 4.02 5.04 2/194 4952
/proc/meminfo: memFree=13200164/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=0 CPUtime=2259.28 cores=0,2,4,6
/proc/4825/stat : 4825 (java) R 4823 4825 4401 0 -1 4203524 3885768 0 1 0 225185 743 0 0 18 0 1 0 522902351 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4825/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2259.28
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 1.85 4.02 5.04 2/194 4952
/proc/meminfo: memFree=13200164/32951124 swapFree=67111356/67111528
[pid=4825] ppid=4823 vsize=0 CPUtime=2259.48 cores=0,2,4,6
/proc/4825/stat : 4825 (java) R 4823 4825 4401 0 -1 4203524 3885768 0 1 0 225185 763 0 0 18 0 1 0 522902351 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4825/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2259.48
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.58
CPU time (s): 2259.57
CPU user time (s): 2251.85
CPU system time (s): 7.71583
CPU usage (%): 173.469
Max. virtual memory (cumulated for all children) (KiB): 15716852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2251.85
system time used= 7.71583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3885768
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= 72430
involuntary context switches= 31704

runsolver used 2.13767 second user time and 5.06823 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 23:37:26
IDJOB=3311180
IDBENCH=82565
IDSOLVER=1698
FILE ID=node137/3311180-1304113046
RUNJOBID= node137-1304109313-4419
PBS_JOBID= 13170673
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= 3b06c2c5c22c8501e021c8b11d20bcd0
RANDOM SEED=1945612341

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      13217844 kB
Buffers:        902032 kB
Cached:        2914144 kB
SwapCached:         48 kB
Active:       15486052 kB
Inactive:      3757016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13217844 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5296 kB
Writeback:           0 kB
AnonPages:    15426908 kB
Mapped:          23512 kB
Slab:           396876 kB
PageTables:      34848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15619856 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= 71616 MiB
End job on node137 at 2011-04-29 23:59:09