Trace number 3311301

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) 2196.55 1302.53

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S625465881-078-UNKNOWN.cnf
MD5SUM3ba69e7f651721ce4358ca0320f27486
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark497.12
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.11	47:15 INFO : Reading from input HOME/instance-3311301-1307645235.cnf
1.04/0.84	Executor set job limit to 1000000
1.04/0.84	Executor set job limit to 1000000
1.04/0.84	Executor set job limit to 1000000
1.04/0.84	Executor set job limit to 1000000
1.04/0.84	Starting Executor!
1.04/0.84	Starting Executor!
1.04/0.84	Starting Executor!
1.04/0.84	Starting Executor!
3.32/2.12	47:17 INFO : 34865 variables remaining out of 35000
3.32/2.12	47:17 INFO : 584396 literals remaining out of 588000
1208.29/330.90	52:46 ERROR: Failed to solve instance
1208.29/330.90	java.lang.OutOfMemoryError: Java heap space
1208.29/330.90		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1208.29/330.90		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1208.29/330.90		at ibis.structure.Subsumming.run(Subsumming.java:61)
1208.29/330.90		at ibis.structure.Solver.simplify(Solver.java:205)
1208.29/330.90		at ibis.structure.Solver.solve(Solver.java:113)
1208.29/330.90		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1208.29/330.90		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1208.29/330.90		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1208.29/330.90		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1208.29/330.90		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1208.29/330.90		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1208.29/330.90		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1208.29/330.90		at ibis.constellation.Executor.processActivities(Executor.java:75)
1208.29/330.90		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1208.29/330.90		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1208.29/330.90		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1210.49/333.04	52:46 ERROR: Failed to solve instance
1210.49/333.04	java.lang.OutOfMemoryError: Java heap space
1210.49/333.04		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1210.49/333.04		at gnu.trove.THash.postInsertHook(THash.java:370)
1210.49/333.04		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1210.49/333.04		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1210.49/333.04		at ibis.structure.Subsumming.run(Subsumming.java:58)
1210.49/333.04		at ibis.structure.Solver.simplify(Solver.java:205)
1210.49/333.04		at ibis.structure.Solver.solve(Solver.java:113)
1210.49/333.04		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1210.49/333.04		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1210.49/333.04		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1210.49/333.04		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1210.49/333.04		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1210.49/333.04		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1210.49/333.04		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1210.49/333.04		at ibis.constellation.Executor.processActivities(Executor.java:75)
1210.49/333.04		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1210.49/333.04		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1210.49/333.04		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1220.40/342.46	52:57 ERROR: Failed to solve instance
1220.40/342.46	java.lang.OutOfMemoryError: Java heap space
1220.40/342.46		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1220.40/342.46		at gnu.trove.THash.postInsertHook(THash.java:370)
1220.40/342.46		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1220.40/342.46		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1220.40/342.46		at ibis.structure.Subsumming.run(Subsumming.java:58)
1220.40/342.46		at ibis.structure.Solver.simplify(Solver.java:205)
1220.40/342.46		at ibis.structure.Solver.solve(Solver.java:113)
1220.40/342.46		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1220.40/342.46		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1220.40/342.46		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1220.40/342.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1220.40/342.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1220.40/342.46		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1220.40/342.46		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1220.40/342.46		at ibis.constellation.Executor.processActivities(Executor.java:75)
1220.40/342.46		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1220.40/342.46		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1220.40/342.46		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1377.11/497.85	53:36 ERROR: Failed to solve instance
1377.11/497.85	java.lang.OutOfMemoryError: Java heap space
1377.11/497.85		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:50)
1377.11/497.85		at ibis.structure.Solver.simplify(Solver.java:191)
1377.11/497.85		at ibis.structure.Solver.solve(Solver.java:113)
1377.11/497.85		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1377.11/497.85		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1377.11/497.85		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1377.11/497.85		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1377.11/497.85		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1377.11/497.85		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1377.11/497.85		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1377.11/497.85		at ibis.constellation.Executor.processActivities(Executor.java:75)
1377.11/497.85		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1377.11/497.85		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1377.11/497.85		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1401.88/522.27	55:58 ERROR: Failed to solve instance
1401.88/522.27	java.lang.OutOfMemoryError: Java heap space
1407.41/527.73	56:03 ERROR: Failed to solve instance
1407.41/527.73	java.lang.OutOfMemoryError: Java heap space
1429.47/549.64	56:25 ERROR: Failed to solve instance
1429.47/549.64	java.lang.OutOfMemoryError: Java heap space
1432.53/552.51	56:28 ERROR: Failed to solve instance
1432.53/552.51	java.lang.OutOfMemoryError: Java heap space
1458.32/578.15	56:53 ERROR: Failed to solve instance
1458.32/578.15	java.lang.OutOfMemoryError: Java heap space
1459.72/579.49	56:55 ERROR: Failed to solve instance
1459.72/579.49	java.lang.OutOfMemoryError: Java heap space
1462.28/581.75	56:57 ERROR: Failed to solve instance
1462.28/581.75	java.lang.OutOfMemoryError: Java heap space
1464.59/583.75	56:59 ERROR: Failed to solve instance
1464.59/583.75	java.lang.OutOfMemoryError: Java heap space
1475.48/592.41	57:08 ERROR: Failed to solve instance
1475.48/592.41	java.lang.OutOfMemoryError: Java heap space
1479.04/595.91	57:11 ERROR: Failed to solve instance
1479.04/595.91	java.lang.OutOfMemoryError: Java heap space
1493.19/609.94	57:25 ERROR: Failed to solve instance
1493.19/609.94	java.lang.OutOfMemoryError: Java heap space
1859.64/976.22	03:32 ERROR: Failed to solve instance
1859.64/976.22	java.lang.OutOfMemoryError: Java heap space
1881.60/998.16	03:53 ERROR: Failed to solve instance
1881.60/998.16	java.lang.OutOfMemoryError: Java heap space
1905.08/1021.46	04:17 ERROR: Failed to solve instance
1905.08/1021.46	java.lang.OutOfMemoryError: Java heap space
1909.07/1025.21	04:20 ERROR: Failed to solve instance
1909.07/1025.21	java.lang.OutOfMemoryError: Java heap space
1910.83/1026.88	04:22 ERROR: Failed to solve instance
1910.83/1026.88	java.lang.OutOfMemoryError: Java heap space
1912.53/1028.30	04:24 ERROR: Failed to solve instance
1912.53/1028.30	java.lang.OutOfMemoryError: Java heap space
1914.04/1029.69	04:25 ERROR: Failed to solve instance
1914.04/1029.69	java.lang.OutOfMemoryError: Java heap space
2045.16/1158.25	06:34 ERROR: Failed to solve instance
2045.16/1158.25	java.lang.OutOfMemoryError: Java heap space
2047.66/1160.69	06:36 ERROR: Failed to solve instance
2047.66/1160.69	java.lang.OutOfMemoryError: Java heap space
2069.94/1182.75	06:58 ERROR: Failed to solve instance
2069.94/1182.75	java.lang.OutOfMemoryError: Java heap space
2091.47/1204.19	07:19 ERROR: Failed to solve instance
2091.47/1204.19	java.lang.OutOfMemoryError: Java heap space
2093.79/1206.31	07:22 ERROR: Failed to solve instance
2093.79/1206.31	java.lang.OutOfMemoryError: Java heap space
2099.54/1211.84	07:27 ERROR: Failed to solve instance
2099.54/1211.84	java.lang.OutOfMemoryError: Java heap space
2101.26/1213.45	07:29 ERROR: Failed to solve instance
2101.26/1213.45	java.lang.OutOfMemoryError: Java heap space
2103.26/1215.29	07:31 ERROR: Failed to solve instance
2103.26/1215.29	java.lang.OutOfMemoryError: Java heap space
2112.27/1222.87	07:38 ERROR: Failed to solve instance
2112.27/1222.87	java.lang.OutOfMemoryError: Java heap space
2135.41/1245.57	08:00 ERROR: Failed to solve instance
2135.41/1245.57	java.lang.OutOfMemoryError: Java heap space
2139.17/1248.72	08:04 ERROR: Failed to solve instance
2139.17/1248.72	java.lang.OutOfMemoryError: Java heap space
2145.80/1255.04	08:10 ERROR: Failed to solve instance
2145.80/1255.04	java.lang.OutOfMemoryError: Java heap space
2148.67/1257.58	08:13 ERROR: Failed to solve instance
2148.67/1257.58	java.lang.OutOfMemoryError: Java heap space
2171.68/1280.17	08:35 ERROR: Failed to solve instance
2171.68/1280.17	java.lang.OutOfMemoryError: Java heap space
2171.68/1280.17	08:35 ERROR: Failed to solve instance
2171.68/1280.17	java.lang.OutOfMemoryError: Java heap space
2175.14/1283.06	08:38 ERROR: Failed to solve instance
2175.14/1283.06	java.lang.OutOfMemoryError: Java heap space
2177.39/1285.20	08:41 ERROR: Failed to solve instance
2177.39/1285.20	java.lang.OutOfMemoryError: Java heap space
2191.68/1298.17	08:54 ERROR: Failed to solve instance
2191.68/1298.17	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: 977)

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-3311301-1307645235/watcher-3311301-1307645235 -o /tmp/evaluation-result-3311301-1307645235/solver-3311301-1307645235 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311301-1307645235.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: 3.68 3.96 3.98 1/195 22613
/proc/meminfo: memFree=32148056/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/22613/stat : 22613 (java) R 22611 22613 22550 0 -1 4202496 1204 0 0 0 0 0 0 0 18 0 1 0 876121691 23580672 690 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 47258757188144 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22613/statm: 5757 706 527 9 0 124 0

[startup+0.0291811 s]
/proc/loadavg: 3.68 3.96 3.98 1/195 22613
/proc/meminfo: memFree=32148056/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=15604116 CPUtime=0.02 cores=0,2,4,6
/proc/22613/stat : 22613 (java) S 22611 22613 22550 0 -1 4202496 3537 0 1 0 2 0 0 0 18 0 13 0 876121691 15978614784 2976 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 3901029 2976 1657 9 0 3891777 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604116

[startup+0.100203 s]
/proc/loadavg: 3.68 3.96 3.98 1/195 22613
/proc/meminfo: memFree=32148056/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=15676160 CPUtime=0.1 cores=0,2,4,6
/proc/22613/stat : 22613 (java) S 22611 22613 22550 0 -1 4202496 5617 0 1 0 9 1 0 0 18 0 18 0 876121691 16052387840 4987 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 3919040 4987 2118 9 0 3909759 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676160

[startup+0.300208 s]
/proc/loadavg: 3.68 3.96 3.98 1/195 22613
/proc/meminfo: memFree=32148056/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=15681200 CPUtime=0.52 cores=0,2,4,6
/proc/22613/stat : 22613 (java) S 22611 22613 22550 0 -1 4202496 15740 0 1 0 49 3 0 0 18 0 18 0 876121691 16057548800 13855 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 3920300 13861 2207 9 0 3911019 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681200

[startup+0.701111 s]
/proc/loadavg: 3.68 3.96 3.98 1/195 22613
/proc/meminfo: memFree=32148056/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=15681200 CPUtime=0.93 cores=0,2,4,6
/proc/22613/stat : 22613 (java) S 22611 22613 22550 0 -1 4202496 41892 0 1 0 87 6 0 0 18 0 18 0 876121691 16057548800 40004 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 3920300 40004 2223 9 0 3911019 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681200

[startup+1.50096 s]
/proc/loadavg: 3.68 3.96 3.98 4/221 22639
/proc/meminfo: memFree=31835472/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=15691032 CPUtime=2.23 cores=0,2,4,6
/proc/22613/stat : 22613 (java) S 22611 22613 22550 0 -1 4202496 49306 0 1 0 216 7 0 0 18 0 22 0 876121691 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 3922758 43900 2262 9 0 3913477 0
[pid=22613/tid=22615] ppid=22611 vsize=15691032 CPUtime=1.47 cores=0,2,4,6
/proc/22613/task/22615/stat : 22615 (java) R 22611 22613 22550 0 -1 4202560 35622 0 1 0 142 5 0 0 21 0 22 0 876121692 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 46912505752704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22613/tid=22616] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22616/stat : 22616 (java) S 22611 22613 22550 0 -1 4202560 398 0 0 0 0 0 0 0 16 0 22 0 876121692 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22617] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22617/stat : 22617 (java) S 22611 22613 22550 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 876121692 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22618] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22618/stat : 22618 (java) S 22611 22613 22550 0 -1 4202560 292 0 0 0 0 0 0 0 16 0 22 0 876121692 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22619] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22619/stat : 22619 (java) S 22611 22613 22550 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 22 0 876121692 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22620] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22620/stat : 22620 (java) S 22611 22613 22550 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 22 0 876121692 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22621] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22621/stat : 22621 (java) S 22611 22613 22550 0 -1 4202560 689 0 0 0 0 0 0 0 15 0 22 0 876121692 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22622] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22622/stat : 22622 (java) S 22611 22613 22550 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 876121692 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22623] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22623/stat : 22623 (java) S 22611 22613 22550 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 876121692 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22624] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22624/stat : 22624 (java) S 22611 22613 22550 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 876121693 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 0 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22625] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22625/stat : 22625 (java) S 22611 22613 22550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 876121694 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22626] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22626/stat : 22626 (java) S 22611 22613 22550 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 876121694 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22627] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22627/stat : 22627 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347716017 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22628] ppid=22611 vsize=15691032 CPUtime=0.4 cores=0,2,4,6
/proc/22613/task/22628/stat : 22628 (java) S 22611 22613 22550 0 -1 4202560 5648 0 0 0 39 1 0 0 16 0 22 0 876121696 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22629] ppid=22611 vsize=15691032 CPUtime=0.32 cores=0,2,4,6
/proc/22613/task/22629/stat : 22629 (java) S 22611 22613 22550 0 -1 4202560 5092 0 0 0 32 0 0 0 17 0 22 0 876121696 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22630] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22630/stat : 22630 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22631] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22631/stat : 22631 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876121696 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22636] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22636/stat : 22636 (java) S 22611 22613 22550 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 876121776 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22637] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22637/stat : 22637 (java) S 22611 22613 22550 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 876121776 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22638] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22638/stat : 22638 (java) S 22611 22613 22550 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 876121776 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22639] ppid=22611 vsize=15691032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22639/stat : 22639 (java) S 22611 22613 22550 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 876121776 16067616768 43900 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 15691032

[startup+3.10564 s]
/proc/loadavg: 3.68 3.96 3.98 8/221 22639
/proc/meminfo: memFree=31792940/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=15691548 CPUtime=5.73 cores=0,2,4,6
/proc/22613/stat : 22613 (java) S 22611 22613 22550 0 -1 4202496 70709 0 1 0 562 11 0 0 18 0 22 0 876121691 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 3922887 65255 2275 9 0 3913606 0
[pid=22613/tid=22615] ppid=22611 vsize=15691548 CPUtime=2.1 cores=0,2,4,6
/proc/22613/task/22615/stat : 22615 (java) S 22611 22613 22550 0 -1 4202560 35675 0 1 0 205 5 0 0 22 0 22 0 876121692 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22616] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22616/stat : 22616 (java) S 22611 22613 22550 0 -1 4202560 398 0 0 0 0 0 0 0 15 0 22 0 876121692 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22617] ppid=22611 vsize=15691548 CPUtime=0.02 cores=0,2,4,6
/proc/22613/task/22617/stat : 22617 (java) S 22611 22613 22550 0 -1 4202560 3923 0 0 0 2 0 0 0 16 0 22 0 876121692 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22618] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22618/stat : 22618 (java) S 22611 22613 22550 0 -1 4202560 1761 0 0 0 0 0 0 0 15 0 22 0 876121692 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22619] ppid=22611 vsize=15691548 CPUtime=0.02 cores=0,2,4,6
/proc/22613/task/22619/stat : 22619 (java) S 22611 22613 22550 0 -1 4202560 3891 0 0 0 2 0 0 0 16 0 22 0 876121692 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22620] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22620/stat : 22620 (java) S 22611 22613 22550 0 -1 4202560 2047 0 0 0 0 0 0 0 16 0 22 0 876121692 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22621] ppid=22611 vsize=15691548 CPUtime=0.01 cores=0,2,4,6
/proc/22613/task/22621/stat : 22621 (java) S 22611 22613 22550 0 -1 4202560 3255 0 0 0 1 0 0 0 15 0 22 0 876121692 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22622] ppid=22611 vsize=15691548 CPUtime=0.01 cores=0,2,4,6
/proc/22613/task/22622/stat : 22622 (java) S 22611 22613 22550 0 -1 4202560 3667 0 0 0 1 0 0 0 16 0 22 0 876121692 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22623] ppid=22611 vsize=15691548 CPUtime=0.01 cores=0,2,4,6
/proc/22613/task/22623/stat : 22623 (java) S 22611 22613 22550 0 -1 4202560 3554 0 0 0 1 0 0 0 15 0 22 0 876121692 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22624] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22624/stat : 22624 (java) S 22611 22613 22550 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 22 0 876121693 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 0 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22625] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22625/stat : 22625 (java) S 22611 22613 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876121694 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22626] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22626/stat : 22626 (java) S 22611 22613 22550 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876121694 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22627] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22627/stat : 22627 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347716017 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22628] ppid=22611 vsize=15691548 CPUtime=0.75 cores=0,2,4,6
/proc/22613/task/22628/stat : 22628 (java) S 22611 22613 22550 0 -1 4202560 5701 0 0 0 74 1 0 0 15 0 22 0 876121696 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22629] ppid=22611 vsize=15691548 CPUtime=0.89 cores=0,2,4,6
/proc/22613/task/22629/stat : 22629 (java) S 22611 22613 22550 0 -1 4202560 5297 0 0 0 89 0 0 0 15 0 22 0 876121696 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22630] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22630/stat : 22630 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22631] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22631/stat : 22631 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876121696 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22636] ppid=22611 vsize=15691548 CPUtime=0.46 cores=0,2,4,6
/proc/22613/task/22636/stat : 22636 (java) R 22611 22613 22550 0 -1 4202560 25 0 0 0 46 0 0 0 15 0 22 0 876121776 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 47258756208413 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22613/tid=22637] ppid=22611 vsize=15691548 CPUtime=0.32 cores=0,2,4,6
/proc/22613/task/22637/stat : 22637 (java) S 22611 22613 22550 0 -1 4202560 14 0 0 0 32 0 0 0 15 0 22 0 876121776 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22638] ppid=22611 vsize=15691548 CPUtime=0.41 cores=0,2,4,6
/proc/22613/task/22638/stat : 22638 (java) R 22611 22613 22550 0 -1 4202560 10 0 0 0 41 0 0 0 15 0 22 0 876121776 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 46912506114803 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22613/tid=22639] ppid=22611 vsize=15691548 CPUtime=0.61 cores=0,2,4,6
/proc/22613/task/22639/stat : 22639 (java) R 22611 22613 22550 0 -1 4202560 9 0 0 0 61 0 0 0 16 0 22 0 876121776 16068145152 65255 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 47258756207063 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 15691548

[startup+6.30104 s]
/proc/loadavg: 4.03 4.03 4.00 11/221 22640
/proc/meminfo: memFree=30685516/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=15691548 CPUtime=18.14 cores=0,2,4,6
/proc/22613/stat : 22613 (java) S 22611 22613 22550 0 -1 4202496 284235 0 1 0 1773 41 0 0 18 0 22 0 876121691 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 3922887 277560 2275 9 0 3913606 0
[pid=22613/tid=22615] ppid=22611 vsize=15691548 CPUtime=2.1 cores=0,2,4,6
/proc/22613/task/22615/stat : 22615 (java) S 22611 22613 22550 0 -1 4202560 35675 0 1 0 205 5 0 0 22 0 22 0 876121692 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22616] ppid=22611 vsize=15691548 CPUtime=0.21 cores=0,2,4,6
/proc/22613/task/22616/stat : 22616 (java) S 22611 22613 22550 0 -1 4202560 32885 0 0 0 17 4 0 0 16 0 22 0 876121692 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22617] ppid=22611 vsize=15691548 CPUtime=0.19 cores=0,2,4,6
/proc/22613/task/22617/stat : 22617 (java) S 22611 22613 22550 0 -1 4202560 28720 0 0 0 15 4 0 0 15 0 22 0 876121692 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22618] ppid=22611 vsize=15691548 CPUtime=0.09 cores=0,2,4,6
/proc/22613/task/22618/stat : 22618 (java) S 22611 22613 22550 0 -1 4202560 12555 0 0 0 9 0 0 0 15 0 22 0 876121692 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22619] ppid=22611 vsize=15691548 CPUtime=0.13 cores=0,2,4,6
/proc/22613/task/22619/stat : 22619 (java) S 22611 22613 22550 0 -1 4202560 28506 0 0 0 9 4 0 0 16 0 22 0 876121692 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22620] ppid=22611 vsize=15691548 CPUtime=0.09 cores=0,2,4,6
/proc/22613/task/22620/stat : 22620 (java) S 22611 22613 22550 0 -1 4202560 11629 0 0 0 8 1 0 0 15 0 22 0 876121692 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22621] ppid=22611 vsize=15691548 CPUtime=0.17 cores=0,2,4,6
/proc/22613/task/22621/stat : 22621 (java) S 22611 22613 22550 0 -1 4202560 22272 0 0 0 14 3 0 0 16 0 22 0 876121692 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22622] ppid=22611 vsize=15691548 CPUtime=0.13 cores=0,2,4,6
/proc/22613/task/22622/stat : 22622 (java) S 22611 22613 22550 0 -1 4202560 26980 0 0 0 9 4 0 0 16 0 22 0 876121692 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22623] ppid=22611 vsize=15691548 CPUtime=0.1 cores=0,2,4,6
/proc/22613/task/22623/stat : 22623 (java) S 22611 22613 22550 0 -1 4202560 18805 0 0 0 8 2 0 0 16 0 22 0 876121692 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22624] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22624/stat : 22624 (java) S 22611 22613 22550 0 -1 4202560 501 0 0 0 0 0 0 0 15 0 22 0 876121693 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 0 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22625] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22625/stat : 22625 (java) S 22611 22613 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876121694 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22626] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22626/stat : 22626 (java) S 22611 22613 22550 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876121694 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22627] ppid=22611 vsize=15691548 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22627/stat : 22627 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347716017 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22628] ppid=22611 vsize=15691548 CPUtime=0.76 cores=0,2,4,6
/proc/22613/task/22628/stat : 22628 (java) S 22611 22613 22550 0 -1 4202560 5702 0 0 0 75 1 0 0 15 0 22 0 876121696 16068145152 277560 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0

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

[pid=22613/tid=22626] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22626/stat : 22626 (java) S 22611 22613 22550 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 876121694 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22627] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22627/stat : 22627 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347716017 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22628] ppid=22611 vsize=15687032 CPUtime=0.91 cores=0,2,4,6
/proc/22613/task/22628/stat : 22628 (java) S 22611 22613 22550 0 -1 4202560 5717 0 0 0 90 1 0 0 16 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22629] ppid=22611 vsize=15687032 CPUtime=1.01 cores=0,2,4,6
/proc/22613/task/22629/stat : 22629 (java) S 22611 22613 22550 0 -1 4202560 5308 0 0 0 101 0 0 0 15 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22630] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22630/stat : 22630 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22631] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22631/stat : 22631 (java) S 22611 22613 22550 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22636] ppid=22611 vsize=15687032 CPUtime=289.25 cores=0,2,4,6
/proc/22613/task/22636/stat : 22636 (java) S 22611 22613 22550 0 -1 4202560 69766 0 0 0 28908 17 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22637] ppid=22611 vsize=15687032 CPUtime=287.75 cores=0,2,4,6
/proc/22613/task/22637/stat : 22637 (java) S 22611 22613 22550 0 -1 4202560 74226 0 0 0 28762 13 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22638] ppid=22611 vsize=15687032 CPUtime=289.19 cores=0,2,4,6
/proc/22613/task/22638/stat : 22638 (java) S 22611 22613 22550 0 -1 4202560 72464 0 0 0 28903 16 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22639] ppid=22611 vsize=15687032 CPUtime=289.42 cores=0,2,4,6
/proc/22613/task/22639/stat : 22639 (java) S 22611 22613 22550 0 -1 4202560 78415 0 0 0 28926 16 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2069.54
Current children cumulated vsize (KiB) 15687032

[startup+1242.3 s]
/proc/loadavg: 5.20 5.14 5.08 6/221 22746
/proc/meminfo: memFree=14164672/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=15687032 CPUtime=2132.2 cores=0,2,4,6
/proc/22613/stat : 22613 (java) S 22611 22613 22550 0 -1 4202496 3880785 0 1 0 212511 709 0 0 18 0 22 0 876121691 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 3921758 3821624 2294 9 0 3912477 0
[pid=22613/tid=22615] ppid=22611 vsize=15687032 CPUtime=2.1 cores=0,2,4,6
/proc/22613/task/22615/stat : 22615 (java) S 22611 22613 22550 0 -1 4202560 35675 0 1 0 205 5 0 0 22 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22616] ppid=22611 vsize=15687032 CPUtime=3.53 cores=0,2,4,6
/proc/22613/task/22616/stat : 22616 (java) S 22611 22613 22550 0 -1 4202560 353004 0 0 0 291 62 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22617] ppid=22611 vsize=15687032 CPUtime=3.2 cores=0,2,4,6
/proc/22613/task/22617/stat : 22617 (java) S 22611 22613 22550 0 -1 4202560 354142 0 0 0 259 61 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22618] ppid=22611 vsize=15687032 CPUtime=3.9 cores=0,2,4,6
/proc/22613/task/22618/stat : 22618 (java) S 22611 22613 22550 0 -1 4202560 370781 0 0 0 327 63 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22619] ppid=22611 vsize=15687032 CPUtime=2.6 cores=0,2,4,6
/proc/22613/task/22619/stat : 22619 (java) S 22611 22613 22550 0 -1 4202560 342720 0 0 0 198 62 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22620] ppid=22611 vsize=15687032 CPUtime=3.89 cores=0,2,4,6
/proc/22613/task/22620/stat : 22620 (java) S 22611 22613 22550 0 -1 4202560 378815 0 0 0 324 65 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22621] ppid=22611 vsize=15687032 CPUtime=3.41 cores=0,2,4,6
/proc/22613/task/22621/stat : 22621 (java) S 22611 22613 22550 0 -1 4202560 426072 0 0 0 269 72 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22622] ppid=22611 vsize=15687032 CPUtime=2.94 cores=0,2,4,6
/proc/22613/task/22622/stat : 22622 (java) S 22611 22613 22550 0 -1 4202560 321848 0 0 0 242 52 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22623] ppid=22611 vsize=15687032 CPUtime=3.1 cores=0,2,4,6
/proc/22613/task/22623/stat : 22623 (java) S 22611 22613 22550 0 -1 4202560 360903 0 0 0 250 60 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22624] ppid=22611 vsize=15687032 CPUtime=942.25 cores=0,2,4,6
/proc/22613/task/22624/stat : 22624 (java) R 22611 22613 22550 0 -1 4202560 629023 0 0 0 94091 134 0 0 18 0 22 0 876121693 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 47258753282364 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=22613/tid=22625] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22625/stat : 22625 (java) S 22611 22613 22550 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 876121694 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22626] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22626/stat : 22626 (java) S 22611 22613 22550 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 876121694 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22627] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22627/stat : 22627 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347716017 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22628] ppid=22611 vsize=15687032 CPUtime=0.91 cores=0,2,4,6
/proc/22613/task/22628/stat : 22628 (java) S 22611 22613 22550 0 -1 4202560 5717 0 0 0 90 1 0 0 16 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22629] ppid=22611 vsize=15687032 CPUtime=1.01 cores=0,2,4,6
/proc/22613/task/22629/stat : 22629 (java) S 22611 22613 22550 0 -1 4202560 5308 0 0 0 101 0 0 0 15 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22630] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22630/stat : 22630 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22631] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22631/stat : 22631 (java) S 22611 22613 22550 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22636] ppid=22611 vsize=15687032 CPUtime=290.13 cores=0,2,4,6
/proc/22613/task/22636/stat : 22636 (java) S 22611 22613 22550 0 -1 4202560 69838 0 0 0 28996 17 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22637] ppid=22611 vsize=15687032 CPUtime=288.66 cores=0,2,4,6
/proc/22613/task/22637/stat : 22637 (java) S 22611 22613 22550 0 -1 4202560 74417 0 0 0 28852 14 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22638] ppid=22611 vsize=15687032 CPUtime=290.08 cores=0,2,4,6
/proc/22613/task/22638/stat : 22638 (java) S 22611 22613 22550 0 -1 4202560 72500 0 0 0 28992 16 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22639] ppid=22611 vsize=15687032 CPUtime=290.33 cores=0,2,4,6
/proc/22613/task/22639/stat : 22639 (java) S 22611 22613 22550 0 -1 4202560 78567 0 0 0 29016 17 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2132.2
Current children cumulated vsize (KiB) 15687032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.14 5.13 5.08 6/221 22748
/proc/meminfo: memFree=14862724/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=15687032 CPUtime=2193.76 cores=0,2,4,6
/proc/22613/stat : 22613 (java) S 22611 22613 22550 0 -1 4202496 3881224 0 1 0 218660 716 0 0 18 0 22 0 876121691 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 3921758 3821624 2294 9 0 3912477 0
[pid=22613/tid=22615] ppid=22611 vsize=15687032 CPUtime=2.1 cores=0,2,4,6
/proc/22613/task/22615/stat : 22615 (java) S 22611 22613 22550 0 -1 4202560 35675 0 1 0 205 5 0 0 22 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22616] ppid=22611 vsize=15687032 CPUtime=3.53 cores=0,2,4,6
/proc/22613/task/22616/stat : 22616 (java) S 22611 22613 22550 0 -1 4202560 353004 0 0 0 291 62 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22617] ppid=22611 vsize=15687032 CPUtime=3.2 cores=0,2,4,6
/proc/22613/task/22617/stat : 22617 (java) S 22611 22613 22550 0 -1 4202560 354142 0 0 0 259 61 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22618] ppid=22611 vsize=15687032 CPUtime=3.9 cores=0,2,4,6
/proc/22613/task/22618/stat : 22618 (java) S 22611 22613 22550 0 -1 4202560 370781 0 0 0 327 63 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22619] ppid=22611 vsize=15687032 CPUtime=2.6 cores=0,2,4,6
/proc/22613/task/22619/stat : 22619 (java) S 22611 22613 22550 0 -1 4202560 342720 0 0 0 198 62 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22620] ppid=22611 vsize=15687032 CPUtime=3.89 cores=0,2,4,6
/proc/22613/task/22620/stat : 22620 (java) S 22611 22613 22550 0 -1 4202560 378815 0 0 0 324 65 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22621] ppid=22611 vsize=15687032 CPUtime=3.41 cores=0,2,4,6
/proc/22613/task/22621/stat : 22621 (java) S 22611 22613 22550 0 -1 4202560 426072 0 0 0 269 72 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22622] ppid=22611 vsize=15687032 CPUtime=2.94 cores=0,2,4,6
/proc/22613/task/22622/stat : 22622 (java) S 22611 22613 22550 0 -1 4202560 321848 0 0 0 242 52 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22623] ppid=22611 vsize=15687032 CPUtime=3.1 cores=0,2,4,6
/proc/22613/task/22623/stat : 22623 (java) S 22611 22613 22550 0 -1 4202560 360903 0 0 0 250 60 0 0 16 0 22 0 876121692 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22624] ppid=22611 vsize=15687032 CPUtime=998.6 cores=0,2,4,6
/proc/22613/task/22624/stat : 22624 (java) R 22611 22613 22550 0 -1 4202560 629028 0 0 0 99722 138 0 0 18 0 22 0 876121693 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 47258753282364 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=22613/tid=22625] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22625/stat : 22625 (java) S 22611 22613 22550 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 876121694 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22626] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22626/stat : 22626 (java) S 22611 22613 22550 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 876121694 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22627] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22627/stat : 22627 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347716017 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22628] ppid=22611 vsize=15687032 CPUtime=0.91 cores=0,2,4,6
/proc/22613/task/22628/stat : 22628 (java) S 22611 22613 22550 0 -1 4202560 5717 0 0 0 90 1 0 0 16 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22629] ppid=22611 vsize=15687032 CPUtime=1.01 cores=0,2,4,6
/proc/22613/task/22629/stat : 22629 (java) S 22611 22613 22550 0 -1 4202560 5308 0 0 0 101 0 0 0 15 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22630] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22630/stat : 22630 (java) S 22611 22613 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22631] ppid=22611 vsize=15687032 CPUtime=0 cores=0,2,4,6
/proc/22613/task/22631/stat : 22631 (java) S 22611 22613 22550 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 876121696 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708928 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
[pid=22613/tid=22636] ppid=22611 vsize=15687032 CPUtime=291.42 cores=0,2,4,6
/proc/22613/task/22636/stat : 22636 (java) S 22611 22613 22550 0 -1 4202560 69917 0 0 0 29124 18 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 0 0 0 0
[pid=22613/tid=22637] ppid=22611 vsize=15687032 CPUtime=289.96 cores=0,2,4,6
/proc/22613/task/22637/stat : 22637 (java) S 22611 22613 22550 0 -1 4202560 74527 0 0 0 28982 14 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 6 0 0 0
[pid=22613/tid=22638] ppid=22611 vsize=15687032 CPUtime=291.39 cores=0,2,4,6
/proc/22613/task/22638/stat : 22638 (java) S 22611 22613 22550 0 -1 4202560 72548 0 0 0 29122 17 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 2 0 0 0
[pid=22613/tid=22639] ppid=22611 vsize=15687032 CPUtime=291.64 cores=0,2,4,6
/proc/22613/task/22639/stat : 22639 (java) S 22611 22613 22550 0 -1 4202560 78761 0 0 0 29146 18 0 0 15 0 22 0 876121776 16063520768 3821624 33554432000 1073741824 1073778376 140736971034384 18446744073709551615 232347708313 0 4 0 16800975 18446604453865500800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2193.76
Current children cumulated vsize (KiB) 15687032

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22613

[startup+1302.3 s]
/proc/loadavg: 5.14 5.13 5.08 6/223 22750
/proc/meminfo: memFree=14887384/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=0 CPUtime=2196.31 cores=0,2,4,6
/proc/22613/stat : 22613 (java) Z 22611 22613 22550 0 -1 4203548 3881254 0 1 0 218886 745 0 0 18 0 2 0 876121691 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 0 0 0 0 0 0 0
[pid=22613/tid=22637] ppid=22611 vsize=0 CPUtime=290.33 cores=0,2,4,6
/proc/22613/task/22637/stat : 22637 (java) R 22611 22613 22550 0 -1 4203588 74528 0 0 0 28990 43 0 0 16 0 2 0 876121776 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2196.31
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.14 5.13 5.08 6/223 22750
/proc/meminfo: memFree=14887384/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=0 CPUtime=2196.41 cores=0,2,4,6
/proc/22613/stat : 22613 (java) Z 22611 22613 22550 0 -1 4203548 3881254 0 1 0 218886 755 0 0 18 0 2 0 876121691 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 0 0 0 0 0 0 0
[pid=22613/tid=22637] ppid=22611 vsize=0 CPUtime=290.43 cores=0,2,4,6
/proc/22613/task/22637/stat : 22637 (java) R 22611 22613 22550 0 -1 4203588 74528 0 0 0 28990 53 0 0 16 0 2 0 876121776 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2196.41
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.14 5.13 5.08 6/223 22750
/proc/meminfo: memFree=14887384/32951124 swapFree=67063272/67111528
[pid=22613] ppid=22611 vsize=0 CPUtime=2196.51 cores=0,2,4,6
/proc/22613/stat : 22613 (java) Z 22611 22613 22550 0 -1 4203548 3881254 0 1 0 218886 765 0 0 18 0 2 0 876121691 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22613/statm: 0 0 0 0 0 0 0
[pid=22613/tid=22637] ppid=22611 vsize=0 CPUtime=290.53 cores=0,2,4,6
/proc/22613/task/22637/stat : 22637 (java) R 22611 22613 22550 0 -1 4203588 74528 0 0 0 28990 63 0 0 16 0 2 0 876121776 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2196.51
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.53
CPU time (s): 2196.55
CPU user time (s): 2188.87
CPU system time (s): 7.68383
CPU usage (%): 168.636
Max. virtual memory (cumulated for all children) (KiB): 15692496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2188.87
system time used= 7.68383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3881254
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= 72543
involuntary context switches= 41480

runsolver used 2.00969 second user time and 5.15921 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-09 20:47:15
IDJOB=3311301
IDBENCH=82686
IDSOLVER=1698
FILE ID=node132/3311301-1307645235
RUNJOBID= node132-1307645235-22568
PBS_JOBID= 13549411
Free space on /tmp= 74184 MiB

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

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

MD5SUM BENCH= 3ba69e7f651721ce4358ca0320f27486
RANDOM SEED=1346398273

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32149092 kB
Buffers:        187316 kB
Cached:         378196 kB
SwapCached:       9968 kB
Active:         326472 kB
Inactive:       268300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32149092 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            7380 kB
Writeback:           0 kB
AnonPages:       27408 kB
Mapped:          16636 kB
Slab:           141056 kB
PageTables:       4272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   748924 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74180 MiB
End job on node132 at 2011-06-09 21:08:58