Trace number 3313440

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) 2476.07 1302.54

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

0.10/0.12	05:29 INFO : Reading from input HOME/instance-3313440-1304100324.cnf
25.36/24.63	Executor set job limit to 1000000
25.36/24.63	Executor set job limit to 1000000
25.36/24.63	Executor set job limit to 1000000
25.36/24.63	Executor set job limit to 1000000
25.36/24.63	Starting Executor!
25.36/24.63	Starting Executor!
25.36/24.63	Starting Executor!
25.36/24.63	Starting Executor!
90.19/84.64	06:54 INFO : 305249 variables remaining out of 489685
90.19/84.64	06:54 INFO : 33414559 literals remaining out of 27919440
1665.42/586.44	15:16 ERROR: Failed to solve instance
1665.42/586.44	java.lang.OutOfMemoryError: GC overhead limit exceeded
1665.42/586.44		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
1665.42/586.44		at gnu.trove.THash.postInsertHook(THash.java:370)
1665.42/586.44		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1665.42/586.44		at ibis.structure.WatchLists.build(WatchLists.java:56)
1665.42/586.44		at ibis.structure.Solver.<init>(Solver.java:45)
1665.42/586.44		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1665.42/586.44		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1665.42/586.44		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1665.42/586.44		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1665.42/586.44		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1665.42/586.44		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1665.42/586.44		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1665.42/586.44		at ibis.constellation.Executor.processActivities(Executor.java:75)
1665.42/586.44		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1665.42/586.44		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1665.42/586.44		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1673.30/592.38	Exception in thread "SingleThreadedConstellation 1" java.lang.OutOfMemoryError: Java heap space
1673.30/592.38		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1673.30/592.38		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1673.30/592.38		at ibis.structure.ImplicationsGraph.serialize(ImplicationsGraph.java:621)
1673.30/592.38		at ibis.structure.Solver.core(Solver.java:177)
1673.30/592.38		at ibis.structure.SolveActivity.initialize(SolveActivity.java:44)
1673.30/592.38		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1673.30/592.38		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1673.30/592.38		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1673.30/592.38		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1673.30/592.38		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1673.30/592.38		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1673.30/592.38		at ibis.constellation.Executor.processActivities(Executor.java:75)
1673.30/592.38		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1673.30/592.38		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1673.30/592.38		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1786.54/646.44	Exception in thread "SingleThreadedConstellation 2" java.lang.OutOfMemoryError: Java heap space
1786.54/646.44		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1786.54/646.44		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1786.54/646.44		at ibis.structure.ImplicationsGraph.serialize(ImplicationsGraph.java:620)
1786.54/646.44		at ibis.structure.Solver.core(Solver.java:177)
1786.54/646.44		at ibis.structure.SolveActivity.initialize(SolveActivity.java:44)
1786.54/646.44		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1786.54/646.44		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1786.54/646.44		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1786.54/646.44		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1786.54/646.44		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1786.54/646.44		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1786.54/646.44		at ibis.constellation.Executor.processActivities(Executor.java:75)
1786.54/646.44		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1786.54/646.44		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1786.54/646.44		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

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-3313440-1304100324/watcher-3313440-1304100324 -o /tmp/evaluation-result-3313440-1304100324/solver-3313440-1304100324 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313440-1304100324.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 5.05 5.25 6.18 5/198 4214
/proc/meminfo: memFree=15472972/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/4214/stat : 4214 (java) R 4212 4214 3825 0 -1 4202496 953 0 0 0 0 0 0 0 21 0 1 0 254224187 23580672 440 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268655699733 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4214/statm: 5757 450 346 9 0 124 0

[startup+0.0623221 s]
/proc/loadavg: 5.05 5.25 6.18 5/198 4214
/proc/meminfo: memFree=15472972/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/4214/stat : 4214 (java) S 4212 4214 3825 0 -1 4202496 4233 0 1 0 4 0 0 0 21 0 18 0 254224187 15984414720 3672 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 3902445 3673 1768 9 0 3893164 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.100338 s]
/proc/loadavg: 5.05 5.25 6.18 5/198 4214
/proc/meminfo: memFree=15472972/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=15676716 CPUtime=0.1 cores=1,3,5,7
/proc/4214/stat : 4214 (java) S 4212 4214 3825 0 -1 4202496 5583 0 1 0 9 1 0 0 21 0 18 0 254224187 16052957184 4980 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 3919179 4980 2116 9 0 3909898 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676716

[startup+0.30028 s]
/proc/loadavg: 5.05 5.25 6.18 5/198 4214
/proc/meminfo: memFree=15472972/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=15682500 CPUtime=0.51 cores=1,3,5,7
/proc/4214/stat : 4214 (java) S 4212 4214 3825 0 -1 4202496 15651 0 1 0 49 2 0 0 21 0 18 0 254224187 16058880000 13797 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 3920625 13804 2206 9 0 3911344 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15682500

[startup+0.700212 s]
/proc/loadavg: 5.05 5.25 6.18 5/198 4214
/proc/meminfo: memFree=15472972/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=15682500 CPUtime=0.92 cores=1,3,5,7
/proc/4214/stat : 4214 (java) S 4212 4214 3825 0 -1 4202496 42970 0 1 0 86 6 0 0 21 0 18 0 254224187 16058880000 41114 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 3920625 41114 2222 9 0 3911344 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15682500

[startup+1.50107 s]
/proc/loadavg: 5.04 5.24 6.17 7/216 4232
/proc/meminfo: memFree=15307980/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=15682500 CPUtime=1.75 cores=1,3,5,7
/proc/4214/stat : 4214 (java) S 4212 4214 3825 0 -1 4202496 76863 0 1 0 164 11 0 0 21 0 18 0 254224187 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 3920625 75004 2222 9 0 3911344 0
[pid=4214/tid=4216] ppid=4212 vsize=15682500 CPUtime=1.46 cores=1,3,5,7
/proc/4214/task/4216/stat : 4216 (java) R 4212 4214 3825 0 -1 4202560 65306 0 1 0 138 8 0 0 19 0 18 0 254224188 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 46912505561017 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4214/tid=4217] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4217/stat : 4217 (java) S 4212 4214 3825 0 -1 4202560 535 0 0 0 0 0 0 0 15 0 18 0 254224189 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4218] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4218/stat : 4218 (java) S 4212 4214 3825 0 -1 4202560 1654 0 0 0 0 0 0 0 16 0 18 0 254224189 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4219] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4219/stat : 4219 (java) S 4212 4214 3825 0 -1 4202560 1507 0 0 0 0 0 0 0 15 0 18 0 254224189 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4220] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4220/stat : 4220 (java) S 4212 4214 3825 0 -1 4202560 1332 0 0 0 0 0 0 0 16 0 18 0 254224189 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4221] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (java) S 4212 4214 3825 0 -1 4202560 505 0 0 0 0 0 0 0 16 0 18 0 254224189 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (java) S 4212 4214 3825 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 254224189 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (java) S 4212 4214 3825 0 -1 4202560 513 0 0 0 0 0 0 0 15 0 18 0 254224189 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (java) S 4212 4214 3825 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 254224189 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4225] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4225/stat : 4225 (java) S 4212 4214 3825 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 254224190 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478720 0 0 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4226] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4226/stat : 4226 (java) S 4212 4214 3825 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 254224190 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4227] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4227/stat : 4227 (java) S 4212 4214 3825 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 254224190 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4228] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4228/stat : 4228 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254224192 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672485809 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4229] ppid=4212 vsize=15682500 CPUtime=0.12 cores=1,3,5,7
/proc/4214/task/4229/stat : 4229 (java) S 4212 4214 3825 0 -1 4202560 1223 0 0 0 12 0 0 0 25 0 18 0 254224192 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4230] ppid=4212 vsize=15682500 CPUtime=0.1 cores=1,3,5,7
/proc/4214/task/4230/stat : 4230 (java) S 4212 4214 3825 0 -1 4202560 2705 0 0 0 10 0 0 0 15 0 18 0 254224192 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4231] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4231/stat : 4231 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254224192 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4232] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4232/stat : 4232 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 254224192 16058880000 75004 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478720 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15682500

[startup+3.10079 s]
/proc/loadavg: 5.04 5.24 6.17 9/216 4232
/proc/meminfo: memFree=15040760/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=15682500 CPUtime=3.43 cores=1,3,5,7
/proc/4214/stat : 4214 (java) S 4212 4214 3825 0 -1 4202496 146616 0 1 0 324 19 0 0 21 0 18 0 254224187 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 3920625 144730 2240 9 0 3911344 0
[pid=4214/tid=4216] ppid=4212 vsize=15682500 CPUtime=3.04 cores=1,3,5,7
/proc/4214/task/4216/stat : 4216 (java) R 4212 4214 3825 0 -1 4202560 125928 0 1 0 288 16 0 0 23 0 18 0 254224188 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 46912505526370 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4214/tid=4217] ppid=4212 vsize=15682500 CPUtime=0.01 cores=1,3,5,7
/proc/4214/task/4217/stat : 4217 (java) S 4212 4214 3825 0 -1 4202560 570 0 0 0 1 0 0 0 16 0 18 0 254224189 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4218] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4218/stat : 4218 (java) S 4212 4214 3825 0 -1 4202560 1654 0 0 0 0 0 0 0 15 0 18 0 254224189 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4219] ppid=4212 vsize=15682500 CPUtime=0.01 cores=1,3,5,7
/proc/4214/task/4219/stat : 4219 (java) S 4212 4214 3825 0 -1 4202560 1569 0 0 0 1 0 0 0 15 0 18 0 254224189 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4220] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4220/stat : 4220 (java) S 4212 4214 3825 0 -1 4202560 1837 0 0 0 0 0 0 0 16 0 18 0 254224189 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4221] ppid=4212 vsize=15682500 CPUtime=0.01 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (java) S 4212 4214 3825 0 -1 4202560 8684 0 0 0 1 0 0 0 16 0 18 0 254224189 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (java) S 4212 4214 3825 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 254224189 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=15682500 CPUtime=0.01 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (java) S 4212 4214 3825 0 -1 4202560 513 0 0 0 1 0 0 0 15 0 18 0 254224189 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (java) S 4212 4214 3825 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 254224189 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4225] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4225/stat : 4225 (java) S 4212 4214 3825 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 254224190 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478720 0 0 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4226] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4226/stat : 4226 (java) S 4212 4214 3825 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 254224190 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4227] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4227/stat : 4227 (java) S 4212 4214 3825 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 254224190 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4228] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4228/stat : 4228 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254224192 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672485809 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4229] ppid=4212 vsize=15682500 CPUtime=0.14 cores=1,3,5,7
/proc/4214/task/4229/stat : 4229 (java) S 4212 4214 3825 0 -1 4202560 1256 0 0 0 14 0 0 0 15 0 18 0 254224192 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4230] ppid=4212 vsize=15682500 CPUtime=0.13 cores=1,3,5,7
/proc/4214/task/4230/stat : 4230 (java) S 4212 4214 3825 0 -1 4202560 2770 0 0 0 13 0 0 0 15 0 18 0 254224192 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4231] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4231/stat : 4231 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254224192 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4232] ppid=4212 vsize=15682500 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4232/stat : 4232 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 254224192 16058880000 144730 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478720 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15682500

[startup+6.30123 s]
/proc/loadavg: 5.04 5.24 6.16 6/216 4233
/proc/meminfo: memFree=14347232/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=15681264 CPUtime=6.69 cores=1,3,5,7
/proc/4214/stat : 4214 (java) S 4212 4214 3825 0 -1 4202496 285143 0 1 0 632 37 0 0 21 0 18 0 254224187 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 3920316 283095 2240 9 0 3911035 0
[pid=4214/tid=4216] ppid=4212 vsize=15681264 CPUtime=6.23 cores=1,3,5,7
/proc/4214/task/4216/stat : 4216 (java) R 4212 4214 3825 0 -1 4202560 253942 0 1 0 590 33 0 0 25 0 18 0 254224188 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672488907 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4214/tid=4217] ppid=4212 vsize=15681264 CPUtime=0.02 cores=1,3,5,7
/proc/4214/task/4217/stat : 4217 (java) S 4212 4214 3825 0 -1 4202560 570 0 0 0 2 0 0 0 15 0 18 0 254224189 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4218] ppid=4212 vsize=15681264 CPUtime=0.02 cores=1,3,5,7
/proc/4214/task/4218/stat : 4218 (java) S 4212 4214 3825 0 -1 4202560 11894 0 0 0 1 1 0 0 16 0 18 0 254224189 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4219] ppid=4212 vsize=15681264 CPUtime=0.02 cores=1,3,5,7
/proc/4214/task/4219/stat : 4219 (java) S 4212 4214 3825 0 -1 4202560 1569 0 0 0 2 0 0 0 15 0 18 0 254224189 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4220] ppid=4212 vsize=15681264 CPUtime=0.01 cores=1,3,5,7
/proc/4214/task/4220/stat : 4220 (java) S 4212 4214 3825 0 -1 4202560 1837 0 0 0 1 0 0 0 15 0 18 0 254224189 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4221] ppid=4212 vsize=15681264 CPUtime=0.02 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (java) S 4212 4214 3825 0 -1 4202560 8685 0 0 0 2 0 0 0 15 0 18 0 254224189 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=15681264 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (java) S 4212 4214 3825 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 254224189 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=15681264 CPUtime=0.01 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (java) S 4212 4214 3825 0 -1 4202560 514 0 0 0 1 0 0 0 15 0 18 0 254224189 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=15681264 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (java) S 4212 4214 3825 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 254224189 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4225] ppid=4212 vsize=15681264 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4225/stat : 4225 (java) S 4212 4214 3825 0 -1 4202560 706 0 0 0 0 0 0 0 15 0 18 0 254224190 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478720 0 0 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4226] ppid=4212 vsize=15681264 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4226/stat : 4226 (java) S 4212 4214 3825 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 254224190 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4227] ppid=4212 vsize=15681264 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4227/stat : 4227 (java) S 4212 4214 3825 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 254224190 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4228] ppid=4212 vsize=15681264 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4228/stat : 4228 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254224192 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672485809 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4229] ppid=4212 vsize=15681264 CPUtime=0.14 cores=1,3,5,7
/proc/4214/task/4229/stat : 4229 (java) S 4212 4214 3825 0 -1 4202560 1256 0 0 0 14 0 0 0 15 0 18 0 254224192 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4230] ppid=4212 vsize=15681264 CPUtime=0.13 cores=1,3,5,7
/proc/4214/task/4230/stat : 4230 (java) S 4212 4214 3825 0 -1 4202560 2770 0 0 0 13 0 0 0 15 0 18 0 254224192 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4231] ppid=4212 vsize=15681264 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4231/stat : 4231 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 254224192 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4232] ppid=4212 vsize=15681264 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4232/stat : 4232 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 254224192 16057614336 283095 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478720 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 15681264

[startup+12.7011 s]
/proc/loadavg: 5.04 5.23 6.16 7/216 4233
/proc/meminfo: memFree=14274616/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=15681264 CPUtime=13.19 cores=1,3,5,7
/proc/4214/stat : 4214 (java) S 4212 4214 3825 0 -1 4202496 305923 0 1 0 1277 42 0 0 21 0 18 0 254224187 16057614336 301229 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 3920316 301229 2240 9 0 3911035 0
[pid=4214/tid=4216] ppid=4212 vsize=15681264 CPUtime=12.58 cores=1,3,5,7

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

/proc/4214/statm: 3937573 3837151 2296 9 0 3928292 0
[pid=4214/tid=4216] ppid=4212 vsize=15750292 CPUtime=81.67 cores=1,3,5,7
/proc/4214/task/4216/stat : 4216 (java) S 4212 4214 3825 0 -1 4202560 435998 0 1 0 8104 63 0 0 18 0 20 0 254224188 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4217] ppid=4212 vsize=15750292 CPUtime=9.66 cores=1,3,5,7
/proc/4214/task/4217/stat : 4217 (java) S 4212 4214 3825 0 -1 4202560 379879 0 0 0 896 70 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4218] ppid=4212 vsize=15750292 CPUtime=9.8 cores=1,3,5,7
/proc/4214/task/4218/stat : 4218 (java) S 4212 4214 3825 0 -1 4202560 365130 0 0 0 921 59 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4219] ppid=4212 vsize=15750292 CPUtime=9.28 cores=1,3,5,7
/proc/4214/task/4219/stat : 4219 (java) S 4212 4214 3825 0 -1 4202560 437074 0 0 0 860 68 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4220] ppid=4212 vsize=15750292 CPUtime=8.7 cores=1,3,5,7
/proc/4214/task/4220/stat : 4220 (java) S 4212 4214 3825 0 -1 4202560 493074 0 0 0 793 77 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4221] ppid=4212 vsize=15750292 CPUtime=9.44 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (java) S 4212 4214 3825 0 -1 4202560 500568 0 0 0 867 77 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=15750292 CPUtime=8.84 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (java) S 4212 4214 3825 0 -1 4202560 468394 0 0 0 809 75 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=15750292 CPUtime=8 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (java) S 4212 4214 3825 0 -1 4202560 277574 0 0 0 752 48 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=15750292 CPUtime=8.61 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (java) S 4212 4214 3825 0 -1 4202560 305601 0 0 0 809 52 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4225] ppid=4212 vsize=15750292 CPUtime=637.42 cores=1,3,5,7
/proc/4214/task/4225/stat : 4225 (java) R 4212 4214 3825 0 -1 4202560 271331 0 0 0 63704 38 0 0 18 0 20 0 254224190 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 47698588193064 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4214/tid=4226] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4226/stat : 4226 (java) S 4212 4214 3825 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 20 0 254224190 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4227] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4227/stat : 4227 (java) S 4212 4214 3825 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 20 0 254224190 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4228] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4228/stat : 4228 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672485809 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4229] ppid=4212 vsize=15750292 CPUtime=2.22 cores=1,3,5,7
/proc/4214/task/4229/stat : 4229 (java) S 4212 4214 3825 0 -1 4202560 20225 0 0 0 220 2 0 0 15 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4230] ppid=4212 vsize=15750292 CPUtime=0.77 cores=1,3,5,7
/proc/4214/task/4230/stat : 4230 (java) S 4212 4214 3825 0 -1 4202560 2962 0 0 0 77 0 0 0 15 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4231] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4231/stat : 4231 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4232] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4232/stat : 4232 (java) S 4212 4214 3825 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478720 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4236] ppid=4212 vsize=15750292 CPUtime=441.35 cores=1,3,5,7
/proc/4214/task/4236/stat : 4236 (java) S 4212 4214 3825 0 -1 4202560 928 0 0 0 44133 2 0 0 15 0 20 0 254226651 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4237] ppid=4212 vsize=15750292 CPUtime=404.94 cores=1,3,5,7
/proc/4214/task/4237/stat : 4237 (java) S 4212 4214 3825 0 -1 4202560 1143 0 0 0 40492 2 0 0 15 0 20 0 254226651 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2355.8
Current children cumulated vsize (KiB) 15750292

[startup+1242.3 s]
/proc/loadavg: 5.06 5.14 5.50 6/218 4320
/proc/meminfo: memFree=7270428/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=15750292 CPUtime=2415.82 cores=1,3,5,7
/proc/4214/stat : 4214 (java) S 4212 4214 3825 0 -1 4202496 3961594 0 1 0 240940 642 0 0 21 0 20 0 254224187 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 3937573 3837151 2296 9 0 3928292 0
[pid=4214/tid=4216] ppid=4212 vsize=15750292 CPUtime=81.67 cores=1,3,5,7
/proc/4214/task/4216/stat : 4216 (java) S 4212 4214 3825 0 -1 4202560 435998 0 1 0 8104 63 0 0 18 0 20 0 254224188 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4217] ppid=4212 vsize=15750292 CPUtime=9.66 cores=1,3,5,7
/proc/4214/task/4217/stat : 4217 (java) S 4212 4214 3825 0 -1 4202560 379879 0 0 0 896 70 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4218] ppid=4212 vsize=15750292 CPUtime=9.8 cores=1,3,5,7
/proc/4214/task/4218/stat : 4218 (java) S 4212 4214 3825 0 -1 4202560 365130 0 0 0 921 59 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4219] ppid=4212 vsize=15750292 CPUtime=9.28 cores=1,3,5,7
/proc/4214/task/4219/stat : 4219 (java) S 4212 4214 3825 0 -1 4202560 437074 0 0 0 860 68 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4220] ppid=4212 vsize=15750292 CPUtime=8.7 cores=1,3,5,7
/proc/4214/task/4220/stat : 4220 (java) S 4212 4214 3825 0 -1 4202560 493074 0 0 0 793 77 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4221] ppid=4212 vsize=15750292 CPUtime=9.44 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (java) S 4212 4214 3825 0 -1 4202560 500568 0 0 0 867 77 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=15750292 CPUtime=8.84 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (java) S 4212 4214 3825 0 -1 4202560 468394 0 0 0 809 75 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=15750292 CPUtime=8 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (java) S 4212 4214 3825 0 -1 4202560 277574 0 0 0 752 48 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=15750292 CPUtime=8.61 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (java) S 4212 4214 3825 0 -1 4202560 305601 0 0 0 809 52 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4225] ppid=4212 vsize=15750292 CPUtime=697.42 cores=1,3,5,7
/proc/4214/task/4225/stat : 4225 (java) R 4212 4214 3825 0 -1 4202560 271335 0 0 0 69703 39 0 0 19 0 20 0 254224190 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 47698588193238 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4214/tid=4226] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4226/stat : 4226 (java) S 4212 4214 3825 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 20 0 254224190 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4227] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4227/stat : 4227 (java) S 4212 4214 3825 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 20 0 254224190 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4228] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4228/stat : 4228 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672485809 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4229] ppid=4212 vsize=15750292 CPUtime=2.22 cores=1,3,5,7
/proc/4214/task/4229/stat : 4229 (java) S 4212 4214 3825 0 -1 4202560 20225 0 0 0 220 2 0 0 15 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4230] ppid=4212 vsize=15750292 CPUtime=0.77 cores=1,3,5,7
/proc/4214/task/4230/stat : 4230 (java) S 4212 4214 3825 0 -1 4202560 2962 0 0 0 77 0 0 0 15 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4231] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4231/stat : 4231 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4232] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4232/stat : 4232 (java) S 4212 4214 3825 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478720 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4236] ppid=4212 vsize=15750292 CPUtime=441.36 cores=1,3,5,7
/proc/4214/task/4236/stat : 4236 (java) S 4212 4214 3825 0 -1 4202560 1020 0 0 0 44134 2 0 0 15 0 20 0 254226651 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4237] ppid=4212 vsize=15750292 CPUtime=404.95 cores=1,3,5,7
/proc/4214/task/4237/stat : 4237 (java) S 4212 4214 3825 0 -1 4202560 1183 0 0 0 40493 2 0 0 15 0 20 0 254226651 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2415.82
Current children cumulated vsize (KiB) 15750292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.02 5.11 5.47 6/218 4322
/proc/meminfo: memFree=7268668/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=15750292 CPUtime=2473.53 cores=1,3,5,7
/proc/4214/stat : 4214 (java) S 4212 4214 3825 0 -1 4202496 3961728 0 1 0 246711 642 0 0 21 0 20 0 254224187 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 3937573 3837151 2296 9 0 3928292 0
[pid=4214/tid=4216] ppid=4212 vsize=15750292 CPUtime=81.67 cores=1,3,5,7
/proc/4214/task/4216/stat : 4216 (java) S 4212 4214 3825 0 -1 4202560 435998 0 1 0 8104 63 0 0 18 0 20 0 254224188 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4217] ppid=4212 vsize=15750292 CPUtime=9.66 cores=1,3,5,7
/proc/4214/task/4217/stat : 4217 (java) S 4212 4214 3825 0 -1 4202560 379879 0 0 0 896 70 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4218] ppid=4212 vsize=15750292 CPUtime=9.8 cores=1,3,5,7
/proc/4214/task/4218/stat : 4218 (java) S 4212 4214 3825 0 -1 4202560 365130 0 0 0 921 59 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4219] ppid=4212 vsize=15750292 CPUtime=9.28 cores=1,3,5,7
/proc/4214/task/4219/stat : 4219 (java) S 4212 4214 3825 0 -1 4202560 437074 0 0 0 860 68 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4220] ppid=4212 vsize=15750292 CPUtime=8.7 cores=1,3,5,7
/proc/4214/task/4220/stat : 4220 (java) S 4212 4214 3825 0 -1 4202560 493074 0 0 0 793 77 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4221] ppid=4212 vsize=15750292 CPUtime=9.44 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (java) S 4212 4214 3825 0 -1 4202560 500568 0 0 0 867 77 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=15750292 CPUtime=8.84 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (java) S 4212 4214 3825 0 -1 4202560 468394 0 0 0 809 75 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=15750292 CPUtime=8 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (java) S 4212 4214 3825 0 -1 4202560 277574 0 0 0 752 48 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=15750292 CPUtime=8.61 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (java) S 4212 4214 3825 0 -1 4202560 305601 0 0 0 809 52 0 0 16 0 20 0 254224189 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4225] ppid=4212 vsize=15750292 CPUtime=755.11 cores=1,3,5,7
/proc/4214/task/4225/stat : 4225 (java) R 4212 4214 3825 0 -1 4202560 271337 0 0 0 75472 39 0 0 21 0 20 0 254224190 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 47698590911764 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4214/tid=4226] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4226/stat : 4226 (java) S 4212 4214 3825 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 20 0 254224190 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4227] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4227/stat : 4227 (java) S 4212 4214 3825 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 20 0 254224190 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4228] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4228/stat : 4228 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672485809 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4229] ppid=4212 vsize=15750292 CPUtime=2.22 cores=1,3,5,7
/proc/4214/task/4229/stat : 4229 (java) S 4212 4214 3825 0 -1 4202560 20225 0 0 0 220 2 0 0 15 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4230] ppid=4212 vsize=15750292 CPUtime=0.77 cores=1,3,5,7
/proc/4214/task/4230/stat : 4230 (java) S 4212 4214 3825 0 -1 4202560 2962 0 0 0 77 0 0 0 15 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 7 0 0 0
[pid=4214/tid=4231] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4231/stat : 4231 (java) S 4212 4214 3825 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
[pid=4214/tid=4232] ppid=4212 vsize=15750292 CPUtime=0 cores=1,3,5,7
/proc/4214/task/4232/stat : 4232 (java) S 4212 4214 3825 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 20 0 254224192 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478720 0 4 0 16800975 18446604471138731200 0 0 -1 3 0 0 0
[pid=4214/tid=4236] ppid=4212 vsize=15750292 CPUtime=441.37 cores=1,3,5,7
/proc/4214/task/4236/stat : 4236 (java) S 4212 4214 3825 0 -1 4202560 1119 0 0 0 44135 2 0 0 15 0 20 0 254226651 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 5 0 0 0
[pid=4214/tid=4237] ppid=4212 vsize=15750292 CPUtime=404.96 cores=1,3,5,7
/proc/4214/task/4237/stat : 4237 (java) S 4212 4214 3825 0 -1 4202560 1214 0 0 0 40494 2 0 0 15 0 20 0 254226651 16128299008 3837151 33554432000 1073741824 1073778376 140733270283904 18446744073709551615 268672478105 0 4 0 16800975 18446604471138731200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2473.53
Current children cumulated vsize (KiB) 15750292

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4214

[startup+1302.3 s]
/proc/loadavg: 5.02 5.11 5.47 6/219 4323
/proc/meminfo: memFree=7268656/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=0 CPUtime=2475.82 cores=1,3,5,7
/proc/4214/stat : 4214 (java) Z 4212 4214 3825 0 -1 4203548 3961743 0 1 0 246912 670 0 0 18 0 2 0 254224187 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 0 0 0 0 0 0 0
[pid=4214/tid=4231] ppid=4212 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/4214/task/4231/stat : 4231 (java) R 4212 4214 3825 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 254224192 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2475.82
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 5.02 5.11 5.47 6/219 4323
/proc/meminfo: memFree=7268656/32951124 swapFree=67111524/67111528
[pid=4214] ppid=4212 vsize=0 CPUtime=2476.02 cores=1,3,5,7
/proc/4214/stat : 4214 (java) Z 4212 4214 3825 0 -1 4203548 3961743 0 1 0 246912 690 0 0 18 0 2 0 254224187 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4214/statm: 0 0 0 0 0 0 0
[pid=4214/tid=4231] ppid=4212 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/4214/task/4231/stat : 4231 (java) R 4212 4214 3825 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 254224192 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2476.02
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.54
CPU time (s): 2476.07
CPU user time (s): 2469.13
CPU system time (s): 6.94494
CPU usage (%): 190.096
Max. virtual memory (cumulated for all children) (KiB): 15750292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2469.13
system time used= 6.94494
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3961743
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= 56275
involuntary context switches= 60585

runsolver used 2.11368 second user time and 5.02923 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 20:05:29
IDJOB=3313440
IDBENCH=82371
IDSOLVER=1699
FILE ID=node107/3313440-1304100324
RUNJOBID= node107-1304097799-3844
PBS_JOBID= 13170615
Free space on /tmp= 71608 MiB

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

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=729842187

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15472880 kB
Buffers:        334060 kB
Cached:        1272648 kB
SwapCached:          4 kB
Active:       15617156 kB
Inactive:      1479752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15472880 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          160588 kB
Writeback:           0 kB
AnonPages:    15489864 kB
Mapped:          23524 kB
Slab:           287132 kB
PageTables:      34968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15700680 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= 71632 MiB
End job on node107 at 2011-04-29 20:27:12