Trace number 3313441

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) 2546.78 1300.77

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

0.10/0.12	43:42 INFO : Reading from input HOME/instance-3313441-1304099017.cnf
27.06/26.30	Executor set job limit to 1000000
27.06/26.31	Executor set job limit to 1000000
27.06/26.31	Executor set job limit to 1000000
27.06/26.31	Executor set job limit to 1000000
27.06/26.31	Starting Executor!
27.06/26.31	Starting Executor!
27.06/26.31	Starting Executor!
27.06/26.31	Starting Executor!
93.42/88.94	45:11 INFO : 321033 variables remaining out of 516641
93.42/88.94	45:11 INFO : 34398838 literals remaining out of 29978194
1624.75/565.89	53:08 ERROR: Failed to solve instance
1624.75/565.89	java.lang.OutOfMemoryError: GC overhead limit exceeded
1624.75/565.89		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
1624.75/565.89		at gnu.trove.THash.postInsertHook(THash.java:370)
1624.75/565.89		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1624.75/565.89		at ibis.structure.WatchLists.build(WatchLists.java:56)
1624.75/565.89		at ibis.structure.Solver.<init>(Solver.java:45)
1624.75/565.89		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1624.75/565.89		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1624.75/565.89		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1624.75/565.89		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1624.75/565.89		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1624.75/565.89		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1624.75/565.89		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1624.75/565.89		at ibis.constellation.Executor.processActivities(Executor.java:75)
1624.75/565.89		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1624.75/565.89		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1624.75/565.89		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1648.71/584.60	53:27 ERROR: Failed to solve instance
1648.71/584.60	java.lang.OutOfMemoryError: Java heap space
1648.71/584.60		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1648.71/584.60		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1648.71/584.60		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
1648.71/584.60		at ibis.structure.WatchLists.build(WatchLists.java:58)
1648.71/584.60		at ibis.structure.Solver.<init>(Solver.java:45)
1648.71/584.60		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1648.71/584.60		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1648.71/584.60		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1648.71/584.60		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1648.71/584.60		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1648.71/584.60		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1648.71/584.60		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1648.71/584.60		at ibis.constellation.Executor.processActivities(Executor.java:75)
1648.71/584.60		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1648.71/584.60		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1648.71/584.60		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1668.27/600.98	53:43 ERROR: Failed to solve instance
1668.27/600.98	java.lang.OutOfMemoryError: GC overhead limit exceeded
1668.27/600.98		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
1668.27/600.98		at gnu.trove.THash.postInsertHook(THash.java:370)
1668.27/600.98		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1668.27/600.98		at ibis.structure.WatchLists.build(WatchLists.java:56)
1668.27/600.98		at ibis.structure.Solver.<init>(Solver.java:45)
1668.27/600.98		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1668.27/600.98		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1668.27/600.98		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1668.27/600.98		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1668.27/600.98		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1668.27/600.98		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1668.27/600.98		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1668.27/600.98		at ibis.constellation.Executor.processActivities(Executor.java:75)
1668.27/600.98		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1668.27/600.98		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1668.27/600.98		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1682.14/608.43	Exception in thread "SingleThreadedConstellation 1" java.lang.OutOfMemoryError: Java heap space
1682.14/608.43		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1682.14/608.43		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1682.14/608.43		at ibis.structure.ImplicationsGraph.serialize(ImplicationsGraph.java:620)
1682.14/608.43		at ibis.structure.Solver.core(Solver.java:177)
1682.14/608.43		at ibis.structure.SolveActivity.initialize(SolveActivity.java:44)
1682.14/608.43		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1682.14/608.43		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1682.14/608.43		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1682.14/608.43		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1682.14/608.43		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1682.14/608.43		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1682.14/608.43		at ibis.constellation.Executor.processActivities(Executor.java:75)
1682.14/608.43		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1682.14/608.43		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1682.14/608.43		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1838.03/687.94	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space
1917.96/733.08	55:55 ERROR: Failed to solve instance
1917.96/733.08	java.lang.OutOfMemoryError: Java heap space
1928.09/739.95	56:02 ERROR: Failed to solve instance
1928.09/739.95	java.lang.OutOfMemoryError: Java heap space
2076.29/830.32	Exception in thread "SingleThreadedConstellation 3" java.lang.OutOfMemoryError: Java heap space
2148.79/902.86	58:45 ERROR: Failed to solve instance
2148.79/902.86	java.lang.OutOfMemoryError: GC overhead limit exceeded
2157.89/911.99	58:54 ERROR: Failed to solve instance
2157.89/911.99	java.lang.OutOfMemoryError: GC overhead limit exceeded
2248.50/1002.60	00:25 ERROR: Failed to solve instance
2248.50/1002.60	java.lang.OutOfMemoryError: GC overhead limit exceeded
2257.10/1011.15	00:33 ERROR: Failed to solve instance
2257.10/1011.15	java.lang.OutOfMemoryError: GC overhead limit exceeded
2356.59/1110.63	02:13 ERROR: Failed to solve instance
2356.59/1110.63	java.lang.OutOfMemoryError: GC overhead limit exceeded
2365.50/1119.55	02:22 ERROR: Failed to solve instance
2365.50/1119.55	java.lang.OutOfMemoryError: GC overhead limit exceeded
2464.30/1218.36	04:00 ERROR: Failed to solve instance
2464.30/1218.36	java.lang.OutOfMemoryError: GC overhead limit exceeded
2472.69/1226.79	04:09 ERROR: Failed to solve instance
2472.69/1226.79	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-3313441-1304099017/watcher-3313441-1304099017 -o /tmp/evaluation-result-3313441-1304099017/solver-3313441-1304099017 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313441-1304099017.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.74 8.03 7.91 6/198 4065
/proc/meminfo: memFree=22315368/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/4065/stat : 4065 (java) R 4063 4065 3825 0 -1 4202496 956 0 0 0 0 0 0 0 22 0 1 0 254093468 23580672 442 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268655699733 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4065/statm: 5757 453 348 9 0 124 0

[startup+0.0645379 s]
/proc/loadavg: 7.74 8.03 7.91 6/198 4065
/proc/meminfo: memFree=22315368/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 4293 0 1 0 4 1 0 0 22 0 18 0 254093468 15984414720 3732 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3902445 3732 1778 9 0 3893164 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100532 s]
/proc/loadavg: 7.74 8.03 7.91 6/198 4065
/proc/meminfo: memFree=22315368/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15676460 CPUtime=0.1 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 5546 0 1 0 9 1 0 0 22 0 18 0 254093468 16052695040 4974 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3919115 4974 2117 9 0 3909834 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676460

[startup+0.300497 s]
/proc/loadavg: 7.74 8.03 7.91 6/198 4065
/proc/meminfo: memFree=22315368/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15680416 CPUtime=0.52 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 15433 0 1 0 49 3 0 0 22 0 18 0 254093468 16056745984 13797 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3920104 13803 2207 9 0 3910823 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680416

[startup+0.700426 s]
/proc/loadavg: 7.74 8.03 7.91 6/198 4065
/proc/meminfo: memFree=22315368/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15680416 CPUtime=0.92 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 42813 0 1 0 86 6 0 0 22 0 18 0 254093468 16056745984 41174 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3920104 41174 2223 9 0 3910823 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680416

[startup+1.50129 s]
/proc/loadavg: 7.74 8.03 7.91 6/216 4083
/proc/meminfo: memFree=22150160/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15680416 CPUtime=1.75 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 76767 0 1 0 164 11 0 0 22 0 18 0 254093468 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3920104 75125 2223 9 0 3910823 0
[pid=4065/tid=4067] ppid=4063 vsize=15680416 CPUtime=1.46 cores=1,3,5,7
/proc/4065/task/4067/stat : 4067 (java) R 4063 4065 3825 0 -1 4202560 65232 0 1 0 137 9 0 0 19 0 18 0 254093468 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 46912505522460 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4065/tid=4068] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4068/stat : 4068 (java) S 4063 4065 3825 0 -1 4202560 558 0 0 0 0 0 0 0 16 0 18 0 254093469 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4069] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4069/stat : 4069 (java) S 4063 4065 3825 0 -1 4202560 831 0 0 0 0 0 0 0 16 0 18 0 254093469 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4070] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4070/stat : 4070 (java) S 4063 4065 3825 0 -1 4202560 540 0 0 0 0 0 0 0 16 0 18 0 254093469 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4071] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4071/stat : 4071 (java) S 4063 4065 3825 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 254093469 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4072] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4072/stat : 4072 (java) S 4063 4065 3825 0 -1 4202560 1335 0 0 0 0 0 0 0 16 0 18 0 254093469 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4073] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4073/stat : 4073 (java) S 4063 4065 3825 0 -1 4202560 1295 0 0 0 0 0 0 0 16 0 18 0 254093469 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4074] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4074/stat : 4074 (java) S 4063 4065 3825 0 -1 4202560 1055 0 0 0 0 0 0 0 15 0 18 0 254093469 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4075] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4075/stat : 4075 (java) S 4063 4065 3825 0 -1 4202560 549 0 0 0 0 0 0 0 16 0 18 0 254093469 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4076] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4076/stat : 4076 (java) S 4063 4065 3825 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 254093470 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 0 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4077] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4077/stat : 4077 (java) S 4063 4065 3825 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 254093470 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4078] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4078/stat : 4078 (java) S 4063 4065 3825 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 254093470 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4079] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4079/stat : 4079 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254093473 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672485809 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4080] ppid=4063 vsize=15680416 CPUtime=0.12 cores=1,3,5,7
/proc/4065/task/4080/stat : 4080 (java) S 4063 4065 3825 0 -1 4202560 1210 0 0 0 12 0 0 0 25 0 18 0 254093473 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4081] ppid=4063 vsize=15680416 CPUtime=0.1 cores=1,3,5,7
/proc/4065/task/4081/stat : 4081 (java) S 4063 4065 3825 0 -1 4202560 2584 0 0 0 10 0 0 0 15 0 18 0 254093473 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4082] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4082/stat : 4082 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254093473 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4083] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4083/stat : 4083 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 254093473 16056745984 75125 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15680416

[startup+3.10102 s]
/proc/loadavg: 7.74 8.03 7.91 7/216 4084
/proc/meminfo: memFree=21880832/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15680416 CPUtime=3.44 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 146478 0 1 0 325 19 0 0 22 0 18 0 254093468 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3920104 144829 2241 9 0 3910823 0
[pid=4065/tid=4067] ppid=4063 vsize=15680416 CPUtime=3.05 cores=1,3,5,7
/proc/4065/task/4067/stat : 4067 (java) R 4063 4065 3825 0 -1 4202560 125801 0 1 0 288 17 0 0 24 0 18 0 254093468 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 46912505534149 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4065/tid=4068] ppid=4063 vsize=15680416 CPUtime=0.01 cores=1,3,5,7
/proc/4065/task/4068/stat : 4068 (java) S 4063 4065 3825 0 -1 4202560 3213 0 0 0 1 0 0 0 15 0 18 0 254093469 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4069] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4069/stat : 4069 (java) S 4063 4065 3825 0 -1 4202560 831 0 0 0 0 0 0 0 16 0 18 0 254093469 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4070] ppid=4063 vsize=15680416 CPUtime=0.01 cores=1,3,5,7
/proc/4065/task/4070/stat : 4070 (java) S 4063 4065 3825 0 -1 4202560 540 0 0 0 1 0 0 0 16 0 18 0 254093469 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4071] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4071/stat : 4071 (java) S 4063 4065 3825 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 254093469 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4072] ppid=4063 vsize=15680416 CPUtime=0.01 cores=1,3,5,7
/proc/4065/task/4072/stat : 4072 (java) S 4063 4065 3825 0 -1 4202560 1840 0 0 0 1 0 0 0 16 0 18 0 254093469 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4073] ppid=4063 vsize=15680416 CPUtime=0.01 cores=1,3,5,7
/proc/4065/task/4073/stat : 4073 (java) S 4063 4065 3825 0 -1 4202560 1847 0 0 0 1 0 0 0 15 0 18 0 254093469 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4074] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4074/stat : 4074 (java) S 4063 4065 3825 0 -1 4202560 6176 0 0 0 0 0 0 0 16 0 18 0 254093469 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4075] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4075/stat : 4075 (java) S 4063 4065 3825 0 -1 4202560 549 0 0 0 0 0 0 0 16 0 18 0 254093469 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4076] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4076/stat : 4076 (java) S 4063 4065 3825 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 18 0 254093470 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 0 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4077] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4077/stat : 4077 (java) S 4063 4065 3825 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 254093470 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4078] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4078/stat : 4078 (java) S 4063 4065 3825 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 254093470 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4079] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4079/stat : 4079 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254093473 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672485809 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4080] ppid=4063 vsize=15680416 CPUtime=0.14 cores=1,3,5,7
/proc/4065/task/4080/stat : 4080 (java) S 4063 4065 3825 0 -1 4202560 1228 0 0 0 14 0 0 0 15 0 18 0 254093473 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4081] ppid=4063 vsize=15680416 CPUtime=0.13 cores=1,3,5,7
/proc/4065/task/4081/stat : 4081 (java) S 4063 4065 3825 0 -1 4202560 2620 0 0 0 13 0 0 0 15 0 18 0 254093473 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4082] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4082/stat : 4082 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254093473 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4083] ppid=4063 vsize=15680416 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4083/stat : 4083 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 254093473 16056745984 144829 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15680416

[startup+6.30145 s]
/proc/loadavg: 7.60 8.00 7.90 6/216 4084
/proc/meminfo: memFree=21194176/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15679208 CPUtime=6.7 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 284977 0 1 0 632 38 0 0 22 0 18 0 254093468 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3919802 282175 2241 9 0 3910521 0
[pid=4065/tid=4067] ppid=4063 vsize=15679208 CPUtime=6.22 cores=1,3,5,7
/proc/4065/task/4067/stat : 4067 (java) R 4063 4065 3825 0 -1 4202560 253788 0 1 0 588 34 0 0 25 0 18 0 254093468 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 46912505506860 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4065/tid=4068] ppid=4063 vsize=15679208 CPUtime=0.03 cores=1,3,5,7
/proc/4065/task/4068/stat : 4068 (java) S 4063 4065 3825 0 -1 4202560 13454 0 0 0 2 1 0 0 15 0 18 0 254093469 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4069] ppid=4063 vsize=15679208 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4069/stat : 4069 (java) S 4063 4065 3825 0 -1 4202560 832 0 0 0 0 0 0 0 15 0 18 0 254093469 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4070] ppid=4063 vsize=15679208 CPUtime=0.01 cores=1,3,5,7
/proc/4065/task/4070/stat : 4070 (java) S 4063 4065 3825 0 -1 4202560 540 0 0 0 1 0 0 0 15 0 18 0 254093469 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4071] ppid=4063 vsize=15679208 CPUtime=0.01 cores=1,3,5,7
/proc/4065/task/4071/stat : 4071 (java) S 4063 4065 3825 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 18 0 254093469 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4072] ppid=4063 vsize=15679208 CPUtime=0.01 cores=1,3,5,7
/proc/4065/task/4072/stat : 4072 (java) S 4063 4065 3825 0 -1 4202560 1840 0 0 0 1 0 0 0 15 0 18 0 254093469 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4073] ppid=4063 vsize=15679208 CPUtime=0.02 cores=1,3,5,7
/proc/4065/task/4073/stat : 4073 (java) S 4063 4065 3825 0 -1 4202560 1847 0 0 0 2 0 0 0 15 0 18 0 254093469 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4074] ppid=4063 vsize=15679208 CPUtime=0.01 cores=1,3,5,7
/proc/4065/task/4074/stat : 4074 (java) S 4063 4065 3825 0 -1 4202560 6176 0 0 0 1 0 0 0 15 0 18 0 254093469 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4075] ppid=4063 vsize=15679208 CPUtime=0.02 cores=1,3,5,7
/proc/4065/task/4075/stat : 4075 (java) S 4063 4065 3825 0 -1 4202560 549 0 0 0 2 0 0 0 15 0 18 0 254093469 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4076] ppid=4063 vsize=15679208 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4076/stat : 4076 (java) S 4063 4065 3825 0 -1 4202560 707 0 0 0 0 0 0 0 15 0 18 0 254093470 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 0 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4077] ppid=4063 vsize=15679208 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4077/stat : 4077 (java) S 4063 4065 3825 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 254093470 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4078] ppid=4063 vsize=15679208 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4078/stat : 4078 (java) S 4063 4065 3825 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 254093470 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4079] ppid=4063 vsize=15679208 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4079/stat : 4079 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254093473 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672485809 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4080] ppid=4063 vsize=15679208 CPUtime=0.14 cores=1,3,5,7
/proc/4065/task/4080/stat : 4080 (java) S 4063 4065 3825 0 -1 4202560 1228 0 0 0 14 0 0 0 15 0 18 0 254093473 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4081] ppid=4063 vsize=15679208 CPUtime=0.13 cores=1,3,5,7
/proc/4065/task/4081/stat : 4081 (java) S 4063 4065 3825 0 -1 4202560 2620 0 0 0 13 0 0 0 15 0 18 0 254093473 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4082] ppid=4063 vsize=15679208 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4082/stat : 4082 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254093473 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4083] ppid=4063 vsize=15679208 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4083/stat : 4083 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 254093473 16055508992 282175 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 15679208

[startup+12.7013 s]
/proc/loadavg: 7.39 7.95 7.89 6/216 4084
/proc/meminfo: memFree=21121636/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15679208 CPUtime=13.21 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 305757 0 1 0 1278 43 0 0 22 0 18 0 254093468 16055508992 300262 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3919802 300262 2241 9 0 3910521 0
[pid=4065/tid=4067] ppid=4063 vsize=15679208 CPUtime=12.58 cores=1,3,5,7

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

[pid=4065/tid=4086] ppid=4063 vsize=15754712 CPUtime=741.74 cores=1,3,5,7
/proc/4065/task/4086/stat : 4086 (java) R 4063 4065 3825 0 -1 4202560 3941 0 0 0 74174 0 0 0 25 0 19 0 254096099 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 46912505825946 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2428.3
Current children cumulated vsize (KiB) 15754712

[startup+1242.3 s]
/proc/loadavg: 4.96 5.29 6.26 6/217 4184
/proc/meminfo: memFree=99388/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15754712 CPUtime=2488.31 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 4171362 0 1 0 248143 688 0 0 22 0 19 0 254093468 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3938678 3843565 2296 9 0 3929397 0
[pid=4065/tid=4067] ppid=4063 vsize=15754712 CPUtime=86.3 cores=1,3,5,7
/proc/4065/task/4067/stat : 4067 (java) S 4063 4065 3825 0 -1 4202560 435259 0 1 0 8567 63 0 0 25 0 19 0 254093468 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4068] ppid=4063 vsize=15754712 CPUtime=8.78 cores=1,3,5,7
/proc/4065/task/4068/stat : 4068 (java) S 4063 4065 3825 0 -1 4202560 284317 0 0 0 829 49 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4069] ppid=4063 vsize=15754712 CPUtime=8.38 cores=1,3,5,7
/proc/4065/task/4069/stat : 4069 (java) S 4063 4065 3825 0 -1 4202560 382151 0 0 0 779 59 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4070] ppid=4063 vsize=15754712 CPUtime=9.31 cores=1,3,5,7
/proc/4065/task/4070/stat : 4070 (java) S 4063 4065 3825 0 -1 4202560 746762 0 0 0 811 120 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4071] ppid=4063 vsize=15754712 CPUtime=8.1 cores=1,3,5,7
/proc/4065/task/4071/stat : 4071 (java) S 4063 4065 3825 0 -1 4202560 306185 0 0 0 751 59 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4072] ppid=4063 vsize=15754712 CPUtime=9.49 cores=1,3,5,7
/proc/4065/task/4072/stat : 4072 (java) S 4063 4065 3825 0 -1 4202560 475919 0 0 0 872 77 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4073] ppid=4063 vsize=15754712 CPUtime=8.36 cores=1,3,5,7
/proc/4065/task/4073/stat : 4073 (java) S 4063 4065 3825 0 -1 4202560 465530 0 0 0 765 71 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4074] ppid=4063 vsize=15754712 CPUtime=8.68 cores=1,3,5,7
/proc/4065/task/4074/stat : 4074 (java) S 4063 4065 3825 0 -1 4202560 445343 0 0 0 790 78 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4075] ppid=4063 vsize=15754712 CPUtime=9.23 cores=1,3,5,7
/proc/4065/task/4075/stat : 4075 (java) S 4063 4065 3825 0 -1 4202560 348755 0 0 0 855 68 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4076] ppid=4063 vsize=15754712 CPUtime=310.07 cores=1,3,5,7
/proc/4065/task/4076/stat : 4076 (java) S 4063 4065 3825 0 -1 4202560 213026 0 0 0 30978 29 0 0 15 0 19 0 254093470 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 0 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4077] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4077/stat : 4077 (java) S 4063 4065 3825 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 254093470 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4078] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4078/stat : 4078 (java) S 4063 4065 3825 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 254093470 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4079] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4079/stat : 4079 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 254093473 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672485809 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4080] ppid=4063 vsize=15754712 CPUtime=1.57 cores=1,3,5,7
/proc/4065/task/4080/stat : 4080 (java) S 4063 4065 3825 0 -1 4202560 14121 0 0 0 156 1 0 0 15 0 19 0 254093473 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4081] ppid=4063 vsize=15754712 CPUtime=1.21 cores=1,3,5,7
/proc/4065/task/4081/stat : 4081 (java) S 4063 4065 3825 0 -1 4202560 8071 0 0 0 120 1 0 0 15 0 19 0 254093473 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4082] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4082/stat : 4082 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 254093473 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4083] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4083/stat : 4083 (java) S 4063 4065 3825 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 254093473 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4086] ppid=4063 vsize=15754712 CPUtime=787.52 cores=1,3,5,7
/proc/4065/task/4086/stat : 4086 (java) R 4063 4065 3825 0 -1 4202560 4000 0 0 0 78751 1 0 0 25 0 19 0 254096099 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 46912505967273 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2488.31
Current children cumulated vsize (KiB) 15754712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.05 5.25 6.18 6/217 4185
/proc/meminfo: memFree=99112/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15754712 CPUtime=2546 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 4171406 0 1 0 253912 688 0 0 22 0 19 0 254093468 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3938678 3843565 2296 9 0 3929397 0
[pid=4065/tid=4067] ppid=4063 vsize=15754712 CPUtime=86.3 cores=1,3,5,7
/proc/4065/task/4067/stat : 4067 (java) S 4063 4065 3825 0 -1 4202560 435259 0 1 0 8567 63 0 0 25 0 19 0 254093468 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4068] ppid=4063 vsize=15754712 CPUtime=8.78 cores=1,3,5,7
/proc/4065/task/4068/stat : 4068 (java) S 4063 4065 3825 0 -1 4202560 284317 0 0 0 829 49 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4069] ppid=4063 vsize=15754712 CPUtime=8.38 cores=1,3,5,7
/proc/4065/task/4069/stat : 4069 (java) S 4063 4065 3825 0 -1 4202560 382151 0 0 0 779 59 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4070] ppid=4063 vsize=15754712 CPUtime=9.31 cores=1,3,5,7
/proc/4065/task/4070/stat : 4070 (java) S 4063 4065 3825 0 -1 4202560 746762 0 0 0 811 120 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4071] ppid=4063 vsize=15754712 CPUtime=8.1 cores=1,3,5,7
/proc/4065/task/4071/stat : 4071 (java) S 4063 4065 3825 0 -1 4202560 306185 0 0 0 751 59 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4072] ppid=4063 vsize=15754712 CPUtime=9.49 cores=1,3,5,7
/proc/4065/task/4072/stat : 4072 (java) S 4063 4065 3825 0 -1 4202560 475919 0 0 0 872 77 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4073] ppid=4063 vsize=15754712 CPUtime=8.36 cores=1,3,5,7
/proc/4065/task/4073/stat : 4073 (java) S 4063 4065 3825 0 -1 4202560 465530 0 0 0 765 71 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4074] ppid=4063 vsize=15754712 CPUtime=8.68 cores=1,3,5,7
/proc/4065/task/4074/stat : 4074 (java) S 4063 4065 3825 0 -1 4202560 445343 0 0 0 790 78 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4075] ppid=4063 vsize=15754712 CPUtime=9.23 cores=1,3,5,7
/proc/4065/task/4075/stat : 4075 (java) S 4063 4065 3825 0 -1 4202560 348755 0 0 0 855 68 0 0 16 0 19 0 254093469 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4076] ppid=4063 vsize=15754712 CPUtime=321.15 cores=1,3,5,7
/proc/4065/task/4076/stat : 4076 (java) S 4063 4065 3825 0 -1 4202560 213030 0 0 0 32086 29 0 0 15 0 19 0 254093470 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 0 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4077] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4077/stat : 4077 (java) S 4063 4065 3825 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 254093470 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4078] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4078/stat : 4078 (java) S 4063 4065 3825 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 254093470 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4079] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4079/stat : 4079 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 254093473 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672485809 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4080] ppid=4063 vsize=15754712 CPUtime=1.57 cores=1,3,5,7
/proc/4065/task/4080/stat : 4080 (java) S 4063 4065 3825 0 -1 4202560 14121 0 0 0 156 1 0 0 15 0 19 0 254093473 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4081] ppid=4063 vsize=15754712 CPUtime=1.21 cores=1,3,5,7
/proc/4065/task/4081/stat : 4081 (java) S 4063 4065 3825 0 -1 4202560 8071 0 0 0 120 1 0 0 15 0 19 0 254093473 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4082] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4082/stat : 4082 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 254093473 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4083] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4083/stat : 4083 (java) S 4063 4065 3825 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 254093473 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4086] ppid=4063 vsize=15754712 CPUtime=834.15 cores=1,3,5,7
/proc/4065/task/4086/stat : 4086 (java) R 4063 4065 3825 0 -1 4202560 4038 0 0 0 83414 1 0 0 25 0 19 0 254096099 16132825088 3843565 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 46912506082285 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2546
Current children cumulated vsize (KiB) 15754712

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

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

[startup+1300.2 s]
/proc/loadavg: 5.05 5.25 6.18 6/217 4185
/proc/meminfo: memFree=99112/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=15754712 CPUtime=2546.2 cores=1,3,5,7
/proc/4065/stat : 4065 (java) S 4063 4065 3825 0 -1 4202496 4171414 0 1 0 253932 688 0 0 18 0 21 0 254093468 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 3938678 3843573 2296 9 0 3929397 0
[pid=4065/tid=4067] ppid=4063 vsize=15754712 CPUtime=86.3 cores=1,3,5,7
/proc/4065/task/4067/stat : 4067 (java) S 4063 4065 3825 0 -1 4202560 435259 0 1 0 8567 63 0 0 25 0 21 0 254093468 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4068] ppid=4063 vsize=15754712 CPUtime=8.78 cores=1,3,5,7
/proc/4065/task/4068/stat : 4068 (java) S 4063 4065 3825 0 -1 4202560 284317 0 0 0 829 49 0 0 16 0 21 0 254093469 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4069] ppid=4063 vsize=15754712 CPUtime=8.38 cores=1,3,5,7
/proc/4065/task/4069/stat : 4069 (java) S 4063 4065 3825 0 -1 4202560 382151 0 0 0 779 59 0 0 16 0 21 0 254093469 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4070] ppid=4063 vsize=15754712 CPUtime=9.31 cores=1,3,5,7
/proc/4065/task/4070/stat : 4070 (java) S 4063 4065 3825 0 -1 4202560 746762 0 0 0 811 120 0 0 16 0 21 0 254093469 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4071] ppid=4063 vsize=15754712 CPUtime=8.1 cores=1,3,5,7
/proc/4065/task/4071/stat : 4071 (java) S 4063 4065 3825 0 -1 4202560 306185 0 0 0 751 59 0 0 16 0 21 0 254093469 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4072] ppid=4063 vsize=15754712 CPUtime=9.49 cores=1,3,5,7
/proc/4065/task/4072/stat : 4072 (java) S 4063 4065 3825 0 -1 4202560 475919 0 0 0 872 77 0 0 16 0 21 0 254093469 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4073] ppid=4063 vsize=15754712 CPUtime=8.36 cores=1,3,5,7
/proc/4065/task/4073/stat : 4073 (java) S 4063 4065 3825 0 -1 4202560 465530 0 0 0 765 71 0 0 16 0 21 0 254093469 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4074] ppid=4063 vsize=15754712 CPUtime=8.68 cores=1,3,5,7
/proc/4065/task/4074/stat : 4074 (java) S 4063 4065 3825 0 -1 4202560 445343 0 0 0 790 78 0 0 16 0 21 0 254093469 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4075] ppid=4063 vsize=15754712 CPUtime=9.23 cores=1,3,5,7
/proc/4065/task/4075/stat : 4075 (java) S 4063 4065 3825 0 -1 4202560 348755 0 0 0 855 68 0 0 16 0 21 0 254093469 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4076] ppid=4063 vsize=15754712 CPUtime=321.33 cores=1,3,5,7
/proc/4065/task/4076/stat : 4076 (java) R 4063 4065 3825 0 -1 4202560 213030 0 0 0 32104 29 0 0 16 0 21 0 254093470 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 47196119129364 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=4065/tid=4077] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4077/stat : 4077 (java) S 4063 4065 3825 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 254093470 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4078] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4078/stat : 4078 (java) S 4063 4065 3825 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 254093470 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 7 0 0 0
[pid=4065/tid=4079] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4079/stat : 4079 (java) S 4063 4065 3825 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 21 0 254093473 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672485809 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4080] ppid=4063 vsize=15754712 CPUtime=1.57 cores=1,3,5,7
/proc/4065/task/4080/stat : 4080 (java) S 4063 4065 3825 0 -1 4202560 14121 0 0 0 156 1 0 0 15 0 21 0 254093473 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4081] ppid=4063 vsize=15754712 CPUtime=1.21 cores=1,3,5,7
/proc/4065/task/4081/stat : 4081 (java) S 4063 4065 3825 0 -1 4202560 8071 0 0 0 120 1 0 0 15 0 21 0 254093473 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 1 0 0 0
[pid=4065/tid=4082] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4082/stat : 4082 (java) S 4063 4065 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 254093473 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
[pid=4065/tid=4083] ppid=4063 vsize=15754712 CPUtime=0 cores=1,3,5,7
/proc/4065/task/4083/stat : 4083 (java) S 4063 4065 3825 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 21 0 254093473 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478720 0 4 0 16800975 18446604471104502464 0 0 -1 5 0 0 0
[pid=4065/tid=4086] ppid=4063 vsize=15754712 CPUtime=834.16 cores=1,3,5,7
/proc/4065/task/4086/stat : 4086 (java) S 4063 4065 3825 0 -1 4202560 4038 0 0 0 83415 1 0 0 25 0 21 0 254096099 16132825088 3843573 33554432000 1073741824 1073778376 140735201470736 18446744073709551615 268672478105 0 4 0 16800975 18446604471104502464 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2546.2
Current children cumulated vsize (KiB) 15754712

[startup+1300.6 s]
/proc/loadavg: 5.05 5.25 6.18 6/201 4188
/proc/meminfo: memFree=10606876/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=0 CPUtime=2546.6 cores=1,3,5,7
/proc/4065/stat : 4065 (java) Z 4063 4065 3825 0 -1 4203548 4171415 0 1 0 253937 723 0 0 15 0 2 0 254093468 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 0 0 0 0 0 0 0
[pid=4065/tid=4074] ppid=4063 vsize=0 CPUtime=9.03 cores=1,3,5,7
/proc/4065/task/4074/stat : 4074 (java) R 4063 4065 3825 0 -1 4203588 445343 0 0 0 790 113 0 0 16 0 2 0 254093469 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2546.6
Current children cumulated vsize (KiB) 0

[startup+1300.71 s]
/proc/loadavg: 5.05 5.25 6.18 6/201 4188
/proc/meminfo: memFree=10606876/32951124 swapFree=67111524/67111528
[pid=4065] ppid=4063 vsize=0 CPUtime=2546.7 cores=1,3,5,7
/proc/4065/stat : 4065 (java) Z 4063 4065 3825 0 -1 4203548 4171415 0 1 0 253937 733 0 0 15 0 2 0 254093468 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4065/statm: 0 0 0 0 0 0 0
[pid=4065/tid=4074] ppid=4063 vsize=0 CPUtime=9.13 cores=1,3,5,7
/proc/4065/task/4074/stat : 4074 (java) R 4063 4065 3825 0 -1 4203588 445343 0 0 0 790 123 0 0 16 0 2 0 254093469 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2546.7
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.77
CPU time (s): 2546.78
CPU user time (s): 2539.38
CPU system time (s): 7.40087
CPU usage (%): 195.79
Max. virtual memory (cumulated for all children) (KiB): 15754712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2539.38
system time used= 7.40087
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4171415
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= 59051
involuntary context switches= 49812

runsolver used 2.10968 second user time and 5.04323 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 19:43:42
IDJOB=3313441
IDBENCH=82364
IDSOLVER=1699
FILE ID=node107/3313441-1304099017
RUNJOBID= node107-1304097799-3844
PBS_JOBID= 13170615
Free space on /tmp= 71612 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313441-1304099017/watcher-3313441-1304099017 -o /tmp/evaluation-result-3313441-1304099017/solver-3313441-1304099017 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313441-1304099017.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=389629808

node107.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.829
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.65
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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.829
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.67
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.829
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.82
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.829
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.829
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	: 5359.47
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.829
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.829
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:      22315648 kB
Buffers:        649864 kB
Cached:        1443132 kB
SwapCached:          4 kB
Active:        8434636 kB
Inactive:      1818600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22315648 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          173192 kB
Writeback:           0 kB
AnonPages:     8159956 kB
Mapped:          23552 kB
Slab:           303624 kB
PageTables:      20660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9373616 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= 71596 MiB
End job on node107 at 2011-04-29 20:05:24