Trace number 3312323

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 2201.48 1302.53

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
MD5SUM0d0abbf84f73b4226aa3bedf08367d2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark291.591
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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	56:26 INFO : Reading from input HOME/instance-3312323-1304110585.cnf
1.02/0.84	Executor set job limit to 1000000
1.02/0.84	Executor set job limit to 1000000
1.02/0.84	Executor set job limit to 1000000
1.02/0.84	Executor set job limit to 1000000
1.02/0.84	Starting Executor!
1.02/0.84	Starting Executor!
1.02/0.84	Starting Executor!
1.02/0.84	Starting Executor!
3.17/2.06	56:28 INFO : 34847 variables remaining out of 35000
3.17/2.06	56:28 INFO : 584192 literals remaining out of 588000
1207.29/327.77	01:53 ERROR: Failed to solve instance
1207.29/327.77	java.lang.OutOfMemoryError: Java heap space
1207.29/327.77		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1207.29/327.77		at gnu.trove.THash.postInsertHook(THash.java:370)
1207.29/327.77		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1207.29/327.77		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1207.29/327.77		at ibis.structure.Subsumming.run(Subsumming.java:58)
1207.29/327.77		at ibis.structure.Solver.simplify(Solver.java:205)
1207.29/327.77		at ibis.structure.Solver.solve(Solver.java:113)
1207.29/327.77		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1207.29/327.77		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1207.29/327.77		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1207.29/327.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1207.29/327.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1207.29/327.77		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1207.29/327.77		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1207.29/327.77		at ibis.constellation.Executor.processActivities(Executor.java:75)
1207.29/327.77		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1207.29/327.77		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1207.29/327.77		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1233.33/352.62	02:18 ERROR: Failed to solve instance
1233.33/352.62	java.lang.OutOfMemoryError: Java heap space
1233.33/352.62		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1233.33/352.62		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1233.33/352.62		at ibis.structure.Subsumming.run(Subsumming.java:57)
1233.33/352.62		at ibis.structure.Solver.simplify(Solver.java:205)
1233.33/352.62		at ibis.structure.Solver.solve(Solver.java:113)
1233.33/352.62		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1233.33/352.62		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1233.33/352.62		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1233.33/352.62		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1233.33/352.62		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1233.33/352.62		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1233.33/352.62		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1233.33/352.62		at ibis.constellation.Executor.processActivities(Executor.java:75)
1233.33/352.62		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1233.33/352.62		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1233.33/352.62		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1271.10/389.30	02:55 ERROR: Failed to solve instance
1271.10/389.30	java.lang.OutOfMemoryError: Java heap space
1271.10/389.30		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1271.10/389.30		at ibis.structure.Solver.simplify(Solver.java:191)
1271.10/389.30		at ibis.structure.Solver.solve(Solver.java:113)
1271.10/389.30		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1271.10/389.30		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1271.10/389.30		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1271.10/389.30		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1271.10/389.30		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1271.10/389.30		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1271.10/389.30		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1271.10/389.30		at ibis.constellation.Executor.processActivities(Executor.java:75)
1271.10/389.30		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1271.10/389.30		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1271.10/389.30		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1353.78/471.54	04:17 ERROR: Failed to solve instance
1353.78/471.54	java.lang.OutOfMemoryError: Java heap space
1353.78/471.54		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:51)
1353.78/471.54		at ibis.structure.Solver.simplify(Solver.java:191)
1353.78/471.54		at ibis.structure.Solver.solve(Solver.java:113)
1353.78/471.54		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1353.78/471.54		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1353.78/471.54		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1353.78/471.54		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1353.78/471.54		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1353.78/471.54		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1353.78/471.54		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1353.78/471.54		at ibis.constellation.Executor.processActivities(Executor.java:75)
1353.78/471.54		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1353.78/471.54		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1353.78/471.54		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1377.20/494.88	04:41 ERROR: Failed to solve instance
1377.20/494.88	java.lang.OutOfMemoryError: Java heap space
1378.97/496.50	04:42 ERROR: Failed to solve instance
1378.97/496.50	java.lang.OutOfMemoryError: Java heap space
1443.74/561.12	05:47 ERROR: Failed to solve instance
1443.74/561.12	java.lang.OutOfMemoryError: Java heap space
1466.37/583.60	06:09 ERROR: Failed to solve instance
1466.37/583.60	java.lang.OutOfMemoryError: Java heap space
1490.78/607.92	06:33 ERROR: Failed to solve instance
1490.78/607.92	java.lang.OutOfMemoryError: Java heap space
1493.39/610.38	06:36 ERROR: Failed to solve instance
1493.39/610.38	java.lang.OutOfMemoryError: Java heap space
1495.46/612.28	06:38 ERROR: Failed to solve instance
1495.46/612.28	java.lang.OutOfMemoryError: Java heap space
1497.86/614.46	06:40 ERROR: Failed to solve instance
1497.86/614.46	java.lang.OutOfMemoryError: Java heap space
1505.95/621.06	06:47 ERROR: Failed to solve instance
1505.95/621.06	java.lang.OutOfMemoryError: Java heap space
1528.26/642.98	07:09 ERROR: Failed to solve instance
1528.26/642.98	java.lang.OutOfMemoryError: Java heap space
1551.36/665.63	07:31 ERROR: Failed to solve instance
1551.36/665.63	java.lang.OutOfMemoryError: Java heap space
1551.36/665.63	07:31 ERROR: Failed to solve instance
1551.36/665.63	java.lang.OutOfMemoryError: Java heap space
1556.24/670.09	07:36 ERROR: Failed to solve instance
1556.24/670.09	java.lang.OutOfMemoryError: Java heap space
1557.61/671.34	07:37 ERROR: Failed to solve instance
1557.61/671.34	java.lang.OutOfMemoryError: Java heap space
1562.97/676.16	07:42 ERROR: Failed to solve instance
1562.97/676.16	java.lang.OutOfMemoryError: Java heap space
1567.22/679.86	07:46 ERROR: Failed to solve instance
1567.22/679.86	java.lang.OutOfMemoryError: Java heap space
1569.95/682.31	07:48 ERROR: Failed to solve instance
1569.95/682.31	java.lang.OutOfMemoryError: Java heap space
1572.28/684.33	07:50 ERROR: Failed to solve instance
1572.28/684.33	java.lang.OutOfMemoryError: Java heap space
1574.61/686.41	07:52 ERROR: Failed to solve instance
1574.61/686.41	java.lang.OutOfMemoryError: Java heap space
1577.03/688.50	07:54 ERROR: Failed to solve instance
1577.03/688.50	java.lang.OutOfMemoryError: Java heap space
1579.68/690.98	07:57 ERROR: Failed to solve instance
1579.68/690.98	java.lang.OutOfMemoryError: Java heap space
1585.29/696.14	08:02 ERROR: Failed to solve instance
1585.29/696.14	java.lang.OutOfMemoryError: Java heap space
1588.95/699.23	08:05 ERROR: Failed to solve instance
1588.95/699.23	java.lang.OutOfMemoryError: Java heap space
1672.27/781.94	09:28 ERROR: Failed to solve instance
1672.27/781.94	java.lang.OutOfMemoryError: Java heap space
1676.11/785.21	09:31 ERROR: Failed to solve instance
1676.11/785.21	java.lang.OutOfMemoryError: Java heap space
1765.94/874.52	11:00 ERROR: Failed to solve instance
1765.94/874.52	java.lang.OutOfMemoryError: Java heap space
1768.52/877.01	11:03 ERROR: Failed to solve instance
1768.52/877.01	java.lang.OutOfMemoryError: Java heap space
1775.02/883.05	11:09 ERROR: Failed to solve instance
1775.02/883.05	java.lang.OutOfMemoryError: Java heap space
1776.10/884.05	11:10 ERROR: Failed to solve instance
1776.10/884.05	java.lang.OutOfMemoryError: Java heap space
1779.17/886.63	11:12 ERROR: Failed to solve instance
1779.17/886.63	java.lang.OutOfMemoryError: Java heap space
1897.35/1003.51	13:09 ERROR: Failed to solve instance
1897.35/1003.51	java.lang.OutOfMemoryError: Java heap space
1899.49/1005.52	13:11 ERROR: Failed to solve instance
1899.49/1005.52	java.lang.OutOfMemoryError: Java heap space
1903.42/1009.39	13:15 ERROR: Failed to solve instance
1903.42/1009.39	java.lang.OutOfMemoryError: Java heap space
1911.26/1017.01	13:22 ERROR: Failed to solve instance
1911.26/1017.01	java.lang.OutOfMemoryError: Java heap space
1917.40/1023.09	13:29 ERROR: Failed to solve instance
1917.40/1023.09	java.lang.OutOfMemoryError: Java heap space
1919.77/1025.26	13:31 ERROR: Failed to solve instance
1919.77/1025.26	java.lang.OutOfMemoryError: Java heap space
1922.21/1027.48	13:33 ERROR: Failed to solve instance
1922.21/1027.48	java.lang.OutOfMemoryError: Java heap space
1929.42/1033.44	13:39 ERROR: Failed to solve instance
1929.42/1033.44	java.lang.OutOfMemoryError: Java heap space
1952.33/1055.98	14:02 ERROR: Failed to solve instance
1952.33/1055.98	java.lang.OutOfMemoryError: Java heap space
1952.33/1055.98	14:02 ERROR: Failed to solve instance
1952.33/1055.98	java.lang.OutOfMemoryError: Java heap space
1956.44/1059.53	14:05 ERROR: Failed to solve instance
1956.44/1059.53	java.lang.OutOfMemoryError: Java heap space
2090.65/1192.50	16:18 ERROR: Failed to solve instance
2090.65/1192.50	java.lang.OutOfMemoryError: Java heap space
2191.49/1292.77	17:58 ERROR: Failed to solve instance
2191.49/1292.77	java.lang.OutOfMemoryError: Java heap space
2192.29/1293.54	17:59 ERROR: Failed to solve instance
2192.29/1293.54	java.lang.OutOfMemoryError: Java heap space
2194.52/1295.73	18:01 ERROR: Failed to solve instance
2194.52/1295.73	java.lang.OutOfMemoryError: Java heap space
2199.27/1300.46	18:06 ERROR: Failed to solve instance
2199.27/1300.46	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-3312323-1304110585/watcher-3312323-1304110585 -o /tmp/evaluation-result-3312323-1304110585/solver-3312323-1304110585 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312323-1304110585.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.03 5.63 5.96 2/198 22597
/proc/meminfo: memFree=15173628/32951124 swapFree=67104884/67111528
[pid=22597] ppid=22595 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/22597/stat : 22597 (java) R 22595 22597 21847 0 -1 4202496 668 0 0 0 0 0 0 0 25 0 1 0 601289230 9318400 155 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224280002183 0 2147483391 4096 0 0 0 0 17 3 0 0 0
/proc/22597/statm: 2275 155 126 9 0 67 0

[startup+0.0937069 s]
/proc/loadavg: 5.03 5.63 5.96 2/198 22597
/proc/meminfo: memFree=15173628/32951124 swapFree=67104884/67111528
[pid=22597] ppid=22595 vsize=15676332 CPUtime=0.09 cores=1,3,5,7
/proc/22597/stat : 22597 (java) S 22595 22597 21847 0 -1 4202496 5408 0 1 0 9 0 0 0 25 0 18 0 601289230 16052563968 4846 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 3919083 4847 2115 9 0 3909802 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676332

[startup+0.100615 s]
/proc/loadavg: 5.03 5.63 5.96 2/198 22597
/proc/meminfo: memFree=15173628/32951124 swapFree=67104884/67111528
[pid=22597] ppid=22595 vsize=15676332 CPUtime=0.1 cores=1,3,5,7
/proc/22597/stat : 22597 (java) S 22595 22597 21847 0 -1 4202496 5500 0 1 0 10 0 0 0 25 0 18 0 601289230 16052563968 4938 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 3919083 4939 2115 9 0 3909802 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676332

[startup+0.300633 s]
/proc/loadavg: 5.03 5.63 5.96 2/198 22597
/proc/meminfo: memFree=15173628/32951124 swapFree=67104884/67111528
[pid=22597] ppid=22595 vsize=15680760 CPUtime=0.51 cores=1,3,5,7
/proc/22597/stat : 22597 (java) S 22595 22597 21847 0 -1 4202496 14992 0 1 0 49 2 0 0 25 0 18 0 601289230 16057098240 13332 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 3920190 13338 2207 9 0 3910909 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680760

[startup+0.700568 s]
/proc/loadavg: 5.03 5.63 5.96 2/198 22597
/proc/meminfo: memFree=15173628/32951124 swapFree=67104884/67111528
[pid=22597] ppid=22595 vsize=15680760 CPUtime=0.92 cores=1,3,5,7
/proc/22597/stat : 22597 (java) S 22595 22597 21847 0 -1 4202496 41711 0 1 0 87 5 0 0 25 0 18 0 601289230 16057098240 40049 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 3920190 40049 2223 9 0 3910909 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680760

[startup+1.50142 s]
/proc/loadavg: 5.03 5.63 5.96 4/220 22619
/proc/meminfo: memFree=15019760/32951124 swapFree=67104884/67111528
[pid=22597] ppid=22595 vsize=15689328 CPUtime=2.24 cores=1,3,5,7
/proc/22597/stat : 22597 (java) S 22595 22597 21847 0 -1 4202496 48575 0 1 0 218 6 0 0 25 0 22 0 601289230 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 3922332 43901 2265 9 0 3913051 0
[pid=22597/tid=22599] ppid=22595 vsize=15689328 CPUtime=1.48 cores=1,3,5,7
/proc/22597/task/22599/stat : 22599 (java) R 22595 22597 21847 0 -1 4202560 35598 0 1 0 143 5 0 0 21 0 22 0 601289231 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 46912505832856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22597/tid=22600] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22600/stat : 22600 (java) S 22595 22597 21847 0 -1 4202560 326 0 0 0 0 0 0 0 18 0 22 0 601289231 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22601] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22601/stat : 22601 (java) S 22595 22597 21847 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 601289231 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22602] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22602/stat : 22602 (java) S 22595 22597 21847 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 601289231 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22603] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22603/stat : 22603 (java) S 22595 22597 21847 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 22 0 601289231 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22604] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22604/stat : 22604 (java) S 22595 22597 21847 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 601289231 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22605] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22605/stat : 22605 (java) S 22595 22597 21847 0 -1 4202560 365 0 0 0 0 0 0 0 18 0 22 0 601289231 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22606] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22606/stat : 22606 (java) S 22595 22597 21847 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 22 0 601289231 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22607] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22607/stat : 22607 (java) S 22595 22597 21847 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601289231 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22608] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22608/stat : 22608 (java) S 22595 22597 21847 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 601289232 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 0 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22609] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22609/stat : 22609 (java) S 22595 22597 21847 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 601289233 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22610] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22610/stat : 22610 (java) S 22595 22597 21847 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 601289233 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22611] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22611/stat : 22611 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601289235 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296749489 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22612] ppid=22595 vsize=15689328 CPUtime=0.39 cores=1,3,5,7
/proc/22597/task/22612/stat : 22612 (java) S 22595 22597 21847 0 -1 4202560 5461 0 0 0 39 0 0 0 16 0 22 0 601289235 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22613] ppid=22595 vsize=15689328 CPUtime=0.33 cores=1,3,5,7
/proc/22597/task/22613/stat : 22613 (java) S 22595 22597 21847 0 -1 4202560 4571 0 0 0 33 0 0 0 17 0 22 0 601289235 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22614] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22614/stat : 22614 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601289235 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22615] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22615/stat : 22615 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601289235 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22616] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22616/stat : 22616 (java) S 22595 22597 21847 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 601289314 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22617] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22617/stat : 22617 (java) S 22595 22597 21847 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601289314 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22618] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22618/stat : 22618 (java) S 22595 22597 21847 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601289314 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22619] ppid=22595 vsize=15689328 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22619/stat : 22619 (java) S 22595 22597 21847 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 601289314 16065871872 43901 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 15689328

[startup+3.10116 s]
/proc/loadavg: 4.78 5.56 5.94 4/220 22619
/proc/meminfo: memFree=15005128/32951124 swapFree=67104884/67111528
[pid=22597] ppid=22595 vsize=15690304 CPUtime=5.92 cores=1,3,5,7
/proc/22597/stat : 22597 (java) S 22595 22597 21847 0 -1 4202496 73480 0 1 0 582 10 0 0 25 0 22 0 601289230 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 3922576 68751 2275 9 0 3913295 0
[pid=22597/tid=22599] ppid=22595 vsize=15690304 CPUtime=2.04 cores=1,3,5,7
/proc/22597/task/22599/stat : 22599 (java) S 22595 22597 21847 0 -1 4202560 35650 0 1 0 199 5 0 0 22 0 22 0 601289231 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22600] ppid=22595 vsize=15690304 CPUtime=0.01 cores=1,3,5,7
/proc/22597/task/22600/stat : 22600 (java) S 22595 22597 21847 0 -1 4202560 2607 0 0 0 1 0 0 0 15 0 22 0 601289231 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22601] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22601/stat : 22601 (java) S 22595 22597 21847 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 601289231 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22602] ppid=22595 vsize=15690304 CPUtime=0.01 cores=1,3,5,7
/proc/22597/task/22602/stat : 22602 (java) S 22595 22597 21847 0 -1 4202560 2225 0 0 0 1 0 0 0 16 0 22 0 601289231 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22603] ppid=22595 vsize=15690304 CPUtime=0.01 cores=1,3,5,7
/proc/22597/task/22603/stat : 22603 (java) S 22595 22597 21847 0 -1 4202560 3407 0 0 0 1 0 0 0 15 0 22 0 601289231 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22604] ppid=22595 vsize=15690304 CPUtime=0.01 cores=1,3,5,7
/proc/22597/task/22604/stat : 22604 (java) S 22595 22597 21847 0 -1 4202560 3921 0 0 0 1 0 0 0 15 0 22 0 601289231 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22605] ppid=22595 vsize=15690304 CPUtime=0.01 cores=1,3,5,7
/proc/22597/task/22605/stat : 22605 (java) S 22595 22597 21847 0 -1 4202560 4888 0 0 0 1 0 0 0 16 0 22 0 601289231 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22606] ppid=22595 vsize=15690304 CPUtime=0.01 cores=1,3,5,7
/proc/22597/task/22606/stat : 22606 (java) S 22595 22597 21847 0 -1 4202560 2796 0 0 0 1 0 0 0 16 0 22 0 601289231 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22607] ppid=22595 vsize=15690304 CPUtime=0.02 cores=1,3,5,7
/proc/22597/task/22607/stat : 22607 (java) S 22595 22597 21847 0 -1 4202560 6019 0 0 0 2 0 0 0 16 0 22 0 601289231 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22608] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22608/stat : 22608 (java) S 22595 22597 21847 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 22 0 601289232 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 0 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22609] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22609/stat : 22609 (java) S 22595 22597 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601289233 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22610] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22610/stat : 22610 (java) S 22595 22597 21847 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601289233 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22611] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22611/stat : 22611 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601289235 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296749489 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22612] ppid=22595 vsize=15690304 CPUtime=0.8 cores=1,3,5,7
/proc/22597/task/22612/stat : 22612 (java) S 22595 22597 21847 0 -1 4202560 5511 0 0 0 80 0 0 0 15 0 22 0 601289235 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22613] ppid=22595 vsize=15690304 CPUtime=0.9 cores=1,3,5,7
/proc/22597/task/22613/stat : 22613 (java) S 22595 22597 21847 0 -1 4202560 4893 0 0 0 90 0 0 0 15 0 22 0 601289235 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22614] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22614/stat : 22614 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601289235 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22615] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22615/stat : 22615 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601289235 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22616] ppid=22595 vsize=15690304 CPUtime=0.35 cores=1,3,5,7
/proc/22597/task/22616/stat : 22616 (java) S 22595 22597 21847 0 -1 4202560 15 0 0 0 35 0 0 0 15 0 22 0 601289314 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22617] ppid=22595 vsize=15690304 CPUtime=0.09 cores=1,3,5,7
/proc/22597/task/22617/stat : 22617 (java) R 22595 22597 21847 0 -1 4202560 7 0 0 0 9 0 0 0 15 0 22 0 601289314 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 46912505654902 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22597/tid=22618] ppid=22595 vsize=15690304 CPUtime=0.75 cores=1,3,5,7
/proc/22597/task/22618/stat : 22618 (java) R 22595 22597 21847 0 -1 4202560 22 0 0 0 75 0 0 0 15 0 22 0 601289314 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 46912506127272 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22597/tid=22619] ppid=22595 vsize=15690304 CPUtime=0.74 cores=1,3,5,7
/proc/22597/task/22619/stat : 22619 (java) R 22595 22597 21847 0 -1 4202560 13 0 0 0 74 0 0 0 16 0 22 0 601289314 16066871296 68751 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 46912506127096 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 15690304

[startup+6.30159 s]
/proc/loadavg: 4.78 5.56 5.94 6/220 22619
/proc/meminfo: memFree=14324328/32951124 swapFree=67104884/67111528
[pid=22597] ppid=22595 vsize=15690304 CPUtime=18.52 cores=1,3,5,7
/proc/22597/stat : 22597 (java) S 22595 22597 21847 0 -1 4202496 268938 0 1 0 1816 36 0 0 25 0 22 0 601289230 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 3922576 263300 2275 9 0 3913295 0
[pid=22597/tid=22599] ppid=22595 vsize=15690304 CPUtime=2.04 cores=1,3,5,7
/proc/22597/task/22599/stat : 22599 (java) S 22595 22597 21847 0 -1 4202560 35650 0 1 0 199 5 0 0 22 0 22 0 601289231 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22600] ppid=22595 vsize=15690304 CPUtime=0.13 cores=1,3,5,7
/proc/22597/task/22600/stat : 22600 (java) S 22595 22597 21847 0 -1 4202560 20182 0 0 0 12 1 0 0 16 0 22 0 601289231 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22601] ppid=22595 vsize=15690304 CPUtime=0.16 cores=1,3,5,7
/proc/22597/task/22601/stat : 22601 (java) S 22595 22597 21847 0 -1 4202560 27177 0 0 0 12 4 0 0 15 0 22 0 601289231 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22602] ppid=22595 vsize=15690304 CPUtime=0.08 cores=1,3,5,7
/proc/22597/task/22602/stat : 22602 (java) S 22595 22597 21847 0 -1 4202560 9801 0 0 0 7 1 0 0 16 0 22 0 601289231 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22603] ppid=22595 vsize=15690304 CPUtime=0.07 cores=1,3,5,7
/proc/22597/task/22603/stat : 22603 (java) S 22595 22597 21847 0 -1 4202560 11169 0 0 0 6 1 0 0 15 0 22 0 601289231 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22604] ppid=22595 vsize=15690304 CPUtime=0.19 cores=1,3,5,7
/proc/22597/task/22604/stat : 22604 (java) S 22595 22597 21847 0 -1 4202560 36480 0 0 0 14 5 0 0 16 0 22 0 601289231 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22605] ppid=22595 vsize=15690304 CPUtime=0.12 cores=1,3,5,7
/proc/22597/task/22605/stat : 22605 (java) S 22595 22597 21847 0 -1 4202560 18288 0 0 0 9 3 0 0 15 0 22 0 601289231 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22606] ppid=22595 vsize=15690304 CPUtime=0.11 cores=1,3,5,7
/proc/22597/task/22606/stat : 22606 (java) S 22595 22597 21847 0 -1 4202560 14347 0 0 0 10 1 0 0 15 0 22 0 601289231 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22607] ppid=22595 vsize=15690304 CPUtime=0.16 cores=1,3,5,7
/proc/22597/task/22607/stat : 22607 (java) S 22595 22597 21847 0 -1 4202560 33680 0 0 0 12 4 0 0 15 0 22 0 601289231 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22608] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22608/stat : 22608 (java) S 22595 22597 21847 0 -1 4202560 468 0 0 0 0 0 0 0 15 0 22 0 601289232 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 0 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22609] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22609/stat : 22609 (java) S 22595 22597 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601289233 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22610] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22610/stat : 22610 (java) S 22595 22597 21847 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601289233 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22611] ppid=22595 vsize=15690304 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22611/stat : 22611 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601289235 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296749489 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22612] ppid=22595 vsize=15690304 CPUtime=0.82 cores=1,3,5,7
/proc/22597/task/22612/stat : 22612 (java) S 22595 22597 21847 0 -1 4202560 5512 0 0 0 82 0 0 0 15 0 22 0 601289235 16066871296 263300 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0

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

/proc/22597/task/22604/stat : 22604 (java) S 22595 22597 21847 0 -1 4202560 435188 0 0 0 269 74 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22605] ppid=22595 vsize=15685680 CPUtime=2.65 cores=1,3,5,7
/proc/22597/task/22605/stat : 22605 (java) S 22595 22597 21847 0 -1 4202560 306025 0 0 0 217 48 0 0 15 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22606] ppid=22595 vsize=15685680 CPUtime=2.54 cores=1,3,5,7
/proc/22597/task/22606/stat : 22606 (java) S 22595 22597 21847 0 -1 4202560 280791 0 0 0 211 43 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22607] ppid=22595 vsize=15685680 CPUtime=2.88 cores=1,3,5,7
/proc/22597/task/22607/stat : 22607 (java) S 22595 22597 21847 0 -1 4202560 339772 0 0 0 234 54 0 0 15 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22608] ppid=22595 vsize=15685680 CPUtime=879.82 cores=1,3,5,7
/proc/22597/task/22608/stat : 22608 (java) R 22595 22597 21847 0 -1 4202560 657303 0 0 0 87771 211 0 0 18 0 22 0 601289232 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 46940321598960 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=22597/tid=22609] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22609/stat : 22609 (java) S 22595 22597 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601289233 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22610] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22610/stat : 22610 (java) S 22595 22597 21847 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 601289233 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22611] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22611/stat : 22611 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296749489 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22612] ppid=22595 vsize=15685680 CPUtime=0.98 cores=1,3,5,7
/proc/22597/task/22612/stat : 22612 (java) S 22595 22597 21847 0 -1 4202560 5532 0 0 0 98 0 0 0 16 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22613] ppid=22595 vsize=15685680 CPUtime=0.96 cores=1,3,5,7
/proc/22597/task/22613/stat : 22613 (java) S 22595 22597 21847 0 -1 4202560 4900 0 0 0 96 0 0 0 15 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22614] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22614/stat : 22614 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22615] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22615/stat : 22615 (java) S 22595 22597 21847 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22616] ppid=22595 vsize=15685680 CPUtime=293.33 cores=1,3,5,7
/proc/22597/task/22616/stat : 22616 (java) S 22595 22597 21847 0 -1 4202560 56669 0 0 0 29320 13 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22617] ppid=22595 vsize=15685680 CPUtime=293.53 cores=1,3,5,7
/proc/22597/task/22617/stat : 22617 (java) S 22595 22597 21847 0 -1 4202560 61548 0 0 0 29340 13 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22618] ppid=22595 vsize=15685680 CPUtime=294.22 cores=1,3,5,7
/proc/22597/task/22618/stat : 22618 (java) S 22595 22597 21847 0 -1 4202560 74233 0 0 0 29407 15 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22619] ppid=22595 vsize=15685680 CPUtime=292.67 cores=1,3,5,7
/proc/22597/task/22619/stat : 22619 (java) S 22595 22597 21847 0 -1 4202560 61289 0 0 0 29256 11 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2080.12
Current children cumulated vsize (KiB) 15685680

[startup+1242.3 s]
/proc/loadavg: 2.02 2.60 3.88 3/219 22711
/proc/meminfo: memFree=125028/32951124 swapFree=67103136/67111528
[pid=22597] ppid=22595 vsize=15685680 CPUtime=2140.73 cores=1,3,5,7
/proc/22597/stat : 22597 (java) S 22595 22597 21847 0 -1 4202496 3905490 0 1 0 213316 757 0 0 25 0 22 0 601289230 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 3921420 3862215 2294 9 0 3912139 0
[pid=22597/tid=22599] ppid=22595 vsize=15685680 CPUtime=2.04 cores=1,3,5,7
/proc/22597/task/22599/stat : 22599 (java) S 22595 22597 21847 0 -1 4202560 35650 0 1 0 199 5 0 0 22 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22600] ppid=22595 vsize=15685680 CPUtime=2.6 cores=1,3,5,7
/proc/22597/task/22600/stat : 22600 (java) S 22595 22597 21847 0 -1 4202560 302398 0 0 0 213 47 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22601] ppid=22595 vsize=15685680 CPUtime=2.47 cores=1,3,5,7
/proc/22597/task/22601/stat : 22601 (java) S 22595 22597 21847 0 -1 4202560 398693 0 0 0 180 67 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22602] ppid=22595 vsize=15685680 CPUtime=3.3 cores=1,3,5,7
/proc/22597/task/22602/stat : 22602 (java) S 22595 22597 21847 0 -1 4202560 449717 0 0 0 253 77 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22603] ppid=22595 vsize=15685680 CPUtime=2.53 cores=1,3,5,7
/proc/22597/task/22603/stat : 22603 (java) S 22595 22597 21847 0 -1 4202560 433834 0 0 0 188 65 0 0 15 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22604] ppid=22595 vsize=15685680 CPUtime=3.43 cores=1,3,5,7
/proc/22597/task/22604/stat : 22604 (java) S 22595 22597 21847 0 -1 4202560 435188 0 0 0 269 74 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22605] ppid=22595 vsize=15685680 CPUtime=2.65 cores=1,3,5,7
/proc/22597/task/22605/stat : 22605 (java) S 22595 22597 21847 0 -1 4202560 306025 0 0 0 217 48 0 0 15 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22606] ppid=22595 vsize=15685680 CPUtime=2.54 cores=1,3,5,7
/proc/22597/task/22606/stat : 22606 (java) S 22595 22597 21847 0 -1 4202560 280791 0 0 0 211 43 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22607] ppid=22595 vsize=15685680 CPUtime=2.88 cores=1,3,5,7
/proc/22597/task/22607/stat : 22607 (java) S 22595 22597 21847 0 -1 4202560 339772 0 0 0 234 54 0 0 15 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22608] ppid=22595 vsize=15685680 CPUtime=939.61 cores=1,3,5,7
/proc/22597/task/22608/stat : 22608 (java) R 22595 22597 21847 0 -1 4202560 657305 0 0 0 93746 215 0 0 18 0 22 0 601289232 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 46940317837120 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=22597/tid=22609] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22609/stat : 22609 (java) S 22595 22597 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601289233 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22610] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22610/stat : 22610 (java) S 22595 22597 21847 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 601289233 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22611] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22611/stat : 22611 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296749489 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22612] ppid=22595 vsize=15685680 CPUtime=0.98 cores=1,3,5,7
/proc/22597/task/22612/stat : 22612 (java) S 22595 22597 21847 0 -1 4202560 5532 0 0 0 98 0 0 0 16 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22613] ppid=22595 vsize=15685680 CPUtime=0.96 cores=1,3,5,7
/proc/22597/task/22613/stat : 22613 (java) S 22595 22597 21847 0 -1 4202560 4900 0 0 0 96 0 0 0 15 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22614] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22614/stat : 22614 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22615] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22615/stat : 22615 (java) S 22595 22597 21847 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22616] ppid=22595 vsize=15685680 CPUtime=293.55 cores=1,3,5,7
/proc/22597/task/22616/stat : 22616 (java) S 22595 22597 21847 0 -1 4202560 56684 0 0 0 29342 13 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22617] ppid=22595 vsize=15685680 CPUtime=293.73 cores=1,3,5,7
/proc/22597/task/22617/stat : 22617 (java) S 22595 22597 21847 0 -1 4202560 61580 0 0 0 29360 13 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22618] ppid=22595 vsize=15685680 CPUtime=294.43 cores=1,3,5,7
/proc/22597/task/22618/stat : 22618 (java) S 22595 22597 21847 0 -1 4202560 74554 0 0 0 29427 16 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22619] ppid=22595 vsize=15685680 CPUtime=292.87 cores=1,3,5,7
/proc/22597/task/22619/stat : 22619 (java) S 22595 22597 21847 0 -1 4202560 61414 0 0 0 29275 12 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2140.73
Current children cumulated vsize (KiB) 15685680



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.10 2.53 3.78 3/219 22711
/proc/meminfo: memFree=125016/32951124 swapFree=67103136/67111528
[pid=22597] ppid=22595 vsize=15685680 CPUtime=2198.87 cores=1,3,5,7
/proc/22597/stat : 22597 (java) S 22595 22597 21847 0 -1 4202496 3905970 0 1 0 219125 762 0 0 25 0 22 0 601289230 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 3921420 3862215 2294 9 0 3912139 0
[pid=22597/tid=22599] ppid=22595 vsize=15685680 CPUtime=2.04 cores=1,3,5,7
/proc/22597/task/22599/stat : 22599 (java) S 22595 22597 21847 0 -1 4202560 35650 0 1 0 199 5 0 0 22 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22600] ppid=22595 vsize=15685680 CPUtime=2.6 cores=1,3,5,7
/proc/22597/task/22600/stat : 22600 (java) S 22595 22597 21847 0 -1 4202560 302398 0 0 0 213 47 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22601] ppid=22595 vsize=15685680 CPUtime=2.47 cores=1,3,5,7
/proc/22597/task/22601/stat : 22601 (java) S 22595 22597 21847 0 -1 4202560 398693 0 0 0 180 67 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22602] ppid=22595 vsize=15685680 CPUtime=3.3 cores=1,3,5,7
/proc/22597/task/22602/stat : 22602 (java) S 22595 22597 21847 0 -1 4202560 449717 0 0 0 253 77 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22603] ppid=22595 vsize=15685680 CPUtime=2.53 cores=1,3,5,7
/proc/22597/task/22603/stat : 22603 (java) S 22595 22597 21847 0 -1 4202560 433834 0 0 0 188 65 0 0 15 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22604] ppid=22595 vsize=15685680 CPUtime=3.43 cores=1,3,5,7
/proc/22597/task/22604/stat : 22604 (java) S 22595 22597 21847 0 -1 4202560 435188 0 0 0 269 74 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22605] ppid=22595 vsize=15685680 CPUtime=2.65 cores=1,3,5,7
/proc/22597/task/22605/stat : 22605 (java) S 22595 22597 21847 0 -1 4202560 306025 0 0 0 217 48 0 0 15 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22606] ppid=22595 vsize=15685680 CPUtime=2.54 cores=1,3,5,7
/proc/22597/task/22606/stat : 22606 (java) S 22595 22597 21847 0 -1 4202560 280791 0 0 0 211 43 0 0 16 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22607] ppid=22595 vsize=15685680 CPUtime=2.88 cores=1,3,5,7
/proc/22597/task/22607/stat : 22607 (java) S 22595 22597 21847 0 -1 4202560 339772 0 0 0 234 54 0 0 15 0 22 0 601289231 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22608] ppid=22595 vsize=15685680 CPUtime=997.16 cores=1,3,5,7
/proc/22597/task/22608/stat : 22608 (java) R 22595 22597 21847 0 -1 4202560 657309 0 0 0 99498 218 0 0 18 0 22 0 601289232 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 46940321393807 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=22597/tid=22609] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22609/stat : 22609 (java) S 22595 22597 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601289233 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22610] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22610/stat : 22610 (java) S 22595 22597 21847 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 601289233 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22611] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22611/stat : 22611 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296749489 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22612] ppid=22595 vsize=15685680 CPUtime=0.98 cores=1,3,5,7
/proc/22597/task/22612/stat : 22612 (java) S 22595 22597 21847 0 -1 4202560 5532 0 0 0 98 0 0 0 16 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22613] ppid=22595 vsize=15685680 CPUtime=0.96 cores=1,3,5,7
/proc/22597/task/22613/stat : 22613 (java) S 22595 22597 21847 0 -1 4202560 4900 0 0 0 96 0 0 0 15 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22614] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22614/stat : 22614 (java) S 22595 22597 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22615] ppid=22595 vsize=15685680 CPUtime=0 cores=1,3,5,7
/proc/22597/task/22615/stat : 22615 (java) S 22595 22597 21847 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 601289235 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296742400 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
[pid=22597/tid=22616] ppid=22595 vsize=15685680 CPUtime=293.72 cores=1,3,5,7
/proc/22597/task/22616/stat : 22616 (java) S 22595 22597 21847 0 -1 4202560 56703 0 0 0 29358 14 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 7 0 0 0
[pid=22597/tid=22617] ppid=22595 vsize=15685680 CPUtime=293.87 cores=1,3,5,7
/proc/22597/task/22617/stat : 22617 (java) S 22595 22597 21847 0 -1 4202560 61788 0 0 0 29374 13 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 3 0 0 0
[pid=22597/tid=22618] ppid=22595 vsize=15685680 CPUtime=294.56 cores=1,3,5,7
/proc/22597/task/22618/stat : 22618 (java) S 22595 22597 21847 0 -1 4202560 74708 0 0 0 29440 16 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 1 0 0 0
[pid=22597/tid=22619] ppid=22595 vsize=15685680 CPUtime=293.01 cores=1,3,5,7
/proc/22597/task/22619/stat : 22619 (java) S 22595 22597 21847 0 -1 4202560 61505 0 0 0 29289 12 0 0 15 0 22 0 601289314 16062136320 3862215 33554432000 1073741824 1073778376 140735072997632 18446744073709551615 224296741785 0 4 0 16800975 18446604471110660416 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2198.87
Current children cumulated vsize (KiB) 15685680

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22597

[startup+1302.3 s]
/proc/loadavg: 2.10 2.53 3.78 3/220 22714
/proc/meminfo: memFree=124876/32951124 swapFree=67103136/67111528
[pid=22597] ppid=22595 vsize=0 CPUtime=2201.24 cores=1,3,5,7
/proc/22597/stat : 22597 (java) Z 22595 22597 21847 0 -1 4203548 3905996 0 1 0 219334 790 0 0 18 0 2 0 601289230 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 0 0 0 0 0 0 0
[pid=22597/tid=22614] ppid=22595 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/22597/task/22614/stat : 22614 (java) R 22595 22597 21847 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 601289235 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2201.24
Current children cumulated vsize (KiB) 0

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

[startup+1302.51 s]
/proc/loadavg: 2.09 2.52 3.77 3/199 22715
/proc/meminfo: memFree=11776576/32951124 swapFree=67103136/67111528
[pid=22597] ppid=22595 vsize=0 CPUtime=2201.44 cores=1,3,5,7
/proc/22597/stat : 22597 (java) Z 22595 22597 21847 0 -1 4203548 3905996 0 1 0 219334 810 0 0 18 0 2 0 601289230 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22597/statm: 0 0 0 0 0 0 0
[pid=22597/tid=22614] ppid=22595 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/22597/task/22614/stat : 22614 (java) R 22595 22597 21847 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 601289235 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2201.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.53
CPU time (s): 2201.48
CPU user time (s): 2193.35
CPU system time (s): 8.13176
CPU usage (%): 169.016
Max. virtual memory (cumulated for all children) (KiB): 15690788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2193.35
system time used= 8.13176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3905996
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= 82080
involuntary context switches= 31720

runsolver used 2.05769 second user time and 5.15622 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 22:56:26
IDJOB=3312323
IDBENCH=82508
IDSOLVER=1699
FILE ID=node118/3312323-1304110585
RUNJOBID= node118-1304109359-22373
PBS_JOBID= 13170646
Free space on /tmp= 71604 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312323-1304110585/watcher-3312323-1304110585 -o /tmp/evaluation-result-3312323-1304110585/solver-3312323-1304110585 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312323-1304110585.cnf

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

MD5SUM BENCH= 0d0abbf84f73b4226aa3bedf08367d2e
RANDOM SEED=2040568251

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15173784 kB
Buffers:        613440 kB
Cached:        1260196 kB
SwapCached:       1448 kB
Active:       15595068 kB
Inactive:      1801532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15173784 kB
SwapTotal:    67111528 kB
SwapFree:     67104884 kB
Dirty:            4384 kB
Writeback:           0 kB
AnonPages:    15522072 kB
Mapped:          23528 kB
Slab:           288260 kB
PageTables:      35080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15723024 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= 71608 MiB
End job on node118 at 2011-04-29 23:18:08