Trace number 3312189

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) 3682.71 1302.52

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.761
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
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	59:58 INFO : Reading from input HOME/instance-3312189-1304074797.cnf
3.02/2.70	Executor set job limit to 1000000
3.02/2.70	Executor set job limit to 1000000
3.02/2.70	Executor set job limit to 1000000
3.02/2.70	Executor set job limit to 1000000
3.02/2.70	Starting Executor!
3.02/2.70	Starting Executor!
3.02/2.70	Starting Executor!
3.02/2.70	Starting Executor!
19.98/17.70	00:15 INFO : 243525 variables remaining out of 263022
19.98/17.70	00:15 INFO : 5709994 literals remaining out of 2607762
3158.61/897.75	14:55 ERROR: Failed to solve instance
3158.61/897.75	java.lang.OutOfMemoryError: GC overhead limit exceeded
3158.61/897.75		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
3158.61/897.75		at gnu.trove.THash.postInsertHook(THash.java:370)
3158.61/897.75		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3158.61/897.75		at ibis.structure.WatchLists.build(WatchLists.java:56)
3158.61/897.75		at ibis.structure.Solver.<init>(Solver.java:45)
3158.61/897.75		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3158.61/897.75		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3158.61/897.75		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3158.61/897.75		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3158.61/897.75		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3158.61/897.75		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3158.61/897.75		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3158.61/897.75		at ibis.constellation.Executor.processActivities(Executor.java:75)
3158.61/897.75		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3158.61/897.75		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3158.61/897.75		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3164.13/903.11	14:59 ERROR: Failed to solve instance
3164.13/903.11	java.lang.OutOfMemoryError: GC overhead limit exceeded
3164.13/903.11		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
3164.13/903.11		at gnu.trove.THash.postInsertHook(THash.java:370)
3164.13/903.11		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3164.13/903.11		at ibis.structure.WatchLists.build(WatchLists.java:56)
3164.13/903.11		at ibis.structure.Solver.<init>(Solver.java:45)
3164.13/903.11		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3164.13/903.11		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3164.13/903.11		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3164.13/903.11		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3164.13/903.11		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3164.13/903.11		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3164.13/903.11		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3164.13/903.11		at ibis.constellation.Executor.processActivities(Executor.java:75)
3164.13/903.11		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3164.13/903.11		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3164.13/903.11		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3192.95/925.97	15:23 ERROR: Failed to solve instance
3192.95/925.97	java.lang.OutOfMemoryError: GC overhead limit exceeded
3192.95/925.97		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
3192.95/925.97		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
3192.95/925.97		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:39)
3192.95/925.97		at ibis.structure.Solver.addBinary(Solver.java:97)
3192.95/925.97		at ibis.structure.Solver.propagate(Solver.java:261)
3192.95/925.97		at ibis.structure.Solver.simplify(Solver.java:188)
3192.95/925.97		at ibis.structure.Solver.solve(Solver.java:113)
3192.95/925.97		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3192.95/925.97		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3192.95/925.97		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3192.95/925.97		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3192.95/925.97		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3192.95/925.97		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3192.95/925.97		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3192.95/925.97		at ibis.constellation.Executor.processActivities(Executor.java:75)
3192.95/925.97		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3192.95/925.97		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3192.95/925.97		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3195.77/928.71	15:26 ERROR: Failed to solve instance
3195.77/928.71	java.lang.OutOfMemoryError: GC overhead limit exceeded
3195.77/928.71		at gnu.trove.TIntHash.setUp(TIntHash.java:134)
3195.77/928.71		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:83)
3195.77/928.71		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:68)
3195.77/928.71		at gnu.trove.TIntHash.<init>(TIntHash.java:60)
3195.77/928.71		at gnu.trove.TIntHashSet.<init>(TIntHashSet.java:59)
3195.77/928.71		at ibis.structure.WatchLists.build(WatchLists.java:47)
3195.77/928.71		at ibis.structure.Solver.<init>(Solver.java:45)
3195.77/928.71		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3195.77/928.71		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3195.77/928.71		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3195.77/928.71		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3195.77/928.71		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3195.77/928.71		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3195.77/928.71		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3195.77/928.71		at ibis.constellation.Executor.processActivities(Executor.java:75)
3195.77/928.71		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3195.77/928.71		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3195.77/928.71		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3202.44/934.80	15:32 ERROR: Failed to solve instance
3202.44/934.80	java.lang.OutOfMemoryError: GC overhead limit exceeded
3222.85/950.59	15:48 ERROR: Failed to solve instance
3222.85/950.59	java.lang.OutOfMemoryError: GC overhead limit exceeded
3223.77/951.45	15:49 ERROR: Failed to solve instance
3223.77/951.45	java.lang.OutOfMemoryError: GC overhead limit exceeded
3271.39/985.33	16:23 ERROR: Failed to solve instance
3271.39/985.33	java.lang.OutOfMemoryError: GC overhead limit exceeded
3292.04/1002.03	16:39 ERROR: Failed to solve instance
3292.04/1002.03	java.lang.OutOfMemoryError: GC overhead limit exceeded
3293.09/1003.05	16:40 ERROR: Failed to solve instance
3293.09/1003.05	java.lang.OutOfMemoryError: GC overhead limit exceeded
3294.11/1004.05	16:41 ERROR: Failed to solve instance
3294.11/1004.05	java.lang.OutOfMemoryError: GC overhead limit exceeded
3323.64/1027.17	17:05 ERROR: Failed to solve instance
3323.64/1027.17	java.lang.OutOfMemoryError: GC overhead limit exceeded
3324.78/1028.23	17:06 ERROR: Failed to solve instance
3324.78/1028.23	java.lang.OutOfMemoryError: GC overhead limit exceeded
3365.72/1058.01	17:35 ERROR: Failed to solve instance
3365.72/1058.01	java.lang.OutOfMemoryError: GC overhead limit exceeded
3400.17/1084.86	18:02 ERROR: Failed to solve instance
3400.17/1084.86	java.lang.OutOfMemoryError: GC overhead limit exceeded
3472.10/1135.95	18:53 ERROR: Failed to solve instance
3472.10/1135.95	java.lang.OutOfMemoryError: GC overhead limit exceeded
3473.75/1137.59	18:55 ERROR: Failed to solve instance
3473.75/1137.59	java.lang.OutOfMemoryError: GC overhead limit exceeded
3475.54/1139.25	18:57 ERROR: Failed to solve instance
3475.54/1139.25	java.lang.OutOfMemoryError: GC overhead limit exceeded
3481.23/1144.25	19:02 ERROR: Failed to solve instance
3481.23/1144.25	java.lang.OutOfMemoryError: GC overhead limit exceeded
3502.01/1160.40	19:18 ERROR: Failed to solve instance
3502.01/1160.40	java.lang.OutOfMemoryError: GC overhead limit exceeded
3509.08/1166.56	19:24 ERROR: Failed to solve instance
3509.08/1166.56	java.lang.OutOfMemoryError: GC overhead limit exceeded
3510.00/1167.48	19:25 ERROR: Failed to solve instance
3510.00/1167.48	java.lang.OutOfMemoryError: GC overhead limit exceeded
3511.17/1168.51	19:26 ERROR: Failed to solve instance
3511.17/1168.51	java.lang.OutOfMemoryError: GC overhead limit exceeded
3513.32/1170.60	19:28 ERROR: Failed to solve instance
3513.32/1170.60	java.lang.OutOfMemoryError: GC overhead limit exceeded
3560.94/1205.39	20:03 ERROR: Failed to solve instance
3560.94/1205.39	java.lang.OutOfMemoryError: GC overhead limit exceeded
3574.16/1215.98	20:13 ERROR: Failed to solve instance
3574.16/1215.98	java.lang.OutOfMemoryError: GC overhead limit exceeded
3575.20/1216.91	20:14 ERROR: Failed to solve instance
3575.20/1216.91	java.lang.OutOfMemoryError: GC overhead limit exceeded
3576.13/1217.89	20:15 ERROR: Failed to solve instance
3576.13/1217.89	java.lang.OutOfMemoryError: GC overhead limit exceeded
3577.65/1219.27	20:17 ERROR: Failed to solve instance
3577.65/1219.27	java.lang.OutOfMemoryError: GC overhead limit exceeded
3583.64/1224.56	20:22 ERROR: Failed to solve instance
3583.64/1224.56	java.lang.OutOfMemoryError: GC overhead limit exceeded
3642.70/1269.58	21:07 ERROR: Failed to solve instance
3642.70/1269.58	java.lang.OutOfMemoryError: GC overhead limit exceeded
3648.87/1275.08	21:13 ERROR: Failed to solve instance
3648.87/1275.08	java.lang.OutOfMemoryError: GC overhead limit exceeded
3650.69/1276.87	21:14 ERROR: Failed to solve instance
3650.69/1276.87	java.lang.OutOfMemoryError: GC overhead limit exceeded
3651.72/1277.81	21:15 ERROR: Failed to solve instance
3651.72/1277.81	java.lang.OutOfMemoryError: GC overhead limit exceeded
3652.75/1278.88	21:16 ERROR: Failed to solve instance
3652.75/1278.88	java.lang.OutOfMemoryError: GC overhead limit exceeded
3667.98/1291.29	21:29 ERROR: Failed to solve instance
3667.98/1291.29	java.lang.OutOfMemoryError: GC overhead limit exceeded
3669.01/1292.33	21:30 ERROR: Failed to solve instance
3669.01/1292.33	java.lang.OutOfMemoryError: GC overhead limit exceeded

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3312189-1304074797/watcher-3312189-1304074797 -o /tmp/evaluation-result-3312189-1304074797/solver-3312189-1304074797 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312189-1304074797.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 5.34 7.41 7.80 4/194 1160
/proc/meminfo: memFree=24714828/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/1160/stat : 1160 (java) R 1158 1160 373 0 -1 4202496 693 0 0 0 0 0 0 0 21 0 1 0 597710217 23580672 179 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252453143984 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1160/statm: 5757 192 157 9 0 124 0
[pid=1160/tid=1161] ppid=1158 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1161/stat : 1161 (java) S 1158 1160 373 0 -1 4202560 66 0 0 0 0 0 0 0 23 0 2 0 597710217 27824128 894 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252453142151 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.053913 s]
/proc/loadavg: 5.34 7.41 7.80 4/194 1160
/proc/meminfo: memFree=24714828/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=15675180 CPUtime=0.04 cores=1,3,5,7
/proc/1160/stat : 1160 (java) S 1158 1160 373 0 -1 4202496 4138 0 1 0 3 1 0 0 21 0 18 0 597710217 16051384320 3577 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 3918795 3577 1755 9 0 3909514 0
[pid=1160/tid=1161] ppid=1158 vsize=15675180 CPUtime=0.03 cores=1,3,5,7
/proc/1160/task/1161/stat : 1161 (java) R 1158 1160 373 0 -1 4202560 2719 0 1 0 3 0 0 0 25 0 18 0 597710217 16051384320 3577 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 47963344403752 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15675180

[startup+0.100902 s]
/proc/loadavg: 5.34 7.41 7.80 4/194 1160
/proc/meminfo: memFree=24714828/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=15741900 CPUtime=0.1 cores=1,3,5,7
/proc/1160/stat : 1160 (java) S 1158 1160 373 0 -1 4202496 5643 0 1 0 9 1 0 0 21 0 18 0 597710217 16119705600 5052 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 3935475 5052 2117 9 0 3926194 0
[pid=1160/tid=1161] ppid=1158 vsize=15741900 CPUtime=0.08 cores=1,3,5,7
/proc/1160/task/1161/stat : 1161 (java) R 1158 1160 373 0 -1 4202560 3487 0 1 0 7 1 0 0 25 0 18 0 597710217 16119705600 5052 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 47963342125808 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) 15741900

[startup+0.30089 s]
/proc/loadavg: 5.34 7.41 7.80 4/194 1160
/proc/meminfo: memFree=24714828/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=15747492 CPUtime=0.52 cores=1,3,5,7
/proc/1160/stat : 1160 (java) S 1158 1160 373 0 -1 4202496 15880 0 1 0 49 3 0 0 21 0 18 0 597710217 16125431808 14044 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 3936873 14044 2206 9 0 3927592 0
[pid=1160/tid=1161] ppid=1158 vsize=15747492 CPUtime=0.28 cores=1,3,5,7
/proc/1160/task/1161/stat : 1161 (java) R 1158 1160 373 0 -1 4202560 10682 0 1 0 26 2 0 0 25 0 18 0 597710217 16125431808 14044 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 46912505513323 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15747492

[startup+0.700793 s]
/proc/loadavg: 5.34 7.41 7.80 4/194 1160
/proc/meminfo: memFree=24714828/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=15747492 CPUtime=0.92 cores=1,3,5,7
/proc/1160/stat : 1160 (java) S 1158 1160 373 0 -1 4202496 42363 0 1 0 87 5 0 0 21 0 18 0 597710217 16125431808 40524 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 3936873 40524 2222 9 0 3927592 0
[pid=1160/tid=1161] ppid=1158 vsize=15747492 CPUtime=0.67 cores=1,3,5,7
/proc/1160/task/1161/stat : 1161 (java) R 1158 1160 373 0 -1 4202560 35531 0 1 0 63 4 0 0 25 0 18 0 597710217 16125431808 40524 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 46912505641506 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) 15747492

[startup+1.50068 s]
/proc/loadavg: 5.34 7.41 7.80 4/216 1182
/proc/meminfo: memFree=24469380/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=15747492 CPUtime=1.75 cores=1,3,5,7
/proc/1160/stat : 1160 (java) S 1158 1160 373 0 -1 4202496 59840 0 1 0 166 9 0 0 21 0 18 0 597710217 16125431808 57984 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 3936873 57991 2222 9 0 3927592 0
[pid=1160/tid=1161] ppid=1158 vsize=15747492 CPUtime=1.46 cores=1,3,5,7
/proc/1160/task/1161/stat : 1161 (java) R 1158 1160 373 0 -1 4202560 49747 0 1 0 139 7 0 0 25 0 18 0 597710217 16125431808 57994 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 46912505641329 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1160/tid=1163] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1163/stat : 1163 (java) S 1158 1160 373 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 18 0 597710218 16125431808 57998 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1164] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1164/stat : 1164 (java) S 1158 1160 373 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 18 0 597710218 16125431808 58001 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1165] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1165/stat : 1165 (java) S 1158 1160 373 0 -1 4202560 1933 0 0 0 0 0 0 0 16 0 18 0 597710218 16125431808 58005 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1166] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1166/stat : 1166 (java) S 1158 1160 373 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 18 0 597710218 16125431808 58009 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1167] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1167/stat : 1167 (java) S 1158 1160 373 0 -1 4202560 676 0 0 0 0 0 0 0 15 0 18 0 597710218 16125431808 58012 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1168] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1168/stat : 1168 (java) S 1158 1160 373 0 -1 4202560 649 0 0 0 0 0 0 0 16 0 18 0 597710218 16125431808 58016 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1169] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1169/stat : 1169 (java) S 1158 1160 373 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 18 0 597710218 16125431808 58019 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1170] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1170/stat : 1170 (java) S 1158 1160 373 0 -1 4202560 1152 0 0 0 0 0 0 0 16 0 18 0 597710218 16125431808 58023 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1171] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1171/stat : 1171 (java) S 1158 1160 373 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 18 0 597710219 16125431808 58027 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 0 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1172] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1172/stat : 1172 (java) S 1158 1160 373 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 597710219 16125431808 58031 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1173] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1173/stat : 1173 (java) S 1158 1160 373 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 597710219 16125431808 58035 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1174] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1174/stat : 1174 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597710221 16125431808 58038 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469889457 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1175] ppid=1158 vsize=15747492 CPUtime=0.14 cores=1,3,5,7
/proc/1160/task/1175/stat : 1175 (java) S 1158 1160 373 0 -1 4202560 2418 0 0 0 14 0 0 0 15 0 18 0 597710221 16125431808 58042 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1176] ppid=1158 vsize=15747492 CPUtime=0.09 cores=1,3,5,7
/proc/1160/task/1176/stat : 1176 (java) S 1158 1160 373 0 -1 4202560 1385 0 0 0 9 0 0 0 16 0 18 0 597710221 16125431808 58045 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1177] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1177/stat : 1177 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597710221 16125431808 58049 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1178] ppid=1158 vsize=15747492 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1178/stat : 1178 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 597710221 16125431808 58053 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15747492

[startup+3.10139 s]
/proc/loadavg: 5.34 7.41 7.80 5/216 1182
/proc/meminfo: memFree=24306932/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=15752632 CPUtime=3.61 cores=1,3,5,7
/proc/1160/stat : 1160 (java) S 1158 1160 373 0 -1 4202496 142213 0 1 0 343 18 0 0 21 0 22 0 597710217 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 3938158 138836 2265 9 0 3928877 0
[pid=1160/tid=1161] ppid=1158 vsize=15752632 CPUtime=3.06 cores=1,3,5,7
/proc/1160/task/1161/stat : 1161 (java) R 1158 1160 373 0 -1 4202560 127050 0 1 0 290 16 0 0 25 0 22 0 597710217 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 47963341292439 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1160/tid=1163] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1163/stat : 1163 (java) S 1158 1160 373 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 22 0 597710218 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1164] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1164/stat : 1164 (java) S 1158 1160 373 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 22 0 597710218 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1165] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1165/stat : 1165 (java) S 1158 1160 373 0 -1 4202560 1933 0 0 0 0 0 0 0 16 0 22 0 597710218 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1166] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1166/stat : 1166 (java) S 1158 1160 373 0 -1 4202560 2867 0 0 0 0 0 0 0 15 0 22 0 597710218 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1167] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1167/stat : 1167 (java) S 1158 1160 373 0 -1 4202560 935 0 0 0 0 0 0 0 16 0 22 0 597710218 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1168] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1168/stat : 1168 (java) S 1158 1160 373 0 -1 4202560 650 0 0 0 0 0 0 0 15 0 22 0 597710218 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1169] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1169/stat : 1169 (java) S 1158 1160 373 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 597710218 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1170] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1170/stat : 1170 (java) S 1158 1160 373 0 -1 4202560 1153 0 0 0 0 0 0 0 15 0 22 0 597710218 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1171] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1171/stat : 1171 (java) S 1158 1160 373 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 22 0 597710219 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 0 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1172] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1172/stat : 1172 (java) S 1158 1160 373 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 597710219 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1173] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1173/stat : 1173 (java) S 1158 1160 373 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 597710219 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1174] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1174/stat : 1174 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597710221 16130695168 138836 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469889457 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1175] ppid=1158 vsize=15752632 CPUtime=0.26 cores=1,3,5,7
/proc/1160/task/1175/stat : 1175 (java) R 1158 1160 373 0 -1 4202560 3759 0 0 0 26 0 0 0 15 0 22 0 597710221 16130695168 138846 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252457759705 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1160/tid=1176] ppid=1158 vsize=15752632 CPUtime=0.21 cores=1,3,5,7
/proc/1160/task/1176/stat : 1176 (java) S 1158 1160 373 0 -1 4202560 2055 0 0 0 21 0 0 0 15 0 22 0 597710221 16130695168 138868 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1177] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1177/stat : 1177 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597710221 16130695168 138868 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1178] ppid=1158 vsize=15752632 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1178/stat : 1178 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 597710221 16130695168 138868 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 15752632

[startup+6.30078 s]
/proc/loadavg: 5.07 7.32 7.77 3/220 1186
/proc/meminfo: memFree=23985144/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=15779388 CPUtime=7.73 cores=1,3,5,7
/proc/1160/stat : 1160 (java) S 1158 1160 373 0 -1 4202496 155430 0 1 0 753 20 0 0 21 0 22 0 597710217 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 3944847 145610 2275 9 0 3935566 0
[pid=1160/tid=1161] ppid=1158 vsize=15779388 CPUtime=6.26 cores=1,3,5,7
/proc/1160/task/1161/stat : 1161 (java) R 1158 1160 373 0 -1 4202560 127067 0 1 0 610 16 0 0 25 0 22 0 597710217 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 46912506122721 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1160/tid=1163] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1163/stat : 1163 (java) S 1158 1160 373 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 22 0 597710218 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1164] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1164/stat : 1164 (java) S 1158 1160 373 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 22 0 597710218 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1165] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1165/stat : 1165 (java) S 1158 1160 373 0 -1 4202560 1933 0 0 0 0 0 0 0 16 0 22 0 597710218 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1166] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1166/stat : 1166 (java) S 1158 1160 373 0 -1 4202560 2867 0 0 0 0 0 0 0 15 0 22 0 597710218 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1167] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1167/stat : 1167 (java) S 1158 1160 373 0 -1 4202560 935 0 0 0 0 0 0 0 16 0 22 0 597710218 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1168] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1168/stat : 1168 (java) S 1158 1160 373 0 -1 4202560 650 0 0 0 0 0 0 0 15 0 22 0 597710218 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1169] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1169/stat : 1169 (java) S 1158 1160 373 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 597710218 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1170] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1170/stat : 1170 (java) S 1158 1160 373 0 -1 4202560 1153 0 0 0 0 0 0 0 15 0 22 0 597710218 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1171] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1171/stat : 1171 (java) S 1158 1160 373 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 22 0 597710219 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 0 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1172] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1172/stat : 1172 (java) S 1158 1160 373 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 597710219 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1173] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1173/stat : 1173 (java) S 1158 1160 373 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 597710219 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1174] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1174/stat : 1174 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597710221 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469889457 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1175] ppid=1158 vsize=15779388 CPUtime=0.83 cores=1,3,5,7
/proc/1160/task/1175/stat : 1175 (java) S 1158 1160 373 0 -1 4202560 12793 0 0 0 82 1 0 0 15 0 22 0 597710221 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1176] ppid=1158 vsize=15779388 CPUtime=0.55 cores=1,3,5,7
/proc/1160/task/1176/stat : 1176 (java) S 1158 1160 373 0 -1 4202560 6208 0 0 0 55 0 0 0 15 0 22 0 597710221 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1177] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1177/stat : 1177 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597710221 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1178] ppid=1158 vsize=15779388 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1178/stat : 1178 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 597710221 16158093312 145610 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0

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

[pid=1160/tid=1173] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1173/stat : 1173 (java) S 1158 1160 373 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 597710219 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1174] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1174/stat : 1174 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469889457 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1175] ppid=1158 vsize=15770140 CPUtime=1.46 cores=1,3,5,7
/proc/1160/task/1175/stat : 1175 (java) S 1158 1160 373 0 -1 4202560 12871 0 0 0 145 1 0 0 15 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1176] ppid=1158 vsize=15770140 CPUtime=1.39 cores=1,3,5,7
/proc/1160/task/1176/stat : 1176 (java) S 1158 1160 373 0 -1 4202560 11333 0 0 0 138 1 0 0 15 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1177] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1177/stat : 1177 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1178] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1178/stat : 1178 (java) S 1158 1160 373 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1183] ppid=1158 vsize=15770140 CPUtime=749.57 cores=1,3,5,7
/proc/1160/task/1183/stat : 1183 (java) S 1158 1160 373 0 -1 4202560 3432 0 0 0 74955 2 0 0 15 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1184] ppid=1158 vsize=15770140 CPUtime=752.84 cores=1,3,5,7
/proc/1160/task/1184/stat : 1184 (java) S 1158 1160 373 0 -1 4202560 1057 0 0 0 75282 2 0 0 15 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1185] ppid=1158 vsize=15770140 CPUtime=766.56 cores=1,3,5,7
/proc/1160/task/1185/stat : 1185 (java) S 1158 1160 373 0 -1 4202560 2416 0 0 0 76654 2 0 0 15 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1186] ppid=1158 vsize=15770140 CPUtime=767.87 cores=1,3,5,7
/proc/1160/task/1186/stat : 1186 (java) S 1158 1160 373 0 -1 4202560 764 0 0 0 76785 2 0 0 15 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3530.39
Current children cumulated vsize (KiB) 15770140

[startup+1242.37 s]
/proc/loadavg: 4.10 5.80 6.89 6/193 1248
/proc/meminfo: memFree=9575860/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=15770140 CPUtime=3607.39 cores=1,3,5,7
/proc/1160/stat : 1160 (java) S 1158 1160 373 0 -1 4202496 3937270 0 1 0 360153 586 0 0 21 0 22 0 597710217 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 3942535 3799803 2295 9 0 3933254 0
[pid=1160/tid=1161] ppid=1158 vsize=15770140 CPUtime=17.57 cores=1,3,5,7
/proc/1160/task/1161/stat : 1161 (java) S 1158 1160 373 0 -1 4202560 127110 0 1 0 1741 16 0 0 18 0 22 0 597710217 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1163] ppid=1158 vsize=15770140 CPUtime=12.11 cores=1,3,5,7
/proc/1160/task/1163/stat : 1163 (java) S 1158 1160 373 0 -1 4202560 490000 0 0 0 1139 72 0 0 15 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1164] ppid=1158 vsize=15770140 CPUtime=11.69 cores=1,3,5,7
/proc/1160/task/1164/stat : 1164 (java) S 1158 1160 373 0 -1 4202560 376833 0 0 0 1114 55 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1165] ppid=1158 vsize=15770140 CPUtime=13.42 cores=1,3,5,7
/proc/1160/task/1165/stat : 1165 (java) S 1158 1160 373 0 -1 4202560 410264 0 0 0 1284 58 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1166] ppid=1158 vsize=15770140 CPUtime=13.98 cores=1,3,5,7
/proc/1160/task/1166/stat : 1166 (java) S 1158 1160 373 0 -1 4202560 399909 0 0 0 1339 59 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1167] ppid=1158 vsize=15770140 CPUtime=13.9 cores=1,3,5,7
/proc/1160/task/1167/stat : 1167 (java) S 1158 1160 373 0 -1 4202560 440310 0 0 0 1324 66 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1168] ppid=1158 vsize=15770140 CPUtime=14.49 cores=1,3,5,7
/proc/1160/task/1168/stat : 1168 (java) S 1158 1160 373 0 -1 4202560 413019 0 0 0 1390 59 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1169] ppid=1158 vsize=15770140 CPUtime=12.64 cores=1,3,5,7
/proc/1160/task/1169/stat : 1169 (java) S 1158 1160 373 0 -1 4202560 385393 0 0 0 1205 59 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1170] ppid=1158 vsize=15770140 CPUtime=12.21 cores=1,3,5,7
/proc/1160/task/1170/stat : 1170 (java) S 1158 1160 373 0 -1 4202560 456243 0 0 0 1151 70 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1171] ppid=1158 vsize=15770140 CPUtime=422.86 cores=1,3,5,7
/proc/1160/task/1171/stat : 1171 (java) R 1158 1160 373 0 -1 4202560 404649 0 0 0 42235 51 0 0 18 0 22 0 597710219 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469891765 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=1160/tid=1172] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1172/stat : 1172 (java) S 1158 1160 373 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 597710219 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1173] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1173/stat : 1173 (java) S 1158 1160 373 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 597710219 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1174] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1174/stat : 1174 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469889457 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1175] ppid=1158 vsize=15770140 CPUtime=1.46 cores=1,3,5,7
/proc/1160/task/1175/stat : 1175 (java) S 1158 1160 373 0 -1 4202560 12871 0 0 0 145 1 0 0 15 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1176] ppid=1158 vsize=15770140 CPUtime=1.39 cores=1,3,5,7
/proc/1160/task/1176/stat : 1176 (java) S 1158 1160 373 0 -1 4202560 11333 0 0 0 138 1 0 0 15 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1177] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1177/stat : 1177 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1178] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1178/stat : 1178 (java) S 1158 1160 373 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1183] ppid=1158 vsize=15770140 CPUtime=755.24 cores=1,3,5,7
/proc/1160/task/1183/stat : 1183 (java) R 1158 1160 373 0 -1 4202560 3495 0 0 0 75521 3 0 0 16 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 47963345093478 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1160/tid=1184] ppid=1158 vsize=15770140 CPUtime=758.49 cores=1,3,5,7
/proc/1160/task/1184/stat : 1184 (java) R 1158 1160 373 0 -1 4202560 1118 0 0 0 75847 2 0 0 16 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 46912505800216 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1160/tid=1185] ppid=1158 vsize=15770140 CPUtime=772.21 cores=1,3,5,7
/proc/1160/task/1185/stat : 1185 (java) R 1158 1160 373 0 -1 4202560 2442 0 0 0 77219 2 0 0 16 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 46912506099592 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1160/tid=1186] ppid=1158 vsize=15770140 CPUtime=773.55 cores=1,3,5,7
/proc/1160/task/1186/stat : 1186 (java) R 1158 1160 373 0 -1 4202560 821 0 0 0 77353 2 0 0 16 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 46912506165449 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3607.39
Current children cumulated vsize (KiB) 15770140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.61 5.05 6.56 2/193 1250
/proc/meminfo: memFree=9576096/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=15770140 CPUtime=3680.06 cores=1,3,5,7
/proc/1160/stat : 1160 (java) S 1158 1160 373 0 -1 4202496 3937471 0 1 0 367418 588 0 0 21 0 22 0 597710217 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 3942535 3799803 2295 9 0 3933254 0
[pid=1160/tid=1161] ppid=1158 vsize=15770140 CPUtime=17.57 cores=1,3,5,7
/proc/1160/task/1161/stat : 1161 (java) S 1158 1160 373 0 -1 4202560 127110 0 1 0 1741 16 0 0 18 0 22 0 597710217 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1163] ppid=1158 vsize=15770140 CPUtime=12.11 cores=1,3,5,7
/proc/1160/task/1163/stat : 1163 (java) S 1158 1160 373 0 -1 4202560 490000 0 0 0 1139 72 0 0 15 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1164] ppid=1158 vsize=15770140 CPUtime=11.69 cores=1,3,5,7
/proc/1160/task/1164/stat : 1164 (java) S 1158 1160 373 0 -1 4202560 376833 0 0 0 1114 55 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1165] ppid=1158 vsize=15770140 CPUtime=13.42 cores=1,3,5,7
/proc/1160/task/1165/stat : 1165 (java) S 1158 1160 373 0 -1 4202560 410264 0 0 0 1284 58 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1166] ppid=1158 vsize=15770140 CPUtime=13.98 cores=1,3,5,7
/proc/1160/task/1166/stat : 1166 (java) S 1158 1160 373 0 -1 4202560 399909 0 0 0 1339 59 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1167] ppid=1158 vsize=15770140 CPUtime=13.9 cores=1,3,5,7
/proc/1160/task/1167/stat : 1167 (java) S 1158 1160 373 0 -1 4202560 440310 0 0 0 1324 66 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1168] ppid=1158 vsize=15770140 CPUtime=14.49 cores=1,3,5,7
/proc/1160/task/1168/stat : 1168 (java) S 1158 1160 373 0 -1 4202560 413019 0 0 0 1390 59 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1169] ppid=1158 vsize=15770140 CPUtime=12.64 cores=1,3,5,7
/proc/1160/task/1169/stat : 1169 (java) S 1158 1160 373 0 -1 4202560 385393 0 0 0 1205 59 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1170] ppid=1158 vsize=15770140 CPUtime=12.21 cores=1,3,5,7
/proc/1160/task/1170/stat : 1170 (java) S 1158 1160 373 0 -1 4202560 456243 0 0 0 1151 70 0 0 16 0 22 0 597710218 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1171] ppid=1158 vsize=15770140 CPUtime=475.4 cores=1,3,5,7
/proc/1160/task/1171/stat : 1171 (java) R 1158 1160 373 0 -1 4202560 404652 0 0 0 47488 52 0 0 18 0 22 0 597710219 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 47963340202544 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=1160/tid=1172] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1172/stat : 1172 (java) S 1158 1160 373 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 597710219 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1173] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1173/stat : 1173 (java) S 1158 1160 373 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 597710219 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1174] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1174/stat : 1174 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469889457 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1175] ppid=1158 vsize=15770140 CPUtime=1.46 cores=1,3,5,7
/proc/1160/task/1175/stat : 1175 (java) S 1158 1160 373 0 -1 4202560 12871 0 0 0 145 1 0 0 15 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1176] ppid=1158 vsize=15770140 CPUtime=1.39 cores=1,3,5,7
/proc/1160/task/1176/stat : 1176 (java) S 1158 1160 373 0 -1 4202560 11333 0 0 0 138 1 0 0 15 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1177] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1177/stat : 1177 (java) S 1158 1160 373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1178] ppid=1158 vsize=15770140 CPUtime=0 cores=1,3,5,7
/proc/1160/task/1178/stat : 1178 (java) S 1158 1160 373 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 597710221 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
[pid=1160/tid=1183] ppid=1158 vsize=15770140 CPUtime=760.27 cores=1,3,5,7
/proc/1160/task/1183/stat : 1183 (java) S 1158 1160 373 0 -1 4202560 3551 0 0 0 76024 3 0 0 15 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 5 0 0 0
[pid=1160/tid=1184] ppid=1158 vsize=15770140 CPUtime=763.53 cores=1,3,5,7
/proc/1160/task/1184/stat : 1184 (java) S 1158 1160 373 0 -1 4202560 1164 0 0 0 76350 3 0 0 15 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469882368 0 4 0 16800975 18446604463091178176 0 0 -1 7 0 0 0
[pid=1160/tid=1185] ppid=1158 vsize=15770140 CPUtime=777.23 cores=1,3,5,7
/proc/1160/task/1185/stat : 1185 (java) S 1158 1160 373 0 -1 4202560 2502 0 0 0 77721 2 0 0 16 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 1 0 0 0
[pid=1160/tid=1186] ppid=1158 vsize=15770140 CPUtime=778.59 cores=1,3,5,7
/proc/1160/task/1186/stat : 1186 (java) S 1158 1160 373 0 -1 4202560 856 0 0 0 77857 2 0 0 15 0 22 0 597710487 16148623360 3799803 33554432000 1073741824 1073778376 140736916976640 18446744073709551615 252469881753 0 4 0 16800975 18446604463091178176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3680.06
Current children cumulated vsize (KiB) 15770140

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1160

[startup+1302.3 s]
/proc/loadavg: 2.61 5.05 6.56 2/195 1252
/proc/meminfo: memFree=9576080/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=0 CPUtime=3682.48 cores=1,3,5,7
/proc/1160/stat : 1160 (java) Z 1158 1160 373 0 -1 4203548 3937493 0 1 0 367632 616 0 0 18 0 2 0 597710217 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 0 0 0 0 0 0 0
[pid=1160/tid=1177] ppid=1158 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/1160/task/1177/stat : 1177 (java) R 1158 1160 373 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 597710221 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3682.48
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 2.61 5.05 6.56 2/195 1252
/proc/meminfo: memFree=9576080/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=0 CPUtime=3682.58 cores=1,3,5,7
/proc/1160/stat : 1160 (java) Z 1158 1160 373 0 -1 4203548 3937493 0 1 0 367632 626 0 0 18 0 2 0 597710217 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 0 0 0 0 0 0 0
[pid=1160/tid=1177] ppid=1158 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/1160/task/1177/stat : 1177 (java) R 1158 1160 373 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 597710221 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3682.58
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 2.61 5.05 6.56 2/195 1252
/proc/meminfo: memFree=9576080/32951124 swapFree=67111348/67111528
[pid=1160] ppid=1158 vsize=0 CPUtime=3682.68 cores=1,3,5,7
/proc/1160/stat : 1160 (java) Z 1158 1160 373 0 -1 4203548 3937493 0 1 0 367632 636 0 0 18 0 2 0 597710217 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1160/statm: 0 0 0 0 0 0 0
[pid=1160/tid=1177] ppid=1158 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/1160/task/1177/stat : 1177 (java) R 1158 1160 373 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 597710221 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3682.68
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.52
CPU time (s): 3682.71
CPU user time (s): 3676.32
CPU system time (s): 6.39003
CPU usage (%): 282.736
Max. virtual memory (cumulated for all children) (KiB): 15780620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3676.32
system time used= 6.39003
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3937493
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= 45338
involuntary context switches= 49403

runsolver used 2.23666 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 12:59:57
IDJOB=3312189
IDBENCH=20495
IDSOLVER=1698
FILE ID=node111/3312189-1304074797
RUNJOBID= node111-1304074797-1124
PBS_JOBID= 13170470
Free space on /tmp= 70880 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT07/industrial/manolios/manol-pipe-f7idw.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312189-1304074797/watcher-3312189-1304074797 -o /tmp/evaluation-result-3312189-1304074797/solver-3312189-1304074797 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312189-1304074797.cnf -hbr 2

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=179419740

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24716092 kB
Buffers:       1276100 kB
Cached:        6329324 kB
SwapCached:        124 kB
Active:        3254596 kB
Inactive:      4490984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24716092 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           21464 kB
Writeback:           0 kB
AnonPages:      139424 kB
Mapped:          22544 kB
Slab:           425452 kB
PageTables:       4440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   785484 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= 70884 MiB
End job on node111 at 2011-04-29 13:21:40