Trace number 3312072

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) 3578.05 1302.66

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark229.736
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

Solver Data

0.10/0.11	51:54 INFO : Reading from input HOME/instance-3312072-1304074312.cnf
5.33/5.04	Executor set job limit to 1000000
5.33/5.04	Executor set job limit to 1000000
5.33/5.04	Executor set job limit to 1000000
5.33/5.04	Executor set job limit to 1000000
5.33/5.04	Starting Executor!
5.33/5.04	Starting Executor!
5.33/5.04	Starting Executor!
5.33/5.04	Starting Executor!
72.48/69.62	53:03 INFO : 481178 variables remaining out of 509512
72.48/69.62	53:03 INFO : 8682822 literals remaining out of 5097332
2970.73/948.73	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: GC overhead limit exceeded
2970.73/948.73		at java.util.jar.Attributes.read(Attributes.java:395)
2970.73/948.73		at java.util.jar.Manifest.read(Manifest.java:182)
2970.73/948.73		at java.util.jar.Manifest.<init>(Manifest.java:52)
2970.73/948.73		at java.util.jar.JarFile.getManifestFromReference(JarFile.java:167)
2970.73/948.73		at java.util.jar.JarFile.getManifest(JarFile.java:148)
2970.73/948.73		at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:696)
2970.73/948.73		at java.net.URLClassLoader.defineClass(URLClassLoader.java:228)
2970.73/948.73		at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
2970.73/948.73		at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
2970.73/948.73		at java.security.AccessController.doPrivileged(Native Method)
2970.73/948.73		at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
2970.73/948.73		at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
2970.73/948.73		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
2970.73/948.73		at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
2970.73/948.73		at org.apache.log4j.spi.LoggingEvent.<init>(LoggingEvent.java:165)
2970.73/948.73		at org.apache.log4j.Category.forcedLog(Category.java:391)
2970.73/948.73		at org.apache.log4j.Category.error(Category.java:322)
2970.73/948.73		at ibis.structure.SolveActivity.initialize(SolveActivity.java:34)
2970.73/948.73		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2970.73/948.73		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2970.73/948.73		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2970.73/948.73		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2970.73/948.73		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2970.73/948.73		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2970.73/948.73		at ibis.constellation.Executor.processActivities(Executor.java:75)
2970.73/948.73		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2970.73/948.73		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2970.73/948.73		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3008.41/977.65	08:11 ERROR: Failed to solve instance
3008.41/977.65	java.lang.OutOfMemoryError: Java heap space
3008.41/977.65		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
3008.41/977.65		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
3008.41/977.65		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
3008.41/977.65		at ibis.structure.WatchLists.build(WatchLists.java:58)
3008.41/977.65		at ibis.structure.Solver.<init>(Solver.java:45)
3008.41/977.65		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3008.41/977.65		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3008.41/977.65		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3008.41/977.65		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3008.41/977.65		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3008.41/977.65		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3008.41/977.65		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3008.41/977.65		at ibis.constellation.Executor.processActivities(Executor.java:75)
3008.41/977.65		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3008.41/977.65		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3008.41/977.65		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3038.70/1000.68	08:34 ERROR: Failed to solve instance
3038.70/1000.68	java.lang.OutOfMemoryError: GC overhead limit exceeded
3038.70/1000.68		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
3038.70/1000.68		at ibis.structure.Solver.simplify(Solver.java:191)
3038.70/1000.68		at ibis.structure.Solver.solve(Solver.java:113)
3038.70/1000.68		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3038.70/1000.68		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3038.70/1000.68		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3038.70/1000.68		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3038.70/1000.68		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3038.70/1000.68		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3038.70/1000.68		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3038.70/1000.68		at ibis.constellation.Executor.processActivities(Executor.java:75)
3038.70/1000.68		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3038.70/1000.68		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3038.70/1000.68		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3060.29/1018.99	08:52 ERROR: Failed to solve instance
3060.29/1018.99	java.lang.OutOfMemoryError: GC overhead limit exceeded
3113.39/1057.59	09:31 ERROR: Failed to solve instance
3113.39/1057.59	java.lang.OutOfMemoryError: GC overhead limit exceeded
3241.34/1142.40	10:56 ERROR: Failed to solve instance
3241.34/1142.40	java.lang.OutOfMemoryError: GC overhead limit exceeded
3267.14/1163.33	11:17 ERROR: Failed to solve instance
3267.14/1163.33	java.lang.OutOfMemoryError: GC overhead limit exceeded
3573.14/1298.74	Exception in thread "SingleThreadedConstellation 2" 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-3312072-1304074312/watcher-3312072-1304074312 -o /tmp/evaluation-result-3312072-1304074312/solver-3312072-1304074312 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312072-1304074312.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: 3.42 6.52 7.06 3/194 31897
/proc/meminfo: memFree=28573932/32951124 swapFree=67111356/67111528
[pid=31897] ppid=31895 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/31897/stat : 31897 (java) S 31895 31897 31842 0 -1 4202496 1474 0 0 0 0 0 0 0 20 0 2 0 519032087 31260672 936 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933579749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 7632 942 724 9 0 383 0
[pid=31897/tid=31898] ppid=31895 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31898/stat : 31898 (java) R 31895 31897 31842 0 -1 4202560 133 0 0 0 0 0 0 0 21 0 2 0 519032088 31260672 953 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222921775104 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0204579 s]
/proc/loadavg: 3.42 6.52 7.06 3/194 31897
/proc/meminfo: memFree=28573932/32951124 swapFree=67111356/67111528
[pid=31897] ppid=31895 vsize=15667596 CPUtime=0.01 cores=1,3,5,7
/proc/31897/stat : 31897 (java) S 31895 31897 31842 0 -1 4202496 3305 0 1 0 1 0 0 0 20 0 11 0 519032087 16043618304 2746 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 3916899 2747 1598 9 0 3907647 0
[pid=31897/tid=31898] ppid=31895 vsize=15667596 CPUtime=0.01 cores=1,3,5,7
/proc/31897/task/31898/stat : 31898 (java) R 31895 31897 31842 0 -1 4202560 1939 0 1 0 1 0 0 0 19 0 11 0 519032088 16043618304 2749 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 47162750337029 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) 15667596

[startup+0.100434 s]
/proc/loadavg: 3.42 6.52 7.06 3/194 31897
/proc/meminfo: memFree=28573932/32951124 swapFree=67111356/67111528
[pid=31897] ppid=31895 vsize=15676560 CPUtime=0.1 cores=1,3,5,7
/proc/31897/stat : 31897 (java) S 31895 31897 31842 0 -1 4202496 5654 0 1 0 9 1 0 0 20 0 18 0 519032087 16052797440 5033 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 3919140 5034 2117 9 0 3909859 0
[pid=31897/tid=31898] ppid=31895 vsize=15676560 CPUtime=0.09 cores=1,3,5,7
/proc/31897/task/31898/stat : 31898 (java) R 31895 31897 31842 0 -1 4202560 3497 0 1 0 8 1 0 0 25 0 18 0 519032088 16052797440 5034 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 47162752739347 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676560

[startup+0.300397 s]
/proc/loadavg: 3.42 6.52 7.06 3/194 31897
/proc/meminfo: memFree=28573932/32951124 swapFree=67111356/67111528
[pid=31897] ppid=31895 vsize=15682292 CPUtime=0.52 cores=1,3,5,7
/proc/31897/stat : 31897 (java) S 31895 31897 31842 0 -1 4202496 16386 0 1 0 49 3 0 0 20 0 18 0 519032087 16058667008 14486 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 3920573 14492 2212 9 0 3911292 0
[pid=31897/tid=31898] ppid=31895 vsize=15682292 CPUtime=0.28 cores=1,3,5,7
/proc/31897/task/31898/stat : 31898 (java) R 31895 31897 31842 0 -1 4202560 11153 0 1 0 27 1 0 0 25 0 18 0 519032088 16058667008 14495 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 46912505645139 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15682292

[startup+0.700327 s]
/proc/loadavg: 3.42 6.52 7.06 3/194 31897
/proc/meminfo: memFree=28573932/32951124 swapFree=67111356/67111528
[pid=31897] ppid=31895 vsize=15682292 CPUtime=0.93 cores=1,3,5,7
/proc/31897/stat : 31897 (java) S 31895 31897 31842 0 -1 4202496 42909 0 1 0 87 6 0 0 20 0 18 0 519032087 16058667008 41006 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 3920573 41006 2228 9 0 3911292 0
[pid=31897/tid=31898] ppid=31895 vsize=15682292 CPUtime=0.68 cores=1,3,5,7
/proc/31897/task/31898/stat : 31898 (java) R 31895 31897 31842 0 -1 4202560 35554 0 1 0 63 5 0 0 25 0 18 0 519032088 16058667008 41006 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 46912505566883 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15682292

[startup+1.50118 s]
/proc/loadavg: 3.42 6.52 7.06 3/212 31915
/proc/meminfo: memFree=28219336/32951124 swapFree=67111356/67111528
[pid=31897] ppid=31895 vsize=15682292 CPUtime=1.74 cores=1,3,5,7
/proc/31897/stat : 31897 (java) S 31895 31897 31842 0 -1 4202496 76871 0 1 0 164 10 0 0 20 0 18 0 519032087 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 3920573 74965 2228 9 0 3911292 0
[pid=31897/tid=31898] ppid=31895 vsize=15682292 CPUtime=1.47 cores=1,3,5,7
/proc/31897/task/31898/stat : 31898 (java) R 31895 31897 31842 0 -1 4202560 65309 0 1 0 139 8 0 0 25 0 18 0 519032088 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933603787 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31897/tid=31900] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31842 0 -1 4202560 389 0 0 0 0 0 0 0 15 0 18 0 519032088 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 3 0 0 0
[pid=31897/tid=31901] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31842 0 -1 4202560 1853 0 0 0 0 0 0 0 16 0 18 0 519032088 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31902] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31842 0 -1 4202560 1349 0 0 0 0 0 0 0 15 0 18 0 519032088 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 3 0 0 0
[pid=31897/tid=31903] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31842 0 -1 4202560 504 0 0 0 0 0 0 0 16 0 18 0 519032088 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 3 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31842 0 -1 4202560 1168 0 0 0 0 0 0 0 15 0 18 0 519032088 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31905] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31842 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 18 0 519032088 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 3 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31842 0 -1 4202560 504 0 0 0 0 0 0 0 15 0 18 0 519032088 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31907/stat : 31907 (java) S 31895 31897 31842 0 -1 4202560 331 0 0 0 0 0 0 0 15 0 18 0 519032088 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31908] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31908/stat : 31908 (java) S 31895 31897 31842 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 18 0 519032089 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933593600 0 0 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31909] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31909/stat : 31909 (java) S 31895 31897 31842 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 519032089 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31910/stat : 31910 (java) S 31895 31897 31842 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 519032089 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31911] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31911/stat : 31911 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 519032091 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933600689 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31912] ppid=31895 vsize=15682292 CPUtime=0.11 cores=1,3,5,7
/proc/31897/task/31912/stat : 31912 (java) S 31895 31897 31842 0 -1 4202560 1271 0 0 0 11 0 0 0 17 0 18 0 519032091 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 3 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=15682292 CPUtime=0.11 cores=1,3,5,7
/proc/31897/task/31913/stat : 31913 (java) S 31895 31897 31842 0 -1 4202560 2577 0 0 0 11 0 0 0 15 0 18 0 519032092 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31914] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31914/stat : 31914 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 519032092 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31915] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31915/stat : 31915 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519032092 16058667008 74965 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933593600 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15682292

[startup+3.10089 s]
/proc/loadavg: 3.42 6.52 7.06 3/212 31915
/proc/meminfo: memFree=27696180/32951124 swapFree=67111356/67111528
[pid=31897] ppid=31895 vsize=15682292 CPUtime=3.43 cores=1,3,5,7
/proc/31897/stat : 31897 (java) S 31895 31897 31842 0 -1 4202496 146604 0 1 0 325 18 0 0 20 0 18 0 519032087 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 3920573 144668 2246 9 0 3911292 0
[pid=31897/tid=31898] ppid=31895 vsize=15682292 CPUtime=3.05 cores=1,3,5,7
/proc/31897/task/31898/stat : 31898 (java) R 31895 31897 31842 0 -1 4202560 125887 0 1 0 290 15 0 0 25 0 18 0 519032088 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 46912505526842 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31897/tid=31900] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31842 0 -1 4202560 389 0 0 0 0 0 0 0 16 0 18 0 519032088 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31901] ppid=31895 vsize=15682292 CPUtime=0.01 cores=1,3,5,7
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31842 0 -1 4202560 7009 0 0 0 1 0 0 0 16 0 18 0 519032088 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31902] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31842 0 -1 4202560 1349 0 0 0 0 0 0 0 16 0 18 0 519032088 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 3 0 0 0
[pid=31897/tid=31903] ppid=31895 vsize=15682292 CPUtime=0.01 cores=1,3,5,7
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31842 0 -1 4202560 3598 0 0 0 1 0 0 0 16 0 18 0 519032088 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 3 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=15682292 CPUtime=0.01 cores=1,3,5,7
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31842 0 -1 4202560 1707 0 0 0 1 0 0 0 16 0 18 0 519032088 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31905] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31842 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 18 0 519032088 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31842 0 -1 4202560 504 0 0 0 0 0 0 0 16 0 18 0 519032088 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31907/stat : 31907 (java) S 31895 31897 31842 0 -1 4202560 359 0 0 0 0 0 0 0 16 0 18 0 519032088 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31908] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31908/stat : 31908 (java) S 31895 31897 31842 0 -1 4202560 438 0 0 0 0 0 0 0 15 0 18 0 519032089 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933593600 0 0 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31909] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31909/stat : 31909 (java) S 31895 31897 31842 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 519032089 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31910/stat : 31910 (java) S 31895 31897 31842 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 519032089 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31911] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31911/stat : 31911 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 519032091 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933600689 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31912] ppid=31895 vsize=15682292 CPUtime=0.13 cores=1,3,5,7
/proc/31897/task/31912/stat : 31912 (java) S 31895 31897 31842 0 -1 4202560 1313 0 0 0 13 0 0 0 15 0 18 0 519032091 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 3 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=15682292 CPUtime=0.13 cores=1,3,5,7
/proc/31897/task/31913/stat : 31913 (java) S 31895 31897 31842 0 -1 4202560 2620 0 0 0 13 0 0 0 15 0 18 0 519032092 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31914] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31914/stat : 31914 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 519032092 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31915] ppid=31895 vsize=15682292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31915/stat : 31915 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519032092 16058667008 144668 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933593600 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15682292

[startup+6.3013 s]
/proc/loadavg: 3.30 6.44 7.04 4/220 31923
/proc/meminfo: memFree=26420420/32951124 swapFree=67111356/67111528
[pid=31897] ppid=31895 vsize=15688168 CPUtime=7.67 cores=1,3,5,7
/proc/31897/stat : 31897 (java) S 31895 31897 31842 0 -1 4202496 339192 0 1 0 724 43 0 0 20 0 22 0 519032087 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 3922042 330796 2265 9 0 3912761 0
[pid=31897/tid=31898] ppid=31895 vsize=15688168 CPUtime=6.13 cores=1,3,5,7
/proc/31897/task/31898/stat : 31898 (java) R 31895 31897 31842 0 -1 4202560 253978 0 1 0 581 32 0 0 17 0 22 0 519032088 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 46912505179439 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31897/tid=31900] ppid=31895 vsize=15688168 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31842 0 -1 4202560 389 0 0 0 0 0 0 0 15 0 22 0 519032088 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31901] ppid=31895 vsize=15688168 CPUtime=0.05 cores=1,3,5,7
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31842 0 -1 4202560 10007 0 0 0 4 1 0 0 16 0 22 0 519032088 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31902] ppid=31895 vsize=15688168 CPUtime=0.12 cores=1,3,5,7
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31842 0 -1 4202560 12997 0 0 0 11 1 0 0 16 0 22 0 519032088 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 3 0 0 0
[pid=31897/tid=31903] ppid=31895 vsize=15688168 CPUtime=0.09 cores=1,3,5,7
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31842 0 -1 4202560 14409 0 0 0 8 1 0 0 16 0 22 0 519032088 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=15688168 CPUtime=0.09 cores=1,3,5,7
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31842 0 -1 4202560 9912 0 0 0 8 1 0 0 16 0 22 0 519032088 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31905] ppid=31895 vsize=15688168 CPUtime=0.04 cores=1,3,5,7
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31842 0 -1 4202560 3071 0 0 0 4 0 0 0 16 0 22 0 519032088 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=15688168 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31842 0 -1 4202560 504 0 0 0 0 0 0 0 15 0 22 0 519032088 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=15688168 CPUtime=0.12 cores=1,3,5,7
/proc/31897/task/31907/stat : 31907 (java) S 31895 31897 31842 0 -1 4202560 13730 0 0 0 11 1 0 0 16 0 22 0 519032088 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31908] ppid=31895 vsize=15688168 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31908/stat : 31908 (java) S 31895 31897 31842 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 22 0 519032089 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933593600 0 0 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31909] ppid=31895 vsize=15688168 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31909/stat : 31909 (java) S 31895 31897 31842 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 519032089 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=15688168 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31910/stat : 31910 (java) S 31895 31897 31842 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 519032089 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31911] ppid=31895 vsize=15688168 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31911/stat : 31911 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 519032091 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933600689 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31912] ppid=31895 vsize=15688168 CPUtime=0.7 cores=1,3,5,7
/proc/31897/task/31912/stat : 31912 (java) R 31895 31897 31842 0 -1 4202560 15337 0 0 0 68 2 0 0 16 0 22 0 519032091 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 47162751189730 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=15688168 CPUtime=0.22 cores=1,3,5,7
/proc/31897/task/31913/stat : 31913 (java) S 31895 31897 31842 0 -1 4202560 2648 0 0 0 22 0 0 0 15 0 22 0 519032092 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31914] ppid=31895 vsize=15688168 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31914/stat : 31914 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 519032092 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31915] ppid=31895 vsize=15688168 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31915/stat : 31915 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519032092 16064684032 330796 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933593600 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0

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

[pid=31897/tid=31906] ppid=31895 vsize=15751292 CPUtime=8.54 cores=1,3,5,7
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31842 0 -1 4202560 423912 0 0 0 790 64 0 0 16 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=15751292 CPUtime=9.08 cores=1,3,5,7
/proc/31897/task/31907/stat : 31907 (java) S 31895 31897 31842 0 -1 4202560 380294 0 0 0 848 60 0 0 16 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31908] ppid=31895 vsize=15751292 CPUtime=339.17 cores=1,3,5,7
/proc/31897/task/31908/stat : 31908 (java) R 31895 31897 31842 0 -1 4202560 272665 0 0 0 33819 98 0 0 16 0 21 0 519032089 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 47162751234287 0 0 0 16800975 0 0 0 -1 7 0 0 0
[pid=31897/tid=31909] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31909/stat : 31909 (java) S 31895 31897 31842 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 519032089 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31910/stat : 31910 (java) S 31895 31897 31842 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 21 0 519032089 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31911] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31911/stat : 31911 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 21 0 519032091 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933600689 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31912] ppid=31895 vsize=15751292 CPUtime=2.19 cores=1,3,5,7
/proc/31897/task/31912/stat : 31912 (java) S 31895 31897 31842 0 -1 4202560 19648 0 0 0 216 3 0 0 15 0 21 0 519032091 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=15751292 CPUtime=0.86 cores=1,3,5,7
/proc/31897/task/31913/stat : 31913 (java) S 31895 31897 31842 0 -1 4202560 2757 0 0 0 86 0 0 0 15 0 21 0 519032092 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31914] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31914/stat : 31914 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 21 0 519032092 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31915] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31915/stat : 31915 (java) S 31895 31897 31842 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 21 0 519032092 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933593600 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31920] ppid=31895 vsize=15751292 CPUtime=704.37 cores=1,3,5,7
/proc/31897/task/31920/stat : 31920 (java) S 31895 31897 31842 0 -1 4202560 1051 0 0 0 70437 0 0 0 16 0 21 0 519032592 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31921] ppid=31895 vsize=15751292 CPUtime=708.01 cores=1,3,5,7
/proc/31897/task/31921/stat : 31921 (java) S 31895 31897 31842 0 -1 4202560 15049 0 0 0 70799 2 0 0 16 0 21 0 519032592 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31922] ppid=31895 vsize=15751292 CPUtime=753.02 cores=1,3,5,7
/proc/31897/task/31922/stat : 31922 (java) S 31895 31897 31842 0 -1 4202560 10071 0 0 0 75300 2 0 0 16 0 21 0 519032592 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3304.85
Current children cumulated vsize (KiB) 15751292

[startup+1242.3 s]
/proc/loadavg: 2.75 4.18 5.76 5/219 31968
/proc/meminfo: memFree=91904/32951124 swapFree=67110188/67111528
[pid=31897] ppid=31895 vsize=15751292 CPUtime=3437.09 cores=1,3,5,7
/proc/31897/stat : 31897 (java) S 31895 31897 31842 0 -1 4202496 3947816 0 1 0 343044 665 0 0 20 0 21 0 519032087 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 3937823 3867691 2296 9 0 3928542 0
[pid=31897/tid=31898] ppid=31895 vsize=15751292 CPUtime=69.45 cores=1,3,5,7
/proc/31897/task/31898/stat : 31898 (java) S 31895 31897 31842 0 -1 4202560 254035 0 1 0 6913 32 0 0 19 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31900] ppid=31895 vsize=15751292 CPUtime=9.11 cores=1,3,5,7
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31842 0 -1 4202560 447859 0 0 0 840 71 0 0 16 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31901] ppid=31895 vsize=15751292 CPUtime=9.86 cores=1,3,5,7
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31842 0 -1 4202560 404020 0 0 0 923 63 0 0 16 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31902] ppid=31895 vsize=15751292 CPUtime=9.59 cores=1,3,5,7
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31842 0 -1 4202560 408680 0 0 0 897 62 0 0 16 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31903] ppid=31895 vsize=15751292 CPUtime=8.9 cores=1,3,5,7
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31842 0 -1 4202560 506357 0 0 0 818 72 0 0 16 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=15751292 CPUtime=8.29 cores=1,3,5,7
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31842 0 -1 4202560 375827 0 0 0 769 60 0 0 16 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31905] ppid=31895 vsize=15751292 CPUtime=8.73 cores=1,3,5,7
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31842 0 -1 4202560 402941 0 0 0 809 64 0 0 16 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=15751292 CPUtime=8.54 cores=1,3,5,7
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31842 0 -1 4202560 423912 0 0 0 790 64 0 0 16 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=15751292 CPUtime=9.08 cores=1,3,5,7
/proc/31897/task/31907/stat : 31907 (java) S 31895 31897 31842 0 -1 4202560 380294 0 0 0 848 60 0 0 16 0 21 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31908] ppid=31895 vsize=15751292 CPUtime=363.04 cores=1,3,5,7
/proc/31897/task/31908/stat : 31908 (java) S 31895 31897 31842 0 -1 4202560 272669 0 0 0 36206 98 0 0 15 0 21 0 519032089 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933593600 0 0 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31909] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31909/stat : 31909 (java) S 31895 31897 31842 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 519032089 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31910/stat : 31910 (java) S 31895 31897 31842 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 21 0 519032089 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31911] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31911/stat : 31911 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 21 0 519032091 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933600689 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31912] ppid=31895 vsize=15751292 CPUtime=2.19 cores=1,3,5,7
/proc/31897/task/31912/stat : 31912 (java) S 31895 31897 31842 0 -1 4202560 19648 0 0 0 216 3 0 0 15 0 21 0 519032091 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=15751292 CPUtime=0.86 cores=1,3,5,7
/proc/31897/task/31913/stat : 31913 (java) S 31895 31897 31842 0 -1 4202560 2757 0 0 0 86 0 0 0 15 0 21 0 519032092 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31914] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31914/stat : 31914 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 21 0 519032092 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31915] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31915/stat : 31915 (java) S 31895 31897 31842 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 21 0 519032092 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933593600 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31920] ppid=31895 vsize=15751292 CPUtime=740.49 cores=1,3,5,7
/proc/31897/task/31920/stat : 31920 (java) R 31895 31897 31842 0 -1 4202560 1060 0 0 0 74049 0 0 0 25 0 21 0 519032592 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 46912505605949 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31897/tid=31921] ppid=31895 vsize=15751292 CPUtime=744.14 cores=1,3,5,7
/proc/31897/task/31921/stat : 31921 (java) R 31895 31897 31842 0 -1 4202560 15059 0 0 0 74412 2 0 0 25 0 21 0 519032592 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 46912505606012 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31897/tid=31922] ppid=31895 vsize=15751292 CPUtime=789.15 cores=1,3,5,7
/proc/31897/task/31922/stat : 31922 (java) R 31895 31897 31842 0 -1 4202560 10074 0 0 0 78913 2 0 0 25 0 21 0 519032592 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 46912506209700 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3437.09
Current children cumulated vsize (KiB) 15751292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.22 4.07 5.62 3/219 31971
/proc/meminfo: memFree=97036/32951124 swapFree=67110188/67111528
[pid=31897] ppid=31895 vsize=15751292 CPUtime=3575.39 cores=1,3,5,7
/proc/31897/stat : 31897 (java) S 31895 31897 31842 0 -1 4202496 3947840 0 1 0 356873 666 0 0 20 0 20 0 519032087 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 3937823 3867691 2296 9 0 3928542 0
[pid=31897/tid=31898] ppid=31895 vsize=15751292 CPUtime=69.45 cores=1,3,5,7
/proc/31897/task/31898/stat : 31898 (java) S 31895 31897 31842 0 -1 4202560 254035 0 1 0 6913 32 0 0 19 0 20 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31900] ppid=31895 vsize=15751292 CPUtime=9.11 cores=1,3,5,7
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31842 0 -1 4202560 447859 0 0 0 840 71 0 0 16 0 20 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31901] ppid=31895 vsize=15751292 CPUtime=9.86 cores=1,3,5,7
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31842 0 -1 4202560 404020 0 0 0 923 63 0 0 16 0 20 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31902] ppid=31895 vsize=15751292 CPUtime=9.59 cores=1,3,5,7
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31842 0 -1 4202560 408680 0 0 0 897 62 0 0 16 0 20 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31903] ppid=31895 vsize=15751292 CPUtime=8.9 cores=1,3,5,7
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31842 0 -1 4202560 506357 0 0 0 818 72 0 0 16 0 20 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=15751292 CPUtime=8.29 cores=1,3,5,7
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31842 0 -1 4202560 375827 0 0 0 769 60 0 0 16 0 20 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31905] ppid=31895 vsize=15751292 CPUtime=8.73 cores=1,3,5,7
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31842 0 -1 4202560 402941 0 0 0 809 64 0 0 16 0 20 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=15751292 CPUtime=8.54 cores=1,3,5,7
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31842 0 -1 4202560 423912 0 0 0 790 64 0 0 16 0 20 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=15751292 CPUtime=9.08 cores=1,3,5,7
/proc/31897/task/31907/stat : 31907 (java) S 31895 31897 31842 0 -1 4202560 380294 0 0 0 848 60 0 0 16 0 20 0 519032088 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31908] ppid=31895 vsize=15751292 CPUtime=379.95 cores=1,3,5,7
/proc/31897/task/31908/stat : 31908 (java) R 31895 31897 31842 0 -1 4202560 272673 0 0 0 37897 98 0 0 16 0 20 0 519032089 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 47162753581172 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=31897/tid=31909] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31909/stat : 31909 (java) S 31895 31897 31842 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 20 0 519032089 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31910/stat : 31910 (java) S 31895 31897 31842 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 20 0 519032089 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31911] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31911/stat : 31911 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 519032091 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933600689 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31912] ppid=31895 vsize=15751292 CPUtime=2.19 cores=1,3,5,7
/proc/31897/task/31912/stat : 31912 (java) S 31895 31897 31842 0 -1 4202560 19648 0 0 0 216 3 0 0 15 0 20 0 519032091 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=15751292 CPUtime=0.86 cores=1,3,5,7
/proc/31897/task/31913/stat : 31913 (java) S 31895 31897 31842 0 -1 4202560 2757 0 0 0 86 0 0 0 15 0 20 0 519032092 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31914] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31914/stat : 31914 (java) S 31895 31897 31842 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 519032092 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31915] ppid=31895 vsize=15751292 CPUtime=0 cores=1,3,5,7
/proc/31897/task/31915/stat : 31915 (java) S 31895 31897 31842 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 20 0 519032092 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933593600 0 4 0 16800975 18446604471163247360 0 0 -1 7 0 0 0
[pid=31897/tid=31920] ppid=31895 vsize=15751292 CPUtime=781.25 cores=1,3,5,7
/proc/31897/task/31920/stat : 31920 (java) S 31895 31897 31842 0 -1 4202560 1065 0 0 0 78125 0 0 0 16 0 20 0 519032592 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 5 0 0 0
[pid=31897/tid=31922] ppid=31895 vsize=15751292 CPUtime=829.92 cores=1,3,5,7
/proc/31897/task/31922/stat : 31922 (java) S 31895 31897 31842 0 -1 4202560 10082 0 0 0 82990 2 0 0 16 0 20 0 519032592 16129323008 3867691 33554432000 1073741824 1073778376 140735860623696 18446744073709551615 222933592985 0 4 0 16800975 18446604471163247360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3575.39
Current children cumulated vsize (KiB) 15751292

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -31897

[startup+1302.3 s]
/proc/loadavg: 3.22 4.07 5.62 3/220 31972
/proc/meminfo: memFree=97152/32951124 swapFree=67110188/67111528
[pid=31897] ppid=31895 vsize=0 CPUtime=3577.68 cores=1,3,5,7
/proc/31897/stat : 31897 (java) Z 31895 31897 31842 0 -1 4203548 3947841 0 1 0 357074 694 0 0 18 0 2 0 519032087 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 0 0 0 0 0 0 0
[pid=31897/tid=31915] ppid=31895 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/31897/task/31915/stat : 31915 (java) R 31895 31897 31842 0 -1 4203588 77 0 0 0 0 28 0 0 16 0 2 0 519032092 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3577.68
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 3.22 4.07 5.62 3/180 31972
/proc/meminfo: memFree=25044012/32951124 swapFree=67110188/67111528
[pid=31897] ppid=31895 vsize=0 CPUtime=3577.88 cores=1,3,5,7
/proc/31897/stat : 31897 (java) Z 31895 31897 31842 0 -1 4203548 3947841 0 1 0 357074 714 0 0 18 0 2 0 519032087 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 0 0 0 0 0 0 0
[pid=31897/tid=31915] ppid=31895 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/31897/task/31915/stat : 31915 (java) R 31895 31897 31842 0 -1 4203588 77 0 0 0 0 48 0 0 16 0 2 0 519032092 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3577.88
Current children cumulated vsize (KiB) 0

[startup+1302.61 s]
/proc/loadavg: 3.22 4.07 5.62 3/180 31972
/proc/meminfo: memFree=25044012/32951124 swapFree=67110188/67111528
[pid=31897] ppid=31895 vsize=0 CPUtime=3577.98 cores=1,3,5,7
/proc/31897/stat : 31897 (java) Z 31895 31897 31842 0 -1 4203548 3947841 0 1 0 357074 724 0 0 18 0 2 0 519032087 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31897/statm: 0 0 0 0 0 0 0
[pid=31897/tid=31915] ppid=31895 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/31897/task/31915/stat : 31915 (java) R 31895 31897 31842 0 -1 4203588 77 0 0 0 0 58 0 0 16 0 2 0 519032092 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3577.98
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.66
CPU time (s): 3578.05
CPU user time (s): 3570.75
CPU system time (s): 7.30189
CPU usage (%): 274.672
Max. virtual memory (cumulated for all children) (KiB): 15751292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.75
system time used= 7.30189
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3947841
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= 42272
involuntary context switches= 56485

runsolver used 1.9667 second user time and 5.21621 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 12:51:53
IDJOB=3312072
IDBENCH=20423
IDSOLVER=1698
FILE ID=node109/3312072-1304074312
RUNJOBID= node109-1304074312-31861
PBS_JOBID= 13170496
Free space on /tmp= 72332 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312072-1304074312/watcher-3312072-1304074312 -o /tmp/evaluation-result-3312072-1304074312/solver-3312072-1304074312 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312072-1304074312.cnf -hbr 2

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=584568089

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28574204 kB
Buffers:        894916 kB
Cached:        2972696 kB
SwapCached:        168 kB
Active:         930776 kB
Inactive:      3017016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28574204 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           53656 kB
Writeback:           0 kB
AnonPages:       80064 kB
Mapped:          22688 kB
Slab:           362772 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   778856 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= 72332 MiB
End job on node109 at 2011-04-29 13:13:36