Trace number 3311223

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) 2288.38 1302.73

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1184456903-078-UNKNOWN.cnf
MD5SUM33dd7efc1f63d9d3511c7a69c68ea88b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark112.671
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.11	02:51 INFO : Reading from input HOME/instance-3311223-1304114571.cnf
1.13/0.91	Executor set job limit to 1000000
1.13/0.91	Executor set job limit to 1000000
1.13/0.92	Executor set job limit to 1000000
1.13/0.92	Executor set job limit to 1000000
1.13/0.92	Starting Executor!
1.13/0.92	Starting Executor!
1.13/0.92	Starting Executor!
1.13/0.92	Starting Executor!
4.48/2.69	02:54 INFO : 39848 variables remaining out of 40000
4.48/2.69	02:54 INFO : 668168 literals remaining out of 672000
1340.44/366.64	08:57 ERROR: Failed to solve instance
1340.44/366.64	java.lang.OutOfMemoryError: Java heap space
1340.44/366.64		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1340.44/366.64		at gnu.trove.THash.postInsertHook(THash.java:370)
1340.44/366.64		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1340.44/366.64		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1340.44/366.64		at ibis.structure.Subsumming.run(Subsumming.java:58)
1340.44/366.64		at ibis.structure.Solver.simplify(Solver.java:205)
1340.44/366.64		at ibis.structure.Solver.solve(Solver.java:113)
1340.44/366.64		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1340.44/366.64		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1340.44/366.64		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1340.44/366.64		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1340.44/366.64		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1340.44/366.64		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1340.44/366.64		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1340.44/366.64		at ibis.constellation.Executor.processActivities(Executor.java:75)
1340.44/366.64		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1340.44/366.64		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1340.44/366.64		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1519.52/545.03	11:08 ERROR: Failed to solve instance
1519.52/545.03	java.lang.OutOfMemoryError: Java heap space
1519.52/545.03		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1519.52/545.03		at ibis.structure.Solver.simplify(Solver.java:191)
1519.52/545.03		at ibis.structure.Solver.solve(Solver.java:113)
1519.52/545.03		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1519.52/545.03		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1519.52/545.03		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1519.52/545.03		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1519.52/545.03		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1519.52/545.03		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1519.52/545.03		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1519.52/545.03		at ibis.constellation.Executor.processActivities(Executor.java:75)
1519.52/545.03		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1519.52/545.03		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1519.52/545.03		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1527.91/552.80	12:04 ERROR: Failed to solve instance
1527.91/552.80	java.lang.OutOfMemoryError: Java heap space
1527.91/552.80		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1527.91/552.80		at gnu.trove.THash.postInsertHook(THash.java:370)
1527.91/552.80		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1527.91/552.80		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1527.91/552.80		at ibis.structure.Subsumming.run(Subsumming.java:58)
1527.91/552.80		at ibis.structure.Solver.simplify(Solver.java:205)
1527.91/552.80		at ibis.structure.Solver.solve(Solver.java:113)
1527.91/552.80		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1527.91/552.80		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1527.91/552.80		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1527.91/552.80		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1527.91/552.80		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1527.91/552.80		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1527.91/552.80		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1527.91/552.80		at ibis.constellation.Executor.processActivities(Executor.java:75)
1527.91/552.80		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1527.91/552.80		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1527.91/552.80		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1540.00/564.28	12:15 ERROR: Failed to solve instance
1540.00/564.28	java.lang.OutOfMemoryError: Java heap space
1540.00/564.28		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1540.00/564.28		at gnu.trove.THash.postInsertHook(THash.java:370)
1540.00/564.28		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1540.00/564.28		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1540.00/564.28		at ibis.structure.Subsumming.run(Subsumming.java:58)
1540.00/564.28		at ibis.structure.Solver.simplify(Solver.java:205)
1540.00/564.28		at ibis.structure.Solver.solve(Solver.java:113)
1540.00/564.28		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1540.00/564.28		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1540.00/564.28		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1540.00/564.28		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1540.00/564.28		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1540.00/564.28		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1540.00/564.28		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1540.00/564.28		at ibis.constellation.Executor.processActivities(Executor.java:75)
1540.00/564.28		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1540.00/564.28		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1540.00/564.28		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1548.91/572.33	12:23 ERROR: Failed to solve instance
1548.91/572.33	java.lang.OutOfMemoryError: Java heap space
1549.31/572.80	12:24 ERROR: Failed to solve instance
1549.31/572.80	java.lang.OutOfMemoryError: Java heap space
1644.06/666.45	13:57 ERROR: Failed to solve instance
1644.06/666.45	java.lang.OutOfMemoryError: Java heap space
1646.56/668.91	14:00 ERROR: Failed to solve instance
1646.56/668.91	java.lang.OutOfMemoryError: Java heap space
1650.19/672.57	14:03 ERROR: Failed to solve instance
1650.19/672.57	java.lang.OutOfMemoryError: Java heap space
1678.36/700.29	14:31 ERROR: Failed to solve instance
1678.36/700.29	java.lang.OutOfMemoryError: Java heap space
1683.77/705.54	14:36 ERROR: Failed to solve instance
1683.77/705.54	java.lang.OutOfMemoryError: Java heap space
1690.15/711.47	14:42 ERROR: Failed to solve instance
1690.15/711.47	java.lang.OutOfMemoryError: Java heap space
1693.11/714.25	14:45 ERROR: Failed to solve instance
1693.11/714.25	java.lang.OutOfMemoryError: Java heap space
1698.84/719.39	14:50 ERROR: Failed to solve instance
1698.84/719.39	java.lang.OutOfMemoryError: Java heap space
1710.06/729.83	15:00 ERROR: Failed to solve instance
1710.06/729.83	java.lang.OutOfMemoryError: Java heap space
1745.85/765.04	15:36 ERROR: Failed to solve instance
1745.85/765.04	java.lang.OutOfMemoryError: Java heap space
1792.35/810.74	16:22 ERROR: Failed to solve instance
1792.35/810.74	java.lang.OutOfMemoryError: Java heap space
1799.07/816.91	16:28 ERROR: Failed to solve instance
1799.07/816.91	java.lang.OutOfMemoryError: Java heap space
1799.28/817.15	16:28 ERROR: Failed to solve instance
1799.28/817.15	java.lang.OutOfMemoryError: Java heap space
1914.38/932.05	18:23 ERROR: Failed to solve instance
1914.38/932.05	java.lang.OutOfMemoryError: Java heap space
2018.31/1035.42	19:56 ERROR: Failed to solve instance
2018.31/1035.42	java.lang.OutOfMemoryError: Java heap space
2042.15/1058.86	20:30 ERROR: Failed to solve instance
2042.15/1058.86	java.lang.OutOfMemoryError: Java heap space
2046.00/1062.55	20:33 ERROR: Failed to solve instance
2046.00/1062.55	java.lang.OutOfMemoryError: Java heap space
2056.93/1072.98	20:44 ERROR: Failed to solve instance
2056.93/1072.98	java.lang.OutOfMemoryError: Java heap space
2059.31/1075.27	20:46 ERROR: Failed to solve instance
2059.31/1075.27	java.lang.OutOfMemoryError: Java heap space
2064.39/1079.78	20:51 ERROR: Failed to solve instance
2064.39/1079.78	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-3311223-1304114571/watcher-3311223-1304114571 -o /tmp/evaluation-result-3311223-1304114571/solver-3311223-1304114571 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311223-1304114571.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 5.66 7.45 7.80 2/187 28791
/proc/meminfo: memFree=22901576/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 28325 0 -1 4202496 1425 0 0 0 0 0 0 0 22 0 2 0 523058024 27824128 894 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624913381 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28791/statm: 6793 894 684 9 0 381 0
[pid=28791/tid=28794] ppid=28789 vsize=28436 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) R 28789 28791 28325 0 -1 4202560 73 0 0 0 0 0 0 0 24 0 2 0 523058024 29118464 900 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270608140703 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.06866 s]
/proc/loadavg: 5.66 7.45 7.80 2/187 28791
/proc/meminfo: memFree=22901576/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=15609780 CPUtime=0.06 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 28325 0 -1 4202496 4414 0 1 0 5 1 0 0 22 0 18 0 523058024 15984414720 3852 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28791/statm: 3902445 3852 1779 9 0 3893164 0
[pid=28791/tid=28794] ppid=28789 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) R 28789 28791 28325 0 -1 4202560 2995 0 1 0 5 0 0 0 25 0 18 0 523058024 15984414720 3852 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270613106533 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15609780

[startup+0.100657 s]
/proc/loadavg: 5.66 7.45 7.80 2/187 28791
/proc/meminfo: memFree=22901576/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=15675792 CPUtime=0.1 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 28325 0 -1 4202496 5610 0 1 0 9 1 0 0 22 0 18 0 523058024 16052011008 5027 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28791/statm: 3918948 5028 2117 9 0 3909667 0
[pid=28791/tid=28794] ppid=28789 vsize=15675792 CPUtime=0.08 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) R 28789 28791 28325 0 -1 4202560 3468 0 1 0 7 1 0 0 18 0 18 0 523058024 16052011008 5028 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 47554606328659 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15675792

[startup+0.300625 s]
/proc/loadavg: 5.66 7.45 7.80 2/187 28791
/proc/meminfo: memFree=22901576/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=15681088 CPUtime=0.52 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 28325 0 -1 4202496 16162 0 1 0 49 3 0 0 22 0 18 0 523058024 16057434112 14355 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28791/statm: 3920272 14361 2206 9 0 3910991 0
[pid=28791/tid=28794] ppid=28789 vsize=15681088 CPUtime=0.28 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) R 28789 28791 28325 0 -1 4202560 11034 0 1 0 26 2 0 0 18 0 18 0 523058024 16057434112 14365 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 46912505641747 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681088

[startup+0.700553 s]
/proc/loadavg: 5.66 7.45 7.80 2/187 28791
/proc/meminfo: memFree=22901576/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=15681088 CPUtime=0.93 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 28325 0 -1 4202496 41859 0 1 0 87 6 0 0 22 0 18 0 523058024 16057434112 40048 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28791/statm: 3920272 40048 2222 9 0 3910991 0
[pid=28791/tid=28794] ppid=28789 vsize=15681088 CPUtime=0.68 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) R 28789 28791 28325 0 -1 4202560 35528 0 1 0 63 5 0 0 18 0 18 0 523058024 16057434112 40048 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 46912505642476 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681088

[startup+1.5014 s]
/proc/loadavg: 5.66 7.45 7.80 4/220 28824
/proc/meminfo: memFree=22581896/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=15714108 CPUtime=2.25 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 28325 0 -1 4202496 55717 0 1 0 217 8 0 0 22 0 22 0 523058024 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28791/statm: 3928527 51282 2260 9 0 3919246 0
[pid=28791/tid=28794] ppid=28789 vsize=15714108 CPUtime=1.47 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) R 28789 28791 28325 0 -1 4202560 35630 0 1 0 142 5 0 0 20 0 22 0 523058024 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 47554601849751 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 28325 0 -1 4202560 2366 0 0 0 0 0 0 0 16 0 22 0 523058025 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28797] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523058025 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28798] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 28325 0 -1 4202560 974 0 0 0 0 0 0 0 15 0 22 0 523058025 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28799] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 28325 0 -1 4202560 649 0 0 0 0 0 0 0 16 0 22 0 523058025 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28800] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523058025 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28801] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 28325 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 22 0 523058025 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28802] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 28325 0 -1 4202560 1144 0 0 0 0 0 0 0 16 0 22 0 523058025 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28803] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 28325 0 -1 4202560 58 0 0 0 0 0 0 0 16 0 22 0 523058025 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28804] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) S 28789 28791 28325 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 22 0 523058026 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 0 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 28325 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523058026 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 28325 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 523058026 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28812] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28812/stat : 28812 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523058028 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624934321 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28813] ppid=28789 vsize=15714108 CPUtime=0.51 cores=1,3,5,7
/proc/28791/task/28813/stat : 28813 (java) R 28789 28791 28325 0 -1 4202560 10431 0 0 0 50 1 0 0 18 0 22 0 523058028 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 47554602681772 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28791/tid=28814] ppid=28789 vsize=15714108 CPUtime=0.2 cores=1,3,5,7
/proc/28791/task/28814/stat : 28814 (java) S 28789 28791 28325 0 -1 4202560 2945 0 0 0 20 0 0 0 15 0 22 0 523058028 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28815] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28815/stat : 28815 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523058028 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28816] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28816/stat : 28816 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523058028 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28821] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28821/stat : 28821 (java) S 28789 28791 28325 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 523058116 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28822] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28822/stat : 28822 (java) S 28789 28791 28325 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523058116 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28823] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28823/stat : 28823 (java) S 28789 28791 28325 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 523058116 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28824] ppid=28789 vsize=15714108 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28824/stat : 28824 (java) S 28789 28791 28325 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523058116 16091246592 51282 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 15714108

[startup+3.10112 s]
/proc/loadavg: 5.66 7.45 7.80 5/220 28824
/proc/meminfo: memFree=22536764/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=15716504 CPUtime=5.53 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 28325 0 -1 4202496 74323 0 1 0 542 11 0 0 22 0 22 0 523058024 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28791/statm: 3929126 64208 2274 9 0 3919845 0
[pid=28791/tid=28794] ppid=28789 vsize=15716504 CPUtime=2.66 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) S 28789 28791 28325 0 -1 4202560 35684 0 1 0 261 5 0 0 25 0 22 0 523058024 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=15716504 CPUtime=0.02 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 28325 0 -1 4202560 5202 0 0 0 2 0 0 0 16 0 22 0 523058025 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28797] ppid=28789 vsize=15716504 CPUtime=0.01 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 28325 0 -1 4202560 1553 0 0 0 1 0 0 0 16 0 22 0 523058025 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28798] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 28325 0 -1 4202560 974 0 0 0 0 0 0 0 15 0 22 0 523058025 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28799] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 28325 0 -1 4202560 649 0 0 0 0 0 0 0 15 0 22 0 523058025 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28800] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 28325 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 523058025 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28801] ppid=28789 vsize=15716504 CPUtime=0.01 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 28325 0 -1 4202560 1830 0 0 0 1 0 0 0 16 0 22 0 523058025 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28802] ppid=28789 vsize=15716504 CPUtime=0.02 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 28325 0 -1 4202560 5047 0 0 0 2 0 0 0 16 0 22 0 523058025 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28803] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 28325 0 -1 4202560 1050 0 0 0 0 0 0 0 16 0 22 0 523058025 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28804] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) S 28789 28791 28325 0 -1 4202560 93 0 0 0 0 0 0 0 16 0 22 0 523058026 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 0 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 28325 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523058026 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 28325 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 523058026 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28812] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28812/stat : 28812 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523058028 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624934321 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28813] ppid=28789 vsize=15716504 CPUtime=1.45 cores=1,3,5,7
/proc/28791/task/28813/stat : 28813 (java) S 28789 28791 28325 0 -1 4202560 14355 0 0 0 144 1 0 0 15 0 22 0 523058028 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28814] ppid=28789 vsize=15716504 CPUtime=0.7 cores=1,3,5,7
/proc/28791/task/28814/stat : 28814 (java) R 28789 28791 28325 0 -1 4202560 6442 0 0 0 69 1 0 0 16 0 22 0 523058028 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 47554605539048 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28791/tid=28815] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28815/stat : 28815 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523058028 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28816] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28816/stat : 28816 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523058028 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28821] ppid=28789 vsize=15716504 CPUtime=0.09 cores=1,3,5,7
/proc/28791/task/28821/stat : 28821 (java) S 28789 28791 28325 0 -1 4202560 24 0 0 0 9 0 0 0 15 0 22 0 523058116 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28822] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28822/stat : 28822 (java) S 28789 28791 28325 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523058116 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28823] ppid=28789 vsize=15716504 CPUtime=0.22 cores=1,3,5,7
/proc/28791/task/28823/stat : 28823 (java) R 28789 28791 28325 0 -1 4202560 14 0 0 0 22 0 0 0 15 0 22 0 523058116 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 46912505205113 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28791/tid=28824] ppid=28789 vsize=15716504 CPUtime=0.22 cores=1,3,5,7
/proc/28791/task/28824/stat : 28824 (java) R 28789 28791 28325 0 -1 4202560 10 0 0 0 22 0 0 0 15 0 22 0 523058116 16093700096 64208 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 46912505227973 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 15716504

[startup+6.30153 s]
/proc/loadavg: 5.85 7.46 7.80 11/220 28824
/proc/meminfo: memFree=21268024/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=15716504 CPUtime=17.82 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 28325 0 -1 4202496 275897 0 1 0 1737 45 0 0 22 0 22 0 523058024 16093700096 264156 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28791/statm: 3929126 264156 2274 9 0 3919845 0
[pid=28791/tid=28794] ppid=28789 vsize=15716504 CPUtime=2.66 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) S 28789 28791 28325 0 -1 4202560 35684 0 1 0 261 5 0 0 25 0 22 0 523058024 16093700096 264156 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=15716504 CPUtime=0.17 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 28325 0 -1 4202560 25883 0 0 0 13 4 0 0 15 0 22 0 523058025 16093700096 264156 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28797] ppid=28789 vsize=15716504 CPUtime=0.11 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 28325 0 -1 4202560 16982 0 0 0 9 2 0 0 16 0 22 0 523058025 16093700096 264156 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28798] ppid=28789 vsize=15716504 CPUtime=0.13 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 28325 0 -1 4202560 16174 0 0 0 11 2 0 0 15 0 22 0 523058025 16093700096 264156 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28799] ppid=28789 vsize=15716504 CPUtime=0.12 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 28325 0 -1 4202560 14959 0 0 0 9 3 0 0 16 0 22 0 523058025 16093700096 264156 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28800] ppid=28789 vsize=15716504 CPUtime=0.1 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 28325 0 -1 4202560 22565 0 0 0 6 4 0 0 16 0 22 0 523058025 16093700096 264156 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28801] ppid=28789 vsize=15716504 CPUtime=0.1 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 28325 0 -1 4202560 15721 0 0 0 8 2 0 0 15 0 22 0 523058025 16093700096 264156 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28802] ppid=28789 vsize=15716504 CPUtime=0.22 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 28325 0 -1 4202560 30305 0 0 0 17 5 0 0 16 0 22 0 523058025 16093700096 264156 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28803] ppid=28789 vsize=15716504 CPUtime=0.21 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 28325 0 -1 4202560 35415 0 0 0 16 5 0 0 16 0 22 0 523058025 16093700096 264156 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0

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

/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 28325 0 -1 4202560 350679 0 0 0 247 94 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 8
[pid=28791/tid=28801] ppid=28789 vsize=15716504 CPUtime=3.01 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 28325 0 -1 4202560 305357 0 0 0 210 91 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 21
[pid=28791/tid=28802] ppid=28789 vsize=15716504 CPUtime=3.16 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 28325 0 -1 4202560 328195 0 0 0 222 94 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 5
[pid=28791/tid=28803] ppid=28789 vsize=15716504 CPUtime=3.29 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 28325 0 -1 4202560 349651 0 0 0 246 83 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 23
[pid=28791/tid=28804] ppid=28789 vsize=15716504 CPUtime=848.84 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) R 28789 28791 28325 0 -1 4202560 711589 0 0 0 84664 220 0 0 18 0 22 0 523058026 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 47554602725763 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 28325 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523058026 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 28325 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523058026 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28812] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28812/stat : 28812 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624934321 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28813] ppid=28789 vsize=15716504 CPUtime=1.77 cores=1,3,5,7
/proc/28791/task/28813/stat : 28813 (java) S 28789 28791 28325 0 -1 4202560 14388 0 0 0 176 1 0 0 16 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28814] ppid=28789 vsize=15716504 CPUtime=0.85 cores=1,3,5,7
/proc/28791/task/28814/stat : 28814 (java) S 28789 28791 28325 0 -1 4202560 6779 0 0 0 84 1 0 0 15 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28815] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28815/stat : 28815 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28816] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28816/stat : 28816 (java) S 28789 28791 28325 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28821] ppid=28789 vsize=15716504 CPUtime=320.66 cores=1,3,5,7
/proc/28791/task/28821/stat : 28821 (java) S 28789 28791 28325 0 -1 4202560 78213 0 0 0 32050 16 0 0 16 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28822] ppid=28789 vsize=15716504 CPUtime=321.81 cores=1,3,5,7
/proc/28791/task/28822/stat : 28822 (java) S 28789 28791 28325 0 -1 4202560 76698 0 0 0 32166 15 0 0 15 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28823] ppid=28789 vsize=15716504 CPUtime=322.33 cores=1,3,5,7
/proc/28791/task/28823/stat : 28823 (java) S 28789 28791 28325 0 -1 4202560 76085 0 0 0 32215 18 0 0 15 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28824] ppid=28789 vsize=15716504 CPUtime=321.85 cores=1,3,5,7
/proc/28791/task/28824/stat : 28824 (java) S 28789 28791 28325 0 -1 4202560 65442 0 0 0 32171 14 0 0 15 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2167.35
Current children cumulated vsize (KiB) 15716504

[startup+1242.3 s]
/proc/loadavg: 2.08 2.38 4.27 3/218 28860
/proc/meminfo: memFree=101208/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=15716504 CPUtime=2227.41 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 28325 0 -1 4202496 3889645 0 1 0 221659 1082 0 0 22 0 22 0 523058024 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28791/statm: 3929126 3838551 2293 9 0 3919845 0
[pid=28791/tid=28794] ppid=28789 vsize=15716504 CPUtime=2.66 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) S 28789 28791 28325 0 -1 4202560 35684 0 1 0 261 5 0 0 25 0 22 0 523058024 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=15716504 CPUtime=3.85 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 28325 0 -1 4202560 486970 0 0 0 266 119 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 3
[pid=28791/tid=28797] ppid=28789 vsize=15716504 CPUtime=2.97 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 28325 0 -1 4202560 290018 0 0 0 216 81 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 7
[pid=28791/tid=28798] ppid=28789 vsize=15716504 CPUtime=3.49 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 28325 0 -1 4202560 321736 0 0 0 249 100 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 8
[pid=28791/tid=28799] ppid=28789 vsize=15716504 CPUtime=3.21 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 28325 0 -1 4202560 390263 0 0 0 206 115 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 18
[pid=28791/tid=28800] ppid=28789 vsize=15716504 CPUtime=3.41 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 28325 0 -1 4202560 350679 0 0 0 247 94 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 8
[pid=28791/tid=28801] ppid=28789 vsize=15716504 CPUtime=3.01 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 28325 0 -1 4202560 305357 0 0 0 210 91 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 21
[pid=28791/tid=28802] ppid=28789 vsize=15716504 CPUtime=3.16 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 28325 0 -1 4202560 328195 0 0 0 222 94 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 5
[pid=28791/tid=28803] ppid=28789 vsize=15716504 CPUtime=3.29 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 28325 0 -1 4202560 349651 0 0 0 246 83 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 23
[pid=28791/tid=28804] ppid=28789 vsize=15716504 CPUtime=908.82 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) R 28789 28791 28325 0 -1 4202560 711591 0 0 0 90658 224 0 0 18 0 22 0 523058026 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 47554602701149 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 28325 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523058026 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 28325 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523058026 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28812] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28812/stat : 28812 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624934321 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28813] ppid=28789 vsize=15716504 CPUtime=1.77 cores=1,3,5,7
/proc/28791/task/28813/stat : 28813 (java) S 28789 28791 28325 0 -1 4202560 14388 0 0 0 176 1 0 0 16 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28814] ppid=28789 vsize=15716504 CPUtime=0.85 cores=1,3,5,7
/proc/28791/task/28814/stat : 28814 (java) S 28789 28791 28325 0 -1 4202560 6779 0 0 0 84 1 0 0 15 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28815] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28815/stat : 28815 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28816] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28816/stat : 28816 (java) S 28789 28791 28325 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28821] ppid=28789 vsize=15716504 CPUtime=320.71 cores=1,3,5,7
/proc/28791/task/28821/stat : 28821 (java) S 28789 28791 28325 0 -1 4202560 78213 0 0 0 32054 17 0 0 15 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28822] ppid=28789 vsize=15716504 CPUtime=321.85 cores=1,3,5,7
/proc/28791/task/28822/stat : 28822 (java) S 28789 28791 28325 0 -1 4202560 76698 0 0 0 32169 16 0 0 15 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28823] ppid=28789 vsize=15716504 CPUtime=322.34 cores=1,3,5,7
/proc/28791/task/28823/stat : 28823 (java) S 28789 28791 28325 0 -1 4202560 76272 0 0 0 32216 18 0 0 15 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28824] ppid=28789 vsize=15716504 CPUtime=321.87 cores=1,3,5,7
/proc/28791/task/28824/stat : 28824 (java) S 28789 28791 28325 0 -1 4202560 65694 0 0 0 32172 15 0 0 15 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2227.41
Current children cumulated vsize (KiB) 15716504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 2.18 2.35 4.14 3/219 28863
/proc/meminfo: memFree=100992/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=15716504 CPUtime=2285.65 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 28325 0 -1 4202496 3890114 0 1 0 227475 1090 0 0 22 0 22 0 523058024 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28791/statm: 3929126 3838551 2293 9 0 3919845 0
[pid=28791/tid=28794] ppid=28789 vsize=15716504 CPUtime=2.66 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) S 28789 28791 28325 0 -1 4202560 35684 0 1 0 261 5 0 0 25 0 22 0 523058024 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=15716504 CPUtime=3.85 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 28325 0 -1 4202560 486970 0 0 0 266 119 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 3
[pid=28791/tid=28797] ppid=28789 vsize=15716504 CPUtime=2.97 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 28325 0 -1 4202560 290018 0 0 0 216 81 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 7
[pid=28791/tid=28798] ppid=28789 vsize=15716504 CPUtime=3.49 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 28325 0 -1 4202560 321736 0 0 0 249 100 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 8
[pid=28791/tid=28799] ppid=28789 vsize=15716504 CPUtime=3.21 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 28325 0 -1 4202560 390263 0 0 0 206 115 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 18
[pid=28791/tid=28800] ppid=28789 vsize=15716504 CPUtime=3.41 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 28325 0 -1 4202560 350679 0 0 0 247 94 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 8
[pid=28791/tid=28801] ppid=28789 vsize=15716504 CPUtime=3.01 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 28325 0 -1 4202560 305357 0 0 0 210 91 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 21
[pid=28791/tid=28802] ppid=28789 vsize=15716504 CPUtime=3.16 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 28325 0 -1 4202560 328195 0 0 0 222 94 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 5
[pid=28791/tid=28803] ppid=28789 vsize=15716504 CPUtime=3.29 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 28325 0 -1 4202560 349651 0 0 0 246 83 0 0 16 0 22 0 523058025 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 23
[pid=28791/tid=28804] ppid=28789 vsize=15716504 CPUtime=966.35 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) R 28789 28791 28325 0 -1 4202560 711596 0 0 0 96406 229 0 0 18 0 22 0 523058026 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 47554602701149 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 28325 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523058026 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 28325 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523058026 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28812] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28812/stat : 28812 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624934321 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28813] ppid=28789 vsize=15716504 CPUtime=1.77 cores=1,3,5,7
/proc/28791/task/28813/stat : 28813 (java) S 28789 28791 28325 0 -1 4202560 14388 0 0 0 176 1 0 0 16 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28814] ppid=28789 vsize=15716504 CPUtime=0.85 cores=1,3,5,7
/proc/28791/task/28814/stat : 28814 (java) S 28789 28791 28325 0 -1 4202560 6779 0 0 0 84 1 0 0 15 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28815] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28815/stat : 28815 (java) S 28789 28791 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28816] ppid=28789 vsize=15716504 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28816/stat : 28816 (java) S 28789 28791 28325 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 523058028 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28821] ppid=28789 vsize=15716504 CPUtime=320.88 cores=1,3,5,7
/proc/28791/task/28821/stat : 28821 (java) S 28789 28791 28325 0 -1 4202560 78429 0 0 0 32070 18 0 0 15 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 3 0 0 0
[pid=28791/tid=28822] ppid=28789 vsize=15716504 CPUtime=322.01 cores=1,3,5,7
/proc/28791/task/28822/stat : 28822 (java) S 28789 28791 28325 0 -1 4202560 76815 0 0 0 32185 16 0 0 15 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624927232 0 4 0 16800975 18446604464474149248 0 0 -1 5 0 0 0
[pid=28791/tid=28823] ppid=28789 vsize=15716504 CPUtime=322.52 cores=1,3,5,7
/proc/28791/task/28823/stat : 28823 (java) S 28789 28791 28325 0 -1 4202560 76285 0 0 0 32233 19 0 0 15 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 7 0 0 0
[pid=28791/tid=28824] ppid=28789 vsize=15716504 CPUtime=322.05 cores=1,3,5,7
/proc/28791/task/28824/stat : 28824 (java) S 28789 28791 28325 0 -1 4202560 65810 0 0 0 32190 15 0 0 16 0 22 0 523058116 16093700096 3838551 33554432000 1073741824 1073778376 140733275528096 18446744073709551615 270624926617 0 4 0 16800975 18446604464474149248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2285.65
Current children cumulated vsize (KiB) 15716504

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -28791

[startup+1302.3 s]
/proc/loadavg: 2.18 2.35 4.14 3/176 28875
/proc/meminfo: memFree=17505380/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=0 CPUtime=2287.94 cores=1,3,5,7
/proc/28791/stat : 28791 (java) Z 28789 28791 28325 0 -1 4203548 3890136 0 1 0 227676 1118 0 0 18 0 2 0 523058024 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28791/statm: 0 0 0 0 0 0 0
[pid=28791/tid=28821] ppid=28789 vsize=0 CPUtime=321.15 cores=1,3,5,7
/proc/28791/task/28821/stat : 28821 (java) R 28789 28791 28325 0 -1 4203588 78431 0 0 0 32070 45 0 0 16 0 2 0 523058116 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) 2287.94
Current children cumulated vsize (KiB) 0

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

[startup+1302.7 s]
/proc/loadavg: 2.18 2.35 4.14 3/176 28875
/proc/meminfo: memFree=17505380/32951124 swapFree=67111524/67111528
[pid=28791] ppid=28789 vsize=0 CPUtime=2288.34 cores=1,3,5,7
/proc/28791/stat : 28791 (java) Z 28789 28791 28325 0 -1 4203548 3890136 0 1 0 227676 1158 0 0 18 0 2 0 523058024 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28791/statm: 0 0 0 0 0 0 0
[pid=28791/tid=28821] ppid=28789 vsize=0 CPUtime=321.55 cores=1,3,5,7
/proc/28791/task/28821/stat : 28821 (java) R 28789 28791 28325 0 -1 4203588 78431 0 0 0 32070 85 0 0 16 0 2 0 523058116 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) 2288.34
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.73
CPU time (s): 2288.38
CPU user time (s): 2276.76
CPU system time (s): 11.6172
CPU usage (%): 175.66
Max. virtual memory (cumulated for all children) (KiB): 15716504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2276.76
system time used= 11.6172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3890136
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= 78445
involuntary context switches= 38408

runsolver used 2.12268 second user time and 5.05823 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-30 00:02:51
IDJOB=3311223
IDBENCH=82608
IDSOLVER=1698
FILE ID=node108/3311223-1304114571
RUNJOBID= node108-1304114571-28762
PBS_JOBID= 13170680
Free space on /tmp= 72112 MiB

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

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

MD5SUM BENCH= 33dd7efc1f63d9d3511c7a69c68ea88b
RANDOM SEED=1679405984

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22902228 kB
Buffers:       1985488 kB
Cached:        7422712 kB
SwapCached:          4 kB
Active:         377128 kB
Inactive:      9099368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22902228 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9520 kB
Writeback:           0 kB
AnonPages:       68092 kB
Mapped:          19844 kB
Slab:           509328 kB
PageTables:       4524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   761092 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= 72112 MiB
End job on node108 at 2011-04-30 00:24:34