Trace number 3311283

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 2263.82 1302.64

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1920335371-069-UNKNOWN.cnf
MD5SUM2df42d61a6b217e160d2447861596d0d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.0875
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	03:18 INFO : Reading from input HOME/instance-3311283-1304118197.cnf
1.13/0.92	Executor set job limit to 1000000
1.13/0.92	Executor set job limit to 1000000
1.13/0.92	Executor set job limit to 1000000
1.13/0.92	Executor set job limit to 1000000
1.13/0.92	Starting Executor!
1.13/0.92	Starting Executor!
1.13/0.92	Starting Executor!
1.13/0.92	Starting Executor!
4.08/2.50	03:20 INFO : 39847 variables remaining out of 40000
4.08/2.50	03:20 INFO : 668100 literals remaining out of 672000
1354.19/395.64	09:48 ERROR: Failed to solve instance
1354.19/395.64	java.lang.OutOfMemoryError: Java heap space
1354.19/395.64		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1354.19/395.64		at gnu.trove.THash.postInsertHook(THash.java:370)
1354.19/395.64		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1354.19/395.64		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1354.19/395.64		at ibis.structure.Subsumming.run(Subsumming.java:58)
1354.19/395.64		at ibis.structure.Solver.simplify(Solver.java:205)
1354.19/395.64		at ibis.structure.Solver.solve(Solver.java:113)
1354.19/395.64		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1354.19/395.64		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1354.19/395.64		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1354.19/395.64		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1354.19/395.64		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1354.19/395.64		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1354.19/395.64		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1354.19/395.64		at ibis.constellation.Executor.processActivities(Executor.java:75)
1354.19/395.64		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1354.19/395.64		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1354.19/395.64		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1590.86/630.77	12:32 ERROR: Failed to solve instance
1590.86/630.77	java.lang.OutOfMemoryError: Java heap space
1590.86/630.77		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1590.86/630.77		at gnu.trove.THash.postInsertHook(THash.java:370)
1590.86/630.77		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1590.86/630.77		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1590.86/630.77		at ibis.structure.Subsumming.run(Subsumming.java:58)
1590.86/630.77		at ibis.structure.Solver.simplify(Solver.java:205)
1590.86/630.77		at ibis.structure.Solver.solve(Solver.java:113)
1590.86/630.77		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1590.86/630.77		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1590.86/630.77		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1590.86/630.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1590.86/630.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1590.86/630.77		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1590.86/630.77		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1590.86/630.77		at ibis.constellation.Executor.processActivities(Executor.java:75)
1590.86/630.77		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1590.86/630.77		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1590.86/630.77		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1596.03/635.59	13:53 ERROR: Failed to solve instance
1596.03/635.59	java.lang.OutOfMemoryError: Java heap space
1596.03/635.59		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1596.03/635.59		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1596.03/635.59		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1596.03/635.59		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1596.03/635.59		at ibis.structure.Solver.<init>(Solver.java:37)
1596.03/635.59		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1596.03/635.59		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1596.03/635.59		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1596.03/635.59		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1596.03/635.59		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1596.03/635.59		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1596.03/635.59		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1596.03/635.59		at ibis.constellation.Executor.processActivities(Executor.java:75)
1596.03/635.59		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1596.03/635.59		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1596.03/635.59		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1598.23/637.72	13:55 ERROR: Failed to solve instance
1598.23/637.72	java.lang.OutOfMemoryError: Java heap space
1598.23/637.72		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1598.23/637.72		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1598.23/637.72		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1598.23/637.72		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1598.23/637.72		at ibis.structure.Solver.<init>(Solver.java:37)
1598.23/637.72		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1598.23/637.72		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1598.23/637.72		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1598.23/637.72		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1598.23/637.72		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1598.23/637.72		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1598.23/637.72		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1598.23/637.72		at ibis.constellation.Executor.processActivities(Executor.java:75)
1598.23/637.72		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1598.23/637.72		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1598.23/637.72		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1695.47/734.87	15:32 ERROR: Failed to solve instance
1695.47/734.87	java.lang.OutOfMemoryError: Java heap space
1709.33/748.61	15:46 ERROR: Failed to solve instance
1709.33/748.61	java.lang.OutOfMemoryError: Java heap space
1711.09/750.31	15:48 ERROR: Failed to solve instance
1711.09/750.31	java.lang.OutOfMemoryError: Java heap space

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3311283-1304118197/watcher-3311283-1304118197 -o /tmp/evaluation-result-3311283-1304118197/solver-3311283-1304118197 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311283-1304118197.cnf -hbr 2 

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: 5.25 7.11 7.53 3/194 22175
/proc/meminfo: memFree=30582812/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/22175/stat : 22175 (java) S 22173 22175 21203 0 -1 4202496 1492 0 0 0 0 0 0 0 21 0 2 0 523422094 31260672 953 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447819749 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 7632 953 733 9 0 383 0
[pid=22175/tid=22176] ppid=22173 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22176/stat : 22176 (java) R 22173 22175 21203 0 -1 4202560 133 0 0 0 0 0 0 0 22 0 2 0 523422095 31260672 953 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212436016896 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0495741 s]
/proc/loadavg: 5.25 7.11 7.53 3/194 22175
/proc/meminfo: memFree=30582812/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=15609648 CPUtime=0.04 cores=0,2,4,6
/proc/22175/stat : 22175 (java) S 22173 22175 21203 0 -1 4202496 4053 0 1 0 4 0 0 0 21 0 18 0 523422094 15984279552 3491 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 3902412 3491 1753 9 0 3893131 0
[pid=22175/tid=22176] ppid=22173 vsize=15609648 CPUtime=0.03 cores=0,2,4,6
/proc/22175/task/22176/stat : 22176 (java) R 22173 22175 21203 0 -1 4202560 2634 0 1 0 3 0 0 0 25 0 18 0 523422095 15984279552 3491 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 47099447472133 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609648

[startup+0.100556 s]
/proc/loadavg: 5.25 7.11 7.53 3/194 22175
/proc/meminfo: memFree=30582812/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=15677004 CPUtime=0.1 cores=0,2,4,6
/proc/22175/stat : 22175 (java) S 22173 22175 21203 0 -1 4202496 5569 0 1 0 10 0 0 0 21 0 18 0 523422094 16053252096 4996 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 3919251 4996 2116 9 0 3909970 0
[pid=22175/tid=22176] ppid=22173 vsize=15677004 CPUtime=0.08 cores=0,2,4,6
/proc/22175/task/22176/stat : 22176 (java) R 22173 22175 21203 0 -1 4202560 3458 0 1 0 8 0 0 0 18 0 18 0 523422095 16053252096 4996 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 47099447472133 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677004

[startup+0.300518 s]
/proc/loadavg: 5.25 7.11 7.53 3/194 22175
/proc/meminfo: memFree=30582812/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=15684304 CPUtime=0.52 cores=0,2,4,6
/proc/22175/stat : 22175 (java) S 22173 22175 21203 0 -1 4202496 15212 0 1 0 50 2 0 0 21 0 18 0 523422094 16060727296 13648 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 3921076 13655 2207 9 0 3911795 0
[pid=22175/tid=22176] ppid=22173 vsize=15684304 CPUtime=0.28 cores=0,2,4,6
/proc/22175/task/22176/stat : 22176 (java) R 22173 22175 21203 0 -1 4202560 10349 0 1 0 26 2 0 0 18 0 18 0 523422095 16060727296 13658 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 46912505642707 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15684304

[startup+0.700475 s]
/proc/loadavg: 5.25 7.11 7.53 3/194 22175
/proc/meminfo: memFree=30582812/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=15684304 CPUtime=0.93 cores=0,2,4,6
/proc/22175/stat : 22175 (java) S 22173 22175 21203 0 -1 4202496 41615 0 1 0 88 5 0 0 21 0 18 0 523422094 16060727296 40049 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 3921076 40049 2223 9 0 3911795 0
[pid=22175/tid=22176] ppid=22173 vsize=15684304 CPUtime=0.68 cores=0,2,4,6
/proc/22175/task/22176/stat : 22176 (java) R 22173 22175 21203 0 -1 4202560 35549 0 1 0 63 5 0 0 18 0 18 0 523422095 16060727296 40049 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 46912505641195 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15684304

[startup+1.50127 s]
/proc/loadavg: 5.07 7.04 7.51 9/220 22201
/proc/meminfo: memFree=30245396/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=15717556 CPUtime=2.26 cores=0,2,4,6
/proc/22175/stat : 22175 (java) S 22173 22175 21203 0 -1 4202496 55802 0 1 0 219 7 0 0 21 0 22 0 523422094 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 3929389 51343 2261 9 0 3920108 0
[pid=22175/tid=22176] ppid=22173 vsize=15717556 CPUtime=1.47 cores=0,2,4,6
/proc/22175/task/22176/stat : 22176 (java) R 22173 22175 21203 0 -1 4202560 35679 0 1 0 142 5 0 0 20 0 22 0 523422095 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 47099451635659 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22175/tid=22178] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22178/stat : 22178 (java) S 22173 22175 21203 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 523422095 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22179] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22179/stat : 22179 (java) S 22173 22175 21203 0 -1 4202560 575 0 0 0 0 0 0 0 16 0 22 0 523422095 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22180] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22180/stat : 22180 (java) S 22173 22175 21203 0 -1 4202560 817 0 0 0 0 0 0 0 16 0 22 0 523422095 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22181] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22181/stat : 22181 (java) S 22173 22175 21203 0 -1 4202560 682 0 0 0 0 0 0 0 16 0 22 0 523422095 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22182] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22182/stat : 22182 (java) S 22173 22175 21203 0 -1 4202560 1649 0 0 0 0 0 0 0 16 0 22 0 523422095 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22183] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22183/stat : 22183 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523422095 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22184] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22184/stat : 22184 (java) S 22173 22175 21203 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 22 0 523422095 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22185] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22185/stat : 22185 (java) S 22173 22175 21203 0 -1 4202560 1001 0 0 0 0 0 0 0 16 0 22 0 523422095 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22186] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22186/stat : 22186 (java) S 22173 22175 21203 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 523422096 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 0 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22187] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22187/stat : 22187 (java) S 22173 22175 21203 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523422097 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22188] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22188/stat : 22188 (java) S 22173 22175 21203 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 523422097 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22189] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22189/stat : 22189 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523422099 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447840689 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22190] ppid=22173 vsize=15717556 CPUtime=0.57 cores=0,2,4,6
/proc/22175/task/22190/stat : 22190 (java) R 22173 22175 21203 0 -1 4202560 12181 0 0 0 57 0 0 0 18 0 22 0 523422099 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 47099448325546 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22175/tid=22191] ppid=22173 vsize=15717556 CPUtime=0.14 cores=0,2,4,6
/proc/22175/task/22191/stat : 22191 (java) S 22173 22175 21203 0 -1 4202560 1321 0 0 0 14 0 0 0 15 0 22 0 523422099 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22192] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22192/stat : 22192 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523422099 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22193] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22193/stat : 22193 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523422099 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22198] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22198/stat : 22198 (java) S 22173 22175 21203 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523422187 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22199] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22199/stat : 22199 (java) S 22173 22175 21203 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523422187 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22200] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22200/stat : 22200 (java) S 22173 22175 21203 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523422187 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22201] ppid=22173 vsize=15717556 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22201/stat : 22201 (java) S 22173 22175 21203 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523422187 16094777344 51343 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 15717556

[startup+3.10497 s]
/proc/loadavg: 5.07 7.04 7.51 8/220 22201
/proc/meminfo: memFree=30176888/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=15716548 CPUtime=5.48 cores=0,2,4,6
/proc/22175/stat : 22175 (java) S 22173 22175 21203 0 -1 4202496 72001 0 1 0 538 10 0 0 21 0 22 0 523422094 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 3929137 63022 2275 9 0 3919856 0
[pid=22175/tid=22176] ppid=22173 vsize=15716548 CPUtime=2.47 cores=0,2,4,6
/proc/22175/task/22176/stat : 22176 (java) S 22173 22175 21203 0 -1 4202560 35733 0 1 0 242 5 0 0 23 0 22 0 523422095 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22178] ppid=22173 vsize=15716548 CPUtime=0.02 cores=0,2,4,6
/proc/22175/task/22178/stat : 22178 (java) S 22173 22175 21203 0 -1 4202560 1917 0 0 0 2 0 0 0 16 0 22 0 523422095 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22179] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22179/stat : 22179 (java) S 22173 22175 21203 0 -1 4202560 575 0 0 0 0 0 0 0 15 0 22 0 523422095 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22180] ppid=22173 vsize=15716548 CPUtime=0.02 cores=0,2,4,6
/proc/22175/task/22180/stat : 22180 (java) S 22173 22175 21203 0 -1 4202560 4342 0 0 0 2 0 0 0 16 0 22 0 523422095 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22181] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22181/stat : 22181 (java) S 22173 22175 21203 0 -1 4202560 682 0 0 0 0 0 0 0 15 0 22 0 523422095 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22182] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22182/stat : 22182 (java) S 22173 22175 21203 0 -1 4202560 1649 0 0 0 0 0 0 0 15 0 22 0 523422095 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22183] ppid=22173 vsize=15716548 CPUtime=0.01 cores=0,2,4,6
/proc/22175/task/22183/stat : 22183 (java) S 22173 22175 21203 0 -1 4202560 2697 0 0 0 1 0 0 0 16 0 22 0 523422095 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22184] ppid=22173 vsize=15716548 CPUtime=0.01 cores=0,2,4,6
/proc/22175/task/22184/stat : 22184 (java) S 22173 22175 21203 0 -1 4202560 3312 0 0 0 1 0 0 0 16 0 22 0 523422095 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22185] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22185/stat : 22185 (java) S 22173 22175 21203 0 -1 4202560 1001 0 0 0 0 0 0 0 15 0 22 0 523422095 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22186] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22186/stat : 22186 (java) S 22173 22175 21203 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 22 0 523422096 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 0 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22187] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22187/stat : 22187 (java) S 22173 22175 21203 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523422097 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22188] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22188/stat : 22188 (java) S 22173 22175 21203 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 523422097 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22189] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22189/stat : 22189 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523422099 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447840689 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22190] ppid=22173 vsize=15716548 CPUtime=1.07 cores=0,2,4,6
/proc/22175/task/22190/stat : 22190 (java) S 22173 22175 21203 0 -1 4202560 13436 0 0 0 106 1 0 0 15 0 22 0 523422099 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22191] ppid=22173 vsize=15716548 CPUtime=0.91 cores=0,2,4,6
/proc/22175/task/22191/stat : 22191 (java) S 22173 22175 21203 0 -1 4202560 5124 0 0 0 90 1 0 0 15 0 22 0 523422099 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22192] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22192/stat : 22192 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523422099 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22193] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22193/stat : 22193 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523422099 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22198] ppid=22173 vsize=15716548 CPUtime=0.02 cores=0,2,4,6
/proc/22175/task/22198/stat : 22198 (java) R 22173 22175 21203 0 -1 4202560 17 0 0 0 2 0 0 0 15 0 22 0 523422187 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 46912506424037 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22175/tid=22199] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22199/stat : 22199 (java) S 22173 22175 21203 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523422187 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22200] ppid=22173 vsize=15716548 CPUtime=0.37 cores=0,2,4,6
/proc/22175/task/22200/stat : 22200 (java) S 22173 22175 21203 0 -1 4202560 7 0 0 0 37 0 0 0 15 0 22 0 523422187 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22201] ppid=22173 vsize=15716548 CPUtime=0.48 cores=0,2,4,6
/proc/22175/task/22201/stat : 22201 (java) R 22173 22175 21203 0 -1 4202560 21 0 0 0 48 0 0 0 15 0 22 0 523422187 16093745152 63022 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 46912506424005 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 15716548

[startup+6.30132 s]
/proc/loadavg: 5.07 7.04 7.51 10/220 22201
/proc/meminfo: memFree=28929728/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=15716548 CPUtime=17.5 cores=0,2,4,6
/proc/22175/stat : 22175 (java) S 22173 22175 21203 0 -1 4202496 293301 0 1 0 1708 42 0 0 21 0 22 0 523422094 16093745152 283153 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 3929137 283153 2275 9 0 3919856 0
[pid=22175/tid=22176] ppid=22173 vsize=15716548 CPUtime=2.47 cores=0,2,4,6
/proc/22175/task/22176/stat : 22176 (java) S 22173 22175 21203 0 -1 4202560 35733 0 1 0 242 5 0 0 23 0 22 0 523422095 16093745152 283153 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22178] ppid=22173 vsize=15716548 CPUtime=0.08 cores=0,2,4,6
/proc/22175/task/22178/stat : 22178 (java) S 22173 22175 21203 0 -1 4202560 19678 0 0 0 6 2 0 0 15 0 22 0 523422095 16093745152 283153 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22179] ppid=22173 vsize=15716548 CPUtime=0.12 cores=0,2,4,6
/proc/22175/task/22179/stat : 22179 (java) S 22173 22175 21203 0 -1 4202560 16698 0 0 0 10 2 0 0 15 0 22 0 523422095 16093745152 283153 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22180] ppid=22173 vsize=15716548 CPUtime=0.2 cores=0,2,4,6
/proc/22175/task/22180/stat : 22180 (java) S 22173 22175 21203 0 -1 4202560 28517 0 0 0 16 4 0 0 15 0 22 0 523422095 16093745152 283153 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22181] ppid=22173 vsize=15716548 CPUtime=0.17 cores=0,2,4,6
/proc/22175/task/22181/stat : 22181 (java) S 22173 22175 21203 0 -1 4202560 26427 0 0 0 14 3 0 0 16 0 22 0 523422095 16093745152 283153 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22182] ppid=22173 vsize=15716548 CPUtime=0.18 cores=0,2,4,6
/proc/22175/task/22182/stat : 22182 (java) S 22173 22175 21203 0 -1 4202560 34027 0 0 0 14 4 0 0 16 0 22 0 523422095 16093745152 283153 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22183] ppid=22173 vsize=15716548 CPUtime=0.24 cores=0,2,4,6
/proc/22175/task/22183/stat : 22183 (java) S 22173 22175 21203 0 -1 4202560 31691 0 0 0 20 4 0 0 15 0 22 0 523422095 16093745152 283153 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22184] ppid=22173 vsize=15716548 CPUtime=0.28 cores=0,2,4,6
/proc/22175/task/22184/stat : 22184 (java) S 22173 22175 21203 0 -1 4202560 34103 0 0 0 23 5 0 0 16 0 22 0 523422095 16093745152 283153 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22185] ppid=22173 vsize=15716548 CPUtime=0.1 cores=0,2,4,6
/proc/22175/task/22185/stat : 22185 (java) S 22173 22175 21203 0 -1 4202560 10723 0 0 0 9 1 0 0 15 0 22 0 523422095 16093745152 283153 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0

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

[pid=22175/tid=22188] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22188/stat : 22188 (java) S 22173 22175 21203 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523422097 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22189] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22189/stat : 22189 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447840689 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22190] ppid=22173 vsize=15716548 CPUtime=1.14 cores=0,2,4,6
/proc/22175/task/22190/stat : 22190 (java) S 22173 22175 21203 0 -1 4202560 13443 0 0 0 113 1 0 0 15 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22191] ppid=22173 vsize=15716548 CPUtime=1.14 cores=0,2,4,6
/proc/22175/task/22191/stat : 22191 (java) S 22173 22175 21203 0 -1 4202560 6448 0 0 0 113 1 0 0 15 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22192] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22192/stat : 22192 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22193] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22193/stat : 22193 (java) S 22173 22175 21203 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22198] ppid=22173 vsize=15716548 CPUtime=314 cores=0,2,4,6
/proc/22175/task/22198/stat : 22198 (java) S 22173 22175 21203 0 -1 4202560 55998 0 0 0 31388 12 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22199] ppid=22173 vsize=15716548 CPUtime=313.42 cores=0,2,4,6
/proc/22175/task/22199/stat : 22199 (java) S 22173 22175 21203 0 -1 4202560 67630 0 0 0 31325 17 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22200] ppid=22173 vsize=15716548 CPUtime=313.9 cores=0,2,4,6
/proc/22175/task/22200/stat : 22200 (java) S 22173 22175 21203 0 -1 4202560 59860 0 0 0 31379 11 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22201] ppid=22173 vsize=15716548 CPUtime=314.77 cores=0,2,4,6
/proc/22175/task/22201/stat : 22201 (java) S 22173 22175 21203 0 -1 4202560 64013 0 0 0 31464 13 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2143.42
Current children cumulated vsize (KiB) 15716548

[startup+1242.3 s]
/proc/loadavg: 3.24 4.72 5.84 2/193 22257
/proc/meminfo: memFree=15163300/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=15716548 CPUtime=2203.43 cores=0,2,4,6
/proc/22175/stat : 22175 (java) S 22173 22175 21203 0 -1 4202496 3873032 0 1 0 219660 683 0 0 21 0 22 0 523422094 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 3929137 3853103 2294 9 0 3919856 0
[pid=22175/tid=22176] ppid=22173 vsize=15716548 CPUtime=2.47 cores=0,2,4,6
/proc/22175/task/22176/stat : 22176 (java) S 22173 22175 21203 0 -1 4202560 35733 0 1 0 242 5 0 0 23 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22178] ppid=22173 vsize=15716548 CPUtime=3.21 cores=0,2,4,6
/proc/22175/task/22178/stat : 22178 (java) S 22173 22175 21203 0 -1 4202560 343938 0 0 0 260 61 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22179] ppid=22173 vsize=15716548 CPUtime=2.92 cores=0,2,4,6
/proc/22175/task/22179/stat : 22179 (java) S 22173 22175 21203 0 -1 4202560 322364 0 0 0 237 55 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22180] ppid=22173 vsize=15716548 CPUtime=2.94 cores=0,2,4,6
/proc/22175/task/22180/stat : 22180 (java) S 22173 22175 21203 0 -1 4202560 463999 0 0 0 217 77 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22181] ppid=22173 vsize=15716548 CPUtime=2.9 cores=0,2,4,6
/proc/22175/task/22181/stat : 22181 (java) S 22173 22175 21203 0 -1 4202560 331028 0 0 0 233 57 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22182] ppid=22173 vsize=15716548 CPUtime=2.48 cores=0,2,4,6
/proc/22175/task/22182/stat : 22182 (java) S 22173 22175 21203 0 -1 4202560 310749 0 0 0 198 50 0 0 15 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22183] ppid=22173 vsize=15716548 CPUtime=2.91 cores=0,2,4,6
/proc/22175/task/22183/stat : 22183 (java) S 22173 22175 21203 0 -1 4202560 397883 0 0 0 222 69 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22184] ppid=22173 vsize=15716548 CPUtime=3.1 cores=0,2,4,6
/proc/22175/task/22184/stat : 22184 (java) S 22173 22175 21203 0 -1 4202560 393129 0 0 0 239 71 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22185] ppid=22173 vsize=15716548 CPUtime=3.65 cores=0,2,4,6
/proc/22175/task/22185/stat : 22185 (java) S 22173 22175 21203 0 -1 4202560 386185 0 0 0 302 63 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22186] ppid=22173 vsize=15716548 CPUtime=918.28 cores=0,2,4,6
/proc/22175/task/22186/stat : 22186 (java) R 22173 22175 21203 0 -1 4202560 618761 0 0 0 91717 111 0 0 25 0 22 0 523422096 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212435711039 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=22175/tid=22187] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22187/stat : 22187 (java) S 22173 22175 21203 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 523422097 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22188] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22188/stat : 22188 (java) S 22173 22175 21203 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523422097 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22189] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22189/stat : 22189 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447840689 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22190] ppid=22173 vsize=15716548 CPUtime=1.14 cores=0,2,4,6
/proc/22175/task/22190/stat : 22190 (java) S 22173 22175 21203 0 -1 4202560 13443 0 0 0 113 1 0 0 15 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22191] ppid=22173 vsize=15716548 CPUtime=1.14 cores=0,2,4,6
/proc/22175/task/22191/stat : 22191 (java) S 22173 22175 21203 0 -1 4202560 6448 0 0 0 113 1 0 0 15 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22192] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22192/stat : 22192 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22193] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22193/stat : 22193 (java) S 22173 22175 21203 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22198] ppid=22173 vsize=15716548 CPUtime=314.01 cores=0,2,4,6
/proc/22175/task/22198/stat : 22198 (java) S 22173 22175 21203 0 -1 4202560 56042 0 0 0 31389 12 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22199] ppid=22173 vsize=15716548 CPUtime=313.44 cores=0,2,4,6
/proc/22175/task/22199/stat : 22199 (java) S 22173 22175 21203 0 -1 4202560 67973 0 0 0 31326 18 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22200] ppid=22173 vsize=15716548 CPUtime=313.9 cores=0,2,4,6
/proc/22175/task/22200/stat : 22200 (java) S 22173 22175 21203 0 -1 4202560 59869 0 0 0 31379 11 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22201] ppid=22173 vsize=15716548 CPUtime=314.77 cores=0,2,4,6
/proc/22175/task/22201/stat : 22201 (java) S 22173 22175 21203 0 -1 4202560 64036 0 0 0 31464 13 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2203.43
Current children cumulated vsize (KiB) 15716548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.89 4.09 5.56 2/193 22259
/proc/meminfo: memFree=15163304/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=15716548 CPUtime=2261.17 cores=0,2,4,6
/proc/22175/stat : 22175 (java) S 22173 22175 21203 0 -1 4202496 3873420 0 1 0 225433 684 0 0 21 0 22 0 523422094 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 3929137 3853103 2294 9 0 3919856 0
[pid=22175/tid=22176] ppid=22173 vsize=15716548 CPUtime=2.47 cores=0,2,4,6
/proc/22175/task/22176/stat : 22176 (java) S 22173 22175 21203 0 -1 4202560 35733 0 1 0 242 5 0 0 23 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22178] ppid=22173 vsize=15716548 CPUtime=3.21 cores=0,2,4,6
/proc/22175/task/22178/stat : 22178 (java) S 22173 22175 21203 0 -1 4202560 343938 0 0 0 260 61 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22179] ppid=22173 vsize=15716548 CPUtime=2.92 cores=0,2,4,6
/proc/22175/task/22179/stat : 22179 (java) S 22173 22175 21203 0 -1 4202560 322364 0 0 0 237 55 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22180] ppid=22173 vsize=15716548 CPUtime=2.94 cores=0,2,4,6
/proc/22175/task/22180/stat : 22180 (java) S 22173 22175 21203 0 -1 4202560 463999 0 0 0 217 77 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22181] ppid=22173 vsize=15716548 CPUtime=2.9 cores=0,2,4,6
/proc/22175/task/22181/stat : 22181 (java) S 22173 22175 21203 0 -1 4202560 331028 0 0 0 233 57 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22182] ppid=22173 vsize=15716548 CPUtime=2.48 cores=0,2,4,6
/proc/22175/task/22182/stat : 22182 (java) S 22173 22175 21203 0 -1 4202560 310749 0 0 0 198 50 0 0 15 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22183] ppid=22173 vsize=15716548 CPUtime=2.91 cores=0,2,4,6
/proc/22175/task/22183/stat : 22183 (java) S 22173 22175 21203 0 -1 4202560 397883 0 0 0 222 69 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22184] ppid=22173 vsize=15716548 CPUtime=3.1 cores=0,2,4,6
/proc/22175/task/22184/stat : 22184 (java) S 22173 22175 21203 0 -1 4202560 393129 0 0 0 239 71 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22185] ppid=22173 vsize=15716548 CPUtime=3.65 cores=0,2,4,6
/proc/22175/task/22185/stat : 22185 (java) S 22173 22175 21203 0 -1 4202560 386185 0 0 0 302 63 0 0 16 0 22 0 523422095 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22186] ppid=22173 vsize=15716548 CPUtime=975.97 cores=0,2,4,6
/proc/22175/task/22186/stat : 22186 (java) R 22173 22175 21203 0 -1 4202560 618765 0 0 0 97485 112 0 0 18 0 22 0 523422096 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 47099448369468 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=22175/tid=22187] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22187/stat : 22187 (java) S 22173 22175 21203 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 523422097 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22188] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22188/stat : 22188 (java) S 22173 22175 21203 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523422097 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22189] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22189/stat : 22189 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447840689 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22190] ppid=22173 vsize=15716548 CPUtime=1.14 cores=0,2,4,6
/proc/22175/task/22190/stat : 22190 (java) S 22173 22175 21203 0 -1 4202560 13443 0 0 0 113 1 0 0 15 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 6 0 0 0
[pid=22175/tid=22191] ppid=22173 vsize=15716548 CPUtime=1.14 cores=0,2,4,6
/proc/22175/task/22191/stat : 22191 (java) S 22173 22175 21203 0 -1 4202560 6448 0 0 0 113 1 0 0 15 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22192] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22192/stat : 22192 (java) S 22173 22175 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22193] ppid=22173 vsize=15716548 CPUtime=0 cores=0,2,4,6
/proc/22175/task/22193/stat : 22193 (java) S 22173 22175 21203 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523422099 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447833600 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22198] ppid=22173 vsize=15716548 CPUtime=314.01 cores=0,2,4,6
/proc/22175/task/22198/stat : 22198 (java) S 22173 22175 21203 0 -1 4202560 56202 0 0 0 31389 12 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
[pid=22175/tid=22199] ppid=22173 vsize=15716548 CPUtime=313.48 cores=0,2,4,6
/proc/22175/task/22199/stat : 22199 (java) S 22173 22175 21203 0 -1 4202560 68039 0 0 0 31330 18 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 4 0 0 0
[pid=22175/tid=22200] ppid=22173 vsize=15716548 CPUtime=313.91 cores=0,2,4,6
/proc/22175/task/22200/stat : 22200 (java) S 22173 22175 21203 0 -1 4202560 59918 0 0 0 31380 11 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 0 0 0 0
[pid=22175/tid=22201] ppid=22173 vsize=15716548 CPUtime=314.77 cores=0,2,4,6
/proc/22175/task/22201/stat : 22201 (java) S 22173 22175 21203 0 -1 4202560 64141 0 0 0 31464 13 0 0 15 0 22 0 523422187 16093745152 3853103 33554432000 1073741824 1073778376 140736044499664 18446744073709551615 212447832985 0 4 0 16800975 18446604453948544960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2261.17
Current children cumulated vsize (KiB) 15716548

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22175

[startup+1302.3 s]
/proc/loadavg: 1.82 4.04 5.54 2/194 22260
/proc/meminfo: memFree=15163240/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=0 CPUtime=2263.47 cores=0,2,4,6
/proc/22175/stat : 22175 (java) Z 22173 22175 21203 0 -1 4203548 3873440 0 1 0 225635 712 0 0 18 0 2 0 523422094 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 0 0 0 0 0 0 0
[pid=22175/tid=22190] ppid=22173 vsize=0 CPUtime=1.42 cores=0,2,4,6
/proc/22175/task/22190/stat : 22190 (java) R 22173 22175 21203 0 -1 4203588 13443 0 0 0 113 29 0 0 16 0 2 0 523422099 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2263.47
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 1.82 4.04 5.54 2/194 22260
/proc/meminfo: memFree=15163240/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=0 CPUtime=2263.67 cores=0,2,4,6
/proc/22175/stat : 22175 (java) Z 22173 22175 21203 0 -1 4203548 3873440 0 1 0 225635 732 0 0 18 0 2 0 523422094 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 0 0 0 0 0 0 0
[pid=22175/tid=22190] ppid=22173 vsize=0 CPUtime=1.62 cores=0,2,4,6
/proc/22175/task/22190/stat : 22190 (java) R 22173 22175 21203 0 -1 4203588 13443 0 0 0 113 49 0 0 16 0 2 0 523422099 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2263.67
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 1.82 4.04 5.54 2/173 22260
/proc/meminfo: memFree=29646856/32951124 swapFree=67111416/67111528
[pid=22175] ppid=22173 vsize=0 CPUtime=2263.78 cores=0,2,4,6
/proc/22175/stat : 22175 (java) Z 22173 22175 21203 0 -1 4203548 3873440 0 1 0 225635 743 0 0 18 0 2 0 523422094 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22175/statm: 0 0 0 0 0 0 0
[pid=22175/tid=22190] ppid=22173 vsize=0 CPUtime=1.72 cores=0,2,4,6
/proc/22175/task/22190/stat : 22190 (java) R 22173 22175 21203 0 -1 4203588 13443 0 0 0 113 59 0 0 16 0 2 0 523422099 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2263.78
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.64
CPU time (s): 2263.82
CPU user time (s): 2256.35
CPU system time (s): 7.46786
CPU usage (%): 173.787
Max. virtual memory (cumulated for all children) (KiB): 15717852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2256.35
system time used= 7.46786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3873440
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= 66056
involuntary context switches= 37831

runsolver used 2.06569 second user time and 5.09323 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 01:03:17
IDJOB=3311283
IDBENCH=82668
IDSOLVER=1698
FILE ID=node102/3311283-1304118197
RUNJOBID= node102-1304118197-22138
PBS_JOBID= 13170678
Free space on /tmp= 71556 MiB

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

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

MD5SUM BENCH= 2df42d61a6b217e160d2447861596d0d
RANDOM SEED=1651718147

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30582968 kB
Buffers:        603828 kB
Cached:        1272004 kB
SwapCached:          0 kB
Active:         155392 kB
Inactive:      1796916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30582968 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            7768 kB
Writeback:           0 kB
AnonPages:       75844 kB
Mapped:          22248 kB
Slab:           351928 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   783964 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= 71556 MiB
End job on node102 at 2011-04-30 01:25:00