Trace number 3311220

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) 2358.5 1302.52

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
MD5SUM94d10ca78c6cee5b0badfb96b777ac08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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	01:53 INFO : Reading from input HOME/instance-3311220-1304114513.cnf
1.24/1.07	Executor set job limit to 1000000
1.24/1.07	Executor set job limit to 1000000
1.24/1.07	Executor set job limit to 1000000
1.24/1.07	Executor set job limit to 1000000
1.24/1.07	Starting Executor!
1.24/1.07	Starting Executor!
1.24/1.07	Starting Executor!
1.24/1.08	Starting Executor!
5.23/3.21	01:56 INFO : 49804 variables remaining out of 49999
5.23/3.21	01:56 INFO : 835092 literals remaining out of 840000
1446.18/397.55	08:28 ERROR: Failed to solve instance
1446.18/397.55	java.lang.OutOfMemoryError: Java heap space
1446.18/397.55		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:51)
1446.18/397.55		at ibis.structure.Solver.simplify(Solver.java:191)
1446.18/397.55		at ibis.structure.Solver.solve(Solver.java:113)
1446.18/397.55		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1446.18/397.55		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1446.18/397.55		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1446.18/397.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1446.18/397.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1446.18/397.55		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1446.18/397.55		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1446.18/397.55		at ibis.constellation.Executor.processActivities(Executor.java:75)
1446.18/397.55		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1446.18/397.55		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1446.18/397.55		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1455.73/406.48	08:40 ERROR: Failed to solve instance
1455.73/406.48	java.lang.OutOfMemoryError: Java heap space
1455.73/406.48		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1455.73/406.48		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1455.73/406.48		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1455.73/406.48		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1455.73/406.48		at ibis.structure.Solver.<init>(Solver.java:37)
1455.73/406.48		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1455.73/406.48		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1455.73/406.48		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1455.73/406.48		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1455.73/406.48		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1455.73/406.48		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1455.73/406.48		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1455.73/406.48		at ibis.constellation.Executor.processActivities(Executor.java:75)
1455.73/406.48		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1455.73/406.48		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1455.73/406.48		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1458.13/408.81	08:42 ERROR: Failed to solve instance
1458.13/408.81	java.lang.OutOfMemoryError: Java heap space
1458.13/408.81		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1458.13/408.81		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1458.13/408.81		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1458.13/408.81		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1458.13/408.81		at ibis.structure.Solver.<init>(Solver.java:37)
1458.13/408.81		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1458.13/408.81		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1458.13/408.81		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1458.13/408.81		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1458.13/408.81		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1458.13/408.81		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1458.13/408.81		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1458.13/408.81		at ibis.constellation.Executor.processActivities(Executor.java:75)
1458.13/408.81		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1458.13/408.81		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1458.13/408.81		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1472.07/422.75	08:56 ERROR: Failed to solve instance
1472.07/422.75	java.lang.OutOfMemoryError: Java heap space
1472.07/422.75		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1472.07/422.75		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1472.07/422.75		at ibis.structure.Subsumming.run(Subsumming.java:61)
1472.07/422.75		at ibis.structure.Solver.simplify(Solver.java:205)
1472.07/422.75		at ibis.structure.Solver.solve(Solver.java:113)
1472.07/422.75		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1472.07/422.75		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1472.07/422.75		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1472.07/422.75		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1472.07/422.75		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1472.07/422.75		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1472.07/422.75		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1472.07/422.75		at ibis.constellation.Executor.processActivities(Executor.java:75)
1472.07/422.75		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1472.07/422.75		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1472.07/422.75		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1485.01/434.97	09:08 ERROR: Failed to solve instance
1485.01/434.97	java.lang.OutOfMemoryError: Java heap space
1494.51/444.15	09:17 ERROR: Failed to solve instance
1494.51/444.15	java.lang.OutOfMemoryError: Java heap space
1655.80/604.61	11:27 ERROR: Failed to solve instance
1655.80/604.61	java.lang.OutOfMemoryError: Java heap space
1663.90/612.08	12:05 ERROR: Failed to solve instance
1663.90/612.08	java.lang.OutOfMemoryError: Java heap space
1664.30/612.48	12:05 ERROR: Failed to solve instance
1664.30/612.48	java.lang.OutOfMemoryError: Java heap space
1669.61/617.29	12:11 ERROR: Failed to solve instance
1669.61/617.29	java.lang.OutOfMemoryError: Java heap space
1671.71/619.21	12:12 ERROR: Failed to solve instance
1671.71/619.21	java.lang.OutOfMemoryError: Java heap space
2045.16/991.38	18:25 ERROR: Failed to solve instance
2045.16/991.38	java.lang.OutOfMemoryError: Java heap space
2052.11/997.64	18:31 ERROR: Failed to solve instance
2052.11/997.64	java.lang.OutOfMemoryError: Java heap space
2346.46/1291.59	23:25 ERROR: Failed to solve instance
2346.46/1291.59	java.lang.OutOfMemoryError: Java heap space
2350.06/1294.69	23:28 ERROR: Failed to solve instance
2350.06/1294.69	java.lang.OutOfMemoryError: Java heap space
2355.30/1299.62	23:33 ERROR: Failed to solve instance
2355.30/1299.62	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-3311220-1304114513/watcher-3311220-1304114513 -o /tmp/evaluation-result-3311220-1304114513/solver-3311220-1304114513 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311220-1304114513.cnf -hbr 2 

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: 2.20 4.28 5.74 4/198 4998
/proc/meminfo: memFree=30974628/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=30572 CPUtime=0 cores=1,3,5,7
/proc/4998/stat : 4998 (java) S 4996 4998 4943 0 -1 4202496 1438 0 0 0 0 0 0 0 24 0 2 0 523049199 31305728 906 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562340325 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 7645 910 695 9 0 383 0
[pid=4998/tid=4999] ppid=4996 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/4998/task/4999/stat : 4999 (java) R 4996 4998 4943 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 523049200 31260672 950 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 47300951573623 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0221759 s]
/proc/loadavg: 2.20 4.28 5.74 4/198 4998
/proc/meminfo: memFree=30974628/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/4998/stat : 4998 (java) S 4996 4998 4943 0 -1 4202496 3367 0 1 0 1 0 0 0 24 0 11 0 523049199 15976509440 2807 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 3900515 2808 1619 9 0 3891263 0
[pid=4998/tid=4999] ppid=4996 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/4998/task/4999/stat : 4999 (java) R 4996 4998 4943 0 -1 4202560 1999 0 1 0 1 0 0 0 25 0 11 0 523049200 15976509440 2808 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562364363 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.101168 s]
/proc/loadavg: 2.20 4.28 5.74 4/198 4998
/proc/meminfo: memFree=30974628/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=15676960 CPUtime=0.1 cores=1,3,5,7
/proc/4998/stat : 4998 (java) S 4996 4998 4943 0 -1 4202496 5672 0 1 0 9 1 0 0 24 0 18 0 523049199 16053207040 5089 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 3919240 5090 2117 9 0 3909959 0
[pid=4998/tid=4999] ppid=4996 vsize=15676960 CPUtime=0.08 cores=1,3,5,7
/proc/4998/task/4999/stat : 4999 (java) R 4996 4998 4943 0 -1 4202560 3523 0 1 0 7 1 0 0 18 0 18 0 523049200 16053207040 5090 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 47300952439907 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676960

[startup+0.301124 s]
/proc/loadavg: 2.20 4.28 5.74 4/198 4998
/proc/meminfo: memFree=30974628/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=15684620 CPUtime=0.52 cores=1,3,5,7
/proc/4998/stat : 4998 (java) S 4996 4998 4943 0 -1 4202496 16560 0 1 0 49 3 0 0 24 0 18 0 523049199 16061050880 15017 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 3921155 15020 2207 9 0 3911874 0
[pid=4998/tid=4999] ppid=4996 vsize=15684620 CPUtime=0.29 cores=1,3,5,7
/proc/4998/task/4999/stat : 4999 (java) R 4996 4998 4943 0 -1 4202560 11608 0 1 0 27 2 0 0 18 0 18 0 523049200 16061050880 15024 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 46912505642067 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15684620

[startup+0.701052 s]
/proc/loadavg: 2.20 4.28 5.74 4/198 4998
/proc/meminfo: memFree=30974628/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=15684620 CPUtime=0.92 cores=1,3,5,7
/proc/4998/stat : 4998 (java) S 4996 4998 4943 0 -1 4202496 41706 0 1 0 86 6 0 0 24 0 18 0 523049199 16061050880 40159 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 3921155 40159 2223 9 0 3911874 0
[pid=4998/tid=4999] ppid=4996 vsize=15684620 CPUtime=0.68 cores=1,3,5,7
/proc/4998/task/4999/stat : 4999 (java) R 4996 4998 4943 0 -1 4202560 35532 0 1 0 63 5 0 0 18 0 18 0 523049200 16061050880 40159 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 46912505513774 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15684620

[startup+1.5009 s]
/proc/loadavg: 2.20 4.28 5.74 4/220 5020
/proc/meminfo: memFree=30651064/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=15706200 CPUtime=2.07 cores=1,3,5,7
/proc/4998/stat : 4998 (java) S 4996 4998 4943 0 -1 4202496 54132 0 1 0 198 9 0 0 24 0 22 0 523049199 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 3926550 50581 2261 9 0 3917269 0
[pid=4998/tid=4999] ppid=4996 vsize=15706200 CPUtime=1.47 cores=1,3,5,7
/proc/4998/task/4999/stat : 4999 (java) R 4996 4998 4943 0 -1 4202560 35661 0 1 0 141 6 0 0 21 0 22 0 523049200 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 46912505719259 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4998/tid=5001] ppid=4996 vsize=15706200 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5001/stat : 5001 (java) S 4996 4998 4943 0 -1 4202560 507 0 0 0 0 0 0 0 16 0 22 0 523049200 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5002] ppid=4996 vsize=15706200 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5002/stat : 5002 (java) S 4996 4998 4943 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 22 0 523049200 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5003] ppid=4996 vsize=15706200 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5003/stat : 5003 (java) S 4996 4998 4943 0 -1 4202560 800 0 0 0 0 0 0 0 16 0 22 0 523049200 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5004] ppid=4996 vsize=15706200 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5004/stat : 5004 (java) S 4996 4998 4943 0 -1 4202560 934 0 0 0 0 0 0 0 16 0 22 0 523049200 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5005] ppid=4996 vsize=15706200 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5005/stat : 5005 (java) S 4996 4998 4943 0 -1 4202560 302 0 0 0 0 0 0 0 16 0 22 0 523049200 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5006] ppid=4996 vsize=15706200 CPUtime=0.01 cores=1,3,5,7
/proc/4998/task/5006/stat : 5006 (java) S 4996 4998 4943 0 -1 4202560 2195 0 0 0 1 0 0 0 16 0 22 0 523049200 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5007] ppid=4996 vsize=15706200 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5007/stat : 5007 (java) S 4996 4998 4943 0 -1 4202560 435 0 0 0 0 0 0 0 15 0 22 0 523049200 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5008] ppid=4996 vsize=15706200 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5008/stat : 5008 (java) S 4996 4998 4943 0 -1 4202560 1938 0 0 0 0 0 0 0 16 0 22 0 523049200 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5009] ppid=4996 vsize=15706200 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5009/stat : 5009 (java) S 4996 4998 4943 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 523049201 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 0 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5010] ppid=4996 vsize=15706200 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5010/stat : 5010 (java) S 4996 4998 4943 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523049202 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5011] ppid=4996 vsize=15706200 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5011/stat : 5011 (java) S 4996 4998 4943 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523049202 16083148800 50581 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5012] ppid=4996 vsize=15706360 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5012/stat : 5012 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16083312640 50582 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562361265 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5013] ppid=4996 vsize=15706360 CPUtime=0.35 cores=1,3,5,7
/proc/4998/task/5013/stat : 5013 (java) R 4996 4998 4943 0 -1 4202560 8544 0 0 0 34 1 0 0 16 0 22 0 523049204 16083312640 50585 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 47300949129380 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4998/tid=5014] ppid=4996 vsize=15706360 CPUtime=0.17 cores=1,3,5,7
/proc/4998/task/5014/stat : 5014 (java) S 4996 4998 4943 0 -1 4202560 1273 0 0 0 17 0 0 0 16 0 22 0 523049204 16083312640 50585 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5015] ppid=4996 vsize=15706360 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5015/stat : 5015 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16083312640 50586 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5016] ppid=4996 vsize=15706360 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5016/stat : 5016 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523049204 16083312640 50587 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 15706200

[startup+3.10162 s]
/proc/loadavg: 2.35 4.28 5.73 6/224 5024
/proc/meminfo: memFree=30569192/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=15722128 CPUtime=5.04 cores=1,3,5,7
/proc/4998/stat : 4998 (java) S 4996 4998 4943 0 -1 4202496 64300 0 1 0 494 10 0 0 24 0 22 0 523049199 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 3930532 55087 2267 9 0 3921251 0
[pid=4998/tid=4999] ppid=4996 vsize=15722128 CPUtime=3.07 cores=1,3,5,7
/proc/4998/task/4999/stat : 4999 (java) R 4996 4998 4943 0 -1 4202560 35696 0 1 0 301 6 0 0 25 0 22 0 523049200 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 46912506167156 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4998/tid=5001] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5001/stat : 5001 (java) S 4996 4998 4943 0 -1 4202560 507 0 0 0 0 0 0 0 16 0 22 0 523049200 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5002] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5002/stat : 5002 (java) S 4996 4998 4943 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 22 0 523049200 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5003] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5003/stat : 5003 (java) S 4996 4998 4943 0 -1 4202560 800 0 0 0 0 0 0 0 16 0 22 0 523049200 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5004] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5004/stat : 5004 (java) S 4996 4998 4943 0 -1 4202560 934 0 0 0 0 0 0 0 16 0 22 0 523049200 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5005] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5005/stat : 5005 (java) S 4996 4998 4943 0 -1 4202560 302 0 0 0 0 0 0 0 16 0 22 0 523049200 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5006] ppid=4996 vsize=15722128 CPUtime=0.01 cores=1,3,5,7
/proc/4998/task/5006/stat : 5006 (java) S 4996 4998 4943 0 -1 4202560 2195 0 0 0 1 0 0 0 16 0 22 0 523049200 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5007] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5007/stat : 5007 (java) S 4996 4998 4943 0 -1 4202560 435 0 0 0 0 0 0 0 15 0 22 0 523049200 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5008] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5008/stat : 5008 (java) S 4996 4998 4943 0 -1 4202560 1938 0 0 0 0 0 0 0 16 0 22 0 523049200 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5009] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5009/stat : 5009 (java) S 4996 4998 4943 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 523049201 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 0 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5010] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5010/stat : 5010 (java) S 4996 4998 4943 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523049202 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5011] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5011/stat : 5011 (java) S 4996 4998 4943 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523049202 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5012] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5012/stat : 5012 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562361265 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5013] ppid=4996 vsize=15722128 CPUtime=1.51 cores=1,3,5,7
/proc/4998/task/5013/stat : 5013 (java) S 4996 4998 4943 0 -1 4202560 18294 0 0 0 149 2 0 0 15 0 22 0 523049204 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5014] ppid=4996 vsize=15722128 CPUtime=0.39 cores=1,3,5,7
/proc/4998/task/5014/stat : 5014 (java) S 4996 4998 4943 0 -1 4202560 1651 0 0 0 39 0 0 0 16 0 22 0 523049204 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5015] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5015/stat : 5015 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5016] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5016/stat : 5016 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523049204 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5021] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5021/stat : 5021 (java) S 4996 4998 4943 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 523049307 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5022] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5022/stat : 5022 (java) S 4996 4998 4943 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523049307 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5023] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5023/stat : 5023 (java) S 4996 4998 4943 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523049307 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5024] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5024/stat : 5024 (java) S 4996 4998 4943 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 523049307 16099459072 55087 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 15722128

[startup+6.303 s]
/proc/loadavg: 2.35 4.28 5.73 12/224 5025
/proc/meminfo: memFree=29351924/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=15722128 CPUtime=15.4 cores=1,3,5,7
/proc/4998/stat : 4998 (java) S 4996 4998 4943 0 -1 4202496 235422 0 1 0 1507 33 0 0 24 0 22 0 523049199 16099459072 225267 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 3930532 225286 2275 9 0 3921251 0
[pid=4998/tid=4999] ppid=4996 vsize=15722128 CPUtime=3.18 cores=1,3,5,7
/proc/4998/task/4999/stat : 4999 (java) S 4996 4998 4943 0 -1 4202560 35715 0 1 0 312 6 0 0 25 0 22 0 523049200 16099459072 225296 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5001] ppid=4996 vsize=15722128 CPUtime=0.16 cores=1,3,5,7
/proc/4998/task/5001/stat : 5001 (java) R 4996 4998 4943 0 -1 4202560 23686 0 0 0 13 3 0 0 15 0 22 0 523049200 16099459072 225305 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 47300947486451 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4998/tid=5002] ppid=4996 vsize=15722128 CPUtime=0.14 cores=1,3,5,7
/proc/4998/task/5002/stat : 5002 (java) S 4996 4998 4943 0 -1 4202560 18471 0 0 0 12 2 0 0 16 0 22 0 523049200 16099459072 225306 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5003] ppid=4996 vsize=15722128 CPUtime=0.07 cores=1,3,5,7
/proc/4998/task/5003/stat : 5003 (java) R 4996 4998 4943 0 -1 4202560 10958 0 0 0 6 1 0 0 15 0 22 0 523049200 16099459072 225318 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4998/tid=5004] ppid=4996 vsize=15722128 CPUtime=0.09 cores=1,3,5,7
/proc/4998/task/5004/stat : 5004 (java) R 4996 4998 4943 0 -1 4202560 16508 0 0 0 8 1 0 0 15 0 22 0 523049200 16099459072 225328 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 47300949190831 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4998/tid=5005] ppid=4996 vsize=15722128 CPUtime=0.08 cores=1,3,5,7
/proc/4998/task/5005/stat : 5005 (java) S 4996 4998 4943 0 -1 4202560 11685 0 0 0 7 1 0 0 15 0 22 0 523049200 16099459072 225340 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5006] ppid=4996 vsize=15722128 CPUtime=0.05 cores=1,3,5,7
/proc/4998/task/5006/stat : 5006 (java) S 4996 4998 4943 0 -1 4202560 7031 0 0 0 4 1 0 0 15 0 22 0 523049200 16099459072 225345 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5007] ppid=4996 vsize=15722128 CPUtime=0.07 cores=1,3,5,7
/proc/4998/task/5007/stat : 5007 (java) R 4996 4998 4943 0 -1 4202560 11171 0 0 0 6 1 0 0 15 0 22 0 523049200 16099459072 225351 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 47300947486451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4998/tid=5008] ppid=4996 vsize=15722128 CPUtime=0.14 cores=1,3,5,7
/proc/4998/task/5008/stat : 5008 (java) R 4996 4998 4943 0 -1 4202560 15971 0 0 0 12 2 0 0 15 0 22 0 523049200 16099459072 225360 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 47300947486451 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4998/tid=5009] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5009/stat : 5009 (java) S 4996 4998 4943 0 -1 4202560 424 0 0 0 0 0 0 0 15 0 22 0 523049201 16099459072 225372 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 0 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5010] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5010/stat : 5010 (java) S 4996 4998 4943 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523049202 16099459072 225380 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5011] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5011/stat : 5011 (java) S 4996 4998 4943 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523049202 16099459072 225387 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5012] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5012/stat : 5012 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16099459072 225395 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562361265 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0

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

[pid=4998/tid=5011] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5011/stat : 5011 (java) S 4996 4998 4943 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523049202 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5012] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5012/stat : 5012 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562361265 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5013] ppid=4996 vsize=15722128 CPUtime=1.67 cores=1,3,5,7
/proc/4998/task/5013/stat : 5013 (java) S 4996 4998 4943 0 -1 4202560 18315 0 0 0 165 2 0 0 15 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5014] ppid=4996 vsize=15722128 CPUtime=0.9 cores=1,3,5,7
/proc/4998/task/5014/stat : 5014 (java) S 4996 4998 4943 0 -1 4202560 1739 0 0 0 90 0 0 0 15 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5015] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5015/stat : 5015 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5016] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5016/stat : 5016 (java) S 4996 4998 4943 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5021] ppid=4996 vsize=15722128 CPUtime=343.35 cores=1,3,5,7
/proc/4998/task/5021/stat : 5021 (java) S 4996 4998 4943 0 -1 4202560 51683 0 0 0 34324 11 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5022] ppid=4996 vsize=15722128 CPUtime=345.03 cores=1,3,5,7
/proc/4998/task/5022/stat : 5022 (java) S 4996 4998 4943 0 -1 4202560 56226 0 0 0 34488 15 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5023] ppid=4996 vsize=15722128 CPUtime=345.02 cores=1,3,5,7
/proc/4998/task/5023/stat : 5023 (java) S 4996 4998 4943 0 -1 4202560 45512 0 0 0 34489 13 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5024] ppid=4996 vsize=15722128 CPUtime=344.45 cores=1,3,5,7
/proc/4998/task/5024/stat : 5024 (java) S 4996 4998 4943 0 -1 4202560 45730 0 0 0 34430 15 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2237.15
Current children cumulated vsize (KiB) 15722128

[startup+1242.31 s]
/proc/loadavg: 5.03 5.18 5.63 6/224 5112
/proc/meminfo: memFree=10953952/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=15722128 CPUtime=2297.2 cores=1,3,5,7
/proc/4998/stat : 4998 (java) S 4996 4998 4943 0 -1 4202496 3888030 0 1 0 229078 642 0 0 24 0 22 0 523049199 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 3930532 3832790 2294 9 0 3921251 0
[pid=4998/tid=4999] ppid=4996 vsize=15722128 CPUtime=3.18 cores=1,3,5,7
/proc/4998/task/4999/stat : 4999 (java) S 4996 4998 4943 0 -1 4202560 35715 0 1 0 312 6 0 0 25 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5001] ppid=4996 vsize=15722128 CPUtime=3.23 cores=1,3,5,7
/proc/4998/task/5001/stat : 5001 (java) S 4996 4998 4943 0 -1 4202560 348648 0 0 0 269 54 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5002] ppid=4996 vsize=15722128 CPUtime=3.37 cores=1,3,5,7
/proc/4998/task/5002/stat : 5002 (java) S 4996 4998 4943 0 -1 4202560 472053 0 0 0 263 74 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5003] ppid=4996 vsize=15722128 CPUtime=4.2 cores=1,3,5,7
/proc/4998/task/5003/stat : 5003 (java) S 4996 4998 4943 0 -1 4202560 442909 0 0 0 350 70 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5004] ppid=4996 vsize=15722128 CPUtime=3.59 cores=1,3,5,7
/proc/4998/task/5004/stat : 5004 (java) S 4996 4998 4943 0 -1 4202560 517907 0 0 0 278 81 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5005] ppid=4996 vsize=15722128 CPUtime=3.39 cores=1,3,5,7
/proc/4998/task/5005/stat : 5005 (java) S 4996 4998 4943 0 -1 4202560 283428 0 0 0 291 48 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5006] ppid=4996 vsize=15722128 CPUtime=2.44 cores=1,3,5,7
/proc/4998/task/5006/stat : 5006 (java) S 4996 4998 4943 0 -1 4202560 263938 0 0 0 205 39 0 0 15 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5007] ppid=4996 vsize=15722128 CPUtime=3.3 cores=1,3,5,7
/proc/4998/task/5007/stat : 5007 (java) S 4996 4998 4943 0 -1 4202560 344276 0 0 0 275 55 0 0 15 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5008] ppid=4996 vsize=15722128 CPUtime=3.6 cores=1,3,5,7
/proc/4998/task/5008/stat : 5008 (java) S 4996 4998 4943 0 -1 4202560 368376 0 0 0 307 53 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5009] ppid=4996 vsize=15722128 CPUtime=886.28 cores=1,3,5,7
/proc/4998/task/5009/stat : 5009 (java) R 4996 4998 4943 0 -1 4202560 589718 0 0 0 88530 98 0 0 18 0 22 0 523049201 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 47300952782272 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=4998/tid=5010] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5010/stat : 5010 (java) S 4996 4998 4943 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523049202 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5011] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5011/stat : 5011 (java) S 4996 4998 4943 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523049202 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5012] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5012/stat : 5012 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562361265 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5013] ppid=4996 vsize=15722128 CPUtime=1.67 cores=1,3,5,7
/proc/4998/task/5013/stat : 5013 (java) S 4996 4998 4943 0 -1 4202560 18315 0 0 0 165 2 0 0 15 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5014] ppid=4996 vsize=15722128 CPUtime=0.9 cores=1,3,5,7
/proc/4998/task/5014/stat : 5014 (java) S 4996 4998 4943 0 -1 4202560 1739 0 0 0 90 0 0 0 15 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5015] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5015/stat : 5015 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5016] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5016/stat : 5016 (java) S 4996 4998 4943 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5021] ppid=4996 vsize=15722128 CPUtime=343.36 cores=1,3,5,7
/proc/4998/task/5021/stat : 5021 (java) S 4996 4998 4943 0 -1 4202560 51752 0 0 0 34325 11 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5022] ppid=4996 vsize=15722128 CPUtime=345.03 cores=1,3,5,7
/proc/4998/task/5022/stat : 5022 (java) S 4996 4998 4943 0 -1 4202560 56250 0 0 0 34488 15 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5023] ppid=4996 vsize=15722128 CPUtime=345.05 cores=1,3,5,7
/proc/4998/task/5023/stat : 5023 (java) S 4996 4998 4943 0 -1 4202560 45512 0 0 0 34491 14 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5024] ppid=4996 vsize=15722128 CPUtime=344.46 cores=1,3,5,7
/proc/4998/task/5024/stat : 5024 (java) S 4996 4998 4943 0 -1 4202560 46034 0 0 0 34431 15 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2297.2
Current children cumulated vsize (KiB) 15722128



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.04 5.16 5.60 6/224 5113
/proc/meminfo: memFree=7103808/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=15722128 CPUtime=2355.78 cores=1,3,5,7
/proc/4998/stat : 4998 (java) S 4996 4998 4943 0 -1 4202496 3888407 0 1 0 234932 646 0 0 24 0 22 0 523049199 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 3930532 3832790 2294 9 0 3921251 0
[pid=4998/tid=4999] ppid=4996 vsize=15722128 CPUtime=3.18 cores=1,3,5,7
/proc/4998/task/4999/stat : 4999 (java) S 4996 4998 4943 0 -1 4202560 35715 0 1 0 312 6 0 0 25 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5001] ppid=4996 vsize=15722128 CPUtime=3.23 cores=1,3,5,7
/proc/4998/task/5001/stat : 5001 (java) S 4996 4998 4943 0 -1 4202560 348648 0 0 0 269 54 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5002] ppid=4996 vsize=15722128 CPUtime=3.37 cores=1,3,5,7
/proc/4998/task/5002/stat : 5002 (java) S 4996 4998 4943 0 -1 4202560 472053 0 0 0 263 74 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5003] ppid=4996 vsize=15722128 CPUtime=4.2 cores=1,3,5,7
/proc/4998/task/5003/stat : 5003 (java) S 4996 4998 4943 0 -1 4202560 442909 0 0 0 350 70 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5004] ppid=4996 vsize=15722128 CPUtime=3.59 cores=1,3,5,7
/proc/4998/task/5004/stat : 5004 (java) S 4996 4998 4943 0 -1 4202560 517907 0 0 0 278 81 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5005] ppid=4996 vsize=15722128 CPUtime=3.39 cores=1,3,5,7
/proc/4998/task/5005/stat : 5005 (java) S 4996 4998 4943 0 -1 4202560 283428 0 0 0 291 48 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5006] ppid=4996 vsize=15722128 CPUtime=2.44 cores=1,3,5,7
/proc/4998/task/5006/stat : 5006 (java) S 4996 4998 4943 0 -1 4202560 263938 0 0 0 205 39 0 0 15 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5007] ppid=4996 vsize=15722128 CPUtime=3.3 cores=1,3,5,7
/proc/4998/task/5007/stat : 5007 (java) S 4996 4998 4943 0 -1 4202560 344276 0 0 0 275 55 0 0 15 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5008] ppid=4996 vsize=15722128 CPUtime=3.6 cores=1,3,5,7
/proc/4998/task/5008/stat : 5008 (java) S 4996 4998 4943 0 -1 4202560 368376 0 0 0 307 53 0 0 16 0 22 0 523049200 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5009] ppid=4996 vsize=15722128 CPUtime=943.67 cores=1,3,5,7
/proc/4998/task/5009/stat : 5009 (java) R 4996 4998 4943 0 -1 4202560 589723 0 0 0 94267 100 0 0 18 0 22 0 523049201 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271550231604 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=4998/tid=5010] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5010/stat : 5010 (java) S 4996 4998 4943 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523049202 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5011] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5011/stat : 5011 (java) S 4996 4998 4943 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523049202 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5012] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5012/stat : 5012 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562361265 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5013] ppid=4996 vsize=15722128 CPUtime=1.67 cores=1,3,5,7
/proc/4998/task/5013/stat : 5013 (java) S 4996 4998 4943 0 -1 4202560 18315 0 0 0 165 2 0 0 15 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5014] ppid=4996 vsize=15722128 CPUtime=0.9 cores=1,3,5,7
/proc/4998/task/5014/stat : 5014 (java) S 4996 4998 4943 0 -1 4202560 1739 0 0 0 90 0 0 0 15 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5015] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5015/stat : 5015 (java) S 4996 4998 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
[pid=4998/tid=5016] ppid=4996 vsize=15722128 CPUtime=0 cores=1,3,5,7
/proc/4998/task/5016/stat : 5016 (java) S 4996 4998 4943 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 523049204 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562354176 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5021] ppid=4996 vsize=15722128 CPUtime=343.64 cores=1,3,5,7
/proc/4998/task/5021/stat : 5021 (java) S 4996 4998 4943 0 -1 4202560 51842 0 0 0 34353 11 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 7 0 0 0
[pid=4998/tid=5022] ppid=4996 vsize=15722128 CPUtime=345.32 cores=1,3,5,7
/proc/4998/task/5022/stat : 5022 (java) S 4996 4998 4943 0 -1 4202560 56474 0 0 0 34516 16 0 0 16 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 1 0 0 0
[pid=4998/tid=5023] ppid=4996 vsize=15722128 CPUtime=345.37 cores=1,3,5,7
/proc/4998/task/5023/stat : 5023 (java) S 4996 4998 4943 0 -1 4202560 45528 0 0 0 34523 14 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 3 0 0 0
[pid=4998/tid=5024] ppid=4996 vsize=15722128 CPUtime=344.77 cores=1,3,5,7
/proc/4998/task/5024/stat : 5024 (java) S 4996 4998 4943 0 -1 4202560 46073 0 0 0 34461 16 0 0 15 0 22 0 523049307 16099459072 3832790 33554432000 1073741824 1073778376 140736137493488 18446744073709551615 271562353561 0 4 0 16800975 18446604459347584960 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2355.78
Current children cumulated vsize (KiB) 15722128

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4998

[startup+1302.3 s]
/proc/loadavg: 5.20 5.19 5.61 6/225 5116
/proc/meminfo: memFree=7103676/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=0 CPUtime=2358.26 cores=1,3,5,7
/proc/4998/stat : 4998 (java) Z 4996 4998 4943 0 -1 4203548 3888441 0 1 0 235152 674 0 0 18 0 2 0 523049199 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 0 0 0 0 0 0 0
[pid=4998/tid=5021] ppid=4996 vsize=0 CPUtime=343.98 cores=1,3,5,7
/proc/4998/task/5021/stat : 5021 (java) R 4996 4998 4943 0 -1 4203588 51843 0 0 0 34359 39 0 0 16 0 2 0 523049307 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2358.26
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.20 5.19 5.61 6/225 5116
/proc/meminfo: memFree=7103676/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=0 CPUtime=2358.36 cores=1,3,5,7
/proc/4998/stat : 4998 (java) Z 4996 4998 4943 0 -1 4203548 3888441 0 1 0 235152 684 0 0 18 0 2 0 523049199 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 0 0 0 0 0 0 0
[pid=4998/tid=5021] ppid=4996 vsize=0 CPUtime=344.08 cores=1,3,5,7
/proc/4998/task/5021/stat : 5021 (java) R 4996 4998 4943 0 -1 4203588 51843 0 0 0 34359 49 0 0 16 0 2 0 523049307 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2358.36
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.20 5.19 5.61 6/225 5116
/proc/meminfo: memFree=7103676/32951124 swapFree=67111336/67111528
[pid=4998] ppid=4996 vsize=0 CPUtime=2358.46 cores=1,3,5,7
/proc/4998/stat : 4998 (java) Z 4996 4998 4943 0 -1 4203548 3888441 0 1 0 235152 694 0 0 18 0 2 0 523049199 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4998/statm: 0 0 0 0 0 0 0
[pid=4998/tid=5021] ppid=4996 vsize=0 CPUtime=344.18 cores=1,3,5,7
/proc/4998/task/5021/stat : 5021 (java) R 4996 4998 4943 0 -1 4203588 51843 0 0 0 34359 59 0 0 16 0 2 0 523049307 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2358.46
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.52
CPU time (s): 2358.5
CPU user time (s): 2351.53
CPU system time (s): 6.96894
CPU usage (%): 181.072
Max. virtual memory (cumulated for all children) (KiB): 15724184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2351.53
system time used= 6.96894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3888441
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= 68412
involuntary context switches= 47163

runsolver used 2.15067 second user time and 5.01924 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 00:01:53
IDJOB=3311220
IDBENCH=82605
IDSOLVER=1698
FILE ID=node133/3311220-1304114513
RUNJOBID= node133-1304114513-4962
PBS_JOBID= 13170705
Free space on /tmp= 71888 MiB

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

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

MD5SUM BENCH= 94d10ca78c6cee5b0badfb96b777ac08
RANDOM SEED=2132943068

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:      30975404 kB
Buffers:        499064 kB
Cached:        1052272 kB
SwapCached:        124 kB
Active:          98996 kB
Inactive:      1530672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30975404 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:            9468 kB
Writeback:           0 kB
AnonPages:       77920 kB
Mapped:          23104 kB
Slab:           279928 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   779572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71888 MiB
End job on node133 at 2011-04-30 00:23:36