Trace number 3312380

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) 2230.57 1302.58

General information on the benchmark

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

Solver Data

0.10/0.11	32:24 INFO : Reading from input HOME/instance-3312380-1304112744.cnf
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Starting Executor!
1.12/0.91	Starting Executor!
1.12/0.91	Starting Executor!
1.12/0.91	Starting Executor!
4.45/2.68	32:27 INFO : 39853 variables remaining out of 40000
4.45/2.68	32:27 INFO : 668400 literals remaining out of 672000
1270.29/352.40	38:14 ERROR: Failed to solve instance
1270.29/352.40	java.lang.OutOfMemoryError: Java heap space
1270.29/352.40		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:52)
1270.29/352.40		at ibis.structure.Solver.simplify(Solver.java:191)
1270.29/352.40		at ibis.structure.Solver.solve(Solver.java:113)
1270.29/352.40		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1270.29/352.40		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1270.29/352.40		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1270.29/352.40		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1270.29/352.40		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1270.29/352.40		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1270.29/352.40		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1270.29/352.40		at ibis.constellation.Executor.processActivities(Executor.java:75)
1270.29/352.40		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1270.29/352.40		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1270.29/352.40		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1272.69/354.74	38:17 ERROR: Failed to solve instance
1272.69/354.74	java.lang.OutOfMemoryError: Java heap space
1272.69/354.74		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1272.69/354.74		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1272.69/354.74		at ibis.structure.Subsumming.run(Subsumming.java:57)
1272.69/354.74		at ibis.structure.Solver.simplify(Solver.java:205)
1272.69/354.74		at ibis.structure.Solver.solve(Solver.java:113)
1272.69/354.74		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1272.69/354.74		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1272.69/354.74		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1272.69/354.74		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1272.69/354.74		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1272.69/354.74		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1272.69/354.74		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1272.69/354.74		at ibis.constellation.Executor.processActivities(Executor.java:75)
1272.69/354.74		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1272.69/354.74		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1272.69/354.74		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1278.93/360.29	38:24 ERROR: Failed to solve instance
1278.93/360.29	java.lang.OutOfMemoryError: Java heap space
1278.93/360.29		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1278.93/360.29		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1278.93/360.29		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1278.93/360.29		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1278.93/360.29		at ibis.structure.Solver.<init>(Solver.java:37)
1278.93/360.29		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1278.93/360.29		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1278.93/360.29		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1278.93/360.29		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1278.93/360.29		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1278.93/360.29		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1278.93/360.29		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1278.93/360.29		at ibis.constellation.Executor.processActivities(Executor.java:75)
1278.93/360.29		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1278.93/360.29		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1278.93/360.29		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1281.23/362.56	38:27 ERROR: Failed to solve instance
1281.23/362.56	java.lang.OutOfMemoryError: Java heap space
1281.23/362.56		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1281.23/362.56		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1281.23/362.56		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1281.23/362.56		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1281.23/362.56		at ibis.structure.Solver.<init>(Solver.java:37)
1281.23/362.56		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1281.23/362.56		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1281.23/362.56		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1281.23/362.56		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1281.23/362.56		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1281.23/362.56		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1281.23/362.56		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1281.23/362.56		at ibis.constellation.Executor.processActivities(Executor.java:75)
1281.23/362.56		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1281.23/362.56		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1281.23/362.56		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1297.05/378.22	38:42 ERROR: Failed to solve instance
1297.05/378.22	java.lang.OutOfMemoryError: Java heap space
1304.62/385.29	38:49 ERROR: Failed to solve instance
1304.62/385.29	java.lang.OutOfMemoryError: Java heap space
1415.22/495.12	40:39 ERROR: Failed to solve instance
1415.22/495.12	java.lang.OutOfMemoryError: Java heap space
1415.61/495.58	40:40 ERROR: Failed to solve instance
1415.61/495.58	java.lang.OutOfMemoryError: Java heap space
1417.13/497.08	40:41 ERROR: Failed to solve instance
1417.13/497.08	java.lang.OutOfMemoryError: Java heap space
1421.21/500.51	40:45 ERROR: Failed to solve instance
1421.21/500.51	java.lang.OutOfMemoryError: Java heap space
1425.47/504.15	40:48 ERROR: Failed to solve instance
1425.47/504.15	java.lang.OutOfMemoryError: Java heap space
1425.97/504.61	40:49 ERROR: Failed to solve instance
1425.97/504.61	java.lang.OutOfMemoryError: Java heap space
1653.38/730.78	44:35 ERROR: Failed to solve instance
1653.38/730.78	java.lang.OutOfMemoryError: Java heap space
1695.87/773.02	45:17 ERROR: Failed to solve instance
1695.87/773.02	java.lang.OutOfMemoryError: Java heap space
1721.60/798.66	45:43 ERROR: Failed to solve instance
1721.60/798.66	java.lang.OutOfMemoryError: Java heap space
1721.60/798.66	45:43 ERROR: Failed to solve instance
1721.60/798.66	java.lang.OutOfMemoryError: Java heap space
1725.55/802.06	45:46 ERROR: Failed to solve instance
1725.55/802.06	java.lang.OutOfMemoryError: Java heap space
1750.35/826.54	46:11 ERROR: Failed to solve instance
1750.35/826.54	java.lang.OutOfMemoryError: Java heap space
1773.73/849.42	46:33 ERROR: Failed to solve instance
1773.73/849.42	java.lang.OutOfMemoryError: Java heap space
1777.70/852.88	46:37 ERROR: Failed to solve instance
1777.70/852.88	java.lang.OutOfMemoryError: Java heap space
1811.41/885.99	47:10 ERROR: Failed to solve instance
1811.41/885.99	java.lang.OutOfMemoryError: Java heap space
1922.98/996.78	49:01 ERROR: Failed to solve instance
1922.98/996.78	java.lang.OutOfMemoryError: Java heap space
2112.43/1185.59	52:10 ERROR: Failed to solve instance
2112.43/1185.59	java.lang.OutOfMemoryError: Java heap space
2113.90/1186.94	52:11 ERROR: Failed to solve instance
2113.90/1186.94	java.lang.OutOfMemoryError: Java heap space
2118.43/1190.98	52:15 ERROR: Failed to solve instance
2118.43/1190.98	java.lang.OutOfMemoryError: Java heap space
2220.70/1292.90	53:57 ERROR: Failed to solve instance
2220.70/1292.90	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-3312380-1304112744/watcher-3312380-1304112744 -o /tmp/evaluation-result-3312380-1304112744/solver-3312380-1304112744 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312380-1304112744.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.15 7.32 7.75 5/194 30951
/proc/meminfo: memFree=25018880/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/30951/stat : 30951 (java) S 30949 30951 30477 0 -1 4202496 1416 0 0 0 0 0 0 0 22 0 2 0 503690257 27824128 887 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522100197 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 6793 892 682 9 0 381 0
[pid=30951/tid=30952] ppid=30949 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30952/stat : 30952 (java) S 30949 30951 30477 0 -1 4202560 66 0 0 0 0 0 0 0 24 0 2 0 503690258 27824128 894 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 -1 5 0 0 0

[startup+0.0326971 s]
/proc/loadavg: 5.15 7.32 7.75 5/194 30951
/proc/meminfo: memFree=25018880/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/30951/stat : 30951 (java) S 30949 30951 30477 0 -1 4202496 3654 0 1 0 2 0 0 0 22 0 13 0 503690257 15978749952 3093 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 3901062 3093 1673 9 0 3891810 0
[pid=30951/tid=30952] ppid=30949 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/30951/task/30952/stat : 30952 (java) R 30949 30951 30477 0 -1 4202560 2263 0 1 0 2 0 0 0 25 0 13 0 503690258 15978749952 3093 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522124235 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100682 s]
/proc/loadavg: 5.15 7.32 7.75 5/194 30951
/proc/meminfo: memFree=25018880/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=15676904 CPUtime=0.1 cores=1,3,5,7
/proc/30951/stat : 30951 (java) S 30949 30951 30477 0 -1 4202496 5572 0 1 0 9 1 0 0 22 0 18 0 503690257 16053149696 5010 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 3919226 5010 2117 9 0 3909945 0
[pid=30951/tid=30952] ppid=30949 vsize=15676904 CPUtime=0.08 cores=1,3,5,7
/proc/30951/task/30952/stat : 30952 (java) R 30949 30951 30477 0 -1 4202560 3476 0 1 0 8 0 0 0 25 0 18 0 503690258 16053149696 5010 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522124235 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) 15676904

[startup+0.300659 s]
/proc/loadavg: 5.15 7.32 7.75 5/194 30951
/proc/meminfo: memFree=25018880/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=15680340 CPUtime=0.51 cores=1,3,5,7
/proc/30951/stat : 30951 (java) S 30949 30951 30477 0 -1 4202496 15976 0 1 0 49 2 0 0 22 0 18 0 503690257 16056668160 14447 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 3920085 14454 2206 9 0 3910804 0
[pid=30951/tid=30952] ppid=30949 vsize=15680340 CPUtime=0.28 cores=1,3,5,7
/proc/30951/task/30952/stat : 30952 (java) R 30949 30951 30477 0 -1 4202560 10906 0 1 0 27 1 0 0 25 0 18 0 503690258 16056668160 14457 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 46912505642195 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680340

[startup+0.700577 s]
/proc/loadavg: 5.15 7.32 7.75 5/194 30951
/proc/meminfo: memFree=25018880/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=15680340 CPUtime=0.92 cores=1,3,5,7
/proc/30951/stat : 30951 (java) S 30949 30951 30477 0 -1 4202496 41815 0 1 0 86 6 0 0 22 0 18 0 503690257 16056668160 40284 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 3920085 40284 2222 9 0 3910804 0
[pid=30951/tid=30952] ppid=30949 vsize=15680340 CPUtime=0.68 cores=1,3,5,7
/proc/30951/task/30952/stat : 30952 (java) R 30949 30951 30477 0 -1 4202560 35544 0 1 0 63 5 0 0 25 0 18 0 503690258 16056668160 40284 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 46912505520593 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680340

[startup+1.50143 s]
/proc/loadavg: 5.15 7.32 7.75 10/220 30977
/proc/meminfo: memFree=24673492/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=15687240 CPUtime=2.25 cores=1,3,5,7
/proc/30951/stat : 30951 (java) S 30949 30951 30477 0 -1 4202496 55352 0 1 0 218 7 0 0 22 0 22 0 503690257 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 3921810 51487 2260 9 0 3912529 0
[pid=30951/tid=30952] ppid=30949 vsize=15687240 CPUtime=1.46 cores=1,3,5,7
/proc/30951/task/30952/stat : 30952 (java) R 30949 30951 30477 0 -1 4202560 35647 0 1 0 141 5 0 0 25 0 22 0 503690258 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 47038487765863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30951/tid=30954] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30954/stat : 30954 (java) S 30949 30951 30477 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 22 0 503690258 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30955] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30955/stat : 30955 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 503690258 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30956] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30956/stat : 30956 (java) S 30949 30951 30477 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 22 0 503690258 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30957] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30957/stat : 30957 (java) S 30949 30951 30477 0 -1 4202560 1497 0 0 0 0 0 0 0 16 0 22 0 503690258 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30958] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30958/stat : 30958 (java) S 30949 30951 30477 0 -1 4202560 1280 0 0 0 0 0 0 0 16 0 22 0 503690258 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30959] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30959/stat : 30959 (java) S 30949 30951 30477 0 -1 4202560 1267 0 0 0 0 0 0 0 16 0 22 0 503690258 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30960] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30960/stat : 30960 (java) S 30949 30951 30477 0 -1 4202560 363 0 0 0 0 0 0 0 15 0 22 0 503690258 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30961] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30961/stat : 30961 (java) S 30949 30951 30477 0 -1 4202560 664 0 0 0 0 0 0 0 16 0 22 0 503690258 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30962] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30962/stat : 30962 (java) S 30949 30951 30477 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 22 0 503690259 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 0 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30963] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30963/stat : 30963 (java) S 30949 30951 30477 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 503690259 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30964] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30964/stat : 30964 (java) S 30949 30951 30477 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 503690259 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30965] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30965/stat : 30965 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503690262 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522121137 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30966] ppid=30949 vsize=15687240 CPUtime=0.16 cores=1,3,5,7
/proc/30951/task/30966/stat : 30966 (java) S 30949 30951 30477 0 -1 4202560 1219 0 0 0 16 0 0 0 15 0 22 0 503690262 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30967] ppid=30949 vsize=15687240 CPUtime=0.56 cores=1,3,5,7
/proc/30951/task/30967/stat : 30967 (java) R 30949 30951 30477 0 -1 4202560 11859 0 0 0 56 0 0 0 16 0 22 0 503690262 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 47038487090007 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30951/tid=30968] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30968/stat : 30968 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503690262 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30969] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30969/stat : 30969 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503690262 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30974] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30974/stat : 30974 (java) S 30949 30951 30477 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 503690348 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30975] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30975/stat : 30975 (java) S 30949 30951 30477 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 503690348 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30976] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30976/stat : 30976 (java) S 30949 30951 30477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 503690348 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30977] ppid=30949 vsize=15687240 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30977/stat : 30977 (java) S 30949 30951 30477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 503690348 16063733760 51487 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 15687240

[startup+3.10914 s]
/proc/loadavg: 5.15 7.32 7.75 8/220 30977
/proc/meminfo: memFree=24566480/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=15686080 CPUtime=5.56 cores=1,3,5,7
/proc/30951/stat : 30951 (java) S 30949 30951 30477 0 -1 4202496 73013 0 1 0 547 9 0 0 22 0 22 0 503690257 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 3921520 63102 2274 9 0 3912239 0
[pid=30951/tid=30952] ppid=30949 vsize=15686080 CPUtime=2.65 cores=1,3,5,7
/proc/30951/task/30952/stat : 30952 (java) S 30949 30951 30477 0 -1 4202560 35702 0 1 0 260 5 0 0 25 0 22 0 503690258 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30954] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30954/stat : 30954 (java) S 30949 30951 30477 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 22 0 503690258 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30955] ppid=30949 vsize=15686080 CPUtime=0.02 cores=1,3,5,7
/proc/30951/task/30955/stat : 30955 (java) S 30949 30951 30477 0 -1 4202560 2499 0 0 0 2 0 0 0 16 0 22 0 503690258 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30956] ppid=30949 vsize=15686080 CPUtime=0.01 cores=1,3,5,7
/proc/30951/task/30956/stat : 30956 (java) S 30949 30951 30477 0 -1 4202560 3518 0 0 0 1 0 0 0 16 0 22 0 503690258 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30957] ppid=30949 vsize=15686080 CPUtime=0.02 cores=1,3,5,7
/proc/30951/task/30957/stat : 30957 (java) S 30949 30951 30477 0 -1 4202560 4751 0 0 0 2 0 0 0 16 0 22 0 503690258 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30958] ppid=30949 vsize=15686080 CPUtime=0.02 cores=1,3,5,7
/proc/30951/task/30958/stat : 30958 (java) S 30949 30951 30477 0 -1 4202560 3076 0 0 0 2 0 0 0 16 0 22 0 503690258 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30959] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30959/stat : 30959 (java) S 30949 30951 30477 0 -1 4202560 1267 0 0 0 0 0 0 0 15 0 22 0 503690258 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30960] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30960/stat : 30960 (java) S 30949 30951 30477 0 -1 4202560 363 0 0 0 0 0 0 0 15 0 22 0 503690258 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30961] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30961/stat : 30961 (java) S 30949 30951 30477 0 -1 4202560 664 0 0 0 0 0 0 0 15 0 22 0 503690258 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30962] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30962/stat : 30962 (java) S 30949 30951 30477 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 22 0 503690259 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 0 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30963] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30963/stat : 30963 (java) S 30949 30951 30477 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 503690259 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30964] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30964/stat : 30964 (java) S 30949 30951 30477 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 503690259 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30965] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30965/stat : 30965 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503690262 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522121137 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30966] ppid=30949 vsize=15686080 CPUtime=0.92 cores=1,3,5,7
/proc/30951/task/30966/stat : 30966 (java) S 30949 30951 30477 0 -1 4202560 3146 0 0 0 92 0 0 0 16 0 22 0 503690262 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30967] ppid=30949 vsize=15686080 CPUtime=1.25 cores=1,3,5,7
/proc/30951/task/30967/stat : 30967 (java) R 30949 30951 30477 0 -1 4202560 16472 0 0 0 124 1 0 0 15 0 22 0 503690262 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522116353 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30951/tid=30968] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30968/stat : 30968 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503690262 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30969] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30969/stat : 30969 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503690262 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30974] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30974/stat : 30974 (java) S 30949 30951 30477 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 503690348 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30975] ppid=30949 vsize=15686080 CPUtime=0.09 cores=1,3,5,7
/proc/30951/task/30975/stat : 30975 (java) S 30949 30951 30477 0 -1 4202560 20 0 0 0 9 0 0 0 15 0 22 0 503690348 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30976] ppid=30949 vsize=15686080 CPUtime=0.24 cores=1,3,5,7
/proc/30951/task/30976/stat : 30976 (java) R 30949 30951 30477 0 -1 4202560 7 0 0 0 24 0 0 0 15 0 22 0 503690348 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 46912505927976 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30951/tid=30977] ppid=30949 vsize=15686080 CPUtime=0.24 cores=1,3,5,7
/proc/30951/task/30977/stat : 30977 (java) R 30949 30951 30477 0 -1 4202560 8 0 0 0 24 0 0 0 16 0 22 0 503690348 16062545920 63102 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 46912506213317 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 15686080

[startup+6.30154 s]
/proc/loadavg: 5.21 7.30 7.74 9/220 30977
/proc/meminfo: memFree=23333184/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=15686080 CPUtime=16.99 cores=1,3,5,7
/proc/30951/stat : 30951 (java) S 30949 30951 30477 0 -1 4202496 278803 0 1 0 1660 39 0 0 22 0 22 0 503690257 16062545920 266556 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 3921520 266556 2274 9 0 3912239 0
[pid=30951/tid=30952] ppid=30949 vsize=15686080 CPUtime=2.65 cores=1,3,5,7
/proc/30951/task/30952/stat : 30952 (java) S 30949 30951 30477 0 -1 4202560 35702 0 1 0 260 5 0 0 25 0 22 0 503690258 16062545920 266556 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30954] ppid=30949 vsize=15686080 CPUtime=0.18 cores=1,3,5,7
/proc/30951/task/30954/stat : 30954 (java) S 30949 30951 30477 0 -1 4202560 22957 0 0 0 16 2 0 0 15 0 22 0 503690258 16062545920 266556 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30955] ppid=30949 vsize=15686080 CPUtime=0.1 cores=1,3,5,7
/proc/30951/task/30955/stat : 30955 (java) S 30949 30951 30477 0 -1 4202560 14820 0 0 0 8 2 0 0 15 0 22 0 503690258 16062545920 266556 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30956] ppid=30949 vsize=15686080 CPUtime=0.13 cores=1,3,5,7
/proc/30951/task/30956/stat : 30956 (java) S 30949 30951 30477 0 -1 4202560 25717 0 0 0 9 4 0 0 16 0 22 0 503690258 16062545920 266556 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30957] ppid=30949 vsize=15686080 CPUtime=0.17 cores=1,3,5,7
/proc/30951/task/30957/stat : 30957 (java) S 30949 30951 30477 0 -1 4202560 21993 0 0 0 14 3 0 0 15 0 22 0 503690258 16062545920 266556 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30958] ppid=30949 vsize=15686080 CPUtime=0.17 cores=1,3,5,7
/proc/30951/task/30958/stat : 30958 (java) S 30949 30951 30477 0 -1 4202560 25778 0 0 0 14 3 0 0 15 0 22 0 503690258 16062545920 266556 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30959] ppid=30949 vsize=15686080 CPUtime=0.19 cores=1,3,5,7
/proc/30951/task/30959/stat : 30959 (java) S 30949 30951 30477 0 -1 4202560 25435 0 0 0 16 3 0 0 16 0 22 0 503690258 16062545920 266556 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30960] ppid=30949 vsize=15686080 CPUtime=0.1 cores=1,3,5,7
/proc/30951/task/30960/stat : 30960 (java) S 30949 30951 30477 0 -1 4202560 15390 0 0 0 9 1 0 0 15 0 22 0 503690258 16062545920 266556 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30961] ppid=30949 vsize=15686080 CPUtime=0.2 cores=1,3,5,7
/proc/30951/task/30961/stat : 30961 (java) S 30949 30951 30477 0 -1 4202560 31713 0 0 0 15 5 0 0 15 0 22 0 503690258 16062545920 266556 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0

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

[pid=30951/tid=30961] ppid=30949 vsize=15686080 CPUtime=3.11 cores=1,3,5,7
/proc/30951/task/30961/stat : 30961 (java) S 30949 30951 30477 0 -1 4202560 385152 0 0 0 251 60 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30962] ppid=30949 vsize=15686080 CPUtime=869.76 cores=1,3,5,7
/proc/30951/task/30962/stat : 30962 (java) R 30949 30951 30477 0 -1 4202560 700214 0 0 0 86859 117 0 0 18 0 22 0 503690259 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 47038488617309 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=30951/tid=30963] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30963/stat : 30963 (java) S 30949 30951 30477 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 503690259 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30964] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30964/stat : 30964 (java) S 30949 30951 30477 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 503690259 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30965] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30965/stat : 30965 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522121137 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30966] ppid=30949 vsize=15686080 CPUtime=0.97 cores=1,3,5,7
/proc/30951/task/30966/stat : 30966 (java) S 30949 30951 30477 0 -1 4202560 3150 0 0 0 97 0 0 0 16 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30967] ppid=30949 vsize=15686080 CPUtime=1.6 cores=1,3,5,7
/proc/30951/task/30967/stat : 30967 (java) S 30949 30951 30477 0 -1 4202560 16554 0 0 0 159 1 0 0 15 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30968] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30968/stat : 30968 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30969] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30969/stat : 30969 (java) S 30949 30951 30477 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30974] ppid=30949 vsize=15686080 CPUtime=302.69 cores=1,3,5,7
/proc/30951/task/30974/stat : 30974 (java) S 30949 30951 30477 0 -1 4202560 72061 0 0 0 30249 20 0 0 15 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30975] ppid=30949 vsize=15686080 CPUtime=302.01 cores=1,3,5,7
/proc/30951/task/30975/stat : 30975 (java) S 30949 30951 30477 0 -1 4202560 77590 0 0 0 30185 16 0 0 15 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30976] ppid=30949 vsize=15686080 CPUtime=302.69 cores=1,3,5,7
/proc/30951/task/30976/stat : 30976 (java) S 30949 30951 30477 0 -1 4202560 59762 0 0 0 30255 14 0 0 15 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30977] ppid=30949 vsize=15686080 CPUtime=301.73 cores=1,3,5,7
/proc/30951/task/30977/stat : 30977 (java) S 30949 30951 30477 0 -1 4202560 63116 0 0 0 30159 14 0 0 15 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2108.9
Current children cumulated vsize (KiB) 15686080

[startup+1242.3 s]
/proc/loadavg: 4.70 5.04 5.98 6/220 31061
/proc/meminfo: memFree=4787640/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=15686080 CPUtime=2170.1 cores=1,3,5,7
/proc/30951/stat : 30951 (java) S 30949 30951 30477 0 -1 4202496 3887648 0 1 0 216340 670 0 0 22 0 22 0 503690257 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 3921520 3834430 2293 9 0 3912239 0
[pid=30951/tid=30952] ppid=30949 vsize=15686080 CPUtime=2.65 cores=1,3,5,7
/proc/30951/task/30952/stat : 30952 (java) S 30949 30951 30477 0 -1 4202560 35702 0 1 0 260 5 0 0 25 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30954] ppid=30949 vsize=15686080 CPUtime=3.22 cores=1,3,5,7
/proc/30951/task/30954/stat : 30954 (java) S 30949 30951 30477 0 -1 4202560 328427 0 0 0 265 57 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30955] ppid=30949 vsize=15686080 CPUtime=2.61 cores=1,3,5,7
/proc/30951/task/30955/stat : 30955 (java) S 30949 30951 30477 0 -1 4202560 289777 0 0 0 213 48 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30956] ppid=30949 vsize=15686080 CPUtime=3.12 cores=1,3,5,7
/proc/30951/task/30956/stat : 30956 (java) S 30949 30951 30477 0 -1 4202560 365725 0 0 0 250 62 0 0 15 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30957] ppid=30949 vsize=15686080 CPUtime=2.96 cores=1,3,5,7
/proc/30951/task/30957/stat : 30957 (java) S 30949 30951 30477 0 -1 4202560 381219 0 0 0 237 59 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30958] ppid=30949 vsize=15686080 CPUtime=3.37 cores=1,3,5,7
/proc/30951/task/30958/stat : 30958 (java) S 30949 30951 30477 0 -1 4202560 368491 0 0 0 276 61 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30959] ppid=30949 vsize=15686080 CPUtime=3.1 cores=1,3,5,7
/proc/30951/task/30959/stat : 30959 (java) S 30949 30951 30477 0 -1 4202560 332456 0 0 0 256 54 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30960] ppid=30949 vsize=15686080 CPUtime=3.16 cores=1,3,5,7
/proc/30951/task/30960/stat : 30960 (java) S 30949 30951 30477 0 -1 4202560 406345 0 0 0 251 65 0 0 15 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30961] ppid=30949 vsize=15686080 CPUtime=3.11 cores=1,3,5,7
/proc/30951/task/30961/stat : 30961 (java) S 30949 30951 30477 0 -1 4202560 385152 0 0 0 251 60 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30962] ppid=30949 vsize=15686080 CPUtime=929.33 cores=1,3,5,7
/proc/30951/task/30962/stat : 30962 (java) R 30949 30951 30477 0 -1 4202560 700218 0 0 0 92810 123 0 0 18 0 22 0 503690259 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 47038488617071 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=30951/tid=30963] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30963/stat : 30963 (java) S 30949 30951 30477 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 503690259 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30964] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30964/stat : 30964 (java) S 30949 30951 30477 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 503690259 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30965] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30965/stat : 30965 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522121137 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30966] ppid=30949 vsize=15686080 CPUtime=0.97 cores=1,3,5,7
/proc/30951/task/30966/stat : 30966 (java) S 30949 30951 30477 0 -1 4202560 3150 0 0 0 97 0 0 0 16 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30967] ppid=30949 vsize=15686080 CPUtime=1.6 cores=1,3,5,7
/proc/30951/task/30967/stat : 30967 (java) S 30949 30951 30477 0 -1 4202560 16554 0 0 0 159 1 0 0 15 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30968] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30968/stat : 30968 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30969] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30969/stat : 30969 (java) S 30949 30951 30477 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30974] ppid=30949 vsize=15686080 CPUtime=303.09 cores=1,3,5,7
/proc/30951/task/30974/stat : 30974 (java) S 30949 30951 30477 0 -1 4202560 72277 0 0 0 30288 21 0 0 15 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30975] ppid=30949 vsize=15686080 CPUtime=302.42 cores=1,3,5,7
/proc/30951/task/30975/stat : 30975 (java) S 30949 30951 30477 0 -1 4202560 77603 0 0 0 30226 16 0 0 16 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30976] ppid=30949 vsize=15686080 CPUtime=303.09 cores=1,3,5,7
/proc/30951/task/30976/stat : 30976 (java) S 30949 30951 30477 0 -1 4202560 59962 0 0 0 30294 15 0 0 15 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30977] ppid=30949 vsize=15686080 CPUtime=302.14 cores=1,3,5,7
/proc/30951/task/30977/stat : 30977 (java) S 30949 30951 30477 0 -1 4202560 63132 0 0 0 30200 14 0 0 15 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2170.1
Current children cumulated vsize (KiB) 15686080



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.95 5.04 5.92 6/220 31063
/proc/meminfo: memFree=344448/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=15686080 CPUtime=2227.99 cores=1,3,5,7
/proc/30951/stat : 30951 (java) S 30949 30951 30477 0 -1 4202496 3888091 0 1 0 222121 678 0 0 22 0 22 0 503690257 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 3921520 3834430 2293 9 0 3912239 0
[pid=30951/tid=30952] ppid=30949 vsize=15686080 CPUtime=2.65 cores=1,3,5,7
/proc/30951/task/30952/stat : 30952 (java) S 30949 30951 30477 0 -1 4202560 35702 0 1 0 260 5 0 0 25 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30954] ppid=30949 vsize=15686080 CPUtime=3.22 cores=1,3,5,7
/proc/30951/task/30954/stat : 30954 (java) S 30949 30951 30477 0 -1 4202560 328427 0 0 0 265 57 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30955] ppid=30949 vsize=15686080 CPUtime=2.61 cores=1,3,5,7
/proc/30951/task/30955/stat : 30955 (java) S 30949 30951 30477 0 -1 4202560 289777 0 0 0 213 48 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30956] ppid=30949 vsize=15686080 CPUtime=3.12 cores=1,3,5,7
/proc/30951/task/30956/stat : 30956 (java) S 30949 30951 30477 0 -1 4202560 365725 0 0 0 250 62 0 0 15 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30957] ppid=30949 vsize=15686080 CPUtime=2.96 cores=1,3,5,7
/proc/30951/task/30957/stat : 30957 (java) S 30949 30951 30477 0 -1 4202560 381219 0 0 0 237 59 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30958] ppid=30949 vsize=15686080 CPUtime=3.37 cores=1,3,5,7
/proc/30951/task/30958/stat : 30958 (java) S 30949 30951 30477 0 -1 4202560 368491 0 0 0 276 61 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30959] ppid=30949 vsize=15686080 CPUtime=3.1 cores=1,3,5,7
/proc/30951/task/30959/stat : 30959 (java) S 30949 30951 30477 0 -1 4202560 332456 0 0 0 256 54 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30960] ppid=30949 vsize=15686080 CPUtime=3.16 cores=1,3,5,7
/proc/30951/task/30960/stat : 30960 (java) S 30949 30951 30477 0 -1 4202560 406345 0 0 0 251 65 0 0 15 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30961] ppid=30949 vsize=15686080 CPUtime=3.11 cores=1,3,5,7
/proc/30951/task/30961/stat : 30961 (java) S 30949 30951 30477 0 -1 4202560 385152 0 0 0 251 60 0 0 16 0 22 0 503690258 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30962] ppid=30949 vsize=15686080 CPUtime=986.94 cores=1,3,5,7
/proc/30951/task/30962/stat : 30962 (java) R 30949 30951 30477 0 -1 4202560 700223 0 0 0 98568 126 0 0 18 0 22 0 503690259 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 47038488617280 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=30951/tid=30963] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30963/stat : 30963 (java) S 30949 30951 30477 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 503690259 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30964] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30964/stat : 30964 (java) S 30949 30951 30477 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 503690259 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30965] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30965/stat : 30965 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522121137 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30966] ppid=30949 vsize=15686080 CPUtime=0.97 cores=1,3,5,7
/proc/30951/task/30966/stat : 30966 (java) S 30949 30951 30477 0 -1 4202560 3150 0 0 0 97 0 0 0 16 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30967] ppid=30949 vsize=15686080 CPUtime=1.6 cores=1,3,5,7
/proc/30951/task/30967/stat : 30967 (java) S 30949 30951 30477 0 -1 4202560 16554 0 0 0 159 1 0 0 15 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 7 0 0 0
[pid=30951/tid=30968] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30968/stat : 30968 (java) S 30949 30951 30477 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30969] ppid=30949 vsize=15686080 CPUtime=0 cores=1,3,5,7
/proc/30951/task/30969/stat : 30969 (java) S 30949 30951 30477 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 503690262 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522114048 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
[pid=30951/tid=30974] ppid=30949 vsize=15686080 CPUtime=303.12 cores=1,3,5,7
/proc/30951/task/30974/stat : 30974 (java) S 30949 30951 30477 0 -1 4202560 72428 0 0 0 30290 22 0 0 15 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30975] ppid=30949 vsize=15686080 CPUtime=302.5 cores=1,3,5,7
/proc/30951/task/30975/stat : 30975 (java) S 30949 30951 30477 0 -1 4202560 77603 0 0 0 30233 17 0 0 16 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 1 0 0 0
[pid=30951/tid=30976] ppid=30949 vsize=15686080 CPUtime=303.16 cores=1,3,5,7
/proc/30951/task/30976/stat : 30976 (java) S 30949 30951 30477 0 -1 4202560 60246 0 0 0 30299 17 0 0 15 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 5 0 0 0
[pid=30951/tid=30977] ppid=30949 vsize=15686080 CPUtime=302.24 cores=1,3,5,7
/proc/30951/task/30977/stat : 30977 (java) S 30949 30951 30477 0 -1 4202560 63132 0 0 0 30209 15 0 0 15 0 22 0 503690348 16062545920 3834430 33554432000 1073741824 1073778376 140735247836880 18446744073709551615 233522113433 0 4 0 16800975 18446604467133372416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2227.99
Current children cumulated vsize (KiB) 15686080

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30951

[startup+1302.3 s]
/proc/loadavg: 4.95 5.04 5.92 7/221 31066
/proc/meminfo: memFree=344192/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=0 CPUtime=2230.28 cores=1,3,5,7
/proc/30951/stat : 30951 (java) R 30949 30951 30477 0 -1 4203524 3888131 0 1 0 222322 706 0 0 18 0 1 0 503690257 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/30951/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2230.28
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 4.95 5.04 5.92 7/221 31066
/proc/meminfo: memFree=344192/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=0 CPUtime=2230.38 cores=1,3,5,7
/proc/30951/stat : 30951 (java) R 30949 30951 30477 0 -1 4203524 3888131 0 1 0 222322 716 0 0 18 0 1 0 503690257 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/30951/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2230.38
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 4.95 5.04 5.92 6/199 31066
/proc/meminfo: memFree=13728796/32951124 swapFree=67111524/67111528
[pid=30951] ppid=30949 vsize=0 CPUtime=2230.49 cores=1,3,5,7
/proc/30951/stat : 30951 (java) R 30949 30951 30477 0 -1 4203524 3888131 0 1 0 222322 727 0 0 18 0 1 0 503690257 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30951/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2230.49
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.58
CPU time (s): 2230.57
CPU user time (s): 2223.22
CPU system time (s): 7.34288
CPU usage (%): 171.243
Max. virtual memory (cumulated for all children) (KiB): 15691568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2223.23
system time used= 7.34288
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3888131
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= 75715
involuntary context switches= 38263

runsolver used 2.13368 second user time and 5.02823 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 23:32:24
IDJOB=3312380
IDBENCH=82565
IDSOLVER=1699
FILE ID=node145/3312380-1304112744
RUNJOBID= node145-1304112744-30915
PBS_JOBID= 13170672
Free space on /tmp= 72200 MiB

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

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

MD5SUM BENCH= 3b06c2c5c22c8501e021c8b11d20bcd0
RANDOM SEED=40331437

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25019408 kB
Buffers:       1263928 kB
Cached:        6065208 kB
SwapCached:          4 kB
Active:         762908 kB
Inactive:      6645536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25019408 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7460 kB
Writeback:           0 kB
AnonPages:       78996 kB
Mapped:          23024 kB
Slab:           460492 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   777128 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= 72196 MiB
End job on node145 at 2011-04-29 23:54:07