Trace number 3311270

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) 2202.33 1302.64

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
MD5SUM2d92a52914298e3c91073398b38892d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark265.737
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	50:41 INFO : Reading from input HOME/instance-3311270-1304117440.cnf
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
4.25/2.30	50:43 INFO : 29889 variables remaining out of 30000
4.25/2.30	50:43 INFO : 501380 literals remaining out of 504000
1227.61/339.87	56:18 ERROR: Failed to solve instance
1227.61/339.87	java.lang.OutOfMemoryError: Java heap space
1227.61/339.87		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:52)
1227.61/339.87		at ibis.structure.Solver.simplify(Solver.java:191)
1227.61/339.87		at ibis.structure.Solver.solve(Solver.java:113)
1227.61/339.87		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1227.61/339.87		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1227.61/339.87		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1227.61/339.87		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1227.61/339.87		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1227.61/339.87		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1227.61/339.87		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1227.61/339.87		at ibis.constellation.Executor.processActivities(Executor.java:75)
1227.61/339.87		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1227.61/339.87		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1227.61/339.87		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1237.53/349.12	56:30 ERROR: Failed to solve instance
1237.53/349.12	java.lang.OutOfMemoryError: Java heap space
1237.53/349.12		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1237.53/349.12		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1237.53/349.12		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1237.53/349.12		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1237.53/349.12		at ibis.structure.Solver.<init>(Solver.java:37)
1237.53/349.12		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1237.53/349.12		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1237.53/349.12		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1237.53/349.12		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1237.53/349.12		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1237.53/349.12		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1237.53/349.12		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1237.53/349.12		at ibis.constellation.Executor.processActivities(Executor.java:75)
1237.53/349.12		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1237.53/349.12		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1237.53/349.12		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1239.63/351.25	56:32 ERROR: Failed to solve instance
1239.63/351.25	java.lang.OutOfMemoryError: Java heap space
1239.63/351.25		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1239.63/351.25		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1239.63/351.25		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1239.63/351.25		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1239.63/351.25		at ibis.structure.Solver.<init>(Solver.java:37)
1239.63/351.25		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1239.63/351.25		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1239.63/351.25		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1239.63/351.25		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1239.63/351.25		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1239.63/351.25		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1239.63/351.25		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1239.63/351.25		at ibis.constellation.Executor.processActivities(Executor.java:75)
1239.63/351.25		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1239.63/351.25		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1239.63/351.25		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1248.67/360.24	56:41 ERROR: Failed to solve instance
1248.67/360.24	java.lang.OutOfMemoryError: Java heap space
1248.67/360.24		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1248.67/360.24		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1248.67/360.24		at ibis.structure.Subsumming.run(Subsumming.java:57)
1248.67/360.24		at ibis.structure.Solver.simplify(Solver.java:205)
1248.67/360.24		at ibis.structure.Solver.solve(Solver.java:113)
1248.67/360.24		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1248.67/360.24		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1248.67/360.24		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1248.67/360.24		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1248.67/360.24		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1248.67/360.24		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1248.67/360.24		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1248.67/360.24		at ibis.constellation.Executor.processActivities(Executor.java:75)
1248.67/360.24		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1248.67/360.24		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1248.67/360.24		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1256.79/367.94	56:48 ERROR: Failed to solve instance
1256.79/367.94	java.lang.OutOfMemoryError: Java heap space
1262.95/373.95	56:54 ERROR: Failed to solve instance
1262.95/373.95	java.lang.OutOfMemoryError: Java heap space
1267.80/378.73	56:59 ERROR: Failed to solve instance
1267.80/378.73	java.lang.OutOfMemoryError: Java heap space
1304.26/414.66	57:33 ERROR: Failed to solve instance
1304.26/414.66	java.lang.OutOfMemoryError: Java heap space
1310.25/420.09	57:40 ERROR: Failed to solve instance
1310.25/420.09	java.lang.OutOfMemoryError: Java heap space
1324.46/433.72	57:54 ERROR: Failed to solve instance
1324.46/433.72	java.lang.OutOfMemoryError: Java heap space
1355.67/464.30	58:25 ERROR: Failed to solve instance
1355.67/464.30	java.lang.OutOfMemoryError: Java heap space
1415.88/524.05	59:25 ERROR: Failed to solve instance
1415.88/524.05	java.lang.OutOfMemoryError: Java heap space
1475.84/583.87	00:24 ERROR: Failed to solve instance
1475.84/583.87	java.lang.OutOfMemoryError: Java heap space
1498.15/605.83	00:46 ERROR: Failed to solve instance
1498.15/605.83	java.lang.OutOfMemoryError: Java heap space
1569.34/676.86	01:57 ERROR: Failed to solve instance
1569.34/676.86	java.lang.OutOfMemoryError: Java heap space
1713.11/820.00	04:20 ERROR: Failed to solve instance
1713.11/820.00	java.lang.OutOfMemoryError: Java heap space
1714.48/821.37	04:22 ERROR: Failed to solve instance
1714.48/821.37	java.lang.OutOfMemoryError: Java heap space
1718.35/825.06	04:25 ERROR: Failed to solve instance
1718.35/825.06	java.lang.OutOfMemoryError: Java heap space
1742.47/849.05	04:50 ERROR: Failed to solve instance
1742.47/849.05	java.lang.OutOfMemoryError: Java heap space
1748.56/854.66	04:55 ERROR: Failed to solve instance
1748.56/854.66	java.lang.OutOfMemoryError: Java heap space
1749.06/855.14	04:55 ERROR: Failed to solve instance
1749.06/855.14	java.lang.OutOfMemoryError: Java heap space
1752.37/857.84	04:58 ERROR: Failed to solve instance
1752.37/857.84	java.lang.OutOfMemoryError: Java heap space
1878.62/982.13	07:03 ERROR: Failed to solve instance
1878.62/982.13	java.lang.OutOfMemoryError: Java heap space
1902.41/1005.65	07:26 ERROR: Failed to solve instance
1902.41/1005.65	java.lang.OutOfMemoryError: Java heap space
1902.71/1005.96	07:26 ERROR: Failed to solve instance
1902.71/1005.96	java.lang.OutOfMemoryError: Java heap space
1967.58/1070.73	08:31 ERROR: Failed to solve instance
1967.58/1070.73	java.lang.OutOfMemoryError: Java heap space
2020.64/1123.53	08:54 ERROR: Failed to solve instance
2020.64/1123.53	java.lang.OutOfMemoryError: Java heap space
2043.07/1145.81	09:46 ERROR: Failed to solve instance
2043.07/1145.81	java.lang.OutOfMemoryError: Java heap space
2048.37/1150.95	09:51 ERROR: Failed to solve instance
2048.37/1150.95	java.lang.OutOfMemoryError: Java heap space
2049.61/1152.17	09:53 ERROR: Failed to solve instance
2049.61/1152.17	java.lang.OutOfMemoryError: Java heap space
2052.14/1154.32	09:55 ERROR: Failed to solve instance
2052.14/1154.32	java.lang.OutOfMemoryError: Java heap space
2063.81/1164.72	10:05 ERROR: Failed to solve instance
2063.81/1164.72	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-3311270-1304117440/watcher-3311270-1304117440 -o /tmp/evaluation-result-3311270-1304117440/solver-3311270-1304117440 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311270-1304117440.cnf -hbr 2 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.58 6.87 6.98 2/178 10032
/proc/meminfo: memFree=28228200/32951124 swapFree=67111524/67111528
[pid=10032] ppid=10030 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/10032/stat : 10032 (java) R 10030 10032 9441 0 -1 4202496 1202 0 0 0 0 0 0 0 20 0 1 0 523344492 23580672 688 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230804203409 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10032/statm: 5757 688 514 9 0 124 0

[startup+0.0856599 s]
/proc/loadavg: 4.58 6.87 6.98 2/178 10032
/proc/meminfo: memFree=28228200/32951124 swapFree=67111524/67111528
[pid=10032] ppid=10030 vsize=15676856 CPUtime=0.09 cores=0,2,4,6
/proc/10032/stat : 10032 (java) S 10030 10032 9441 0 -1 4202496 5370 0 1 0 8 1 0 0 20 0 18 0 523344492 16053100544 4809 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 3919214 4810 2115 9 0 3909933 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676856

[startup+0.100627 s]
/proc/loadavg: 4.58 6.87 6.98 2/178 10032
/proc/meminfo: memFree=28228200/32951124 swapFree=67111524/67111528
[pid=10032] ppid=10030 vsize=15676856 CPUtime=0.1 cores=0,2,4,6
/proc/10032/stat : 10032 (java) S 10030 10032 9441 0 -1 4202496 5532 0 1 0 9 1 0 0 20 0 18 0 523344492 16053100544 4970 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 3919214 4971 2116 9 0 3909933 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676856

[startup+0.300602 s]
/proc/loadavg: 4.58 6.87 6.98 2/178 10032
/proc/meminfo: memFree=28228200/32951124 swapFree=67111524/67111528
[pid=10032] ppid=10030 vsize=15682584 CPUtime=0.52 cores=0,2,4,6
/proc/10032/stat : 10032 (java) S 10030 10032 9441 0 -1 4202496 15160 0 1 0 50 2 0 0 20 0 18 0 523344492 16058966016 13325 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 3920646 13330 2206 9 0 3911365 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15682584

[startup+0.700543 s]
/proc/loadavg: 4.58 6.87 6.98 2/178 10032
/proc/meminfo: memFree=28228200/32951124 swapFree=67111524/67111528
[pid=10032] ppid=10030 vsize=15682584 CPUtime=0.93 cores=0,2,4,6
/proc/10032/stat : 10032 (java) S 10030 10032 9441 0 -1 4202496 41920 0 1 0 87 6 0 0 20 0 18 0 523344492 16058966016 40082 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 3920646 40082 2222 9 0 3911365 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15682584

[startup+1.50138 s]
/proc/loadavg: 4.69 6.85 6.98 5/220 10074
/proc/meminfo: memFree=27890116/32951124 swapFree=67111524/67111528
[pid=10032] ppid=10030 vsize=15689652 CPUtime=2.48 cores=0,2,4,6
/proc/10032/stat : 10032 (java) S 10030 10032 9441 0 -1 4202496 58302 0 1 0 239 9 0 0 20 0 22 0 523344492 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 3922413 51322 2258 9 0 3913132 0
[pid=10032/tid=10042] ppid=10030 vsize=15689652 CPUtime=1.47 cores=0,2,4,6
/proc/10032/task/10042/stat : 10042 (java) R 10030 10032 9441 0 -1 4202560 35637 0 1 0 142 5 0 0 21 0 22 0 523344493 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 47110654145402 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10032/tid=10043] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10043/stat : 10043 (java) S 10030 10032 9441 0 -1 4202560 992 0 0 0 0 0 0 0 16 0 22 0 523344493 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10044] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10044/stat : 10044 (java) S 10030 10032 9441 0 -1 4202560 1168 0 0 0 0 0 0 0 16 0 22 0 523344493 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10045] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10045/stat : 10045 (java) S 10030 10032 9441 0 -1 4202560 374 0 0 0 0 0 0 0 17 0 22 0 523344493 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10046] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10046/stat : 10046 (java) S 10030 10032 9441 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 523344493 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10047] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10047/stat : 10047 (java) S 10030 10032 9441 0 -1 4202560 472 0 0 0 0 0 0 0 18 0 22 0 523344493 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10048] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10048/stat : 10048 (java) S 10030 10032 9441 0 -1 4202560 23 0 0 0 0 0 0 0 18 0 22 0 523344493 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10049] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10049/stat : 10049 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523344493 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10050] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10050/stat : 10050 (java) S 10030 10032 9441 0 -1 4202560 716 0 0 0 0 0 0 0 17 0 22 0 523344493 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10054] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10054/stat : 10054 (java) S 10030 10032 9441 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 22 0 523344494 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 0 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10055] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10055/stat : 10055 (java) S 10030 10032 9441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523344495 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10056] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10056/stat : 10056 (java) S 10030 10032 9441 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523344495 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10062] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10062/stat : 10062 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820989361 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10063] ppid=10030 vsize=15689652 CPUtime=0.69 cores=0,2,4,6
/proc/10032/task/10063/stat : 10063 (java) R 10030 10032 9441 0 -1 4202560 14679 0 0 0 67 2 0 0 16 0 22 0 523344497 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 47110653469276 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10032/tid=10064] ppid=10030 vsize=15689652 CPUtime=0.27 cores=0,2,4,6
/proc/10032/task/10064/stat : 10064 (java) S 10030 10032 9441 0 -1 4202560 2739 0 0 0 27 0 0 0 15 0 22 0 523344497 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10065] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10065/stat : 10065 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10066] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10066/stat : 10066 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523344497 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10071] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10071/stat : 10071 (java) S 10030 10032 9441 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523344568 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10072] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10072/stat : 10072 (java) S 10030 10032 9441 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523344568 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10073] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10073/stat : 10073 (java) S 10030 10032 9441 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523344568 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10074] ppid=10030 vsize=15689652 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10074/stat : 10074 (java) S 10030 10032 9441 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523344568 16066203648 51322 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 15689652

[startup+3.10101 s]
/proc/loadavg: 4.69 6.85 6.98 5/220 10074
/proc/meminfo: memFree=27836964/32951124 swapFree=67111524/67111528
[pid=10032] ppid=10030 vsize=15691696 CPUtime=6.59 cores=0,2,4,6
/proc/10032/stat : 10032 (java) S 10030 10032 9441 0 -1 4202496 86908 0 1 0 646 13 0 0 20 0 22 0 523344492 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 3922924 78027 2275 9 0 3913643 0
[pid=10032/tid=10042] ppid=10030 vsize=15691696 CPUtime=2.28 cores=0,2,4,6
/proc/10032/task/10042/stat : 10042 (java) S 10030 10032 9441 0 -1 4202560 35695 0 1 0 223 5 0 0 23 0 22 0 523344493 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10043] ppid=10030 vsize=15691696 CPUtime=0.03 cores=0,2,4,6
/proc/10032/task/10043/stat : 10043 (java) S 10030 10032 9441 0 -1 4202560 6172 0 0 0 3 0 0 0 16 0 22 0 523344493 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10044] ppid=10030 vsize=15691696 CPUtime=0.03 cores=0,2,4,6
/proc/10032/task/10044/stat : 10044 (java) S 10030 10032 9441 0 -1 4202560 4662 0 0 0 3 0 0 0 16 0 22 0 523344493 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10045] ppid=10030 vsize=15691696 CPUtime=0.03 cores=0,2,4,6
/proc/10032/task/10045/stat : 10045 (java) S 10030 10032 9441 0 -1 4202560 3565 0 0 0 3 0 0 0 16 0 22 0 523344493 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10046] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10046/stat : 10046 (java) S 10030 10032 9441 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 523344493 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10047] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10047/stat : 10047 (java) S 10030 10032 9441 0 -1 4202560 472 0 0 0 0 0 0 0 18 0 22 0 523344493 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10048] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10048/stat : 10048 (java) S 10030 10032 9441 0 -1 4202560 33 0 0 0 0 0 0 0 18 0 22 0 523344493 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10049] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10049/stat : 10049 (java) S 10030 10032 9441 0 -1 4202560 22 0 0 0 0 0 0 0 18 0 22 0 523344493 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10050] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10050/stat : 10050 (java) S 10030 10032 9441 0 -1 4202560 716 0 0 0 0 0 0 0 15 0 22 0 523344493 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10054] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10054/stat : 10054 (java) S 10030 10032 9441 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 523344494 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 0 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10055] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10055/stat : 10055 (java) S 10030 10032 9441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523344495 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10056] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10056/stat : 10056 (java) S 10030 10032 9441 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523344495 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10062] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10062/stat : 10062 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820989361 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10063] ppid=10030 vsize=15691696 CPUtime=1.42 cores=0,2,4,6
/proc/10032/task/10063/stat : 10063 (java) S 10030 10032 9441 0 -1 4202560 16158 0 0 0 139 3 0 0 15 0 22 0 523344497 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10064] ppid=10030 vsize=15691696 CPUtime=0.96 cores=0,2,4,6
/proc/10032/task/10064/stat : 10064 (java) S 10030 10032 9441 0 -1 4202560 4287 0 0 0 96 0 0 0 15 0 22 0 523344497 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10065] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10065/stat : 10065 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10066] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10066/stat : 10066 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523344497 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10071] ppid=10030 vsize=15691696 CPUtime=0.32 cores=0,2,4,6
/proc/10032/task/10071/stat : 10071 (java) R 10030 10032 9441 0 -1 4202560 3483 0 0 0 32 0 0 0 16 0 22 0 523344568 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 46912506167027 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10032/tid=10072] ppid=10030 vsize=15691696 CPUtime=0.39 cores=0,2,4,6
/proc/10032/task/10072/stat : 10072 (java) R 10030 10032 9441 0 -1 4202560 3431 0 0 0 39 0 0 0 16 0 22 0 523344568 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 46912506167214 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10032/tid=10073] ppid=10030 vsize=15691696 CPUtime=0.51 cores=0,2,4,6
/proc/10032/task/10073/stat : 10073 (java) R 10030 10032 9441 0 -1 4202560 2875 0 0 0 51 0 0 0 16 0 22 0 523344568 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 46912506381275 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=10032/tid=10074] ppid=10030 vsize=15691696 CPUtime=0.52 cores=0,2,4,6
/proc/10032/task/10074/stat : 10074 (java) R 10030 10032 9441 0 -1 4202560 3875 0 0 0 52 0 0 0 16 0 22 0 523344568 16068296704 78027 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 46912506380226 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 15691696

[startup+6.30143 s]
/proc/loadavg: 5.04 6.89 6.99 11/220 10074
/proc/meminfo: memFree=26365888/32951124 swapFree=67111524/67111528
[pid=10032] ppid=10030 vsize=15691696 CPUtime=19.33 cores=0,2,4,6
/proc/10032/stat : 10032 (java) S 10030 10032 9441 0 -1 4202496 259203 0 1 0 1895 38 0 0 20 0 22 0 523344492 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 3922924 249426 2275 9 0 3913643 0
[pid=10032/tid=10042] ppid=10030 vsize=15691696 CPUtime=2.28 cores=0,2,4,6
/proc/10032/task/10042/stat : 10042 (java) S 10030 10032 9441 0 -1 4202560 35695 0 1 0 223 5 0 0 23 0 22 0 523344493 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10043] ppid=10030 vsize=15691696 CPUtime=0.2 cores=0,2,4,6
/proc/10032/task/10043/stat : 10043 (java) S 10030 10032 9441 0 -1 4202560 28543 0 0 0 16 4 0 0 16 0 22 0 523344493 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10044] ppid=10030 vsize=15691696 CPUtime=0.14 cores=0,2,4,6
/proc/10032/task/10044/stat : 10044 (java) S 10030 10032 9441 0 -1 4202560 21597 0 0 0 11 3 0 0 15 0 22 0 523344493 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10045] ppid=10030 vsize=15691696 CPUtime=0.03 cores=0,2,4,6
/proc/10032/task/10045/stat : 10045 (java) S 10030 10032 9441 0 -1 4202560 3565 0 0 0 3 0 0 0 15 0 22 0 523344493 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10046] ppid=10030 vsize=15691696 CPUtime=0.06 cores=0,2,4,6
/proc/10032/task/10046/stat : 10046 (java) S 10030 10032 9441 0 -1 4202560 15986 0 0 0 5 1 0 0 15 0 22 0 523344493 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10047] ppid=10030 vsize=15691696 CPUtime=0.12 cores=0,2,4,6
/proc/10032/task/10047/stat : 10047 (java) S 10030 10032 9441 0 -1 4202560 19568 0 0 0 9 3 0 0 16 0 22 0 523344493 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10048] ppid=10030 vsize=15691696 CPUtime=0.08 cores=0,2,4,6
/proc/10032/task/10048/stat : 10048 (java) S 10030 10032 9441 0 -1 4202560 12218 0 0 0 7 1 0 0 15 0 22 0 523344493 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10049] ppid=10030 vsize=15691696 CPUtime=0.06 cores=0,2,4,6
/proc/10032/task/10049/stat : 10049 (java) S 10030 10032 9441 0 -1 4202560 10124 0 0 0 5 1 0 0 15 0 22 0 523344493 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10050] ppid=10030 vsize=15691696 CPUtime=0.09 cores=0,2,4,6
/proc/10032/task/10050/stat : 10050 (java) S 10030 10032 9441 0 -1 4202560 15718 0 0 0 7 2 0 0 16 0 22 0 523344493 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10054] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10054/stat : 10054 (java) S 10030 10032 9441 0 -1 4202560 568 0 0 0 0 0 0 0 16 0 22 0 523344494 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 0 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10055] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10055/stat : 10055 (java) S 10030 10032 9441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523344495 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10056] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10056/stat : 10056 (java) S 10030 10032 9441 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523344495 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10062] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10062/stat : 10062 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820989361 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10063] ppid=10030 vsize=15691696 CPUtime=1.43 cores=0,2,4,6
/proc/10032/task/10063/stat : 10063 (java) S 10030 10032 9441 0 -1 4202560 16158 0 0 0 140 3 0 0 15 0 22 0 523344497 16068296704 249426 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0

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

[pid=10032/tid=10056] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10056/stat : 10056 (java) S 10030 10032 9441 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523344495 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10062] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10062/stat : 10062 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820989361 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10063] ppid=10030 vsize=15691696 CPUtime=1.59 cores=0,2,4,6
/proc/10032/task/10063/stat : 10063 (java) S 10030 10032 9441 0 -1 4202560 16176 0 0 0 156 3 0 0 15 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10064] ppid=10030 vsize=15691696 CPUtime=1.07 cores=0,2,4,6
/proc/10032/task/10064/stat : 10064 (java) S 10030 10032 9441 0 -1 4202560 4296 0 0 0 107 0 0 0 15 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10065] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10065/stat : 10065 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10066] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10066/stat : 10066 (java) S 10030 10032 9441 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10071] ppid=10030 vsize=15691696 CPUtime=294.15 cores=0,2,4,6
/proc/10032/task/10071/stat : 10071 (java) S 10030 10032 9441 0 -1 4202560 111156 0 0 0 29394 21 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10072] ppid=10030 vsize=15691696 CPUtime=294.23 cores=0,2,4,6
/proc/10032/task/10072/stat : 10072 (java) S 10030 10032 9441 0 -1 4202560 107733 0 0 0 29403 20 0 0 16 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10073] ppid=10030 vsize=15691696 CPUtime=294.17 cores=0,2,4,6
/proc/10032/task/10073/stat : 10073 (java) S 10030 10032 9441 0 -1 4202560 110090 0 0 0 29396 21 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10074] ppid=10030 vsize=15691696 CPUtime=295.31 cores=0,2,4,6
/proc/10032/task/10074/stat : 10074 (java) S 10030 10032 9441 0 -1 4202560 116841 0 0 0 29508 23 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2081.95
Current children cumulated vsize (KiB) 15691696

[startup+1242.3 s]
/proc/loadavg: 4.85 5.09 5.82 6/220 10170
/proc/meminfo: memFree=14784116/32951124 swapFree=67111448/67111528
[pid=10032] ppid=10030 vsize=15691696 CPUtime=2141.98 cores=0,2,4,6
/proc/10032/stat : 10032 (java) S 10030 10032 9441 0 -1 4202496 3906817 0 1 0 213426 772 0 0 20 0 22 0 523344492 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 3922924 3869028 2294 9 0 3913643 0
[pid=10032/tid=10042] ppid=10030 vsize=15691696 CPUtime=2.28 cores=0,2,4,6
/proc/10032/task/10042/stat : 10042 (java) S 10030 10032 9441 0 -1 4202560 35695 0 1 0 223 5 0 0 23 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10043] ppid=10030 vsize=15691696 CPUtime=2.42 cores=0,2,4,6
/proc/10032/task/10043/stat : 10043 (java) S 10030 10032 9441 0 -1 4202560 277042 0 0 0 192 50 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10044] ppid=10030 vsize=15691696 CPUtime=2.82 cores=0,2,4,6
/proc/10032/task/10044/stat : 10044 (java) S 10030 10032 9441 0 -1 4202560 291338 0 0 0 216 66 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10045] ppid=10030 vsize=15691696 CPUtime=2.9 cores=0,2,4,6
/proc/10032/task/10045/stat : 10045 (java) S 10030 10032 9441 0 -1 4202560 449017 0 0 0 209 81 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10046] ppid=10030 vsize=15691696 CPUtime=2.6 cores=0,2,4,6
/proc/10032/task/10046/stat : 10046 (java) S 10030 10032 9441 0 -1 4202560 357922 0 0 0 191 69 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10047] ppid=10030 vsize=15691696 CPUtime=2.71 cores=0,2,4,6
/proc/10032/task/10047/stat : 10047 (java) S 10030 10032 9441 0 -1 4202560 390092 0 0 0 204 67 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10048] ppid=10030 vsize=15691696 CPUtime=2.22 cores=0,2,4,6
/proc/10032/task/10048/stat : 10048 (java) S 10030 10032 9441 0 -1 4202560 303702 0 0 0 164 58 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10049] ppid=10030 vsize=15691696 CPUtime=2.74 cores=0,2,4,6
/proc/10032/task/10049/stat : 10049 (java) S 10030 10032 9441 0 -1 4202560 342016 0 0 0 207 67 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10050] ppid=10030 vsize=15691696 CPUtime=2.46 cores=0,2,4,6
/proc/10032/task/10050/stat : 10050 (java) S 10030 10032 9441 0 -1 4202560 306311 0 0 0 186 60 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10054] ppid=10030 vsize=15691696 CPUtime=938.12 cores=0,2,4,6
/proc/10032/task/10054/stat : 10054 (java) R 10030 10032 9441 0 -1 4202560 685351 0 0 0 93660 152 0 0 25 0 22 0 523344494 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 47110653055056 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=10032/tid=10055] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10055/stat : 10055 (java) S 10030 10032 9441 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 523344495 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10056] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10056/stat : 10056 (java) S 10030 10032 9441 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523344495 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10062] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10062/stat : 10062 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820989361 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10063] ppid=10030 vsize=15691696 CPUtime=1.59 cores=0,2,4,6
/proc/10032/task/10063/stat : 10063 (java) S 10030 10032 9441 0 -1 4202560 16176 0 0 0 156 3 0 0 15 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10064] ppid=10030 vsize=15691696 CPUtime=1.07 cores=0,2,4,6
/proc/10032/task/10064/stat : 10064 (java) S 10030 10032 9441 0 -1 4202560 4296 0 0 0 107 0 0 0 15 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10065] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10065/stat : 10065 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10066] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10066/stat : 10066 (java) S 10030 10032 9441 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10071] ppid=10030 vsize=15691696 CPUtime=294.18 cores=0,2,4,6
/proc/10032/task/10071/stat : 10071 (java) S 10030 10032 9441 0 -1 4202560 111515 0 0 0 29396 22 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10072] ppid=10030 vsize=15691696 CPUtime=294.25 cores=0,2,4,6
/proc/10032/task/10072/stat : 10072 (java) S 10030 10032 9441 0 -1 4202560 107735 0 0 0 29405 20 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10073] ppid=10030 vsize=15691696 CPUtime=294.17 cores=0,2,4,6
/proc/10032/task/10073/stat : 10073 (java) S 10030 10032 9441 0 -1 4202560 110097 0 0 0 29396 21 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10074] ppid=10030 vsize=15691696 CPUtime=295.31 cores=0,2,4,6
/proc/10032/task/10074/stat : 10074 (java) S 10030 10032 9441 0 -1 4202560 117053 0 0 0 29508 23 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2141.98
Current children cumulated vsize (KiB) 15691696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.94 5.07 5.77 6/220 10171
/proc/meminfo: memFree=14327352/32951124 swapFree=67111448/67111528
[pid=10032] ppid=10030 vsize=15691696 CPUtime=2199.69 cores=0,2,4,6
/proc/10032/stat : 10032 (java) S 10030 10032 9441 0 -1 4202496 3907388 0 1 0 219196 773 0 0 20 0 22 0 523344492 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 3922924 3869028 2294 9 0 3913643 0
[pid=10032/tid=10042] ppid=10030 vsize=15691696 CPUtime=2.28 cores=0,2,4,6
/proc/10032/task/10042/stat : 10042 (java) S 10030 10032 9441 0 -1 4202560 35695 0 1 0 223 5 0 0 23 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10043] ppid=10030 vsize=15691696 CPUtime=2.42 cores=0,2,4,6
/proc/10032/task/10043/stat : 10043 (java) S 10030 10032 9441 0 -1 4202560 277042 0 0 0 192 50 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10044] ppid=10030 vsize=15691696 CPUtime=2.82 cores=0,2,4,6
/proc/10032/task/10044/stat : 10044 (java) S 10030 10032 9441 0 -1 4202560 291338 0 0 0 216 66 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10045] ppid=10030 vsize=15691696 CPUtime=2.9 cores=0,2,4,6
/proc/10032/task/10045/stat : 10045 (java) S 10030 10032 9441 0 -1 4202560 449017 0 0 0 209 81 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10046] ppid=10030 vsize=15691696 CPUtime=2.6 cores=0,2,4,6
/proc/10032/task/10046/stat : 10046 (java) S 10030 10032 9441 0 -1 4202560 357922 0 0 0 191 69 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10047] ppid=10030 vsize=15691696 CPUtime=2.71 cores=0,2,4,6
/proc/10032/task/10047/stat : 10047 (java) S 10030 10032 9441 0 -1 4202560 390092 0 0 0 204 67 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10048] ppid=10030 vsize=15691696 CPUtime=2.22 cores=0,2,4,6
/proc/10032/task/10048/stat : 10048 (java) S 10030 10032 9441 0 -1 4202560 303702 0 0 0 164 58 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10049] ppid=10030 vsize=15691696 CPUtime=2.74 cores=0,2,4,6
/proc/10032/task/10049/stat : 10049 (java) S 10030 10032 9441 0 -1 4202560 342016 0 0 0 207 67 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10050] ppid=10030 vsize=15691696 CPUtime=2.46 cores=0,2,4,6
/proc/10032/task/10050/stat : 10050 (java) S 10030 10032 9441 0 -1 4202560 306311 0 0 0 186 60 0 0 16 0 22 0 523344493 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10054] ppid=10030 vsize=15691696 CPUtime=995.8 cores=0,2,4,6
/proc/10032/task/10054/stat : 10054 (java) R 10030 10032 9441 0 -1 4202560 685355 0 0 0 99428 152 0 0 25 0 22 0 523344494 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 47110655021372 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=10032/tid=10055] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10055/stat : 10055 (java) S 10030 10032 9441 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 523344495 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10056] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10056/stat : 10056 (java) S 10030 10032 9441 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523344495 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10062] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10062/stat : 10062 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820989361 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10063] ppid=10030 vsize=15691696 CPUtime=1.59 cores=0,2,4,6
/proc/10032/task/10063/stat : 10063 (java) S 10030 10032 9441 0 -1 4202560 16176 0 0 0 156 3 0 0 15 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10064] ppid=10030 vsize=15691696 CPUtime=1.07 cores=0,2,4,6
/proc/10032/task/10064/stat : 10064 (java) S 10030 10032 9441 0 -1 4202560 4296 0 0 0 107 0 0 0 15 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 6 0 0 0
[pid=10032/tid=10065] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10065/stat : 10065 (java) S 10030 10032 9441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10066] ppid=10030 vsize=15691696 CPUtime=0 cores=0,2,4,6
/proc/10032/task/10066/stat : 10066 (java) S 10030 10032 9441 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 523344497 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820982272 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10071] ppid=10030 vsize=15691696 CPUtime=294.2 cores=0,2,4,6
/proc/10032/task/10071/stat : 10071 (java) S 10030 10032 9441 0 -1 4202560 112078 0 0 0 29397 23 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
[pid=10032/tid=10072] ppid=10030 vsize=15691696 CPUtime=294.25 cores=0,2,4,6
/proc/10032/task/10072/stat : 10072 (java) S 10030 10032 9441 0 -1 4202560 107735 0 0 0 29405 20 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 0 0 0 0
[pid=10032/tid=10073] ppid=10030 vsize=15691696 CPUtime=294.17 cores=0,2,4,6
/proc/10032/task/10073/stat : 10073 (java) S 10030 10032 9441 0 -1 4202560 110097 0 0 0 29396 21 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 2 0 0 0
[pid=10032/tid=10074] ppid=10030 vsize=15691696 CPUtime=295.31 cores=0,2,4,6
/proc/10032/task/10074/stat : 10074 (java) S 10030 10032 9441 0 -1 4202560 117053 0 0 0 29508 23 0 0 15 0 22 0 523344568 16068296704 3869028 33554432000 1073741824 1073778376 140736393498048 18446744073709551615 230820981657 0 4 0 16800975 18446604453828098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2199.69
Current children cumulated vsize (KiB) 15691696

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10032

[startup+1302.3 s]
/proc/loadavg: 4.94 5.07 5.77 6/221 10172
/proc/meminfo: memFree=14324740/32951124 swapFree=67111448/67111528
[pid=10032] ppid=10030 vsize=0 CPUtime=2201.98 cores=0,2,4,6
/proc/10032/stat : 10032 (java) Z 10030 10032 9441 0 -1 4203548 3907413 0 1 0 219397 801 0 0 18 0 2 0 523344492 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 0 0 0 0 0 0 0
[pid=10032/tid=10064] ppid=10030 vsize=0 CPUtime=1.35 cores=0,2,4,6
/proc/10032/task/10064/stat : 10064 (java) R 10030 10032 9441 0 -1 4203588 4296 0 0 0 107 28 0 0 16 0 2 0 523344497 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2201.98
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 4.94 5.07 5.77 6/221 10172
/proc/meminfo: memFree=14324740/32951124 swapFree=67111448/67111528
[pid=10032] ppid=10030 vsize=0 CPUtime=2202.18 cores=0,2,4,6
/proc/10032/stat : 10032 (java) Z 10030 10032 9441 0 -1 4203548 3907413 0 1 0 219397 821 0 0 18 0 2 0 523344492 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 0 0 0 0 0 0 0
[pid=10032/tid=10064] ppid=10030 vsize=0 CPUtime=1.55 cores=0,2,4,6
/proc/10032/task/10064/stat : 10064 (java) R 10030 10032 9441 0 -1 4203588 4296 0 0 0 107 48 0 0 16 0 2 0 523344497 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2202.18
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 4.94 5.07 5.77 6/221 10172
/proc/meminfo: memFree=14324740/32951124 swapFree=67111448/67111528
[pid=10032] ppid=10030 vsize=0 CPUtime=2202.28 cores=0,2,4,6
/proc/10032/stat : 10032 (java) Z 10030 10032 9441 0 -1 4203548 3907413 0 1 0 219397 831 0 0 18 0 2 0 523344492 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10032/statm: 0 0 0 0 0 0 0
[pid=10032/tid=10064] ppid=10030 vsize=0 CPUtime=1.65 cores=0,2,4,6
/proc/10032/task/10064/stat : 10064 (java) R 10030 10032 9441 0 -1 4203588 4296 0 0 0 107 58 0 0 16 0 2 0 523344497 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2202.28
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.64
CPU time (s): 2202.33
CPU user time (s): 2193.97
CPU system time (s): 8.35273
CPU usage (%): 169.067
Max. virtual memory (cumulated for all children) (KiB): 15691696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2193.97
system time used= 8.35273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3907413
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= 78268
involuntary context switches= 40176

runsolver used 2.10968 second user time and 5.06123 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-30 00:50:40
IDJOB=3311270
IDBENCH=82655
IDSOLVER=1698
FILE ID=node104/3311270-1304117440
RUNJOBID= node104-1304117440-10011
PBS_JOBID= 13170692
Free space on /tmp= 71544 MiB

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

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

MD5SUM BENCH= 2d92a52914298e3c91073398b38892d9
RANDOM SEED=2075782225

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28228604 kB
Buffers:       1252440 kB
Cached:        2899304 kB
SwapCached:          4 kB
Active:         147096 kB
Inactive:      4070380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28228604 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7848 kB
Writeback:           0 kB
AnonPages:       64620 kB
Mapped:          17200 kB
Slab:           442324 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212204 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= 71544 MiB
End job on node104 at 2011-04-30 01:12:23