Trace number 3313514

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) 4371.11 1301.28

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

Solver Data

0.10/0.11	37:13 INFO : Reading from input HOME/instance-3313514-1304098631.cnf
7.78/7.49	Executor set job limit to 1000000
7.78/7.49	Executor set job limit to 1000000
7.78/7.49	Executor set job limit to 1000000
7.78/7.49	Executor set job limit to 1000000
7.78/7.49	Starting Executor!
7.78/7.49	Starting Executor!
7.78/7.49	Starting Executor!
7.78/7.49	Starting Executor!
48.48/46.05	37:59 INFO : 102639 variables remaining out of 153284
48.48/46.05	37:59 INFO : 27195390 literals remaining out of 8121392
3698.14/1034.37	54:27 ERROR: Failed to solve instance
3698.14/1034.37	java.lang.OutOfMemoryError: GC overhead limit exceeded
3698.14/1034.37		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
3698.14/1034.37		at gnu.trove.THash.compact(THash.java:197)
3698.14/1034.37		at gnu.trove.THash.removeAt(THash.java:261)
3698.14/1034.37		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
3698.14/1034.37		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
3698.14/1034.37		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
3698.14/1034.37		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
3698.14/1034.37		at ibis.structure.Solver.propagate(Solver.java:271)
3698.14/1034.37		at ibis.structure.Solver.simplify(Solver.java:188)
3698.14/1034.37		at ibis.structure.Solver.solve(Solver.java:113)
3698.14/1034.37		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3698.14/1034.37		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3698.14/1034.37		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3698.14/1034.37		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3698.14/1034.37		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3698.14/1034.37		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3698.14/1034.37		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3698.14/1034.37		at ibis.constellation.Executor.processActivities(Executor.java:75)
3698.14/1034.37		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3698.14/1034.37		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3698.14/1034.37		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3757.39/1061.91	54:55 ERROR: Failed to solve instance
3757.39/1061.91	java.lang.OutOfMemoryError: GC overhead limit exceeded
3757.39/1061.91		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
3757.39/1061.91		at gnu.trove.THash.compact(THash.java:197)
3757.39/1061.91		at gnu.trove.THash.removeAt(THash.java:261)
3757.39/1061.91		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
3757.39/1061.91		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
3757.39/1061.91		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
3757.39/1061.91		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
3757.39/1061.91		at ibis.structure.Solver.propagate(Solver.java:271)
3757.39/1061.91		at ibis.structure.Solver.simplify(Solver.java:188)
3757.39/1061.91		at ibis.structure.Solver.solve(Solver.java:113)
3757.39/1061.91		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3757.39/1061.91		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3757.39/1061.91		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3757.39/1061.91		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3757.39/1061.91		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3757.39/1061.91		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3757.39/1061.91		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3757.39/1061.91		at ibis.constellation.Executor.processActivities(Executor.java:75)
3757.39/1061.91		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3757.39/1061.91		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3757.39/1061.91		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3762.04/1065.46	54:58 ERROR: Failed to solve instance
3762.04/1065.46	java.lang.OutOfMemoryError: Java heap space
3762.04/1065.46		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
3762.04/1065.46		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
3762.04/1065.46		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:185)
3762.04/1065.46		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:60)
3762.04/1065.46		at ibis.structure.Solver.simplify(Solver.java:191)
3762.04/1065.46		at ibis.structure.Solver.solve(Solver.java:113)
3762.04/1065.46		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3762.04/1065.46		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3762.04/1065.46		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3762.04/1065.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3762.04/1065.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3762.04/1065.46		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3762.04/1065.46		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3762.04/1065.46		at ibis.constellation.Executor.processActivities(Executor.java:75)
3762.04/1065.46		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3762.04/1065.46		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3762.04/1065.46		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3781.78/1079.01	55:12 ERROR: Failed to solve instance
3781.78/1079.01	java.lang.OutOfMemoryError: GC overhead limit exceeded
3781.78/1079.01		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
3781.78/1079.01		at gnu.trove.THash.postInsertHook(THash.java:370)
3781.78/1079.01		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3781.78/1079.01		at ibis.structure.WatchLists.build(WatchLists.java:56)
3781.78/1079.01		at ibis.structure.Solver.<init>(Solver.java:45)
3781.78/1079.01		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3781.78/1079.01		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3781.78/1079.01		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3781.78/1079.01		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3781.78/1079.01		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3781.78/1079.01		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3781.78/1079.01		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3781.78/1079.01		at ibis.constellation.Executor.processActivities(Executor.java:75)
3781.78/1079.01		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3781.78/1079.01		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3781.78/1079.01		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3970.35/1145.25	56:18 ERROR: Failed to solve instance
3970.35/1145.25	java.lang.OutOfMemoryError: GC overhead limit exceeded
4003.39/1160.65	56:33 ERROR: Failed to solve instance
4003.39/1160.65	java.lang.OutOfMemoryError: GC overhead limit exceeded
4034.06/1177.58	56:50 ERROR: Failed to solve instance
4034.06/1177.58	java.lang.OutOfMemoryError: GC overhead limit exceeded
4100.13/1204.82	57:17 ERROR: Failed to solve instance
4100.13/1204.82	java.lang.OutOfMemoryError: GC overhead limit exceeded
4306.41/1273.78	58:26 ERROR: Failed to solve instance
4306.41/1273.78	java.lang.OutOfMemoryError: Java heap space
4318.95/1280.30	58:33 ERROR: Failed to solve instance
4318.95/1280.30	java.lang.OutOfMemoryError: GC overhead limit exceeded
4325.24/1285.02	58:38 ERROR: Failed to solve instance
4325.24/1285.02	java.lang.OutOfMemoryError: GC overhead limit exceeded

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-3313514-1304098631/watcher-3313514-1304098631 -o /tmp/evaluation-result-3313514-1304098631/solver-3313514-1304098631 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313514-1304098631.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.67 7.72 7.74 5/198 25537
/proc/meminfo: memFree=19139880/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=28436 CPUtime=0 cores=1,3,5,7
/proc/25537/stat : 25537 (java) S 25535 25537 25096 0 -1 4202496 1433 0 0 0 0 0 0 0 24 0 2 0 521466026 29118464 903 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 7645 905 692 9 0 383 0
[pid=25537/tid=25538] ppid=25535 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25538/stat : 25538 (java) R 25535 25537 25096 0 -1 4202560 94 0 0 0 0 0 0 0 25 0 2 0 521466027 31313920 919 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218365994752 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.062271 s]
/proc/loadavg: 7.67 7.72 7.74 5/198 25537
/proc/meminfo: memFree=19139880/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/25537/stat : 25537 (java) S 25535 25537 25096 0 -1 4202496 4325 0 1 0 5 0 0 0 24 0 18 0 521466026 15984414720 3765 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 3902445 3766 1778 9 0 3893164 0
[pid=25537/tid=25538] ppid=25535 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/25537/task/25538/stat : 25538 (java) R 25535 25537 25096 0 -1 4202560 2910 0 1 0 4 0 0 0 25 0 18 0 521466027 15984414720 3766 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 47562061524997 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100263 s]
/proc/loadavg: 7.67 7.72 7.74 5/198 25537
/proc/meminfo: memFree=19139880/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=15676588 CPUtime=0.1 cores=1,3,5,7
/proc/25537/stat : 25537 (java) S 25535 25537 25096 0 -1 4202496 5615 0 1 0 9 1 0 0 24 0 18 0 521466026 16052826112 5029 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 3919147 5029 2117 9 0 3909866 0
[pid=25537/tid=25538] ppid=25535 vsize=15676588 CPUtime=0.09 cores=1,3,5,7
/proc/25537/task/25538/stat : 25538 (java) R 25535 25537 25096 0 -1 4202560 3452 0 1 0 8 1 0 0 18 0 18 0 521466027 16052826112 5029 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 47562061557637 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676588

[startup+0.300231 s]
/proc/loadavg: 7.67 7.72 7.74 5/198 25537
/proc/meminfo: memFree=19139880/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=15681008 CPUtime=0.51 cores=1,3,5,7
/proc/25537/stat : 25537 (java) S 25535 25537 25096 0 -1 4202496 16023 0 1 0 48 3 0 0 24 0 18 0 521466026 16057352192 14162 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 3920252 14169 2207 9 0 3910971 0
[pid=25537/tid=25538] ppid=25535 vsize=15681008 CPUtime=0.29 cores=1,3,5,7
/proc/25537/task/25538/stat : 25538 (java) R 25535 25537 25096 0 -1 4202560 10814 0 1 0 27 2 0 0 18 0 18 0 521466027 16057352192 14173 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912505637543 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681008

[startup+0.701161 s]
/proc/loadavg: 7.67 7.72 7.74 5/198 25537
/proc/meminfo: memFree=19139880/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=15681008 CPUtime=0.92 cores=1,3,5,7
/proc/25537/stat : 25537 (java) S 25535 25537 25096 0 -1 4202496 42195 0 1 0 86 6 0 0 24 0 18 0 521466026 16057352192 40331 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 3920252 40331 2223 9 0 3910971 0
[pid=25537/tid=25538] ppid=25535 vsize=15681008 CPUtime=0.68 cores=1,3,5,7
/proc/25537/task/25538/stat : 25538 (java) R 25535 25537 25096 0 -1 4202560 35499 0 1 0 63 5 0 0 18 0 18 0 521466027 16057352192 40331 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912505637624 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681008

[startup+1.50102 s]
/proc/loadavg: 7.46 7.67 7.73 7/216 25555
/proc/meminfo: memFree=18979476/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=15681008 CPUtime=1.74 cores=1,3,5,7
/proc/25537/stat : 25537 (java) S 25535 25537 25096 0 -1 4202496 76091 0 1 0 164 10 0 0 24 0 18 0 521466026 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 3920252 74224 2223 9 0 3910971 0
[pid=25537/tid=25538] ppid=25535 vsize=15681008 CPUtime=1.47 cores=1,3,5,7
/proc/25537/task/25538/stat : 25538 (java) R 25535 25537 25096 0 -1 4202560 65953 0 1 0 139 8 0 0 19 0 18 0 521466027 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912505526304 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25537/tid=25540] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25540/stat : 25540 (java) S 25535 25537 25096 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 18 0 521466027 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25541] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25541/stat : 25541 (java) S 25535 25537 25096 0 -1 4202560 855 0 0 0 0 0 0 0 16 0 18 0 521466027 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25542] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25542/stat : 25542 (java) S 25535 25537 25096 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 18 0 521466027 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25543] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25543/stat : 25543 (java) S 25535 25537 25096 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 18 0 521466027 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25544] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25544/stat : 25544 (java) S 25535 25537 25096 0 -1 4202560 1627 0 0 0 0 0 0 0 15 0 18 0 521466027 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25545] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25545/stat : 25545 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521466027 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25546] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25546/stat : 25546 (java) S 25535 25537 25096 0 -1 4202560 483 0 0 0 0 0 0 0 15 0 18 0 521466027 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25547] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25547/stat : 25547 (java) S 25535 25537 25096 0 -1 4202560 1379 0 0 0 0 0 0 0 15 0 18 0 521466027 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25548] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25548/stat : 25548 (java) S 25535 25537 25096 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 18 0 521466028 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773760 0 0 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25549] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25549/stat : 25549 (java) S 25535 25537 25096 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521466029 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25550] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25550/stat : 25550 (java) S 25535 25537 25096 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521466029 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25551] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25551/stat : 25551 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521466031 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382780849 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25552] ppid=25535 vsize=15681008 CPUtime=0.11 cores=1,3,5,7
/proc/25537/task/25552/stat : 25552 (java) S 25535 25537 25096 0 -1 4202560 1244 0 0 0 11 0 0 0 25 0 18 0 521466031 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25553] ppid=25535 vsize=15681008 CPUtime=0.1 cores=1,3,5,7
/proc/25537/task/25553/stat : 25553 (java) S 25535 25537 25096 0 -1 4202560 2584 0 0 0 10 0 0 0 17 0 18 0 521466031 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25554] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25554/stat : 25554 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521466031 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25555] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25555/stat : 25555 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521466031 16057352192 74224 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773760 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15681008

[startup+3.10074 s]
/proc/loadavg: 7.46 7.67 7.73 8/216 25555
/proc/meminfo: memFree=18711264/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=15681008 CPUtime=3.42 cores=1,3,5,7
/proc/25537/stat : 25537 (java) S 25535 25537 25096 0 -1 4202496 145864 0 1 0 325 17 0 0 24 0 18 0 521466026 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 3920252 143930 2241 9 0 3910971 0
[pid=25537/tid=25538] ppid=25535 vsize=15681008 CPUtime=3.05 cores=1,3,5,7
/proc/25537/task/25538/stat : 25538 (java) R 25535 25537 25096 0 -1 4202560 127232 0 1 0 290 15 0 0 23 0 18 0 521466027 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912505560844 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25537/tid=25540] ppid=25535 vsize=15681008 CPUtime=0.01 cores=1,3,5,7
/proc/25537/task/25540/stat : 25540 (java) S 25535 25537 25096 0 -1 4202560 348 0 0 0 1 0 0 0 15 0 18 0 521466027 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25541] ppid=25535 vsize=15681008 CPUtime=0.01 cores=1,3,5,7
/proc/25537/task/25541/stat : 25541 (java) S 25535 25537 25096 0 -1 4202560 885 0 0 0 1 0 0 0 15 0 18 0 521466027 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25542] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25542/stat : 25542 (java) S 25535 25537 25096 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 18 0 521466027 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25543] ppid=25535 vsize=15681008 CPUtime=0.01 cores=1,3,5,7
/proc/25537/task/25543/stat : 25543 (java) S 25535 25537 25096 0 -1 4202560 2626 0 0 0 1 0 0 0 16 0 18 0 521466027 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25544] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25544/stat : 25544 (java) S 25535 25537 25096 0 -1 4202560 1802 0 0 0 0 0 0 0 15 0 18 0 521466027 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25545] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25545/stat : 25545 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521466027 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25546] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25546/stat : 25546 (java) S 25535 25537 25096 0 -1 4202560 5648 0 0 0 0 0 0 0 16 0 18 0 521466027 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25547] ppid=25535 vsize=15681008 CPUtime=0.01 cores=1,3,5,7
/proc/25537/task/25547/stat : 25547 (java) S 25535 25537 25096 0 -1 4202560 1381 0 0 0 1 0 0 0 15 0 18 0 521466027 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25548] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25548/stat : 25548 (java) S 25535 25537 25096 0 -1 4202560 434 0 0 0 0 0 0 0 15 0 18 0 521466028 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773760 0 0 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25549] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25549/stat : 25549 (java) S 25535 25537 25096 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521466029 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25550] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25550/stat : 25550 (java) S 25535 25537 25096 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521466029 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25551] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25551/stat : 25551 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521466031 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382780849 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25552] ppid=25535 vsize=15681008 CPUtime=0.14 cores=1,3,5,7
/proc/25537/task/25552/stat : 25552 (java) S 25535 25537 25096 0 -1 4202560 1347 0 0 0 14 0 0 0 16 0 18 0 521466031 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25553] ppid=25535 vsize=15681008 CPUtime=0.12 cores=1,3,5,7
/proc/25537/task/25553/stat : 25553 (java) S 25535 25537 25096 0 -1 4202560 2602 0 0 0 12 0 0 0 15 0 18 0 521466031 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25554] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25554/stat : 25554 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521466031 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25555] ppid=25535 vsize=15681008 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25555/stat : 25555 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521466031 16057352192 143930 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773760 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 15681008

[startup+6.30117 s]
/proc/loadavg: 7.46 7.67 7.73 6/216 25555
/proc/meminfo: memFree=17955632/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=15677924 CPUtime=6.68 cores=1,3,5,7
/proc/25537/stat : 25537 (java) S 25535 25537 25096 0 -1 4202496 284767 0 1 0 632 36 0 0 24 0 18 0 521466026 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 3919481 282192 2241 9 0 3910200 0
[pid=25537/tid=25538] ppid=25535 vsize=15677924 CPUtime=6.23 cores=1,3,5,7
/proc/25537/task/25538/stat : 25538 (java) R 25535 25537 25096 0 -1 4202560 255624 0 1 0 591 32 0 0 21 0 18 0 521466027 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912505637425 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25537/tid=25540] ppid=25535 vsize=15677924 CPUtime=0.03 cores=1,3,5,7
/proc/25537/task/25540/stat : 25540 (java) S 25535 25537 25096 0 -1 4202560 348 0 0 0 3 0 0 0 16 0 18 0 521466027 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25541] ppid=25535 vsize=15677924 CPUtime=0.02 cores=1,3,5,7
/proc/25537/task/25541/stat : 25541 (java) S 25535 25537 25096 0 -1 4202560 885 0 0 0 2 0 0 0 15 0 18 0 521466027 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25542] ppid=25535 vsize=15677924 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25542/stat : 25542 (java) S 25535 25537 25096 0 -1 4202560 174 0 0 0 0 0 0 0 16 0 18 0 521466027 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25543] ppid=25535 vsize=15677924 CPUtime=0.02 cores=1,3,5,7
/proc/25537/task/25543/stat : 25543 (java) S 25535 25537 25096 0 -1 4202560 12867 0 0 0 1 1 0 0 16 0 18 0 521466027 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25544] ppid=25535 vsize=15677924 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25544/stat : 25544 (java) S 25535 25537 25096 0 -1 4202560 1802 0 0 0 0 0 0 0 16 0 18 0 521466027 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25545] ppid=25535 vsize=15677924 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25545/stat : 25545 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521466027 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25546] ppid=25535 vsize=15677924 CPUtime=0.01 cores=1,3,5,7
/proc/25537/task/25546/stat : 25546 (java) S 25535 25537 25096 0 -1 4202560 5649 0 0 0 1 0 0 0 16 0 18 0 521466027 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25547] ppid=25535 vsize=15677924 CPUtime=0.02 cores=1,3,5,7
/proc/25537/task/25547/stat : 25547 (java) S 25535 25537 25096 0 -1 4202560 1381 0 0 0 2 0 0 0 15 0 18 0 521466027 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25548] ppid=25535 vsize=15677924 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25548/stat : 25548 (java) S 25535 25537 25096 0 -1 4202560 703 0 0 0 0 0 0 0 15 0 18 0 521466028 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773760 0 0 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25549] ppid=25535 vsize=15677924 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25549/stat : 25549 (java) S 25535 25537 25096 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521466029 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25550] ppid=25535 vsize=15677924 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25550/stat : 25550 (java) S 25535 25537 25096 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521466029 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25551] ppid=25535 vsize=15677924 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25551/stat : 25551 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521466031 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382780849 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25552] ppid=25535 vsize=15677924 CPUtime=0.14 cores=1,3,5,7
/proc/25537/task/25552/stat : 25552 (java) S 25535 25537 25096 0 -1 4202560 1347 0 0 0 14 0 0 0 16 0 18 0 521466031 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25553] ppid=25535 vsize=15677924 CPUtime=0.12 cores=1,3,5,7
/proc/25537/task/25553/stat : 25553 (java) S 25535 25537 25096 0 -1 4202560 2602 0 0 0 12 0 0 0 15 0 18 0 521466031 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25554] ppid=25535 vsize=15677924 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25554/stat : 25554 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521466031 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25555] ppid=25535 vsize=15677924 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25555/stat : 25555 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521466031 16054194176 282192 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773760 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0

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

[pid=25537/tid=25548] ppid=25535 vsize=15749820 CPUtime=176.28 cores=1,3,5,7
/proc/25537/task/25548/stat : 25548 (java) R 25535 25537 25096 0 -1 4202560 39201 0 0 0 17613 15 0 0 25 0 22 0 521466028 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382783157 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=25537/tid=25549] ppid=25535 vsize=15749820 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25549/stat : 25549 (java) S 25535 25537 25096 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521466029 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25550] ppid=25535 vsize=15749820 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25550/stat : 25550 (java) S 25535 25537 25096 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 521466029 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25551] ppid=25535 vsize=15749820 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25551/stat : 25551 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521466031 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382780849 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25552] ppid=25535 vsize=15749820 CPUtime=1.68 cores=1,3,5,7
/proc/25537/task/25552/stat : 25552 (java) S 25535 25537 25096 0 -1 4202560 14347 0 0 0 167 1 0 0 15 0 22 0 521466031 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25553] ppid=25535 vsize=15749820 CPUtime=1.16 cores=1,3,5,7
/proc/25537/task/25553/stat : 25553 (java) S 25535 25537 25096 0 -1 4202560 4399 0 0 0 116 0 0 0 15 0 22 0 521466031 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25554] ppid=25535 vsize=15749820 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25554/stat : 25554 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521466031 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25555] ppid=25535 vsize=15749820 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25555/stat : 25555 (java) S 25535 25537 25096 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 521466031 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773760 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25556] ppid=25535 vsize=15749820 CPUtime=959.46 cores=1,3,5,7
/proc/25537/task/25556/stat : 25556 (java) R 25535 25537 25096 0 -1 4202560 6878 0 0 0 95944 2 0 0 16 0 22 0 521466776 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912506076022 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25537/tid=25557] ppid=25535 vsize=15749820 CPUtime=955.03 cores=1,3,5,7
/proc/25537/task/25557/stat : 25557 (java) R 25535 25537 25096 0 -1 4202560 5072 0 0 0 95501 2 0 0 16 0 22 0 521466776 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912505776533 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25537/tid=25558] ppid=25535 vsize=15749820 CPUtime=999.04 cores=1,3,5,7
/proc/25537/task/25558/stat : 25558 (java) R 25535 25537 25096 0 -1 4202560 26189 0 0 0 99900 4 0 0 16 0 22 0 521466776 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912505842325 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25537/tid=25559] ppid=25535 vsize=15749820 CPUtime=997.92 cores=1,3,5,7
/proc/25537/task/25559/stat : 25559 (java) R 25535 25537 25096 0 -1 4202560 25321 0 0 0 99789 3 0 0 16 0 22 0 521466776 16127815680 3849068 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4207.53
Current children cumulated vsize (KiB) 15749820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.40 5.63 6.85 2/193 25614
/proc/meminfo: memFree=9841024/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=15756804 CPUtime=4369.01 cores=1,3,5,7
/proc/25537/stat : 25537 (java) S 25535 25537 25096 0 -1 4202496 3956092 0 1 0 436249 652 0 0 24 0 22 0 521466026 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 3939201 3850517 2295 9 0 3929920 0
[pid=25537/tid=25538] ppid=25535 vsize=15756804 CPUtime=45.73 cores=1,3,5,7
/proc/25537/task/25538/stat : 25538 (java) S 25535 25537 25096 0 -1 4202560 255788 0 1 0 4540 33 0 0 25 0 22 0 521466027 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25540] ppid=25535 vsize=15756804 CPUtime=8.06 cores=1,3,5,7
/proc/25537/task/25540/stat : 25540 (java) S 25535 25537 25096 0 -1 4202560 502592 0 0 0 727 79 0 0 15 0 22 0 521466027 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25541] ppid=25535 vsize=15756804 CPUtime=8.59 cores=1,3,5,7
/proc/25537/task/25541/stat : 25541 (java) S 25535 25537 25096 0 -1 4202560 442763 0 0 0 784 75 0 0 16 0 22 0 521466027 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25542] ppid=25535 vsize=15756804 CPUtime=9.52 cores=1,3,5,7
/proc/25537/task/25542/stat : 25542 (java) S 25535 25537 25096 0 -1 4202560 544780 0 0 0 866 86 0 0 16 0 22 0 521466027 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25543] ppid=25535 vsize=15756804 CPUtime=8.37 cores=1,3,5,7
/proc/25537/task/25543/stat : 25543 (java) S 25535 25537 25096 0 -1 4202560 354478 0 0 0 780 57 0 0 16 0 22 0 521466027 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25544] ppid=25535 vsize=15756804 CPUtime=9.03 cores=1,3,5,7
/proc/25537/task/25544/stat : 25544 (java) S 25535 25537 25096 0 -1 4202560 413095 0 0 0 838 65 0 0 16 0 22 0 521466027 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25545] ppid=25535 vsize=15756804 CPUtime=8.93 cores=1,3,5,7
/proc/25537/task/25545/stat : 25545 (java) S 25535 25537 25096 0 -1 4202560 323260 0 0 0 840 53 0 0 16 0 22 0 521466027 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25546] ppid=25535 vsize=15756804 CPUtime=8.92 cores=1,3,5,7
/proc/25537/task/25546/stat : 25546 (java) S 25535 25537 25096 0 -1 4202560 453976 0 0 0 820 72 0 0 16 0 22 0 521466027 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25547] ppid=25535 vsize=15756804 CPUtime=9.63 cores=1,3,5,7
/proc/25537/task/25547/stat : 25547 (java) S 25535 25537 25096 0 -1 4202560 540930 0 0 0 869 94 0 0 16 0 22 0 521466027 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25548] ppid=25535 vsize=15756804 CPUtime=199.32 cores=1,3,5,7
/proc/25537/task/25548/stat : 25548 (java) R 25535 25537 25096 0 -1 4202560 39205 0 0 0 19916 16 0 0 25 0 22 0 521466028 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 47562065116552 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=25537/tid=25549] ppid=25535 vsize=15756804 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25549/stat : 25549 (java) S 25535 25537 25096 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521466029 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25550] ppid=25535 vsize=15756804 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25550/stat : 25550 (java) S 25535 25537 25096 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 521466029 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25551] ppid=25535 vsize=15756804 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25551/stat : 25551 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521466031 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382780849 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25552] ppid=25535 vsize=15756804 CPUtime=1.68 cores=1,3,5,7
/proc/25537/task/25552/stat : 25552 (java) S 25535 25537 25096 0 -1 4202560 14347 0 0 0 167 1 0 0 15 0 22 0 521466031 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25553] ppid=25535 vsize=15756804 CPUtime=1.24 cores=1,3,5,7
/proc/25537/task/25553/stat : 25553 (java) S 25535 25537 25096 0 -1 4202560 5849 0 0 0 124 0 0 0 15 0 22 0 521466031 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25554] ppid=25535 vsize=15756804 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25554/stat : 25554 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521466031 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25555] ppid=25535 vsize=15756804 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25555/stat : 25555 (java) S 25535 25537 25096 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 521466031 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773760 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25556] ppid=25535 vsize=15756804 CPUtime=994.03 cores=1,3,5,7
/proc/25537/task/25556/stat : 25556 (java) S 25535 25537 25096 0 -1 4202560 6918 0 0 0 99401 2 0 0 16 0 22 0 521466776 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25557] ppid=25535 vsize=15756804 CPUtime=989.69 cores=1,3,5,7
/proc/25537/task/25557/stat : 25557 (java) S 25535 25537 25096 0 -1 4202560 5102 0 0 0 98967 2 0 0 16 0 22 0 521466776 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25558] ppid=25535 vsize=15756804 CPUtime=1033.7 cores=1,3,5,7
/proc/25537/task/25558/stat : 25558 (java) S 25535 25537 25096 0 -1 4202560 26202 0 0 0 103366 4 0 0 15 0 22 0 521466776 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25559] ppid=25535 vsize=15756804 CPUtime=1032.4 cores=1,3,5,7
/proc/25537/task/25559/stat : 25559 (java) S 25535 25537 25096 0 -1 4202560 25349 0 0 0 103237 3 0 0 15 0 22 0 521466776 16134967296 3850517 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4369.01
Current children cumulated vsize (KiB) 15756804

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

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

[startup+1300.57 s]
/proc/loadavg: 4.40 5.63 6.85 2/194 25615
/proc/meminfo: memFree=9841016/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=15757832 CPUtime=4370.12 cores=1,3,5,7
/proc/25537/stat : 25537 (java) S 25535 25537 25096 0 -1 4202496 3956101 0 1 0 436360 652 0 0 18 0 23 0 521466026 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 3939458 3850524 2295 9 0 3930177 0
[pid=25537/tid=25538] ppid=25535 vsize=15757832 CPUtime=45.73 cores=1,3,5,7
/proc/25537/task/25538/stat : 25538 (java) S 25535 25537 25096 0 -1 4202560 255788 0 1 0 4540 33 0 0 25 0 23 0 521466027 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25540] ppid=25535 vsize=15757832 CPUtime=8.06 cores=1,3,5,7
/proc/25537/task/25540/stat : 25540 (java) S 25535 25537 25096 0 -1 4202560 502592 0 0 0 727 79 0 0 15 0 23 0 521466027 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25541] ppid=25535 vsize=15757832 CPUtime=8.59 cores=1,3,5,7
/proc/25537/task/25541/stat : 25541 (java) S 25535 25537 25096 0 -1 4202560 442763 0 0 0 784 75 0 0 16 0 23 0 521466027 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25542] ppid=25535 vsize=15757832 CPUtime=9.52 cores=1,3,5,7
/proc/25537/task/25542/stat : 25542 (java) S 25535 25537 25096 0 -1 4202560 544780 0 0 0 866 86 0 0 16 0 23 0 521466027 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25543] ppid=25535 vsize=15757832 CPUtime=8.37 cores=1,3,5,7
/proc/25537/task/25543/stat : 25543 (java) S 25535 25537 25096 0 -1 4202560 354478 0 0 0 780 57 0 0 16 0 23 0 521466027 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25544] ppid=25535 vsize=15757832 CPUtime=9.03 cores=1,3,5,7
/proc/25537/task/25544/stat : 25544 (java) S 25535 25537 25096 0 -1 4202560 413095 0 0 0 838 65 0 0 16 0 23 0 521466027 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25545] ppid=25535 vsize=15757832 CPUtime=8.93 cores=1,3,5,7
/proc/25537/task/25545/stat : 25545 (java) S 25535 25537 25096 0 -1 4202560 323260 0 0 0 840 53 0 0 16 0 23 0 521466027 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25546] ppid=25535 vsize=15757832 CPUtime=8.92 cores=1,3,5,7
/proc/25537/task/25546/stat : 25546 (java) S 25535 25537 25096 0 -1 4202560 453976 0 0 0 820 72 0 0 16 0 23 0 521466027 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25547] ppid=25535 vsize=15757832 CPUtime=9.63 cores=1,3,5,7
/proc/25537/task/25547/stat : 25547 (java) S 25535 25537 25096 0 -1 4202560 540930 0 0 0 869 94 0 0 16 0 23 0 521466027 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25548] ppid=25535 vsize=15757832 CPUtime=199.7 cores=1,3,5,7
/proc/25537/task/25548/stat : 25548 (java) R 25535 25537 25096 0 -1 4202560 39205 0 0 0 19954 16 0 0 25 0 23 0 521466028 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382783157 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=25537/tid=25549] ppid=25535 vsize=15757832 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25549/stat : 25549 (java) S 25535 25537 25096 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 23 0 521466029 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25550] ppid=25535 vsize=15757832 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25550/stat : 25550 (java) S 25535 25537 25096 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 23 0 521466029 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25551] ppid=25535 vsize=15757832 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25551/stat : 25551 (java) S 25535 25537 25096 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 23 0 521466031 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25552] ppid=25535 vsize=15757832 CPUtime=1.68 cores=1,3,5,7
/proc/25537/task/25552/stat : 25552 (java) S 25535 25537 25096 0 -1 4202560 14347 0 0 0 167 1 0 0 15 0 23 0 521466031 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 1 0 0 0
[pid=25537/tid=25553] ppid=25535 vsize=15757832 CPUtime=1.24 cores=1,3,5,7
/proc/25537/task/25553/stat : 25553 (java) S 25535 25537 25096 0 -1 4202560 5849 0 0 0 124 0 0 0 15 0 23 0 521466031 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 5 0 0 0
[pid=25537/tid=25554] ppid=25535 vsize=15757832 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25554/stat : 25554 (java) S 25535 25537 25096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 23 0 521466031 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773145 0 4 0 16800975 18446604455915242432 0 0 -1 3 0 0 0
[pid=25537/tid=25555] ppid=25535 vsize=15757832 CPUtime=0 cores=1,3,5,7
/proc/25537/task/25555/stat : 25555 (java) S 25535 25537 25096 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 23 0 521466031 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 218382773760 0 4 0 16800975 18446604455915242432 0 0 -1 7 0 0 0
[pid=25537/tid=25556] ppid=25535 vsize=15757832 CPUtime=994.21 cores=1,3,5,7
/proc/25537/task/25556/stat : 25556 (java) R 25535 25537 25096 0 -1 4202560 6918 0 0 0 99419 2 0 0 15 0 23 0 521466776 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912506145736 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25537/tid=25557] ppid=25535 vsize=15757832 CPUtime=989.87 cores=1,3,5,7
/proc/25537/task/25557/stat : 25557 (java) R 25535 25537 25096 0 -1 4202560 5102 0 0 0 98985 2 0 0 15 0 23 0 521466776 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912506155787 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25537/tid=25558] ppid=25535 vsize=15757832 CPUtime=1033.88 cores=1,3,5,7
/proc/25537/task/25558/stat : 25558 (java) R 25535 25537 25096 0 -1 4202560 26202 0 0 0 103384 4 0 0 15 0 23 0 521466776 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912506424952 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25537/tid=25559] ppid=25535 vsize=15757832 CPUtime=1032.58 cores=1,3,5,7
/proc/25537/task/25559/stat : 25559 (java) R 25535 25537 25096 0 -1 4202560 25349 0 0 0 103255 3 0 0 15 0 23 0 521466776 16136019968 3850524 33554432000 1073741824 1073778376 140734119289312 18446744073709551615 46912505583063 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4370.12
Current children cumulated vsize (KiB) 15757832

[startup+1300.9 s]
/proc/loadavg: 4.40 5.63 6.85 2/194 25615
/proc/meminfo: memFree=9841016/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=0 CPUtime=4370.73 cores=1,3,5,7
/proc/25537/stat : 25537 (java) Z 25535 25537 25096 0 -1 4203548 3956120 0 1 0 436408 665 0 0 15 0 2 0 521466026 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 0 0 0 0 0 0 0
[pid=25537/tid=25548] ppid=25535 vsize=0 CPUtime=199.93 cores=1,3,5,7
/proc/25537/task/25548/stat : 25548 (java) R 25535 25537 25096 0 -1 4202564 39205 0 0 0 19964 29 0 0 25 0 2 0 521466028 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4370.73
Current children cumulated vsize (KiB) 0

[startup+1301.1 s]
/proc/loadavg: 4.40 5.63 6.85 2/194 25615
/proc/meminfo: memFree=9841016/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=0 CPUtime=4370.93 cores=1,3,5,7
/proc/25537/stat : 25537 (java) Z 25535 25537 25096 0 -1 4203548 3956120 0 1 0 436408 685 0 0 15 0 2 0 521466026 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 0 0 0 0 0 0 0
[pid=25537/tid=25548] ppid=25535 vsize=0 CPUtime=200.13 cores=1,3,5,7
/proc/25537/task/25548/stat : 25548 (java) R 25535 25537 25096 0 -1 4202564 39205 0 0 0 19964 49 0 0 25 0 2 0 521466028 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4370.93
Current children cumulated vsize (KiB) 0

[startup+1301.2 s]
/proc/loadavg: 4.40 5.63 6.85 2/194 25615
/proc/meminfo: memFree=9841016/32951124 swapFree=67051468/67111528
[pid=25537] ppid=25535 vsize=0 CPUtime=4371.03 cores=1,3,5,7
/proc/25537/stat : 25537 (java) Z 25535 25537 25096 0 -1 4203548 3956120 0 1 0 436408 695 0 0 15 0 2 0 521466026 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25537/statm: 0 0 0 0 0 0 0
[pid=25537/tid=25548] ppid=25535 vsize=0 CPUtime=200.23 cores=1,3,5,7
/proc/25537/task/25548/stat : 25548 (java) R 25535 25537 25096 0 -1 4202564 39205 0 0 0 19964 59 0 0 25 0 2 0 521466028 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4371.03
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.28
CPU time (s): 4371.11
CPU user time (s): 4364.08
CPU system time (s): 7.03093
CPU usage (%): 335.908
Max. virtual memory (cumulated for all children) (KiB): 15758860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4364.08
system time used= 7.03093
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3956120
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= 45148
involuntary context switches= 79156

runsolver used 2.10668 second user time and 5.05723 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-29 19:37:13
IDJOB=3313514
IDBENCH=82363
IDSOLVER=1699
FILE ID=node101/3313514-1304098631
RUNJOBID= node101-1304096081-25115
PBS_JOBID= 13170603
Free space on /tmp= 71976 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313514-1304098631/watcher-3313514-1304098631 -o /tmp/evaluation-result-3313514-1304098631/solver-3313514-1304098631 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313514-1304098631.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1820486784

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19140160 kB
Buffers:       2027720 kB
Cached:        5181784 kB
SwapCached:      30452 kB
Active:        9239220 kB
Inactive:      4114528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19140160 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           45224 kB
Writeback:           0 kB
AnonPages:     6135356 kB
Mapped:          17600 kB
Slab:           382044 kB
PageTables:      16596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6531940 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= 71980 MiB
End job on node101 at 2011-04-29 19:58:55