Trace number 3313238

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) 3234.28 1301.59

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-rfunit_flat-64-tseitin.cnf
MD5SUM3e096f1741207cfe19f60d689638aea3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.615905
Satisfiable
(Un)Satisfiability was proved
Number of variables266805
Number of clauses720122
Sum of the clauses size1680282
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2480080
Number of clauses of size 3240040
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	16:03 INFO : Reading from input HOME/instance-3313238-1304108162.cnf
2.90/2.61	Executor set job limit to 1000000
2.90/2.61	Executor set job limit to 1000000
2.90/2.61	Executor set job limit to 1000000
2.90/2.61	Executor set job limit to 1000000
2.90/2.61	Starting Executor!
2.90/2.61	Starting Executor!
2.90/2.61	Starting Executor!
2.90/2.61	Starting Executor!
14.50/12.33	16:15 INFO : 266766 variables remaining out of 266805
14.50/12.33	16:15 INFO : 17092772 literals remaining out of 2400404
2573.31/780.37	29:03 ERROR: Failed to solve instance
2573.31/780.37	java.lang.OutOfMemoryError: GC overhead limit exceeded
2573.31/780.37		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2573.31/780.37		at gnu.trove.THash.compact(THash.java:197)
2573.31/780.37		at gnu.trove.THash.removeAt(THash.java:261)
2573.31/780.37		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
2573.31/780.37		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
2573.31/780.37		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
2573.31/780.37		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
2573.31/780.37		at ibis.structure.Solver.propagate(Solver.java:271)
2573.31/780.37		at ibis.structure.Solver.simplify(Solver.java:188)
2573.31/780.37		at ibis.structure.Solver.solve(Solver.java:113)
2573.31/780.37		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2573.31/780.37		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2573.31/780.37		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2573.31/780.37		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2573.31/780.37		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2573.31/780.37		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2573.31/780.37		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2573.31/780.37		at ibis.constellation.Executor.processActivities(Executor.java:75)
2573.31/780.37		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2573.31/780.37		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2573.31/780.37		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2583.42/789.78	29:13 ERROR: Failed to solve instance
2583.42/789.78	java.lang.OutOfMemoryError: GC overhead limit exceeded
2583.42/789.78		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2583.42/789.78		at gnu.trove.THash.postInsertHook(THash.java:370)
2583.42/789.78		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2583.42/789.78		at ibis.structure.WatchLists.build(WatchLists.java:56)
2583.42/789.78		at ibis.structure.Solver.<init>(Solver.java:45)
2583.42/789.78		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2583.42/789.78		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2583.42/789.78		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2583.42/789.78		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2583.42/789.78		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2583.42/789.78		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2583.42/789.78		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2583.42/789.78		at ibis.constellation.Executor.processActivities(Executor.java:75)
2583.42/789.78		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2583.42/789.78		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2583.42/789.78		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2627.88/825.37	29:48 ERROR: Failed to solve instance
2627.88/825.37	java.lang.OutOfMemoryError: GC overhead limit exceeded
2627.88/825.37		at ibis.structure.ImplicationsGraph.createLiteral(ImplicationsGraph.java:45)
2627.88/825.37		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:35)
2627.88/825.37		at ibis.structure.Solver.addBinary(Solver.java:97)
2627.88/825.37		at ibis.structure.Solver.propagate(Solver.java:261)
2627.88/825.37		at ibis.structure.Solver.simplify(Solver.java:188)
2627.88/825.37		at ibis.structure.Solver.solve(Solver.java:113)
2627.88/825.37		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2627.88/825.37		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2627.88/825.37		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2627.88/825.37		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2627.88/825.37		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2627.88/825.37		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2627.88/825.37		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2627.88/825.37		at ibis.constellation.Executor.processActivities(Executor.java:75)
2627.88/825.37		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2627.88/825.37		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2627.88/825.37		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2631.69/829.02	29:52 ERROR: Failed to solve instance
2631.69/829.02	java.lang.OutOfMemoryError: GC overhead limit exceeded
2631.69/829.02		at gnu.trove.TIntHash.setUp(TIntHash.java:134)
2631.69/829.02		at gnu.trove.THash.<init>(THash.java:128)
2631.69/829.02		at gnu.trove.THash.<init>(THash.java:97)
2631.69/829.02		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:81)
2631.69/829.02		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:68)
2631.69/829.02		at gnu.trove.TIntHash.<init>(TIntHash.java:60)
2631.69/829.02		at gnu.trove.TIntHashSet.<init>(TIntHashSet.java:59)
2631.69/829.02		at ibis.structure.WatchLists.build(WatchLists.java:47)
2631.69/829.02		at ibis.structure.Solver.<init>(Solver.java:45)
2631.69/829.02		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2631.69/829.02		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2631.69/829.02		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2631.69/829.02		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2631.69/829.02		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2631.69/829.02		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2631.69/829.02		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2631.69/829.02		at ibis.constellation.Executor.processActivities(Executor.java:75)
2631.69/829.02		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2631.69/829.02		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2631.69/829.02		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2635.62/832.70	29:56 ERROR: Failed to solve instance
2635.62/832.70	java.lang.OutOfMemoryError: GC overhead limit exceeded
2664.54/857.45	30:20 ERROR: Failed to solve instance
2664.54/857.45	java.lang.OutOfMemoryError: GC overhead limit exceeded
2711.76/891.62	Exception in thread "SingleThreadedConstellation 3" java.lang.OutOfMemoryError: GC overhead limit exceeded
2719.41/898.81	31:02 ERROR: Failed to solve instance
2719.41/898.81	java.lang.OutOfMemoryError: GC overhead limit exceeded
2723.24/902.48	31:05 ERROR: Failed to solve instance
2723.24/902.48	java.lang.OutOfMemoryError: GC overhead limit exceeded
2739.42/916.98	31:20 ERROR: Failed to solve instance
2739.42/916.98	java.lang.OutOfMemoryError: GC overhead limit exceeded
2798.35/960.24	32:03 ERROR: Failed to solve instance
2798.35/960.24	java.lang.OutOfMemoryError: GC overhead limit exceeded
2801.67/963.36	32:06 ERROR: Failed to solve instance
2801.67/963.36	java.lang.OutOfMemoryError: GC overhead limit exceeded
2835.93/990.11	32:33 ERROR: Failed to solve instance
2835.93/990.11	java.lang.OutOfMemoryError: GC overhead limit exceeded
2845.27/998.65	32:42 ERROR: Failed to solve instance
2845.27/998.65	java.lang.OutOfMemoryError: GC overhead limit exceeded
2848.97/1002.08	32:45 ERROR: Failed to solve instance
2848.97/1002.08	java.lang.OutOfMemoryError: GC overhead limit exceeded
2856.66/1009.18	32:52 ERROR: Failed to solve instance
2856.66/1009.18	java.lang.OutOfMemoryError: GC overhead limit exceeded
2865.25/1017.00	33:00 ERROR: Failed to solve instance
2865.25/1017.00	java.lang.OutOfMemoryError: GC overhead limit exceeded
2866.97/1018.79	33:02 ERROR: Failed to solve instance
2866.97/1018.79	java.lang.OutOfMemoryError: GC overhead limit exceeded
2943.19/1071.08	33:54 ERROR: Failed to solve instance
2943.19/1071.08	java.lang.OutOfMemoryError: GC overhead limit exceeded
2951.90/1078.49	34:01 ERROR: Failed to solve instance
2951.90/1078.49	java.lang.OutOfMemoryError: GC overhead limit exceeded
2991.02/1109.46	34:32 ERROR: Failed to solve instance
2991.02/1109.46	java.lang.OutOfMemoryError: GC overhead limit exceeded
2992.65/1111.09	34:34 ERROR: Failed to solve instance
2992.65/1111.09	java.lang.OutOfMemoryError: GC overhead limit exceeded
2996.47/1114.61	34:38 ERROR: Failed to solve instance
2996.47/1114.61	java.lang.OutOfMemoryError: GC overhead limit exceeded
3003.07/1120.41	34:43 ERROR: Failed to solve instance
3003.07/1120.41	java.lang.OutOfMemoryError: GC overhead limit exceeded
3012.74/1129.26	34:52 ERROR: Failed to solve instance
3012.74/1129.26	java.lang.OutOfMemoryError: GC overhead limit exceeded
3045.83/1156.17	35:19 ERROR: Failed to solve instance
3045.83/1156.17	java.lang.OutOfMemoryError: GC overhead limit exceeded
3095.59/1195.01	35:58 ERROR: Failed to solve instance
3095.59/1195.01	java.lang.OutOfMemoryError: GC overhead limit exceeded
3099.53/1198.89	36:02 ERROR: Failed to solve instance
3099.53/1198.89	java.lang.OutOfMemoryError: GC overhead limit exceeded
3115.55/1213.13	36:16 ERROR: Failed to solve instance
3115.55/1213.13	java.lang.OutOfMemoryError: GC overhead limit exceeded
3197.37/1269.72	37:13 ERROR: Failed to solve instance
3197.37/1269.72	java.lang.OutOfMemoryError: GC overhead limit exceeded
3205.11/1276.74	37:20 ERROR: Failed to solve instance
3205.11/1276.74	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-3313238-1304108162/watcher-3313238-1304108162 -o /tmp/evaluation-result-3313238-1304108162/solver-3313238-1304108162 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313238-1304108162.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: 8.45 7.52 6.82 11/198 9232
/proc/meminfo: memFree=19065796/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/9232/stat : 9232 (java) R 9230 9232 8948 0 -1 4202496 956 0 0 0 0 0 0 0 25 0 1 0 503231912 23580672 441 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270333421312 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9232/statm: 5757 449 346 9 0 124 0

[startup+0.096599 s]
/proc/loadavg: 8.45 7.52 6.82 11/198 9232
/proc/meminfo: memFree=19065796/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=15676640 CPUtime=0.09 cores=0,2,4,6
/proc/9232/stat : 9232 (java) S 9230 9232 8948 0 -1 4202496 5475 0 1 0 9 0 0 0 25 0 18 0 503231912 16052879360 4878 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 3919160 4878 2116 9 0 3909879 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676640

[startup+0.100579 s]
/proc/loadavg: 8.45 7.52 6.82 11/198 9232
/proc/meminfo: memFree=19065796/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=15676640 CPUtime=0.1 cores=0,2,4,6
/proc/9232/stat : 9232 (java) S 9230 9232 8948 0 -1 4202496 5530 0 1 0 9 1 0 0 25 0 18 0 503231912 16052879360 4933 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 3919160 4933 2117 9 0 3909879 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676640

[startup+0.300596 s]
/proc/loadavg: 8.45 7.52 6.82 11/198 9232
/proc/meminfo: memFree=19065796/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=15679988 CPUtime=0.51 cores=0,2,4,6
/proc/9232/stat : 9232 (java) S 9230 9232 8948 0 -1 4202496 14909 0 1 0 49 2 0 0 25 0 18 0 503231912 16056307712 13370 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 3919997 13377 2207 9 0 3910716 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679988

[startup+0.700487 s]
/proc/loadavg: 8.45 7.52 6.82 11/198 9232
/proc/meminfo: memFree=19065796/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=15679988 CPUtime=0.92 cores=0,2,4,6
/proc/9232/stat : 9232 (java) S 9230 9232 8948 0 -1 4202496 42213 0 1 0 87 5 0 0 25 0 18 0 503231912 16056307712 40672 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 3919997 40672 2223 9 0 3910716 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15679988

[startup+1.5013 s]
/proc/loadavg: 8.45 7.52 6.82 3/216 9250
/proc/meminfo: memFree=18678960/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=15679988 CPUtime=1.73 cores=0,2,4,6
/proc/9232/stat : 9232 (java) S 9230 9232 8948 0 -1 4202496 48743 0 1 0 167 6 0 0 25 0 18 0 503231912 16056307712 47185 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 3919997 47191 2223 9 0 3910716 0
[pid=9232/tid=9234] ppid=9230 vsize=15679988 CPUtime=1.46 cores=0,2,4,6
/proc/9232/task/9234/stat : 9234 (java) R 9230 9232 8948 0 -1 4202560 38769 0 1 0 141 5 0 0 19 0 18 0 503231913 16056307712 47192 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 46912505640113 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9232/tid=9235] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9235/stat : 9235 (java) S 9230 9232 8948 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 18 0 503231914 16056307712 47196 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9236] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9236/stat : 9236 (java) S 9230 9232 8948 0 -1 4202560 791 0 0 0 0 0 0 0 16 0 18 0 503231914 16056307712 47200 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9237] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9237/stat : 9237 (java) S 9230 9232 8948 0 -1 4202560 1784 0 0 0 0 0 0 0 16 0 18 0 503231914 16056307712 47204 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9238] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9238/stat : 9238 (java) S 9230 9232 8948 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 503231914 16056307712 47207 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9239] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9239/stat : 9239 (java) S 9230 9232 8948 0 -1 4202560 631 0 0 0 0 0 0 0 15 0 18 0 503231914 16056307712 47211 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9240] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9240/stat : 9240 (java) S 9230 9232 8948 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 18 0 503231914 16056307712 47215 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9241] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9241/stat : 9241 (java) S 9230 9232 8948 0 -1 4202560 920 0 0 0 0 0 0 0 15 0 18 0 503231914 16056307712 47219 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9242] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9242/stat : 9242 (java) S 9230 9232 8948 0 -1 4202560 680 0 0 0 0 0 0 0 15 0 18 0 503231914 16056307712 47222 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9243] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9243/stat : 9243 (java) S 9230 9232 8948 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 503231915 16056307712 47225 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 0 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9244] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9244/stat : 9244 (java) S 9230 9232 8948 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 503231915 16056307712 47229 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9245] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9245/stat : 9245 (java) S 9230 9232 8948 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 503231915 16056307712 47232 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9246] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9246/stat : 9246 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 503231917 16056307712 47236 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350207409 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9247] ppid=9230 vsize=15679988 CPUtime=0.11 cores=0,2,4,6
/proc/9232/task/9247/stat : 9247 (java) S 9230 9232 8948 0 -1 4202560 1270 0 0 0 11 0 0 0 17 0 18 0 503231917 16056307712 47240 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9248] ppid=9230 vsize=15679988 CPUtime=0.11 cores=0,2,4,6
/proc/9232/task/9248/stat : 9248 (java) S 9230 9232 8948 0 -1 4202560 2391 0 0 0 11 0 0 0 15 0 18 0 503231917 16056307712 47244 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9249] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9249/stat : 9249 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 503231917 16056307712 47247 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9250] ppid=9230 vsize=15679988 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9250/stat : 9250 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 503231917 16056307712 47251 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 15679988

[startup+3.10098 s]
/proc/loadavg: 8.18 7.47 6.81 6/216 9250
/proc/meminfo: memFree=18537848/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=15699496 CPUtime=3.74 cores=0,2,4,6
/proc/9232/stat : 9232 (java) S 9230 9232 8948 0 -1 4202496 143968 0 1 0 357 17 0 0 25 0 22 0 503231912 16076283904 140707 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 3924874 140707 2265 9 0 3915593 0
[pid=9232/tid=9234] ppid=9230 vsize=15699496 CPUtime=3.03 cores=0,2,4,6
/proc/9232/task/9234/stat : 9234 (java) R 9230 9232 8948 0 -1 4202560 116690 0 1 0 290 13 0 0 24 0 22 0 503231913 16076283904 140707 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 46912505200839 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9232/tid=9235] ppid=9230 vsize=15699496 CPUtime=0.01 cores=0,2,4,6
/proc/9232/task/9235/stat : 9235 (java) S 9230 9232 8948 0 -1 4202560 1333 0 0 0 1 0 0 0 16 0 22 0 503231914 16076283904 140709 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9236] ppid=9230 vsize=15699496 CPUtime=0.01 cores=0,2,4,6
/proc/9232/task/9236/stat : 9236 (java) S 9230 9232 8948 0 -1 4202560 1890 0 0 0 1 0 0 0 16 0 22 0 503231914 16076283904 140709 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9237] ppid=9230 vsize=15699496 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9237/stat : 9237 (java) S 9230 9232 8948 0 -1 4202560 2046 0 0 0 0 0 0 0 15 0 22 0 503231914 16076283904 140709 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9238] ppid=9230 vsize=15699496 CPUtime=0.01 cores=0,2,4,6
/proc/9232/task/9238/stat : 9238 (java) S 9230 9232 8948 0 -1 4202560 3505 0 0 0 1 0 0 0 16 0 22 0 503231914 16076283904 140709 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9239] ppid=9230 vsize=15699496 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9239/stat : 9239 (java) S 9230 9232 8948 0 -1 4202560 636 0 0 0 0 0 0 0 15 0 22 0 503231914 16076283904 140709 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9240] ppid=9230 vsize=15699496 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9240/stat : 9240 (java) S 9230 9232 8948 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 503231914 16076283904 140709 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9241] ppid=9230 vsize=15699496 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9241/stat : 9241 (java) S 9230 9232 8948 0 -1 4202560 3517 0 0 0 0 0 0 0 15 0 22 0 503231914 16076283904 140709 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9242] ppid=9230 vsize=15699496 CPUtime=0.01 cores=0,2,4,6
/proc/9232/task/9242/stat : 9242 (java) S 9230 9232 8948 0 -1 4202560 3695 0 0 0 1 0 0 0 16 0 22 0 503231914 16076283904 140710 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9243] ppid=9230 vsize=15699496 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9243/stat : 9243 (java) S 9230 9232 8948 0 -1 4202560 360 0 0 0 0 0 0 0 15 0 22 0 503231915 16076283904 140710 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 0 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9244] ppid=9230 vsize=15699496 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9244/stat : 9244 (java) S 9230 9232 8948 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 503231915 16076283904 140711 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9245] ppid=9230 vsize=15699496 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9245/stat : 9245 (java) S 9230 9232 8948 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 503231915 16076283904 140711 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9246] ppid=9230 vsize=15699496 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9246/stat : 9246 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503231917 16076283904 140711 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350207409 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9247] ppid=9230 vsize=15699496 CPUtime=0.32 cores=0,2,4,6
/proc/9232/task/9247/stat : 9247 (java) R 9230 9232 8948 0 -1 4202560 6390 0 0 0 32 0 0 0 16 0 22 0 503231917 16076283904 140712 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 47098128393072 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9232/tid=9248] ppid=9230 vsize=15699496 CPUtime=0.24 cores=0,2,4,6
/proc/9232/task/9248/stat : 9248 (java) S 9230 9232 8948 0 -1 4202560 2452 0 0 0 24 0 0 0 15 0 22 0 503231917 16076283904 140712 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9249] ppid=9230 vsize=15699496 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9249/stat : 9249 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503231917 16076283904 140712 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9250] ppid=9230 vsize=15699496 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9250/stat : 9250 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503231917 16076283904 140712 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 15699496

[startup+6.30135 s]
/proc/loadavg: 8.18 7.47 6.81 6/220 9254
/proc/meminfo: memFree=18267784/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=15707548 CPUtime=7.7 cores=0,2,4,6
/proc/9232/stat : 9232 (java) S 9230 9232 8948 0 -1 4202496 150524 0 1 0 752 18 0 0 25 0 22 0 503231912 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 3926887 143162 2275 9 0 3917606 0
[pid=9232/tid=9234] ppid=9230 vsize=15707548 CPUtime=6.24 cores=0,2,4,6
/proc/9232/task/9234/stat : 9234 (java) R 9230 9232 8948 0 -1 4202560 116705 0 1 0 611 13 0 0 25 0 22 0 503231913 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 46912506119046 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9232/tid=9235] ppid=9230 vsize=15707548 CPUtime=0.01 cores=0,2,4,6
/proc/9232/task/9235/stat : 9235 (java) S 9230 9232 8948 0 -1 4202560 1333 0 0 0 1 0 0 0 16 0 22 0 503231914 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9236] ppid=9230 vsize=15707548 CPUtime=0.01 cores=0,2,4,6
/proc/9232/task/9236/stat : 9236 (java) S 9230 9232 8948 0 -1 4202560 1890 0 0 0 1 0 0 0 16 0 22 0 503231914 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9237] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9237/stat : 9237 (java) S 9230 9232 8948 0 -1 4202560 2046 0 0 0 0 0 0 0 15 0 22 0 503231914 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9238] ppid=9230 vsize=15707548 CPUtime=0.01 cores=0,2,4,6
/proc/9232/task/9238/stat : 9238 (java) S 9230 9232 8948 0 -1 4202560 3505 0 0 0 1 0 0 0 16 0 22 0 503231914 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9239] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9239/stat : 9239 (java) S 9230 9232 8948 0 -1 4202560 636 0 0 0 0 0 0 0 15 0 22 0 503231914 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9240] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9240/stat : 9240 (java) S 9230 9232 8948 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 503231914 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9241] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9241/stat : 9241 (java) S 9230 9232 8948 0 -1 4202560 3517 0 0 0 0 0 0 0 15 0 22 0 503231914 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9242] ppid=9230 vsize=15707548 CPUtime=0.01 cores=0,2,4,6
/proc/9232/task/9242/stat : 9242 (java) S 9230 9232 8948 0 -1 4202560 3695 0 0 0 1 0 0 0 16 0 22 0 503231914 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9243] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9243/stat : 9243 (java) S 9230 9232 8948 0 -1 4202560 360 0 0 0 0 0 0 0 15 0 22 0 503231915 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 0 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9244] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9244/stat : 9244 (java) S 9230 9232 8948 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 503231915 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9245] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9245/stat : 9245 (java) S 9230 9232 8948 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 503231915 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9246] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9246/stat : 9246 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503231917 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350207409 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9247] ppid=9230 vsize=15707548 CPUtime=0.93 cores=0,2,4,6
/proc/9232/task/9247/stat : 9247 (java) S 9230 9232 8948 0 -1 4202560 12909 0 0 0 92 1 0 0 15 0 22 0 503231917 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9248] ppid=9230 vsize=15707548 CPUtime=0.39 cores=0,2,4,6
/proc/9232/task/9248/stat : 9248 (java) S 9230 9232 8948 0 -1 4202560 2467 0 0 0 39 0 0 0 15 0 22 0 503231917 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9249] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9249/stat : 9249 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503231917 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9250] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9250/stat : 9250 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503231917 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9251] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9251/stat : 9251 (java) S 9230 9232 8948 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 22 0 503232174 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9252] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9252/stat : 9252 (java) S 9230 9232 8948 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 503232174 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9253] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9253/stat : 9253 (java) S 9230 9232 8948 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 503232174 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9254] ppid=9230 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9254/stat : 9254 (java) S 9230 9232 8948 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 503232174 16084529152 143162 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 15707548

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

[pid=9232/tid=9240] ppid=9230 vsize=15767048 CPUtime=13.5 cores=0,2,4,6
/proc/9232/task/9240/stat : 9240 (java) S 9230 9232 8948 0 -1 4202560 465407 0 0 0 1279 71 0 0 15 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9241] ppid=9230 vsize=15767048 CPUtime=11.91 cores=0,2,4,6
/proc/9232/task/9241/stat : 9241 (java) S 9230 9232 8948 0 -1 4202560 448906 0 0 0 1120 71 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9242] ppid=9230 vsize=15767048 CPUtime=13.81 cores=0,2,4,6
/proc/9232/task/9242/stat : 9242 (java) S 9230 9232 8948 0 -1 4202560 407253 0 0 0 1322 59 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9243] ppid=9230 vsize=15767048 CPUtime=541.72 cores=0,2,4,6
/proc/9232/task/9243/stat : 9243 (java) S 9230 9232 8948 0 -1 4202560 38197 0 0 0 54155 17 0 0 17 0 21 0 503231915 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 0 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9244] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9244/stat : 9244 (java) S 9230 9232 8948 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 21 0 503231915 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9245] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9245/stat : 9245 (java) S 9230 9232 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 503231915 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9246] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9246/stat : 9246 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350207409 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9247] ppid=9230 vsize=15767048 CPUtime=1.98 cores=0,2,4,6
/proc/9232/task/9247/stat : 9247 (java) S 9230 9232 8948 0 -1 4202560 13016 0 0 0 197 1 0 0 15 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9248] ppid=9230 vsize=15767048 CPUtime=1.42 cores=0,2,4,6
/proc/9232/task/9248/stat : 9248 (java) S 9230 9232 8948 0 -1 4202560 5495 0 0 0 142 0 0 0 16 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9249] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9249/stat : 9249 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9250] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9250/stat : 9250 (java) S 9230 9232 8948 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9251] ppid=9230 vsize=15767048 CPUtime=625.04 cores=0,2,4,6
/proc/9232/task/9251/stat : 9251 (java) R 9230 9232 8948 0 -1 4202560 327 0 0 0 62503 1 0 0 16 0 21 0 503232174 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 46912506112736 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9232/tid=9252] ppid=9230 vsize=15767048 CPUtime=618.82 cores=0,2,4,6
/proc/9232/task/9252/stat : 9252 (java) R 9230 9232 8948 0 -1 4202560 311 0 0 0 61880 2 0 0 16 0 21 0 503232174 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 46912506099404 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9232/tid=9254] ppid=9230 vsize=15767048 CPUtime=653.83 cores=0,2,4,6
/proc/9232/task/9254/stat : 9254 (java) R 9230 9232 8948 0 -1 4202560 30903 0 0 0 65378 5 0 0 16 0 21 0 503232174 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 46912506100097 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3162.4
Current children cumulated vsize (KiB) 15767048



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.35 5.70 6.41 6/219 9342
/proc/meminfo: memFree=2787936/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=15767048 CPUtime=3232.68 cores=0,2,4,6
/proc/9232/stat : 9232 (java) S 9230 9232 8948 0 -1 4202496 3894808 0 1 0 322677 591 0 0 25 0 21 0 503231912 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 3941762 3841080 2302 9 0 3932481 0
[pid=9232/tid=9234] ppid=9230 vsize=15767048 CPUtime=12.17 cores=0,2,4,6
/proc/9232/task/9234/stat : 9234 (java) S 9230 9232 8948 0 -1 4202560 126987 0 1 0 1204 13 0 0 19 0 21 0 503231913 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9235] ppid=9230 vsize=15767048 CPUtime=13.91 cores=0,2,4,6
/proc/9232/task/9235/stat : 9235 (java) S 9230 9232 8948 0 -1 4202560 515429 0 0 0 1314 77 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9236] ppid=9230 vsize=15767048 CPUtime=12.3 cores=0,2,4,6
/proc/9232/task/9236/stat : 9236 (java) S 9230 9232 8948 0 -1 4202560 489804 0 0 0 1162 68 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9237] ppid=9230 vsize=15767048 CPUtime=13.34 cores=0,2,4,6
/proc/9232/task/9237/stat : 9237 (java) S 9230 9232 8948 0 -1 4202560 421603 0 0 0 1272 62 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9238] ppid=9230 vsize=15767048 CPUtime=13.72 cores=0,2,4,6
/proc/9232/task/9238/stat : 9238 (java) S 9230 9232 8948 0 -1 4202560 427250 0 0 0 1310 62 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9239] ppid=9230 vsize=15767048 CPUtime=13.39 cores=0,2,4,6
/proc/9232/task/9239/stat : 9239 (java) S 9230 9232 8948 0 -1 4202560 472334 0 0 0 1272 67 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9240] ppid=9230 vsize=15767048 CPUtime=13.5 cores=0,2,4,6
/proc/9232/task/9240/stat : 9240 (java) S 9230 9232 8948 0 -1 4202560 465407 0 0 0 1279 71 0 0 15 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9241] ppid=9230 vsize=15767048 CPUtime=11.91 cores=0,2,4,6
/proc/9232/task/9241/stat : 9241 (java) S 9230 9232 8948 0 -1 4202560 448906 0 0 0 1120 71 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9242] ppid=9230 vsize=15767048 CPUtime=13.81 cores=0,2,4,6
/proc/9232/task/9242/stat : 9242 (java) S 9230 9232 8948 0 -1 4202560 407253 0 0 0 1322 59 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9243] ppid=9230 vsize=15767048 CPUtime=593.05 cores=0,2,4,6
/proc/9232/task/9243/stat : 9243 (java) R 9230 9232 8948 0 -1 4202560 38200 0 0 0 59286 19 0 0 19 0 21 0 503231915 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 47098128264494 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=9232/tid=9244] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9244/stat : 9244 (java) S 9230 9232 8948 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 21 0 503231915 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9245] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9245/stat : 9245 (java) S 9230 9232 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 503231915 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9246] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9246/stat : 9246 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350207409 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9247] ppid=9230 vsize=15767048 CPUtime=1.98 cores=0,2,4,6
/proc/9232/task/9247/stat : 9247 (java) S 9230 9232 8948 0 -1 4202560 13016 0 0 0 197 1 0 0 15 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9248] ppid=9230 vsize=15767048 CPUtime=1.42 cores=0,2,4,6
/proc/9232/task/9248/stat : 9248 (java) S 9230 9232 8948 0 -1 4202560 5495 0 0 0 142 0 0 0 16 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9249] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9249/stat : 9249 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9250] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9250/stat : 9250 (java) S 9230 9232 8948 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9251] ppid=9230 vsize=15767048 CPUtime=631.38 cores=0,2,4,6
/proc/9232/task/9251/stat : 9251 (java) S 9230 9232 8948 0 -1 4202560 357 0 0 0 63136 2 0 0 15 0 21 0 503232174 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9252] ppid=9230 vsize=15767048 CPUtime=625.12 cores=0,2,4,6
/proc/9232/task/9252/stat : 9252 (java) S 9230 9232 8948 0 -1 4202560 376 0 0 0 62510 2 0 0 15 0 21 0 503232174 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9254] ppid=9230 vsize=15767048 CPUtime=660.13 cores=0,2,4,6
/proc/9232/task/9254/stat : 9254 (java) S 9230 9232 8948 0 -1 4202560 30923 0 0 0 66008 5 0 0 15 0 21 0 503232174 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3232.68
Current children cumulated vsize (KiB) 15767048

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

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

[startup+1300.4 s]
/proc/loadavg: 5.35 5.70 6.41 6/219 9342
/proc/meminfo: memFree=2787936/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=15767048 CPUtime=3233.08 cores=0,2,4,6
/proc/9232/stat : 9232 (java) S 9230 9232 8948 0 -1 4202496 3894810 0 1 0 322717 591 0 0 18 0 21 0 503231912 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 3941762 3841080 2302 9 0 3932481 0
[pid=9232/tid=9234] ppid=9230 vsize=15767048 CPUtime=12.17 cores=0,2,4,6
/proc/9232/task/9234/stat : 9234 (java) S 9230 9232 8948 0 -1 4202560 126987 0 1 0 1204 13 0 0 19 0 21 0 503231913 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9235] ppid=9230 vsize=15767048 CPUtime=13.91 cores=0,2,4,6
/proc/9232/task/9235/stat : 9235 (java) S 9230 9232 8948 0 -1 4202560 515429 0 0 0 1314 77 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9236] ppid=9230 vsize=15767048 CPUtime=12.3 cores=0,2,4,6
/proc/9232/task/9236/stat : 9236 (java) S 9230 9232 8948 0 -1 4202560 489804 0 0 0 1162 68 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9237] ppid=9230 vsize=15767048 CPUtime=13.34 cores=0,2,4,6
/proc/9232/task/9237/stat : 9237 (java) S 9230 9232 8948 0 -1 4202560 421603 0 0 0 1272 62 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9238] ppid=9230 vsize=15767048 CPUtime=13.72 cores=0,2,4,6
/proc/9232/task/9238/stat : 9238 (java) S 9230 9232 8948 0 -1 4202560 427250 0 0 0 1310 62 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9239] ppid=9230 vsize=15767048 CPUtime=13.39 cores=0,2,4,6
/proc/9232/task/9239/stat : 9239 (java) S 9230 9232 8948 0 -1 4202560 472334 0 0 0 1272 67 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9240] ppid=9230 vsize=15767048 CPUtime=13.5 cores=0,2,4,6
/proc/9232/task/9240/stat : 9240 (java) S 9230 9232 8948 0 -1 4202560 465407 0 0 0 1279 71 0 0 15 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
[pid=9232/tid=9241] ppid=9230 vsize=15767048 CPUtime=11.91 cores=0,2,4,6
/proc/9232/task/9241/stat : 9241 (java) S 9230 9232 8948 0 -1 4202560 448906 0 0 0 1120 71 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9242] ppid=9230 vsize=15767048 CPUtime=13.81 cores=0,2,4,6
/proc/9232/task/9242/stat : 9242 (java) S 9230 9232 8948 0 -1 4202560 407253 0 0 0 1322 59 0 0 16 0 21 0 503231914 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9243] ppid=9230 vsize=15767048 CPUtime=593.44 cores=0,2,4,6
/proc/9232/task/9243/stat : 9243 (java) R 9230 9232 8948 0 -1 4202560 38200 0 0 0 59325 19 0 0 18 0 21 0 503231915 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 47098128264481 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=9232/tid=9244] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9244/stat : 9244 (java) S 9230 9232 8948 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 21 0 503231915 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9245] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9245/stat : 9245 (java) S 9230 9232 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 503231915 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9246] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9246/stat : 9246 (java) S 9230 9232 8948 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9247] ppid=9230 vsize=15767048 CPUtime=1.98 cores=0,2,4,6
/proc/9232/task/9247/stat : 9247 (java) S 9230 9232 8948 0 -1 4202560 13016 0 0 0 197 1 0 0 15 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9248] ppid=9230 vsize=15767048 CPUtime=1.42 cores=0,2,4,6
/proc/9232/task/9248/stat : 9248 (java) S 9230 9232 8948 0 -1 4202560 5495 0 0 0 142 0 0 0 16 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9249] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9249/stat : 9249 (java) S 9230 9232 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9250] ppid=9230 vsize=15767048 CPUtime=0 cores=0,2,4,6
/proc/9232/task/9250/stat : 9250 (java) S 9230 9232 8948 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 21 0 503231917 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 6 0 0 0
[pid=9232/tid=9251] ppid=9230 vsize=15767048 CPUtime=631.38 cores=0,2,4,6
/proc/9232/task/9251/stat : 9251 (java) S 9230 9232 8948 0 -1 4202560 357 0 0 0 63136 2 0 0 15 0 21 0 503232174 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 2 0 0 0
[pid=9232/tid=9252] ppid=9230 vsize=15767048 CPUtime=625.12 cores=0,2,4,6
/proc/9232/task/9252/stat : 9252 (java) S 9230 9232 8948 0 -1 4202560 376 0 0 0 62510 2 0 0 15 0 21 0 503232174 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350199705 0 4 0 16800975 18446604453962204096 0 0 -1 0 0 0 0
[pid=9232/tid=9254] ppid=9230 vsize=15767048 CPUtime=660.13 cores=0,2,4,6
/proc/9232/task/9254/stat : 9254 (java) S 9230 9232 8948 0 -1 4202560 30923 0 0 0 66008 5 0 0 15 0 21 0 503232174 16145457152 3841080 33554432000 1073741824 1073778376 140735579044960 18446744073709551615 270350200320 0 4 0 16800975 18446604453962204096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3233.08
Current children cumulated vsize (KiB) 15767048

[startup+1301.2 s]
/proc/loadavg: 5.35 5.70 6.41 6/220 9343
/proc/meminfo: memFree=2787804/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=0 CPUtime=3233.88 cores=0,2,4,6
/proc/9232/stat : 9232 (java) Z 9230 9232 8948 0 -1 4203548 3894828 0 1 0 322782 606 0 0 18 0 2 0 503231912 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 0 0 0 0 0 0 0
[pid=9232/tid=9234] ppid=9230 vsize=0 CPUtime=12.33 cores=0,2,4,6
/proc/9232/task/9234/stat : 9234 (java) R 9230 9232 8948 0 -1 4203588 126987 0 1 0 1204 29 0 0 18 0 2 0 503231913 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3233.88
Current children cumulated vsize (KiB) 0

[startup+1301.4 s]
/proc/loadavg: 5.35 5.70 6.41 6/220 9343
/proc/meminfo: memFree=2787804/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=0 CPUtime=3234.08 cores=0,2,4,6
/proc/9232/stat : 9232 (java) Z 9230 9232 8948 0 -1 4203548 3894828 0 1 0 322782 626 0 0 18 0 2 0 503231912 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 0 0 0 0 0 0 0
[pid=9232/tid=9234] ppid=9230 vsize=0 CPUtime=12.53 cores=0,2,4,6
/proc/9232/task/9234/stat : 9234 (java) R 9230 9232 8948 0 -1 4203588 126987 0 1 0 1204 49 0 0 18 0 2 0 503231913 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3234.08
Current children cumulated vsize (KiB) 0

[startup+1301.5 s]
/proc/loadavg: 5.35 5.70 6.41 6/220 9343
/proc/meminfo: memFree=2787804/32951124 swapFree=67111356/67111528
[pid=9232] ppid=9230 vsize=0 CPUtime=3234.18 cores=0,2,4,6
/proc/9232/stat : 9232 (java) Z 9230 9232 8948 0 -1 4203548 3894828 0 1 0 322782 636 0 0 18 0 2 0 503231912 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9232/statm: 0 0 0 0 0 0 0
[pid=9232/tid=9234] ppid=9230 vsize=0 CPUtime=12.63 cores=0,2,4,6
/proc/9232/task/9234/stat : 9234 (java) R 9230 9232 8948 0 -1 4203588 126987 0 1 0 1204 59 0 0 18 0 2 0 503231913 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3234.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.59
CPU time (s): 3234.28
CPU user time (s): 3227.83
CPU system time (s): 6.45702
CPU usage (%): 248.487
Max. virtual memory (cumulated for all children) (KiB): 15767048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3227.83
system time used= 6.45702
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3894828
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= 44744
involuntary context switches= 45345

runsolver used 2.15367 second user time and 4.98824 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 22:16:03
IDJOB=3313238
IDBENCH=82455
IDSOLVER=1699
FILE ID=node143/3313238-1304108162
RUNJOBID= node143-1304105732-8966
PBS_JOBID= 13170658
Free space on /tmp= 72900 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-rfunit_flat-64-tseitin.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313238-1304108162/watcher-3313238-1304108162 -o /tmp/evaluation-result-3313238-1304108162/solver-3313238-1304108162 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313238-1304108162.cnf

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

MD5SUM BENCH= 3e096f1741207cfe19f60d689638aea3
RANDOM SEED=527118263

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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.75
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.846
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.846
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.74
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.846
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:      19068424 kB
Buffers:        232480 kB
Cached:        1080752 kB
SwapCached:        168 kB
Active:       12518092 kB
Inactive:      1065448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19068424 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           14792 kB
Writeback:           0 kB
AnonPages:    12270040 kB
Mapped:          23680 kB
Slab:           212732 kB
PageTables:      27844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13739060 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= 72896 MiB
End job on node143 at 2011-04-29 22:37:45