Trace number 3313401

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 2815.22 1302.78

General information on the benchmark

Namemanol-pipe-f7nidw.cnf
MD5SUMb950ebec64dc35544d8f8bf6957e7bc2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.7028
Satisfiable
(Un)Satisfiability was proved
Number of variables310434
Number of clauses923497
Sum of the clauses size2154825
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2615664
Number of clauses of size 3307832
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	05:53 INFO : Reading from input HOME/instance-3313401-1304075152.cnf
3.55/3.21	Executor set job limit to 1000000
3.55/3.21	Executor set job limit to 1000000
3.55/3.21	Executor set job limit to 1000000
3.55/3.21	Executor set job limit to 1000000
3.55/3.21	Starting Executor!
3.55/3.21	Starting Executor!
3.55/3.21	Starting Executor!
3.55/3.22	Starting Executor!
19.23/16.69	06:10 INFO : 280224 variables remaining out of 310434
19.23/16.69	06:10 INFO : 6885115 literals remaining out of 3078322
2147.96/650.44	16:44 ERROR: Failed to solve instance
2147.96/650.44	java.lang.OutOfMemoryError: Java heap space
2147.96/650.44		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
2147.96/650.44		at ibis.structure.Solver.simplify(Solver.java:191)
2147.96/650.44		at ibis.structure.Solver.solve(Solver.java:113)
2147.96/650.44		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2147.96/650.44		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2147.96/650.44		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2147.96/650.44		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2147.96/650.44		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2147.96/650.44		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2147.96/650.44		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2147.96/650.44		at ibis.constellation.Executor.processActivities(Executor.java:75)
2147.96/650.44		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2147.96/650.44		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2147.96/650.44		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2182.52/684.58	17:18 ERROR: Failed to solve instance
2182.52/684.58	java.lang.OutOfMemoryError: Java heap space
2182.52/684.58		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
2182.52/684.58		at ibis.structure.Solver.simplify(Solver.java:191)
2182.52/684.58		at ibis.structure.Solver.solve(Solver.java:113)
2182.52/684.58		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2182.52/684.58		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2182.52/684.58		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2182.52/684.58		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2182.52/684.58		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2182.52/684.58		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2182.52/684.58		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2182.52/684.58		at ibis.constellation.Executor.processActivities(Executor.java:75)
2182.52/684.58		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2182.52/684.58		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2182.52/684.58		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2199.13/700.87	17:34 ERROR: Failed to solve instance
2199.13/700.87	java.lang.OutOfMemoryError: Java heap space
2199.13/700.87		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2199.13/700.87		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2199.13/700.87		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2199.13/700.87		at ibis.structure.WatchLists.build(WatchLists.java:58)
2199.13/700.87		at ibis.structure.Solver.<init>(Solver.java:45)
2199.13/700.87		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2199.13/700.87		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2199.13/700.87		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2199.13/700.87		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2199.13/700.87		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2199.13/700.87		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2199.13/700.87		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2199.13/700.87		at ibis.constellation.Executor.processActivities(Executor.java:75)
2199.13/700.87		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2199.13/700.87		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2199.13/700.87		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2232.09/731.79	18:05 ERROR: Failed to solve instance
2232.09/731.79	java.lang.OutOfMemoryError: Java heap space
2232.09/731.79		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
2232.09/731.79		at ibis.structure.Solver.simplify(Solver.java:191)
2232.09/731.79		at ibis.structure.Solver.solve(Solver.java:113)
2232.09/731.79		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2232.09/731.79		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2232.09/731.79		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2232.09/731.79		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2232.09/731.79		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2232.09/731.79		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2232.09/731.79		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2232.09/731.79		at ibis.constellation.Executor.processActivities(Executor.java:75)
2232.09/731.79		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2232.09/731.79		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2232.09/731.79		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2675.73/1174.70	25:28 ERROR: Failed to solve instance
2675.73/1174.70	java.lang.OutOfMemoryError: Java heap space
2709.22/1205.54	25:59 ERROR: Failed to solve instance
2709.22/1205.54	java.lang.OutOfMemoryError: Java heap space
2751.05/1244.07	26:37 ERROR: Failed to solve instance
2751.05/1244.07	java.lang.OutOfMemoryError: Java heap space
2761.08/1253.40	26:47 ERROR: Failed to solve instance
2761.08/1253.40	java.lang.OutOfMemoryError: Java heap space
2792.38/1282.34	27:16 ERROR: Failed to solve instance
2792.38/1282.34	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-3313401-1304075152/watcher-3313401-1304075152 -o /tmp/evaluation-result-3313401-1304075152/solver-3313401-1304075152 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313401-1304075152.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.08 7.73 7.37 2/174 30249
/proc/meminfo: memFree=17687160/32950928 swapFree=67111528/67111528
[pid=30249] ppid=30247 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/30249/stat : 30249 (java) R 30247 30249 28330 0 -1 4202496 1190 0 0 0 0 0 0 0 21 0 1 0 597745982 23580672 678 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218875602833 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/30249/statm: 5757 678 505 9 0 124 0

[startup+0.0443291 s]
/proc/loadavg: 7.08 7.73 7.37 2/174 30249
/proc/meminfo: memFree=17687160/32950928 swapFree=67111528/67111528
[pid=30249] ppid=30247 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/30249/stat : 30249 (java) S 30247 30249 28330 0 -1 4202496 3824 0 1 0 2 0 0 0 21 0 13 0 597745982 15978749952 3265 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892367845 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 3901062 3265 1683 9 0 3891810 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100328 s]
/proc/loadavg: 7.08 7.73 7.37 2/174 30249
/proc/meminfo: memFree=17687160/32950928 swapFree=67111528/67111528
[pid=30249] ppid=30247 vsize=15676292 CPUtime=0.1 cores=0,2,4,6
/proc/30249/stat : 30249 (java) S 30247 30249 28330 0 -1 4202496 5534 0 1 0 9 1 0 0 21 0 18 0 597745982 16052523008 4975 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 3919073 4976 2116 9 0 3909792 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676292

[startup+0.300284 s]
/proc/loadavg: 7.08 7.73 7.37 2/174 30249
/proc/meminfo: memFree=17687160/32950928 swapFree=67111528/67111528
[pid=30249] ppid=30247 vsize=15681996 CPUtime=0.52 cores=0,2,4,6
/proc/30249/stat : 30249 (java) S 30247 30249 28330 0 -1 4202496 14693 0 1 0 50 2 0 0 21 0 18 0 597745982 16058363904 12980 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 3920499 12983 2206 9 0 3911218 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681996

[startup+0.700222 s]
/proc/loadavg: 7.08 7.73 7.37 2/174 30249
/proc/meminfo: memFree=17687160/32950928 swapFree=67111528/67111528
[pid=30249] ppid=30247 vsize=15681848 CPUtime=0.93 cores=0,2,4,6
/proc/30249/stat : 30249 (java) S 30247 30249 28330 0 -1 4202496 42391 0 1 0 87 6 0 0 21 0 18 0 597745982 16058212352 40637 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 3920462 40637 2222 9 0 3911181 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681848

[startup+1.50106 s]
/proc/loadavg: 7.08 7.73 7.37 3/212 30290
/proc/meminfo: memFree=17367496/32950928 swapFree=67111528/67111528
[pid=30249] ppid=30247 vsize=15681848 CPUtime=1.75 cores=0,2,4,6
/proc/30249/stat : 30249 (java) S 30247 30249 28330 0 -1 4202496 76288 0 1 0 165 10 0 0 21 0 18 0 597745982 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 3920462 74531 2222 9 0 3911181 0
[pid=30249/tid=30251] ppid=30247 vsize=15681848 CPUtime=1.46 cores=0,2,4,6
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28330 0 -1 4202560 65643 0 1 0 138 8 0 0 18 0 18 0 597745982 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 46912505644539 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30249/tid=30252] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28330 0 -1 4202560 2012 0 0 0 0 0 0 0 16 0 18 0 597745983 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30253] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28330 0 -1 4202560 306 0 0 0 0 0 0 0 15 0 18 0 597745983 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30254] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28330 0 -1 4202560 411 0 0 0 0 0 0 0 16 0 18 0 597745983 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30255] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28330 0 -1 4202560 617 0 0 0 0 0 0 0 15 0 18 0 597745983 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30256] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28330 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 18 0 597745983 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30257] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 597745983 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30258] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28330 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 18 0 597745983 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30259] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28330 0 -1 4202560 1974 0 0 0 0 0 0 0 16 0 18 0 597745983 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28330 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 597745984 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 0 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30261] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28330 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 597745984 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30262] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28330 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 597745984 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30263] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30263/stat : 30263 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597745987 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892388785 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30264] ppid=30247 vsize=15681848 CPUtime=0.1 cores=0,2,4,6
/proc/30249/task/30264/stat : 30264 (java) S 30247 30249 28330 0 -1 4202560 1132 0 0 0 10 0 0 0 17 0 18 0 597745987 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30265] ppid=30247 vsize=15681848 CPUtime=0.13 cores=0,2,4,6
/proc/30249/task/30265/stat : 30265 (java) S 30247 30249 28330 0 -1 4202560 2590 0 0 0 13 0 0 0 15 0 18 0 597745987 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30266] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30266/stat : 30266 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597745987 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30267] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30267/stat : 30267 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 597745987 16058212352 74531 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15681848

[startup+3.10081 s]
/proc/loadavg: 6.67 7.63 7.34 3/212 30290
/proc/meminfo: memFree=17019552/32950928 swapFree=67111528/67111528
[pid=30249] ppid=30247 vsize=15681848 CPUtime=3.44 cores=0,2,4,6
/proc/30249/stat : 30249 (java) S 30247 30249 28330 0 -1 4202496 146071 0 1 0 325 19 0 0 21 0 18 0 597745982 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 3920462 144223 2240 9 0 3911181 0
[pid=30249/tid=30251] ppid=30247 vsize=15681848 CPUtime=3.04 cores=0,2,4,6
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28330 0 -1 4202560 126613 0 1 0 288 16 0 0 21 0 18 0 597745982 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 46912505641725 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30249/tid=30252] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28330 0 -1 4202560 2041 0 0 0 0 0 0 0 16 0 18 0 597745983 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30253] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28330 0 -1 4202560 5734 0 0 0 0 0 0 0 16 0 18 0 597745983 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30254] ppid=30247 vsize=15681848 CPUtime=0.01 cores=0,2,4,6
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28330 0 -1 4202560 412 0 0 0 1 0 0 0 15 0 18 0 597745983 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30255] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28330 0 -1 4202560 617 0 0 0 0 0 0 0 15 0 18 0 597745983 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30256] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28330 0 -1 4202560 321 0 0 0 0 0 0 0 16 0 18 0 597745983 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30257] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28330 0 -1 4202560 2579 0 0 0 0 0 0 0 16 0 18 0 597745983 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30258] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28330 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 18 0 597745983 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30259] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28330 0 -1 4202560 2058 0 0 0 0 0 0 0 16 0 18 0 597745983 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28330 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 597745984 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 0 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30261] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28330 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 597745984 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30262] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28330 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 597745984 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30263] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30263/stat : 30263 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597745987 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892388785 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30264] ppid=30247 vsize=15681848 CPUtime=0.13 cores=0,2,4,6
/proc/30249/task/30264/stat : 30264 (java) S 30247 30249 28330 0 -1 4202560 1236 0 0 0 13 0 0 0 15 0 18 0 597745987 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30265] ppid=30247 vsize=15681848 CPUtime=0.16 cores=0,2,4,6
/proc/30249/task/30265/stat : 30265 (java) S 30247 30249 28330 0 -1 4202560 2620 0 0 0 16 0 0 0 16 0 18 0 597745987 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30266] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30266/stat : 30266 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597745987 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30267] ppid=30247 vsize=15681848 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30267/stat : 30267 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 597745987 16058212352 144223 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15681848

[startup+6.30125 s]
/proc/loadavg: 6.67 7.63 7.34 4/220 30298
/proc/meminfo: memFree=16433928/32950928 swapFree=67111528/67111528
[pid=30249] ppid=30247 vsize=15685960 CPUtime=7.95 cores=0,2,4,6
/proc/30249/stat : 30249 (java) S 30247 30249 28330 0 -1 4202496 180578 0 1 0 770 25 0 0 21 0 22 0 597745982 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 3921490 170169 2266 9 0 3912209 0
[pid=30249/tid=30251] ppid=30247 vsize=15685960 CPUtime=6.23 cores=0,2,4,6
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28330 0 -1 4202560 143419 0 1 0 605 18 0 0 21 0 22 0 597745982 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 46912506098518 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30249/tid=30252] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28330 0 -1 4202560 2041 0 0 0 0 0 0 0 16 0 22 0 597745983 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30253] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28330 0 -1 4202560 5734 0 0 0 0 0 0 0 16 0 22 0 597745983 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30254] ppid=30247 vsize=15685960 CPUtime=0.01 cores=0,2,4,6
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28330 0 -1 4202560 412 0 0 0 1 0 0 0 15 0 22 0 597745983 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30255] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28330 0 -1 4202560 617 0 0 0 0 0 0 0 15 0 22 0 597745983 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30256] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28330 0 -1 4202560 321 0 0 0 0 0 0 0 16 0 22 0 597745983 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30257] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28330 0 -1 4202560 2579 0 0 0 0 0 0 0 16 0 22 0 597745983 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30258] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28330 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 22 0 597745983 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30259] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28330 0 -1 4202560 2058 0 0 0 0 0 0 0 16 0 22 0 597745983 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28330 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 22 0 597745984 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 0 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30261] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28330 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 597745984 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30262] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28330 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 597745984 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30263] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30263/stat : 30263 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597745987 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892388785 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30264] ppid=30247 vsize=15685960 CPUtime=1.26 cores=0,2,4,6
/proc/30249/task/30264/stat : 30264 (java) S 30247 30249 28330 0 -1 4202560 18863 0 0 0 122 4 0 0 15 0 22 0 597745987 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30265] ppid=30247 vsize=15685960 CPUtime=0.34 cores=0,2,4,6
/proc/30249/task/30265/stat : 30265 (java) S 30247 30249 28330 0 -1 4202560 2651 0 0 0 34 0 0 0 15 0 22 0 597745987 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30266] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30266/stat : 30266 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597745987 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30267] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30267/stat : 30267 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 597745987 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30291] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30291/stat : 30291 (java) S 30247 30249 28330 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 597746304 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30292] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30292/stat : 30292 (java) S 30247 30249 28330 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 597746304 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30293] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30293/stat : 30293 (java) S 30247 30249 28330 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 597746304 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30294] ppid=30247 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30294/stat : 30294 (java) S 30247 30249 28330 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 597746304 16062423040 170169 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 15685960

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

[pid=30249/tid=30262] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28330 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 597745984 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30263] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30263/stat : 30263 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892388785 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30264] ppid=30247 vsize=15687116 CPUtime=2.01 cores=0,2,4,6
/proc/30249/task/30264/stat : 30264 (java) S 30247 30249 28330 0 -1 4202560 19153 0 0 0 197 4 0 0 15 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30265] ppid=30247 vsize=15687116 CPUtime=1.78 cores=0,2,4,6
/proc/30249/task/30265/stat : 30265 (java) S 30247 30249 28330 0 -1 4202560 2821 0 0 0 178 0 0 0 15 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30266] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30266/stat : 30266 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30267] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30267/stat : 30267 (java) S 30247 30249 28330 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30291] ppid=30247 vsize=15687116 CPUtime=485.98 cores=0,2,4,6
/proc/30249/task/30291/stat : 30291 (java) S 30247 30249 28330 0 -1 4202560 38030 0 0 0 48593 5 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30292] ppid=30247 vsize=15687116 CPUtime=483.32 cores=0,2,4,6
/proc/30249/task/30292/stat : 30292 (java) S 30247 30249 28330 0 -1 4202560 15467 0 0 0 48327 5 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 2
[pid=30249/tid=30293] ppid=30247 vsize=15687116 CPUtime=477.52 cores=0,2,4,6
/proc/30249/task/30293/stat : 30293 (java) S 30247 30249 28330 0 -1 4202560 9009 0 0 0 47742 10 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30294] ppid=30247 vsize=15687116 CPUtime=490.83 cores=0,2,4,6
/proc/30249/task/30294/stat : 30294 (java) S 30247 30249 28330 0 -1 4202560 35679 0 0 0 49071 12 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2684.03
Current children cumulated vsize (KiB) 15687116

[startup+1242.3 s]
/proc/loadavg: 2.34 2.86 4.92 3/220 30331
/proc/meminfo: memFree=98332/32950928 swapFree=67111524/67111528
[pid=30249] ppid=30247 vsize=15687116 CPUtime=2749.34 cores=0,2,4,6
/proc/30249/stat : 30249 (java) S 30247 30249 28330 0 -1 4202496 3914902 0 1 0 273989 945 0 0 21 0 22 0 597745982 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 3921779 3847888 2299 9 0 3912498 0
[pid=30249/tid=30251] ppid=30247 vsize=15687116 CPUtime=16.58 cores=0,2,4,6
/proc/30249/task/30251/stat : 30251 (java) S 30247 30249 28330 0 -1 4202560 253167 0 1 0 1628 30 0 0 17 0 22 0 597745982 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30252] ppid=30247 vsize=15687116 CPUtime=9.28 cores=0,2,4,6
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28330 0 -1 4202560 372996 0 0 0 832 96 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30253] ppid=30247 vsize=15687116 CPUtime=10.3 cores=0,2,4,6
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28330 0 -1 4202560 428473 0 0 0 928 102 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30254] ppid=30247 vsize=15687116 CPUtime=9.29 cores=0,2,4,6
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28330 0 -1 4202560 482265 0 0 0 820 109 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30255] ppid=30247 vsize=15687116 CPUtime=8.43 cores=0,2,4,6
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28330 0 -1 4202560 321644 0 0 0 757 86 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30256] ppid=30247 vsize=15687116 CPUtime=9.47 cores=0,2,4,6
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28330 0 -1 4202560 326991 0 0 0 857 90 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30257] ppid=30247 vsize=15687116 CPUtime=8.29 cores=0,2,4,6
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28330 0 -1 4202560 365897 0 0 0 710 119 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30258] ppid=30247 vsize=15687116 CPUtime=10.24 cores=0,2,4,6
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28330 0 -1 4202560 450658 0 0 0 919 105 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30259] ppid=30247 vsize=15687116 CPUtime=7.84 cores=0,2,4,6
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28330 0 -1 4202560 316571 0 0 0 713 71 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=15687116 CPUtime=710.92 cores=0,2,4,6
/proc/30249/task/30260/stat : 30260 (java) R 30247 30249 28330 0 -1 4202560 474481 0 0 0 70999 93 0 0 18 0 22 0 597745984 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 47054312384320 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=30249/tid=30261] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28330 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 597745984 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30262] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28330 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 597745984 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30263] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30263/stat : 30263 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892388785 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30264] ppid=30247 vsize=15687116 CPUtime=2.01 cores=0,2,4,6
/proc/30249/task/30264/stat : 30264 (java) S 30247 30249 28330 0 -1 4202560 19153 0 0 0 197 4 0 0 15 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30265] ppid=30247 vsize=15687116 CPUtime=1.78 cores=0,2,4,6
/proc/30249/task/30265/stat : 30265 (java) S 30247 30249 28330 0 -1 4202560 2821 0 0 0 178 0 0 0 15 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30266] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30266/stat : 30266 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30267] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30267/stat : 30267 (java) S 30247 30249 28330 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30291] ppid=30247 vsize=15687116 CPUtime=487.75 cores=0,2,4,6
/proc/30249/task/30291/stat : 30291 (java) S 30247 30249 28330 0 -1 4202560 38091 0 0 0 48770 5 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30292] ppid=30247 vsize=15687116 CPUtime=485.1 cores=0,2,4,6
/proc/30249/task/30292/stat : 30292 (java) S 30247 30249 28330 0 -1 4202560 15496 0 0 0 48505 5 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 2
[pid=30249/tid=30293] ppid=30247 vsize=15687116 CPUtime=479.3 cores=0,2,4,6
/proc/30249/task/30293/stat : 30293 (java) S 30247 30249 28330 0 -1 4202560 9031 0 0 0 47919 11 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30294] ppid=30247 vsize=15687116 CPUtime=492.61 cores=0,2,4,6
/proc/30249/task/30294/stat : 30294 (java) S 30247 30249 28330 0 -1 4202560 35709 0 0 0 49249 12 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2749.34
Current children cumulated vsize (KiB) 15687116



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.14 2.71 4.75 3/220 30332
/proc/meminfo: memFree=98300/32950928 swapFree=67111524/67111528
[pid=30249] ppid=30247 vsize=15687116 CPUtime=2812.26 cores=0,2,4,6
/proc/30249/stat : 30249 (java) S 30247 30249 28330 0 -1 4202496 3915048 0 1 0 280278 948 0 0 21 0 22 0 597745982 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 3921779 3847888 2299 9 0 3912498 0
[pid=30249/tid=30251] ppid=30247 vsize=15687116 CPUtime=16.58 cores=0,2,4,6
/proc/30249/task/30251/stat : 30251 (java) S 30247 30249 28330 0 -1 4202560 253167 0 1 0 1628 30 0 0 17 0 22 0 597745982 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30252] ppid=30247 vsize=15687116 CPUtime=9.28 cores=0,2,4,6
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28330 0 -1 4202560 372996 0 0 0 832 96 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30253] ppid=30247 vsize=15687116 CPUtime=10.3 cores=0,2,4,6
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28330 0 -1 4202560 428473 0 0 0 928 102 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30254] ppid=30247 vsize=15687116 CPUtime=9.29 cores=0,2,4,6
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28330 0 -1 4202560 482265 0 0 0 820 109 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30255] ppid=30247 vsize=15687116 CPUtime=8.43 cores=0,2,4,6
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28330 0 -1 4202560 321644 0 0 0 757 86 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30256] ppid=30247 vsize=15687116 CPUtime=9.47 cores=0,2,4,6
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28330 0 -1 4202560 326991 0 0 0 857 90 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30257] ppid=30247 vsize=15687116 CPUtime=8.29 cores=0,2,4,6
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28330 0 -1 4202560 365897 0 0 0 710 119 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30258] ppid=30247 vsize=15687116 CPUtime=10.24 cores=0,2,4,6
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28330 0 -1 4202560 450658 0 0 0 919 105 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30259] ppid=30247 vsize=15687116 CPUtime=7.84 cores=0,2,4,6
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28330 0 -1 4202560 316571 0 0 0 713 71 0 0 16 0 22 0 597745983 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=15687116 CPUtime=766.86 cores=0,2,4,6
/proc/30249/task/30260/stat : 30260 (java) R 30247 30249 28330 0 -1 4202560 474485 0 0 0 76590 96 0 0 18 0 22 0 597745984 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 47054313976124 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=30249/tid=30261] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28330 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 597745984 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30262] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28330 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 597745984 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30263] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30263/stat : 30263 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892388785 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30264] ppid=30247 vsize=15687116 CPUtime=2.01 cores=0,2,4,6
/proc/30249/task/30264/stat : 30264 (java) S 30247 30249 28330 0 -1 4202560 19153 0 0 0 197 4 0 0 15 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30265] ppid=30247 vsize=15687116 CPUtime=1.78 cores=0,2,4,6
/proc/30249/task/30265/stat : 30265 (java) S 30247 30249 28330 0 -1 4202560 2821 0 0 0 178 0 0 0 15 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30266] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30266/stat : 30266 (java) S 30247 30249 28330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30267] ppid=30247 vsize=15687116 CPUtime=0 cores=0,2,4,6
/proc/30249/task/30267/stat : 30267 (java) S 30247 30249 28330 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 597745987 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381696 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
[pid=30249/tid=30291] ppid=30247 vsize=15687116 CPUtime=489.5 cores=0,2,4,6
/proc/30249/task/30291/stat : 30291 (java) S 30247 30249 28330 0 -1 4202560 38132 0 0 0 48945 5 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 2 0 0 0
[pid=30249/tid=30292] ppid=30247 vsize=15687116 CPUtime=486.85 cores=0,2,4,6
/proc/30249/task/30292/stat : 30292 (java) S 30247 30249 28330 0 -1 4202560 15548 0 0 0 48680 5 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 0 0 0 2
[pid=30249/tid=30293] ppid=30247 vsize=15687116 CPUtime=481.04 cores=0,2,4,6
/proc/30249/task/30293/stat : 30293 (java) S 30247 30249 28330 0 -1 4202560 9063 0 0 0 48093 11 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 4 0 0 0
[pid=30249/tid=30294] ppid=30247 vsize=15687116 CPUtime=494.35 cores=0,2,4,6
/proc/30249/task/30294/stat : 30294 (java) S 30247 30249 28330 0 -1 4202560 35722 0 0 0 49423 12 0 0 15 0 22 0 597746304 16063606784 3847888 33554432000 1073741824 1073778376 140736160234448 18446744073709551615 218892381081 0 4 0 16800975 18446604453939944320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2812.26
Current children cumulated vsize (KiB) 15687116

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30249

[startup+1302.3 s]
/proc/loadavg: 2.14 2.71 4.75 3/222 30334
/proc/meminfo: memFree=98280/32950928 swapFree=67111524/67111528
[pid=30249] ppid=30247 vsize=0 CPUtime=2814.73 cores=0,2,4,6
/proc/30249/stat : 30249 (java) Z 30247 30249 28330 0 -1 4203548 3915060 0 1 0 280496 977 0 0 18 0 2 0 597745982 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 0 0 0 0 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=0 CPUtime=769.09 cores=0,2,4,6
/proc/30249/task/30260/stat : 30260 (java) R 30247 30249 28330 0 -1 4203588 474485 0 0 0 76785 124 0 0 19 0 2 0 597745984 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2814.73
Current children cumulated vsize (KiB) 0

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

[startup+1302.51 s]
/proc/loadavg: 2.12 2.70 4.73 3/180 30334
/proc/meminfo: memFree=12794640/32950928 swapFree=67111524/67111528
[pid=30249] ppid=30247 vsize=0 CPUtime=2814.93 cores=0,2,4,6
/proc/30249/stat : 30249 (java) Z 30247 30249 28330 0 -1 4203548 3915060 0 1 0 280496 997 0 0 18 0 2 0 597745982 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 0 0 0 0 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=0 CPUtime=769.3 cores=0,2,4,6
/proc/30249/task/30260/stat : 30260 (java) R 30247 30249 28330 0 -1 4203588 474485 0 0 0 76785 145 0 0 19 0 2 0 597745984 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2814.93
Current children cumulated vsize (KiB) 0

[startup+1302.7 s]
/proc/loadavg: 2.12 2.70 4.73 3/180 30334
/proc/meminfo: memFree=12794640/32950928 swapFree=67111524/67111528
[pid=30249] ppid=30247 vsize=0 CPUtime=2815.13 cores=0,2,4,6
/proc/30249/stat : 30249 (java) Z 30247 30249 28330 0 -1 4203548 3915060 0 1 0 280496 1017 0 0 18 0 2 0 597745982 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30249/statm: 0 0 0 0 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=0 CPUtime=769.49 cores=0,2,4,6
/proc/30249/task/30260/stat : 30260 (java) R 30247 30249 28330 0 -1 4203588 474485 0 0 0 76785 164 0 0 20 0 2 0 597745984 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2815.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.78
CPU time (s): 2815.22
CPU user time (s): 2804.97
CPU system time (s): 10.2494
CPU usage (%): 216.093
Max. virtual memory (cumulated for all children) (KiB): 15689140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2804.97
system time used= 10.2494
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3915060
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= 47812
involuntary context switches= 32049

runsolver used 2.30965 second user time and 4.84226 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 13:05:53
IDJOB=3313401
IDBENCH=69619
IDSOLVER=1699
FILE ID=node112/3313401-1304075152
RUNJOBID= node112-1304075152-30235
PBS_JOBID= 13170443
Free space on /tmp= 72536 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f7nidw.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313401-1304075152/watcher-3313401-1304075152 -o /tmp/evaluation-result-3313401-1304075152/solver-3313401-1304075152 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313401-1304075152.cnf

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

MD5SUM BENCH= b950ebec64dc35544d8f8bf6957e7bc2
RANDOM SEED=677424011

node112.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	: 5332.83
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17687432 kB
Buffers:       1902336 kB
Cached:       12737424 kB
SwapCached:          0 kB
Active:        3788736 kB
Inactive:     10919616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17687432 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31612 kB
Writeback:           0 kB
AnonPages:       68272 kB
Mapped:          14492 kB
Slab:           490384 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190056 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= 72528 MiB
End job on node112 at 2011-04-29 13:27:36