Trace number 3311266

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 2149.93 1302.53

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S285324961-078-UNKNOWN.cnf
MD5SUM7b0b378358197932f5212c7e9e31a14b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.9671
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	44:48 INFO : Reading from input HOME/instance-3311266-1304117088.cnf
0.92/0.75	Executor set job limit to 1000000
0.92/0.75	Executor set job limit to 1000000
0.92/0.75	Executor set job limit to 1000000
0.92/0.75	Executor set job limit to 1000000
0.92/0.75	Starting Executor!
0.92/0.75	Starting Executor!
0.92/0.75	Starting Executor!
0.92/0.75	Starting Executor!
3.87/2.29	44:50 INFO : 29877 variables remaining out of 30000
3.87/2.29	44:50 INFO : 500908 literals remaining out of 504000
1166.77/332.17	50:20 ERROR: Failed to solve instance
1166.77/332.17	java.lang.OutOfMemoryError: Java heap space
1166.77/332.17		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1166.77/332.17		at ibis.structure.Solver.simplify(Solver.java:191)
1166.77/332.17		at ibis.structure.Solver.solve(Solver.java:113)
1166.77/332.17		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1166.77/332.17		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1166.77/332.17		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1166.77/332.17		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1166.77/332.17		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1166.77/332.17		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1166.77/332.17		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1166.77/332.17		at ibis.constellation.Executor.processActivities(Executor.java:75)
1166.77/332.17		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1166.77/332.17		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1166.77/332.17		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1176.80/341.84	50:30 ERROR: Failed to solve instance
1176.80/341.84	java.lang.OutOfMemoryError: Java heap space
1176.80/341.84		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1176.80/341.84		at gnu.trove.THash.postInsertHook(THash.java:370)
1176.80/341.84		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1176.80/341.84		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1176.80/341.84		at ibis.structure.Subsumming.run(Subsumming.java:58)
1176.80/341.84		at ibis.structure.Solver.simplify(Solver.java:205)
1176.80/341.84		at ibis.structure.Solver.solve(Solver.java:113)
1176.80/341.84		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1176.80/341.84		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1176.80/341.84		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1176.80/341.84		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1176.80/341.84		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1176.80/341.84		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1176.80/341.84		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1176.80/341.84		at ibis.constellation.Executor.processActivities(Executor.java:75)
1176.80/341.84		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1176.80/341.84		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1176.80/341.84		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1181.12/346.03	50:34 ERROR: Failed to solve instance
1181.12/346.03	java.lang.OutOfMemoryError: Java heap space
1181.12/346.03		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1181.12/346.03		at gnu.trove.THash.postInsertHook(THash.java:370)
1181.12/346.03		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1181.12/346.03		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1181.12/346.03		at ibis.structure.Subsumming.run(Subsumming.java:58)
1181.12/346.03		at ibis.structure.Solver.simplify(Solver.java:205)
1181.12/346.03		at ibis.structure.Solver.solve(Solver.java:113)
1181.12/346.03		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1181.12/346.03		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1181.12/346.03		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1181.12/346.03		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1181.12/346.03		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1181.12/346.03		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1181.12/346.03		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1181.12/346.03		at ibis.constellation.Executor.processActivities(Executor.java:75)
1181.12/346.03		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1181.12/346.03		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1181.12/346.03		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1185.37/350.19	50:38 ERROR: Failed to solve instance
1185.37/350.19	java.lang.OutOfMemoryError: Java heap space
1185.37/350.19		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1185.37/350.19		at gnu.trove.THash.postInsertHook(THash.java:370)
1185.37/350.19		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1185.37/350.19		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1185.37/350.19		at ibis.structure.Subsumming.run(Subsumming.java:58)
1185.37/350.19		at ibis.structure.Solver.simplify(Solver.java:205)
1185.37/350.19		at ibis.structure.Solver.solve(Solver.java:113)
1185.37/350.19		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1185.37/350.19		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1185.37/350.19		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1185.37/350.19		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1185.37/350.19		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1185.37/350.19		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1185.37/350.19		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1185.37/350.19		at ibis.constellation.Executor.processActivities(Executor.java:75)
1185.37/350.19		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1185.37/350.19		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1185.37/350.19		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1191.33/355.86	50:44 ERROR: Failed to solve instance
1191.33/355.86	java.lang.OutOfMemoryError: Java heap space
1192.85/357.29	50:45 ERROR: Failed to solve instance
1192.85/357.29	java.lang.OutOfMemoryError: Java heap space
1196.89/360.65	50:49 ERROR: Failed to solve instance
1196.89/360.65	java.lang.OutOfMemoryError: Java heap space
1200.60/363.82	50:52 ERROR: Failed to solve instance
1200.60/363.82	java.lang.OutOfMemoryError: Java heap space
1204.89/367.60	50:56 ERROR: Failed to solve instance
1204.89/367.60	java.lang.OutOfMemoryError: Java heap space
1206.68/369.06	50:57 ERROR: Failed to solve instance
1206.68/369.06	java.lang.OutOfMemoryError: Java heap space
1211.82/373.94	51:02 ERROR: Failed to solve instance
1211.82/373.94	java.lang.OutOfMemoryError: Java heap space
1213.50/375.54	51:04 ERROR: Failed to solve instance
1213.50/375.54	java.lang.OutOfMemoryError: Java heap space
1215.75/377.53	51:06 ERROR: Failed to solve instance
1215.75/377.53	java.lang.OutOfMemoryError: Java heap space
1230.34/391.03	51:19 ERROR: Failed to solve instance
1230.34/391.03	java.lang.OutOfMemoryError: Java heap space
1230.34/391.03	51:19 ERROR: Failed to solve instance
1230.34/391.03	java.lang.OutOfMemoryError: Java heap space
1276.63/437.06	52:05 ERROR: Failed to solve instance
1276.63/437.06	java.lang.OutOfMemoryError: Java heap space
1279.69/440.08	52:08 ERROR: Failed to solve instance
1279.69/440.08	java.lang.OutOfMemoryError: Java heap space
1282.58/442.68	52:11 ERROR: Failed to solve instance
1282.58/442.68	java.lang.OutOfMemoryError: Java heap space
1302.22/462.09	52:30 ERROR: Failed to solve instance
1302.22/462.09	java.lang.OutOfMemoryError: Java heap space
1334.20/492.37	53:01 ERROR: Failed to solve instance
1334.20/492.37	java.lang.OutOfMemoryError: Java heap space
1357.68/515.75	53:24 ERROR: Failed to solve instance
1357.68/515.75	java.lang.OutOfMemoryError: Java heap space
1585.83/743.73	57:12 ERROR: Failed to solve instance
1585.83/743.73	java.lang.OutOfMemoryError: Java heap space
1905.32/1063.10	02:31 ERROR: Failed to solve instance
1905.32/1063.10	java.lang.OutOfMemoryError: Java heap space
1908.58/1066.21	02:34 ERROR: Failed to solve instance
1908.58/1066.21	java.lang.OutOfMemoryError: Java heap space
1911.68/1069.21	02:37 ERROR: Failed to solve instance
1911.68/1069.21	java.lang.OutOfMemoryError: Java heap space
1933.87/1091.12	02:59 ERROR: Failed to solve instance
1933.87/1091.12	java.lang.OutOfMemoryError: Java heap space
1933.87/1091.12	02:59 ERROR: Failed to solve instance
1933.87/1091.12	java.lang.OutOfMemoryError: Java heap space
2018.79/1174.67	04:23 ERROR: Failed to solve instance
2018.79/1174.67	java.lang.OutOfMemoryError: Java heap space
2028.01/1183.55	04:32 ERROR: Failed to solve instance
2028.01/1183.55	java.lang.OutOfMemoryError: Java heap space
2029.55/1185.09	04:33 ERROR: Failed to solve instance
2029.55/1185.09	java.lang.OutOfMemoryError: Java heap space
2032.34/1187.68	04:36 ERROR: Failed to solve instance
2032.34/1187.68	java.lang.OutOfMemoryError: Java heap space
2034.20/1189.46	04:38 ERROR: Failed to solve instance
2034.20/1189.46	java.lang.OutOfMemoryError: Java heap space
2037.07/1191.98	04:40 ERROR: Failed to solve instance
2037.07/1191.98	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-3311266-1304117088/watcher-3311266-1304117088 -o /tmp/evaluation-result-3311266-1304117088/solver-3311266-1304117088 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311266-1304117088.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 6.91 7.87 7.93 5/194 27518
/proc/meminfo: memFree=29687168/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/27518/stat : 27518 (java) S 27516 27518 27136 0 -1 4202496 1423 0 0 0 0 0 0 0 23 0 2 0 601939482 27824128 893 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427194341 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 6793 893 684 9 0 381 0
[pid=27518/tid=27519] ppid=27516 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27519/stat : 27519 (java) R 27516 27518 27136 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 601939483 27824128 893 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256410467975 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0620209 s]
/proc/loadavg: 6.91 7.87 7.93 5/194 27518
/proc/meminfo: memFree=29687168/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/27518/stat : 27518 (java) S 27516 27518 27136 0 -1 4202496 4327 0 1 0 5 0 0 0 23 0 18 0 601939482 15984414720 3766 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 3902445 3766 1778 9 0 3893164 0
[pid=27518/tid=27519] ppid=27516 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/27518/task/27519/stat : 27519 (java) R 27516 27518 27136 0 -1 4202560 2910 0 1 0 5 0 0 0 25 0 18 0 601939483 15984414720 3766 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 47368145657861 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100994 s]
/proc/loadavg: 6.91 7.87 7.93 5/194 27518
/proc/meminfo: memFree=29687168/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=15676612 CPUtime=0.1 cores=1,3,5,7
/proc/27518/stat : 27518 (java) S 27516 27518 27136 0 -1 4202496 5609 0 1 0 10 0 0 0 23 0 18 0 601939482 16052850688 5032 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 3919153 5033 2118 9 0 3909872 0
[pid=27518/tid=27519] ppid=27516 vsize=15676612 CPUtime=0.08 cores=1,3,5,7
/proc/27518/task/27519/stat : 27519 (java) R 27516 27518 27136 0 -1 4202560 3475 0 1 0 8 0 0 0 18 0 18 0 601939483 16052850688 5033 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 47368148060179 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) 15676612

[startup+0.300962 s]
/proc/loadavg: 6.91 7.87 7.93 5/194 27518
/proc/meminfo: memFree=29687168/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=15681888 CPUtime=0.52 cores=1,3,5,7
/proc/27518/stat : 27518 (java) S 27516 27518 27136 0 -1 4202496 16137 0 1 0 50 2 0 0 23 0 18 0 601939482 16058253312 14345 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 3920472 14352 2207 9 0 3911191 0
[pid=27518/tid=27519] ppid=27516 vsize=15681888 CPUtime=0.28 cores=1,3,5,7
/proc/27518/task/27519/stat : 27519 (java) R 27516 27518 27136 0 -1 4202560 11033 0 1 0 27 1 0 0 18 0 18 0 601939483 16058253312 14356 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 46912505642033 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681888

[startup+0.70089 s]
/proc/loadavg: 6.91 7.87 7.93 5/194 27518
/proc/meminfo: memFree=29687168/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=15681888 CPUtime=0.92 cores=1,3,5,7
/proc/27518/stat : 27518 (java) S 27516 27518 27136 0 -1 4202496 41866 0 1 0 87 5 0 0 23 0 18 0 601939482 16058253312 40072 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 3920472 40072 2223 9 0 3911191 0
[pid=27518/tid=27519] ppid=27516 vsize=15681888 CPUtime=0.68 cores=1,3,5,7
/proc/27518/task/27519/stat : 27519 (java) R 27516 27518 27136 0 -1 4202560 35516 0 1 0 63 5 0 0 18 0 18 0 601939483 16058253312 40072 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 46912505513355 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) 15681888

[startup+1.50172 s]
/proc/loadavg: 6.91 7.87 7.93 11/220 27544
/proc/meminfo: memFree=29357112/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=15686000 CPUtime=2.48 cores=1,3,5,7
/proc/27518/stat : 27518 (java) S 27516 27518 27136 0 -1 4202496 57766 0 1 0 240 8 0 0 23 0 22 0 601939482 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 3921500 49948 2259 9 0 3912219 0
[pid=27518/tid=27519] ppid=27516 vsize=15686000 CPUtime=1.47 cores=1,3,5,7
/proc/27518/task/27519/stat : 27519 (java) R 27516 27518 27136 0 -1 4202560 35610 0 1 0 142 5 0 0 21 0 22 0 601939483 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 47368145679207 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27518/tid=27521] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27521/stat : 27521 (java) S 27516 27518 27136 0 -1 4202560 717 0 0 0 0 0 0 0 18 0 22 0 601939483 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27522] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27522/stat : 27522 (java) S 27516 27518 27136 0 -1 4202560 430 0 0 0 0 0 0 0 18 0 22 0 601939483 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27523] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27523/stat : 27523 (java) S 27516 27518 27136 0 -1 4202560 461 0 0 0 0 0 0 0 18 0 22 0 601939483 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27524] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27524/stat : 27524 (java) S 27516 27518 27136 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 601939483 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27525] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27525/stat : 27525 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 601939483 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27526] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27526/stat : 27526 (java) S 27516 27518 27136 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 22 0 601939483 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27527] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27527/stat : 27527 (java) S 27516 27518 27136 0 -1 4202560 1090 0 0 0 0 0 0 0 18 0 22 0 601939483 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27528] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27528/stat : 27528 (java) S 27516 27518 27136 0 -1 4202560 68 0 0 0 0 0 0 0 18 0 22 0 601939483 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27529] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27529/stat : 27529 (java) S 27516 27518 27136 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 601939484 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 0 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27530] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27530/stat : 27530 (java) S 27516 27518 27136 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601939485 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27531] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27531/stat : 27531 (java) S 27516 27518 27136 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601939485 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27532] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27532/stat : 27532 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601939487 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427215281 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27533] ppid=27516 vsize=15686000 CPUtime=0.75 cores=1,3,5,7
/proc/27518/task/27533/stat : 27533 (java) R 27516 27518 27136 0 -1 4202560 14397 0 0 0 74 1 0 0 16 0 22 0 601939487 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 47368144890684 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27518/tid=27534] ppid=27516 vsize=15686000 CPUtime=0.19 cores=1,3,5,7
/proc/27518/task/27534/stat : 27534 (java) S 27516 27518 27136 0 -1 4202560 2584 0 0 0 19 0 0 0 15 0 22 0 601939487 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27535] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27535/stat : 27535 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601939487 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27536] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27536/stat : 27536 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601939487 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27541] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27541/stat : 27541 (java) S 27516 27518 27136 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 601939558 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27542] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27542/stat : 27542 (java) S 27516 27518 27136 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601939558 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27543] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27543/stat : 27543 (java) S 27516 27518 27136 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 601939558 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27544] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27544/stat : 27544 (java) S 27516 27518 27136 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601939558 16062464000 49948 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 15686000

[startup+3.10142 s]
/proc/loadavg: 6.91 7.87 7.93 9/220 27544
/proc/meminfo: memFree=29093984/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=15686000 CPUtime=5.89 cores=1,3,5,7
/proc/27518/stat : 27518 (java) S 27516 27518 27136 0 -1 4202496 76411 0 1 0 579 10 0 0 23 0 22 0 601939482 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 3921500 66030 2275 9 0 3912219 0
[pid=27518/tid=27519] ppid=27516 vsize=15686000 CPUtime=2.26 cores=1,3,5,7
/proc/27518/task/27519/stat : 27519 (java) S 27516 27518 27136 0 -1 4202560 35671 0 1 0 221 5 0 0 23 0 22 0 601939483 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27521] ppid=27516 vsize=15686000 CPUtime=0.01 cores=1,3,5,7
/proc/27518/task/27521/stat : 27521 (java) S 27516 27518 27136 0 -1 4202560 3183 0 0 0 1 0 0 0 18 0 22 0 601939483 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27522] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27522/stat : 27522 (java) S 27516 27518 27136 0 -1 4202560 430 0 0 0 0 0 0 0 17 0 22 0 601939483 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27523] ppid=27516 vsize=15686000 CPUtime=0.02 cores=1,3,5,7
/proc/27518/task/27523/stat : 27523 (java) S 27516 27518 27136 0 -1 4202560 3232 0 0 0 2 0 0 0 18 0 22 0 601939483 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27524] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27524/stat : 27524 (java) S 27516 27518 27136 0 -1 4202560 13 0 0 0 0 0 0 0 17 0 22 0 601939483 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27525] ppid=27516 vsize=15686000 CPUtime=0.01 cores=1,3,5,7
/proc/27518/task/27525/stat : 27525 (java) S 27516 27518 27136 0 -1 4202560 3343 0 0 0 1 0 0 0 18 0 22 0 601939483 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27526] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27526/stat : 27526 (java) S 27516 27518 27136 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 22 0 601939483 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27527] ppid=27516 vsize=15686000 CPUtime=0.01 cores=1,3,5,7
/proc/27518/task/27527/stat : 27527 (java) S 27516 27518 27136 0 -1 4202560 4378 0 0 0 1 0 0 0 18 0 22 0 601939483 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27528] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27528/stat : 27528 (java) S 27516 27518 27136 0 -1 4202560 68 0 0 0 0 0 0 0 18 0 22 0 601939483 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27529] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27529/stat : 27529 (java) S 27516 27518 27136 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 601939484 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 0 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27530] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27530/stat : 27530 (java) S 27516 27518 27136 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601939485 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27531] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27531/stat : 27531 (java) S 27516 27518 27136 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601939485 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27532] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27532/stat : 27532 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601939487 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427215281 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27533] ppid=27516 vsize=15686000 CPUtime=1.57 cores=1,3,5,7
/proc/27518/task/27533/stat : 27533 (java) S 27516 27518 27136 0 -1 4202560 17237 0 0 0 156 1 0 0 15 0 22 0 601939487 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27534] ppid=27516 vsize=15686000 CPUtime=0.52 cores=1,3,5,7
/proc/27518/task/27534/stat : 27534 (java) S 27516 27518 27136 0 -1 4202560 2633 0 0 0 52 0 0 0 15 0 22 0 601939487 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27535] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27535/stat : 27535 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601939487 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27536] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27536/stat : 27536 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601939487 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27541] ppid=27516 vsize=15686000 CPUtime=0.27 cores=1,3,5,7
/proc/27518/task/27541/stat : 27541 (java) R 27516 27518 27136 0 -1 4202560 1726 0 0 0 27 0 0 0 16 0 22 0 601939558 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 46912506373102 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27518/tid=27542] ppid=27516 vsize=15686000 CPUtime=0.24 cores=1,3,5,7
/proc/27518/task/27542/stat : 27542 (java) R 27516 27518 27136 0 -1 4202560 1316 0 0 0 24 0 0 0 16 0 22 0 601939558 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 46912506374185 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27518/tid=27543] ppid=27516 vsize=15686000 CPUtime=0.54 cores=1,3,5,7
/proc/27518/task/27543/stat : 27543 (java) R 27516 27518 27136 0 -1 4202560 817 0 0 0 54 0 0 0 16 0 22 0 601939558 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 46912506373102 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27518/tid=27544] ppid=27516 vsize=15686000 CPUtime=0.32 cores=1,3,5,7
/proc/27518/task/27544/stat : 27544 (java) S 27516 27518 27136 0 -1 4202560 10 0 0 0 32 0 0 0 15 0 22 0 601939558 16062464000 66030 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 15686000

[startup+6.30076 s]
/proc/loadavg: 6.92 7.86 7.92 10/220 27544
/proc/meminfo: memFree=27679488/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=15686000 CPUtime=18.56 cores=1,3,5,7
/proc/27518/stat : 27518 (java) S 27516 27518 27136 0 -1 4202496 282488 0 1 0 1820 36 0 0 23 0 22 0 601939482 16062464000 271654 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 3921500 271654 2275 9 0 3912219 0
[pid=27518/tid=27519] ppid=27516 vsize=15686000 CPUtime=2.26 cores=1,3,5,7
/proc/27518/task/27519/stat : 27519 (java) S 27516 27518 27136 0 -1 4202560 35671 0 1 0 221 5 0 0 23 0 22 0 601939483 16062464000 271654 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27521] ppid=27516 vsize=15686000 CPUtime=0.11 cores=1,3,5,7
/proc/27518/task/27521/stat : 27521 (java) S 27516 27518 27136 0 -1 4202560 22594 0 0 0 8 3 0 0 16 0 22 0 601939483 16062464000 271654 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27522] ppid=27516 vsize=15686000 CPUtime=0.13 cores=1,3,5,7
/proc/27518/task/27522/stat : 27522 (java) S 27516 27518 27136 0 -1 4202560 19918 0 0 0 10 3 0 0 16 0 22 0 601939483 16062464000 271654 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27523] ppid=27516 vsize=15686000 CPUtime=0.1 cores=1,3,5,7
/proc/27518/task/27523/stat : 27523 (java) S 27516 27518 27136 0 -1 4202560 24400 0 0 0 7 3 0 0 16 0 22 0 601939483 16062464000 271654 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27524] ppid=27516 vsize=15686000 CPUtime=0.1 cores=1,3,5,7
/proc/27518/task/27524/stat : 27524 (java) S 27516 27518 27136 0 -1 4202560 13774 0 0 0 9 1 0 0 15 0 22 0 601939483 16062464000 271654 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27525] ppid=27516 vsize=15686000 CPUtime=0.11 cores=1,3,5,7
/proc/27518/task/27525/stat : 27525 (java) S 27516 27518 27136 0 -1 4202560 19528 0 0 0 8 3 0 0 15 0 22 0 601939483 16062464000 271654 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27526] ppid=27516 vsize=15686000 CPUtime=0.1 cores=1,3,5,7
/proc/27518/task/27526/stat : 27526 (java) S 27516 27518 27136 0 -1 4202560 17215 0 0 0 8 2 0 0 16 0 22 0 601939483 16062464000 271654 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27527] ppid=27516 vsize=15686000 CPUtime=0.19 cores=1,3,5,7
/proc/27518/task/27527/stat : 27527 (java) S 27516 27518 27136 0 -1 4202560 31371 0 0 0 16 3 0 0 16 0 22 0 601939483 16062464000 271654 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27528] ppid=27516 vsize=15686000 CPUtime=0.02 cores=1,3,5,7
/proc/27518/task/27528/stat : 27528 (java) S 27516 27518 27136 0 -1 4202560 5989 0 0 0 2 0 0 0 15 0 22 0 601939483 16062464000 271654 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0

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

[pid=27518/tid=27531] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27531/stat : 27531 (java) S 27516 27518 27136 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601939485 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27532] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27532/stat : 27532 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427215281 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27533] ppid=27516 vsize=15686000 CPUtime=1.57 cores=1,3,5,7
/proc/27518/task/27533/stat : 27533 (java) S 27516 27518 27136 0 -1 4202560 17237 0 0 0 156 1 0 0 15 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27534] ppid=27516 vsize=15686000 CPUtime=0.8 cores=1,3,5,7
/proc/27518/task/27534/stat : 27534 (java) S 27516 27518 27136 0 -1 4202560 2659 0 0 0 80 0 0 0 15 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27535] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27535/stat : 27535 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27536] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27536/stat : 27536 (java) S 27516 27518 27136 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27541] ppid=27516 vsize=15686000 CPUtime=275.64 cores=1,3,5,7
/proc/27518/task/27541/stat : 27541 (java) S 27516 27518 27136 0 -1 4202560 94711 0 0 0 27547 17 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27542] ppid=27516 vsize=15686000 CPUtime=275.37 cores=1,3,5,7
/proc/27518/task/27542/stat : 27542 (java) S 27516 27518 27136 0 -1 4202560 104312 0 0 0 27520 17 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27543] ppid=27516 vsize=15686000 CPUtime=275.19 cores=1,3,5,7
/proc/27518/task/27543/stat : 27543 (java) S 27516 27518 27136 0 -1 4202560 101864 0 0 0 27501 18 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27544] ppid=27516 vsize=15686000 CPUtime=275.27 cores=1,3,5,7
/proc/27518/task/27544/stat : 27544 (java) S 27516 27518 27136 0 -1 4202560 93498 0 0 0 27511 16 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2026.8
Current children cumulated vsize (KiB) 15686000

[startup+1242.3 s]
/proc/loadavg: 5.12 5.19 6.11 6/220 27637
/proc/meminfo: memFree=11464176/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=15686000 CPUtime=2089.61 cores=1,3,5,7
/proc/27518/stat : 27518 (java) S 27516 27518 27136 0 -1 4202496 3888778 0 1 0 208264 697 0 0 23 0 22 0 601939482 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 3921500 3837026 2294 9 0 3912219 0
[pid=27518/tid=27519] ppid=27516 vsize=15686000 CPUtime=2.26 cores=1,3,5,7
/proc/27518/task/27519/stat : 27519 (java) S 27516 27518 27136 0 -1 4202560 35671 0 1 0 221 5 0 0 23 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27521] ppid=27516 vsize=15686000 CPUtime=2.69 cores=1,3,5,7
/proc/27518/task/27521/stat : 27521 (java) S 27516 27518 27136 0 -1 4202560 284507 0 0 0 219 50 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27522] ppid=27516 vsize=15686000 CPUtime=2.93 cores=1,3,5,7
/proc/27518/task/27522/stat : 27522 (java) S 27516 27518 27136 0 -1 4202560 361852 0 0 0 231 62 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27523] ppid=27516 vsize=15686000 CPUtime=2.45 cores=1,3,5,7
/proc/27518/task/27523/stat : 27523 (java) S 27516 27518 27136 0 -1 4202560 309828 0 0 0 194 51 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27524] ppid=27516 vsize=15686000 CPUtime=2.95 cores=1,3,5,7
/proc/27518/task/27524/stat : 27524 (java) S 27516 27518 27136 0 -1 4202560 312687 0 0 0 244 51 0 0 15 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27525] ppid=27516 vsize=15686000 CPUtime=2.67 cores=1,3,5,7
/proc/27518/task/27525/stat : 27525 (java) S 27516 27518 27136 0 -1 4202560 362526 0 0 0 206 61 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27526] ppid=27516 vsize=15686000 CPUtime=3.31 cores=1,3,5,7
/proc/27518/task/27526/stat : 27526 (java) S 27516 27518 27136 0 -1 4202560 442998 0 0 0 260 71 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27527] ppid=27516 vsize=15686000 CPUtime=3.03 cores=1,3,5,7
/proc/27518/task/27527/stat : 27527 (java) S 27516 27518 27136 0 -1 4202560 367906 0 0 0 241 62 0 0 15 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27528] ppid=27516 vsize=15686000 CPUtime=2.92 cores=1,3,5,7
/proc/27518/task/27528/stat : 27528 (java) S 27516 27518 27136 0 -1 4202560 391939 0 0 0 228 64 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27529] ppid=27516 vsize=15686000 CPUtime=956.61 cores=1,3,5,7
/proc/27518/task/27529/stat : 27529 (java) R 27516 27518 27136 0 -1 4202560 602577 0 0 0 95523 138 0 0 18 0 22 0 601939484 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 47368148520079 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=27518/tid=27530] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27530/stat : 27530 (java) S 27516 27518 27136 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 601939485 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27531] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27531/stat : 27531 (java) S 27516 27518 27136 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601939485 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27532] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27532/stat : 27532 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427215281 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27533] ppid=27516 vsize=15686000 CPUtime=1.57 cores=1,3,5,7
/proc/27518/task/27533/stat : 27533 (java) S 27516 27518 27136 0 -1 4202560 17237 0 0 0 156 1 0 0 15 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27534] ppid=27516 vsize=15686000 CPUtime=0.8 cores=1,3,5,7
/proc/27518/task/27534/stat : 27534 (java) S 27516 27518 27136 0 -1 4202560 2659 0 0 0 80 0 0 0 15 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27535] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27535/stat : 27535 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27536] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27536/stat : 27536 (java) S 27516 27518 27136 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27541] ppid=27516 vsize=15686000 CPUtime=276.57 cores=1,3,5,7
/proc/27518/task/27541/stat : 27541 (java) S 27516 27518 27136 0 -1 4202560 94738 0 0 0 27640 17 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27542] ppid=27516 vsize=15686000 CPUtime=276.32 cores=1,3,5,7
/proc/27518/task/27542/stat : 27542 (java) S 27516 27518 27136 0 -1 4202560 104729 0 0 0 27613 19 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27543] ppid=27516 vsize=15686000 CPUtime=276.14 cores=1,3,5,7
/proc/27518/task/27543/stat : 27543 (java) S 27516 27518 27136 0 -1 4202560 101931 0 0 0 27595 19 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27544] ppid=27516 vsize=15686000 CPUtime=276.22 cores=1,3,5,7
/proc/27518/task/27544/stat : 27544 (java) S 27516 27518 27136 0 -1 4202560 93538 0 0 0 27605 17 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2089.61
Current children cumulated vsize (KiB) 15686000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.04 5.15 6.04 6/220 27639
/proc/meminfo: memFree=11420996/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=15686000 CPUtime=2147.39 cores=1,3,5,7
/proc/27518/stat : 27518 (java) S 27516 27518 27136 0 -1 4202496 3889352 0 1 0 214034 705 0 0 23 0 22 0 601939482 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 3921500 3837026 2294 9 0 3912219 0
[pid=27518/tid=27519] ppid=27516 vsize=15686000 CPUtime=2.26 cores=1,3,5,7
/proc/27518/task/27519/stat : 27519 (java) S 27516 27518 27136 0 -1 4202560 35671 0 1 0 221 5 0 0 23 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27521] ppid=27516 vsize=15686000 CPUtime=2.69 cores=1,3,5,7
/proc/27518/task/27521/stat : 27521 (java) S 27516 27518 27136 0 -1 4202560 284507 0 0 0 219 50 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27522] ppid=27516 vsize=15686000 CPUtime=2.93 cores=1,3,5,7
/proc/27518/task/27522/stat : 27522 (java) S 27516 27518 27136 0 -1 4202560 361852 0 0 0 231 62 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27523] ppid=27516 vsize=15686000 CPUtime=2.45 cores=1,3,5,7
/proc/27518/task/27523/stat : 27523 (java) S 27516 27518 27136 0 -1 4202560 309828 0 0 0 194 51 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27524] ppid=27516 vsize=15686000 CPUtime=2.95 cores=1,3,5,7
/proc/27518/task/27524/stat : 27524 (java) S 27516 27518 27136 0 -1 4202560 312687 0 0 0 244 51 0 0 15 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27525] ppid=27516 vsize=15686000 CPUtime=2.67 cores=1,3,5,7
/proc/27518/task/27525/stat : 27525 (java) S 27516 27518 27136 0 -1 4202560 362526 0 0 0 206 61 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27526] ppid=27516 vsize=15686000 CPUtime=3.31 cores=1,3,5,7
/proc/27518/task/27526/stat : 27526 (java) S 27516 27518 27136 0 -1 4202560 442998 0 0 0 260 71 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27527] ppid=27516 vsize=15686000 CPUtime=3.03 cores=1,3,5,7
/proc/27518/task/27527/stat : 27527 (java) S 27516 27518 27136 0 -1 4202560 367906 0 0 0 241 62 0 0 15 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27528] ppid=27516 vsize=15686000 CPUtime=2.92 cores=1,3,5,7
/proc/27518/task/27528/stat : 27528 (java) S 27516 27518 27136 0 -1 4202560 391939 0 0 0 228 64 0 0 16 0 22 0 601939483 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27529] ppid=27516 vsize=15686000 CPUtime=1014.29 cores=1,3,5,7
/proc/27518/task/27529/stat : 27529 (java) R 27516 27518 27136 0 -1 4202560 602581 0 0 0 101287 142 0 0 18 0 22 0 601939484 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 47368148901960 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=27518/tid=27530] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27530/stat : 27530 (java) S 27516 27518 27136 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 601939485 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27531] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27531/stat : 27531 (java) S 27516 27518 27136 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601939485 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27532] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27532/stat : 27532 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427215281 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27533] ppid=27516 vsize=15686000 CPUtime=1.57 cores=1,3,5,7
/proc/27518/task/27533/stat : 27533 (java) S 27516 27518 27136 0 -1 4202560 17237 0 0 0 156 1 0 0 15 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27534] ppid=27516 vsize=15686000 CPUtime=0.8 cores=1,3,5,7
/proc/27518/task/27534/stat : 27534 (java) S 27516 27518 27136 0 -1 4202560 2659 0 0 0 80 0 0 0 15 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
[pid=27518/tid=27535] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27535/stat : 27535 (java) S 27516 27518 27136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27536] ppid=27516 vsize=15686000 CPUtime=0 cores=1,3,5,7
/proc/27518/task/27536/stat : 27536 (java) S 27516 27518 27136 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 601939487 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427208192 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27541] ppid=27516 vsize=15686000 CPUtime=276.6 cores=1,3,5,7
/proc/27518/task/27541/stat : 27541 (java) S 27516 27518 27136 0 -1 4202560 94741 0 0 0 27642 18 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 7 0 0 0
[pid=27518/tid=27542] ppid=27516 vsize=15686000 CPUtime=276.34 cores=1,3,5,7
/proc/27518/task/27542/stat : 27542 (java) S 27516 27518 27136 0 -1 4202560 105289 0 0 0 27614 20 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 1 0 0 0
[pid=27518/tid=27543] ppid=27516 vsize=15686000 CPUtime=276.16 cores=1,3,5,7
/proc/27518/task/27543/stat : 27543 (java) S 27516 27518 27136 0 -1 4202560 101934 0 0 0 27596 20 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 5 0 0 0
[pid=27518/tid=27544] ppid=27516 vsize=15686000 CPUtime=276.26 cores=1,3,5,7
/proc/27518/task/27544/stat : 27544 (java) S 27516 27518 27136 0 -1 4202560 93538 0 0 0 27608 18 0 0 15 0 22 0 601939558 16062464000 3837026 33554432000 1073741824 1073778376 140735674830768 18446744073709551615 256427207577 0 4 0 16800975 18446604469687372672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2147.39
Current children cumulated vsize (KiB) 15686000

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27518

[startup+1302.3 s]
/proc/loadavg: 5.04 5.15 6.04 6/221 27640
/proc/meminfo: memFree=11434008/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=0 CPUtime=2149.69 cores=1,3,5,7
/proc/27518/stat : 27518 (java) Z 27516 27518 27136 0 -1 4203548 3889378 0 1 0 214235 734 0 0 18 0 2 0 601939482 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 0 0 0 0 0 0 0
[pid=27518/tid=27535] ppid=27516 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/27518/task/27535/stat : 27535 (java) R 27516 27518 27136 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 601939487 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) 2149.69
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.04 5.15 6.04 6/221 27640
/proc/meminfo: memFree=11434008/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=0 CPUtime=2149.79 cores=1,3,5,7
/proc/27518/stat : 27518 (java) Z 27516 27518 27136 0 -1 4203548 3889378 0 1 0 214235 744 0 0 18 0 2 0 601939482 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 0 0 0 0 0 0 0
[pid=27518/tid=27535] ppid=27516 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/27518/task/27535/stat : 27535 (java) R 27516 27518 27136 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 601939487 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) 2149.79
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.04 5.15 6.04 6/221 27640
/proc/meminfo: memFree=11434008/32950928 swapFree=67111364/67111528
[pid=27518] ppid=27516 vsize=0 CPUtime=2149.89 cores=1,3,5,7
/proc/27518/stat : 27518 (java) Z 27516 27518 27136 0 -1 4203548 3889378 0 1 0 214235 754 0 0 18 0 2 0 601939482 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27518/statm: 0 0 0 0 0 0 0
[pid=27518/tid=27535] ppid=27516 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/27518/task/27535/stat : 27535 (java) R 27516 27518 27136 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 601939487 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) 2149.89
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.53
CPU time (s): 2149.93
CPU user time (s): 2142.36
CPU system time (s): 7.56985
CPU usage (%): 165.058
Max. virtual memory (cumulated for all children) (KiB): 15688772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2142.36
system time used= 7.56985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3889378
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= 71855
involuntary context switches= 38406

runsolver used 2.13167 second user time and 5.03123 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 00:44:48
IDJOB=3311266
IDBENCH=82651
IDSOLVER=1698
FILE ID=node115/3311266-1304117088
RUNJOBID= node115-1304117088-27482
PBS_JOBID= 13170702
Free space on /tmp= 72728 MiB

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

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

MD5SUM BENCH= 7b0b378358197932f5212c7e9e31a14b
RANDOM SEED=686941449

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29687440 kB
Buffers:        810764 kB
Cached:        1950048 kB
SwapCached:          0 kB
Active:         183732 kB
Inactive:      2654612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29687440 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5972 kB
Writeback:           0 kB
AnonPages:       77848 kB
Mapped:          22260 kB
Slab:           362184 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   777772 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= 72728 MiB
End job on node115 at 2011-04-30 01:06:31