Trace number 3312470

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
MD5SUM2d92a52914298e3c91073398b38892d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark265.737
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
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	38:21 INFO : Reading from input HOME/instance-3312470-1304116701.cnf
0.92/0.76	Executor set job limit to 1000000
0.92/0.76	Executor set job limit to 1000000
0.92/0.76	Executor set job limit to 1000000
0.92/0.76	Executor set job limit to 1000000
0.92/0.76	Starting Executor!
0.92/0.76	Starting Executor!
0.92/0.76	Starting Executor!
0.92/0.76	Starting Executor!
4.15/2.31	38:24 INFO : 29889 variables remaining out of 30000
4.15/2.31	38:24 INFO : 501380 literals remaining out of 504000
1182.61/323.16	43:44 ERROR: Failed to solve instance
1182.61/323.16	java.lang.OutOfMemoryError: Java heap space
1182.61/323.16		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1182.61/323.16		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1182.61/323.16		at ibis.structure.Subsumming.run(Subsumming.java:61)
1182.61/323.16		at ibis.structure.Solver.simplify(Solver.java:205)
1182.61/323.16		at ibis.structure.Solver.solve(Solver.java:113)
1182.61/323.16		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1182.61/323.16		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1182.61/323.16		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1182.61/323.16		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1182.61/323.16		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1182.61/323.16		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1182.61/323.16		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1182.61/323.16		at ibis.constellation.Executor.processActivities(Executor.java:75)
1182.61/323.16		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1182.61/323.16		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1182.61/323.16		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1189.12/329.51	43:51 ERROR: Failed to solve instance
1189.12/329.51	java.lang.OutOfMemoryError: Java heap space
1189.12/329.51		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1189.12/329.51		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1189.12/329.51		at ibis.structure.Subsumming.run(Subsumming.java:61)
1189.12/329.51		at ibis.structure.Solver.simplify(Solver.java:205)
1189.12/329.51		at ibis.structure.Solver.solve(Solver.java:113)
1189.12/329.51		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1189.12/329.51		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1189.12/329.51		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1189.12/329.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1189.12/329.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1189.12/329.51		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1189.12/329.51		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1189.12/329.51		at ibis.constellation.Executor.processActivities(Executor.java:75)
1189.12/329.51		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1189.12/329.51		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1189.12/329.51		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1194.68/334.96	43:56 ERROR: Failed to solve instance
1194.68/334.96	java.lang.OutOfMemoryError: Java heap space
1194.68/334.96		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1194.68/334.96		at gnu.trove.THash.postInsertHook(THash.java:370)
1194.68/334.96		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1194.68/334.96		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1194.68/334.96		at ibis.structure.Subsumming.run(Subsumming.java:58)
1194.68/334.96		at ibis.structure.Solver.simplify(Solver.java:205)
1194.68/334.96		at ibis.structure.Solver.solve(Solver.java:113)
1194.68/334.96		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1194.68/334.96		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1194.68/334.96		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1194.68/334.96		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1194.68/334.96		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1194.68/334.96		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1194.68/334.96		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1194.68/334.96		at ibis.constellation.Executor.processActivities(Executor.java:75)
1194.68/334.96		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1194.68/334.96		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1194.68/334.96		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1198.44/338.69	44:00 ERROR: Failed to solve instance
1198.44/338.69	java.lang.OutOfMemoryError: Java heap space
1198.44/338.69		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1198.44/338.69		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1198.44/338.69		at ibis.structure.Subsumming.run(Subsumming.java:61)
1198.44/338.69		at ibis.structure.Solver.simplify(Solver.java:205)
1198.44/338.69		at ibis.structure.Solver.solve(Solver.java:113)
1198.44/338.69		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1198.44/338.69		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1198.44/338.69		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1198.44/338.69		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1198.44/338.69		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1198.44/338.69		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1198.44/338.69		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1198.44/338.69		at ibis.constellation.Executor.processActivities(Executor.java:75)
1198.44/338.69		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1198.44/338.69		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1198.44/338.69		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1203.22/343.22	44:04 ERROR: Failed to solve instance
1203.22/343.22	java.lang.OutOfMemoryError: Java heap space
1204.84/344.71	44:06 ERROR: Failed to solve instance
1204.84/344.71	java.lang.OutOfMemoryError: Java heap space
1206.55/346.25	44:07 ERROR: Failed to solve instance
1206.55/346.25	java.lang.OutOfMemoryError: Java heap space
1217.74/356.33	44:18 ERROR: Failed to solve instance
1217.74/356.33	java.lang.OutOfMemoryError: Java heap space
1239.10/377.38	44:39 ERROR: Failed to solve instance
1239.10/377.38	java.lang.OutOfMemoryError: Java heap space
1243.75/381.71	44:42 ERROR: Failed to solve instance
1243.75/381.71	java.lang.OutOfMemoryError: Java heap space
1262.79/400.41	45:02 ERROR: Failed to solve instance
1262.79/400.41	java.lang.OutOfMemoryError: Java heap space
1263.18/400.82	45:02 ERROR: Failed to solve instance
1263.18/400.82	java.lang.OutOfMemoryError: Java heap space
1283.03/420.66	45:22 ERROR: Failed to solve instance
1283.03/420.66	java.lang.OutOfMemoryError: Java heap space
1283.23/420.87	45:22 ERROR: Failed to solve instance
1283.23/420.87	java.lang.OutOfMemoryError: Java heap space
1287.07/424.22	45:25 ERROR: Failed to solve instance
1287.07/424.22	java.lang.OutOfMemoryError: Java heap space
1333.67/469.86	46:11 ERROR: Failed to solve instance
1333.67/469.86	java.lang.OutOfMemoryError: Java heap space
1334.07/470.29	46:11 ERROR: Failed to solve instance
1334.07/470.29	java.lang.OutOfMemoryError: Java heap space
1474.20/610.18	Exception in thread "SingleThreadedConstellation 3" java.lang.OutOfMemoryError: Java heap space
1481.04/616.39	48:38 ERROR: Failed to solve instance
1481.04/616.39	java.lang.OutOfMemoryError: Java heap space
1482.97/618.16	48:39 ERROR: Failed to solve instance
1482.97/618.16	java.lang.OutOfMemoryError: Java heap space
1497.66/632.29	48:54 ERROR: Failed to solve instance
1497.66/632.29	java.lang.OutOfMemoryError: Java heap space
1523.66/658.10	49:19 ERROR: Failed to solve instance
1523.66/658.10	java.lang.OutOfMemoryError: Java heap space
1642.17/776.57	50:58 ERROR: Failed to solve instance
1642.17/776.57	java.lang.OutOfMemoryError: Java heap space
1665.64/799.94	51:41 ERROR: Failed to solve instance
1665.64/799.94	java.lang.OutOfMemoryError: Java heap space
1667.85/802.02	51:43 ERROR: Failed to solve instance
1667.85/802.02	java.lang.OutOfMemoryError: Java heap space
1670.13/804.18	51:45 ERROR: Failed to solve instance
1670.13/804.18	java.lang.OutOfMemoryError: Java heap space
1675.85/809.24	51:50 ERROR: Failed to solve instance
1675.85/809.24	java.lang.OutOfMemoryError: Java heap space
1678.89/812.04	51:53 ERROR: Failed to solve instance
1678.89/812.04	java.lang.OutOfMemoryError: Java heap space
1818.21/950.93	53:38 ERROR: Failed to solve instance
1818.21/950.93	java.lang.OutOfMemoryError: Java heap space
1821.21/953.65	54:15 ERROR: Failed to solve instance
1821.21/953.65	java.lang.OutOfMemoryError: Java heap space
1862.66/994.73	54:56 ERROR: Failed to solve instance
1862.66/994.73	java.lang.OutOfMemoryError: Java heap space
1868.32/999.53	55:01 ERROR: Failed to solve instance
1868.32/999.53	java.lang.OutOfMemoryError: Java heap space
1890.23/1021.36	55:23 ERROR: Failed to solve instance
1890.23/1021.36	java.lang.OutOfMemoryError: Java heap space
1967.28/1098.05	55:29 ERROR: Failed to solve instance
1967.28/1098.05	java.lang.OutOfMemoryError: Java heap space
1971.26/1101.74	56:43 ERROR: Failed to solve instance
1971.26/1101.74	java.lang.OutOfMemoryError: Java heap space
2081.45/1211.49	58:06 ERROR: Failed to solve instance
2081.45/1211.49	java.lang.OutOfMemoryError: Java heap space
2087.82/1217.53	58:39 ERROR: Failed to solve instance
2087.82/1217.53	java.lang.OutOfMemoryError: Java heap space
2088.96/1218.68	58:40 ERROR: Failed to solve instance
2088.96/1218.68	java.lang.OutOfMemoryError: Java heap space
2091.12/1220.62	58:42 ERROR: Failed to solve instance
2091.12/1220.62	java.lang.OutOfMemoryError: Java heap space
2093.14/1222.51	58:44 ERROR: Failed to solve instance
2093.14/1222.51	java.lang.OutOfMemoryError: Java heap space
2099.91/1228.50	58:50 ERROR: Failed to solve instance
2099.91/1228.50	java.lang.OutOfMemoryError: Java heap space
2122.60/1250.97	59:12 ERROR: Failed to solve instance
2122.60/1250.97	java.lang.OutOfMemoryError: Java heap space
2126.14/1254.37	59:16 ERROR: Failed to solve instance
2126.14/1254.37	java.lang.OutOfMemoryError: Java heap space
2155.99/1283.90	59:45 ERROR: Failed to solve instance
2155.99/1283.90	java.lang.OutOfMemoryError: Java heap space
2158.96/1286.65	59:48 ERROR: Failed to solve instance
2158.96/1286.65	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-3312470-1304116701/watcher-3312470-1304116701 -o /tmp/evaluation-result-3312470-1304116701/solver-3312470-1304116701 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312470-1304116701.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: 6.93 7.85 7.98 4/194 4376
/proc/meminfo: memFree=30878384/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/4376/stat : 4376 (java) S 4374 4376 4321 0 -1 4202496 1417 0 0 0 0 0 0 0 23 0 2 0 504086026 27824128 888 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828039141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 6793 894 684 9 0 381 0
[pid=4376/tid=4377] ppid=4374 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) R 4374 4376 4321 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 504086026 27824128 894 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220811312775 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0430901 s]
/proc/loadavg: 6.93 7.85 7.98 4/194 4376
/proc/meminfo: memFree=30878384/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/4376/stat : 4376 (java) S 4374 4376 4321 0 -1 4202496 3863 0 1 0 3 0 0 0 23 0 13 0 504086026 15978749952 3303 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828039141 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 3901062 3303 1683 9 0 3891810 0
[pid=4376/tid=4377] ppid=4374 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) R 4374 4376 4321 0 -1 4202560 2473 0 1 0 3 0 0 0 25 0 13 0 504086026 15978749952 3303 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828063179 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.101045 s]
/proc/loadavg: 6.93 7.85 7.98 4/194 4376
/proc/meminfo: memFree=30878384/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=15676716 CPUtime=0.1 cores=1,3,5,7
/proc/4376/stat : 4376 (java) S 4374 4376 4321 0 -1 4202496 5607 0 1 0 9 1 0 0 23 0 18 0 504086026 16052957184 5037 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 3919179 5037 2118 9 0 3909898 0
[pid=4376/tid=4377] ppid=4374 vsize=15676716 CPUtime=0.09 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) R 4374 4376 4321 0 -1 4202560 3453 0 1 0 8 1 0 0 25 0 18 0 504086026 16052957184 5037 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 47832305655358 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676716

[startup+0.30101 s]
/proc/loadavg: 6.93 7.85 7.98 4/194 4376
/proc/meminfo: memFree=30878384/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=15680564 CPUtime=0.51 cores=1,3,5,7
/proc/4376/stat : 4376 (java) S 4374 4376 4321 0 -1 4202496 15953 0 1 0 48 3 0 0 23 0 18 0 504086026 16056897536 14390 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 3920141 14390 2207 9 0 3910860 0
[pid=4376/tid=4377] ppid=4374 vsize=15680564 CPUtime=0.28 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) R 4374 4376 4321 0 -1 4202560 10999 0 1 0 26 2 0 0 25 0 18 0 504086026 16056897536 14390 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 46912505640608 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680564

[startup+0.700936 s]
/proc/loadavg: 6.93 7.85 7.98 4/194 4376
/proc/meminfo: memFree=30878384/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=15680564 CPUtime=0.92 cores=1,3,5,7
/proc/4376/stat : 4376 (java) S 4374 4376 4321 0 -1 4202496 41619 0 1 0 86 6 0 0 23 0 18 0 504086026 16056897536 40054 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 3920141 40054 2223 9 0 3910860 0
[pid=4376/tid=4377] ppid=4374 vsize=15680564 CPUtime=0.68 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) R 4374 4376 4321 0 -1 4202560 35495 0 1 0 63 5 0 0 25 0 18 0 504086026 16056897536 40054 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 46912505532800 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680564

[startup+1.50082 s]
/proc/loadavg: 6.61 7.77 7.95 9/220 4402
/proc/meminfo: memFree=30532416/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=15687632 CPUtime=2.45 cores=1,3,5,7
/proc/4376/stat : 4376 (java) S 4374 4376 4321 0 -1 4202496 57660 0 1 0 236 9 0 0 23 0 22 0 504086026 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 3921908 51031 2259 9 0 3912627 0
[pid=4376/tid=4377] ppid=4374 vsize=15687632 CPUtime=1.47 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) R 4374 4376 4321 0 -1 4202560 35595 0 1 0 142 5 0 0 25 0 22 0 504086026 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 47832306103162 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4376/tid=4379] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4379/stat : 4379 (java) S 4374 4376 4321 0 -1 4202560 1217 0 0 0 0 0 0 0 16 0 22 0 504086027 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
[pid=4376/tid=4380] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4380/stat : 4380 (java) S 4374 4376 4321 0 -1 4202560 23 0 0 0 0 0 0 0 18 0 22 0 504086027 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4381] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4381/stat : 4381 (java) S 4374 4376 4321 0 -1 4202560 290 0 0 0 0 0 0 0 16 0 22 0 504086027 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4382] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4382/stat : 4382 (java) S 4374 4376 4321 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 22 0 504086027 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4383] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4383/stat : 4383 (java) S 4374 4376 4321 0 -1 4202560 85 0 0 0 0 0 0 0 18 0 22 0 504086027 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4384] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4384/stat : 4384 (java) S 4374 4376 4321 0 -1 4202560 388 0 0 0 0 0 0 0 18 0 22 0 504086027 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4385] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4385/stat : 4385 (java) S 4374 4376 4321 0 -1 4202560 354 0 0 0 0 0 0 0 18 0 22 0 504086027 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4386] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4386/stat : 4386 (java) S 4374 4376 4321 0 -1 4202560 569 0 0 0 0 0 0 0 18 0 22 0 504086027 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4387] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4387/stat : 4387 (java) S 4374 4376 4321 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 504086028 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 0 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4388] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4388/stat : 4388 (java) S 4374 4376 4321 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504086028 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4389] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4389/stat : 4389 (java) S 4374 4376 4321 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504086028 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4390] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4390/stat : 4390 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504086030 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828060081 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4391] ppid=4374 vsize=15687632 CPUtime=0.73 cores=1,3,5,7
/proc/4376/task/4391/stat : 4391 (java) R 4374 4376 4321 0 -1 4202560 14391 0 0 0 71 2 0 0 16 0 22 0 504086030 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 47832306935250 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4376/tid=4392] ppid=4374 vsize=15687632 CPUtime=0.2 cores=1,3,5,7
/proc/4376/task/4392/stat : 4392 (java) R 4374 4376 4321 0 -1 4202560 2497 0 0 0 20 0 0 0 15 0 22 0 504086030 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 47832306244863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4376/tid=4393] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4393/stat : 4393 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504086030 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4394] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4394/stat : 4394 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504086030 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4399] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4399/stat : 4399 (java) R 4374 4376 4321 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504086103 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4376/tid=4400] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4400/stat : 4400 (java) S 4374 4376 4321 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 504086103 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4401] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4401/stat : 4401 (java) R 4374 4376 4321 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 504086103 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4376/tid=4402] ppid=4374 vsize=15687632 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4402/stat : 4402 (java) R 4374 4376 4321 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 504086103 16064135168 51031 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 15687632

[startup+3.10953 s]
/proc/loadavg: 6.61 7.77 7.95 10/220 4402
/proc/meminfo: memFree=30430240/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=15684676 CPUtime=5.75 cores=1,3,5,7
/proc/4376/stat : 4376 (java) S 4374 4376 4321 0 -1 4202496 73179 0 1 0 565 10 0 0 23 0 22 0 504086026 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 3921169 63104 2275 9 0 3911888 0
[pid=4376/tid=4377] ppid=4374 vsize=15684676 CPUtime=2.28 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) S 4374 4376 4321 0 -1 4202560 35654 0 1 0 223 5 0 0 25 0 22 0 504086026 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4379] ppid=4374 vsize=15684676 CPUtime=0.02 cores=1,3,5,7
/proc/4376/task/4379/stat : 4379 (java) S 4374 4376 4321 0 -1 4202560 5013 0 0 0 2 0 0 0 16 0 22 0 504086027 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4380] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4380/stat : 4380 (java) S 4374 4376 4321 0 -1 4202560 2890 0 0 0 0 0 0 0 18 0 22 0 504086027 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4381] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4381/stat : 4381 (java) S 4374 4376 4321 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 22 0 504086027 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4382] ppid=4374 vsize=15684676 CPUtime=0.02 cores=1,3,5,7
/proc/4376/task/4382/stat : 4382 (java) S 4374 4376 4321 0 -1 4202560 4507 0 0 0 2 0 0 0 18 0 22 0 504086027 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4383] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4383/stat : 4383 (java) S 4374 4376 4321 0 -1 4202560 85 0 0 0 0 0 0 0 17 0 22 0 504086027 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4384] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4384/stat : 4384 (java) S 4374 4376 4321 0 -1 4202560 388 0 0 0 0 0 0 0 18 0 22 0 504086027 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4385] ppid=4374 vsize=15684676 CPUtime=0.01 cores=1,3,5,7
/proc/4376/task/4385/stat : 4385 (java) S 4374 4376 4321 0 -1 4202560 2115 0 0 0 1 0 0 0 18 0 22 0 504086027 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4386] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4386/stat : 4386 (java) S 4374 4376 4321 0 -1 4202560 569 0 0 0 0 0 0 0 18 0 22 0 504086027 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4387] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4387/stat : 4387 (java) S 4374 4376 4321 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 504086028 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 0 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4388] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4388/stat : 4388 (java) S 4374 4376 4321 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504086028 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4389] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4389/stat : 4389 (java) S 4374 4376 4321 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504086028 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4390] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4390/stat : 4390 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504086030 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828060081 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4391] ppid=4374 vsize=15684676 CPUtime=1.61 cores=1,3,5,7
/proc/4376/task/4391/stat : 4391 (java) S 4374 4376 4321 0 -1 4202560 17507 0 0 0 159 2 0 0 16 0 22 0 504086030 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
[pid=4376/tid=4392] ppid=4374 vsize=15684676 CPUtime=0.69 cores=1,3,5,7
/proc/4376/task/4392/stat : 4392 (java) S 4374 4376 4321 0 -1 4202560 2647 0 0 0 69 0 0 0 15 0 22 0 504086030 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4393] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4393/stat : 4393 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504086030 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4394] ppid=4374 vsize=15684676 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4394/stat : 4394 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504086030 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
[pid=4376/tid=4399] ppid=4374 vsize=15684676 CPUtime=0.28 cores=1,3,5,7
/proc/4376/task/4399/stat : 4399 (java) S 4374 4376 4321 0 -1 4202560 17 0 0 0 28 0 0 0 15 0 22 0 504086103 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
[pid=4376/tid=4400] ppid=4374 vsize=15684676 CPUtime=0.09 cores=1,3,5,7
/proc/4376/task/4400/stat : 4400 (java) R 4374 4376 4321 0 -1 4202560 21 0 0 0 9 0 0 0 15 0 22 0 504086103 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 46912506260670 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4376/tid=4401] ppid=4374 vsize=15684676 CPUtime=0.33 cores=1,3,5,7
/proc/4376/task/4401/stat : 4401 (java) R 4374 4376 4321 0 -1 4202560 8 0 0 0 33 0 0 0 15 0 22 0 504086103 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 47832309904433 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4376/tid=4402] ppid=4374 vsize=15684676 CPUtime=0.33 cores=1,3,5,7
/proc/4376/task/4402/stat : 4402 (java) R 4374 4376 4321 0 -1 4202560 9 0 0 0 33 0 0 0 15 0 22 0 504086103 16061108224 63104 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 46912506198264 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 15684676

[startup+6.30091 s]
/proc/loadavg: 6.80 7.79 7.96 12/220 4403
/proc/meminfo: memFree=29023088/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=15684676 CPUtime=18.39 cores=1,3,5,7
/proc/4376/stat : 4376 (java) S 4374 4376 4321 0 -1 4202496 263032 0 1 0 1802 37 0 0 23 0 22 0 504086026 16061108224 251656 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 3921169 251656 2275 9 0 3911888 0
[pid=4376/tid=4377] ppid=4374 vsize=15684676 CPUtime=2.28 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) S 4374 4376 4321 0 -1 4202560 35654 0 1 0 223 5 0 0 25 0 22 0 504086026 16061108224 251656 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4379] ppid=4374 vsize=15684676 CPUtime=0.09 cores=1,3,5,7
/proc/4376/task/4379/stat : 4379 (java) S 4374 4376 4321 0 -1 4202560 19330 0 0 0 7 2 0 0 15 0 22 0 504086027 16061108224 251656 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4380] ppid=4374 vsize=15684676 CPUtime=0.12 cores=1,3,5,7
/proc/4376/task/4380/stat : 4380 (java) S 4374 4376 4321 0 -1 4202560 24526 0 0 0 9 3 0 0 16 0 22 0 504086027 16061108224 251656 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4381] ppid=4374 vsize=15684676 CPUtime=0.07 cores=1,3,5,7
/proc/4376/task/4381/stat : 4381 (java) S 4374 4376 4321 0 -1 4202560 16816 0 0 0 4 3 0 0 16 0 22 0 504086027 16061108224 251656 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
[pid=4376/tid=4382] ppid=4374 vsize=15684676 CPUtime=0.09 cores=1,3,5,7
/proc/4376/task/4382/stat : 4382 (java) S 4374 4376 4321 0 -1 4202560 18763 0 0 0 7 2 0 0 15 0 22 0 504086027 16061108224 251656 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4383] ppid=4374 vsize=15684676 CPUtime=0.03 cores=1,3,5,7
/proc/4376/task/4383/stat : 4383 (java) S 4374 4376 4321 0 -1 4202560 6363 0 0 0 3 0 0 0 16 0 22 0 504086027 16061108224 251656 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
[pid=4376/tid=4384] ppid=4374 vsize=15684676 CPUtime=0.09 cores=1,3,5,7
/proc/4376/task/4384/stat : 4384 (java) S 4374 4376 4321 0 -1 4202560 14477 0 0 0 7 2 0 0 16 0 22 0 504086027 16061108224 251656 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
[pid=4376/tid=4385] ppid=4374 vsize=15684676 CPUtime=0.01 cores=1,3,5,7
/proc/4376/task/4385/stat : 4385 (java) S 4374 4376 4321 0 -1 4202560 2115 0 0 0 1 0 0 0 15 0 22 0 504086027 16061108224 251656 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4386] ppid=4374 vsize=15684676 CPUtime=0.1 cores=1,3,5,7
/proc/4376/task/4386/stat : 4386 (java) S 4374 4376 4321 0 -1 4202560 24490 0 0 0 7 3 0 0 16 0 22 0 504086027 16061108224 251656 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0

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

[pid=4376/tid=4386] ppid=4374 vsize=15686560 CPUtime=2.27 cores=1,3,5,7
/proc/4376/task/4386/stat : 4386 (java) S 4374 4376 4321 0 -1 4202560 276493 0 0 0 181 46 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4387] ppid=4374 vsize=15686560 CPUtime=888.15 cores=1,3,5,7
/proc/4376/task/4387/stat : 4387 (java) R 4374 4376 4321 0 -1 4202560 636291 0 0 0 88679 136 0 0 18 0 21 0 504086028 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 47832309672017 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4376/tid=4388] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4388/stat : 4388 (java) S 4374 4376 4321 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 21 0 504086028 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4389] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4389/stat : 4389 (java) S 4374 4376 4321 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 21 0 504086028 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4390] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4390/stat : 4390 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828060081 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4391] ppid=4374 vsize=15686560 CPUtime=1.77 cores=1,3,5,7
/proc/4376/task/4391/stat : 4391 (java) S 4374 4376 4321 0 -1 4202560 17534 0 0 0 175 2 0 0 15 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
[pid=4376/tid=4392] ppid=4374 vsize=15686560 CPUtime=0.82 cores=1,3,5,7
/proc/4376/task/4392/stat : 4392 (java) S 4374 4376 4321 0 -1 4202560 3146 0 0 0 82 0 0 0 15 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4393] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4393/stat : 4393 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4394] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4394/stat : 4394 (java) S 4374 4376 4321 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4399] ppid=4374 vsize=15686560 CPUtime=285.46 cores=1,3,5,7
/proc/4376/task/4399/stat : 4399 (java) S 4374 4376 4321 0 -1 4202560 101463 0 0 0 28526 20 0 0 15 0 21 0 504086103 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4400] ppid=4374 vsize=15686560 CPUtime=285.29 cores=1,3,5,7
/proc/4376/task/4400/stat : 4400 (java) S 4374 4376 4321 0 -1 4202560 105940 0 0 0 28509 20 0 0 15 0 21 0 504086103 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4402] ppid=4374 vsize=15686560 CPUtime=285.7 cores=1,3,5,7
/proc/4376/task/4402/stat : 4402 (java) S 4374 4376 4321 0 -1 4202560 108599 0 0 0 28546 24 0 0 15 0 21 0 504086103 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2052.3
Current children cumulated vsize (KiB) 15686560

[startup+1242.3 s]
/proc/loadavg: 5.01 5.15 6.06 7/219 4487
/proc/meminfo: memFree=10397188/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=15686560 CPUtime=2113.99 cores=1,3,5,7
/proc/4376/stat : 4376 (java) S 4374 4376 4321 0 -1 4202496 3890290 0 1 0 210699 700 0 0 23 0 21 0 504086026 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 3921640 3842503 2295 9 0 3912359 0
[pid=4376/tid=4377] ppid=4374 vsize=15686560 CPUtime=2.28 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) S 4374 4376 4321 0 -1 4202560 35654 0 1 0 223 5 0 0 25 0 21 0 504086026 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4379] ppid=4374 vsize=15686560 CPUtime=2.71 cores=1,3,5,7
/proc/4376/task/4379/stat : 4379 (java) S 4374 4376 4321 0 -1 4202560 351146 0 0 0 214 57 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4380] ppid=4374 vsize=15686560 CPUtime=2.61 cores=1,3,5,7
/proc/4376/task/4380/stat : 4380 (java) S 4374 4376 4321 0 -1 4202560 345166 0 0 0 203 58 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4381] ppid=4374 vsize=15686560 CPUtime=2.59 cores=1,3,5,7
/proc/4376/task/4381/stat : 4381 (java) S 4374 4376 4321 0 -1 4202560 334388 0 0 0 206 53 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4382] ppid=4374 vsize=15686560 CPUtime=2.79 cores=1,3,5,7
/proc/4376/task/4382/stat : 4382 (java) S 4374 4376 4321 0 -1 4202560 365715 0 0 0 220 59 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4383] ppid=4374 vsize=15686560 CPUtime=2.69 cores=1,3,5,7
/proc/4376/task/4383/stat : 4383 (java) S 4374 4376 4321 0 -1 4202560 345281 0 0 0 212 57 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4384] ppid=4374 vsize=15686560 CPUtime=2.55 cores=1,3,5,7
/proc/4376/task/4384/stat : 4384 (java) S 4374 4376 4321 0 -1 4202560 348937 0 0 0 197 58 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4385] ppid=4374 vsize=15686560 CPUtime=2.95 cores=1,3,5,7
/proc/4376/task/4385/stat : 4385 (java) S 4374 4376 4321 0 -1 4202560 414254 0 0 0 226 69 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4386] ppid=4374 vsize=15686560 CPUtime=2.27 cores=1,3,5,7
/proc/4376/task/4386/stat : 4386 (java) S 4374 4376 4321 0 -1 4202560 276493 0 0 0 181 46 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4387] ppid=4374 vsize=15686560 CPUtime=947.25 cores=1,3,5,7
/proc/4376/task/4387/stat : 4387 (java) R 4374 4376 4321 0 -1 4202560 636295 0 0 0 94579 146 0 0 18 0 21 0 504086028 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 47832305387328 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=4376/tid=4388] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4388/stat : 4388 (java) S 4374 4376 4321 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 21 0 504086028 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4389] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4389/stat : 4389 (java) S 4374 4376 4321 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 21 0 504086028 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4390] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4390/stat : 4390 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828060081 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4391] ppid=4374 vsize=15686560 CPUtime=1.77 cores=1,3,5,7
/proc/4376/task/4391/stat : 4391 (java) S 4374 4376 4321 0 -1 4202560 17534 0 0 0 175 2 0 0 15 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
[pid=4376/tid=4392] ppid=4374 vsize=15686560 CPUtime=0.82 cores=1,3,5,7
/proc/4376/task/4392/stat : 4392 (java) S 4374 4376 4321 0 -1 4202560 3146 0 0 0 82 0 0 0 15 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4393] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4393/stat : 4393 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4394] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4394/stat : 4394 (java) S 4374 4376 4321 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4399] ppid=4374 vsize=15686560 CPUtime=286.31 cores=1,3,5,7
/proc/4376/task/4399/stat : 4399 (java) S 4374 4376 4321 0 -1 4202560 101521 0 0 0 28610 21 0 0 15 0 21 0 504086103 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4400] ppid=4374 vsize=15686560 CPUtime=286.16 cores=1,3,5,7
/proc/4376/task/4400/stat : 4400 (java) S 4374 4376 4321 0 -1 4202560 106152 0 0 0 28595 21 0 0 15 0 21 0 504086103 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4402] ppid=4374 vsize=15686560 CPUtime=286.57 cores=1,3,5,7
/proc/4376/task/4402/stat : 4402 (java) S 4374 4376 4321 0 -1 4202560 108943 0 0 0 28632 25 0 0 15 0 21 0 504086103 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2113.99
Current children cumulated vsize (KiB) 15686560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.00 5.12 5.99 6/219 4488
/proc/meminfo: memFree=8091932/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=15686560 CPUtime=2172.7 cores=1,3,5,7
/proc/4376/stat : 4376 (java) S 4374 4376 4321 0 -1 4202496 3890920 0 1 0 216561 709 0 0 23 0 21 0 504086026 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 3921640 3842503 2295 9 0 3912359 0
[pid=4376/tid=4377] ppid=4374 vsize=15686560 CPUtime=2.28 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) S 4374 4376 4321 0 -1 4202560 35654 0 1 0 223 5 0 0 25 0 21 0 504086026 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4379] ppid=4374 vsize=15686560 CPUtime=2.71 cores=1,3,5,7
/proc/4376/task/4379/stat : 4379 (java) S 4374 4376 4321 0 -1 4202560 351146 0 0 0 214 57 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4380] ppid=4374 vsize=15686560 CPUtime=2.61 cores=1,3,5,7
/proc/4376/task/4380/stat : 4380 (java) S 4374 4376 4321 0 -1 4202560 345166 0 0 0 203 58 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4381] ppid=4374 vsize=15686560 CPUtime=2.59 cores=1,3,5,7
/proc/4376/task/4381/stat : 4381 (java) S 4374 4376 4321 0 -1 4202560 334388 0 0 0 206 53 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4382] ppid=4374 vsize=15686560 CPUtime=2.79 cores=1,3,5,7
/proc/4376/task/4382/stat : 4382 (java) S 4374 4376 4321 0 -1 4202560 365715 0 0 0 220 59 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4383] ppid=4374 vsize=15686560 CPUtime=2.69 cores=1,3,5,7
/proc/4376/task/4383/stat : 4383 (java) S 4374 4376 4321 0 -1 4202560 345281 0 0 0 212 57 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4384] ppid=4374 vsize=15686560 CPUtime=2.55 cores=1,3,5,7
/proc/4376/task/4384/stat : 4384 (java) S 4374 4376 4321 0 -1 4202560 348937 0 0 0 197 58 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4385] ppid=4374 vsize=15686560 CPUtime=2.95 cores=1,3,5,7
/proc/4376/task/4385/stat : 4385 (java) S 4374 4376 4321 0 -1 4202560 414254 0 0 0 226 69 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4386] ppid=4374 vsize=15686560 CPUtime=2.27 cores=1,3,5,7
/proc/4376/task/4386/stat : 4386 (java) S 4374 4376 4321 0 -1 4202560 276493 0 0 0 181 46 0 0 16 0 21 0 504086027 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4387] ppid=4374 vsize=15686560 CPUtime=1004.41 cores=1,3,5,7
/proc/4376/task/4387/stat : 4387 (java) R 4374 4376 4321 0 -1 4202560 636299 0 0 0 100288 153 0 0 18 0 21 0 504086028 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 47832309325856 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4376/tid=4388] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4388/stat : 4388 (java) S 4374 4376 4321 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 21 0 504086028 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4389] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4389/stat : 4389 (java) S 4374 4376 4321 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 21 0 504086028 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4390] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4390/stat : 4390 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828060081 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4391] ppid=4374 vsize=15686560 CPUtime=1.77 cores=1,3,5,7
/proc/4376/task/4391/stat : 4391 (java) S 4374 4376 4321 0 -1 4202560 17534 0 0 0 175 2 0 0 15 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
[pid=4376/tid=4392] ppid=4374 vsize=15686560 CPUtime=0.82 cores=1,3,5,7
/proc/4376/task/4392/stat : 4392 (java) S 4374 4376 4321 0 -1 4202560 3146 0 0 0 82 0 0 0 15 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4393] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4393/stat : 4393 (java) S 4374 4376 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4394] ppid=4374 vsize=15686560 CPUtime=0 cores=1,3,5,7
/proc/4376/task/4394/stat : 4394 (java) S 4374 4376 4321 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 21 0 504086030 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052992 0 4 0 16800975 18446604471121901504 0 0 -1 7 0 0 0
[pid=4376/tid=4399] ppid=4374 vsize=15686560 CPUtime=286.84 cores=1,3,5,7
/proc/4376/task/4399/stat : 4399 (java) S 4374 4376 4321 0 -1 4202560 101550 0 0 0 28662 22 0 0 15 0 21 0 504086103 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 1 0 0 0
[pid=4376/tid=4400] ppid=4374 vsize=15686560 CPUtime=286.67 cores=1,3,5,7
/proc/4376/task/4400/stat : 4400 (java) S 4374 4376 4321 0 -1 4202560 106290 0 0 0 28645 22 0 0 15 0 21 0 504086103 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 5 0 0 0
[pid=4376/tid=4402] ppid=4374 vsize=15686560 CPUtime=287.07 cores=1,3,5,7
/proc/4376/task/4402/stat : 4402 (java) S 4374 4376 4321 0 -1 4202560 109398 0 0 0 28682 25 0 0 15 0 21 0 504086103 16063037440 3842503 33554432000 1073741824 1073778376 140735110971792 18446744073709551615 220828052377 0 4 0 16800975 18446604471121901504 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2172.7
Current children cumulated vsize (KiB) 15686560

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4376

[startup+1302.3 s]
/proc/loadavg: 5.00 5.12 5.99 6/200 4489
/proc/meminfo: memFree=17148168/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=0 CPUtime=2175 cores=1,3,5,7
/proc/4376/stat : 4376 (java) Z 4374 4376 4321 0 -1 4203548 3890948 0 1 0 216762 738 0 0 18 0 2 0 504086026 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 0 0 0 0 0 0 0
[pid=4376/tid=4377] ppid=4374 vsize=0 CPUtime=2.57 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) R 4374 4376 4321 0 -1 4203588 35654 0 1 0 223 34 0 0 18 0 2 0 504086026 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2175
Current children cumulated vsize (KiB) 0

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

[startup+1302.41 s]
/proc/loadavg: 5.00 5.12 5.99 6/200 4489
/proc/meminfo: memFree=17148168/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=0 CPUtime=2175.1 cores=1,3,5,7
/proc/4376/stat : 4376 (java) Z 4374 4376 4321 0 -1 4203548 3890948 0 1 0 216762 748 0 0 18 0 2 0 504086026 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 0 0 0 0 0 0 0
[pid=4376/tid=4377] ppid=4374 vsize=0 CPUtime=2.67 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) R 4374 4376 4321 0 -1 4203588 35654 0 1 0 223 44 0 0 18 0 2 0 504086026 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2175.1
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.00 5.12 5.99 6/200 4489
/proc/meminfo: memFree=17148168/32951124 swapFree=67105204/67111528
[pid=4376] ppid=4374 vsize=0 CPUtime=2175.2 cores=1,3,5,7
/proc/4376/stat : 4376 (java) Z 4374 4376 4321 0 -1 4203548 3890948 0 1 0 216762 758 0 0 18 0 2 0 504086026 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4376/statm: 0 0 0 0 0 0 0
[pid=4376/tid=4377] ppid=4374 vsize=0 CPUtime=2.76 cores=1,3,5,7
/proc/4376/task/4377/stat : 4377 (java) R 4374 4376 4321 0 -1 4203588 35654 0 1 0 223 53 0 0 18 0 2 0 504086026 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2175.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.51
CPU time (s): 2175.22
CPU user time (s): 2167.63
CPU system time (s): 7.59185
CPU usage (%): 167.002
Max. virtual memory (cumulated for all children) (KiB): 15687640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2167.63
system time used= 7.59185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3890948
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= 82263
involuntary context switches= 38777

runsolver used 2.20366 second user time and 4.94025 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 00:38:21
IDJOB=3312470
IDBENCH=82655
IDSOLVER=1699
FILE ID=node147/3312470-1304116701
RUNJOBID= node147-1304116701-4340
PBS_JOBID= 13170716
Free space on /tmp= 72656 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312470-1304116701/watcher-3312470-1304116701 -o /tmp/evaluation-result-3312470-1304116701/solver-3312470-1304116701 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312470-1304116701.cnf

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

MD5SUM BENCH= 2d92a52914298e3c91073398b38892d9
RANDOM SEED=265701985

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30878788 kB
Buffers:        290696 kB
Cached:        1380276 kB
SwapCached:       3064 kB
Active:         168656 kB
Inactive:      1577312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30878788 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:            6000 kB
Writeback:           0 kB
AnonPages:       73728 kB
Mapped:          22000 kB
Slab:           260920 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   775048 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= 72652 MiB
End job on node147 at 2011-04-30 01:00:04