Trace number 3312972

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 1672.5 1302.64

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1520_u.cnf
MD5SUMac02a3a5c06227748ecf75dd451ebb7e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables63840
Number of clauses123900
Sum of the clauses size369320
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22380
Number of clauses of size 3121520
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	08:06 INFO : Reading from input HOME/instance-3312972-1304183286.cnf
0.92/0.77	Executor set job limit to 1000000
0.92/0.77	Executor set job limit to 1000000
0.92/0.77	Executor set job limit to 1000000
0.92/0.77	Executor set job limit to 1000000
0.92/0.77	Starting Executor!
0.92/0.77	Starting Executor!
0.92/0.77	Starting Executor!
0.92/0.77	Starting Executor!
3.25/1.95	08:08 INFO : 63800 variables remaining out of 63840
3.25/1.95	08:08 INFO : 500034 literals remaining out of 493220
1103.04/733.79	11:07 ERROR: Failed to solve instance
1103.04/733.79	java.lang.OutOfMemoryError: Java heap space
1103.04/733.79		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1103.04/733.79		at gnu.trove.THash.postInsertHook(THash.java:370)
1103.04/733.79		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1103.04/733.79		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1103.04/733.79		at ibis.structure.Subsumming.run(Subsumming.java:58)
1103.04/733.79		at ibis.structure.Solver.simplify(Solver.java:205)
1103.04/733.79		at ibis.structure.Solver.solve(Solver.java:113)
1103.04/733.79		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1103.04/733.79		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1103.04/733.79		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1103.04/733.79		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1103.04/733.79		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1103.04/733.79		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1103.04/733.79		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1103.04/733.79		at ibis.constellation.Executor.processActivities(Executor.java:75)
1103.04/733.79		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1103.04/733.79		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1103.04/733.79		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1142.64/773.39	18:54 ERROR: Failed to solve instance
1142.64/773.39	java.lang.OutOfMemoryError: Java heap space
1142.64/773.39		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:51)
1142.64/773.39		at ibis.structure.Solver.simplify(Solver.java:191)
1142.64/773.39		at ibis.structure.Solver.solve(Solver.java:113)
1142.64/773.39		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1142.64/773.39		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1142.64/773.39		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1142.64/773.39		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1142.64/773.39		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1142.64/773.39		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1142.64/773.39		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1142.64/773.39		at ibis.constellation.Executor.processActivities(Executor.java:75)
1142.64/773.39		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1142.64/773.39		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1142.64/773.39		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1183.83/814.54	11:07 ERROR: Failed to solve instance
1183.83/814.54	java.lang.OutOfMemoryError: Java heap space
1183.83/814.54		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1183.83/814.54		at gnu.trove.THash.postInsertHook(THash.java:370)
1183.83/814.54		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1183.83/814.54		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1183.83/814.54		at ibis.structure.Subsumming.run(Subsumming.java:58)
1183.83/814.54		at ibis.structure.Solver.simplify(Solver.java:205)
1183.83/814.54		at ibis.structure.Solver.solve(Solver.java:113)
1183.83/814.54		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1183.83/814.54		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1183.83/814.54		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1183.83/814.54		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1183.83/814.54		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1183.83/814.54		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1183.83/814.54		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1183.83/814.54		at ibis.constellation.Executor.processActivities(Executor.java:75)
1183.83/814.54		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1183.83/814.54		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1183.83/814.54		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1629.21/1259.85	Exception in thread "SingleThreadedConstellation 3" java.lang.OutOfMemoryError: Java heap space
1629.21/1259.86	21:56 ERROR: Failed to solve instance
1629.21/1259.86	java.lang.OutOfMemoryError: Java heap space
1629.21/1259.86		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:223)
1629.21/1259.86		at gnu.trove.THash.postInsertHook(THash.java:370)
1629.21/1259.86		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1629.21/1259.86		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1629.21/1259.86		at ibis.structure.Subsumming.run(Subsumming.java:58)
1629.21/1259.86		at ibis.structure.Solver.simplify(Solver.java:205)
1629.21/1259.86		at ibis.structure.Solver.solve(Solver.java:113)
1629.21/1259.86		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1629.21/1259.86		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1629.21/1259.86		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1629.21/1259.86		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1629.21/1259.86		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1629.21/1259.86		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1629.21/1259.86		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1629.21/1259.86		at ibis.constellation.Executor.processActivities(Executor.java:75)
1629.21/1259.86		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1629.21/1259.86		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1629.21/1259.86		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1635.44/1265.85	29:12 ERROR: Failed to solve instance
1635.44/1265.85	java.lang.OutOfMemoryError: Java heap space
1641.74/1271.96	29:18 ERROR: Failed to solve instance
1641.74/1271.96	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-3312972-1304183286/watcher-3312972-1304183286 -o /tmp/evaluation-result-3312972-1304183286/solver-3312972-1304183286 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312972-1304183286.cnf 

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: 7.63 7.95 7.97 5/198 7506
/proc/meminfo: memFree=23721704/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/7506/stat : 7506 (java) S 7504 7506 7120 0 -1 4202496 1414 0 0 0 0 0 0 0 25 0 2 0 510744476 26714112 885 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522100197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7506/statm: 6522 885 678 9 0 381 0
[pid=7506/tid=7507] ppid=7504 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7507/stat : 7507 (java) R 7504 7506 7120 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 510744477 27824128 885 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233505377194 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.025426 s]
/proc/loadavg: 7.63 7.95 7.97 5/198 7506
/proc/meminfo: memFree=23721704/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=15604116 CPUtime=0.01 cores=0,2,4,6
/proc/7506/stat : 7506 (java) S 7504 7506 7120 0 -1 4202496 3470 0 1 0 1 0 0 0 25 0 13 0 510744476 15978614784 2909 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/7506/statm: 3901029 2911 1651 9 0 3891777 0
[pid=7506/tid=7507] ppid=7504 vsize=15604116 CPUtime=0.01 cores=0,2,4,6
/proc/7506/task/7507/stat : 7507 (java) R 7504 7506 7120 0 -1 4202560 2081 0 1 0 1 0 0 0 25 0 13 0 510744477 15978614784 2911 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 47437446181635 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.100439 s]
/proc/loadavg: 7.63 7.95 7.97 5/198 7506
/proc/meminfo: memFree=23721704/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=15676196 CPUtime=0.1 cores=0,2,4,6
/proc/7506/stat : 7506 (java) S 7504 7506 7120 0 -1 4202496 5618 0 1 0 9 1 0 0 25 0 18 0 510744476 16052424704 5007 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7506/statm: 3919049 5007 2116 9 0 3909768 0
[pid=7506/tid=7507] ppid=7504 vsize=15676196 CPUtime=0.08 cores=0,2,4,6
/proc/7506/task/7507/stat : 7507 (java) R 7504 7506 7120 0 -1 4202560 3471 0 1 0 7 1 0 0 18 0 18 0 510744477 16052424704 5007 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522124235 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676196

[startup+0.300374 s]
/proc/loadavg: 7.63 7.95 7.97 5/198 7506
/proc/meminfo: memFree=23721704/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=15680668 CPUtime=0.51 cores=0,2,4,6
/proc/7506/stat : 7506 (java) S 7504 7506 7120 0 -1 4202496 15260 0 1 0 48 3 0 0 25 0 18 0 510744476 16057004032 13527 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7506/statm: 3920167 13534 2206 9 0 3910886 0
[pid=7506/tid=7507] ppid=7504 vsize=15680668 CPUtime=0.28 cores=0,2,4,6
/proc/7506/task/7507/stat : 7507 (java) R 7504 7506 7120 0 -1 4202560 10225 0 1 0 26 2 0 0 18 0 18 0 510744477 16057004032 13537 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 46912505640881 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680668

[startup+0.700303 s]
/proc/loadavg: 7.63 7.95 7.97 5/198 7506
/proc/meminfo: memFree=23721704/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=15680668 CPUtime=0.92 cores=0,2,4,6
/proc/7506/stat : 7506 (java) S 7504 7506 7120 0 -1 4202496 41834 0 1 0 87 5 0 0 25 0 18 0 510744476 16057004032 40098 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7506/statm: 3920167 40098 2222 9 0 3910886 0
[pid=7506/tid=7507] ppid=7504 vsize=15680668 CPUtime=0.67 cores=0,2,4,6
/proc/7506/task/7507/stat : 7507 (java) R 7504 7506 7120 0 -1 4202560 35549 0 1 0 63 4 0 0 18 0 18 0 510744477 16057004032 40098 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 46912505561021 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680668

[startup+1.50116 s]
/proc/loadavg: 7.63 7.95 7.97 7/220 7528
/proc/meminfo: memFree=23552588/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=15688040 CPUtime=2.43 cores=0,2,4,6
/proc/7506/stat : 7506 (java) S 7504 7506 7120 0 -1 4202496 54147 0 1 0 236 7 0 0 25 0 22 0 510744476 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7506/statm: 3922010 49845 2265 9 0 3912729 0
[pid=7506/tid=7507] ppid=7504 vsize=15688040 CPUtime=1.46 cores=0,2,4,6
/proc/7506/task/7507/stat : 7507 (java) R 7504 7506 7120 0 -1 4202560 35666 0 1 0 142 4 0 0 21 0 22 0 510744477 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 46912505175280 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7506/tid=7509] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7509/stat : 7509 (java) S 7504 7506 7120 0 -1 4202560 920 0 0 0 0 0 0 0 17 0 22 0 510744477 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7510] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7510/stat : 7510 (java) S 7504 7506 7120 0 -1 4202560 1287 0 0 0 0 0 0 0 16 0 22 0 510744477 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7511] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7511/stat : 7511 (java) S 7504 7506 7120 0 -1 4202560 40 0 0 0 0 0 0 0 17 0 22 0 510744477 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7512] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7512/stat : 7512 (java) S 7504 7506 7120 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 510744477 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7513] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7513/stat : 7513 (java) S 7504 7506 7120 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510744477 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7514] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7514/stat : 7514 (java) S 7504 7506 7120 0 -1 4202560 1035 0 0 0 0 0 0 0 17 0 22 0 510744477 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7515] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7515/stat : 7515 (java) S 7504 7506 7120 0 -1 4202560 413 0 0 0 0 0 0 0 17 0 22 0 510744477 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7516] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7516/stat : 7516 (java) S 7504 7506 7120 0 -1 4202560 958 0 0 0 0 0 0 0 16 0 22 0 510744477 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7517] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7517/stat : 7517 (java) S 7504 7506 7120 0 -1 4202560 73 0 0 0 0 0 0 0 17 0 22 0 510744478 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 0 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7518] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7518/stat : 7518 (java) S 7504 7506 7120 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 510744479 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7519] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7519/stat : 7519 (java) S 7504 7506 7120 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 510744479 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7520] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7520/stat : 7520 (java) S 7504 7506 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510744481 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522121137 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7521] ppid=7504 vsize=15688040 CPUtime=0.44 cores=0,2,4,6
/proc/7506/task/7521/stat : 7521 (java) R 7504 7506 7120 0 -1 4202560 3390 0 0 0 44 0 0 0 15 0 22 0 510744481 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 47437444999649 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7506/tid=7522] ppid=7504 vsize=15688040 CPUtime=0.46 cores=0,2,4,6
/proc/7506/task/7522/stat : 7522 (java) R 7504 7506 7120 0 -1 4202560 8935 0 0 0 45 1 0 0 15 0 22 0 510744481 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 47437444722112 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7506/tid=7523] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7523/stat : 7523 (java) S 7504 7506 7120 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 510744481 16064552960 49845 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7524] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7524/stat : 7524 (java) S 7504 7506 7120 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510744481 16064552960 49846 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7525] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7525/stat : 7525 (java) S 7504 7506 7120 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 510744554 16064552960 49847 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7526] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7526/stat : 7526 (java) S 7504 7506 7120 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 510744554 16064552960 49847 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7527] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7527/stat : 7527 (java) S 7504 7506 7120 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 510744554 16064552960 49847 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7528] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7528/stat : 7528 (java) S 7504 7506 7120 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 510744554 16064552960 49847 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 15688040

[startup+3.10084 s]
/proc/loadavg: 7.63 7.95 7.97 8/220 7528
/proc/meminfo: memFree=23545152/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=15688040 CPUtime=6.32 cores=0,2,4,6
/proc/7506/stat : 7506 (java) S 7504 7506 7120 0 -1 4202496 135834 0 1 0 614 18 0 0 25 0 22 0 510744476 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7506/statm: 3922010 131047 2275 9 0 3912729 0
[pid=7506/tid=7507] ppid=7504 vsize=15688040 CPUtime=1.92 cores=0,2,4,6
/proc/7506/task/7507/stat : 7507 (java) S 7504 7506 7120 0 -1 4202560 35711 0 1 0 188 4 0 0 22 0 22 0 510744477 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7509] ppid=7504 vsize=15688040 CPUtime=0.04 cores=0,2,4,6
/proc/7506/task/7509/stat : 7509 (java) S 7504 7506 7120 0 -1 4202560 8258 0 0 0 4 0 0 0 15 0 22 0 510744477 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7510] ppid=7504 vsize=15688040 CPUtime=0.07 cores=0,2,4,6
/proc/7506/task/7510/stat : 7510 (java) S 7504 7506 7120 0 -1 4202560 8544 0 0 0 6 1 0 0 15 0 22 0 510744477 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7511] ppid=7504 vsize=15688040 CPUtime=0.04 cores=0,2,4,6
/proc/7506/task/7511/stat : 7511 (java) S 7504 7506 7120 0 -1 4202560 6970 0 0 0 3 1 0 0 16 0 22 0 510744477 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7512] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7512/stat : 7512 (java) S 7504 7506 7120 0 -1 4202560 927 0 0 0 0 0 0 0 16 0 22 0 510744477 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7513] ppid=7504 vsize=15688040 CPUtime=0.04 cores=0,2,4,6
/proc/7506/task/7513/stat : 7513 (java) S 7504 7506 7120 0 -1 4202560 5257 0 0 0 4 0 0 0 15 0 22 0 510744477 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7514] ppid=7504 vsize=15688040 CPUtime=0.07 cores=0,2,4,6
/proc/7506/task/7514/stat : 7514 (java) S 7504 7506 7120 0 -1 4202560 13431 0 0 0 5 2 0 0 15 0 22 0 510744477 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7515] ppid=7504 vsize=15688040 CPUtime=0.01 cores=0,2,4,6
/proc/7506/task/7515/stat : 7515 (java) S 7504 7506 7120 0 -1 4202560 4155 0 0 0 1 0 0 0 15 0 22 0 510744477 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7516] ppid=7504 vsize=15688040 CPUtime=0.07 cores=0,2,4,6
/proc/7506/task/7516/stat : 7516 (java) R 7504 7506 7120 0 -1 4202560 10865 0 0 0 6 1 0 0 15 0 22 0 510744477 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7506/tid=7517] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7517/stat : 7517 (java) S 7504 7506 7120 0 -1 4202560 282 0 0 0 0 0 0 0 16 0 22 0 510744478 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 0 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7518] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7518/stat : 7518 (java) S 7504 7506 7120 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 510744479 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7519] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7519/stat : 7519 (java) S 7504 7506 7120 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 510744479 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7520] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7520/stat : 7520 (java) S 7504 7506 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510744481 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522121137 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7521] ppid=7504 vsize=15688040 CPUtime=0.75 cores=0,2,4,6
/proc/7506/task/7521/stat : 7521 (java) S 7504 7506 7120 0 -1 4202560 3434 0 0 0 75 0 0 0 15 0 22 0 510744481 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7522] ppid=7504 vsize=15688040 CPUtime=1 cores=0,2,4,6
/proc/7506/task/7522/stat : 7522 (java) S 7504 7506 7120 0 -1 4202560 9012 0 0 0 99 1 0 0 15 0 22 0 510744481 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7523] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7523/stat : 7523 (java) S 7504 7506 7120 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 510744481 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7524] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7524/stat : 7524 (java) S 7504 7506 7120 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510744481 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7525] ppid=7504 vsize=15688040 CPUtime=0.33 cores=0,2,4,6
/proc/7506/task/7525/stat : 7525 (java) R 7504 7506 7120 0 -1 4202560 11480 0 0 0 33 0 0 0 16 0 22 0 510744554 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 47437450000150 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7506/tid=7526] ppid=7504 vsize=15688040 CPUtime=0.8 cores=0,2,4,6
/proc/7506/task/7526/stat : 7526 (java) R 7504 7506 7120 0 -1 4202560 4737 0 0 0 80 0 0 0 15 0 22 0 510744554 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 46912506130558 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7506/tid=7527] ppid=7504 vsize=15688040 CPUtime=0.63 cores=0,2,4,6
/proc/7506/task/7527/stat : 7527 (java) R 7504 7506 7120 0 -1 4202560 150 0 0 0 63 0 0 0 16 0 22 0 510744554 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 46912506357402 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=7506/tid=7528] ppid=7504 vsize=15688040 CPUtime=0.39 cores=0,2,4,6
/proc/7506/task/7528/stat : 7528 (java) R 7504 7506 7120 0 -1 4202560 11234 0 0 0 39 0 0 0 16 0 22 0 510744554 16064552960 131047 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 46912506375372 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15688040

[startup+6.30126 s]
/proc/loadavg: 7.98 8.01 7.99 6/220 7528
/proc/meminfo: memFree=21971628/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=15688040 CPUtime=18.46 cores=0,2,4,6
/proc/7506/stat : 7506 (java) S 7504 7506 7120 0 -1 4202496 466490 0 1 0 1776 70 0 0 25 0 22 0 510744476 16064552960 460850 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7506/statm: 3922010 460850 2283 9 0 3912729 0
[pid=7506/tid=7507] ppid=7504 vsize=15688040 CPUtime=1.92 cores=0,2,4,6
/proc/7506/task/7507/stat : 7507 (java) S 7504 7506 7120 0 -1 4202560 35711 0 1 0 188 4 0 0 22 0 22 0 510744477 16064552960 460850 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7509] ppid=7504 vsize=15688040 CPUtime=0.09 cores=0,2,4,6
/proc/7506/task/7509/stat : 7509 (java) S 7504 7506 7120 0 -1 4202560 12549 0 0 0 8 1 0 0 15 0 22 0 510744477 16064552960 460850 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7510] ppid=7504 vsize=15688040 CPUtime=0.15 cores=0,2,4,6
/proc/7506/task/7510/stat : 7510 (java) S 7504 7506 7120 0 -1 4202560 20775 0 0 0 11 4 0 0 15 0 22 0 510744477 16064552960 460850 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7511] ppid=7504 vsize=15688040 CPUtime=0.22 cores=0,2,4,6
/proc/7506/task/7511/stat : 7511 (java) S 7504 7506 7120 0 -1 4202560 40918 0 0 0 16 6 0 0 16 0 22 0 510744477 16064552960 460850 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7512] ppid=7504 vsize=15688040 CPUtime=0.08 cores=0,2,4,6
/proc/7506/task/7512/stat : 7512 (java) S 7504 7506 7120 0 -1 4202560 13126 0 0 0 7 1 0 0 15 0 22 0 510744477 16064552960 460850 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7513] ppid=7504 vsize=15688040 CPUtime=0.27 cores=0,2,4,6
/proc/7506/task/7513/stat : 7513 (java) S 7504 7506 7120 0 -1 4202560 63570 0 0 0 18 9 0 0 16 0 22 0 510744477 16064552960 460850 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7514] ppid=7504 vsize=15688040 CPUtime=0.1 cores=0,2,4,6
/proc/7506/task/7514/stat : 7514 (java) S 7504 7506 7120 0 -1 4202560 15354 0 0 0 7 3 0 0 15 0 22 0 510744477 16064552960 460850 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7515] ppid=7504 vsize=15688040 CPUtime=0.16 cores=0,2,4,6
/proc/7506/task/7515/stat : 7515 (java) S 7504 7506 7120 0 -1 4202560 45524 0 0 0 9 7 0 0 16 0 22 0 510744477 16064552960 460850 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7516] ppid=7504 vsize=15688040 CPUtime=0.2 cores=0,2,4,6
/proc/7506/task/7516/stat : 7516 (java) S 7504 7506 7120 0 -1 4202560 42844 0 0 0 13 7 0 0 16 0 22 0 510744477 16064552960 460850 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0

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

/proc/7506/task/7512/stat : 7512 (java) S 7504 7506 7120 0 -1 4202560 238254 0 0 0 203 42 0 0 16 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7513] ppid=7504 vsize=15688040 CPUtime=2.3 cores=0,2,4,6
/proc/7506/task/7513/stat : 7513 (java) S 7504 7506 7120 0 -1 4202560 283067 0 0 0 180 50 0 0 15 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7514] ppid=7504 vsize=15688040 CPUtime=2.87 cores=0,2,4,6
/proc/7506/task/7514/stat : 7514 (java) S 7504 7506 7120 0 -1 4202560 298594 0 0 0 232 55 0 0 15 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7515] ppid=7504 vsize=15688040 CPUtime=3.45 cores=0,2,4,6
/proc/7506/task/7515/stat : 7515 (java) S 7504 7506 7120 0 -1 4202560 392669 0 0 0 275 70 0 0 16 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7516] ppid=7504 vsize=15688040 CPUtime=2.82 cores=0,2,4,6
/proc/7506/task/7516/stat : 7516 (java) S 7504 7506 7120 0 -1 4202560 319561 0 0 0 223 59 0 0 16 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7517] ppid=7504 vsize=15688040 CPUtime=1056.41 cores=0,2,4,6
/proc/7506/task/7517/stat : 7517 (java) R 7504 7506 7120 0 -1 4202560 590609 0 0 0 105524 117 0 0 25 0 22 0 510744478 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 47437449768221 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=7506/tid=7518] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7518/stat : 7518 (java) S 7504 7506 7120 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 510744479 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7519] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7519/stat : 7519 (java) S 7504 7506 7120 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 510744479 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7520] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7520/stat : 7520 (java) S 7504 7506 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510744481 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522121137 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7521] ppid=7504 vsize=15688040 CPUtime=0.77 cores=0,2,4,6
/proc/7506/task/7521/stat : 7521 (java) S 7504 7506 7120 0 -1 4202560 3437 0 0 0 77 0 0 0 15 0 22 0 510744481 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7522] ppid=7504 vsize=15688040 CPUtime=1.18 cores=0,2,4,6
/proc/7506/task/7522/stat : 7522 (java) S 7504 7506 7120 0 -1 4202560 9032 0 0 0 117 1 0 0 15 0 22 0 510744481 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7523] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7523/stat : 7523 (java) S 7504 7506 7120 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 510744481 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7524] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7524/stat : 7524 (java) S 7504 7506 7120 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 510744481 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7525] ppid=7504 vsize=15688040 CPUtime=116.42 cores=0,2,4,6
/proc/7506/task/7525/stat : 7525 (java) S 7504 7506 7120 0 -1 4202560 87679 0 0 0 11630 12 0 0 15 0 22 0 510744554 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7526] ppid=7504 vsize=15688040 CPUtime=116.93 cores=0,2,4,6
/proc/7506/task/7526/stat : 7526 (java) S 7504 7506 7120 0 -1 4202560 103792 0 0 0 11678 15 0 0 15 0 22 0 510744554 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7527] ppid=7504 vsize=15688040 CPUtime=116.54 cores=0,2,4,6
/proc/7506/task/7527/stat : 7527 (java) S 7504 7506 7120 0 -1 4202560 89331 0 0 0 11637 17 0 0 15 0 22 0 510744554 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7528] ppid=7504 vsize=15688040 CPUtime=116.28 cores=0,2,4,6
/proc/7506/task/7528/stat : 7528 (java) S 7504 7506 7120 0 -1 4202560 90465 0 0 0 11617 11 0 0 15 0 22 0 510744554 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1551.7
Current children cumulated vsize (KiB) 15688040

[startup+1242.31 s]
/proc/loadavg: 2.17 4.22 5.60 2/193 7584
/proc/meminfo: memFree=9780484/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=15688040 CPUtime=1611.71 cores=0,2,4,6
/proc/7506/stat : 7506 (java) S 7504 7506 7120 0 -1 4202496 3914292 0 1 0 160462 709 0 0 25 0 22 0 510744476 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7506/statm: 3922010 3831613 2293 9 0 3912729 0
[pid=7506/tid=7507] ppid=7504 vsize=15688040 CPUtime=1.92 cores=0,2,4,6
/proc/7506/task/7507/stat : 7507 (java) S 7504 7506 7120 0 -1 4202560 35711 0 1 0 188 4 0 0 22 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7509] ppid=7504 vsize=15688040 CPUtime=3.59 cores=0,2,4,6
/proc/7506/task/7509/stat : 7509 (java) S 7504 7506 7120 0 -1 4202560 488445 0 0 0 274 85 0 0 16 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7510] ppid=7504 vsize=15688040 CPUtime=4.15 cores=0,2,4,6
/proc/7506/task/7510/stat : 7510 (java) S 7504 7506 7120 0 -1 4202560 431324 0 0 0 337 78 0 0 16 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7511] ppid=7504 vsize=15688040 CPUtime=3.46 cores=0,2,4,6
/proc/7506/task/7511/stat : 7511 (java) S 7504 7506 7120 0 -1 4202560 450230 0 0 0 264 82 0 0 15 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7512] ppid=7504 vsize=15688040 CPUtime=2.45 cores=0,2,4,6
/proc/7506/task/7512/stat : 7512 (java) S 7504 7506 7120 0 -1 4202560 238254 0 0 0 203 42 0 0 16 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7513] ppid=7504 vsize=15688040 CPUtime=2.3 cores=0,2,4,6
/proc/7506/task/7513/stat : 7513 (java) S 7504 7506 7120 0 -1 4202560 283067 0 0 0 180 50 0 0 15 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7514] ppid=7504 vsize=15688040 CPUtime=2.87 cores=0,2,4,6
/proc/7506/task/7514/stat : 7514 (java) S 7504 7506 7120 0 -1 4202560 298594 0 0 0 232 55 0 0 15 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7515] ppid=7504 vsize=15688040 CPUtime=3.45 cores=0,2,4,6
/proc/7506/task/7515/stat : 7515 (java) S 7504 7506 7120 0 -1 4202560 392669 0 0 0 275 70 0 0 16 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7516] ppid=7504 vsize=15688040 CPUtime=2.82 cores=0,2,4,6
/proc/7506/task/7516/stat : 7516 (java) S 7504 7506 7120 0 -1 4202560 319561 0 0 0 223 59 0 0 16 0 22 0 510744477 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7517] ppid=7504 vsize=15688040 CPUtime=1116.41 cores=0,2,4,6
/proc/7506/task/7517/stat : 7517 (java) R 7504 7506 7120 0 -1 4202560 590614 0 0 0 111523 118 0 0 25 0 22 0 510744478 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 47437447049562 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=7506/tid=7518] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7518/stat : 7518 (java) S 7504 7506 7120 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 510744479 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7519] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7519/stat : 7519 (java) S 7504 7506 7120 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 510744479 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7520] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7520/stat : 7520 (java) S 7504 7506 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510744481 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522121137 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7521] ppid=7504 vsize=15688040 CPUtime=0.77 cores=0,2,4,6
/proc/7506/task/7521/stat : 7521 (java) S 7504 7506 7120 0 -1 4202560 3437 0 0 0 77 0 0 0 15 0 22 0 510744481 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7522] ppid=7504 vsize=15688040 CPUtime=1.18 cores=0,2,4,6
/proc/7506/task/7522/stat : 7522 (java) S 7504 7506 7120 0 -1 4202560 9032 0 0 0 117 1 0 0 15 0 22 0 510744481 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7523] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7523/stat : 7523 (java) S 7504 7506 7120 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 510744481 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7524] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7524/stat : 7524 (java) S 7504 7506 7120 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 510744481 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7525] ppid=7504 vsize=15688040 CPUtime=116.42 cores=0,2,4,6
/proc/7506/task/7525/stat : 7525 (java) S 7504 7506 7120 0 -1 4202560 87679 0 0 0 11630 12 0 0 15 0 22 0 510744554 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7526] ppid=7504 vsize=15688040 CPUtime=116.93 cores=0,2,4,6
/proc/7506/task/7526/stat : 7526 (java) S 7504 7506 7120 0 -1 4202560 103792 0 0 0 11678 15 0 0 15 0 22 0 510744554 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7527] ppid=7504 vsize=15688040 CPUtime=116.56 cores=0,2,4,6
/proc/7506/task/7527/stat : 7527 (java) S 7504 7506 7120 0 -1 4202560 89960 0 0 0 11638 18 0 0 15 0 22 0 510744554 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7528] ppid=7504 vsize=15688040 CPUtime=116.28 cores=0,2,4,6
/proc/7506/task/7528/stat : 7528 (java) S 7504 7506 7120 0 -1 4202560 90465 0 0 0 11617 11 0 0 15 0 22 0 510744554 16064552960 3831613 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1611.71
Current children cumulated vsize (KiB) 15688040



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.43 3.63 5.31 2/192 7586
/proc/meminfo: memFree=9780064/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=15688040 CPUtime=1669.86 cores=0,2,4,6
/proc/7506/stat : 7506 (java) S 7504 7506 7120 0 -1 4202496 3914941 0 1 0 166271 715 0 0 25 0 21 0 510744476 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7506/statm: 3922010 3831615 2295 9 0 3912729 0
[pid=7506/tid=7507] ppid=7504 vsize=15688040 CPUtime=1.92 cores=0,2,4,6
/proc/7506/task/7507/stat : 7507 (java) S 7504 7506 7120 0 -1 4202560 35711 0 1 0 188 4 0 0 22 0 21 0 510744477 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7509] ppid=7504 vsize=15688040 CPUtime=3.59 cores=0,2,4,6
/proc/7506/task/7509/stat : 7509 (java) S 7504 7506 7120 0 -1 4202560 488445 0 0 0 274 85 0 0 16 0 21 0 510744477 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7510] ppid=7504 vsize=15688040 CPUtime=4.15 cores=0,2,4,6
/proc/7506/task/7510/stat : 7510 (java) S 7504 7506 7120 0 -1 4202560 431324 0 0 0 337 78 0 0 16 0 21 0 510744477 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7511] ppid=7504 vsize=15688040 CPUtime=3.46 cores=0,2,4,6
/proc/7506/task/7511/stat : 7511 (java) S 7504 7506 7120 0 -1 4202560 450230 0 0 0 264 82 0 0 15 0 21 0 510744477 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7512] ppid=7504 vsize=15688040 CPUtime=2.45 cores=0,2,4,6
/proc/7506/task/7512/stat : 7512 (java) S 7504 7506 7120 0 -1 4202560 238254 0 0 0 203 42 0 0 16 0 21 0 510744477 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7513] ppid=7504 vsize=15688040 CPUtime=2.3 cores=0,2,4,6
/proc/7506/task/7513/stat : 7513 (java) S 7504 7506 7120 0 -1 4202560 283067 0 0 0 180 50 0 0 15 0 21 0 510744477 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7514] ppid=7504 vsize=15688040 CPUtime=2.87 cores=0,2,4,6
/proc/7506/task/7514/stat : 7514 (java) S 7504 7506 7120 0 -1 4202560 298594 0 0 0 232 55 0 0 15 0 21 0 510744477 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7515] ppid=7504 vsize=15688040 CPUtime=3.45 cores=0,2,4,6
/proc/7506/task/7515/stat : 7515 (java) S 7504 7506 7120 0 -1 4202560 392669 0 0 0 275 70 0 0 16 0 21 0 510744477 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7516] ppid=7504 vsize=15688040 CPUtime=2.82 cores=0,2,4,6
/proc/7506/task/7516/stat : 7516 (java) S 7504 7506 7120 0 -1 4202560 319561 0 0 0 223 59 0 0 16 0 21 0 510744477 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7517] ppid=7504 vsize=15688040 CPUtime=1173.83 cores=0,2,4,6
/proc/7506/task/7517/stat : 7517 (java) R 7504 7506 7120 0 -1 4202560 590619 0 0 0 117261 122 0 0 18 0 21 0 510744478 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 47437445107839 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=7506/tid=7518] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7518/stat : 7518 (java) S 7504 7506 7120 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 21 0 510744479 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7519] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7519/stat : 7519 (java) S 7504 7506 7120 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 21 0 510744479 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7520] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7520/stat : 7520 (java) S 7504 7506 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 510744481 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522121137 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7521] ppid=7504 vsize=15688040 CPUtime=0.78 cores=0,2,4,6
/proc/7506/task/7521/stat : 7521 (java) S 7504 7506 7120 0 -1 4202560 3444 0 0 0 78 0 0 0 15 0 21 0 510744481 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 6 0 0 0
[pid=7506/tid=7522] ppid=7504 vsize=15688040 CPUtime=1.18 cores=0,2,4,6
/proc/7506/task/7522/stat : 7522 (java) S 7504 7506 7120 0 -1 4202560 9032 0 0 0 117 1 0 0 15 0 21 0 510744481 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7523] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7523/stat : 7523 (java) S 7504 7506 7120 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 21 0 510744481 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
[pid=7506/tid=7524] ppid=7504 vsize=15688040 CPUtime=0 cores=0,2,4,6
/proc/7506/task/7524/stat : 7524 (java) S 7504 7506 7120 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 21 0 510744481 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522114048 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7525] ppid=7504 vsize=15688040 CPUtime=116.65 cores=0,2,4,6
/proc/7506/task/7525/stat : 7525 (java) S 7504 7506 7120 0 -1 4202560 87799 0 0 0 11652 13 0 0 15 0 21 0 510744554 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 0 0 0 0
[pid=7506/tid=7526] ppid=7504 vsize=15688040 CPUtime=117.16 cores=0,2,4,6
/proc/7506/task/7526/stat : 7526 (java) S 7504 7506 7120 0 -1 4202560 103965 0 0 0 11701 15 0 0 15 0 21 0 510744554 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 4 0 0 0
[pid=7506/tid=7528] ppid=7504 vsize=15688040 CPUtime=116.52 cores=0,2,4,6
/proc/7506/task/7528/stat : 7528 (java) S 7504 7506 7120 0 -1 4202560 90623 0 0 0 11640 12 0 0 15 0 21 0 510744554 16064552960 3831615 33554432000 1073741824 1073778376 140736896272496 18446744073709551615 233522113433 0 4 0 16800975 18446604453925745856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1669.86
Current children cumulated vsize (KiB) 15688040

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7506

[startup+1302.3 s]
/proc/loadavg: 1.43 3.63 5.31 2/193 7587
/proc/meminfo: memFree=9780176/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=0 CPUtime=1672.15 cores=0,2,4,6
/proc/7506/stat : 7506 (java) Z 7504 7506 7120 0 -1 4203548 3914971 0 1 0 166472 743 0 0 18 0 2 0 510744476 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/7506/statm: 0 0 0 0 0 0 0
[pid=7506/tid=7517] ppid=7504 vsize=0 CPUtime=1176.12 cores=0,2,4,6
/proc/7506/task/7517/stat : 7517 (java) R 7504 7506 7120 0 -1 4203588 590619 0 0 0 117462 150 0 0 18 0 2 0 510744478 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1672.15
Current children cumulated vsize (KiB) 0

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

[startup+1302.6 s]
/proc/loadavg: 1.43 3.63 5.31 2/193 7587
/proc/meminfo: memFree=9780176/32951124 swapFree=67111524/67111528
[pid=7506] ppid=7504 vsize=0 CPUtime=1672.45 cores=0,2,4,6
/proc/7506/stat : 7506 (java) Z 7504 7506 7120 0 -1 4203548 3914971 0 1 0 166472 773 0 0 18 0 2 0 510744476 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/7506/statm: 0 0 0 0 0 0 0
[pid=7506/tid=7517] ppid=7504 vsize=0 CPUtime=1176.42 cores=0,2,4,6
/proc/7506/task/7517/stat : 7517 (java) R 7504 7506 7120 0 -1 4203588 590619 0 0 0 117462 180 0 0 18 0 2 0 510744478 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1672.45
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.64
CPU time (s): 1672.5
CPU user time (s): 1664.72
CPU system time (s): 7.77682
CPU usage (%): 128.393
Max. virtual memory (cumulated for all children) (KiB): 15688040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1664.72
system time used= 7.77682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3914971
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= 70172
involuntary context switches= 33486

runsolver used 2.16567 second user time and 4.99324 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-30 19:08:06
IDJOB=3312972
IDBENCH=83198
IDSOLVER=1699
FILE ID=node145/3312972-1304183286
RUNJOBID= node145-1304180827-7138
PBS_JOBID= 13172456
Free space on /tmp= 73024 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1520_u.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312972-1304183286/watcher-3312972-1304183286 -o /tmp/evaluation-result-3312972-1304183286/solver-3312972-1304183286 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312972-1304183286.cnf

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

MD5SUM BENCH= ac02a3a5c06227748ecf75dd451ebb7e
RANDOM SEED=251633591

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.83
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.786
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.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23721984 kB
Buffers:       1296176 kB
Cached:        5932864 kB
SwapCached:          4 kB
Active:        2271548 kB
Inactive:      6424944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23721984 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4332 kB
Writeback:           0 kB
AnonPages:     1466536 kB
Mapped:          23452 kB
Slab:           466320 kB
PageTables:       7584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1895512 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= 73024 MiB
End job on node145 at 2011-04-30 19:29:49