Trace number 3311156

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1368340883-085-UNKNOWN.cnf
MD5SUMc6eeff67aa308a86267a5f4d04512b40
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.5953
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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	22:31 INFO : Reading from input HOME/instance-3311156-1304112150.cnf
1.13/0.91	Executor set job limit to 1000000
1.13/0.91	Executor set job limit to 1000000
1.13/0.91	Executor set job limit to 1000000
1.13/0.91	Executor set job limit to 1000000
1.13/0.91	Starting Executor!
1.13/0.91	Starting Executor!
1.13/0.91	Starting Executor!
1.13/0.91	Starting Executor!
3.85/2.43	22:33 INFO : 39840 variables remaining out of 40000
3.85/2.43	22:33 INFO : 667932 literals remaining out of 672000
1294.78/350.15	28:19 ERROR: Failed to solve instance
1294.78/350.15	java.lang.OutOfMemoryError: Java heap space
1294.78/350.15		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1294.78/350.15		at gnu.trove.THash.postInsertHook(THash.java:370)
1294.78/350.15		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1294.78/350.15		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1294.78/350.15		at ibis.structure.Subsumming.run(Subsumming.java:58)
1294.78/350.15		at ibis.structure.Solver.simplify(Solver.java:205)
1294.78/350.15		at ibis.structure.Solver.solve(Solver.java:113)
1294.78/350.15		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1294.78/350.15		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1294.78/350.15		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1294.78/350.15		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1294.78/350.15		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1294.78/350.15		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1294.78/350.15		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1294.78/350.15		at ibis.constellation.Executor.processActivities(Executor.java:75)
1294.78/350.15		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1294.78/350.15		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1294.78/350.15		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1332.40/385.69	28:56 ERROR: Failed to solve instance
1332.40/385.69	java.lang.OutOfMemoryError: Java heap space
1332.40/385.69		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1332.40/385.69		at gnu.trove.THash.postInsertHook(THash.java:370)
1332.40/385.69		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1332.40/385.69		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1332.40/385.69		at ibis.structure.Subsumming.run(Subsumming.java:58)
1332.40/385.69		at ibis.structure.Solver.simplify(Solver.java:205)
1332.40/385.69		at ibis.structure.Solver.solve(Solver.java:113)
1332.40/385.69		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1332.40/385.69		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1332.40/385.69		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1332.40/385.69		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1332.40/385.69		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1332.40/385.69		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1332.40/385.69		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1332.40/385.69		at ibis.constellation.Executor.processActivities(Executor.java:75)
1332.40/385.69		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1332.40/385.69		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1332.40/385.69		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1339.44/392.46	29:03 ERROR: Failed to solve instance
1339.44/392.46	java.lang.OutOfMemoryError: Java heap space
1339.44/392.46		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1339.44/392.46		at gnu.trove.THash.postInsertHook(THash.java:370)
1339.44/392.46		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1339.44/392.46		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1339.44/392.46		at ibis.structure.Subsumming.run(Subsumming.java:58)
1339.44/392.46		at ibis.structure.Solver.simplify(Solver.java:205)
1339.44/392.46		at ibis.structure.Solver.solve(Solver.java:113)
1339.44/392.46		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1339.44/392.46		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1339.44/392.46		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1339.44/392.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1339.44/392.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1339.44/392.46		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1339.44/392.46		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1339.44/392.46		at ibis.constellation.Executor.processActivities(Executor.java:75)
1339.44/392.46		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1339.44/392.46		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1339.44/392.46		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1363.19/416.01	29:27 ERROR: Failed to solve instance
1363.19/416.01	java.lang.OutOfMemoryError: Java heap space
1363.19/416.01		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1363.19/416.01		at ibis.structure.Solver.simplify(Solver.java:191)
1363.19/416.01		at ibis.structure.Solver.solve(Solver.java:113)
1363.19/416.01		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1363.19/416.01		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1363.19/416.01		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1363.19/416.01		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1363.19/416.01		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1363.19/416.01		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1363.19/416.01		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1363.19/416.01		at ibis.constellation.Executor.processActivities(Executor.java:75)
1363.19/416.01		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1363.19/416.01		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1363.19/416.01		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1372.82/425.44	29:36 ERROR: Failed to solve instance
1372.82/425.44	java.lang.OutOfMemoryError: Java heap space
1377.13/429.67	29:40 ERROR: Failed to solve instance
1377.13/429.67	java.lang.OutOfMemoryError: Java heap space
1379.32/431.69	29:42 ERROR: Failed to solve instance
1379.32/431.69	java.lang.OutOfMemoryError: Java heap space
1381.70/433.79	29:44 ERROR: Failed to solve instance
1381.70/433.79	java.lang.OutOfMemoryError: Java heap space
1384.99/436.71	29:47 ERROR: Failed to solve instance
1384.99/436.71	java.lang.OutOfMemoryError: Java heap space
1484.81/534.49	31:25 ERROR: Failed to solve instance
1484.81/534.49	java.lang.OutOfMemoryError: Java heap space
1486.90/536.33	31:27 ERROR: Failed to solve instance
1486.90/536.33	java.lang.OutOfMemoryError: Java heap space
1511.26/560.43	31:51 ERROR: Failed to solve instance
1511.26/560.43	java.lang.OutOfMemoryError: Java heap space
1513.78/562.83	31:53 ERROR: Failed to solve instance
1513.78/562.83	java.lang.OutOfMemoryError: Java heap space
1517.18/566.03	31:57 ERROR: Failed to solve instance
1517.18/566.03	java.lang.OutOfMemoryError: Java heap space
1519.61/568.24	31:59 ERROR: Failed to solve instance
1519.61/568.24	java.lang.OutOfMemoryError: Java heap space
1522.14/570.58	32:01 ERROR: Failed to solve instance
1522.14/570.58	java.lang.OutOfMemoryError: Java heap space
1532.89/579.32	32:10 ERROR: Failed to solve instance
1532.89/579.32	java.lang.OutOfMemoryError: Java heap space
1556.34/602.30	32:33 ERROR: Failed to solve instance
1556.34/602.30	java.lang.OutOfMemoryError: Java heap space
1572.11/617.34	32:48 ERROR: Failed to solve instance
1572.11/617.34	java.lang.OutOfMemoryError: Java heap space
1582.34/627.37	32:58 ERROR: Failed to solve instance
1582.34/627.37	java.lang.OutOfMemoryError: Java heap space
1605.59/650.14	33:21 ERROR: Failed to solve instance
1605.59/650.14	java.lang.OutOfMemoryError: Java heap space
1608.18/652.66	33:23 ERROR: Failed to solve instance
1608.18/652.66	java.lang.OutOfMemoryError: Java heap space
1655.74/699.57	34:10 ERROR: Failed to solve instance
1655.74/699.57	java.lang.OutOfMemoryError: Java heap space
1655.74/699.57	34:10 ERROR: Failed to solve instance
1655.74/699.57	java.lang.OutOfMemoryError: Java heap space
1733.70/775.89	35:27 ERROR: Failed to solve instance
1733.70/775.89	java.lang.OutOfMemoryError: Java heap space
1736.78/778.73	35:29 ERROR: Failed to solve instance
1736.78/778.73	java.lang.OutOfMemoryError: Java heap space
1740.09/781.88	35:33 ERROR: Failed to solve instance
1740.09/781.88	java.lang.OutOfMemoryError: Java heap space
1743.38/784.94	35:36 ERROR: Failed to solve instance
1743.38/784.94	java.lang.OutOfMemoryError: Java heap space
1746.88/788.30	35:39 ERROR: Failed to solve instance
1746.88/788.30	java.lang.OutOfMemoryError: Java heap space
1750.98/791.85	35:43 ERROR: Failed to solve instance
1750.98/791.85	java.lang.OutOfMemoryError: Java heap space
1865.40/904.76	37:35 ERROR: Failed to solve instance
1865.40/904.76	java.lang.OutOfMemoryError: Java heap space
1874.29/913.01	37:43 ERROR: Failed to solve instance
1874.29/913.01	java.lang.OutOfMemoryError: Java heap space
1874.29/913.01	37:43 ERROR: Failed to solve instance
1874.29/913.01	java.lang.OutOfMemoryError: Java heap space
1889.44/927.45	37:58 ERROR: Failed to solve instance
1889.44/927.45	java.lang.OutOfMemoryError: Java heap space
1889.65/927.69	37:58 ERROR: Failed to solve instance
1889.65/927.69	java.lang.OutOfMemoryError: Java heap space
1890.16/928.19	37:59 ERROR: Failed to solve instance
1890.16/928.19	java.lang.OutOfMemoryError: Java heap space
1891.71/929.68	38:00 ERROR: Failed to solve instance
1891.71/929.68	java.lang.OutOfMemoryError: Java heap space
1896.49/933.71	38:04 ERROR: Failed to solve instance
1896.49/933.71	java.lang.OutOfMemoryError: Java heap space
1920.91/957.84	38:29 ERROR: Failed to solve instance
1920.91/957.84	java.lang.OutOfMemoryError: Java heap space
1924.33/960.66	38:31 ERROR: Failed to solve instance
1924.33/960.66	java.lang.OutOfMemoryError: Java heap space
1927.38/963.17	38:34 ERROR: Failed to solve instance
1927.38/963.17	java.lang.OutOfMemoryError: Java heap space
2018.87/1053.13	40:04 ERROR: Failed to solve instance
2018.87/1053.13	java.lang.OutOfMemoryError: Java heap space
2028.70/1062.34	40:13 ERROR: Failed to solve instance
2028.70/1062.34	java.lang.OutOfMemoryError: Java heap space
2031.25/1064.81	40:15 ERROR: Failed to solve instance
2031.25/1064.81	java.lang.OutOfMemoryError: Java heap space
2228.08/1260.93	43:32 ERROR: Failed to solve instance
2228.08/1260.93	java.lang.OutOfMemoryError: Java heap space
2230.36/1263.19	43:34 ERROR: Failed to solve instance
2230.36/1263.19	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-3311156-1304112150/watcher-3311156-1304112150 -o /tmp/evaluation-result-3311156-1304112150/solver-3311156-1304112150 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311156-1304112150.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 7.26 7.89 7.84 5/194 27027
/proc/meminfo: memFree=29689228/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=26140 CPUtime=0 cores=1,3,5,7
/proc/27027/stat : 27027 (java) S 27025 27027 26111 0 -1 4202496 1396 0 0 0 0 0 0 0 21 0 2 0 601445733 26767360 875 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427194341 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27027/statm: 6522 872 666 9 0 381 0
[pid=27027/tid=27028] ppid=27025 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27028/stat : 27028 (java) R 27025 27027 26111 0 -1 4202560 56 0 0 0 0 0 0 0 22 0 2 0 601445733 26714112 885 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256410467975 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0634051 s]
/proc/loadavg: 7.26 7.89 7.84 5/194 27027
/proc/meminfo: memFree=29689228/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/27027/stat : 27027 (java) S 27025 27027 26111 0 -1 4202496 4330 0 1 0 5 0 0 0 21 0 18 0 601445733 15984414720 3769 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27027/statm: 3902445 3770 1778 9 0 3893164 0
[pid=27027/tid=27028] ppid=27025 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/27027/task/27028/stat : 27028 (java) R 27025 27027 26111 0 -1 4202560 2913 0 1 0 5 0 0 0 25 0 18 0 601445733 15984414720 3770 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 47542397230019 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100391 s]
/proc/loadavg: 7.26 7.89 7.84 5/194 27027
/proc/meminfo: memFree=29689228/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=15676488 CPUtime=0.1 cores=1,3,5,7
/proc/27027/stat : 27027 (java) S 27025 27027 26111 0 -1 4202496 5573 0 1 0 9 1 0 0 21 0 18 0 601445733 16052723712 5003 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27027/statm: 3919122 5003 2116 9 0 3909841 0
[pid=27027/tid=27028] ppid=27025 vsize=15676488 CPUtime=0.08 cores=1,3,5,7
/proc/27027/task/27028/stat : 27028 (java) R 27025 27027 26111 0 -1 4202560 3439 0 1 0 8 0 0 0 18 0 18 0 601445733 16052723712 5003 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427218379 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676488

[startup+0.300393 s]
/proc/loadavg: 7.26 7.89 7.84 5/194 27027
/proc/meminfo: memFree=29689228/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=15679748 CPUtime=0.52 cores=1,3,5,7
/proc/27027/stat : 27027 (java) S 27025 27027 26111 0 -1 4202496 15578 0 1 0 49 3 0 0 21 0 18 0 601445733 16056061952 14047 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27027/statm: 3919937 14053 2206 9 0 3910656 0
[pid=27027/tid=27028] ppid=27025 vsize=15679748 CPUtime=0.28 cores=1,3,5,7
/proc/27027/task/27028/stat : 27028 (java) R 27025 27027 26111 0 -1 4202560 10484 0 1 0 27 1 0 0 18 0 18 0 601445733 16056061952 14056 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 46912505641747 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15679748

[startup+0.70029 s]
/proc/loadavg: 7.26 7.89 7.84 5/194 27027
/proc/meminfo: memFree=29689228/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=15679748 CPUtime=0.93 cores=1,3,5,7
/proc/27027/stat : 27027 (java) S 27025 27027 26111 0 -1 4202496 41805 0 1 0 86 7 0 0 21 0 18 0 601445733 16056061952 40272 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27027/statm: 3919937 40272 2222 9 0 3910656 0
[pid=27027/tid=27028] ppid=27025 vsize=15679748 CPUtime=0.67 cores=1,3,5,7
/proc/27027/task/27028/stat : 27028 (java) R 27025 27027 26111 0 -1 4202560 35510 0 1 0 62 5 0 0 18 0 18 0 601445733 16056061952 40272 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427218379 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15679748

[startup+1.50112 s]
/proc/loadavg: 7.26 7.89 7.84 4/220 27054
/proc/meminfo: memFree=29349752/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=15715728 CPUtime=2.25 cores=1,3,5,7
/proc/27027/stat : 27027 (java) S 27025 27027 26111 0 -1 4202496 56683 0 1 0 216 9 0 0 21 0 22 0 601445733 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27027/statm: 3928932 52339 2261 9 0 3919651 0
[pid=27027/tid=27028] ppid=27025 vsize=15715728 CPUtime=1.47 cores=1,3,5,7
/proc/27027/task/27028/stat : 27028 (java) R 27025 27027 26111 0 -1 4202560 35618 0 1 0 141 6 0 0 20 0 22 0 601445733 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 46912505227904 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27027/tid=27030] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27030/stat : 27030 (java) S 27025 27027 26111 0 -1 4202560 1251 0 0 0 0 0 0 0 15 0 22 0 601445734 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27031] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27031/stat : 27031 (java) S 27025 27027 26111 0 -1 4202560 1136 0 0 0 0 0 0 0 15 0 22 0 601445734 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27032] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27032/stat : 27032 (java) S 27025 27027 26111 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 22 0 601445734 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27033] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27033/stat : 27033 (java) S 27025 27027 26111 0 -1 4202560 656 0 0 0 0 0 0 0 15 0 22 0 601445734 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27034] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27034/stat : 27034 (java) S 27025 27027 26111 0 -1 4202560 395 0 0 0 0 0 0 0 15 0 22 0 601445734 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27035] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27035/stat : 27035 (java) S 27025 27027 26111 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 601445734 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27036] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27036/stat : 27036 (java) S 27025 27027 26111 0 -1 4202560 695 0 0 0 0 0 0 0 16 0 22 0 601445734 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27037] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27037/stat : 27037 (java) S 27025 27027 26111 0 -1 4202560 680 0 0 0 0 0 0 0 15 0 22 0 601445734 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27038] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27038/stat : 27038 (java) S 27025 27027 26111 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 601445735 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 0 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27039] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27039/stat : 27039 (java) S 27025 27027 26111 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601445735 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27040] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27040/stat : 27040 (java) S 27025 27027 26111 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601445735 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27041] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27041/stat : 27041 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601445737 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427215281 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27042] ppid=27025 vsize=15715728 CPUtime=0.2 cores=1,3,5,7
/proc/27027/task/27042/stat : 27042 (java) S 27025 27027 26111 0 -1 4202560 2435 0 0 0 20 0 0 0 17 0 22 0 601445737 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27043] ppid=27025 vsize=15715728 CPUtime=0.52 cores=1,3,5,7
/proc/27027/task/27043/stat : 27043 (java) R 27025 27027 26111 0 -1 4202560 12010 0 0 0 51 1 0 0 16 0 22 0 601445737 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 47542397191333 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27027/tid=27044] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27044/stat : 27044 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601445737 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27045] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27045/stat : 27045 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601445737 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27051] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27051/stat : 27051 (java) S 27025 27027 26111 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 601445824 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27052] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27052/stat : 27052 (java) S 27025 27027 26111 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 601445824 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27053] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27053/stat : 27053 (java) S 27025 27027 26111 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601445824 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27054] ppid=27025 vsize=15715728 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27054/stat : 27054 (java) S 27025 27027 26111 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601445824 16092905472 52339 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 15715728

[startup+3.10782 s]
/proc/loadavg: 7.08 7.85 7.83 6/220 27054
/proc/meminfo: memFree=29286884/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=15714464 CPUtime=5.39 cores=1,3,5,7
/proc/27027/stat : 27027 (java) S 27025 27027 26111 0 -1 4202496 70400 0 1 0 527 12 0 0 21 0 22 0 601445733 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27027/statm: 3928616 63338 2275 9 0 3919335 0
[pid=27027/tid=27028] ppid=27025 vsize=15714464 CPUtime=2.41 cores=1,3,5,7
/proc/27027/task/27028/stat : 27028 (java) S 27025 27027 26111 0 -1 4202560 35672 0 1 0 235 6 0 0 23 0 22 0 601445733 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27030] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27030/stat : 27030 (java) S 27025 27027 26111 0 -1 4202560 1251 0 0 0 0 0 0 0 15 0 22 0 601445734 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27031] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27031/stat : 27031 (java) S 27025 27027 26111 0 -1 4202560 1136 0 0 0 0 0 0 0 15 0 22 0 601445734 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27032] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27032/stat : 27032 (java) S 27025 27027 26111 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 22 0 601445734 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27033] ppid=27025 vsize=15714464 CPUtime=0.02 cores=1,3,5,7
/proc/27027/task/27033/stat : 27033 (java) S 27025 27027 26111 0 -1 4202560 4153 0 0 0 2 0 0 0 16 0 22 0 601445734 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27034] ppid=27025 vsize=15714464 CPUtime=0.01 cores=1,3,5,7
/proc/27027/task/27034/stat : 27034 (java) S 27025 27027 26111 0 -1 4202560 3087 0 0 0 1 0 0 0 16 0 22 0 601445734 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27035] ppid=27025 vsize=15714464 CPUtime=0.02 cores=1,3,5,7
/proc/27027/task/27035/stat : 27035 (java) S 27025 27027 26111 0 -1 4202560 2205 0 0 0 2 0 0 0 16 0 22 0 601445734 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27036] ppid=27025 vsize=15714464 CPUtime=0.02 cores=1,3,5,7
/proc/27027/task/27036/stat : 27036 (java) S 27025 27027 26111 0 -1 4202560 3251 0 0 0 2 0 0 0 16 0 22 0 601445734 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27037] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27037/stat : 27037 (java) S 27025 27027 26111 0 -1 4202560 680 0 0 0 0 0 0 0 15 0 22 0 601445734 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27038] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27038/stat : 27038 (java) S 27025 27027 26111 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 22 0 601445735 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 0 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27039] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27039/stat : 27039 (java) S 27025 27027 26111 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601445735 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27040] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27040/stat : 27040 (java) S 27025 27027 26111 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601445735 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27041] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27041/stat : 27041 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601445737 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427215281 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27042] ppid=27025 vsize=15714464 CPUtime=0.93 cores=1,3,5,7
/proc/27027/task/27042/stat : 27042 (java) R 27025 27027 26111 0 -1 4202560 4609 0 0 0 92 1 0 0 15 0 22 0 601445737 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 47542397197000 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27027/tid=27043] ppid=27025 vsize=15714464 CPUtime=0.95 cores=1,3,5,7
/proc/27027/task/27043/stat : 27043 (java) S 27025 27027 26111 0 -1 4202560 12523 0 0 0 94 1 0 0 15 0 22 0 601445737 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27044] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27044/stat : 27044 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601445737 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27045] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27045/stat : 27045 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601445737 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27051] ppid=27025 vsize=15714464 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27051/stat : 27051 (java) S 27025 27027 26111 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 601445824 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27052] ppid=27025 vsize=15714464 CPUtime=0.36 cores=1,3,5,7
/proc/27027/task/27052/stat : 27052 (java) S 27025 27027 26111 0 -1 4202560 14 0 0 0 36 0 0 0 15 0 22 0 601445824 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27053] ppid=27025 vsize=15714464 CPUtime=0.49 cores=1,3,5,7
/proc/27027/task/27053/stat : 27053 (java) R 27025 27027 26111 0 -1 4202560 18 0 0 0 49 0 0 0 15 0 22 0 601445824 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 46912497426158 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27027/tid=27054] ppid=27025 vsize=15714464 CPUtime=0.08 cores=1,3,5,7
/proc/27027/task/27054/stat : 27054 (java) R 27025 27027 26111 0 -1 4202560 9 0 0 0 8 0 0 0 15 0 22 0 601445824 16091611136 63338 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 47542400188656 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 15714464

[startup+6.30116 s]
/proc/loadavg: 7.08 7.85 7.83 11/220 27054
/proc/meminfo: memFree=27807260/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=15707136 CPUtime=17.96 cores=1,3,5,7
/proc/27027/stat : 27027 (java) S 27025 27027 26111 0 -1 4202496 282124 0 1 0 1752 44 0 0 21 0 22 0 601445733 16084107264 272101 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27027/statm: 3926784 272101 2275 9 0 3917503 0
[pid=27027/tid=27028] ppid=27025 vsize=15707136 CPUtime=2.41 cores=1,3,5,7
/proc/27027/task/27028/stat : 27028 (java) S 27025 27027 26111 0 -1 4202560 35672 0 1 0 235 6 0 0 23 0 22 0 601445733 16084107264 272101 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27030] ppid=27025 vsize=15707136 CPUtime=0.16 cores=1,3,5,7
/proc/27027/task/27030/stat : 27030 (java) S 27025 27027 26111 0 -1 4202560 25223 0 0 0 13 3 0 0 15 0 22 0 601445734 16084107264 272101 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27031] ppid=27025 vsize=15707136 CPUtime=0.13 cores=1,3,5,7
/proc/27027/task/27031/stat : 27031 (java) S 27025 27027 26111 0 -1 4202560 18291 0 0 0 11 2 0 0 15 0 22 0 601445734 16084107264 272101 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27032] ppid=27025 vsize=15707136 CPUtime=0.18 cores=1,3,5,7
/proc/27027/task/27032/stat : 27032 (java) S 27025 27027 26111 0 -1 4202560 43163 0 0 0 12 6 0 0 15 0 22 0 601445734 16084107264 272101 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27033] ppid=27025 vsize=15707136 CPUtime=0.13 cores=1,3,5,7
/proc/27027/task/27033/stat : 27033 (java) S 27025 27027 26111 0 -1 4202560 19030 0 0 0 10 3 0 0 15 0 22 0 601445734 16084107264 272101 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27034] ppid=27025 vsize=15707136 CPUtime=0.17 cores=1,3,5,7
/proc/27027/task/27034/stat : 27034 (java) S 27025 27027 26111 0 -1 4202560 21835 0 0 0 15 2 0 0 15 0 22 0 601445734 16084107264 272101 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27035] ppid=27025 vsize=15707136 CPUtime=0.19 cores=1,3,5,7
/proc/27027/task/27035/stat : 27035 (java) S 27025 27027 26111 0 -1 4202560 28249 0 0 0 15 4 0 0 15 0 22 0 601445734 16084107264 272101 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27036] ppid=27025 vsize=15707136 CPUtime=0.09 cores=1,3,5,7
/proc/27027/task/27036/stat : 27036 (java) S 27025 27027 26111 0 -1 4202560 11199 0 0 0 8 1 0 0 15 0 22 0 601445734 16084107264 272101 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27037] ppid=27025 vsize=15707136 CPUtime=0.16 cores=1,3,5,7
/proc/27027/task/27037/stat : 27037 (java) S 27025 27027 26111 0 -1 4202560 19937 0 0 0 13 3 0 0 15 0 22 0 601445734 16084107264 272101 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0

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

[pid=27027/tid=27040] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27040/stat : 27040 (java) S 27025 27027 26111 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601445735 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27041] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27041/stat : 27041 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427215281 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27042] ppid=27025 vsize=15707136 CPUtime=1.13 cores=1,3,5,7
/proc/27027/task/27042/stat : 27042 (java) S 27025 27027 26111 0 -1 4202560 4805 0 0 0 112 1 0 0 16 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 7 0 0 0
[pid=27027/tid=27043] ppid=27025 vsize=15707136 CPUtime=0.98 cores=1,3,5,7
/proc/27027/task/27043/stat : 27043 (java) S 27025 27027 26111 0 -1 4202560 12529 0 0 0 97 1 0 0 15 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27044] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27044/stat : 27044 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27045] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27045/stat : 27045 (java) S 27025 27027 26111 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27051] ppid=27025 vsize=15707136 CPUtime=314.92 cores=1,3,5,7
/proc/27027/task/27051/stat : 27051 (java) S 27025 27027 26111 0 -1 4202560 63883 0 0 0 31473 19 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 4
[pid=27027/tid=27052] ppid=27025 vsize=15707136 CPUtime=316.34 cores=1,3,5,7
/proc/27027/task/27052/stat : 27052 (java) S 27025 27027 26111 0 -1 4202560 63412 0 0 0 31615 19 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27053] ppid=27025 vsize=15707136 CPUtime=316.41 cores=1,3,5,7
/proc/27027/task/27053/stat : 27053 (java) S 27025 27027 26111 0 -1 4202560 55892 0 0 0 31625 16 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27054] ppid=27025 vsize=15707136 CPUtime=315.22 cores=1,3,5,7
/proc/27027/task/27054/stat : 27054 (java) S 27025 27027 26111 0 -1 4202560 58937 0 0 0 31502 20 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2149.01
Current children cumulated vsize (KiB) 15707136

[startup+1242.3 s]
/proc/loadavg: 3.11 4.69 5.94 2/193 27110
/proc/meminfo: memFree=14262312/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=15707136 CPUtime=2209.45 cores=1,3,5,7
/proc/27027/stat : 27027 (java) S 27025 27027 26111 0 -1 4202496 3929614 0 1 0 220240 705 0 0 21 0 22 0 601445733 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27027/statm: 3926784 3854971 2294 9 0 3917503 0
[pid=27027/tid=27028] ppid=27025 vsize=15707136 CPUtime=2.41 cores=1,3,5,7
/proc/27027/task/27028/stat : 27028 (java) S 27025 27027 26111 0 -1 4202560 35672 0 1 0 235 6 0 0 23 0 22 0 601445733 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27030] ppid=27025 vsize=15707136 CPUtime=2.91 cores=1,3,5,7
/proc/27027/task/27030/stat : 27030 (java) S 27025 27027 26111 0 -1 4202560 321877 0 0 0 241 50 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27031] ppid=27025 vsize=15707136 CPUtime=2.7 cores=1,3,5,7
/proc/27027/task/27031/stat : 27031 (java) S 27025 27027 26111 0 -1 4202560 324140 0 0 0 218 52 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27032] ppid=27025 vsize=15707136 CPUtime=2.93 cores=1,3,5,7
/proc/27027/task/27032/stat : 27032 (java) S 27025 27027 26111 0 -1 4202560 303916 0 0 0 245 48 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27033] ppid=27025 vsize=15707136 CPUtime=3.73 cores=1,3,5,7
/proc/27027/task/27033/stat : 27033 (java) S 27025 27027 26111 0 -1 4202560 471838 0 0 0 294 79 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27034] ppid=27025 vsize=15707136 CPUtime=3.05 cores=1,3,5,7
/proc/27027/task/27034/stat : 27034 (java) S 27025 27027 26111 0 -1 4202560 392520 0 0 0 245 60 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27035] ppid=27025 vsize=15707136 CPUtime=3.11 cores=1,3,5,7
/proc/27027/task/27035/stat : 27035 (java) S 27025 27027 26111 0 -1 4202560 405588 0 0 0 246 65 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 7 0 0 0
[pid=27027/tid=27036] ppid=27025 vsize=15707136 CPUtime=3 cores=1,3,5,7
/proc/27027/task/27036/stat : 27036 (java) S 27025 27027 26111 0 -1 4202560 304113 0 0 0 252 48 0 0 15 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27037] ppid=27025 vsize=15707136 CPUtime=3.41 cores=1,3,5,7
/proc/27027/task/27037/stat : 27037 (java) S 27025 27027 26111 0 -1 4202560 414793 0 0 0 275 66 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27038] ppid=27025 vsize=15707136 CPUtime=916.43 cores=1,3,5,7
/proc/27027/task/27038/stat : 27038 (java) R 27025 27027 26111 0 -1 4202560 693761 0 0 0 91498 145 0 0 18 0 22 0 601445735 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 47542399956995 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=27027/tid=27039] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27039/stat : 27039 (java) S 27025 27027 26111 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 601445735 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27040] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27040/stat : 27040 (java) S 27025 27027 26111 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601445735 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27041] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27041/stat : 27041 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427215281 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27042] ppid=27025 vsize=15707136 CPUtime=1.13 cores=1,3,5,7
/proc/27027/task/27042/stat : 27042 (java) S 27025 27027 26111 0 -1 4202560 4805 0 0 0 112 1 0 0 16 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 7 0 0 0
[pid=27027/tid=27043] ppid=27025 vsize=15707136 CPUtime=0.98 cores=1,3,5,7
/proc/27027/task/27043/stat : 27043 (java) S 27025 27027 26111 0 -1 4202560 12529 0 0 0 97 1 0 0 15 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27044] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27044/stat : 27044 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27045] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27045/stat : 27045 (java) S 27025 27027 26111 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27051] ppid=27025 vsize=15707136 CPUtime=315.07 cores=1,3,5,7
/proc/27027/task/27051/stat : 27051 (java) S 27025 27027 26111 0 -1 4202560 63890 0 0 0 31487 20 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 4
[pid=27027/tid=27052] ppid=27025 vsize=15707136 CPUtime=316.48 cores=1,3,5,7
/proc/27027/task/27052/stat : 27052 (java) S 27025 27027 26111 0 -1 4202560 63801 0 0 0 31628 20 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27053] ppid=27025 vsize=15707136 CPUtime=316.53 cores=1,3,5,7
/proc/27027/task/27053/stat : 27053 (java) S 27025 27027 26111 0 -1 4202560 55901 0 0 0 31637 16 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27054] ppid=27025 vsize=15707136 CPUtime=315.4 cores=1,3,5,7
/proc/27027/task/27054/stat : 27054 (java) S 27025 27027 26111 0 -1 4202560 59017 0 0 0 31520 20 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2209.45
Current children cumulated vsize (KiB) 15707136



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.91 4.08 5.66 2/193 27111
/proc/meminfo: memFree=14262284/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=15707136 CPUtime=2267.59 cores=1,3,5,7
/proc/27027/stat : 27027 (java) S 27025 27027 26111 0 -1 4202496 3930063 0 1 0 226045 714 0 0 21 0 22 0 601445733 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27027/statm: 3926784 3854971 2294 9 0 3917503 0
[pid=27027/tid=27028] ppid=27025 vsize=15707136 CPUtime=2.41 cores=1,3,5,7
/proc/27027/task/27028/stat : 27028 (java) S 27025 27027 26111 0 -1 4202560 35672 0 1 0 235 6 0 0 23 0 22 0 601445733 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27030] ppid=27025 vsize=15707136 CPUtime=2.91 cores=1,3,5,7
/proc/27027/task/27030/stat : 27030 (java) S 27025 27027 26111 0 -1 4202560 321877 0 0 0 241 50 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27031] ppid=27025 vsize=15707136 CPUtime=2.7 cores=1,3,5,7
/proc/27027/task/27031/stat : 27031 (java) S 27025 27027 26111 0 -1 4202560 324140 0 0 0 218 52 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27032] ppid=27025 vsize=15707136 CPUtime=2.93 cores=1,3,5,7
/proc/27027/task/27032/stat : 27032 (java) S 27025 27027 26111 0 -1 4202560 303916 0 0 0 245 48 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27033] ppid=27025 vsize=15707136 CPUtime=3.73 cores=1,3,5,7
/proc/27027/task/27033/stat : 27033 (java) S 27025 27027 26111 0 -1 4202560 471838 0 0 0 294 79 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27034] ppid=27025 vsize=15707136 CPUtime=3.05 cores=1,3,5,7
/proc/27027/task/27034/stat : 27034 (java) S 27025 27027 26111 0 -1 4202560 392520 0 0 0 245 60 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27035] ppid=27025 vsize=15707136 CPUtime=3.11 cores=1,3,5,7
/proc/27027/task/27035/stat : 27035 (java) S 27025 27027 26111 0 -1 4202560 405588 0 0 0 246 65 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 7 0 0 0
[pid=27027/tid=27036] ppid=27025 vsize=15707136 CPUtime=3 cores=1,3,5,7
/proc/27027/task/27036/stat : 27036 (java) S 27025 27027 26111 0 -1 4202560 304113 0 0 0 252 48 0 0 15 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27037] ppid=27025 vsize=15707136 CPUtime=3.41 cores=1,3,5,7
/proc/27027/task/27037/stat : 27037 (java) S 27025 27027 26111 0 -1 4202560 414793 0 0 0 275 66 0 0 16 0 22 0 601445734 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27038] ppid=27025 vsize=15707136 CPUtime=973.97 cores=1,3,5,7
/proc/27027/task/27038/stat : 27038 (java) R 27025 27027 26111 0 -1 4202560 693764 0 0 0 97247 150 0 0 18 0 22 0 601445735 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 47542396374682 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=27027/tid=27039] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27039/stat : 27039 (java) S 27025 27027 26111 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 601445735 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27040] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27040/stat : 27040 (java) S 27025 27027 26111 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601445735 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27041] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27041/stat : 27041 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427215281 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27042] ppid=27025 vsize=15707136 CPUtime=1.13 cores=1,3,5,7
/proc/27027/task/27042/stat : 27042 (java) S 27025 27027 26111 0 -1 4202560 4805 0 0 0 112 1 0 0 16 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 7 0 0 0
[pid=27027/tid=27043] ppid=27025 vsize=15707136 CPUtime=0.98 cores=1,3,5,7
/proc/27027/task/27043/stat : 27043 (java) S 27025 27027 26111 0 -1 4202560 12529 0 0 0 97 1 0 0 15 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 0
[pid=27027/tid=27044] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27044/stat : 27044 (java) S 27025 27027 26111 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27045] ppid=27025 vsize=15707136 CPUtime=0 cores=1,3,5,7
/proc/27027/task/27045/stat : 27045 (java) S 27025 27027 26111 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 601445737 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427208192 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27051] ppid=27025 vsize=15707136 CPUtime=315.24 cores=1,3,5,7
/proc/27027/task/27051/stat : 27051 (java) S 27025 27027 26111 0 -1 4202560 63893 0 0 0 31504 20 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 3 0 0 4
[pid=27027/tid=27052] ppid=27025 vsize=15707136 CPUtime=316.63 cores=1,3,5,7
/proc/27027/task/27052/stat : 27052 (java) S 27025 27027 26111 0 -1 4202560 63893 0 0 0 31642 21 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 5 0 0 0
[pid=27027/tid=27053] ppid=27025 vsize=15707136 CPUtime=316.67 cores=1,3,5,7
/proc/27027/task/27053/stat : 27053 (java) S 27025 27027 26111 0 -1 4202560 55982 0 0 0 31650 17 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
[pid=27027/tid=27054] ppid=27025 vsize=15707136 CPUtime=315.54 cores=1,3,5,7
/proc/27027/task/27054/stat : 27054 (java) S 27025 27027 26111 0 -1 4202560 59283 0 0 0 31533 21 0 0 15 0 22 0 601445824 16084107264 3854971 33554432000 1073741824 1073778376 140735204821344 18446744073709551615 256427207577 0 4 0 16800975 18446604471160548224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2267.59
Current children cumulated vsize (KiB) 15707136

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27027

[startup+1302.3 s]
/proc/loadavg: 1.84 4.03 5.63 2/194 27112
/proc/meminfo: memFree=14262276/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=0 CPUtime=2269.88 cores=1,3,5,7
/proc/27027/stat : 27027 (java) Z 27025 27027 26111 0 -1 4203548 3930084 0 1 0 226246 742 0 0 18 0 2 0 601445733 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27027/statm: 0 0 0 0 0 0 0
[pid=27027/tid=27051] ppid=27025 vsize=0 CPUtime=315.52 cores=1,3,5,7
/proc/27027/task/27051/stat : 27051 (java) R 27025 27027 26111 0 -1 4203588 63893 0 0 0 31504 48 0 0 16 0 2 0 601445824 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 4
Current children cumulated CPU time (s) 2269.88
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 1.84 4.03 5.63 2/194 27112
/proc/meminfo: memFree=14262276/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=0 CPUtime=2269.98 cores=1,3,5,7
/proc/27027/stat : 27027 (java) Z 27025 27027 26111 0 -1 4203548 3930084 0 1 0 226246 752 0 0 18 0 2 0 601445733 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27027/statm: 0 0 0 0 0 0 0
[pid=27027/tid=27051] ppid=27025 vsize=0 CPUtime=315.62 cores=1,3,5,7
/proc/27027/task/27051/stat : 27051 (java) R 27025 27027 26111 0 -1 4203588 63893 0 0 0 31504 58 0 0 16 0 2 0 601445824 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 4
Current children cumulated CPU time (s) 2269.98
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 1.84 4.03 5.63 2/194 27112
/proc/meminfo: memFree=14262276/32950928 swapFree=67111364/67111528
[pid=27027] ppid=27025 vsize=0 CPUtime=2270.08 cores=1,3,5,7
/proc/27027/stat : 27027 (java) Z 27025 27027 26111 0 -1 4203548 3930084 0 1 0 226246 762 0 0 18 0 2 0 601445733 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27027/statm: 0 0 0 0 0 0 0
[pid=27027/tid=27051] ppid=27025 vsize=0 CPUtime=315.72 cores=1,3,5,7
/proc/27027/task/27051/stat : 27051 (java) R 27025 27027 26111 0 -1 4203588 63893 0 0 0 31504 68 0 0 16 0 2 0 601445824 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 4
Current children cumulated CPU time (s) 2270.08
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.53
CPU time (s): 2270.12
CPU user time (s): 2262.46
CPU system time (s): 7.65883
CPU usage (%): 174.285
Max. virtual memory (cumulated for all children) (KiB): 15715728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2262.46
system time used= 7.65883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3930084
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= 73233
involuntary context switches= 39562

runsolver used 2.22266 second user time and 4.96024 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 23:22:31
IDJOB=3311156
IDBENCH=82541
IDSOLVER=1698
FILE ID=node115/3311156-1304112150
RUNJOBID= node115-1304112150-26991
PBS_JOBID= 13170651
Free space on /tmp= 72724 MiB

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

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

MD5SUM BENCH= c6eeff67aa308a86267a5f4d04512b40
RANDOM SEED=305026255

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29689748 kB
Buffers:        807000 kB
Cached:        1951012 kB
SwapCached:          0 kB
Active:         183852 kB
Inactive:      2650836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29689748 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            8684 kB
Writeback:           0 kB
AnonPages:       77064 kB
Mapped:          22260 kB
Slab:           362248 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   776456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72728 MiB
End job on node115 at 2011-04-29 23:44:13