Trace number 3313413

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 3349.52 1300.65

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step15.cnf
MD5SUMcabee0328f774a95ab72be66123bb39b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.8798
Satisfiable
(Un)Satisfiability was proved
Number of variables130021
Number of clauses2509375
Sum of the clauses size5678283
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22437138
Number of clauses of size 310555
Number of clauses of size 46624
Number of clauses of size 53927
Number of clauses of size over 550675

Solver Data

0.10/0.12	42:57 INFO : Reading from input HOME/instance-3313413-1304106176.cnf
9.10/8.20	Executor set job limit to 1000000
9.10/8.20	Executor set job limit to 1000000
9.10/8.20	Executor set job limit to 1000000
9.10/8.20	Executor set job limit to 1000000
9.10/8.20	Starting Executor!
9.10/8.20	Starting Executor!
9.10/8.20	Starting Executor!
9.10/8.20	Starting Executor!
47.62/45.24	43:42 INFO : 124555 variables remaining out of 130021
47.62/45.24	43:42 INFO : 61768697 literals remaining out of 8187658
2064.78/642.61	53:40 ERROR: Failed to solve instance
2064.78/642.61	java.lang.OutOfMemoryError: GC overhead limit exceeded
2064.78/642.61		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2064.78/642.61		at gnu.trove.THash.postInsertHook(THash.java:370)
2064.78/642.61		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2064.78/642.61		at ibis.structure.WatchLists.build(WatchLists.java:56)
2064.78/642.61		at ibis.structure.Solver.<init>(Solver.java:45)
2064.78/642.61		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2064.78/642.61		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2064.78/642.61		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2064.78/642.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2064.78/642.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2064.78/642.61		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2064.78/642.61		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2064.78/642.61		at ibis.constellation.Executor.processActivities(Executor.java:75)
2064.78/642.61		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2064.78/642.61		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2064.78/642.61		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2106.16/667.99	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space
2106.16/667.99		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2106.16/667.99		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2106.16/667.99		at ibis.structure.ImplicationsGraph.serialize(ImplicationsGraph.java:619)
2106.16/667.99		at ibis.structure.Solver.core(Solver.java:177)
2106.16/667.99		at ibis.structure.SolveActivity.initialize(SolveActivity.java:44)
2106.16/667.99		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2106.16/667.99		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2106.16/667.99		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2106.16/667.99		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2106.16/667.99		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2106.16/667.99		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2106.16/667.99		at ibis.constellation.Executor.processActivities(Executor.java:75)
2106.16/667.99		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2106.16/667.99		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2106.16/667.99		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2204.60/723.51	55:01 ERROR: Failed to solve instance
2204.60/723.51	java.lang.OutOfMemoryError: GC overhead limit exceeded
2204.60/723.51		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2204.60/723.51		at gnu.trove.THash.compact(THash.java:197)
2204.60/723.51		at gnu.trove.THash.removeAt(THash.java:261)
2204.60/723.51		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
2204.60/723.51		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
2204.60/723.51		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
2204.60/723.51		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
2204.60/723.51		at ibis.structure.WatchLists.assign(WatchLists.java:164)
2204.60/723.51		at ibis.structure.Solver.propagateLiterals(Solver.java:331)
2204.60/723.51		at ibis.structure.Solver.propagateUnits(Solver.java:308)
2204.60/723.51		at ibis.structure.Solver.propagate(Solver.java:248)
2204.60/723.51		at ibis.structure.Solver.simplify(Solver.java:188)
2204.60/723.51		at ibis.structure.Solver.solve(Solver.java:113)
2204.60/723.51		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2204.60/723.51		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2204.60/723.51		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2204.60/723.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2204.60/723.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2204.60/723.51		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2204.60/723.51		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2204.60/723.51		at ibis.constellation.Executor.processActivities(Executor.java:75)
2204.60/723.51		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2204.60/723.51		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2204.60/723.51		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2220.00/734.23	55:11 ERROR: Failed to solve instance
2220.00/734.23	java.lang.OutOfMemoryError: GC overhead limit exceeded
2220.00/734.23		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2220.00/734.23		at gnu.trove.THash.postInsertHook(THash.java:370)
2220.00/734.23		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2220.00/734.23		at ibis.structure.WatchLists.build(WatchLists.java:56)
2220.00/734.23		at ibis.structure.Solver.<init>(Solver.java:45)
2220.00/734.23		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2220.00/734.23		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2220.00/734.23		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2220.00/734.23		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2220.00/734.23		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2220.00/734.23		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2220.00/734.23		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2220.00/734.23		at ibis.constellation.Executor.processActivities(Executor.java:75)
2220.00/734.23		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2220.00/734.23		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2220.00/734.23		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2238.47/748.46	55:26 ERROR: Failed to solve instance
2238.47/748.46	java.lang.OutOfMemoryError: GC overhead limit exceeded
2352.64/800.88	56:18 ERROR: Failed to solve instance
2352.64/800.88	java.lang.OutOfMemoryError: GC overhead limit exceeded
2397.79/826.80	56:44 ERROR: Failed to solve instance
2397.79/826.80	java.lang.OutOfMemoryError: GC overhead limit exceeded
2415.55/841.77	56:59 ERROR: Failed to solve instance
2415.55/841.77	java.lang.OutOfMemoryError: GC overhead limit exceeded
2436.95/856.85	57:14 ERROR: Failed to solve instance
2436.95/856.85	java.lang.OutOfMemoryError: GC overhead limit exceeded
2551.74/908.12	58:05 ERROR: Failed to solve instance
2551.74/908.12	java.lang.OutOfMemoryError: GC overhead limit exceeded
2600.88/932.74	58:30 ERROR: Failed to solve instance
2600.88/932.74	java.lang.OutOfMemoryError: Java heap space
2795.16/1016.90	59:54 ERROR: Failed to solve instance
2795.16/1016.90	java.lang.OutOfMemoryError: GC overhead limit exceeded
2844.30/1044.03	00:21 ERROR: Failed to solve instance
2844.30/1044.03	java.lang.OutOfMemoryError: GC overhead limit exceeded
2855.16/1051.11	00:28 ERROR: Failed to solve instance
2855.16/1051.11	java.lang.OutOfMemoryError: GC overhead limit exceeded
3164.09/1182.39	02:40 ERROR: Failed to solve instance
3164.09/1182.39	java.lang.OutOfMemoryError: GC overhead limit exceeded
3175.04/1189.86	02:47 ERROR: Failed to solve instance
3175.04/1189.86	java.lang.OutOfMemoryError: Java heap space
3348.04/1299.75	04:37 ERROR: Failed to solve instance
3348.04/1299.75	java.lang.OutOfMemoryError: GC overhead limit exceeded

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-3313413-1304106176/watcher-3313413-1304106176 -o /tmp/evaluation-result-3313413-1304106176/solver-3313413-1304106176 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313413-1304106176.cnf 

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: 2.22 4.15 4.76 2/169 13767
/proc/meminfo: memFree=31257860/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/13767/stat : 13767 (java) R 13765 13767 12928 0 -1 4202496 740 0 0 0 0 0 0 0 23 0 1 0 522216367 23580672 227 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242965587712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13767/statm: 5757 236 189 9 0 124 0

[startup+0.0193369 s]
/proc/loadavg: 2.22 4.15 4.76 2/169 13767
/proc/meminfo: memFree=31257860/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=15591648 CPUtime=0 cores=0,2,4,6
/proc/13767/stat : 13767 (java) S 13765 13767 12928 0 -1 4202496 3046 0 1 0 0 0 0 0 23 0 10 0 522216367 15965847552 2487 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/13767/statm: 3897912 2489 1511 9 0 3888660 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.10036 s]
/proc/loadavg: 2.22 4.15 4.76 2/169 13767
/proc/meminfo: memFree=31257860/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=15677016 CPUtime=0.1 cores=0,2,4,6
/proc/13767/stat : 13767 (java) S 13765 13767 12928 0 -1 4202496 5548 0 1 0 9 1 0 0 23 0 18 0 522216367 16053264384 4971 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13767/statm: 3919254 4971 2116 9 0 3909973 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677016

[startup+0.300311 s]
/proc/loadavg: 2.22 4.15 4.76 2/169 13767
/proc/meminfo: memFree=31257860/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=15680880 CPUtime=0.53 cores=0,2,4,6
/proc/13767/stat : 13767 (java) S 13765 13767 12928 0 -1 4202496 14540 0 1 0 51 2 0 0 23 0 18 0 522216367 16057221120 13076 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13767/statm: 3920220 13079 2205 9 0 3910939 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15680880

[startup+0.700249 s]
/proc/loadavg: 2.22 4.15 4.76 2/169 13767
/proc/meminfo: memFree=31257860/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=15680732 CPUtime=0.93 cores=0,2,4,6
/proc/13767/stat : 13767 (java) S 13765 13767 12928 0 -1 4202496 42107 0 1 0 88 5 0 0 23 0 18 0 522216367 16057069568 40601 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13767/statm: 3920183 40601 2222 9 0 3910902 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680732

[startup+1.50111 s]
/proc/loadavg: 2.22 4.15 4.76 3/187 13785
/proc/meminfo: memFree=31096456/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=15680732 CPUtime=1.8 cores=0,2,4,6
/proc/13767/stat : 13767 (java) S 13765 13767 12928 0 -1 4202496 76001 0 1 0 171 9 0 0 23 0 18 0 522216367 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13767/statm: 3920183 74492 2222 9 0 3910902 0
[pid=13767/tid=13769] ppid=13765 vsize=15680732 CPUtime=1.41 cores=0,2,4,6
/proc/13767/task/13769/stat : 13769 (java) R 13765 13767 12928 0 -1 4202560 66025 0 1 0 134 7 0 0 19 0 18 0 522216368 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 46912505227527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13767/tid=13770] ppid=13765 vsize=15680732 CPUtime=0.01 cores=0,2,4,6
/proc/13767/task/13770/stat : 13770 (java) S 13765 13767 12928 0 -1 4202560 2119 0 0 0 1 0 0 0 15 0 18 0 522216368 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 4 0 0 0
[pid=13767/tid=13771] ppid=13765 vsize=15680732 CPUtime=0.02 cores=0,2,4,6
/proc/13767/task/13771/stat : 13771 (java) S 13765 13767 12928 0 -1 4202560 129 0 0 0 2 0 0 0 15 0 18 0 522216368 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13772] ppid=13765 vsize=15680732 CPUtime=0.01 cores=0,2,4,6
/proc/13767/task/13772/stat : 13772 (java) S 13765 13767 12928 0 -1 4202560 15 0 0 0 1 0 0 0 16 0 18 0 522216368 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13773] ppid=13765 vsize=15680732 CPUtime=0.02 cores=0,2,4,6
/proc/13767/task/13773/stat : 13773 (java) S 13765 13767 12928 0 -1 4202560 1382 0 0 0 2 0 0 0 15 0 18 0 522216368 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 4 0 0 0
[pid=13767/tid=13774] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13774/stat : 13774 (java) S 13765 13767 12928 0 -1 4202560 448 0 0 0 0 0 0 0 15 0 18 0 522216368 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13775] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13775/stat : 13775 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522216368 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13776] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13776/stat : 13776 (java) S 13765 13767 12928 0 -1 4202560 508 0 0 0 0 0 0 0 15 0 18 0 522216368 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13777] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13777/stat : 13777 (java) S 13765 13767 12928 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 522216368 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13778] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13778/stat : 13778 (java) S 13765 13767 12928 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 522216369 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366720 0 0 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13779] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13779/stat : 13779 (java) S 13765 13767 12928 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522216370 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13780] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13780/stat : 13780 (java) S 13765 13767 12928 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522216370 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13781] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13781/stat : 13781 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522216372 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982373809 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13782] ppid=13765 vsize=15680732 CPUtime=0.12 cores=0,2,4,6
/proc/13767/task/13782/stat : 13782 (java) S 13765 13767 12928 0 -1 4202560 1320 0 0 0 12 0 0 0 17 0 18 0 522216372 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 4 0 0 0
[pid=13767/tid=13783] ppid=13765 vsize=15680732 CPUtime=0.12 cores=0,2,4,6
/proc/13767/task/13783/stat : 13783 (java) S 13765 13767 12928 0 -1 4202560 2431 0 0 0 12 0 0 0 17 0 18 0 522216372 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13784] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13784/stat : 13784 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522216372 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13785] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13785/stat : 13785 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522216372 16057069568 74492 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366720 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 15680732

[startup+3.10702 s]
/proc/loadavg: 2.20 4.12 4.74 2/187 13785
/proc/meminfo: memFree=30940960/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=15680732 CPUtime=3.53 cores=0,2,4,6
/proc/13767/stat : 13767 (java) S 13765 13767 12928 0 -1 4202496 145725 0 1 0 333 20 0 0 23 0 18 0 522216367 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13767/statm: 3920183 144212 2240 9 0 3910902 0
[pid=13767/tid=13769] ppid=13765 vsize=15680732 CPUtime=2.95 cores=0,2,4,6
/proc/13767/task/13769/stat : 13769 (java) S 13765 13767 12928 0 -1 4202560 127345 0 1 0 280 15 0 0 21 0 18 0 522216368 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13770] ppid=13765 vsize=15680732 CPUtime=0.02 cores=0,2,4,6
/proc/13767/task/13770/stat : 13770 (java) R 13765 13767 12928 0 -1 4202560 2119 0 0 0 2 0 0 0 15 0 18 0 522216368 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242970503479 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13767/tid=13771] ppid=13765 vsize=15680732 CPUtime=0.04 cores=0,2,4,6
/proc/13767/task/13771/stat : 13771 (java) R 13765 13767 12928 0 -1 4202560 5250 0 0 0 3 1 0 0 15 0 18 0 522216368 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242970503479 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13767/tid=13772] ppid=13765 vsize=15680732 CPUtime=0.03 cores=0,2,4,6
/proc/13767/task/13772/stat : 13772 (java) R 13765 13767 12928 0 -1 4202560 15 0 0 0 3 0 0 0 15 0 18 0 522216368 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242970503479 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13767/tid=13773] ppid=13765 vsize=15680732 CPUtime=0.03 cores=0,2,4,6
/proc/13767/task/13773/stat : 13773 (java) R 13765 13767 12928 0 -1 4202560 1423 0 0 0 3 0 0 0 15 0 18 0 522216368 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242970503479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13767/tid=13774] ppid=13765 vsize=15680732 CPUtime=0.02 cores=0,2,4,6
/proc/13767/task/13774/stat : 13774 (java) R 13765 13767 12928 0 -1 4202560 470 0 0 0 2 0 0 0 15 0 18 0 522216368 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13767/tid=13775] ppid=13765 vsize=15680732 CPUtime=0.02 cores=0,2,4,6
/proc/13767/task/13775/stat : 13775 (java) R 13765 13767 12928 0 -1 4202560 2888 0 0 0 2 0 0 0 15 0 18 0 522216368 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242970503479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13767/tid=13776] ppid=13765 vsize=15680732 CPUtime=0.01 cores=0,2,4,6
/proc/13767/task/13776/stat : 13776 (java) R 13765 13767 12928 0 -1 4202560 508 0 0 0 1 0 0 0 15 0 18 0 522216368 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242970503479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13767/tid=13777] ppid=13765 vsize=15680732 CPUtime=0.03 cores=0,2,4,6
/proc/13767/task/13777/stat : 13777 (java) R 13765 13767 12928 0 -1 4202560 53 0 0 0 2 1 0 0 15 0 18 0 522216368 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 47017016799814 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13767/tid=13778] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13778/stat : 13778 (java) S 13765 13767 12928 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 522216369 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 0 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13779] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13779/stat : 13779 (java) S 13765 13767 12928 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522216370 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13780] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13780/stat : 13780 (java) S 13765 13767 12928 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522216370 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13781] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13781/stat : 13781 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522216372 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982373809 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13782] ppid=13765 vsize=15680732 CPUtime=0.14 cores=0,2,4,6
/proc/13767/task/13782/stat : 13782 (java) S 13765 13767 12928 0 -1 4202560 1367 0 0 0 14 0 0 0 15 0 18 0 522216372 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 4 0 0 0
[pid=13767/tid=13783] ppid=13765 vsize=15680732 CPUtime=0.14 cores=0,2,4,6
/proc/13767/task/13783/stat : 13783 (java) S 13765 13767 12928 0 -1 4202560 2465 0 0 0 14 0 0 0 15 0 18 0 522216372 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13784] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13784/stat : 13784 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522216372 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13785] ppid=13765 vsize=15680732 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13785/stat : 13785 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522216372 16057069568 144212 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366720 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 15680732

[startup+6.30124 s]
/proc/loadavg: 2.20 4.12 4.74 2/187 13785
/proc/meminfo: memFree=30170676/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=15679700 CPUtime=7.19 cores=0,2,4,6
/proc/13767/stat : 13767 (java) S 13765 13767 12928 0 -1 4202496 284687 0 1 0 681 38 0 0 23 0 18 0 522216367 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13767/statm: 3919925 282923 2240 9 0 3910644 0
[pid=13767/tid=13769] ppid=13765 vsize=15679700 CPUtime=5.92 cores=0,2,4,6
/proc/13767/task/13769/stat : 13769 (java) R 13765 13767 12928 0 -1 4202560 255762 0 1 0 561 31 0 0 21 0 18 0 522216368 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982376907 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13767/tid=13770] ppid=13765 vsize=15679700 CPUtime=0.12 cores=0,2,4,6
/proc/13767/task/13770/stat : 13770 (java) S 13765 13767 12928 0 -1 4202560 2119 0 0 0 12 0 0 0 16 0 18 0 522216368 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13771] ppid=13765 vsize=15679700 CPUtime=0.11 cores=0,2,4,6
/proc/13767/task/13771/stat : 13771 (java) S 13765 13767 12928 0 -1 4202560 5251 0 0 0 10 1 0 0 16 0 18 0 522216368 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 4 0 0 0
[pid=13767/tid=13772] ppid=13765 vsize=15679700 CPUtime=0.12 cores=0,2,4,6
/proc/13767/task/13772/stat : 13772 (java) S 13765 13767 12928 0 -1 4202560 15 0 0 0 12 0 0 0 16 0 18 0 522216368 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13773] ppid=13765 vsize=15679700 CPUtime=0.09 cores=0,2,4,6
/proc/13767/task/13773/stat : 13773 (java) S 13765 13767 12928 0 -1 4202560 1423 0 0 0 9 0 0 0 16 0 18 0 522216368 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13774] ppid=13765 vsize=15679700 CPUtime=0.12 cores=0,2,4,6
/proc/13767/task/13774/stat : 13774 (java) S 13765 13767 12928 0 -1 4202560 472 0 0 0 12 0 0 0 16 0 18 0 522216368 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 4 0 0 0
[pid=13767/tid=13775] ppid=13765 vsize=15679700 CPUtime=0.1 cores=0,2,4,6
/proc/13767/task/13775/stat : 13775 (java) S 13765 13767 12928 0 -1 4202560 2889 0 0 0 10 0 0 0 16 0 18 0 522216368 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13776] ppid=13765 vsize=15679700 CPUtime=0.12 cores=0,2,4,6
/proc/13767/task/13776/stat : 13776 (java) S 13765 13767 12928 0 -1 4202560 10748 0 0 0 11 1 0 0 16 0 18 0 522216368 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13777] ppid=13765 vsize=15679700 CPUtime=0.11 cores=0,2,4,6
/proc/13767/task/13777/stat : 13777 (java) S 13765 13767 12928 0 -1 4202560 53 0 0 0 10 1 0 0 16 0 18 0 522216368 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13778] ppid=13765 vsize=15679700 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13778/stat : 13778 (java) S 13765 13767 12928 0 -1 4202560 737 0 0 0 0 0 0 0 15 0 18 0 522216369 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366720 0 0 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13779] ppid=13765 vsize=15679700 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13779/stat : 13779 (java) S 13765 13767 12928 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522216370 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13780] ppid=13765 vsize=15679700 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13780/stat : 13780 (java) S 13765 13767 12928 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522216370 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13781] ppid=13765 vsize=15679700 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13781/stat : 13781 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522216372 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982373809 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13782] ppid=13765 vsize=15679700 CPUtime=0.14 cores=0,2,4,6
/proc/13767/task/13782/stat : 13782 (java) S 13765 13767 12928 0 -1 4202560 1367 0 0 0 14 0 0 0 15 0 18 0 522216372 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 4 0 0 0
[pid=13767/tid=13783] ppid=13765 vsize=15679700 CPUtime=0.14 cores=0,2,4,6
/proc/13767/task/13783/stat : 13783 (java) S 13765 13767 12928 0 -1 4202560 2465 0 0 0 14 0 0 0 15 0 18 0 522216372 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13784] ppid=13765 vsize=15679700 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13784/stat : 13784 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522216372 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13785] ppid=13765 vsize=15679700 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13785/stat : 13785 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522216372 16056012800 282923 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366720 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 15679700

[startup+12.7012 s]
/proc/loadavg: 2.32 4.08 4.72 2/191 13790
/proc/meminfo: memFree=29495152/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=15692488 CPUtime=14.29 cores=0,2,4,6
/proc/13767/stat : 13767 (java) S 13765 13767 12928 0 -1 4202496 444678 0 1 0 1370 59 0 0 23 0 22 0 522216367 16069107712 441154 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13767/statm: 3923122 441154 2275 9 0 3913841 0
[pid=13767/tid=13769] ppid=13765 vsize=15692488 CPUtime=12.31 cores=0,2,4,6

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

/proc/13767/task/13769/stat : 13769 (java) S 13765 13767 12928 0 -1 4202560 410275 0 1 0 4410 52 0 0 19 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13770] ppid=13765 vsize=15689560 CPUtime=9.23 cores=0,2,4,6
/proc/13767/task/13770/stat : 13770 (java) S 13765 13767 12928 0 -1 4202560 460201 0 0 0 829 94 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13771] ppid=13765 vsize=15689560 CPUtime=9.7 cores=0,2,4,6
/proc/13767/task/13771/stat : 13771 (java) S 13765 13767 12928 0 -1 4202560 512971 0 0 0 868 102 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13772] ppid=13765 vsize=15689560 CPUtime=7.9 cores=0,2,4,6
/proc/13767/task/13772/stat : 13772 (java) S 13765 13767 12928 0 -1 4202560 387786 0 0 0 712 78 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13773] ppid=13765 vsize=15689560 CPUtime=9.06 cores=0,2,4,6
/proc/13767/task/13773/stat : 13773 (java) S 13765 13767 12928 0 -1 4202560 482363 0 0 0 810 96 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13774] ppid=13765 vsize=15689560 CPUtime=8.01 cores=0,2,4,6
/proc/13767/task/13774/stat : 13774 (java) S 13765 13767 12928 0 -1 4202560 560340 0 0 0 694 107 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13775] ppid=13765 vsize=15689560 CPUtime=7.99 cores=0,2,4,6
/proc/13767/task/13775/stat : 13775 (java) S 13765 13767 12928 0 -1 4202560 431583 0 0 0 723 76 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13776] ppid=13765 vsize=15689560 CPUtime=8.27 cores=0,2,4,6
/proc/13767/task/13776/stat : 13776 (java) S 13765 13767 12928 0 -1 4202560 322008 0 0 0 761 66 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13777] ppid=13765 vsize=15689560 CPUtime=8.86 cores=0,2,4,6
/proc/13767/task/13777/stat : 13777 (java) S 13765 13767 12928 0 -1 4202560 440319 0 0 0 797 89 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13778] ppid=13765 vsize=15689560 CPUtime=333.6 cores=0,2,4,6
/proc/13767/task/13778/stat : 13778 (java) R 13765 13767 12928 0 -1 4202560 77524 0 0 0 33318 42 0 0 18 0 21 0 522216369 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 47017017134940 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=13767/tid=13779] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13779/stat : 13779 (java) S 13765 13767 12928 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 522216370 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13780] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13780/stat : 13780 (java) S 13765 13767 12928 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 522216370 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13781] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13781/stat : 13781 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982373809 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13782] ppid=13765 vsize=15689560 CPUtime=1.24 cores=0,2,4,6
/proc/13767/task/13782/stat : 13782 (java) S 13765 13767 12928 0 -1 4202560 4972 0 0 0 124 0 0 0 15 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13783] ppid=13765 vsize=15689560 CPUtime=1 cores=0,2,4,6
/proc/13767/task/13783/stat : 13783 (java) S 13765 13767 12928 0 -1 4202560 4694 0 0 0 100 0 0 0 15 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13784] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13784/stat : 13784 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13785] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13785/stat : 13785 (java) S 13765 13767 12928 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366720 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13787] ppid=13765 vsize=15689560 CPUtime=738.94 cores=0,2,4,6
/proc/13767/task/13787/stat : 13787 (java) S 13765 13767 12928 0 -1 4202560 1196 0 0 0 73884 10 0 0 15 0 21 0 522217187 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13788] ppid=13765 vsize=15689560 CPUtime=729.77 cores=0,2,4,6
/proc/13767/task/13788/stat : 13788 (java) S 13765 13767 12928 0 -1 4202560 280 0 0 0 72973 4 0 0 15 0 21 0 522217187 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 4 0 0 0
[pid=13767/tid=13789] ppid=13765 vsize=15689560 CPUtime=780.11 cores=0,2,4,6
/proc/13767/task/13789/stat : 13789 (java) S 13765 13767 12928 0 -1 4202560 99707 0 0 0 77993 18 0 0 15 0 21 0 522217187 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3164.09
Current children cumulated vsize (KiB) 15689560

[startup+1242.3 s]
/proc/loadavg: 1.39 2.05 3.00 2/190 13831
/proc/meminfo: memFree=15918628/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=15689560 CPUtime=3237.74 cores=0,2,4,6
/proc/13767/stat : 13767 (java) S 13765 13767 12928 0 -1 4202496 4310919 0 1 0 322900 874 0 0 23 0 21 0 522216367 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13767/statm: 3922390 3829445 2295 9 0 3913109 0
[pid=13767/tid=13769] ppid=13765 vsize=15689560 CPUtime=44.62 cores=0,2,4,6
/proc/13767/task/13769/stat : 13769 (java) S 13765 13767 12928 0 -1 4202560 410275 0 1 0 4410 52 0 0 19 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13770] ppid=13765 vsize=15689560 CPUtime=9.23 cores=0,2,4,6
/proc/13767/task/13770/stat : 13770 (java) S 13765 13767 12928 0 -1 4202560 460201 0 0 0 829 94 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13771] ppid=13765 vsize=15689560 CPUtime=9.7 cores=0,2,4,6
/proc/13767/task/13771/stat : 13771 (java) S 13765 13767 12928 0 -1 4202560 512971 0 0 0 868 102 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13772] ppid=13765 vsize=15689560 CPUtime=7.9 cores=0,2,4,6
/proc/13767/task/13772/stat : 13772 (java) S 13765 13767 12928 0 -1 4202560 387786 0 0 0 712 78 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13773] ppid=13765 vsize=15689560 CPUtime=9.06 cores=0,2,4,6
/proc/13767/task/13773/stat : 13773 (java) S 13765 13767 12928 0 -1 4202560 482363 0 0 0 810 96 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13774] ppid=13765 vsize=15689560 CPUtime=8.01 cores=0,2,4,6
/proc/13767/task/13774/stat : 13774 (java) S 13765 13767 12928 0 -1 4202560 560340 0 0 0 694 107 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13775] ppid=13765 vsize=15689560 CPUtime=7.99 cores=0,2,4,6
/proc/13767/task/13775/stat : 13775 (java) S 13765 13767 12928 0 -1 4202560 431583 0 0 0 723 76 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13776] ppid=13765 vsize=15689560 CPUtime=8.27 cores=0,2,4,6
/proc/13767/task/13776/stat : 13776 (java) S 13765 13767 12928 0 -1 4202560 322008 0 0 0 761 66 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13777] ppid=13765 vsize=15689560 CPUtime=8.86 cores=0,2,4,6
/proc/13767/task/13777/stat : 13777 (java) S 13765 13767 12928 0 -1 4202560 440319 0 0 0 797 89 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13778] ppid=13765 vsize=15689560 CPUtime=386.67 cores=0,2,4,6
/proc/13767/task/13778/stat : 13778 (java) R 13765 13767 12928 0 -1 4202560 77528 0 0 0 38622 45 0 0 18 0 21 0 522216369 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 47017014415709 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=13767/tid=13779] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13779/stat : 13779 (java) S 13765 13767 12928 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 522216370 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13780] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13780/stat : 13780 (java) S 13765 13767 12928 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 522216370 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13781] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13781/stat : 13781 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982373809 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13782] ppid=13765 vsize=15689560 CPUtime=1.24 cores=0,2,4,6
/proc/13767/task/13782/stat : 13782 (java) S 13765 13767 12928 0 -1 4202560 4972 0 0 0 124 0 0 0 15 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13783] ppid=13765 vsize=15689560 CPUtime=1 cores=0,2,4,6
/proc/13767/task/13783/stat : 13783 (java) S 13765 13767 12928 0 -1 4202560 4694 0 0 0 100 0 0 0 15 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13784] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13784/stat : 13784 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13785] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13785/stat : 13785 (java) S 13765 13767 12928 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366720 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13787] ppid=13765 vsize=15689560 CPUtime=745.8 cores=0,2,4,6
/proc/13767/task/13787/stat : 13787 (java) S 13765 13767 12928 0 -1 4202560 1237 0 0 0 74570 10 0 0 15 0 21 0 522217187 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13788] ppid=13765 vsize=15689560 CPUtime=736.61 cores=0,2,4,6
/proc/13767/task/13788/stat : 13788 (java) S 13765 13767 12928 0 -1 4202560 345 0 0 0 73657 4 0 0 15 0 21 0 522217187 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 4 0 0 0
[pid=13767/tid=13789] ppid=13765 vsize=15689560 CPUtime=786.97 cores=0,2,4,6
/proc/13767/task/13789/stat : 13789 (java) S 13765 13767 12928 0 -1 4202560 99776 0 0 0 78678 19 0 0 15 0 21 0 522217187 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3237.74
Current children cumulated vsize (KiB) 15689560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.84 2.07 2.95 4/190 13833
/proc/meminfo: memFree=15918256/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=15689560 CPUtime=3348.85 cores=0,2,4,6
/proc/13767/stat : 13767 (java) S 13765 13767 12928 0 -1 4202496 4311029 0 1 0 334005 880 0 0 23 0 21 0 522216367 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13767/statm: 3922390 3829445 2295 9 0 3913109 0
[pid=13767/tid=13769] ppid=13765 vsize=15689560 CPUtime=44.62 cores=0,2,4,6
/proc/13767/task/13769/stat : 13769 (java) S 13765 13767 12928 0 -1 4202560 410275 0 1 0 4410 52 0 0 19 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13770] ppid=13765 vsize=15689560 CPUtime=9.23 cores=0,2,4,6
/proc/13767/task/13770/stat : 13770 (java) S 13765 13767 12928 0 -1 4202560 460201 0 0 0 829 94 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13771] ppid=13765 vsize=15689560 CPUtime=9.7 cores=0,2,4,6
/proc/13767/task/13771/stat : 13771 (java) S 13765 13767 12928 0 -1 4202560 512971 0 0 0 868 102 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13772] ppid=13765 vsize=15689560 CPUtime=7.9 cores=0,2,4,6
/proc/13767/task/13772/stat : 13772 (java) S 13765 13767 12928 0 -1 4202560 387786 0 0 0 712 78 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13773] ppid=13765 vsize=15689560 CPUtime=9.06 cores=0,2,4,6
/proc/13767/task/13773/stat : 13773 (java) S 13765 13767 12928 0 -1 4202560 482363 0 0 0 810 96 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13774] ppid=13765 vsize=15689560 CPUtime=8.01 cores=0,2,4,6
/proc/13767/task/13774/stat : 13774 (java) S 13765 13767 12928 0 -1 4202560 560340 0 0 0 694 107 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13775] ppid=13765 vsize=15689560 CPUtime=7.99 cores=0,2,4,6
/proc/13767/task/13775/stat : 13775 (java) S 13765 13767 12928 0 -1 4202560 431583 0 0 0 723 76 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13776] ppid=13765 vsize=15689560 CPUtime=8.27 cores=0,2,4,6
/proc/13767/task/13776/stat : 13776 (java) S 13765 13767 12928 0 -1 4202560 322008 0 0 0 761 66 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13777] ppid=13765 vsize=15689560 CPUtime=8.86 cores=0,2,4,6
/proc/13767/task/13777/stat : 13777 (java) S 13765 13767 12928 0 -1 4202560 440319 0 0 0 797 89 0 0 16 0 21 0 522216368 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13778] ppid=13765 vsize=15689560 CPUtime=417.66 cores=0,2,4,6
/proc/13767/task/13778/stat : 13778 (java) S 13765 13767 12928 0 -1 4202560 77530 0 0 0 41717 49 0 0 18 0 21 0 522216369 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366720 0 0 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13779] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13779/stat : 13779 (java) S 13765 13767 12928 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 522216370 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13780] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13780/stat : 13780 (java) S 13765 13767 12928 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 522216370 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13781] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13781/stat : 13781 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982373809 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13782] ppid=13765 vsize=15689560 CPUtime=1.24 cores=0,2,4,6
/proc/13767/task/13782/stat : 13782 (java) S 13765 13767 12928 0 -1 4202560 4972 0 0 0 124 0 0 0 15 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13783] ppid=13765 vsize=15689560 CPUtime=1 cores=0,2,4,6
/proc/13767/task/13783/stat : 13783 (java) S 13765 13767 12928 0 -1 4202560 4694 0 0 0 100 0 0 0 15 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 0 0 0 0
[pid=13767/tid=13784] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13784/stat : 13784 (java) S 13765 13767 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366105 0 4 0 16800975 18446604453313074112 0 0 -1 2 0 0 0
[pid=13767/tid=13785] ppid=13765 vsize=15689560 CPUtime=0 cores=0,2,4,6
/proc/13767/task/13785/stat : 13785 (java) S 13765 13767 12928 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 21 0 522216372 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 242982366720 0 4 0 16800975 18446604453313074112 0 0 -1 6 0 0 0
[pid=13767/tid=13787] ppid=13765 vsize=15689560 CPUtime=772.5 cores=0,2,4,6
/proc/13767/task/13787/stat : 13787 (java) R 13765 13767 12928 0 -1 4202560 1259 0 0 0 77240 10 0 0 16 0 21 0 522217187 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 46912506315960 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13767/tid=13788] ppid=13765 vsize=15689560 CPUtime=763.3 cores=0,2,4,6
/proc/13767/task/13788/stat : 13788 (java) R 13765 13767 12928 0 -1 4202560 386 0 0 0 76326 4 0 0 16 0 21 0 522217187 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 46912505831628 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13767/tid=13789] ppid=13765 vsize=15689560 CPUtime=813.7 cores=0,2,4,6
/proc/13767/task/13789/stat : 13789 (java) R 13765 13767 12928 0 -1 4202560 99817 0 0 0 81350 20 0 0 16 0 21 0 522217187 16066109440 3829445 33554432000 1073741824 1073778376 140736921691008 18446744073709551615 46912506072186 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3348.85
Current children cumulated vsize (KiB) 15689560

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

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

[startup+1300.2 s]
/proc/loadavg: 1.84 2.07 2.95 2/172 13836
/proc/meminfo: memFree=20595308/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=0 CPUtime=3349.06 cores=0,2,4,6
/proc/13767/stat : 13767 (java) Z 13765 13767 12928 0 -1 4203548 4311045 0 1 0 334008 898 0 0 17 0 2 0 522216367 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/13767/statm: 0 0 0 0 0 0 0
[pid=13767/tid=13836] ppid=13765 vsize=0 CPUtime=0.18 cores=0,2,4,6
/proc/13767/task/13836/stat : 13836 (java) R 13765 13767 12928 0 -1 4203588 7 0 0 0 0 18 0 0 20 0 2 0 522346369 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3349.06
Current children cumulated vsize (KiB) 0

[startup+1300.6 s]
/proc/loadavg: 1.84 2.07 2.95 2/172 13836
/proc/meminfo: memFree=20595308/32951132 swapFree=67111364/67111528
[pid=13767] ppid=13765 vsize=0 CPUtime=3349.46 cores=0,2,4,6
/proc/13767/stat : 13767 (java) Z 13765 13767 12928 0 -1 4203548 4311045 0 1 0 334008 938 0 0 17 0 2 0 522216367 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/13767/statm: 0 0 0 0 0 0 0
[pid=13767/tid=13836] ppid=13765 vsize=0 CPUtime=0.57 cores=0,2,4,6
/proc/13767/task/13836/stat : 13836 (java) R 13765 13767 12928 0 -1 4203588 7 0 0 0 0 57 0 0 20 0 2 0 522346369 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3349.46
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.65
CPU time (s): 3349.52
CPU user time (s): 3340.09
CPU system time (s): 9.43057
CPU usage (%): 257.527
Max. virtual memory (cumulated for all children) (KiB): 15692488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3340.09
system time used= 9.43057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4311045
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= 80013
involuntary context switches= 69051

runsolver used 2.31465 second user time and 4.81927 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 21:42:57
IDJOB=3313413
IDBENCH=82426
IDSOLVER=1699
FILE ID=node128/3313413-1304106176
RUNJOBID= node128-1304104860-13620
PBS_JOBID= 13170611
Free space on /tmp= 66932 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-18-step15.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313413-1304106176/watcher-3313413-1304106176 -o /tmp/evaluation-result-3313413-1304106176/solver-3313413-1304106176 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313413-1304106176.cnf

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

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=881980096

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31258132 kB
Buffers:        404396 kB
Cached:         808512 kB
SwapCached:          0 kB
Active:         136848 kB
Inactive:      1140304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31258132 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           44688 kB
Writeback:           0 kB
AnonPages:       63876 kB
Mapped:          14836 kB
Slab:           353124 kB
PageTables:       4504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   189836 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66932 MiB
End job on node128 at 2011-04-29 22:04:39